/* ============================================
   LEX DIGITAL — Apple × Retell AI vibe
   Pulizia geometrica, tipografia gigante centrata,
   gradient subtle, pill CTA, vibe SaaS premium
   ============================================ */

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* ---------- TOKENS ---------- */
:root {
  /* Apple-ish neutrals + Retell gradient accent */
  --bg: #fbfbfd;
  --bg-card: #ffffff;
  --bg-soft: #f5f5f7;
  --bg-section: #ffffff;
  --ink: #1d1d1f;
  --ink-2: #424245;
  --ink-3: #6e6e73;
  --ink-4: #86868b;
  --ink-5: #d2d2d7;
  --ink-6: #e8e8ed;
  --line: rgba(0, 0, 0, 0.08);

  --dark: #000000;
  --dark-2: #0a0a0a;
  --dark-3: #161618;
  --dark-card: rgba(255, 255, 255, 0.04);

  /* Monochrome — no color accent */
  --grad-start: #0a0a0a;
  --grad-mid:   #2a2a2a;
  --grad-end:   #4a4a4a;
  --accent: #0a0a0a;
  --accent-deep: #000;
  --accent-soft: rgba(0, 0, 0, 0.05);
  --accent-border: rgba(0, 0, 0, 0.14);

  /* Typography (Geist + Geist Mono) */
  --sans: "Geist", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", system-ui, sans-serif;
  --mono: "Geist Mono", "SF Mono", Menlo, monospace;

  /* Layout */
  --container: 1280px;
  --container-narrow: 980px;
  --container-text: 720px;
  --gutter: 24px;
  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  /* Spacing */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 16px;
  --s-4: 24px;
  --s-5: 40px;
  --s-6: 64px;
  --s-7: 96px;
  --s-8: 128px;
  --s-9: 192px;

  /* Transitions */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t-fast: 200ms var(--ease);
  --t: 400ms var(--ease);
  --t-slow: 700ms var(--ease);

  /* Shadows — soft Apple */
  --sh-sm: 0 1px 2px rgba(0,0,0,0.04), 0 1px 1px rgba(0,0,0,0.03);
  --sh: 0 8px 24px rgba(0,0,0,0.06), 0 2px 6px rgba(0,0,0,0.04);
  --sh-lg: 0 30px 60px -10px rgba(0,0,0,0.18), 0 18px 36px -18px rgba(0,0,0,0.18);
  --sh-glow: 0 0 80px 0 rgba(0, 113, 227, 0.18);
  --sh-pill: 0 4px 24px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
}

/* ---------- BASE ---------- */
html, body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing:0;
}

::selection { background: var(--accent); color: #fff; }
a, button, summary { -webkit-tap-highlight-color: transparent; }

/* ---------- TYPOGRAPHY (Apple-style scale) ---------- */
h1, h2, h3, h4, .display {
  font-family: var(--sans);
  font-weight: 600;
  color: var(--ink);
  letter-spacing:0;
  line-height: 1.05;
}

.d1 {
  font-size: 112px;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing:0;
}
.d2, h1 {
  font-size: 84px;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing:0;
}
.d3, h2 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing:0;
}
h3, .h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing:0;
}
h4, .h4 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing:0;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .d1 { font-size: 84px; }
  .d2, h1 { font-size: 68px; }
  .d3, h2 { font-size: 52px; }
  h3, .h3 { font-size: 30px; }
}
@media (max-width: 768px) {
  .d1 { font-size: 52px; line-height: 1.04; }
  .d2, h1 { font-size: 42px; line-height: 1.08; }
  .d3, h2 { font-size: 34px; line-height: 1.12; }
  h3, .h3 { font-size: 24px; line-height: 1.2; }
  h4, .h4 { font-size: 17px; }
}
@media (max-width: 380px) {
  .d1 { font-size: 46px; }
  .d2, h1 { font-size: 38px; }
  .d3, h2 { font-size: 31px; }
}

.gradient-text {
  font-style: italic;
  font-weight: 500;
  color: var(--ink-3);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing:0;
}
.eyebrow--dark {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
}
.eyebrow__dot {
  width: 6px; height: 6px;
  background: var(--ink);
  border-radius: 50%;
}
.eyebrow--dark .eyebrow__dot {
  background: #fff;
}

.lede {
  font-size: 21px;
  line-height: 1.5;
  color: var(--ink-3);
  font-weight: 400;
  letter-spacing:0;
}
@media (max-width: 768px) {
  .lede { font-size: 17px; line-height: 1.55; }
}

p { color: var(--ink-2); }
p + p { margin-top: var(--s-3); }

.text-muted { color: var(--ink-3); }
.text-small { font-size: 14px; line-height: 1.5; color: var(--ink-3); }
.text-tiny { font-size: 12px; color: var(--ink-4); letter-spacing:0; }

.mono {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing:0;
}

a.link {
  color: var(--accent);
  transition: color var(--t-fast);
}
a.link:hover { color: var(--accent-deep); }

/* ---------- LAYOUT ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container-narrow {
  max-width: var(--container-narrow);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container-text {
  max-width: var(--container-text);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

@media (max-width: 768px) {
  :root { --gutter: 18px; }
}
@media (max-width: 420px) {
  :root { --gutter: 16px; }
}

.section {
  padding-block: clamp(56px, 7vw, 96px);
  position: relative;
}
.section--sm { padding-block: clamp(40px, 5vw, 64px); }
.section--lg { padding-block: clamp(80px, 10vw, 128px); }

.section--soft { background: var(--bg-soft); }
.section--dark {
  background: var(--dark);
  color: rgba(255,255,255,0.92);
  position: relative;
  overflow: hidden;
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark p, .section--dark .text-muted { color: rgba(255,255,255,0.6); }
.section--dark .lede { color: rgba(255,255,255,0.7); }
@media (max-width: 768px) {
  .section { padding-block: 48px; }
  .section--sm { padding-block: 36px; }
  .section--lg { padding-block: 56px; }
}

.section--dark::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ---------- DOTS SPOTLIGHT BACKGROUND ---------- */
.dots-bg {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  z-index: 0;
  display: block;
}
.dots-bg--global {
  position: fixed;
  inset: 0;
  z-index: 0;
}
body { position: relative; }
body > *:not(.dots-bg--global) { position: relative; z-index: 1; }
.lead-magnet > *:not(.dots-bg),
.final-cta > *:not(.dots-bg),
.protocol__header > *:not(.dots-bg),
.section--dark > *:not(.dots-bg) {
  position: relative;
  z-index: 1;
}
.section--dark > * { position: relative; z-index: 1; }
.section--soft, .section--dark, .lead-magnet, .final-cta, .protocol__header, .footer, .site-footer { isolation: isolate; }

.divider {
  border: 0;
  border-top: 1px solid var(--line);
}

.text-center { text-align: center; }
.text-balance { text-wrap: balance; }

.stack { display: flex; flex-direction: column; }
.stack-3 > * + * { margin-top: var(--s-3); }
.stack-4 > * + * { margin-top: var(--s-4); }
.stack-5 > * + * { margin-top: var(--s-5); }

.center-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ---------- BUTTONS (pill, Retell-style) ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  letter-spacing:0;
  line-height: 1;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  transition: all var(--t-fast);
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  min-height: 44px;
  text-align: center;
}

.btn--primary {
  background: var(--ink);
  color: #fff;
}
.btn--primary:hover {
  background: var(--dark-2);
  transform: translateY(-1px);
  box-shadow: var(--sh);
}

.btn--gradient {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.btn--gradient:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}

.btn--white {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn--white:hover {
  background: var(--bg-soft);
  border-color: var(--ink-5);
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink-5);
}
.btn--ghost:hover {
  border-color: var(--ink);
  background: var(--bg-soft);
}

.btn--ghost-dark {
  background: rgba(255,255,255,0.04);
  color: #fff;
  border-color: rgba(255,255,255,0.12);
}
.btn--ghost-dark:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.24);
}

.btn--whatsapp {
  background: #25D366;
  color: #fff;
}
.btn--whatsapp:hover { background: #128C7E; }

.btn--lg { padding: 17px 32px; font-size: 16px; }
.btn--xl { padding: 20px 40px; font-size: 17px; }
@media (max-width: 600px) {
  .btn,
  .btn--lg,
  .btn--xl {
    min-height: 48px;
    white-space: normal;
    width: 100%;
    padding: 14px 20px;
  }
}

.btn--arrow::after {
  content: "→";
  font-size: 16px;
  transition: transform var(--t-fast);
  margin-left: 4px;
}
.btn--arrow:hover::after { transform: translateX(4px); }

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 500;
  transition: color var(--t-fast);
}
.btn-text::after {
  content: "→";
  transition: transform var(--t-fast);
}
.btn-text:hover { color: var(--accent-deep); }
.btn-text:hover::after { transform: translateX(4px); }

/* ---------- HEADER — Floating curved pill, next-gen ---------- */
.site-header {
  position: fixed;
  top: calc(14px + env(safe-area-inset-top));
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  pointer-events: none;
  padding-inline: 14px;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 6px 6px 24px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: saturate(200%) blur(32px);
  -webkit-backdrop-filter: saturate(200%) blur(32px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 0 0 1px rgba(0,0,0,0.04),
    0 14px 40px -16px rgba(0,0,0,0.16),
    0 2px 8px -2px rgba(0,0,0,0.06);
  pointer-events: auto;
  transition: all var(--t);
  width: 100%;
  max-width: 880px;
  min-height: auto;
}
.site-header.scrolled .site-header__inner {
  background: rgba(255, 255, 255, 0.78);
}
body { padding-top: 0; }
@media (max-width: 768px) {
  .site-header { top: calc(10px + env(safe-area-inset-top)); padding-inline: 10px; }
  .site-header__inner {
    width: 100%;
    justify-content: space-between;
    padding: 5px 5px 5px 14px;
  }
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  text-decoration: none;
  flex-shrink: 0;
  padding-right: 12px;
  margin-right: 4px;
  border-right: 1px solid rgba(0,0,0,0.08);
  min-height: 36px;
}
.site-logo__img {
  height: 36px;
  width: auto;
  display: block;
}
.site-footer .site-logo {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.site-footer .site-logo__img { height: 48px; filter: invert(1); }
.lead-magnet .site-logo__img { filter: invert(1); }
@media (max-width: 768px) {
  .site-logo__img { height: 30px; }
  .site-logo { padding-right: 0; margin-right: 0; border-right: 0; }
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  justify-content: center;
}
.site-nav a {
  display: inline-flex;
  align-items: center;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 9px 16px;
  min-height: 38px;
  border-radius: 999px;
  text-transform: uppercase;
  transition: all var(--t-fast);
  position: relative;
}
.site-nav a:hover {
  color: var(--ink);
  background: rgba(0,0,0,0.06);
}
.site-nav a.active {
  color: var(--ink);
  background: rgba(0,0,0,0.08);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  margin-left: 6px;
}
.header-cta .btn {
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  border-radius: 999px;
  min-height: 38px;
  text-transform: uppercase;
}
.header-cta .btn--ghost {
  background: transparent;
  border-color: transparent;
  color: var(--ink-2);
}
.header-cta .btn--ghost:hover {
  background: rgba(0,0,0,0.05);
  border-color: transparent;
  color: var(--ink);
}
@media (max-width: 768px) {
  .header-cta .btn { padding: 9px 14px; font-size: 13px; }
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
}
.menu-toggle svg { width: 24px; height: 24px; }

@media (max-width: 1024px) {
  .site-nav, .header-cta .btn--ghost { display: none; }
  .menu-toggle { display: inline-flex; }
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(245, 245, 245, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 49;
  display: none;
  padding: calc(80px + env(safe-area-inset-top)) var(--gutter) calc(120px + env(safe-area-inset-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mobile-menu.open { display: flex; flex-direction: column; gap: 8px; }
.mobile-menu a {
  font-size: 32px;
  font-weight: 600;
  color: var(--ink);
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  letter-spacing:0;
}
.mobile-menu .btn { margin-top: var(--s-5); align-self: flex-start; width: auto; }
@media (max-width: 600px) {
  .mobile-menu a { font-size: 28px; padding: 14px 0; }
  .mobile-menu .btn { width: 100%; }
}

/* ---------- HERO — Apple-style centered ---------- */
.hero {
  padding-top: clamp(40px, 5vw, 72px);
  padding-bottom: clamp(48px, 6vw, 88px);
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 12px;
    padding-bottom: 44px;
  }
  .hero__eyebrow { margin-bottom: 18px; }
  .hero__title { margin-bottom: 18px; }
  .hero__lede { margin-bottom: 24px; }
  .hero__ctas { gap: 10px; }
}
.hero__eyebrow { margin-bottom: 24px; }
.hero__title {
  max-width: 20ch;
  margin-inline: auto;
  margin-bottom: 24px;
}
.hero__lede {
  max-width: 56ch;
  margin-inline: auto;
  margin-bottom: 32px;
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.hero > .container > .text-tiny { margin-top: 8px; opacity: 0.7; }

/* ---------- SOCIAL PROOF BADGE ---------- */
.proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 18px 8px 10px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  box-shadow: var(--sh-sm);
  transition: all var(--t-fast);
}
.proof-pill:hover {
  border-color: var(--ink-4);
  box-shadow: var(--sh);
  transform: translateY(-1px);
}

.avatar-stack {
  display: inline-flex;
  flex-shrink: 0;
}
.avatar-stack__item {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  border: 2px solid var(--bg-card);
  letter-spacing:0;
  overflow: hidden;
  position: relative;
}
.avatar-stack__item img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.avatar-stack__item + .avatar-stack__item { margin-left: -10px; }
.avatar-stack__item--1 { background: #1a2744; z-index: 3; }
.avatar-stack__item--2 { background: #4a4a4a; z-index: 2; }
.avatar-stack__item--3 { background: #2a2a2a; z-index: 1; }

.proof-pill__stars {
  display: inline-flex;
  font-size: 20px;
  color: #f59e0b;
  letter-spacing:0;
  line-height: 1;
}

@media (max-width: 480px) {
  .proof-pill { padding: 6px 14px 6px 8px; gap: 10px; }
  .avatar-stack__item { width: 28px; height: 28px; font-size: 11px; }
  .proof-pill__text { font-size: 12px; }
}

/* Visual mockup hero (Retell style) */
.hero-visual {
  margin-top: 80px;
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 768px) {
  .hero-visual { margin-top: 56px; }
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -10% -20%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.browser-mockup {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--sh-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  z-index: 1;
}
.browser-mockup__bar {
  background: #f5f5f7;
  padding: 12px 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 8px;
}
.browser-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--ink-6);
}
.browser-dot.r { background: #ff5f57; }
.browser-dot.y { background: #febc2e; }
.browser-dot.g { background: #28c840; }
.browser-mockup__url {
  margin-left: 16px;
  padding: 6px 16px;
  background: #fff;
  border-radius: var(--radius-pill);
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  border: 1px solid var(--line);
}
.browser-mockup__content {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #fafafe 0%, #f0f0fb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  position: relative;
}
.browser-mockup__demo {
  width: 100%;
  max-width: 720px;
  background: #fff;
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--sh);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.browser-mockup__demo h3 {
  font-size: 24px;
  letter-spacing:0;
}
.browser-mockup__bar2 {
  display: flex; gap: 8px;
  margin-top: 8px;
}
.browser-mockup__pill {
  padding: 6px 14px;
  background: var(--bg-soft);
  border-radius: var(--radius-pill);
  font-size: 12px;
  color: var(--ink-3);
}
.browser-mockup__pill--accent {
  background: var(--accent-soft);
  color: var(--accent);
}
.browser-mockup__screenshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.browser-mockup__content--img {
  padding: 0;
  aspect-ratio: auto;
  height: clamp(420px, 50vw, 720px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .browser-mockup {
    border-radius: var(--radius);
  }
  .browser-mockup__bar {
    padding: 10px 12px;
  }
  .browser-mockup__url {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 10px;
    margin-left: 8px;
  }
  .browser-mockup__content {
    padding: 24px;
  }
  .browser-mockup__content--img {
    height: 320px;
    padding: 0;
  }
}

/* ---------- LOGOS STRIP ---------- */
.logos-strip {
  padding: 40px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.logos-strip__label {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-4);
  letter-spacing:0;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.logos-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px 56px;
  max-width: 1100px;
  margin-inline: auto;
}
.logos-grid span {
  font-size: 20px;
  font-weight: 600;
  color: var(--ink-3);
  letter-spacing:0;
  transition: color var(--t-fast);
  white-space: nowrap;
}
.logos-grid span:hover { color: var(--ink); }
@media (max-width: 768px) {
  .logos-strip { padding: 48px 0; }
  .logos-strip__label { margin-bottom: 24px; }
  .logos-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .logos-grid span {
    font-size: 16px;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .logos-strip { padding: 34px 0; }
}

/* ---------- FEATURE GRID (Apple/Retell style) ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .feature-grid { grid-template-columns: 1fr; gap: 16px; } }
@media (max-width: 900px) { .feature-grid[style] { grid-template-columns: 1fr !important; } }

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 2.8vw, 36px);
  text-decoration: none;
  color: inherit;
  transition: all var(--t);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  min-width: 0;
}
.feature-card__icon { margin-bottom: 18px; }
.feature-card__title { margin-bottom: 8px; font-size: 20px; }
.feature-card__desc { font-size: 14.5px; line-height: 1.5; }
.feature-card__cta { margin-top: 18px; }
.feature-card:hover {
  border-color: var(--ink-4);
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
}
.feature-card__cta { color: var(--ink); }
.feature-card:hover .feature-card__cta { color: var(--ink); }
.feature-card__icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink);
  margin-bottom: 24px;
}
.feature-card__icon svg { width: 22px; height: 22px; stroke-width: 1.8; }
.feature-card__title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing:0;
  margin-bottom: 12px;
  line-height: 1.2;
}
.feature-card__desc {
  color: var(--ink-3);
  font-size: 15px;
  line-height: 1.5;
  flex-grow: 1;
}
.feature-card__cta {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  transition: gap var(--t-fast);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  width: fit-content;
}
.feature-card:hover .feature-card__cta { gap: 10px; }
@media (max-width: 768px) {
  .feature-card {
    min-height: auto;
    border-radius: var(--radius);
    padding: 24px 22px;
  }
  .feature-card__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
  }
  .feature-card__title { font-size: 20px; }
  .feature-card__desc { font-size: 14.5px; }
}
@media (hover: none) {
  .feature-card:hover,
  .case-card:hover,
  .process-step:hover,
  .proof-pill:hover {
    transform: none;
    box-shadow: none;
  }
  .case-card:hover .case-card__visual img { transform: none; }
}

/* ---------- CASE CARDS — Apple product card style ---------- */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .case-grid { grid-template-columns: 1fr; gap: 16px; } }
@media (max-width: 900px) { .case-grid[style] { grid-template-columns: 1fr !important; } }

.case-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  transition: all var(--t);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.case-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
  border-color: var(--ink-4);
}
.case-card:hover .case-card__visual img { transform: scale(1.04); }
.case-card__top {
  padding: 28px 28px 0;
}
@media (max-width: 768px) { .case-card__top { padding: 24px 22px 0; } }
.case-card__meta {
  display: flex; gap: 8px;
  font-size: 12px;
  color: var(--ink-4);
  margin-bottom: 12px;
}
.case-card__meta span:first-child {
  color: var(--ink);
  font-weight: 600;
}
.case-card__title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing:0;
  line-height: 1.1;
  margin-bottom: 12px;
}
.case-card__visual {
  margin: 18px 0;
  aspect-ratio: 16/10;
  background: var(--bg-soft);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}
.case-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform var(--t-slow);
}
.case-card__bottom {
  padding: 0 28px 28px;
  margin-top: auto;
  min-width: 0;
}
@media (max-width: 768px) { .case-card__bottom { padding: 0 22px 24px; } }
.case-card__result {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}
.case-card__result-num {
  font-size: 40px;
  font-weight: 600;
  letter-spacing:0;
  color: var(--ink);
  line-height: 1;
}
.case-card__result-label {
  font-size: 14px;
  color: var(--ink-3);
  overflow-wrap: anywhere;
}
@media (max-width: 600px) {
  .case-card { border-radius: var(--radius); }
  .case-card > div[style*="padding"] { padding-inline: 22px !important; }
  .case-card__result {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .case-card__result-num { font-size: 32px; }
}

/* ---------- BIG STATS ---------- */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 768px) { .stats-row { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 440px) { .stats-row { grid-template-columns: 1fr; } }

.stat-block {
  text-align: center;
  padding: 24px 16px;
}
@media (max-width: 768px) { .stat-block { padding: 16px 8px; } }
.stat-block__value {
  font-size: 72px;
  font-weight: 600;
  letter-spacing:0;
  line-height: 1;
  color: var(--ink);
}
@media (max-width: 768px) {
  .stat-block__value { font-size: 48px; }
}
.stat-block--dark .stat-block__value { color: #fff; }
.stat-block__label {
  margin-top: 12px;
  font-size: 14px;
  color: var(--ink-3);
}
.stat-block--dark .stat-block__label { color: rgba(255,255,255,0.6); }

/* ---------- PROCESS STEPS ---------- */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .process { grid-template-columns: 1fr; gap: 16px; } }

.process-step {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  position: relative;
  transition: all var(--t);
}
.process-step__num { margin-bottom: 16px; }
.process-step__title { margin-bottom: 6px; }
.process-step:hover {
  border-color: var(--ink-4);
  transform: translateY(-3px);
  box-shadow: var(--sh);
}
.process-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.process-step__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing:0;
  margin-bottom: 8px;
}
.process-step__body { color: var(--ink-3); font-size: 14px; line-height: 1.55; }
@media (max-width: 768px) {
  .process-step {
    border-radius: var(--radius);
    padding: 24px 22px;
  }
}

/* ---------- SPOTLIGHT (caso in evidenza + founder) ---------- */
.spotlight {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.spotlight--reverse { grid-template-columns: 0.9fr 1.1fr; }
.spotlight__media {
  aspect-ratio: 4 / 3;
  background: var(--bg-soft);
  position: relative;
  overflow: hidden;
}
.spotlight__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
}
.spotlight__body {
  padding: clamp(28px, 3vw, 48px) clamp(24px, 2.5vw, 40px);
}
@media (max-width: 900px) {
  .spotlight, .spotlight--reverse { grid-template-columns: 1fr; gap: 0; }
  .spotlight__media { aspect-ratio: 16 / 11; }
  .spotlight__body { padding: 28px 22px; }
}

.spotlight__meta {
  display: flex; gap: 12px; align-items: center;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--ink-3);
}
.spotlight__meta strong {
  color: var(--ink);
  font-weight: 600;
}
.spotlight__title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing:0;
  line-height: 1.08;
  margin-bottom: 16px;
}
.spotlight__desc {
  color: var(--ink-3);
  margin-bottom: 24px;
  line-height: 1.55;
  font-size: 15.5px;
}
.spotlight__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 24px;
}
.spotlight__metric-num {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--ink);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .spotlight__title { font-size: 26px; }
  .spotlight__meta {
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 14px;
  }
  .spotlight__desc { font-size: 15px; }
  .spotlight__metrics {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 14px 0;
  }
  .spotlight__metric-num { font-size: 22px; letter-spacing: -0.035em; }
  .spotlight__metric-label { font-size: 10.5px; line-height: 1.25; margin-top: 4px; }
}
@media (max-width: 380px) {
  .spotlight__metric-num { font-size: 19px; }
  .spotlight__metric-label { font-size: 10px; }
}
.spotlight__metric-label {
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 8px;
  line-height: 1.3;
}

/* Founder block badge */
.founder-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 12px 20px;
  box-shadow: var(--sh-lg);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .founder-badge { bottom: -12px; right: 16px; }
}
.founder-badge__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.founder-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}
.founder-grid__photo {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background: var(--bg-soft);
  box-shadow: var(--sh-lg);
}
.founder-grid__photo > img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: var(--radius-lg);
}
@media (max-width: 900px) {
  .founder-grid { grid-template-columns: 1fr; gap: 40px; }
  .founder-grid__photo { max-width: 380px; margin-inline: auto; aspect-ratio: 4/4; }
}

/* Metrics row (4 cols) */
.metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .metrics-row { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 520px) { .metrics-row, .metrics-row[style] { grid-template-columns: 1fr !important; } }

.metric-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 2.5vw, 36px);
  transition: border-color var(--t-fast);
}
.metric-card:hover { border-color: var(--ink-4); }
.metric-card__value {
  font-size: 44px;
  font-weight: 600;
  letter-spacing:0;
  line-height: 1;
  color: var(--ink);
}
@media (max-width: 768px) {
  .metric-card { border-radius: var(--radius); }
  .metric-card__value { font-size: 34px; }
}
.metric-card__label {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 10px;
  line-height: 1.4;
}

/* ---------- DELIVERABLES (Careddu: cosa abbiamo costruito) ---------- */
.deliverables {
  margin-top: 24px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3.5vw, 48px);
}
.deliverables > .eyebrow { margin-bottom: 20px; }
.deliverables__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 32px;
}
@media (max-width: 900px) { .deliverables__grid { grid-template-columns: repeat(2, 1fr); gap: 0 24px; } }
@media (max-width: 520px) { .deliverables__grid { grid-template-columns: 1fr; } }

.deliverable {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.deliverable__num {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-4);
  display: block;
  margin-bottom: 8px;
  letter-spacing:0;
}
.deliverable h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing:0;
  margin-bottom: 4px;
}
.deliverable p {
  font-size: 13.5px;
  color: var(--ink-3);
  line-height: 1.45;
}

/* "Explore all" card (alt case-card content) */
.case-card--explore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: auto;
  padding: 40px 24px;
}
.case-card--explore h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing:0;
  line-height: 1.05;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .case-card--explore h3 { font-size: 26px; }
}
.case-card--explore p {
  color: var(--ink-3);
  font-size: 14px;
  margin-bottom: 24px;
}
.case-card--explore .arrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  transition: gap var(--t-fast);
}
.case-card--explore:hover .arrow-pill { gap: 12px; }

/* Section header (eyebrow + title + lede with right column for CTA/text) */
.section-head {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
  margin-bottom: clamp(36px, 4vw, 56px);
}
@media (max-width: 900px) {
  .section-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
}

/* ---------- DATA-DRIVEN: MARKET STATS ---------- */
.market-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
@media (max-width: 900px) { .market-stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .market-stats { grid-template-columns: 1fr; } }

.market-stat {
  background: var(--bg-card);
  padding: clamp(28px, 3vw, 40px) clamp(20px, 2vw, 28px);
  transition: background var(--t-fast);
}
.market-stat:hover { background: var(--bg-soft); }

.market-stat__value {
  font-size: 64px;
  font-weight: 600;
  letter-spacing:0;
  line-height: 1;
  color: var(--ink);
}
@media (max-width: 768px) {
  .market-stat { padding: 26px 22px; }
  .market-stat__value { font-size: 48px; }
}
.market-stat__value sup {
  font-size: 0.45em;
  font-weight: 500;
  color: var(--ink-3);
  margin-left: 4px;
  vertical-align: top;
  position: relative;
  top: 0.3em;
}
.market-stat__label {
  margin-top: 14px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.45;
  font-weight: 500;
}
.market-stat__source {
  margin-top: 12px;
  font-size: 11px;
  color: var(--ink-4);
  letter-spacing:0;
  text-transform: uppercase;
}

/* ---------- DATA-DRIVEN: SERP ANATOMY ---------- */
.serp-anatomy {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 4vw, 56px);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 900px) { .serp-anatomy { grid-template-columns: 1fr; gap: 32px; } }

.serp-anatomy__intro h3 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing:0;
  line-height: 1.08;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .serp-anatomy {
    border-radius: var(--radius);
    padding: 24px 18px;
    gap: 24px;
  }
  .serp-anatomy__intro h3 { font-size: 24px; }
  .serp-anatomy__intro p { font-size: 15px; }
  .serp-bar {
    grid-template-columns: 28px minmax(0, 1fr) 56px;
    gap: 8px;
  }
  .serp-bar__fill {
    justify-content: flex-start;
    padding-inline: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .serp-bar__value { font-size: 11px; }
}
.serp-anatomy__intro p {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink-3);
}
.serp-anatomy__intro p strong { color: var(--ink); font-weight: 600; }

.serp-bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.serp-bar {
  display: grid;
  grid-template-columns: 32px 1fr 70px;
  gap: 16px;
  align-items: center;
  font-size: 13px;
}
.serp-bar__pos {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-4);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.serp-bar__track {
  height: 28px;
  background: var(--bg-soft);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.serp-bar__fill {
  height: 100%;
  background: var(--ink);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  transition: width 0.8s var(--ease);
}
.serp-bar--hot .serp-bar__fill {
  background: var(--ink);
}
.serp-bar--dim .serp-bar__fill {
  background: var(--ink-4);
}
.serp-bar--invisible .serp-bar__fill {
  background: var(--ink-5);
  color: var(--ink-3);
}
.serp-bar__value {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-2);
  font-variant-numeric: tabular-nums;
}
.serp-bar--invisible .serp-bar__value { color: var(--ink-4); }

.serp-divider {
  border-top: 1px dashed var(--ink-5);
  margin: 12px 0 8px;
  position: relative;
}
.serp-divider span {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-card);
  padding: 0 12px;
  font-size: 11px;
  color: var(--ink-4);
  letter-spacing:0;
  text-transform: uppercase;
}

/* ---------- PROTOCOLLO LEX DIGITAL ---------- */
.protocol {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}
@media (max-width: 1024px) {
  .protocol { grid-template-columns: 1fr; }
}

.protocol__header {
  padding: clamp(28px, 3.5vw, 48px);
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.protocol__header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.08) 0%, transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(255,255,255,0.05) 0%, transparent 50%);
  pointer-events: none;
}
.protocol__header > div { position: relative; z-index: 1; }
@media (max-width: 900px) {
  .protocol__header > div {
    min-width: 0;
  }
}

.protocol__badge {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing:0;
}
.protocol__badge sup { font-size: 0.6em; position: relative; top: -0.6em; margin-left: 2px; opacity: 0.7; }

.protocol__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing:0;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .protocol { border-radius: var(--radius); }
  .protocol__title { font-size: 24px; }
  .protocol__components,
  .protocol__header { padding: 24px 22px; }
  .protocol__item {
    gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr);
  }
}

.protocol__desc {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
  max-width: 48ch;
}

.protocol__components {
  padding: clamp(28px, 3.5vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.protocol__components-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing:0;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 18px;
}

.protocol__grid {
  display: grid;
  gap: 0;
}

.protocol__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.protocol__item:last-child { border-bottom: 0; }

.protocol__num {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-3);
  font-variant-numeric: tabular-nums;
  letter-spacing:0;
  padding-top: 2px;
}

.protocol__item-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing:0;
  margin-bottom: 4px;
  color: var(--ink);
}

.protocol__item-desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-3);
}

/* ---------- LEAD MAGNET ---------- */
.lead-magnet {
  background: var(--dark);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(36px, 4.5vw, 64px) clamp(28px, 3.5vw, 56px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 4vw, 64px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.lead-magnet::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 70%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.lead-magnet > *:not(.dots-bg) { position: relative; z-index: 1; }

@media (max-width: 900px) {
  .lead-magnet {
    grid-template-columns: minmax(0, 1fr);
    max-width: 100%;
  }
  .lead-magnet > * {
    min-width: 0;
    max-width: 100%;
  }
}

.lead-magnet h2 { color: #fff; }

.pdf-mockup-card {
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius);
  padding: 40px 32px;
  aspect-ratio: 3/4;
  max-width: 320px;
  margin-inline: auto;
  box-shadow: var(--sh-lg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(-2deg);
  transition: transform var(--t-slow);
}
@media (max-width: 768px) {
  .lead-magnet { padding: 28px 22px; gap: 28px; }
  .pdf-mockup-card {
    max-width: 260px;
    padding: 30px 24px;
    transform: none;
  }
  .pdf-mockup-card:hover { transform: none; }
  .pdf-mockup-card__title { font-size: 21px; }
}
.pdf-mockup-card:hover { transform: rotate(0deg); }
.pdf-mockup-card__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink);
  padding: 4px 10px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  width: fit-content;
  margin-bottom: 20px;
  letter-spacing:0;
  text-transform: uppercase;
}
.pdf-mockup-card__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing:0;
  line-height: 1.1;
}
.pdf-mockup-card__meta {
  font-size: 11px;
  color: var(--ink-4);
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

/* ---------- TESTIMONIAL ---------- */
.testimonial {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(36px, 4.5vw, 64px) clamp(28px, 3.5vw, 56px);
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}
.testimonial__quote {
  font-size: 24px;
  font-weight: 500;
  letter-spacing:0;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .testimonial {
    border-radius: var(--radius);
    padding: 30px 22px;
  }
  .testimonial__quote { font-size: 19px; }
  .testimonial__author { align-items: flex-start; }
}
.testimonial__author {
  display: flex; align-items: center; gap: 12px;
  justify-content: center;
}
.testimonial__avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 16px;
  flex-shrink: 0;
  overflow: hidden;
}
.testimonial__avatar img {
  width: 100%; height: 100%; object-fit: cover;
}
.testimonial__name { font-size: 15px; font-weight: 600; color: var(--ink); display:block; }
.testimonial__role { font-size: 13px; color: var(--ink-3); }

/* ---------- FAQ ---------- */
.faq-list {
  max-width: 820px;
  margin-inline: auto;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-card);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color var(--t-fast);
}
.faq-item:hover { border-color: var(--ink-4); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  color: var(--ink);
  letter-spacing:0;
}
@media (max-width: 768px) {
  .faq-item {
    border-radius: 14px;
    margin-bottom: 10px;
  }
  .faq-item summary {
    min-height: 56px;
    padding: 18px 18px;
    gap: 16px;
    font-size: 15.5px;
  }
  .faq-item__body {
    padding: 0 18px 18px;
    font-size: 14.5px;
  }
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 22px;
  color: var(--ink-3);
  font-weight: 400;
  transition: transform var(--t);
  flex-shrink: 0;
}
.faq-item[open] summary::after { content: "−"; color: var(--accent); }
.faq-item summary:hover { color: var(--accent); }
.faq-item__body {
  padding: 0 24px 22px;
  color: var(--ink-3);
  font-size: 15px;
  line-height: 1.6;
}

/* ---------- FINAL CTA ---------- */
.final-cta {
  background: var(--ink);
  border-radius: var(--radius-lg);
  padding: clamp(40px, 5.5vw, 80px) clamp(28px, 4vw, 56px);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 100%, rgba(255,255,255,0.04) 0%, transparent 50%);
  pointer-events: none;
}
.final-cta > *:not(.dots-bg) { position: relative; z-index: 1; }
.final-cta h2 { color: #fff; max-width: 22ch; margin: 0 auto 16px; }
.final-cta p { color: rgba(255,255,255,0.9); max-width: 50ch; margin: 0 auto 28px; font-size: 17px; }
.final-cta__row {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
@media (max-width: 600px) {
  .final-cta,
  .protocol__header,
  .lead-magnet {
    border-radius: var(--radius);
  }
  .final-cta__row .btn,
  .lead-magnet .btn,
  .protocol__header .btn {
    width: 100%;
    justify-content: center;
  }
  .final-cta {
    padding: 32px 22px;
  }
  .final-cta p { font-size: 15.5px; }
}

/* ---------- FOOTER (Apple style) ---------- */
.site-footer {
  background: var(--bg-soft);
  padding-block: 64px 32px;
  border-top: 1px solid var(--line);
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px 32px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 900px) { .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 48px 24px; } }
@media (max-width: 600px) { .site-footer__grid { grid-template-columns: 1fr; } }

.footer-brand p {
  color: var(--ink-3);
  font-size: 13px;
  max-width: 36ch;
  margin-top: 16px;
  line-height: 1.55;
}

.footer-col h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  color: var(--ink-3);
  font-size: 13px;
  transition: color var(--t-fast);
}
.footer-col a:hover { color: var(--ink); }
.footer-col p { color: var(--ink-4); font-size: 12px; line-height: 1.6; }

.site-footer__bottom {
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
  color: var(--ink-4);
  font-size: 12px;
}
.site-footer__bottom a { color: var(--ink-4); }
.site-footer__bottom a:hover { color: var(--ink); }
.site-footer__bottom .row { display: flex; gap: 24px; }
@media (max-width: 600px) {
  .site-footer {
    padding-block: 48px 28px;
  }
  .site-footer__grid {
    padding-bottom: 32px;
  }
  .site-footer__bottom {
    align-items: flex-start;
    gap: 16px;
  }
  .site-footer__bottom .row {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}

/* ---------- STICKY MOBILE BAR ---------- */
.mobile-bar {
  display: none;
  position: fixed;
  bottom: max(12px, env(safe-area-inset-bottom)); left: 12px; right: 12px;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-pill);
  padding: 8px;
  z-index: 48;
  gap: 4px;
  box-shadow: var(--sh-lg);
}
.mobile-bar a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.mobile-bar a.cta {
  background: #fff;
  color: var(--ink);
}
.mobile-bar a.wapp { background: #25D366; }
.mobile-bar svg { width: 16px; height: 16px; stroke-width: 2; }
@media (max-width: 768px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
  .mobile-menu.open ~ .mobile-bar { display: none; }
}
@media (max-width: 360px) {
  .mobile-bar a { font-size: 12px; padding-inline: 6px; }
}

/* ---------- PAGE HERO (interior pages) ---------- */
.page-hero {
  padding-block: clamp(36px, 5vw, 72px) clamp(28px, 4vw, 48px);
  text-align: center;
}
.page-hero h1 { max-width: 22ch; margin-inline: auto; margin-top: 18px; }
.page-hero .lede { max-width: 60ch; margin-top: 18px; margin-inline: auto; }
@media (max-width: 768px) {
  .page-hero {
    padding-block: 30px 30px;
  }
  .page-hero h1 {
    max-width: 12ch;
    margin-top: 16px;
  }
  .page-hero .lede { margin-top: 16px; }
}
.page-hero__crumb {
  display: inline-flex; gap: 8px; align-items: center;
  font-size: 13px;
  color: var(--ink-4);
}
.page-hero__crumb a { color: var(--ink-4); transition: color var(--t-fast); }
.page-hero__crumb a:hover { color: var(--ink); }

/* ---------- ARTICLE / PROSE ---------- */
.prose {
  max-width: var(--container-text);
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-2);
}
.prose h2 {
  margin-top: clamp(48px, 6vw, 80px);
  margin-bottom: 20px;
  font-size: 40px;
  letter-spacing:0;
}
.prose h3 {
  margin-top: clamp(40px, 5vw, 64px);
  margin-bottom: 16px;
  font-size: 24px;
  letter-spacing:0;
}
.prose p { margin-bottom: 20px; }
.prose ul, .prose ol { margin-bottom: 24px; padding-left: 24px; }
.prose ul li, .prose ol li { margin-bottom: 8px; }
.prose ul li { list-style: disc; }
.prose ol li { list-style: decimal; }
.prose blockquote {
  border-left: 3px solid var(--accent);
  padding: 4px 0 4px 24px;
  margin: 32px 0;
  font-size: 22px;
  line-height: 1.4;
  color: var(--ink);
  font-weight: 500;
  letter-spacing:0;
}
.prose a { color: var(--accent); }
.prose a:hover { color: var(--accent-deep); }
@media (max-width: 768px) {
  .prose {
    font-size: 16px;
    line-height: 1.68;
  }
  .prose h2 {
    margin-top: 44px;
    font-size: 28px;
    line-height: 1.15;
  }
  .prose h3 {
    margin-top: 34px;
    font-size: 21px;
  }
  .prose blockquote {
    padding-left: 18px;
    font-size: 18px;
  }
  .prose code {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* ---------- UTILITIES ---------- */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

* {
  letter-spacing:0;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
