:root {
  --navy-950: #050b1e;
  --navy-900: #08142f;
  --navy-800: #10245a;
  --navy-700: #17357a;
  --violet: #6d5dfc;
  --violet-soft: #ecebff;
  --cyan: #63d9ff;
  --green: #25c78f;
  --gold: #f5c76b;
  --white: #ffffff;
  --paper: #f6f8fc;
  --paper-2: #eef3fa;
  --text: #172033;
  --muted: #647086;
  --line: rgba(17, 33, 66, 0.12);
  --shadow: 0 24px 70px rgba(8, 20, 47, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
}

img, svg, iframe { max-width: 100%; display: block; }

a { color: inherit; }

button, input { font: inherit; }

body.call-modal-open { overflow: hidden; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--white);
  color: var(--navy-900);
  transition: top .2s ease;
}

.skip-link:focus { top: 16px; }

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.narrow { max-width: 860px; }
.center { text-align: center; }
.align-center { align-items: center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 11, 30, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand img { width: 82px; height: auto; }

.header-nav {
  display: flex;
  gap: 28px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 700;
}

.header-nav a {
  text-decoration: none;
  transition: color .2s ease;
}

.header-nav a:hover { color: var(--white); }

.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(2,6,18,.62);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.mobile-menu {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 90;
  width: min(84vw, 340px);
  padding: 24px 20px 28px;
  background: radial-gradient(circle at 24% 0%, rgba(109,93,252,.34), transparent 34%), linear-gradient(180deg, #09132d, #050814);
  color: #fff;
  box-shadow: 28px 0 70px rgba(0,0,0,.36);
  transform: translateX(-104%);
  transition: transform .28s ease;
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.mobile-menu-head img { width: 82px; height: auto; }

.mobile-menu-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.mobile-menu-nav {
  display: grid;
  gap: 10px;
  padding: 24px 0;
}

.mobile-menu-nav a {
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  color: #eef4ff;
  text-decoration: none;
  font-weight: 900;
}

.mobile-menu-cta {
  width: 100%;
  min-height: 58px;
  border-color: rgba(245,199,107,.72);
  background: linear-gradient(135deg, rgba(255,235,177,.98), rgba(245,199,107,.92));
  color: #251704;
  box-shadow: inset 0 1px rgba(255,255,255,.44), 0 22px 54px rgba(245,199,107,.24);
}

.mobile-menu-cta:hover, .mobile-menu-cta:focus-visible {
  box-shadow: inset 0 1px rgba(255,255,255,.48), 0 28px 68px rgba(245,199,107,.32);
}
body.mobile-menu-open { overflow: hidden; }
body.mobile-menu-open .mobile-menu-overlay { opacity: 1; pointer-events: auto; }
body.mobile-menu-open .mobile-menu { transform: translateX(0); }

.whatsapp-widget {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 2147483000;
  font-family: "Manrope", system-ui, sans-serif;
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.whatsapp-float {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-left: auto;
  border: 0;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 42px rgba(37,211,102,.38), 0 6px 18px rgba(0,0,0,.18);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float svg { width: 34px; height: 34px; fill: currentColor; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-2px) scale(1.03); box-shadow: 0 22px 54px rgba(37,211,102,.48), 0 8px 22px rgba(0,0,0,.2); }

.whatsapp-panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  width: min(calc(100vw - 24px), 400px);
  overflow: hidden;
  border-radius: 28px;
  background: #f3fbf7;
  box-shadow: 0 18px 42px rgba(0,0,0,.22), 0 4px 12px rgba(0,0,0,.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(.96);
  transform-origin: bottom right;
  transition: opacity .22s ease, transform .22s ease;
}

.whatsapp-widget.is-open .whatsapp-panel { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.whatsapp-widget.is-open .whatsapp-float { opacity: 0; pointer-events: none; transform: scale(.88); }

.whatsapp-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  background: #25d366;
  color: #fff;
}

.whatsapp-title { display: inline-flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 900; }
.whatsapp-title svg { width: 30px; height: 30px; fill: currentColor; }
.whatsapp-close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,91,49,.34);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.whatsapp-panel-body { padding: 20px 24px 22px; }
.whatsapp-bubble {
  position: relative;
  margin: 0 0 22px;
  padding: 20px 22px;
  border-radius: 22px;
  background: #fff;
  color: #243044;
  font-size: 16px;
  line-height: 1.55;
  box-shadow: 0 3px 10px rgba(0,0,0,.12);
}

.whatsapp-bubble::before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: 18px;
  width: 22px;
  height: 18px;
  background: #fff;
  clip-path: polygon(100% 0, 0 62%, 100% 100%);
  filter: drop-shadow(-2px 1px 1px rgba(0,0,0,.08));
}

.whatsapp-chat-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  margin-left: auto;
  padding: 14px 18px 14px 24px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(37,211,102,.32);
}

.whatsapp-chat-btn svg { width: 34px; height: 34px; fill: currentColor; }

.whatsapp-mobile-launcher {
  display: none;
}

.call-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483200;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.call-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.call-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 18, .72);
  backdrop-filter: blur(12px);
}

.call-modal-dialog {
  position: relative;
  width: min(100%, 540px);
  max-height: min(92dvh, 760px);
  overflow: auto;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background: radial-gradient(circle at 14% 0%, rgba(109,93,252,.16), transparent 32%), linear-gradient(180deg, #fff, #f6f8fc);
  color: var(--text);
  box-shadow: 0 34px 90px rgba(0,0,0,.36);
  transform: translateY(14px) scale(.97);
  transition: transform .22s ease;
}

.call-modal.is-open .call-modal-dialog { transform: translateY(0) scale(1); }

.call-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(8,20,47,.12);
  border-radius: 999px;
  background: #fff;
  color: var(--navy-900);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(8,20,47,.12);
}

.call-modal h2 {
  margin: 10px 44px 10px;
  color: var(--navy-900);
  font: 900 clamp(28px, 4vw, 40px)/1.06 "Inter", system-ui, sans-serif;
  letter-spacing: -.04em;
  text-align: center;
}

.call-modal p { margin: 0 0 18px; color: var(--muted); }

.call-modal .process-pill {
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), #4d1dbc);
  box-shadow: 0 12px 28px rgba(109,93,252,.28);
}

.call-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field label {
  color: var(--navy-900);
  font-weight: 900;
  font-size: 14px;
}

.form-field input {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(17,33,66,.14);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  transition: border-color .18s ease, box-shadow .18s ease;
}

.form-field input:focus {
  border-color: rgba(109,93,252,.68);
  box-shadow: 0 0 0 4px rgba(109,93,252,.13);
}

.form-field input:invalid:not(:placeholder-shown) {
  border-color: rgba(180,35,24,.62);
}

.btn.call-submit {
  width: 100%;
  margin-top: 12px;
  min-height: 68px;
  padding: 20px 28px;
  border: 1px solid rgba(236,72,40,.8);
  background: linear-gradient(135deg, #ff5a1f 0%, #f04438 58%, #d92d20 100%);
  color: #fff;
  font-size: clamp(18px, 2vw, 23px);
  text-shadow: 0 1px 2px rgba(82, 24, 14, .24);
  box-shadow: inset 0 1px rgba(255,255,255,.22), 0 14px 34px rgba(217,45,32,.28);
  cursor: pointer;
}

.btn.call-submit:hover,
.btn.call-submit:focus-visible {
  background: linear-gradient(135deg, #f97316 0%, #ea3323 58%, #c81e1e 100%);
  box-shadow: inset 0 1px rgba(255,255,255,.22), 0 16px 36px rgba(217,45,32,.30);
}

.btn.call-submit:disabled {
  opacity: .72;
  animation: none;
  cursor: wait;
}

.call-disclaimer {
  margin: 2px 0 0 !important;
  color: #6d778b !important;
  font-size: 11px;
  line-height: 1.45;
}

.call-disclaimer a { color: var(--navy-800); font-weight: 800; }

.call-form-message {
  min-height: 20px;
  margin: 0 !important;
  font-size: 13px;
  font-weight: 800;
}

.call-form-message.is-success { color: #127a54; }
.call-form-message.is-error { color: #b42318; }

@media (max-width: 640px) {
  .whatsapp-widget {
    position: fixed !important;
    right: 14px !important;
    bottom: 14px !important;
    z-index: 2147483000 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .whatsapp-float {
    display: grid !important;
    width: 62px;
    height: 62px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .whatsapp-float svg { width: 34px; height: 34px; }

  .whatsapp-panel {
    position: fixed;
    right: 12px;
    left: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: auto;
    max-height: calc(100dvh - 110px);
    border-radius: 24px;
    transform-origin: bottom right;
  }

  .whatsapp-panel-head { padding: 16px 18px; }
  .whatsapp-panel-body { padding: 18px 20px 20px; }
  .whatsapp-bubble { padding: 17px 18px; font-size: 15px; }
  .whatsapp-chat-btn { width: 100%; padding: 13px 16px; }

  .whatsapp-mobile-launcher {
    position: fixed !important;
    right: 14px !important;
    bottom: 14px !important;
    z-index: 2147483647 !important;
    display: grid !important;
    place-items: center !important;
    width: 64px !important;
    height: 64px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #25d366 !important;
    color: #fff !important;
    box-shadow: 0 18px 42px rgba(37,211,102,.48), 0 8px 20px rgba(0,0,0,.2) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  .whatsapp-mobile-launcher svg {
    width: 36px !important;
    height: 36px !important;
    fill: currentColor !important;
  }

  body:has(.whatsapp-widget.is-open) .whatsapp-mobile-launcher {
    display: none !important;
  }
}

.section { padding: clamp(46px, 5.6vw, 82px) 0; }
.section-dark { position: relative; color: var(--white); background: radial-gradient(circle at 20% 0%, rgba(109,93,252,.28), transparent 30%), linear-gradient(135deg, var(--navy-950), var(--navy-900) 52%, #160c3f); overflow: hidden; }
.section-soft { background: linear-gradient(180deg, var(--paper), #fff); }
#recensioni,
.reviews-section-secondary {
  background: #fff;
}

#recensioni .reviews-block,
#recensioni .reviews-row,
#recensioni .reviews-carousel,
.reviews-section-secondary .reviews-block,
.reviews-section-secondary .reviews-row,
.reviews-section-secondary .reviews-carousel {
  background: transparent;
  box-shadow: none;
}

#recensioni { padding-bottom: clamp(18px, 2.6vw, 34px); }
.results-section { padding-top: clamp(18px, 2.8vw, 36px); }

.hero { padding: 34px 0 clamp(50px, 6vw, 78px); }
.hero-stack {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 20px;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
  gap: clamp(34px, 5vw, 76px);
}

.hero-copy { padding-top: clamp(12px, 2.6vw, 34px); max-width: 980px; margin-inline: auto; }

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: .75;
  pointer-events: none;
}

.hero-orb-one { width: 340px; height: 340px; right: -120px; top: 120px; background: rgba(99,217,255,.16); }
.hero-orb-two { width: 240px; height: 240px; left: -100px; bottom: 120px; background: rgba(109,93,252,.24); }

.badge, .eyebrow, .mini-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.badge {
  padding: 14px 22px;
  border: 1px solid rgba(245,199,107,.62);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,235,177,.98), rgba(245,199,107,.9));
  color: #251704;
  box-shadow: inset 0 1px rgba(255,255,255,.42), 0 18px 46px rgba(245,199,107,.2);
  font-size: clamp(15px, 1.55vw, 19px);
  letter-spacing: .015em;
  text-transform: none;
}

.hero-copy > .eyebrow {
  display: block;
  margin: 16px auto 8px;
  color: #dfe8ff;
  font-size: clamp(18px, 2.2vw, 28px);
  letter-spacing: -.025em;
  text-transform: none;
  font-style: italic;
  font-weight: 800;
}

.eyebrow { margin: 24px 0 8px; color: var(--cyan); }
.eyebrow.dark, .mini-kicker { color: var(--violet); }

.section-kicker-large {
  max-width: 940px;
  margin: 0 auto 18px;
  color: var(--navy-900);
  font: 900 clamp(34px, 4.9vw, 64px)/1.02 "Inter", system-ui, sans-serif;
  letter-spacing: -.05em;
}

h1, h2, h3 {
  font-family: "Inter", system-ui, sans-serif;
  margin: 0;
  letter-spacing: -.045em;
  line-height: 1.04;
}

h1 {
  margin-top: 16px;
  max-width: 980px;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 900;
}

.hero-title {
  display: grid;
  gap: .225em;
  justify-items: center;
}

.hero-title-line {
  display: block;
  color: #ffffff;
  font-stretch: 105%;
}

.hero-title-main,
.hero-title-sub {
  width: fit-content;
  padding-inline: .08em;
}

.hero-title-main { font-size: 1em; letter-spacing: -.025em; }
.hero-title-sub { font-size: .74em; letter-spacing: -.012em; }
.hero-title-under { font-size: .62em; line-height: 1.248; letter-spacing: -.006em; text-decoration: underline; text-underline-offset: .12em; text-decoration-thickness: .09em; }
h2 { font-size: clamp(32px, 4.5vw, 58px); font-weight: 900; }
.section-title-small {
  max-width: 780px;
  margin-inline: auto;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.14;
  letter-spacing: -.035em;
}
h3 { font-size: clamp(21px, 2vw, 28px); font-weight: 850; }

.hero-subtitle, .lead {
  font-size: clamp(18px, 2vw, 23px);
  color: var(--muted);
}

.hero-subtitle {
  max-width: 760px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.78);
  margin-inline: auto;
  line-height: 1.85;
}

.hero-time-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 24px;
  border: 1px solid rgba(65,255,177,.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(38,230,147,.22), rgba(20,166,104,.14));
  color: #52ffb2;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(38,230,147,.2), inset 0 1px rgba(255,255,255,.16);
  text-shadow: 0 0 18px rgba(82,255,178,.22);
}

.hero-time-box::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #52ffb2;
  color: #061225;
  font-size: 13px;
  box-shadow: 0 0 22px rgba(82,255,178,.45);
}

.hero-actions { display: grid; justify-items: center; gap: 14px; }
.hero-actions p, .cta-note { margin: 0; color: rgba(255,255,255,.66); font-weight: 700; max-width: 560px; }
.hero-actions p { font-size: clamp(17px, 1.6vw, 21px); }
.cta-note { color: var(--muted); margin-top: 16px; }

.results-actions {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid rgba(245,199,107,.46);
  border-radius: 34px;
  background: radial-gradient(circle at 50% 0%, rgba(255,235,177,.48), transparent 42%), linear-gradient(180deg, rgba(255,248,226,.96), rgba(255,255,255,.96));
  box-shadow: 0 28px 90px rgba(245,199,107,.18);
}

.cta-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--white);
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 16px 42px rgba(8,20,47,.18);
  animation: ctaArrowBounce 1.25s ease-in-out infinite;
}

.results-actions p {
  margin: 36px 0 0;
  color: var(--navy-900);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -.035em;
  max-width: 760px;
}

.results-actions .btn-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 86px;
  padding: 26px 48px;
  border-color: rgba(245,199,107,.72);
  background: linear-gradient(135deg, rgba(255,235,177,.98), rgba(245,199,107,.92));
  color: #251704;
  font-size: clamp(22px, 2.4vw, 30px);
  border-radius: 999px;
  box-shadow: inset 0 1px rgba(255,255,255,.44), 0 30px 72px rgba(245,199,107,.34);
  animation: ctaGoldPulse 2.2s ease-in-out infinite;
}

.results-actions .btn-primary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #251704;
  color: #ffeab2;
  font-size: .52em;
  line-height: 1;
  letter-spacing: .08em;
}

.results-actions .cta-reassurance {
  max-width: none;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(9,18,45,.08);
  color: var(--navy-900);
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 900;
  letter-spacing: 0;
}

.results-actions .btn-primary:hover {
  box-shadow: inset 0 1px rgba(255,255,255,.48), 0 28px 68px rgba(245,199,107,.32);
}

@keyframes ctaGoldPulse {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: inset 0 1px rgba(255,255,255,.44), 0 30px 72px rgba(245,199,107,.34); }
  50% { transform: translateY(-2px) scale(1.025); box-shadow: inset 0 1px rgba(255,255,255,.52), 0 36px 92px rgba(245,199,107,.48); }
}

@keyframes ctaArrowBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

.hero-actions .btn-primary {
  min-height: 66px;
  padding: 20px 34px;
  border-color: rgba(245,199,107,.72);
  background: linear-gradient(135deg, rgba(255,235,177,.98), rgba(245,199,107,.92));
  color: #251704;
  font-size: clamp(17px, 1.8vw, 22px);
  box-shadow: inset 0 1px rgba(255,255,255,.44), 0 22px 54px rgba(245,199,107,.24);
}

.hero-actions .btn-primary:hover {
  box-shadow: inset 0 1px rgba(255,255,255,.48), 0 28px 68px rgba(245,199,107,.32);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  border: 1px solid rgba(255,255,255,.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--navy-950); background: linear-gradient(135deg, #fff, #dce7ff 52%, #bfc8ff); box-shadow: 0 18px 42px rgba(99,217,255,.18); }
.btn-small { min-height: 44px; padding: 13px 17px; color: #130f28; background: linear-gradient(135deg, rgba(255,235,177,.98), rgba(245,199,107,.92)); border-color: rgba(245,199,107,.72); box-shadow: inset 0 1px rgba(255,255,255,.44), 0 14px 32px rgba(245,199,107,.18); font-size: 13px; }
.btn-footer { color: var(--white); background: linear-gradient(135deg, var(--violet), #2d7dff); }

.mobile-menu .mobile-menu-cta.btn-primary {
  border-color: rgba(245,199,107,.72);
  background: linear-gradient(135deg, rgba(255,235,177,.98), rgba(245,199,107,.92));
  color: #251704;
  box-shadow: inset 0 1px rgba(255,255,255,.44), 0 22px 54px rgba(245,199,107,.24);
}

.mobile-menu .mobile-menu-cta.btn-primary:hover,
.mobile-menu .mobile-menu-cta.btn-primary:focus-visible {
  box-shadow: inset 0 1px rgba(255,255,255,.48), 0 28px 68px rgba(245,199,107,.32);
}

.hero-media { align-self: center; position: relative; width: min(100%, 760px); }
.video-label { margin-bottom: 14px; color: rgba(255,255,255,.76); font-weight: 800; }
.video-label strong { color: var(--white); }

.video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 34px 90px rgba(0,0,0,.35);
}

.video-placeholder, .video-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-placeholder {
  cursor: pointer;
  color: var(--white);
  background: url('../img/copertinavsl.png') center / cover;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.video-placeholder::before { content: none; }
.play-icon { position: relative; width: 84px; height: 84px; border-radius: 50%; background: var(--white); box-shadow: 0 16px 46px rgba(0,0,0,.28); }
.play-icon::after { content: ""; position: absolute; left: 34px; top: 25px; border-left: 23px solid var(--violet); border-top: 16px solid transparent; border-bottom: 16px solid transparent; }
.video-placeholder-text { position: absolute; bottom: 28px; left: 28px; font-weight: 900; }

.stats-panel {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.stats-panel article {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.stats-panel strong { display: block; font: 900 26px/1.05 "Inter", sans-serif; letter-spacing: -.03em; }
.stats-panel span { display: block; color: rgba(255,255,255,.72); font-weight: 700; }
.stats-panel .stat-icon {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: inherit;
  font-size: 40px;
  line-height: 1;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.2));
}

.stats-panel .stat-icon-box {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,235,177,.98), rgba(245,199,107,.9));
  color: #251704;
  font: 900 24px/1 "Inter", sans-serif;
  box-shadow: inset 0 1px rgba(255,255,255,.42), 0 14px 32px rgba(245,199,107,.18);
  filter: none;
}

.trust-strip {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: none;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 900;
}

.trust-strip img { width: 132px; height: auto; }
.stars { color: #00b67a; letter-spacing: 1px; font-size: 1.18em; }
.lead { margin: 22px auto 0; max-width: 760px; }

.reviews-block {
  margin-bottom: clamp(24px, 3.4vw, 44px);
}

.reviews-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.reviews-controls {
  display: flex;
  gap: 10px;
}

.reviews-row + .reviews-row {
  margin-top: 30px;
}

.reviews-row {
  display: flex;
  flex-direction: column;
}

.reviews-row-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  order: 2;
}

.reviews-row-head h3 {
  display: none;
  font-size: clamp(22px, 2.4vw, 32px);
  color: var(--navy-900);
}

.review-nav {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy-900);
  cursor: pointer;
  font-size: 28px;
  font-weight: 900;
  box-shadow: none;
}

.reviews-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 410px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 6px 4px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  order: 1;
  background: #fff;
}

.reviews-carousel::-webkit-scrollbar {
  display: none;
}

.reviews-carousel-long {
  grid-auto-columns: minmax(360px, 521px);
}

.reviews-carousel-compact {
  grid-auto-columns: minmax(360px, 521px);
  justify-content: start;
}

.review-card {
  scroll-snap-align: start;
  min-height: 252px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: default;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.review-card:hover,
.review-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(109,93,252,.32);
  box-shadow: none;
  outline: none;
}

.review-card-short {
  min-height: 175px;
}

.review-card-wide { grid-column: span 1; }

.review-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.review-top strong {
  display: block;
  color: var(--text);
  font-size: 17px;
}

.review-top span { display: block; }
.review-top time { white-space: nowrap; }

.review-stars {
  width: fit-content;
  padding: 3px 7px;
  background: #00b67a;
  color: var(--white);
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 1;
}

.review-card h3 {
  font-size: 18px;
  letter-spacing: -.025em;
}

.review-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.review-card:not(.is-expanded) p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card:not(.is-expanded) p + p { display: none; }

.review-expand-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 2px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: #00b67a;
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,182,122,.24);
}

.review-expand-toggle:hover,
.review-expand-toggle:focus-visible { background: #059669; }

.review-expand-toggle:focus-visible {
  outline: 3px solid rgba(109,93,252,.28);
  outline-offset: 4px;
  border-radius: 8px;
}

.feature-grid, .process-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card, .process-step, .comparison-card, .why-box, .saving-box, .chart-card, .final-card, .about-visual {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature-card { padding: 34px; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 30px 90px rgba(8,20,47,.18); }
.feature-card img { width: 74px; height: 74px; margin-bottom: 24px; }
.feature-card h3 span { color: var(--muted); font-size: .72em; letter-spacing: -.02em; }
.feature-card p { margin: 18px 0 0; color: var(--muted); }
.feature-card-accent { background: linear-gradient(180deg, var(--navy-900), var(--navy-800)); color: var(--white); }
.feature-card-accent p, .feature-card-accent h3 span { color: rgba(255,255,255,.72); }

.benefit-box {
  margin-top: 28px;
  padding: 30px;
  display: grid;
  gap: 34px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 24% 28%, rgba(229,246,249,.96) 0 28%, transparent 29%), linear-gradient(135deg, #fff, #f7fbff);
  border: 1px solid var(--line);
}

.benefit-intro {
  margin: 0;
  max-width: 1120px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.benefit-intro strong {
  color: var(--text);
  font-weight: 900;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 74px;
}

.benefit-grid article {
  position: relative;
  padding-left: 30px;
}

.benefit-grid article::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--violet);
  font-weight: 900;
}

.benefit-grid h3 {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -.035em;
}

.benefit-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; font-weight: 800; color: var(--text); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }

.results-section { background: #fff; }
.results-layout {
  display: grid;
  gap: 24px;
}

.results-layout > .reveal:first-child {
  text-align: center;
}

.chart-card { padding: 16px; margin-top: 18px; overflow: hidden; }
.chart-card img { width: 100%; border-radius: 22px; }
.chart-note { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; font-weight: 400; }
.chart-note a { color: var(--navy-800); font-weight: 600; }
.results-layout > .reveal:nth-child(2) {
  max-width: 980px;
  width: 100%;
  margin-inline: auto;
}
.comparison-card {
  max-width: 980px;
  margin-inline: auto;
  padding: 32px 32px 38px;
}
.comparison-intro {
  margin: 0 auto 34px;
  color: #050814;
  font: 900 clamp(30px, 3.4vw, 46px)/1.15 "Inter", system-ui, sans-serif;
  letter-spacing: -.045em;
  text-align: center;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.result-row {
  display: grid;
  justify-items: start;
  gap: 6px;
  padding: 0;
  border-top: 0;
  font-weight: 800;
}

.result-row span {
  width: fit-content;
  padding: 2px 4px;
  color: #050814;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.05;
}

.result-row strong {
  width: fit-content;
  padding: 2px 4px 4px;
  font: 900 clamp(36px, 4vw, 52px)/1 "Inter", sans-serif;
  color: #050814;
  letter-spacing: -.04em;
}

.result-row:nth-child(2) span,
.result-row:nth-child(2) strong {
  background: rgba(255,235,177,.62);
}

.result-row:first-child span,
.result-row:first-child strong {
  background: rgba(255,87,87,.18);
}

.result-row-best span,
.result-row-best strong {
  background: rgba(0,182,122,.22);
}

.result-row-best {
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #050814;
  background: transparent;
}

.result-row-best strong { color: #050814; }
.why-box {
  margin: 14px 0 18px;
  padding: 26px 24px;
  background: var(--paper);
  box-shadow: none;
  text-align: center;
}

.why-box h3 {
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.08;
}

.why-box p {
  max-width: 820px;
  margin: 18px auto 0;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
}
.why-box p, .saving-box p, .about-section p { color: var(--muted); }

.criteria-box {
  max-width: 1000px;
  margin: 20px auto 24px;
  padding: 34px 18px 32px;
  border-radius: 0;
  background: #fff;
  text-align: center;
}

.criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  text-align: left;
}

.criteria-card {
  min-height: 230px;
  padding: 25px;
  border-radius: 12px;
  background: #fafafa;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.criteria-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #111;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.025em;
}

.criteria-card h3 img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.criteria-card p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

.criteria-closing {
  max-width: 900px;
  margin: 24px auto 0;
  color: #111;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 700;
  line-height: 1.45;
}
 
.compact-dark { padding-top: 58px; }
.table-wrap { margin-top: 24px; overflow-x: auto; border-radius: var(--radius-xl); }
.premium-table { width: 100%; min-width: 760px; border-collapse: collapse; overflow: hidden; background: rgba(255,255,255,.08); color: var(--white); border: 1px solid rgba(255,255,255,.12); }
.premium-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.premium-table th, .premium-table td { padding: 20px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.11); }
.premium-table th { background: rgba(255,255,255,.08); font: 900 14px/1.3 "Inter", sans-serif; text-transform: uppercase; letter-spacing: .05em; }
.premium-table td strong { color: #dce7ff; }
.light-table { background: var(--white); color: var(--text); box-shadow: var(--shadow); border-color: var(--line); }
.light-table th, .light-table td { border-bottom-color: var(--line); }
.light-table th { background: var(--navy-900); color: var(--white); }
.highlight-row { background: var(--violet-soft); font-weight: 900; }

.compare-wrap {
  position: relative;
  margin-top: 24px;
  padding: 0;
  border: 2px solid rgba(245,199,107,.62);
  border-radius: 34px;
  background: radial-gradient(circle at 16% 0%, rgba(99,217,255,.18), transparent 30%), radial-gradient(circle at 82% 6%, rgba(245,199,107,.18), transparent 26%), radial-gradient(circle at 50% 0%, rgba(109,93,252,.42), transparent 42%), linear-gradient(180deg, #142653, #071025 76%);
  color: #f8fbff;
  box-shadow: 0 38px 110px rgba(0,0,0,.46), 0 0 0 8px rgba(245,199,107,.06), inset 0 1px rgba(255,255,255,.14);
  overflow: hidden;
}

.compare-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
  opacity: .55;
}

.compare-subtitle {
  position: relative;
  margin: 0;
  padding: 22px 18px 22px;
  color: #fff2c7;
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 10px 32px rgba(245,199,107,.22);
}

.compare-card {
  position: relative;
  width: calc(100% - 62px);
  margin: 0 auto 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(15,31,68,.94), rgba(5,12,30,.9));
  box-shadow: 0 30px 86px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.12);
}

.compare-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 200px 200px;
  align-items: stretch;
}

.compare-head {
  min-height: 86px;
  border-top: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.compare-head > div {
  display: grid;
  place-items: center;
  padding: 14px 18px;
}

.compare-head > div:nth-child(3) {
  border-radius: 24px 24px 0 0;
  background: linear-gradient(135deg, #8f52ff, #6d2be8 52%, #4d1dbc);
  color: #fff;
  box-shadow: inset 0 1px rgba(255,255,255,.28), 0 22px 58px rgba(109,93,252,.42);
}

.compare-row {
  min-height: 69px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  font-size: clamp(18px, 1.85vw, 25px);
  font-weight: 900;
  line-height: 1.18;
}

.compare-row:nth-child(odd) {
  background: rgba(255,255,255,.035);
}

.compare-row > div {
  display: flex;
  align-items: center;
  padding: 13px 8px;
}

.compare-row > div:first-child {
  padding-left: 18px;
  color: rgba(255,255,255,.96);
  text-shadow: 0 10px 24px rgba(0,0,0,.28);
}

.compare-row > div:nth-child(2),
.compare-row > div:nth-child(3) {
  justify-content: center;
}

.compare-row > div:nth-child(3) {
  background: linear-gradient(180deg, rgba(126,54,255,.22), rgba(126,54,255,.14));
  box-shadow: inset 1px 0 rgba(255,255,255,.1), inset -1px 0 rgba(255,255,255,.06);
}

.compare-row:last-child > div:nth-child(3) {
  border-radius: 0 0 24px 24px;
}

.compare-icon {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font: 900 32px/1 "Inter", system-ui, sans-serif;
}

.compare-no {
  background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.22), transparent 30%), rgba(255,84,84,.2);
  color: #ff7575;
  box-shadow: inset 0 0 0 1px rgba(255,104,104,.3), 0 14px 34px rgba(255,84,84,.18);
}

.compare-yes {
  background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.24), transparent 30%), rgba(37,199,143,.24);
  color: #63ffb1;
  box-shadow: inset 0 0 0 1px rgba(81,230,159,.34), 0 14px 34px rgba(37,199,143,.2);
}
 
.process-section { background: #fff; }
.process-pill {
  width: fit-content;
  margin: 0 auto 22px;
  padding: 8px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7025ff, #f018c8);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.process-lead {
  max-width: 620px;
  margin: 22px auto 0;
  color: #6d7282;
  font-size: 17px;
  line-height: 1.68;
  font-weight: 600;
}

#come-funziona .process-pill { font-size: 18.2px; }
#come-funziona .process-lead { font-size: 18.8496px; }
.faq-section .process-pill { font-size: 18.2px; }

.process-grid-simple {
  margin-top: 38px;
  align-items: start;
}
.process-step { padding: 34px; position: relative; overflow: hidden; }
.process-step span { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 16px; background: var(--navy-900); color: var(--white); font-weight: 900; margin-bottom: 44px; }
.process-step p { color: var(--muted); margin-bottom: 0; }
.process-step-simple {
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}
.process-step-simple img {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  object-fit: contain;
}
.process-step-simple h3 {
  color: #10131d;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.15;
  letter-spacing: -.025em;
}
.process-step-simple p {
  max-width: 300px;
  margin: 16px auto 0;
  color: #4e5566;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}
.saving-box { margin-top: 28px; padding: 30px; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: var(--white); }
.saving-box p { color: rgba(255,255,255,.76); margin-bottom: 0; }

.alternatives-title {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.08;
}

.alternatives-box {
  margin-top: 24px;
  padding: 10px 14px 18px;
  border: 4px solid rgba(255,235,177,.86);
  background: #fff;
}

.alternatives-table {
  display: grid;
  width: 100%;
  color: #1b1f2a;
  font-family: Georgia, "Times New Roman", serif;
}

.alternatives-row {
  display: grid;
  grid-template-columns: minmax(300px, 1.4fr) repeat(3, minmax(130px, .6fr));
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid #cfd2d7;
}

.alternatives-head {
  min-height: 44px;
  color: #242424;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.alternatives-row > div {
  padding: 8px 8px;
  font-size: 19px;
  line-height: 1.15;
}

.alternatives-row > div:not(:first-child) {
  text-align: center;
}

.alternatives-row > div:first-child {
  font-size: 20px;
}

.alt-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.alt-no { color: #ec1616; }
.alt-yes {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #16bf34;
  color: #fff;
  font-size: 13px;
}

.alternatives-savings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 980px;
  margin-top: 20px;
}

.alt-saving-card {
  padding: 30px 34px;
  border-radius: 14px;
  background: #f6f5f1;
  text-align: center;
}

.alt-saving-card strong {
  display: block;
  color: #2f6d2f;
  font: 900 clamp(34px, 4vw, 44px)/1.05 "Inter", system-ui, sans-serif;
  letter-spacing: -.035em;
}

.alt-saving-card span {
  display: block;
  margin-top: 9px;
  color: #313131;
  font-size: 19px;
  font-weight: 700;
}

.alternatives-note {
  max-width: 980px;
  margin-top: 14px;
}

.alternatives-note p {
  margin: 0;
  color: #737885;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.alternatives-section { padding-bottom: clamp(18px, 2.4vw, 32px); }
.about-section { background: #fff; padding-top: clamp(18px, 2.4vw, 32px); padding-bottom: clamp(18px, 2.4vw, 32px); }
.reviews-section-secondary { padding-top: clamp(18px, 2.4vw, 32px); }
.about-section .process-pill { color: #fff; font-size: 18.2px; }
.about-section p { font-size: 17px; }
.about-visual { padding: 14px; margin: 0; }
.about-visual img { border-radius: 24px; }
.about-visual figcaption { padding: 12px 6px 4px; color: var(--muted); font-weight: 800; text-align: center; }

.final-cta { padding-block: clamp(48px, 5.8vw, 78px); }
.final-cta-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3.2vw, 36px);
  align-items: start;
  justify-items: center;
}
.final-copy {
  max-width: 760px;
  color: var(--white);
  text-align: center;
}
.final-copy h2 {
  margin: 0;
  font-size: clamp(29px, 2.88vw, 37px);
  line-height: 1.12;
}
.final-copy > p {
  color: rgba(255,255,255,.72);
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 800;
}
.final-actions {
  margin-top: 34px;
}
.final-cta-standalone {
  margin-top: clamp(24px, 3.6vw, 38px);
}
.final-cta-standalone .final-actions {
  max-width: 900px;
  margin: 0 auto;
}
.final-benefits-panel {
  position: relative;
  overflow: hidden;
  width: fit-content;
  max-width: min(100%, 760px);
  padding: clamp(26px, 3.8vw, 42px) clamp(22px, 4vw, 52px);
  border: 1px solid rgba(255,255,255,.34);
  border-radius: clamp(30px, 4vw, 46px);
  background:
    radial-gradient(circle at 14% 8%, rgba(245,199,107,.22), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(99,217,255,.18), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(236,241,252,.88) 52%, rgba(222,229,246,.82));
  color: #242838;
  box-shadow: 0 34px 96px rgba(0,0,0,.26), 0 0 0 8px rgba(255,255,255,.045), inset 0 1px rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
}
.final-benefits-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: clamp(22px, 3.2vw, 36px);
  pointer-events: none;
}
.final-benefits-panel::after {
  content: "";
  position: absolute;
  inset: auto -16% -34% 18%;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(109,93,252,.16), transparent 70%);
  pointer-events: none;
}
.final-benefits-intro {
  position: relative;
  max-width: 760px;
  margin: 0 auto 28px;
  color: #5e687d;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}
.final-benefits-list {
  position: relative;
  display: grid;
  gap: 18px;
  width: min(100%, 640px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.final-benefits-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.54);
  border-radius: 24px;
  background: rgba(255,255,255,.38);
  box-shadow: 0 14px 38px rgba(26,38,72,.07);
}
.final-benefits-list span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(145deg, #fff, #f4f7ff);
  color: #9b45ff;
  font: 900 16px/1 "Inter", sans-serif;
  box-shadow: 0 14px 34px rgba(26,38,72,.1), inset 0 1px rgba(255,255,255,.9);
}
.final-benefits-list strong {
  display: block;
  color: #191c28;
  font: 900 clamp(19px, 1.6vw, 24px)/1.2 "Inter", sans-serif;
}
.final-benefits-list p {
  margin: 7px 0 0;
  color: #81889a;
  font-size: clamp(14px, 1.08vw, 16px);
  font-weight: 700;
  line-height: 1.45;
}
.numbered-benefits { margin: 0; padding-left: 24px; color: rgba(255,255,255,.82); font-weight: 800; }

.thank-you-page {
  background: var(--paper);
}

.thank-you-hero {
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 5.6vw, 74px) 0 clamp(40px, 5.2vw, 68px);
}

.thank-you-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr);
  gap: clamp(28px, 4.6vw, 58px);
  align-items: start;
}

.thank-you-copy {
  max-width: 650px;
}

.thank-you-copy h1 {
  margin: 18px 0 18px;
  color: var(--white);
  font: 900 clamp(34px, 4.1vw, 56px)/1.04 "Inter", system-ui, sans-serif;
  letter-spacing: 0;
}

.thank-you-copy .eyebrow {
  color: rgba(255,255,255,.76);
}

.thank-you-lead {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 800;
  line-height: 1.55;
}

.thank-you-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3.6vw, 42px);
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(239,244,255,.92));
  color: var(--text);
  box-shadow: 0 34px 92px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.86);
}

.thank-you-card-head {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.thank-you-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: linear-gradient(145deg, #fff6dc, var(--gold));
  color: #211835;
  box-shadow: inset 0 1px rgba(255,255,255,.66), 0 16px 34px rgba(245,199,107,.28);
}

.thank-you-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.thank-you-card .process-pill {
  margin-bottom: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-900), var(--violet));
}

.thank-you-card h2 {
  margin: 0;
  color: var(--navy-950);
  font: 900 clamp(25px, 2.35vw, 34px)/1.12 "Inter", system-ui, sans-serif;
  letter-spacing: 0;
}

.thank-you-message {
  display: grid;
  gap: 14px;
}

.thank-you-message p {
  margin: 0;
  color: #4f5b70;
  font-size: clamp(16px, 1.28vw, 18px);
  font-weight: 700;
  line-height: 1.68;
}

.thank-you-downloads {
  margin-top: 26px;
  padding: clamp(22px, 2.8vw, 30px);
  border: 1px solid rgba(14,165,123,.38);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(236,253,245,.98), rgba(255,255,255,.86) 62%),
    linear-gradient(135deg, rgba(14,165,123,.14), rgba(245,199,107,.12));
  box-shadow: inset 0 1px rgba(255,255,255,.86), 0 22px 54px rgba(7,85,63,.14);
}

.thank-you-downloads h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #07553f;
  font: 900 clamp(21px, 2vw, 26px)/1.15 "Inter", system-ui, sans-serif;
}

.thank-you-downloads h3::before {
  content: "";
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #0ea57b;
  box-shadow: 0 0 0 7px rgba(14,165,123,.13), 0 10px 22px rgba(14,165,123,.24);
}

.thank-you-download-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.thank-you-download-actions .btn {
  justify-content: space-between;
  min-height: 64px;
  padding: 18px 20px;
  border-radius: 18px;
  font-size: clamp(15px, 1.12vw, 17px);
  line-height: 1.18;
  text-align: left;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.thank-you-download-actions .btn::after {
  content: "→";
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  color: currentColor;
  font-size: 19px;
  line-height: 1;
}

.thank-you-download-actions .btn:hover,
.thank-you-download-actions .btn:focus-visible {
  transform: translateY(-3px);
}

.thank-you-download-actions .btn-primary {
  color: #1e1503;
  background: linear-gradient(135deg, #fff4ca, #f5c76b);
  border-color: rgba(245,199,107,.86);
  box-shadow: inset 0 1px rgba(255,255,255,.7), 0 20px 42px rgba(245,199,107,.32);
}

.thank-you-download-actions .btn-primary:hover,
.thank-you-download-actions .btn-primary:focus-visible {
  box-shadow: inset 0 1px rgba(255,255,255,.78), 0 26px 58px rgba(245,199,107,.42);
}

.thank-you-download-actions .btn-secondary {
  color: #063c5f;
  background: linear-gradient(135deg, #ffffff, #d8f5ff);
  border-color: rgba(14,116,144,.32);
  box-shadow: inset 0 1px rgba(255,255,255,.76), 0 18px 40px rgba(8,47,73,.14);
}

.thank-you-download-actions .btn-secondary:hover,
.thank-you-download-actions .btn-secondary:focus-visible {
  box-shadow: inset 0 1px rgba(255,255,255,.82), 0 24px 52px rgba(8,47,73,.2);
}

.thank-you-next {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(16,36,90,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.66);
}

.thank-you-next h3 {
  margin: 0 0 16px;
  color: var(--navy-900);
  font: 900 20px/1.2 "Inter", system-ui, sans-serif;
}

.thank-you-next ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: #5d6678;
  font-weight: 800;
  line-height: 1.5;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  margin-top: 28px;
}

.thank-you-actions .btn-primary {
  background: linear-gradient(135deg, rgba(255,235,177,.98), rgba(245,199,107,.92));
  box-shadow: inset 0 1px rgba(255,255,255,.44), 0 18px 44px rgba(245,199,107,.22);
}

.thank-you-secondary-link {
  color: var(--navy-800);
  font-weight: 900;
  text-decoration: none;
}

.thank-you-secondary-link:hover,
.thank-you-secondary-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.thank-you-support {
  background: var(--paper);
}

.thank-you-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.thank-you-support-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(8,20,47,.07);
}

.thank-you-support-grid strong {
  display: block;
  color: var(--navy-900);
  font: 900 20px/1.2 "Inter", system-ui, sans-serif;
}

.thank-you-support-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.58;
}

.guide-page {
  background: var(--white);
}

.guide-hero {
  padding: clamp(42px, 5.4vw, 74px) 0 clamp(34px, 4.8vw, 62px);
}

.guide-hero-inner {
  max-width: 1080px;
}

.guide-hero-copy {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.guide-trust-banner {
  width: min(100%, 940px);
  margin: 0 auto 28px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  background: rgba(220,231,255,.92);
  color: #071126;
  font-size: clamp(15px, 1.55vw, 19px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
}

.guide-trust-banner span {
  color: #f5c400;
  font-style: normal;
}

.guide-opening {
  max-width: 980px;
  margin: 0 auto 12px;
  color: rgba(255,255,255,.9);
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.35;
}

.guide-opening strong {
  color: var(--white);
  font-weight: 900;
}

.guide-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.guide-subtitle {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--white);
  font-size: clamp(20px, 2.15vw, 26px);
  font-weight: 800;
  line-height: 1.65;
}

.guide-hero-cta {
  margin-top: 42px;
  min-height: 62px;
  padding: 18px 28px;
  border-color: rgba(245,199,107,.72);
  background: linear-gradient(135deg, rgba(255,235,177,.98), rgba(245,199,107,.92));
  color: #251704;
  font-size: clamp(18px, 1.6vw, 26px);
  box-shadow: inset 0 1px rgba(255,255,255,.44), 0 26px 64px rgba(245,199,107,.26);
}

.guide-social-proof {
  max-width: 860px;
  margin: 18px auto 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 900;
  line-height: 1.25;
}

.guide-learn-section {
  padding-top: clamp(24px, 3.4vw, 48px);
  background: var(--white);
}

.guide-learn-layout {
  max-width: 980px;
}

.guide-learn-layout h2,
.guide-about-section h2 {
  color: var(--navy-950);
  font-size: clamp(34px, 4.1vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

.guide-learn-list {
  display: grid;
  gap: clamp(22px, 3vw, 38px);
  margin-top: 28px;
}

.guide-learn-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
}

.guide-learn-list article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-top: 4px;
  border-radius: 9px;
  background: var(--navy-900);
  color: var(--white);
  font: 900 15px/1 "Inter", system-ui, sans-serif;
}

.guide-learn-list h3 {
  color: var(--navy-950);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.16;
  letter-spacing: 0;
}

.guide-learn-list p {
  margin: 8px 0 0;
  color: #161d2d;
  font-size: clamp(18px, 1.8vw, 29px);
  line-height: 1.3;
}

.guide-note {
  margin: 28px 0 0;
  color: #5d6678;
  font-size: 14px;
  font-style: italic;
  line-height: 1.45;
}

.guide-bonus-section {
  padding-block: clamp(34px, 4vw, 58px);
  background: var(--white);
}

.guide-bonus-box {
  max-width: 930px;
  padding: clamp(28px, 4vw, 46px) clamp(18px, 4vw, 52px);
  border-radius: 0;
  background: #dcecff;
  color: #071126;
}

.guide-bonus-box h2 {
  margin: 0 0 10px;
  color: #071126;
  font-size: clamp(38px, 5.2vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

.guide-bonus-box p {
  margin: 0;
  font-size: clamp(20px, 2.15vw, 31px);
  line-height: 1.28;
}

.guide-bonus-box strong {
  font-weight: 900;
}

.guide-about-section {
  padding-top: clamp(30px, 4vw, 58px);
  background: linear-gradient(180deg, var(--white), #f6f8fc);
}

.guide-about-kicker {
  margin: 0 0 16px;
}

.guide-about-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  margin-top: 34px;
  border: 1px solid rgba(17,33,66,.12);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(241,246,255,.96));
  box-shadow: 0 30px 80px rgba(8,20,47,.13);
}

.guide-about-copy {
  padding: clamp(26px, 4vw, 52px);
  border-right: 1px solid rgba(17,33,66,.1);
}

.guide-about-copy p {
  margin: 0 0 18px;
  color: #263047;
  font-size: clamp(16px, 1.22vw, 18px);
  font-weight: 700;
  line-height: 1.62;
}

.guide-about-copy p:last-child {
  margin-bottom: 0;
}

.guide-about-copy .guide-about-highlight {
  position: relative;
  margin: 42px 0 22px;
  padding: 20px 22px 20px 58px;
  border: 1px solid rgba(25,160,104,.22);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(239,252,247,.98));
  box-shadow: 0 18px 42px rgba(8,20,47,.08);
}

.guide-about-copy .guide-about-highlight::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #15b878, #0d8e5e);
  box-shadow: 0 12px 22px rgba(21,184,120,.26);
}

.guide-about-copy .guide-about-highlight::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 28px;
  width: 6px;
  height: 11px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.guide-about-copy strong {
  color: var(--navy-950);
  font-weight: 900;
}

.guide-about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.guide-about-stats div {
  display: grid;
  place-content: center;
  min-height: 116px;
  padding: 16px;
  border: 1px solid rgba(17,33,66,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 14px 32px rgba(8,20,47,.08);
  text-align: center;
}

.guide-about-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-950);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1;
}

.guide-about-stats span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.guide-about-visual {
  display: grid;
  place-items: start center;
  min-height: 430px;
  margin: 0;
  padding: clamp(22px, 3vw, 38px);
  background: linear-gradient(145deg, #08142f, #122c68);
}

.guide-about-visual img {
  width: min(100%, 520px);
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(0,0,0,.32);
}

.guide-final-cta {
  padding: clamp(44px, 5vw, 70px) 0;
  text-align: center;
}

.guide-final-inner {
  max-width: 880px;
}

.guide-final-inner h2 {
  color: var(--white);
  font-size: clamp(34px, 4.5vw, 58px);
  letter-spacing: 0;
}

.guide-final-inner p {
  max-width: 760px;
  margin: 16px auto 28px;
  color: rgba(255,255,255,.78);
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 800;
  line-height: 1.5;
}

.guide-final-inner .btn-primary {
  border-color: rgba(245,199,107,.72);
  background: linear-gradient(135deg, rgba(255,235,177,.98), rgba(245,199,107,.92));
  color: #251704;
  box-shadow: inset 0 1px rgba(255,255,255,.44), 0 22px 54px rgba(245,199,107,.24);
}

.faq-section { background: var(--paper); }
.faq-list { margin-top: 26px; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 22px; background: var(--white); overflow: hidden; }
.faq-item button { width: 100%; padding: 22px 24px; border: 0; background: transparent; text-align: left; font-weight: 900; color: var(--navy-900); cursor: pointer; display: flex; justify-content: space-between; gap: 14px; }
.faq-item button::after { content: "+"; font-size: 22px; }
.faq-item.is-open button::after { content: "−"; }
.faq-answer { display: none; padding: 0 24px 22px; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }
.faq-answer p { margin: 0; }

.site-footer { background: #050814; color: rgba(255,255,255,.78); padding: 40px 0 22px; }
.site-footer a { color: #dfe8ff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .75fr; gap: 32px; }
.footer-copy p, .footer-company p, .footer-disclaimer p, .footer-bottom p { margin-top: 0; }
.footer-copy h3 { color: var(--white); margin: 28px 0 18px; }
.footer-company img { width: 230px; height: auto; margin-bottom: 16px; }
.footer-disclaimer { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; color: rgba(255,255,255,.68); text-align: justify; }
.footer-bottom {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: grid;
  grid-template-columns: 94px minmax(260px, 1fr) auto;
  grid-template-areas:
    "footer-logo footer-nav footer-social"
    "footer-logo footer-rights footer-social";
  gap: 12px 28px;
  align-items: center;
  font-size: 14px;
}
.footer-bottom > a:first-child { grid-area: footer-logo; }
.footer-bottom img { width: 74px; height: auto; }
.footer-bottom nav { grid-area: footer-nav; display: flex; flex-wrap: wrap; gap: 10px 20px; }
.footer-bottom nav a { text-decoration: none; font-weight: 800; }
.footer-bottom > p { grid-area: footer-rights; margin-bottom: 0; color: rgba(255,255,255,.62); line-height: 1.45; }
.social-links {
  grid-area: footer-social;
  display: grid;
  grid-template-columns: repeat(4, 38px);
  gap: 10px;
  justify-content: end;
  align-items: center;
}
.social-link {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.055);
  text-decoration: none;
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.14);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.social-link svg { width: 17px; height: 17px; fill: currentColor; }
.social-link span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.social-link:hover, .social-link:focus-visible {
  transform: translateY(-2px);
  color: #fff;
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 14px 30px rgba(0,0,0,.22);
}
.social-link-facebook:hover, .social-link-facebook:focus-visible { background: #1877f2; border-color: #1877f2; }
.social-link-x:hover, .social-link-x:focus-visible { background: #111; border-color: rgba(255,255,255,.3); }
.social-link-youtube:hover, .social-link-youtube:focus-visible { background: #ff0033; border-color: #ff0033; }
.social-link-telegram:hover, .social-link-telegram:focus-visible { background: #27a7e7; border-color: #27a7e7; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .header-nav { display: none; }
  .mobile-menu-toggle { display: inline-grid; }
  .split-grid, .benefit-box, .footer-grid, .final-card, .final-cta-layout { grid-template-columns: 1fr; }
  .thank-you-layout,
  .thank-you-support-grid,
  .guide-about-box {
    grid-template-columns: 1fr;
  }
  .guide-about-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(17,33,66,.1);
  }
  .guide-about-visual {
    min-height: 320px;
  }
  .thank-you-copy {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }
  .thank-you-copy .badge {
    margin-inline: auto;
  }
  .benefit-grid { grid-template-columns: 1fr; }
  .criteria-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compare-card { width: calc(100% - 28px); overflow: hidden; }
  .compare-grid { grid-template-columns: minmax(0, 1.35fr) minmax(96px, .58fr) minmax(112px, .68fr); min-width: 0; }
  .compare-grid > div { min-width: 0; overflow-wrap: anywhere; }
  .stats-panel, .feature-grid, .process-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 18px; }
  .final-card, .final-copy { text-align: left; }
  .footer-bottom {
    grid-template-columns: 1fr;
    grid-template-areas:
      "footer-logo"
      "footer-nav"
      "footer-social"
      "footer-rights";
    justify-items: start;
  }
  .social-links { justify-content: start; }
}

@media (max-width: 640px) {
  html,
  body {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  body { min-width: 100vw; }
  body.guide-page,
  body.thank-you-page {
    width: 100%;
    min-width: 0;
  }

  .mobile-menu { box-shadow: none; }

  .site-header,
  main,
  .section,
  .site-footer {
    width: 100vw;
    max-width: 100vw;
  }

  .container {
    width: calc(100vw - 24px);
    max-width: var(--container);
  }
  .thank-you-page .site-header,
  .thank-you-page main,
  .thank-you-page .section,
  .thank-you-page .site-footer {
    width: 100%;
    max-width: 100%;
  }
  .thank-you-page .container {
    width: min(calc(100% - 24px), var(--container));
  }
  .guide-page .site-header,
  .guide-page main,
  .guide-page .section,
  .guide-page .site-footer {
    width: 100%;
    max-width: 100%;
  }
  .guide-page .container {
    width: min(calc(100% - 24px), var(--container));
  }
  .site-header .btn-small { display: none; }
  .header-inner { min-height: 66px; }
  .brand img { width: 70px; }
  .hero { padding-top: 34px; }
  .guide-hero {
    padding-top: 28px;
  }
  .guide-trust-banner {
    margin-bottom: 22px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: clamp(15px, 4.6vw, 18px);
  }
  .guide-opening {
    font-size: clamp(18px, 5.2vw, 23px);
  }
  .guide-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1.04;
  }
  .guide-subtitle {
    font-size: clamp(20px, 5.7vw, 25px);
    line-height: 1.45;
  }
  .guide-hero-cta,
  .guide-final-inner .btn-primary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .guide-social-proof {
    font-size: clamp(17px, 4.8vw, 21px);
  }
  .guide-learn-list article {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }
  .guide-learn-list article > span {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 13px;
  }
  .guide-learn-list p {
    font-size: clamp(17px, 4.8vw, 21px);
  }
  .guide-bonus-box {
    width: min(calc(100% - 24px), var(--container));
  }
  .guide-about-box {
    margin-top: 28px;
    border-radius: 22px;
  }
  .guide-about-copy {
    padding: 22px;
  }
  .guide-about-copy p {
    font-size: 16px;
  }
  .guide-about-copy .guide-about-highlight {
    margin-top: 32px;
    padding: 18px 18px 18px 52px;
    border-radius: 18px;
  }
  .guide-about-copy .guide-about-highlight::before {
    left: 18px;
    top: 21px;
  }
  .guide-about-copy .guide-about-highlight::after {
    left: 27px;
    top: 27px;
  }
  .guide-about-stats {
    grid-template-columns: 1fr;
  }
  .guide-about-stats div {
    min-height: 0;
  }
  .thank-you-hero { padding-top: 40px; }
  .thank-you-card { border-radius: 22px; }
  .thank-you-card-head {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .thank-you-actions {
    align-items: stretch;
  }
  .thank-you-download-actions {
    grid-template-columns: 1fr;
  }
  .thank-you-actions .btn,
  .thank-you-download-actions .btn,
  .thank-you-secondary-link {
    width: 100%;
    text-align: center;
  }
  h1 { font-size: clamp(38px, 12vw, 54px); }
  .hero-title { gap: .285em; }
  .hero-title-line { line-height: .885; }
  .hero-title-under { line-height: 1.062; }
  .hero-subtitle { line-height: 1.85; margin-top: 30px; }
  .hero-actions .btn, .final-card .btn, .final-actions .btn { width: 100%; }
  .stats-panel article, .feature-card, .process-step, .comparison-card, .why-box, .saving-box { padding: 24px; }
  .comparison-card { padding: 30px 18px 34px; }
  .comparison-intro { margin-bottom: 30px; font-size: clamp(27px, 8.4vw, 36px); }
  #come-funziona .process-lead { font-size: 17.136px; }
  .result-grid { grid-template-columns: 1fr; gap: 24px; }
  .result-row { justify-items: center; text-align: center; }
  .result-row span { font-size: clamp(22px, 6vw, 27px); line-height: 1.12; }
  .result-row strong { font-size: clamp(38px, 11vw, 48px); line-height: .98; }
  .result-row:not(.result-row-best) span { font-size: clamp(15px, 4.2vw, 19px); }
  .result-row:not(.result-row-best) strong { font-size: clamp(27px, 7.7vw, 34px); }
  .criteria-box { margin-top: 18px; padding: 24px 0 26px; }
  .criteria-grid { grid-template-columns: 1fr; gap: 18px; }
  .final-benefits-panel { padding: 24px 18px 28px; }
  .final-benefits-list { gap: 16px; }
  .final-benefits-list li { grid-template-columns: 50px 1fr; gap: 16px; }
  .final-benefits-list span { width: 50px; height: 50px; font-size: 14px; }
  .criteria-card { min-height: auto; padding: 22px; }
  .criteria-card h3 { font-size: 20px; }
  .criteria-closing { margin-top: 18px; padding-inline: 4px; }
  .compare-wrap { border-width: 2px; border-radius: 22px; }
  .compare-subtitle { padding: 10px 10px 18px; font-size: clamp(16px, 4.6vw, 19px); }
  .compare-card { width: calc(100% - 10px); margin-bottom: 10px; border-radius: 18px; }
  .compare-grid { grid-template-columns: minmax(0, 1.18fr) minmax(52px, .46fr) minmax(68px, .58fr); min-width: 0; }
  .compare-head { min-height: 58px; font-size: clamp(10px, 3vw, 12px); line-height: 1.08; }
  .compare-head > div { padding: 8px 3px; }
  .compare-head > div:nth-child(3) { border-radius: 14px 14px 0 0; }
  .compare-row { min-height: 50px; font-size: clamp(11px, 3.3vw, 13px); line-height: 1.08; }
  .compare-row > div { padding: 8px 3px; }
  .compare-row > div:first-child { padding-left: 7px; }
  .compare-row:last-child > div:nth-child(3) { border-radius: 0 0 14px 14px; }
  .compare-icon { width: 30px; height: 30px; font-size: 20px; }
  .alternatives-box { padding: 8px 6px 12px; }
  .alternatives-row { grid-template-columns: minmax(0, 1.12fr) repeat(3, minmax(44px, .42fr)); min-height: 48px; }
  .alternatives-head { min-height: 40px; font-size: clamp(10px, 3vw, 12px); line-height: 1.08; }
  .alternatives-row > div { min-width: 0; padding: 6px 3px; font-size: clamp(11px, 3.25vw, 13px); line-height: 1.08; overflow-wrap: anywhere; }
  .alternatives-row > div:first-child { font-size: clamp(11px, 3.3vw, 13px); }
  .alt-mark { font-size: 22px; }
  .alt-yes { width: 16px; height: 16px; font-size: 12px; }
  .trust-strip { flex-wrap: wrap; justify-content: center; border-radius: 24px; }
  .reviews-carousel { padding-inline: 0; }
  .reviews-carousel-long,
  .reviews-carousel-compact { grid-auto-columns: minmax(256px, 80vw); }
  .reviews-carousel-compact { justify-content: start; }
  .review-card { padding: 20px; min-height: 288px; }
  .reviews-carousel-long .review-card { min-height: 232px; gap: 10px; }
  .reviews-carousel-long .review-card:not(.is-expanded) p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .reviews-carousel-long .review-card:not(.is-expanded) p + p { display: none; }
  .reviews-carousel-long .review-card:not(.is-expanded) {
    overflow: hidden;
  }
  .reviews-carousel-long .review-card.is-expanded {
    max-height: none;
  }
  .review-card-short { min-height: 200px; }
  .video-shell { border-radius: 22px; }
  .play-icon { width: 68px; height: 68px; }
  .play-icon::after { left: 28px; top: 20px; border-left-width: 20px; border-top-width: 14px; border-bottom-width: 14px; }
  .premium-table th, .premium-table td { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
