/* =========================================================
   PRIME LOYAL WEBSITE
   STYLE.CSS COMPLETO - VERSIONE PREMIUM 2026
   ========================================================= */

/* ------------------------------
   RESET / BASE
------------------------------ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg-black: #020408;
  --bg-deep: #040914;
  --bg-blue: #07152d;
  --bg-card: rgba(8, 15, 28, 0.72);

  --gold: #e7be5b;
  --gold-soft: #f5d884;
  --gold-light: #fff1c9;
  --gold-dark: #9b6d22;

  --cream: #fff1d4;
  --text: rgba(246, 239, 225, 0.78);
  --muted: rgba(255, 255, 255, 0.56);

  --border-gold: rgba(231, 190, 91, 0.22);
  --border-soft: rgba(255, 255, 255, 0.10);

  --shadow-deep: 0 42px 120px rgba(0, 0, 0, 0.54);
  --shadow-gold: 0 0 42px rgba(231, 190, 91, 0.12);

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --display: "Cinzel", Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
  background: var(--bg-black);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(231, 190, 91, 0.10), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(41, 92, 174, 0.16), transparent 34%),
    linear-gradient(180deg, #020408 0%, #030712 46%, #020408 100%);
  font-family: var(--sans);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px),
    radial-gradient(circle, rgba(231,190,91,0.05) 1px, transparent 1px);
  background-size: 90px 90px, 140px 140px;
  background-position: 0 0, 38px 22px;
  opacity: 0.18;
  animation: backgroundDrift 28s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(0,0,0,0.42) 78%, rgba(0,0,0,0.78) 100%);
}

@keyframes backgroundDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-90px, -90px, 0);
  }
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
}

.pl-site {
  position: relative;
  min-height: 100vh;
}

/* ------------------------------
   LIQUID CURSOR
------------------------------ */

.liquid-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  border-radius: 999px;
  border: 1px solid rgba(231, 190, 91, 0.34);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow:
    0 0 28px rgba(231, 190, 91, 0.18),
    inset 0 0 14px rgba(255, 255, 255, 0.08);
  transition:
    width 0.18s ease,
    height 0.18s ease,
    opacity 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.liquid-cursor.is-visible {
  opacity: 1;
}

.liquid-cursor.is-hovering {
  width: 58px;
  height: 58px;
  border-color: rgba(255, 236, 180, 0.62);
  box-shadow:
    0 0 48px rgba(231, 190, 91, 0.24),
    inset 0 0 18px rgba(255, 255, 255, 0.12);
}

/* ------------------------------
   HERO
------------------------------ */

.hero {
  --mx: 50%;
  --my: 50%;
  --gold-power: 0.22;
  --blue-power: 0.92;

  position: relative;
  min-height: 100vh;
  padding: 0 22px 70px;
  overflow: hidden;
  isolation: isolate;
  background: #03050a;
}

.hero-bg,
.hero-gold,
.hero-blue,
.hero-grid,
.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg {
  z-index: -6;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,.05), transparent 18%),
    radial-gradient(circle at 72% 38%, rgba(28, 70, 144, .34), transparent 34%),
    radial-gradient(circle at 22% 18%, rgba(231, 190, 91, .13), transparent 26%),
    linear-gradient(115deg, #03050a 0%, #07101d 42%, #071a37 72%, #02040a 100%);
}

.hero-gold {
  z-index: -5;
  opacity: 1;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 224, 150, calc(var(--gold-power) * 0.82)), transparent 22%),
    radial-gradient(circle at 20% 74%, rgba(177, 121, 28, calc(var(--gold-power) * 0.42)), transparent 34%),
    linear-gradient(105deg, rgba(222, 177, 76, calc(var(--gold-power) * 0.44)) 0%, transparent 39%);
  filter: blur(0.2px) saturate(1.06);
}

.hero-blue {
  z-index: -4;
  opacity: 1;
  background:
    radial-gradient(circle at 84% 20%, rgba(37, 91, 184, calc(var(--blue-power) * 0.30)), transparent 28%),
    radial-gradient(circle at 88% 70%, rgba(7, 31, 86, calc(var(--blue-power) * 0.64)), transparent 42%),
    linear-gradient(245deg, rgba(8, 29, 68, calc(var(--blue-power) * 0.92)) 0%, transparent 58%);
}

.hero-grid {
  z-index: -3;
  opacity: 0.09;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: radial-gradient(circle at 62% 38%, black 0%, transparent 72%);
}

.hero-noise {
  z-index: -2;
  opacity: 0.05;
  background-image:
    linear-gradient(120deg, rgba(255,255,255,.06), transparent 32%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.04), transparent 2px);
  background-size: cover, 4px 4px;
  mix-blend-mode: screen;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(123deg, transparent 0%, transparent 27%, rgba(244, 202, 104, .13) 28%, transparent 30%),
    linear-gradient(303deg, transparent 0%, transparent 71%, rgba(72, 126, 226, .12) 72%, transparent 74%);
  opacity: .85;
  filter: blur(.4px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent 0%, transparent 46%, rgba(0,0,0,.44) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18), transparent 24%, rgba(0,0,0,.38));
}

/* ------------------------------
   NAV
------------------------------ */

.nav {
  position: relative;
  z-index: 10;
  width: min(1440px, 100%);
  margin: 0 auto;
  min-height: 116px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: max-content;
}

.brand-logo-shell {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  display: grid;
  place-items: center;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.brand-logo-img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  display: block;
  filter:
    drop-shadow(0 16px 30px rgba(0,0,0,.62))
    drop-shadow(0 0 18px rgba(222,177,76,.18));
}

.brand-logo-shell.logo-fallback {
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 20%, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(135deg, #f6df9a, #bd8627 52%, #edc764);
  box-shadow:
    0 18px 44px rgba(214,169,61,.22),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.brand-logo-shell.logo-fallback::before {
  content: "P";
  color: #120d05;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 900;
}

.brand-text {
  display: grid;
  gap: 4px;
}

.brand-text strong {
  font-family: var(--display);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  color: #fff2d8;
  text-shadow:
    0 10px 30px rgba(0,0,0,0.52),
    0 0 18px rgba(231,190,91,0.07);
}

.brand-text small {
  font-family: var(--display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(231, 190, 91, 0.88);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255,255,255,.64);
}

.nav-links a {
  position: relative;
  transition: color .22s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transition: width .24s ease;
}

.nav-links a:hover {
  color: #fff2d4;
}

.nav-links a:hover::after {
  width: 100%;
}

/* ------------------------------
   BUTTONS - LIQUID GLASS
------------------------------ */

.nav-cta,
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease,
    filter .22s ease;
}

.nav-cta,
.btn-primary {
  color: #fff4dc;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: .015em;
  background:
    linear-gradient(135deg,
      rgba(255,255,255,0.24) 0%,
      rgba(245,207,114,0.20) 28%,
      rgba(255,255,255,0.08) 52%,
      rgba(12,22,38,0.34) 100%
    );
  border: 1px solid rgba(255, 230, 166, 0.42);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255,255,255,0.08) inset,
    0 1px 0 rgba(255,255,255,0.50) inset,
    0 -18px 34px rgba(146, 99, 24, 0.20) inset,
    0 0 34px rgba(231,190,91,0.14);
  text-shadow:
    0 1px 1px rgba(0,0,0,0.45),
    0 0 18px rgba(255,232,170,0.18);
}

.nav-cta::before,
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,0.42) 0%,
      rgba(255,255,255,0.18) 18%,
      rgba(255,255,255,0.04) 44%,
      transparent 100%
    );
  opacity: .72;
}

.nav-cta::after,
.btn-primary::after {
  content: "";
  position: absolute;
  top: -80%;
  left: -70%;
  width: 90%;
  height: 240%;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg,
      transparent 0%,
      rgba(255,255,255,0.00) 34%,
      rgba(255,255,255,0.42) 48%,
      rgba(255,230,166,0.26) 54%,
      rgba(255,255,255,0.00) 68%,
      transparent 100%
    );
  transform: rotate(10deg) translateX(-20%);
  opacity: .44;
  transition: transform .55s ease, opacity .28s ease;
}

.nav-cta:hover,
.btn-primary:hover {
  background:
    linear-gradient(135deg,
      rgba(255,255,255,0.32) 0%,
      rgba(250,218,139,0.26) 28%,
      rgba(255,255,255,0.10) 52%,
      rgba(12,22,38,0.42) 100%
    );
  border-color: rgba(255, 239, 192, 0.68);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255,255,255,0.12) inset,
    0 1px 0 rgba(255,255,255,0.65) inset,
    0 -18px 38px rgba(146, 99, 24, 0.24) inset,
    0 0 48px rgba(231,190,91,0.22);
  filter: brightness(1.06) saturate(1.04);
}

.nav-cta:hover::after,
.btn-primary:hover::after {
  transform: rotate(10deg) translateX(190%);
  opacity: .72;
}

.nav-cta:active,
.btn-primary:active {
  transform: translateY(-1px) scale(.985);
}

.nav-cta {
  justify-self: end;
  min-height: 56px;
  padding: 0 30px;
  font-size: 15px;
}

.btn-primary {
  min-height: 62px;
  padding: 0 32px;
}

.btn-secondary {
  min-height: 62px;
  padding: 0 32px;
  color: rgba(255, 244, 220, 0.86);
  background:
    linear-gradient(135deg,
      rgba(255,255,255,0.10),
      rgba(255,255,255,0.035)
    ),
    rgba(7, 15, 29, 0.36);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.32),
    0 1px 0 rgba(255,255,255,0.22) inset,
    0 -14px 30px rgba(0,0,0,0.18) inset;
}

.btn-secondary:hover {
  border-color: rgba(231,190,91,0.34);
  color: #fff3d4;
  background:
    linear-gradient(135deg,
      rgba(255,255,255,0.14),
      rgba(255,255,255,0.045)
    ),
    rgba(7, 15, 29, 0.48);
}

/* ------------------------------
   HERO CONTENT
------------------------------ */

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  min-height: calc(100vh - 126px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
  align-items: center;
}

.hero-copy {
  max-width: 720px;
  padding-top: 30px;
}

.eyebrow,
.section-kicker {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 999px;
  color: #eac873;
  background: rgba(255, 224, 150, .055);
  border: 1px solid rgba(231, 190, 91, .20);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 32px 0 28px;
  max-width: 790px;
  color: #fff0d2;
  font-family: var(--serif);
  font-size: clamp(64px, 7.8vw, 124px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.91;
  text-shadow:
    0 34px 90px rgba(0, 0, 0, 0.68),
    0 0 28px rgba(231, 190, 91, 0.055);
}

.hero-subtitle {
  max-width: 650px;
  margin: 0;
  color: rgba(246, 239, 225, 0.72);
  font-size: clamp(17px, 1.2vw, 21px);
  font-weight: 620;
  line-height: 1.72;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-stats {
  margin-top: 46px;
  padding-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  border-top: 1px solid rgba(231,190,91,.13);
}

.hero-stats strong {
  display: block;
  color: var(--gold);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-stats span {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.56);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

/* ------------------------------
   PRODUCT HERO
------------------------------ */

.hero-visual {
  min-width: 0;
}

.product-showcase {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1400px;
  transform: translateX(18px) translateY(10px);
}

.product-dashboard-img {
  position: relative;
  z-index: 2;
  width: min(900px, 60vw);
  max-width: 100%;
  display: block;
  border-radius: 36px;
  transform:
    rotateX(var(--rx, 7deg))
    rotateY(var(--ry, -12deg))
    translateZ(0);
  filter:
    drop-shadow(0 58px 120px rgba(0,0,0,.72))
    drop-shadow(0 0 52px rgba(41,92,174,.16))
    drop-shadow(0 0 38px rgba(231,190,91,.10));
  animation: productFloat 7.5s ease-in-out infinite alternate;
  transition: filter .28s ease, transform .28s ease;
}

.product-dashboard-img:hover {
  filter:
    drop-shadow(0 68px 140px rgba(0,0,0,.78))
    drop-shadow(0 0 66px rgba(41,92,174,.20))
    drop-shadow(0 0 46px rgba(231,190,91,.16));
}

@keyframes productFloat {
  from {
    transform:
      rotateX(var(--rx, 7deg))
      rotateY(var(--ry, -12deg))
      translateY(8px)
      scale(0.985);
  }

  to {
    transform:
      rotateX(var(--rx, 7deg))
      rotateY(var(--ry, -12deg))
      translateY(-12px)
      scale(1.015);
  }
}

.product-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(42px);
}

.product-glow-gold {
  width: 420px;
  height: 420px;
  left: -8%;
  top: 12%;
  background: rgba(231, 190, 91, .14);
}

.product-glow-blue {
  width: 540px;
  height: 540px;
  right: -12%;
  bottom: 0;
  background: rgba(41, 92, 174, .24);
}

.product-badge {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 20px;
  color: #fff1d4;
  background:
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.025)),
    rgba(5, 11, 22, .86);
  border: 1px solid rgba(231,190,91,.20);
  box-shadow:
    0 30px 76px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.product-badge span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(231,190,91,.10);
  color: var(--gold);
}

.product-badge strong {
  display: block;
  color: #fff1d4;
  font-size: 14px;
  font-weight: 950;
}

.product-badge small {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 700;
}

.product-badge-top {
  top: 90px;
  left: 18px;
  animation: badgeFloatOne 5s ease-in-out infinite alternate;
}

.product-badge-bottom {
  right: 0;
  bottom: 86px;
  animation: badgeFloatTwo 5.8s ease-in-out infinite alternate;
}

@keyframes badgeFloatOne {
  from { transform: translateY(0); }
  to { transform: translateY(-13px); }
}

@keyframes badgeFloatTwo {
  from { transform: translateY(0); }
  to { transform: translateY(14px); }
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 5;
  transform: translateX(-50%);
  display: grid;
  gap: 8px;
  place-items: center;
  color: rgba(255,255,255,.48);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .22em;
}

.scroll-hint span {
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, rgba(231,190,91,.0), rgba(231,190,91,.72), rgba(231,190,91,.0));
  animation: scrollLine 1.7s ease-in-out infinite;
}

@keyframes scrollLine {
  0%, 100% {
    transform: scaleY(.55);
    opacity: .45;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* ------------------------------
   SHARED SECTIONS
------------------------------ */

.section {
  position: relative;
  padding: 130px 18px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-head {
  max-width: 900px;
  margin-bottom: 58px;
}

.section-head h2,
.section h2,
.cta-box h2 {
  margin: 22px 0 0;
  color: #fff0d2;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
  font-size: clamp(48px, 5vw, 82px);
  text-shadow:
    0 34px 90px rgba(0, 0, 0, 0.68),
    0 0 28px rgba(231, 190, 91, 0.055);
}

.section p {
  color: rgba(246, 239, 225, 0.70);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 520;
}

.center-head {
  width: min(980px, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-head .section-kicker,
.center-head p {
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------
   REVEAL ANIMATION
------------------------------ */

.reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity .9s ease,
    transform .9s cubic-bezier(.2,.8,.2,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ------------------------------
   PROBLEM
------------------------------ */

.problem {
  background:
    radial-gradient(circle at 16% 14%, rgba(231,190,91,.11), transparent 30%),
    linear-gradient(180deg, #020408 0%, #050a13 58%, #020408 100%);
}

.problem-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.problem-copy p {
  max-width: 610px;
}

.problem-cards {
  display: grid;
  gap: 16px;
}

.problem-card {
  position: relative;
  padding: 26px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.022)),
    rgba(7, 14, 26, .70);
  border: 1px solid rgba(231,190,91,.16);
  box-shadow:
    0 26px 80px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.problem-card span {
  color: var(--gold);
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: .16em;
}

.problem-card h3,
.feature-card h3 {
  margin: 18px 0 8px;
  color: #fff1d4;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.problem-card p,
.feature-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
}

/* ------------------------------
   FEATURES
------------------------------ */

.features {
  background:
    radial-gradient(circle at 88% 10%, rgba(41,92,174,.16), transparent 30%),
    linear-gradient(180deg, #020408 0%, #050a13 52%, #020408 100%);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.024)),
    rgba(7, 14, 26, .72);
  border: 1px solid rgba(231,190,91,.16);
  box-shadow:
    0 30px 90px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.feature-card span {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: .16em;
}

/* ------------------------------
   SPOTLIGHT / PREMIUM CARD MOTION
------------------------------ */

.spotlight-card {
  --sx: 50%;
  --sy: 50%;
}

.spotlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--sx) var(--sy), rgba(231,190,91,.16), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.06), transparent 40%);
  opacity: .72;
  transition: opacity .24s ease;
}

.spotlight-card:hover::before {
  opacity: 1;
}

.premium-motion-card {
  will-change: transform;
  transition:
    transform .32s ease,
    border-color .32s ease,
    box-shadow .32s ease;
}

.premium-motion-card:hover {
  transform: translateY(-8px);
}

/* ------------------------------
   BEFORE / AFTER CLEAN
------------------------------ */

.before-after-clean {
  position: relative;
  overflow: hidden;
  padding: 140px 18px;
  background:
    radial-gradient(circle at 16% 18%, rgba(231,190,91,.13), transparent 30%),
    radial-gradient(circle at 84% 46%, rgba(41,92,174,.22), transparent 36%),
    linear-gradient(180deg, #03050a 0%, #050a13 56%, #020408 100%);
}

.before-after-clean::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0%, transparent 29%, rgba(231,190,91,.10) 30%, transparent 32%),
    linear-gradient(305deg, transparent 0%, transparent 70%, rgba(65,122,225,.11) 71%, transparent 73%);
  opacity: .82;
}

.before-after-orb {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(54px);
  opacity: .75;
}

.before-after-orb-gold {
  width: 420px;
  height: 420px;
  left: -170px;
  top: 110px;
  background: rgba(231,190,91,.16);
  animation: orbFloatGold 9s ease-in-out infinite alternate;
}

.before-after-orb-blue {
  width: 540px;
  height: 540px;
  right: -210px;
  bottom: 80px;
  background: rgba(41,92,174,.20);
  animation: orbFloatBlue 10s ease-in-out infinite alternate;
}

@keyframes orbFloatGold {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(36px, -26px, 0) scale(1.08); }
}

@keyframes orbFloatBlue {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-42px, 30px, 0) scale(1.06); }
}

.clean-section-title {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin: 0 auto 64px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clean-section-title .section-kicker,
.clean-section-title h2,
.clean-section-title p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.clean-section-title h2 {
  max-width: 900px;
}

.clean-section-title p {
  max-width: 760px;
}

.before-after-grid {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.before-after-card {
  position: relative;
  min-height: 470px;
  padding: 46px;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(231,190,91,.20);
  box-shadow:
    0 38px 120px rgba(0,0,0,.44),
    inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.before-card {
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    rgba(7, 9, 13, .86);
}

.after-card {
  background:
    radial-gradient(circle at 72% 18%, rgba(231,190,91,.18), transparent 30%),
    radial-gradient(circle at 92% 78%, rgba(41,92,174,.24), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.022)),
    rgba(5, 13, 27, .88);
}

.before-after-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,.12) 42%, transparent 58%);
  opacity: .16;
}

.before-after-card:hover {
  border-color: rgba(255,236,180,.36);
  box-shadow:
    0 46px 140px rgba(0,0,0,.54),
    0 0 48px rgba(231,190,91,.10),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.compare-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 22px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.compare-label.bad {
  color: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    rgba(255,255,255,.035);
}

.compare-label.good {
  color: #f0d27a;
  border: 1px solid rgba(231,190,91,.28);
  background:
    linear-gradient(180deg, rgba(231,190,91,.13), rgba(231,190,91,.04)),
    rgba(255,255,255,.03);
}

.before-after-card h3 {
  position: relative;
  z-index: 1;
  margin: 32px 0 30px;
  color: #fff1d4;
  font-family: var(--serif);
  font-size: clamp(48px, 4.8vw, 76px);
  line-height: .92;
  font-weight: 500;
  letter-spacing: -.045em;
}

.before-after-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.before-after-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.4;
}

.before-after-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e7be5b;
  box-shadow: 0 0 14px rgba(231,190,91,.42);
}

/* Spegne definitivamente il vecchio slider */
.transformation,
.compare-wrap,
.compare-panel,
.compare-before,
.compare-after,
.compare-handle,
.compare-range {
  display: none !important;
}

/* ------------------------------
   PROCESS
------------------------------ */

.process {
  background:
    radial-gradient(circle at 20% 10%, rgba(231,190,91,.11), transparent 30%),
    linear-gradient(180deg, #020408, #050a13 52%, #020408);
}

.process-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.process-copy p {
  max-width: 560px;
}

.process-timeline {
  position: relative;
  display: grid;
  gap: 20px;
}

.process-line {
  position: absolute;
  left: 34px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: rgba(255,255,255,.09);
}

.process-line span {
  display: block;
  width: 100%;
  height: var(--line-progress, 0%);
  background: linear-gradient(180deg, #f5d884, #9b6d22);
  box-shadow: 0 0 22px rgba(231,190,91,.28);
}

.process-step {
  position: relative;
  padding: 26px 26px 26px 92px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.02)),
    rgba(7,14,26,.72);
  border: 1px solid rgba(231,190,91,.16);
  box-shadow:
    0 26px 80px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.process-step > span {
  position: absolute;
  left: 18px;
  top: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #130d04;
  background: linear-gradient(135deg, #fff0b4, #e7be5b 42%, #9b6d22);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
}

.process-step h3 {
  margin: 0 0 8px;
  color: #fff1d4;
  font-family: var(--serif);
  font-size: 34px;
}

.process-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
}

/* ------------------------------
   METRICS
------------------------------ */

.metrics {
  padding: 70px 18px;
  background: #020408;
}

.metrics-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(231,190,91,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018)),
    rgba(7,14,26,.70);
  box-shadow:
    0 34px 100px rgba(0,0,0,.36),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.metrics-box div {
  padding: 34px 24px;
  text-align: center;
}

.metrics-box div:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.08);
}

.metrics-box strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
}

.metrics-box span {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .10em;
}

/* ------------------------------
   SECTORS
------------------------------ */

.sectors-luxury {
  position: relative;
  overflow: hidden;
  padding: 150px 18px 170px;
  background:
    radial-gradient(circle at 18% 20%, rgba(231, 190, 91, 0.14), transparent 30%),
    radial-gradient(circle at 86% 38%, rgba(40, 96, 190, 0.20), transparent 36%),
    linear-gradient(180deg, #03050a 0%, #050a13 48%, #020408 100%);
}

.sectors-luxury::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0%, transparent 28%, rgba(231,190,91,.10) 29%, transparent 31%),
    linear-gradient(302deg, transparent 0%, transparent 70%, rgba(68,124,230,.10) 71%, transparent 73%);
  opacity: .8;
}

.sectors-orb {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(48px);
  opacity: .72;
}

.sectors-orb-gold {
  width: 420px;
  height: 420px;
  left: -160px;
  top: 120px;
  background: rgba(231, 190, 91, 0.16);
}

.sectors-orb-blue {
  width: 520px;
  height: 520px;
  right: -190px;
  bottom: 90px;
  background: rgba(43, 99, 190, 0.18);
}

.sectors-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  align-items: center;
}

.sectors-copy h2 {
  max-width: 720px;
}

.sectors-copy p {
  max-width: 610px;
}

.sectors-proof {
  margin-top: 38px;
  width: min(620px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(231,190,91,.18);
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018)),
    rgba(6, 13, 24, .62);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 30px 90px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.07);
}

.sectors-proof div {
  padding: 24px 20px;
  text-align: center;
}

.sectors-proof div:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.08);
}

.sectors-proof strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.sectors-proof span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.56);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.sectors-grid-luxury {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sector-card-luxury {
  position: relative;
  min-height: 215px;
  padding: 26px;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.024)),
    rgba(7, 14, 26, .74);
  border: 1px solid rgba(231,190,91,.18);
  box-shadow:
    0 30px 90px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.sector-card-luxury > span {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  background: rgba(231,190,91,.08);
  border: 1px solid rgba(231,190,91,.18);
}

.sector-card-luxury h3 {
  position: relative;
  z-index: 1;
  margin: 30px 0 10px;
  color: #fff1d4;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
}

.sector-card-luxury p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 15px;
  line-height: 1.58;
}

/* ------------------------------
   SHOWCASE
------------------------------ */

.showcase {
  background:
    radial-gradient(circle at 50% 10%, rgba(40,96,190,.16), transparent 34%),
    linear-gradient(180deg, #020408, #050a13 50%, #020408);
}

.showcase-stage {
  position: relative;
  margin-top: 56px;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase-track {
  position: relative;
  width: min(960px, 100%);
  height: 560px;
  perspective: 1400px;
}

.showcase-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(80px) scale(.92) rotateY(-10deg);
  transition:
    opacity .6s ease,
    transform .6s cubic-bezier(.2,.8,.2,1),
    filter .6s ease;
  pointer-events: none;
}

.showcase-card.is-active {
  opacity: 1;
  transform: translateX(0) scale(1) rotateY(0deg);
  pointer-events: auto;
  filter: saturate(1.05) contrast(1.02);
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 44px 110px rgba(0,0,0,.62))
    drop-shadow(0 0 38px rgba(231,190,91,.10));
}

.showcase-card div {
  position: absolute;
  left: 34px;
  bottom: 34px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(7,14,26,.74);
  border: 1px solid rgba(231,190,91,.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.showcase-card strong {
  display: block;
  color: #fff1d4;
  font-family: var(--serif);
  font-size: 28px;
}

.showcase-card span {
  color: rgba(255,255,255,.62);
  font-weight: 700;
}

.showcase-btn {
  position: absolute;
  z-index: 4;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(231,190,91,.26);
  color: #f5d884;
  background: rgba(7,14,26,.62);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-size: 34px;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease;
}

.showcase-btn:hover {
  transform: scale(1.08);
  border-color: rgba(255,236,180,.54);
}

.showcase-prev {
  left: 0;
}

.showcase-next {
  right: 0;
}

/* ------------------------------
   CTA
------------------------------ */

.cta-section {
  padding: 130px 18px 150px;
  background:
    radial-gradient(circle at 50% 30%, rgba(231,190,91,.16), transparent 34%),
    radial-gradient(circle at 82% 60%, rgba(41,92,174,.18), transparent 34%),
    linear-gradient(180deg, #020408 0%, #050a13 58%, #020408 100%);
}

.cta-box {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(38px, 6vw, 78px);
  text-align: center;
  border-radius: 42px;
  overflow: hidden;
  border: 1px solid rgba(231,190,91,.22);
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.022)),
    rgba(7, 14, 26, .74);
  box-shadow:
    0 40px 120px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.cta-box .section-kicker {
  margin-left: auto;
  margin-right: auto;
}

.cta-box p {
  max-width: 700px;
  margin: 22px auto 34px;
}

/* ------------------------------
   CLICK WAVE
------------------------------ */

.click-wave {
  position: absolute;
  width: 14px;
  height: 14px;
  pointer-events: none;
  border-radius: 50%;
  border: 1px solid rgba(231, 190, 91, .72);
  box-shadow: 0 0 34px rgba(231,190,91,.16);
  transform: translate(-50%, -50%);
  animation: wave .8s ease-out forwards;
  z-index: 30;
}

@keyframes wave {
  to {
    width: 180px;
    height: 180px;
    opacity: 0;
  }
}

/* ------------------------------
   RESPONSIVE
------------------------------ */

@media (max-width: 1180px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-copy {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }

  .hero-copy .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subtitle,
  .hero-stats {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .product-showcase {
    min-height: 520px;
    transform: none;
  }

  .product-dashboard-img {
    width: min(820px, 94vw);
  }
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .problem-layout,
  .process-layout,
  .sectors-layout {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metrics-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .sectors-grid-luxury {
    grid-template-columns: 1fr;
  }

  .showcase-stage {
    min-height: 440px;
  }

  .showcase-track {
    height: 420px;
  }

  .sectors-copy {
    text-align: center;
  }

  .sectors-copy .section-kicker,
  .sectors-copy p,
  .sectors-proof {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 96px 14px;
  }

  .hero {
    padding: 0 14px 60px;
  }

  .nav {
    min-height: auto;
    padding-top: 20px;
    gap: 16px;
  }

  .brand-logo-shell,
  .brand-logo-img {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .brand-text small {
    font-size: 9px;
    letter-spacing: .22em;
  }

  .nav-cta {
    min-height: 48px;
    padding: 0 18px;
    font-size: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(54px, 17vw, 82px);
    line-height: .95;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .product-showcase {
    min-height: 390px;
  }

  .product-dashboard-img {
    width: 112%;
    border-radius: 22px;
  }

  .product-badge {
    display: none;
  }

  .feature-grid,
  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .before-after-clean {
    padding: 96px 14px;
  }

  .before-after-card {
    min-height: auto;
    padding: 34px;
  }

  .before-after-card h3 {
    font-size: 48px;
  }

  .before-after-card li {
    font-size: 16px;
  }

  .sectors-luxury {
    padding: 96px 14px 110px;
  }

  .sectors-proof {
    grid-template-columns: 1fr;
  }

  .sectors-proof div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .metrics-box {
    grid-template-columns: 1fr;
  }

  .metrics-box div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .showcase-btn {
    display: none;
  }

  .showcase-track {
    height: 330px;
  }

  .showcase-card div {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .liquid-cursor {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* =========================================================
   TRUSTED / CLIENTI REALI
   ========================================================= */

.trusted-strip {
  position: relative;
  overflow: hidden;
  padding: 120px 18px;
  background:
    radial-gradient(circle at 18% 10%, rgba(231,190,91,.12), transparent 30%),
    radial-gradient(circle at 82% 44%, rgba(41,92,174,.18), transparent 34%),
    linear-gradient(180deg, #020408 0%, #050a13 52%, #020408 100%);
}

.trusted-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, transparent 31%, rgba(231,190,91,.08) 32%, transparent 34%),
    linear-gradient(305deg, transparent 0%, transparent 72%, rgba(70,126,230,.09) 73%, transparent 75%);
  opacity: .8;
}

.trusted-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
}

.trusted-copy {
  align-self: center;
}

.trusted-copy h2 {
  margin: 24px 0 0;
  max-width: 620px;
  color: #fff0d2;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.055em;
}

.trusted-copy p:not(.section-kicker) {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(246,239,225,.70);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 560;
}

.trusted-main-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 44px;
  border-radius: 38px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(231,190,91,.24);
  background:
    radial-gradient(circle at 28% 18%, rgba(231,190,91,.16), transparent 34%),
    radial-gradient(circle at 88% 72%, rgba(41,92,174,.22), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.024)),
    rgba(7,14,26,.78);
  box-shadow:
    0 42px 130px rgba(0,0,0,.46),
    0 0 52px rgba(231,190,91,.08),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.trusted-main-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,.13) 42%, transparent 58%);
  opacity: .18;
}

.trusted-logo-mark {
  position: relative;
  z-index: 1;
  width: 116px;
  height: 116px;
  border-radius: 34px;
  display: grid;
  place-items: center;
  color: #120d04;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .08em;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,.55), transparent 32%),
    linear-gradient(135deg, #fff1b8 0%, #e7be5b 42%, #9b6d22 100%);
  box-shadow:
    0 26px 80px rgba(231,190,91,.22),
    inset 0 1px 0 rgba(255,255,255,.55);
}

.trusted-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: max-content;
  padding: 10px 16px;
  border-radius: 999px;
  color: #f0d27a;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 1px solid rgba(231,190,91,.26);
  background: rgba(231,190,91,.075);
}

.trusted-main-card h3 {
  position: relative;
  z-index: 1;
  margin: 24px 0 14px;
  color: #fff1d4;
  font-family: var(--serif);
  font-size: clamp(56px, 5vw, 84px);
  line-height: .9;
  font-weight: 500;
  letter-spacing: -.05em;
}

.trusted-main-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 560px;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 600;
}

.trusted-stores {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.trusted-stores article {
  position: relative;
  overflow: hidden;
  min-height: 118px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(231,190,91,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.02)),
    rgba(7,14,26,.68);
  box-shadow:
    0 26px 80px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.06);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.trusted-stores article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(231,190,91,.14), transparent 44%);
  opacity: .55;
  pointer-events: none;
}

.trusted-stores article:hover {
  transform: translateY(-8px);
  border-color: rgba(255,236,180,.34);
  box-shadow:
    0 34px 100px rgba(0,0,0,.40),
    0 0 34px rgba(231,190,91,.08),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.trusted-stores span {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(231,190,91,.86);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.trusted-stores strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  color: #fff1d4;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 980px) {
  .trusted-inner {
    grid-template-columns: 1fr;
  }

  .trusted-copy {
    text-align: center;
  }

  .trusted-copy .section-kicker,
  .trusted-copy h2,
  .trusted-copy p:not(.section-kicker) {
    margin-left: auto;
    margin-right: auto;
  }

  .trusted-stores {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .trusted-strip {
    padding: 96px 14px;
  }

  .trusted-main-card {
    grid-template-columns: 1fr;
    padding: 34px;
  }

  .trusted-logo-mark {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    font-size: 28px;
  }

  .trusted-stores {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   LOGO MONDO CANE NELLA SEZIONE CLIENTI REALI
   ========================================================= */

.trusted-logo-frame {
  position: relative;
  z-index: 1;
  width: 132px;
  height: 132px;
  flex: 0 0 132px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  overflow: hidden;
  padding: 14px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,.20), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.025)),
    rgba(4, 9, 18, .72);
  border: 1px solid rgba(231,190,91,.28);
  box-shadow:
    0 26px 80px rgba(0,0,0,.42),
    0 0 38px rgba(231,190,91,.12),
    inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.trusted-logo-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(130deg, rgba(255,255,255,.18), transparent 42%),
    radial-gradient(circle at 50% 0%, rgba(231,190,91,.16), transparent 52%);
  opacity: .75;
}

.trusted-logo-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter:
    drop-shadow(0 14px 26px rgba(0,0,0,.55))
    drop-shadow(0 0 16px rgba(231,190,91,.12));
}

.trusted-main-card:hover .trusted-logo-frame {
  border-color: rgba(255,236,180,.46);
  box-shadow:
    0 32px 92px rgba(0,0,0,.50),
    0 0 52px rgba(231,190,91,.18),
    inset 0 1px 0 rgba(255,255,255,.16);
}

@media (max-width: 620px) {
  .trusted-logo-frame {
    width: 104px;
    height: 104px;
    flex-basis: 104px;
    border-radius: 28px;
    padding: 12px;
  }
}

/* =========================================================
   TRUSTED SECTION - VERSIONE DEFINITIVA
   ========================================================= */

.trusted-strip {
  position: relative;
  overflow: hidden;
  padding: 130px 18px;
  background:
    radial-gradient(circle at 18% 10%, rgba(231,190,91,.10), transparent 30%),
    radial-gradient(circle at 82% 44%, rgba(41,92,174,.16), transparent 34%),
    linear-gradient(180deg, #020408 0%, #050a13 52%, #020408 100%);
}

.trusted-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, transparent 31%, rgba(231,190,91,.08) 32%, transparent 34%),
    linear-gradient(305deg, transparent 0%, transparent 72%, rgba(70,126,230,.09) 73%, transparent 75%);
  opacity: .8;
}

.trusted-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.trusted-copy h2 {
  margin: 24px 0 0;
  max-width: 640px;
  color: #fff0d2;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.055em;
}

.trusted-copy p:not(.section-kicker) {
  max-width: 580px;
  margin-top: 24px;
  color: rgba(246,239,225,.70);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 560;
}

.trusted-main-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 44px;
  border-radius: 38px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(231,190,91,.24);
  background:
    radial-gradient(circle at 28% 18%, rgba(231,190,91,.12), transparent 34%),
    radial-gradient(circle at 88% 72%, rgba(41,92,174,.20), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.024)),
    rgba(7,14,26,.78);
  box-shadow:
    0 42px 130px rgba(0,0,0,.46),
    0 0 52px rgba(231,190,91,.08),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.trusted-main-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,.11) 42%, transparent 58%);
  opacity: .16;
}

.trusted-logo-frame {
  position: relative;
  z-index: 1;
  width: 240px;
  height: 118px;
  display: grid;
  place-items: center;
  padding: 18px 22px;
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,244,220,.96), rgba(255,255,255,.88));
  border: 1px solid rgba(231,190,91,.22);
  box-shadow:
    0 24px 70px rgba(0,0,0,.36),
    0 0 34px rgba(231,190,91,.10),
    inset 0 1px 0 rgba(255,255,255,.70);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.trusted-logo-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(130deg, rgba(255,255,255,.34), transparent 46%),
    radial-gradient(circle at 50% 0%, rgba(231,190,91,.12), transparent 58%);
}

.trusted-logo-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.16));
}

.trusted-main-card:hover .trusted-logo-frame {
  transform: translateY(-4px);
  border-color: rgba(255,236,180,.42);
  box-shadow:
    0 30px 86px rgba(0,0,0,.44),
    0 0 46px rgba(231,190,91,.16),
    inset 0 1px 0 rgba(255,255,255,.78);
}

.trusted-card-copy {
  position: relative;
  z-index: 1;
}

.trusted-label {
  display: inline-flex;
  width: max-content;
  padding: 10px 16px;
  border-radius: 999px;
  color: #f0d27a;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 1px solid rgba(231,190,91,.26);
  background: rgba(231,190,91,.075);
}

.trusted-main-card h3 {
  margin: 24px 0 14px;
  color: #fff1d4;
  font-family: var(--serif);
  font-size: clamp(54px, 5vw, 82px);
  line-height: .9;
  font-weight: 500;
  letter-spacing: -.05em;
}

.trusted-main-card p {
  margin: 0;
  max-width: 560px;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 600;
}

.trusted-stores {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 10px;
}

.trusted-stores article {
  position: relative;
  overflow: hidden;
  min-height: 118px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(231,190,91,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.02)),
    rgba(7,14,26,.68);
  box-shadow:
    0 26px 80px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.06);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.trusted-stores article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(231,190,91,.14), transparent 44%);
  opacity: .55;
  pointer-events: none;
}

.trusted-stores article:hover {
  transform: translateY(-8px);
  border-color: rgba(255,236,180,.34);
  box-shadow:
    0 34px 100px rgba(0,0,0,.40),
    0 0 34px rgba(231,190,91,.08),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.trusted-stores span {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(231,190,91,.86);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.trusted-stores strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  color: #fff1d4;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

.trusted-note {
  grid-column: 1 / -1;
  max-width: 900px;
  margin: 20px auto 0;
  text-align: center;
  color: rgba(255,255,255,.58);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 650;
}

@media (max-width: 980px) {
  .trusted-inner {
    grid-template-columns: 1fr;
  }

  .trusted-copy {
    text-align: center;
  }

  .trusted-copy .section-kicker,
  .trusted-copy h2,
  .trusted-copy p:not(.section-kicker) {
    margin-left: auto;
    margin-right: auto;
  }

  .trusted-main-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .trusted-logo-frame {
    margin: 0 auto;
  }

  .trusted-label {
    margin-left: auto;
    margin-right: auto;
  }

  .trusted-stores {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .trusted-strip {
    padding: 96px 14px;
  }

  .trusted-main-card {
    padding: 34px;
  }

  .trusted-logo-frame {
    width: 220px;
    height: 108px;
  }

  .trusted-stores {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   FIX DEFINITIVO SEZIONE MONDO CANE / CASE STUDY
   ========================================================= */

.trusted-strip {
  position: relative !important;
  overflow: hidden !important;
  padding: 125px 18px 95px !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(231, 190, 91, 0.10), transparent 30%),
    radial-gradient(circle at 82% 38%, rgba(41, 92, 174, 0.16), transparent 36%),
    linear-gradient(180deg, #020408 0%, #050a13 52%, #020408 100%) !important;
}

.trusted-inner {
  position: relative !important;
  z-index: 1 !important;
  width: min(1240px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 0.92fr 1.08fr !important;
  gap: 42px !important;
  align-items: center !important;
}

.trusted-copy {
  max-width: 620px !important;
}

.trusted-copy h2 {
  margin: 24px 0 22px !important;
  color: #fff0d2 !important;
  font-family: var(--serif) !important;
  font-size: clamp(54px, 5.2vw, 88px) !important;
  line-height: 0.92 !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
}

.trusted-copy p:not(.section-kicker) {
  max-width: 620px !important;
  margin: 0 !important;
  color: rgba(246,239,225,.72) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
  font-weight: 650 !important;
}

.trusted-copy strong {
  color: #fff1d4 !important;
  font-weight: 850 !important;
}

/* CARD DESTRA */
.trusted-card {
  position: relative !important;
  min-height: 430px !important;
  padding: 34px !important;
  border-radius: 38px !important;
  overflow: hidden !important;
  border: 1px solid rgba(231,190,91,.22) !important;
  background:
    radial-gradient(circle at 32% 12%, rgba(231,190,91,.10), transparent 32%),
    radial-gradient(circle at 84% 70%, rgba(41,92,174,.24), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.022)),
    rgba(7,14,26,.78) !important;
  box-shadow:
    0 42px 130px rgba(0,0,0,.46),
    0 0 52px rgba(231,190,91,.08),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
}

.trusted-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,.10) 42%, transparent 58%),
    radial-gradient(circle at var(--sx, 50%) var(--sy, 50%), rgba(231,190,91,.13), transparent 34%) !important;
  opacity: .75 !important;
}

.trusted-card-top {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  justify-content: flex-end !important;
  margin-bottom: 22px !important;
}

.trusted-mini-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  color: #f0d27a !important;
  font-family: var(--display) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .19em !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(231,190,91,.26) !important;
  background: rgba(231,190,91,.075) !important;
}

/* CORPO CARD: LOGO A SINISTRA, TESTO A DESTRA */
.trusted-card-body {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: 330px 1fr !important;
  gap: 34px !important;
  align-items: center !important;
}

/* STAGE LOGO: niente bianco, niente cornice bianca */
.trusted-logo-stage {
  position: relative !important;
  width: 330px !important;
  height: 220px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 30px !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.045), transparent 58%),
    linear-gradient(135deg, rgba(255,255,255,.035), rgba(255,255,255,.012)) !important;
  border: 1px solid rgba(231,190,91,.12) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 18px 42px rgba(0,0,0,.22) !important;
}

/* LOGO TRASPARENTE DIRETTO */
.trusted-logo-img {
  display: block !important;
  width: 92% !important;
  max-width: 300px !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter:
    drop-shadow(0 12px 24px rgba(0,0,0,.28))
    drop-shadow(0 0 18px rgba(38, 142, 220, .10)) !important;
}

/* TESTO CARD */
.trusted-card-copy {
  position: relative !important;
  z-index: 2 !important;
}

.trusted-card-copy h3 {
  margin: 0 0 18px !important;
  color: #fff1d4 !important;
  font-family: var(--serif) !important;
  font-size: clamp(58px, 4.8vw, 88px) !important;
  line-height: .88 !important;
  font-weight: 500 !important;
  letter-spacing: -.055em !important;
}

.trusted-card-copy p {
  margin: 0 !important;
  max-width: 470px !important;
  color: rgba(255,255,255,.70) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  font-weight: 650 !important;
}

/* LOCALITÀ SOTTO */
.trusted-locations {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  margin: 30px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 16px !important;
}

.trusted-location {
  position: relative !important;
  min-height: 126px !important;
  padding: 22px 24px !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  border: 1px solid rgba(231,190,91,.16) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(231,190,91,.10), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    rgba(7,14,26,.68) !important;
  box-shadow:
    0 26px 80px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease !important;
}

.trusted-location:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(255,236,180,.34) !important;
  box-shadow:
    0 34px 100px rgba(0,0,0,.40),
    0 0 34px rgba(231,190,91,.08),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.trusted-location .num {
  display: block !important;
  color: rgba(231,190,91,.86) !important;
  font-family: var(--display) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
}

.trusted-location .name {
  display: block !important;
  margin-top: 20px !important;
  color: #fff1d4 !important;
  font-family: var(--serif) !important;
  font-size: 31px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

/* NOTA FINALE */
.trusted-note {
  grid-column: 1 / -1 !important;
  max-width: 920px !important;
  margin: 24px auto 0 !important;
  text-align: center !important;
  color: rgba(255,255,255,.58) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 650 !important;
}

/* Spegne le vecchie classi se sono ancora nel CSS */
.trusted-main-card,
.trusted-logo-frame,
.trusted-stores {
  all: unset;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .trusted-inner {
    grid-template-columns: 1fr !important;
  }

  .trusted-copy {
    max-width: 100% !important;
    text-align: center !important;
  }

  .trusted-copy .section-kicker,
  .trusted-copy h2,
  .trusted-copy p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .trusted-card-body {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .trusted-logo-stage {
    width: min(420px, 100%) !important;
    height: 230px !important;
    margin: 0 auto !important;
  }

  .trusted-card-copy p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .trusted-locations {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 680px) {
  .trusted-strip {
    padding: 96px 14px 72px !important;
  }

  .trusted-card {
    padding: 24px !important;
    border-radius: 30px !important;
  }

  .trusted-card-top {
    justify-content: center !important;
  }

  .trusted-logo-stage {
    height: 190px !important;
  }

  .trusted-logo-img {
    max-width: 280px !important;
  }

  .trusted-card-copy h3 {
    font-size: 54px !important;
  }

  .trusted-locations {
    grid-template-columns: 1fr !important;
  }

  .trusted-location {
    min-height: 112px !important;
  }
}

/* =========================================================
   SEO BENEFITS + FAQ + SHOWCASE SEO UPGRADE
   ========================================================= */

.seo-benefits {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 24% 14%, rgba(231,190,91,.11), transparent 30%),
    radial-gradient(circle at 84% 48%, rgba(41,92,174,.15), transparent 36%),
    linear-gradient(180deg, #020408 0%, #050a13 52%, #020408 100%) !important;
}

.seo-benefits .section-head p:not(.section-kicker),
.faq-section .section-head p:not(.section-kicker) {
  max-width: 840px !important;
  color: rgba(246,239,225,.68) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  font-weight: 650 !important;
}

.benefit-grid {
  width: min(1120px, 100%) !important;
  margin: 58px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.benefit-card {
  position: relative !important;
  min-height: 330px !important;
  padding: 34px !important;
  border-radius: 32px !important;
  overflow: hidden !important;
  border: 1px solid rgba(231,190,91,.17) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(231,190,91,.10), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.02)),
    rgba(7,14,26,.72) !important;
  box-shadow:
    0 30px 90px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

.benefit-card > span {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  width: 54px !important;
  height: 54px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 18px !important;
  color: var(--gold) !important;
  font-family: var(--display) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  background: rgba(231,190,91,.08) !important;
  border: 1px solid rgba(231,190,91,.18) !important;
}

.benefit-card h3 {
  position: relative !important;
  z-index: 1 !important;
  margin: 32px 0 14px !important;
  color: #fff1d4 !important;
  font-family: var(--serif) !important;
  font-size: 38px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

.benefit-card p {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
  color: rgba(255,255,255,.66) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  font-weight: 620 !important;
}

.faq-section {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 8%, rgba(231,190,91,.10), transparent 32%),
    radial-gradient(circle at 82% 54%, rgba(41,92,174,.16), transparent 34%),
    linear-gradient(180deg, #020408 0%, #050a13 52%, #020408 100%) !important;
}

.faq-list {
  width: min(1060px, 100%) !important;
  margin: 58px auto 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
}

.faq-item {
  position: relative !important;
  padding: 30px !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  border: 1px solid rgba(231,190,91,.16) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018)),
    rgba(7,14,26,.70) !important;
  box-shadow:
    0 26px 80px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.faq-item h3 {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 0 12px !important;
  color: #fff1d4 !important;
  font-family: var(--serif) !important;
  font-size: 32px !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
}

.faq-item p {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
  color: rgba(255,255,255,.66) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 620 !important;
}

/* SHOWCASE TESTI SEO MIGLIORATI */
.showcase .section-head p:not(.section-kicker) {
  max-width: 860px !important;
  color: rgba(246,239,225,.68) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  font-weight: 650 !important;
}

.showcase-note {
  width: min(900px, 100%) !important;
  margin: 24px auto 0 !important;
  padding: 22px 26px !important;
  border-radius: 26px !important;
  text-align: center !important;
  border: 1px solid rgba(231,190,91,.16) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    rgba(7,14,26,.62) !important;
  box-shadow:
    0 26px 80px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.05) !important;
}

.showcase-note span {
  display: block !important;
  color: #e7be5b !important;
  font-family: var(--display) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
}

.showcase-note p {
  margin: 0 auto !important;
  max-width: 780px !important;
  color: rgba(255,255,255,.62) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 650 !important;
}

@media (max-width: 980px) {
  .benefit-grid,
  .faq-list {
    grid-template-columns: 1fr !important;
  }

  .benefit-card {
    min-height: auto !important;
  }
}

@media (max-width: 620px) {
  .benefit-card,
  .faq-item {
    padding: 26px !important;
  }

  .benefit-card h3,
  .faq-item h3 {
    font-size: 30px !important;
  }
}

/* =========================================================
   FOOTER LEGALE PRIME LOYAL
   ========================================================= */

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 34px;
  background:
    radial-gradient(circle at 22% 0%, rgba(231,190,91,.12), transparent 30%),
    radial-gradient(circle at 82% 40%, rgba(41,92,174,.14), transparent 34%),
    linear-gradient(180deg, #020408 0%, #050a13 52%, #020408 100%);
  border-top: 1px solid rgba(231,190,91,.14);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(231,190,91,.08), transparent);
  opacity: .5;
}

.site-footer-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.3fr .8fr;
  gap: 34px;
  align-items: start;
}

.footer-brand,
.footer-legal,
.footer-links {
  min-height: 100%;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(231,190,91,.15);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    rgba(7,14,26,.62);
  box-shadow:
    0 24px 70px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.footer-brand strong {
  display: block;
  color: #fff1d4;
  font-family: var(--display);
  font-size: 24px;
  line-height: 1;
  letter-spacing: .04em;
  margin-bottom: 14px;
}

.footer-brand p,
.footer-legal p {
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 620;
}

.footer-legal strong {
  color: #fff1d4;
  font-weight: 700;
}

.footer-legal a {
  color: #e7be5b;
  text-decoration: none;
  border-bottom: 1px solid rgba(231,190,91,.28);
  transition: color .25s ease, border-color .25s ease;
}

.footer-legal a:hover {
  color: #fff1d4;
  border-color: rgba(255,241,212,.55);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: color .25s ease, transform .25s ease;
}

.footer-links a:hover {
  color: #e7be5b;
  transform: translateX(4px);
}

.site-footer-bottom {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 26px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(231,190,91,.12);
  text-align: center;
}

.site-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.42);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
}

@media (max-width: 980px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-legal,
  .footer-links {
    padding: 26px;
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding: 56px 18px 28px;
  }

  .footer-brand strong {
    font-size: 22px;
  }

  .footer-brand p,
  .footer-legal p,
  .footer-links a {
    font-size: 14px;
  }
}