/*
  PRIME LOYAL — WOW POLISH 2026
  Strato visuale non distruttivo. Le immagini restano nei file originali:
  nessuna compressione, nessun ritaglio forzato, nessuna deformazione.
*/

:root {
  --wow-bg: #02050b;
  --wow-bg-soft: #060d19;
  --wow-panel: rgba(8, 16, 29, 0.72);
  --wow-panel-strong: rgba(7, 14, 25, 0.9);
  --wow-gold: #e8bd59;
  --wow-gold-light: #ffe6a1;
  --wow-cream: #fff2d8;
  --wow-blue: #2e68c7;
  --wow-line: rgba(232, 189, 89, 0.19);
  --wow-line-soft: rgba(255, 255, 255, 0.09);
  --wow-text: rgba(250, 245, 234, 0.76);
  --wow-muted: rgba(250, 245, 234, 0.54);
  --wow-shadow: 0 32px 100px rgba(0, 0, 0, 0.48);
  --wow-shadow-soft: 0 20px 70px rgba(0, 0, 0, 0.3);
  --wow-radius: 30px;
  --wow-radius-small: 20px;
  --wow-ease: cubic-bezier(0.2, 0.76, 0.28, 1);
}

html {
  scroll-padding-top: 112px;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.wow-menu-open {
  overflow: hidden;
}

img {
  height: auto;
}

::selection {
  color: #07101d;
  background: var(--wow-gold-light);
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--wow-gold-light);
  outline-offset: 5px;
}

.wow-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10050;
  height: 3px;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    #9c6d1d,
    var(--wow-gold-light) 48%,
    #4b83e0
  );
  box-shadow:
    0 0 18px rgba(232, 189, 89, 0.4),
    0 0 32px rgba(46, 104, 199, 0.2);
  will-change: transform;
}

.wow-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 11000;
  padding: 12px 16px;
  border-radius: 12px;
  color: #07101d;
  background: var(--wow-gold-light);
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.wow-skip-link:focus {
  transform: translateY(0);
}

.wow-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(232, 189, 89, 0.25);
  border-radius: 15px;
  color: var(--wow-cream);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(5, 12, 23, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.wow-menu-toggle span,
.wow-menu-toggle::before,
.wow-menu-toggle::after {
  content: "";
  grid-area: 1 / 1;
  width: 20px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 0.28s var(--wow-ease),
    opacity 0.2s ease;
}

.wow-menu-toggle::before {
  transform: translateY(-6px);
}

.wow-menu-toggle::after {
  transform: translateY(6px);
}

.wow-menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.wow-menu-toggle[aria-expanded="true"]::before {
  transform: rotate(45deg);
}

.wow-menu-toggle[aria-expanded="true"]::after {
  transform: rotate(-45deg);
}

/* ---------- HOME: navigazione cinematografica ---------- */

.pl-site .nav {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 1000;
  width: min(1480px, calc(100% - 30px));
  min-height: 84px;
  margin: 0;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(3, 8, 17, 0.66);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px) saturate(155%);
  -webkit-backdrop-filter: blur(22px) saturate(155%);
  transform: translateX(-50%);
  transition:
    min-height 0.28s var(--wow-ease),
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.pl-site .nav.is-scrolled {
  min-height: 74px;
  border-color: rgba(232, 189, 89, 0.18);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(3, 8, 17, 0.88);
  box-shadow:
    0 22px 72px rgba(0, 0, 0, 0.42),
    0 0 38px rgba(232, 189, 89, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pl-site .brand {
  gap: 14px;
}

.pl-site .brand-logo-shell,
.pl-site .brand-logo-img {
  width: 62px;
  height: 62px;
  flex-basis: 62px;
}

.pl-site .brand-logo-img {
  object-fit: contain;
}

.pl-site .brand-text strong {
  font-size: 20px;
}

.pl-site .brand-text small {
  font-size: 9px;
}

.pl-site .nav-links {
  gap: clamp(16px, 1.65vw, 28px);
  font-size: 11px;
}

.pl-site .nav-links a {
  padding: 12px 0;
}

.pl-site .nav-cta {
  min-height: 50px;
  padding: 0 24px;
  font-size: 12px;
}

/* ---------- HOME: hero ---------- */

.pl-site .hero {
  min-height: 100svh;
  padding-top: 116px;
  padding-bottom: 74px;
  background: #02050b;
}

.pl-site .hero::before {
  background:
    linear-gradient(
      122deg,
      transparent 0 27%,
      rgba(255, 218, 126, 0.12) 28%,
      transparent 30%
    ),
    linear-gradient(
      302deg,
      transparent 0 71%,
      rgba(92, 143, 235, 0.11) 72%,
      transparent 74%
    ),
    radial-gradient(
      circle at 66% 45%,
      rgba(255, 255, 255, 0.025),
      transparent 34%
    );
}

.pl-site .hero-grid {
  opacity: 0.075;
  background-size: 92px 92px;
}

.pl-site .hero-content {
  width: min(1480px, 100%);
  min-height: calc(100svh - 190px);
  grid-template-columns: minmax(0, 0.91fr) minmax(0, 1.09fr);
  gap: clamp(34px, 4.2vw, 72px);
}

.pl-site .hero-copy {
  position: relative;
  z-index: 4;
  max-width: 700px;
  padding-top: 10px;
}

.pl-site .eyebrow,
.pl-site .section-kicker {
  min-height: 40px;
  padding: 11px 17px;
  border-color: rgba(232, 189, 89, 0.24);
  background:
    linear-gradient(
      135deg,
      rgba(255, 234, 178, 0.065),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(7, 14, 26, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 36px rgba(0, 0, 0, 0.12);
}

.pl-site .hero-copy h1 {
  max-width: 690px;
  margin: 28px 0 24px;
  font-size: clamp(57px, 5.45vw, 91px);
  line-height: 0.93;
  letter-spacing: -0.052em;
  text-wrap: balance;
  background: linear-gradient(
    115deg,
    #fff5df 0%,
    #ffe6b2 42%,
    #f2d287 76%,
    #fff2d8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pl-site .hero-subtitle {
  max-width: 635px;
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.72;
}

.pl-site .hero-actions {
  margin-top: 31px;
}

.pl-site .hero-stats {
  margin-top: 36px;
  padding-top: 0;
  gap: 10px;
  border-top: 0;
}

.pl-site .hero-stats > div {
  min-height: 92px;
  padding: 17px 16px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(4, 10, 20, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition:
    transform 0.32s var(--wow-ease),
    border-color 0.32s ease,
    background 0.32s ease;
}

.pl-site .hero-stats > div:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 189, 89, 0.22);
  background:
    linear-gradient(
      145deg,
      rgba(255, 232, 169, 0.075),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(4, 10, 20, 0.54);
}

.pl-site .hero-stats strong {
  color: var(--wow-gold-light);
  font-size: 12px;
}

.pl-site .hero-stats span {
  font-size: 12px;
}

.pl-site .hero-visual {
  position: relative;
  min-width: 0;
}

.pl-site .product-showcase {
  min-height: 590px;
  padding: clamp(20px, 2.4vw, 38px);
  transform: none;
}

.pl-site .product-showcase::before {
  content: "";
  position: absolute;
  inset: 7% 0 5% 5%;
  z-index: 0;
  border: 1px solid rgba(232, 189, 89, 0.12);
  border-radius: 48px;
  background:
    linear-gradient(
      140deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.008) 44%
    ),
    radial-gradient(
      circle at 85% 15%,
      rgba(61, 120, 219, 0.13),
      transparent 38%
    ),
    rgba(3, 9, 18, 0.38);
  box-shadow:
    0 50px 150px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: rotate(-1.1deg);
}

.pl-site .product-showcase::after {
  content: "";
  position: absolute;
  right: 1%;
  bottom: 4%;
  z-index: 0;
  width: 56%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 189, 89, 0.55),
    transparent
  );
  box-shadow: 0 0 30px rgba(232, 189, 89, 0.25);
}

.pl-site .product-dashboard-img,
.pl-site .product-dashboard-collage {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: 920px !important;
  height: auto !important;
  aspect-ratio: 1672 / 941 !important;
  object-fit: contain !important;
  border-radius: clamp(18px, 2vw, 30px);
  transform: translate3d(0, 0, 0);
  animation: wowProductFloat 6.8s ease-in-out infinite alternate;
  filter: drop-shadow(0 54px 100px rgba(0, 0, 0, 0.66))
    drop-shadow(0 0 42px rgba(46, 104, 199, 0.14))
    drop-shadow(0 0 24px rgba(232, 189, 89, 0.08));
  will-change: transform;
}

.pl-site .product-dashboard-img:hover {
  filter: drop-shadow(0 62px 118px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 52px rgba(46, 104, 199, 0.18))
    drop-shadow(0 0 30px rgba(232, 189, 89, 0.12));
}

@keyframes wowProductFloat {
  from {
    transform: translate3d(0, 6px, 0);
  }

  to {
    transform: translate3d(0, -8px, 0);
  }
}

.pl-site .product-badge {
  border-color: rgba(232, 189, 89, 0.23);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(4, 10, 20, 0.86);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.pl-site .product-badge-top {
  top: 12%;
  left: 1%;
}

.pl-site .product-badge-bottom {
  right: 0;
  bottom: 10%;
}

/* ---------- HOME: ritmo, titoli e superfici ---------- */

.pl-site .section {
  padding-top: clamp(96px, 9vw, 142px);
  padding-bottom: clamp(96px, 9vw, 142px);
}

.pl-site .section-inner {
  width: min(1240px, 100%);
}

.pl-site .section-head {
  margin-bottom: clamp(40px, 5vw, 66px);
}

.pl-site .section-head h2,
.pl-site .section h2,
.pl-site .cta-box h2 {
  font-size: clamp(46px, 4.65vw, 76px);
  line-height: 0.98;
  text-wrap: balance;
}

.pl-site .section p {
  color: var(--wow-text);
}

.pl-site .problem,
.pl-site .features,
.pl-site .process,
.pl-site .showcase,
.pl-site .faq-section {
  isolation: isolate;
}

.pl-site .problem::before,
.pl-site .features::before,
.pl-site .process::before,
.pl-site .showcase::before,
.pl-site .faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 12% 28%,
      rgba(232, 189, 89, 0.07),
      transparent 26%
    ),
    radial-gradient(
      circle at 88% 72%,
      rgba(46, 104, 199, 0.09),
      transparent 30%
    );
}

.pl-site .features::before,
.pl-site .showcase::before {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.008),
      rgba(255, 255, 255, 0.022),
      rgba(255, 255, 255, 0.008)
    ),
    radial-gradient(circle at 82% 24%, rgba(46, 104, 199, 0.1), transparent 29%);
}

.pl-site .problem-card,
.pl-site .feature-card,
.pl-site .benefit-card,
.pl-site .before-after-card,
.pl-site .process-step,
.pl-site .sector-card-luxury,
.pl-site .faq-item,
.pl-site .trusted-card,
.pl-site .pricing-card,
.pl-site .cta-box {
  border-color: rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.012) 58%
    ),
    radial-gradient(
      circle at 90% 0%,
      rgba(46, 104, 199, 0.07),
      transparent 35%
    ),
    rgba(5, 12, 23, 0.68);
  box-shadow:
    var(--wow-shadow-soft),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pl-site .premium-motion-card {
  transition:
    transform 0.4s var(--wow-ease),
    border-color 0.35s ease,
    box-shadow 0.4s ease,
    background 0.4s ease;
}

.pl-site .premium-motion-card:hover {
  transform: translateY(-8px);
  border-color: rgba(232, 189, 89, 0.28);
  background:
    linear-gradient(
      150deg,
      rgba(255, 238, 194, 0.09),
      rgba(255, 255, 255, 0.014) 58%
    ),
    radial-gradient(
      circle at 90% 0%,
      rgba(46, 104, 199, 0.11),
      transparent 38%
    ),
    rgba(5, 12, 23, 0.82);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    0 0 44px rgba(232, 189, 89, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.pl-site .problem-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(46px, 7vw, 94px);
}

.pl-site .problem-cards {
  gap: 14px;
}

.pl-site .problem-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.pl-site .problem-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--wow-gold), transparent);
  transition: opacity 0.3s ease;
}

.pl-site .problem-card:hover::after {
  opacity: 0.62;
}

.pl-site .feature-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.pl-site .feature-card {
  grid-column: span 6;
  min-height: 270px;
  border-radius: 28px;
}

.pl-site .feature-card:nth-child(1),
.pl-site .feature-card:nth-child(4) {
  grid-column: span 7;
}

.pl-site .feature-card:nth-child(2),
.pl-site .feature-card:nth-child(3) {
  grid-column: span 5;
}

.pl-site .feature-card span,
.pl-site .benefit-card > span,
.pl-site .sector-card-luxury > span {
  color: var(--wow-gold-light);
}

.pl-site .benefit-grid {
  gap: 16px;
}

.pl-site .benefit-card {
  min-height: 330px;
  border-radius: 28px;
}

.pl-site .trusted-card {
  overflow: hidden;
  border-radius: 34px;
}

.pl-site .trusted-logo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pl-site .trusted-location {
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(5, 12, 23, 0.62);
}

.pl-site .before-after-card {
  border-radius: 32px;
}

.pl-site .before-card {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(184, 72, 72, 0.12),
      transparent 36%
    ),
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.01)
    ),
    rgba(8, 12, 20, 0.8);
}

.pl-site .after-card {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(232, 189, 89, 0.15),
      transparent 38%
    ),
    linear-gradient(
      150deg,
      rgba(255, 244, 211, 0.075),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(8, 15, 25, 0.82);
}

.pl-site .process-layout {
  gap: clamp(52px, 8vw, 108px);
}

.pl-site .process-step {
  border-radius: 24px;
}

.pl-site .metrics-box {
  overflow: hidden;
  border: 1px solid rgba(232, 189, 89, 0.2);
  border-radius: 30px;
  background:
    linear-gradient(
      120deg,
      rgba(255, 235, 183, 0.085),
      rgba(255, 255, 255, 0.018) 42%,
      rgba(46, 104, 199, 0.075)
    ),
    rgba(5, 12, 23, 0.76);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.pl-site .metrics-box strong {
  background: linear-gradient(135deg, var(--wow-gold-light), #d79d2f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pl-site .solution-link-list a {
  transition:
    transform 0.25s var(--wow-ease),
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.pl-site .solution-link-list a:hover {
  transform: translateX(5px);
}

.pl-site .sector-card-luxury {
  border-radius: 25px;
}

.pl-site .showcase-stage {
  min-height: clamp(470px, 58vw, 690px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 36px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(46, 104, 199, 0.12),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.008)
    ),
    rgba(3, 9, 18, 0.78);
  box-shadow:
    0 42px 130px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pl-site .showcase-track {
  width: calc(100% - 88px);
  height: clamp(430px, 53vw, 640px);
}

.pl-site .showcase-card {
  overflow: hidden;
  border-radius: 28px;
}

.pl-site .showcase-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  background: #050b15;
}

.pl-site .showcase-card div {
  border-color: rgba(232, 189, 89, 0.2);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(3, 9, 18, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.pl-site .showcase-btn {
  border-color: rgba(232, 189, 89, 0.24);
  background: rgba(4, 10, 20, 0.78);
}

.pl-site .pricing-card {
  border-radius: 36px;
  background:
    radial-gradient(circle at 0% 0%, rgba(232, 189, 89, 0.12), transparent 34%),
    radial-gradient(
      circle at 100% 100%,
      rgba(46, 104, 199, 0.12),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(5, 12, 23, 0.84);
}

.pl-site .pricing-offer {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.pl-site .pricing-offer::before {
  content: "";
  position: absolute;
  top: -70%;
  left: -35%;
  width: 70%;
  height: 220%;
  pointer-events: none;
  background: linear-gradient(
    110deg,
    transparent,
    rgba(255, 255, 255, 0.13),
    transparent
  );
  transform: rotate(12deg);
  animation: wowPriceShine 6s ease-in-out infinite;
}

@keyframes wowPriceShine {
  0%,
  58% {
    transform: rotate(12deg) translateX(-160%);
  }

  82%,
  100% {
    transform: rotate(12deg) translateX(300%);
  }
}

.pl-site .faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.pl-site .faq-item {
  height: 100%;
  border-radius: 24px;
}

.pl-site .cta-box {
  border-radius: 38px;
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(232, 189, 89, 0.16),
      transparent 35%
    ),
    radial-gradient(
      circle at 92% 100%,
      rgba(46, 104, 199, 0.2),
      transparent 40%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(5, 12, 23, 0.86);
}

.pl-site .site-footer {
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(232, 189, 89, 0.07),
      transparent 28%
    ),
    rgba(2, 6, 12, 0.92);
}

/* ---------- PAGINE SEO: stesso linguaggio premium ---------- */

body.wow-seo {
  overflow-x: hidden;
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(232, 189, 89, 0.12),
      transparent 26%
    ),
    radial-gradient(
      circle at 92% 16%,
      rgba(46, 104, 199, 0.17),
      transparent 31%
    ),
    linear-gradient(180deg, #02050b, #06101e 46%, #02050b);
}

body.wow-seo::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 94px 94px;
  mask-image: radial-gradient(circle at 72% 22%, black, transparent 72%);
}

.seo-page {
  position: relative;
  isolation: isolate;
}

.seo-nav {
  position: sticky;
  top: 14px;
  z-index: 1000;
  width: min(1210px, calc(100% - 28px));
  min-height: 80px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(3, 9, 18, 0.72);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.seo-nav.is-scrolled {
  border-color: rgba(232, 189, 89, 0.18);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(3, 9, 18, 0.9);
  box-shadow:
    0 24px 78px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.seo-brand {
  gap: 12px;
  font-size: 15px;
  letter-spacing: 0.12em;
}

.seo-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.seo-nav-links {
  gap: clamp(14px, 2vw, 23px);
  font-size: 13px;
}

.seo-nav-links > a:not(.seo-cta) {
  position: relative;
  padding: 13px 0;
}

.seo-nav-links > a:not(.seo-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--wow-gold), transparent);
  transition: width 0.25s ease;
}

.seo-nav-links > a:not(.seo-cta):hover::after {
  width: 100%;
}

.seo-cta,
.seo-btn.primary {
  color: #08101c;
  border: 1px solid rgba(255, 239, 194, 0.42);
  background: linear-gradient(135deg, #fff0bb, #e6b448 52%, #c89125);
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(232, 189, 89, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.seo-hero {
  position: relative;
  width: min(1240px, calc(100% - 36px));
  min-height: calc(100svh - 108px);
  padding: clamp(72px, 8vw, 118px) 0 clamp(74px, 8vw, 110px);
  grid-template-columns: minmax(0, 0.93fr) minmax(340px, 1.07fr);
  gap: clamp(42px, 6vw, 78px);
}

.seo-hero::before {
  content: "";
  position: absolute;
  top: 14%;
  left: -18%;
  z-index: -1;
  width: 440px;
  height: 440px;
  border-radius: 999px;
  pointer-events: none;
  background: rgba(232, 189, 89, 0.08);
  filter: blur(70px);
}

.seo-kicker {
  padding: 11px 16px;
  border-color: rgba(232, 189, 89, 0.24);
  background:
    linear-gradient(
      135deg,
      rgba(255, 234, 178, 0.065),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(7, 14, 26, 0.44);
  font-size: 11px;
  letter-spacing: 0.17em;
}

.seo-hero h1 {
  margin: 28px 0 23px;
  max-width: 720px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.3vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
  background: linear-gradient(120deg, #fff6e2, #ffe3a4 58%, #f1c766);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.seo-lead {
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.72;
}

.seo-btn {
  position: relative;
  overflow: hidden;
  min-height: 56px;
  padding: 0 25px;
  transition:
    transform 0.28s var(--wow-ease),
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.seo-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 189, 89, 0.42);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.seo-visual {
  position: relative;
  min-width: 0;
  padding: clamp(8px, 1vw, 14px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 34px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(4, 10, 20, 0.6);
  box-shadow:
    0 44px 130px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform: none;
}

.seo-visual::before {
  content: "";
  position: absolute;
  inset: 14% -5% -9% 16%;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(46, 104, 199, 0.22);
  filter: blur(64px);
}

.seo-visual img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  border: 0;
  border-radius: 24px;
  box-shadow: none;
}

.seo-section {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  padding: clamp(68px, 7.5vw, 104px) 0;
}

.seo-section + .seo-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(220px, 35%);
  height: 1px;
  background: linear-gradient(90deg, rgba(232, 189, 89, 0.52), transparent);
}

.seo-section h2 {
  margin-bottom: 30px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.seo-section > p,
.seo-split p,
.seo-callout p {
  color: var(--wow-text);
}

.seo-grid,
.seo-steps,
.seo-proof-grid {
  gap: 16px;
}

.seo-card,
.seo-faq article,
.seo-step,
.seo-proof,
.seo-panel,
.seo-callout,
.seo-list li {
  border-color: rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.012) 58%
    ),
    radial-gradient(
      circle at 100% 0%,
      rgba(46, 104, 199, 0.07),
      transparent 38%
    ),
    rgba(5, 12, 23, 0.72);
  box-shadow:
    var(--wow-shadow-soft),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.38s var(--wow-ease),
    border-color 0.32s ease,
    background 0.32s ease,
    box-shadow 0.38s ease;
}

.seo-card:hover,
.seo-faq article:hover,
.seo-step:hover,
.seo-proof:hover,
.seo-panel:hover,
.seo-list li:hover {
  transform: translateY(-7px);
  border-color: rgba(232, 189, 89, 0.27);
  background:
    linear-gradient(
      150deg,
      rgba(255, 239, 199, 0.09),
      rgba(255, 255, 255, 0.014) 58%
    ),
    radial-gradient(
      circle at 100% 0%,
      rgba(46, 104, 199, 0.11),
      transparent 40%
    ),
    rgba(5, 12, 23, 0.84);
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.wow-pointer-card {
  position: relative;
  overflow: hidden;
}

.wow-pointer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    420px circle at var(--wow-x, 50%) var(--wow-y, 50%),
    rgba(255, 232, 168, 0.09),
    transparent 44%
  );
  transition: opacity 0.3s ease;
}

.wow-pointer-card:hover::after {
  opacity: 1;
}

.wow-pointer-card > * {
  position: relative;
  z-index: 1;
}

.seo-card,
.seo-faq article,
.seo-step {
  border-radius: 26px;
}

.seo-card {
  min-height: 220px;
  padding: 29px;
}

.seo-card h3,
.seo-faq h3,
.seo-step h3 {
  color: var(--wow-cream);
}

.seo-list {
  gap: 12px;
}

.seo-list li {
  position: relative;
  padding: 20px 22px 20px 54px;
  border-radius: 18px;
}

.seo-list li::before {
  content: "✓";
  position: absolute;
  top: 19px;
  left: 21px;
  color: var(--wow-gold);
  font-weight: 950;
}

.seo-panel {
  border-radius: 28px;
}

.seo-step {
  min-height: 238px;
  padding: 27px;
}

.seo-step::before {
  margin-bottom: 42px;
  color: var(--wow-gold-light);
}

.seo-proof {
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(232, 189, 89, 0.13),
      transparent 55%
    ),
    rgba(5, 12, 23, 0.72);
}

.seo-proof strong {
  background: linear-gradient(135deg, var(--wow-gold-light), #d49a2d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.seo-comparison-wrap {
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 26px;
  box-shadow: var(--wow-shadow-soft);
}

.seo-comparison {
  background: rgba(5, 12, 23, 0.82);
}

.seo-comparison th {
  background: rgba(232, 189, 89, 0.09);
}

.seo-callout {
  overflow: hidden;
  padding: clamp(30px, 5vw, 54px);
  border-color: rgba(232, 189, 89, 0.22);
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(232, 189, 89, 0.15),
      transparent 35%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(46, 104, 199, 0.18),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(5, 12, 23, 0.84);
}

.seo-related a {
  padding: 13px 17px;
  border-color: rgba(232, 189, 89, 0.22);
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 0.25s var(--wow-ease),
    border-color 0.25s ease,
    background 0.25s ease;
}

.seo-related a:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 189, 89, 0.42);
  background: rgba(232, 189, 89, 0.08);
}

.seo-footer {
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(232, 189, 89, 0.065),
      transparent 30%
    ),
    rgba(2, 6, 12, 0.68);
}

/* ---------- PAGINE LEGALI ---------- */

body.wow-legal {
  background:
    radial-gradient(
      circle at 14% 0%,
      rgba(232, 189, 89, 0.11),
      transparent 27%
    ),
    radial-gradient(
      circle at 88% 24%,
      rgba(46, 104, 199, 0.14),
      transparent 31%
    ),
    linear-gradient(180deg, #02050b, #06101d 46%, #02050b);
}

.wow-legal .legal-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(3, 9, 18, 0.76);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.wow-legal .legal-nav {
  min-height: 82px;
}

.wow-legal .legal-brand {
  letter-spacing: 0.07em;
}

.wow-legal .legal-main {
  margin-top: clamp(52px, 7vw, 86px);
}

.wow-legal .legal-hero {
  margin-bottom: 42px;
}

.wow-legal h1 {
  font-size: clamp(46px, 6vw, 68px);
  letter-spacing: -0.035em;
  background: linear-gradient(120deg, #fff6e2, #ffe3a4 62%, #f1c766);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wow-legal .legal-card {
  padding: clamp(26px, 5vw, 54px);
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 30px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(5, 12, 23, 0.8);
  box-shadow:
    0 38px 110px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.wow-legal .legal-card h2 {
  color: var(--wow-cream);
  font-size: clamp(27px, 3vw, 34px);
}

.wow-legal .legal-note {
  border-left-color: var(--wow-gold);
  border-radius: 0 16px 16px 0;
  background: rgba(232, 189, 89, 0.07);
}

.wow-legal .legal-table-wrap {
  border-radius: 18px;
}

.wow-legal th {
  background: rgba(232, 189, 89, 0.09);
}

/* ---------- Reveal fluido per pagine interne ---------- */

body.wow-ready .wow-reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 0.78s ease,
    transform 0.9s var(--wow-ease);
}

body.wow-ready .wow-reveal.wow-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ---------- Responsive ---------- */

@media (max-width: 1240px) {
  .pl-site .nav-links {
    gap: 15px;
    font-size: 10px;
  }

  .pl-site .hero-content {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 30px;
  }
}

@media (max-width: 1080px) {
  .pl-site .hero-content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 54px;
  }

  .pl-site .hero-copy {
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
  }

  .pl-site .hero-copy h1 {
    max-width: 850px;
  }

  .pl-site .hero-copy .eyebrow,
  .pl-site .hero-subtitle,
  .pl-site .hero-stats {
    margin-inline: auto;
  }

  .pl-site .hero-actions {
    justify-content: center;
  }

  .pl-site .product-showcase {
    min-height: 540px;
  }

  .pl-site .problem-layout,
  .pl-site .process-layout,
  .pl-site .sectors-layout {
    grid-template-columns: 1fr;
  }

  .seo-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .seo-hero > div:first-child {
    max-width: 850px;
    text-align: center;
    margin-inline: auto;
  }

  .seo-kicker,
  .seo-lead,
  .seo-actions {
    margin-inline: auto;
  }

  .seo-actions {
    justify-content: center;
  }

  .seo-visual {
    width: min(880px, 100%);
    margin-inline: auto;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .wow-menu-toggle {
    display: grid;
  }

  .pl-site .nav {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .pl-site .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .pl-site .wow-menu-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .pl-site .nav-cta {
    grid-column: 3;
    grid-row: 1;
  }

  .pl-site .nav-links,
  .seo-nav-links {
    position: fixed;
    inset: 106px 16px auto;
    z-index: 990;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(232, 189, 89, 0.2);
    border-radius: 24px;
    background:
      linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.07),
        rgba(255, 255, 255, 0.012)
      ),
      rgba(3, 9, 18, 0.96);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(26px) saturate(155%);
    -webkit-backdrop-filter: blur(26px) saturate(155%);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-14px) scale(0.98);
    transform-origin: top center;
    pointer-events: none;
    transition:
      opacity 0.25s ease,
      transform 0.32s var(--wow-ease),
      visibility 0.25s ease;
  }

  body.wow-menu-open .pl-site .nav-links,
  body.wow-menu-open .seo-nav-links {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .pl-site .nav-links a,
  .seo-nav-links a {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.025);
    text-align: center;
  }

  .pl-site .nav-links a::after,
  .seo-nav-links > a:not(.seo-cta)::after {
    display: none;
  }

  .seo-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .seo-nav .wow-menu-toggle {
    grid-column: 2;
  }

  .seo-nav-links {
    inset: 108px 16px auto;
  }

  .seo-nav-links .seo-cta {
    color: #08101c;
  }

  .pl-site .feature-card,
  .pl-site .feature-card:nth-child(n) {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 94px;
  }

  body::before {
    animation: none !important;
  }

  .pl-site .nav {
    top: 8px;
    width: calc(100% - 16px);
    min-height: 68px;
    padding: 8px;
    border-radius: 19px;
  }

  .pl-site .brand {
    gap: 8px;
  }

  .pl-site .brand-logo-shell,
  .pl-site .brand-logo-img {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
  }

  .pl-site .brand-text strong {
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  .pl-site .brand-text small {
    font-size: 7px;
    letter-spacing: 0.17em;
  }

  .pl-site .nav-cta {
    display: none;
  }

  .pl-site .nav {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .pl-site .wow-menu-toggle {
    grid-column: 2;
  }

  .wow-menu-toggle {
    width: 46px;
    height: 46px;
  }

  .pl-site .nav-links,
  .seo-nav-links {
    inset: 88px 8px auto;
    grid-template-columns: 1fr;
    max-height: calc(100svh - 104px);
    overflow-y: auto;
  }

  .pl-site .hero {
    padding: 98px 16px 64px;
  }

  .pl-site .hero-content {
    min-height: auto;
    padding-top: 38px;
  }

  .pl-site .hero-copy h1 {
    margin-top: 24px;
    font-size: clamp(46px, 14.2vw, 68px);
    line-height: 0.96;
  }

  .pl-site .eyebrow {
    width: 100%;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.15em;
  }

  .pl-site .hero-subtitle {
    font-size: 16px;
    line-height: 1.64;
  }

  .pl-site .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pl-site .hero-actions .btn {
    width: 100%;
  }

  .pl-site .hero-stats {
    grid-template-columns: 1fr;
  }

  .pl-site .hero-stats > div {
    min-height: 0;
  }

  .pl-site .product-showcase {
    min-height: 310px;
    padding: 18px 0;
  }

  .pl-site .product-showcase::before {
    inset: 7% -4% 5%;
    border-radius: 28px;
    transform: none;
  }

  .pl-site .product-dashboard-img,
  .pl-site .product-dashboard-collage {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 1672 / 941 !important;
    object-fit: contain !important;
    border-radius: 16px;
    animation: none;
  }

  .pl-site .section {
    padding: 88px 14px;
  }

  .pl-site .section-head h2,
  .pl-site .section h2,
  .pl-site .cta-box h2 {
    font-size: clamp(40px, 12.5vw, 55px);
    line-height: 1;
  }

  .pl-site .feature-grid {
    grid-template-columns: 1fr;
  }

  .pl-site .feature-card,
  .pl-site .feature-card:nth-child(n) {
    grid-column: 1;
    min-height: 0;
  }

  .pl-site .faq-list {
    grid-template-columns: 1fr;
  }

  .pl-site .showcase-stage {
    min-height: 330px;
    padding: 8px;
    border-radius: 24px;
  }

  .pl-site .showcase-track {
    width: 100%;
    height: 315px;
  }

  .pl-site .showcase-card {
    border-radius: 18px;
  }

  .pl-site .showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .pl-site .showcase-card div {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 14px;
    border-radius: 16px;
  }

  .pl-site .pricing-card,
  .pl-site .cta-box {
    border-radius: 26px;
  }

  .seo-nav {
    top: 8px;
    width: calc(100% - 16px);
    min-height: 66px;
    padding: 7px 8px;
    border-radius: 19px;
  }

  .seo-brand {
    font-size: 13px;
  }

  .seo-brand img {
    width: 48px;
    height: 48px;
  }

  .seo-nav-links {
    inset: 86px 8px auto;
  }

  .seo-hero {
    width: min(100% - 28px, 1240px);
    padding: 64px 0 74px;
    gap: 48px;
  }

  .seo-kicker {
    width: 100%;
    text-align: center;
    line-height: 1.45;
  }

  .seo-hero h1 {
    font-size: clamp(44px, 13.6vw, 63px);
    line-height: 0.98;
  }

  .seo-lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .seo-actions {
    width: 100%;
    flex-direction: column;
  }

  .seo-btn {
    width: 100%;
  }

  .seo-visual {
    padding: 7px;
    border-radius: 24px;
  }

  .seo-visual img {
    border-radius: 18px;
  }

  .seo-section {
    width: min(100% - 28px, 1180px);
    padding: 66px 0;
  }

  .seo-section h2 {
    font-size: clamp(37px, 11.6vw, 51px);
  }

  .seo-card,
  .seo-faq article,
  .seo-step,
  .seo-panel {
    padding: 24px;
  }

  .seo-callout {
    padding: 27px 22px;
    border-radius: 26px;
  }

  .wow-legal .legal-nav {
    min-height: 70px;
  }

  .wow-legal .legal-card {
    border-radius: 24px;
  }

  .pl-site .problem-card,
  .pl-site .feature-card,
  .pl-site .benefit-card,
  .pl-site .before-after-card,
  .pl-site .process-step,
  .pl-site .sector-card-luxury,
  .pl-site .faq-item,
  .pl-site .trusted-card,
  .pl-site .pricing-card,
  .pl-site .cta-box,
  .seo-card,
  .seo-faq article,
  .seo-step,
  .seo-proof,
  .seo-panel,
  .seo-callout,
  .seo-list li {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 430px) {
  .pl-site .brand-text small {
    display: none;
  }

  .pl-site .hero-copy h1 {
    font-size: clamp(43px, 13.5vw, 58px);
  }

  .pl-site .section-kicker {
    width: 100%;
    text-align: center;
    line-height: 1.42;
    letter-spacing: 0.15em;
  }

  .seo-brand span {
    font-size: 12px;
  }
}

@media (hover: none), (pointer: coarse) {
  .pl-site .premium-motion-card:hover,
  .seo-card:hover,
  .seo-faq article:hover,
  .seo-step:hover,
  .seo-proof:hover,
  .seo-panel:hover,
  .seo-list li:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pl-site .product-dashboard-img,
  .pl-site .product-dashboard-collage,
  .pl-site .pricing-offer::before {
    animation: none !important;
  }

  body.wow-ready .wow-reveal {
    opacity: 1;
    transform: none;
  }
}
