/* ==========================================================================
   OverYourData — Rebamp v3 · Premium Enterprise
   Light · calm · trust-first · conversion-disciplined
   References: Mercury · Linear · Vanta · Stripe enterprise
   ========================================================================== */

:root {
  /* Palette — warm light, navy ink, brand blue */
  --bg:           #FAFAF7;       /* warm off-white page */
  --surface:      #FFFFFF;       /* card/elevated surface */
  --surface-soft: #F4F5F7;       /* tinted panel */
  --surface-warm: #F7F4EE;       /* warm cream — Swiss luxury hint */
  --border:       #E8EBF0;       /* hairline */
  --border-soft:  #F0F2F5;       /* extra-light hairline */

  --ink:          #0B1F3A;       /* deep navy — primary text */
  --ink-soft:     #1F3556;       /* secondary headings */
  --muted:        #5A6B82;       /* body text */
  --faint:        #8A98AE;       /* tertiary, captions */

  --blue:         #1E5BFF;       /* primary CTA, brand anchor */
  --blue-hover:   #1747D4;
  --blue-soft:    #EEF2FF;       /* tinted backgrounds */
  --blue-ring:    rgba(30, 91, 255, 0.18);

  --cyan:         #06B6D4;       /* soft live indicator */
  --cyan-vibrant: #00D8FF;       /* vibrant electric cyan accent */
  --cyan-soft:    #E0FBFF;       /* tinted surface */

  --violet:       #7C3AED;       /* refined violet accent */
  --violet-warm:  #8B5CF6;       /* lighter violet for hover */
  --violet-soft:  #F3EEFF;       /* tinted surface */

  --green:        #16A34A;       /* check / verified */
  --red:          #E30613;       /* surgical Swiss red */

  /* Brand multi-stop gradient — used on accents, eyebrows, badges */
  --grad-spectrum: linear-gradient(135deg, var(--blue) 0%, var(--cyan-vibrant) 50%, var(--violet) 100%);
  --grad-cool:     linear-gradient(135deg, var(--blue) 0%, var(--violet) 100%);
  --grad-electric: linear-gradient(135deg, var(--cyan-vibrant) 0%, var(--blue) 100%);

  /* Typography */
  --font-sans:  'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono:  'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  /* Type scale — fluid, restrained */
  --display-xl: clamp(40px, 6vw, 76px);
  --display-l:  clamp(32px, 4.4vw, 56px);
  --display-m:  clamp(26px, 3vw, 38px);
  --display-s:  clamp(20px, 2vw, 24px);
  --body-l:     clamp(17px, 1.2vw, 19px);
  --body:       16px;
  --body-s:     14px;
  --label:      12px;

  /* Spacing scale — even, generous */
  --gap-xs:  8px;
  --gap-s:   12px;
  --gap-m:   20px;
  --gap-l:   32px;
  --gap-xl:  56px;
  --gap-xxl: clamp(80px, 10vw, 128px);

  /* Layout */
  --gutter: clamp(20px, 4vw, 48px);
  --max:    1200px;

  /* Radii */
  --r-sm:  6px;
  --r-md:  10px;
  --r-lg:  16px;
  --r-xl:  24px;

  /* Shadows — subtle, premium */
  --shadow-sm: 0 1px 2px rgba(11, 31, 58, 0.04);
  --shadow-md: 0 1px 2px rgba(11, 31, 58, 0.04), 0 4px 16px rgba(11, 31, 58, 0.05);
  --shadow-lg: 0 1px 2px rgba(11, 31, 58, 0.04), 0 12px 32px rgba(11, 31, 58, 0.06), 0 32px 64px rgba(11, 31, 58, 0.04);
  --shadow-cta: 0 1px 0 rgba(0, 0, 0, 0.05), 0 4px 14px rgba(30, 91, 255, 0.25);

  /* Motion */
  --ease:      cubic-bezier(0.22, 1, 0.36, 1);
  --ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--body-l);
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: 0; background: 0; padding: 0; color: inherit; }
a { color: inherit; text-decoration: none; }
input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--blue-soft); color: var(--ink); }

/* ===== Type ===== */
h1, h2, h3, h4 {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.display-xl { font-size: var(--display-xl); font-weight: 600; letter-spacing: -0.035em; line-height: 1.0; }
.display-l  { font-size: var(--display-l);  font-weight: 600; letter-spacing: -0.03em;  line-height: 1.05; }
.display-m  { font-size: var(--display-m);  font-weight: 600; letter-spacing: -0.02em;  line-height: 1.15; }
.display-s  { font-size: var(--display-s);  font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; }

.lead {
  font-size: var(--body-l);
  line-height: 1.6;
  color: var(--muted);
  max-width: 60ch;
  font-weight: 400;
  text-wrap: pretty;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--blue);
  letter-spacing: -0.005em;
  margin-bottom: var(--gap-m);
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blue);
}
.eyebrow--xl {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: var(--gap-m);
}
.eyebrow--xl::before {
  width: 10px; height: 10px;
}

/* ===== Layout ===== */
.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
}
.section { padding: var(--gap-xxl) 0; }
.section--tight { padding: var(--gap-xl) 0; }
.section--soft { background: var(--surface-soft); }
.section--warm { background: var(--surface-warm); }

/* ===== Reveal animation ===== */
.reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.7s var(--ease-expo), transform 0.7s var(--ease-expo);
}
.reveal.is-in { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: 0.05s; }
.reveal[data-delay="2"] { transition-delay: 0.10s; }
.reveal[data-delay="3"] { transition-delay: 0.15s; }
.reveal[data-delay="4"] { transition-delay: 0.20s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===== Navigation ===== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 247, 0.85);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid var(--border);
}
.nav__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-m);
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}
/* Explicit pixel height + max-height so nothing else can stretch this */
.brand img {
  height: 36px !important;
  max-height: 36px !important;
  width: auto !important;
  max-width: 200px;
  object-fit: contain;
  display: block;
}
.footer .brand img {
  height: 28px !important;
  max-height: 28px !important;
}
@media (max-width: 720px) {
  .brand img {
    height: 28px !important;
    max-height: 28px !important;
  }
}
.nav__links {
  display: flex;
  gap: var(--gap-l);
  list-style: none;
  margin: 0; padding: 0;
}
.nav__links a {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  transition: color 0.2s var(--ease);
}
.nav__links a:hover { color: var(--ink); }
.nav__actions { display: flex; align-items: center; gap: var(--gap-s); }

/* ===== Nav dropdown (Product) ===== */
.nav__group {
  position: relative;
}
.nav__group__trigger {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 0;
  transition: color 0.2s var(--ease);
}
.nav__group__trigger:hover,
.nav__group:hover .nav__group__trigger,
.nav__group:focus-within .nav__group__trigger {
  color: var(--ink);
}
.nav__group__trigger svg {
  transition: transform 0.25s var(--ease);
}
.nav__group:hover .nav__group__trigger svg,
.nav__group:focus-within .nav__group__trigger svg {
  transform: rotate(180deg);
}
.nav__dropdown {
  position: absolute;
  top: 100%;
  left: -16px;
  min-width: 220px;
  padding: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  box-shadow:
    0 1px 2px rgba(11, 31, 58, 0.04),
    0 12px 28px rgba(11, 31, 58, 0.10);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s var(--ease), transform 0.25s var(--ease), visibility 0s linear 0.2s;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav__group:hover .nav__dropdown,
.nav__group:focus-within .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px);
  transition: opacity 0.2s var(--ease), transform 0.25s var(--ease), visibility 0s linear 0s;
}
.nav__dropdown a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s var(--ease);
}
.nav__dropdown a small {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}
.nav__dropdown a:hover {
  background: var(--blue-soft);
  color: var(--ink);
}

/* Assessment nav link — accent with gradient sparkle */
.nav__link--accent {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  background: var(--grad-spectrum);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: 600 !important;
  position: relative;
}
.nav__link--accent::before {
  content: "✦";
  font-size: 11px;
  color: var(--violet);
  -webkit-text-fill-color: var(--violet);
  background: none;
}
.nav__link--accent:hover {
  filter: brightness(0.85);
}

/* Mobile: dropdown collapses inline */
@media (max-width: 900px) {
  .nav__group__trigger { width: 100%; justify-content: space-between; }
  .nav__dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 var(--gap-s);
    background: transparent;
    margin-top: 6px;
  }
  .nav__dropdown a { padding: 8px 0; color: var(--muted); }
  .nav__dropdown a:hover { background: transparent; color: var(--ink); }
}

.lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  color: var(--faint);
  margin-right: 4px;
}
.lang button {
  color: var(--faint);
  font-size: inherit;
  font-weight: inherit;
  padding: 4px 8px;
  border-radius: var(--r-sm);
  transition: color 0.2s var(--ease), background 0.2s var(--ease), transform 0.15s var(--ease);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.lang button.is-active {
  color: var(--ink);
  background: linear-gradient(135deg, rgba(0, 216, 255, 0.10), rgba(124, 58, 237, 0.10));
}
.lang button:hover { color: var(--ink); }
.lang button.is-just-switched {
  animation: lang-pulse 0.55s var(--ease);
}
@keyframes lang-pulse {
  0%   { transform: scale(1); }
  35%  { transform: scale(1.18); }
  100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .lang button.is-just-switched { animation: none; }
}

.menu-btn { display: none; color: var(--ink); width: 36px; height: 36px; align-items: center; justify-content: center; }
@media (max-width: 880px) {
  .nav__links { display: none; }
  .nav__links--open {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: var(--surface);
    padding: var(--gap-m) var(--gutter);
    gap: var(--gap-s);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
  }
  .menu-btn { display: inline-flex; }
}
/* On narrow phones the nav CTA button is redundant with the hamburger menu — hide it */
@media (max-width: 540px) {
  .nav__actions .btn { display: none; }
  .nav__actions { gap: 6px; }
}
/* Guard against any decorative overflow pushing the page wider than the viewport */
html, body { overflow-x: hidden; max-width: 100vw; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 22px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.005em;
  border-radius: var(--r-md);
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.2s var(--ease);
  white-space: nowrap;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary {
  background: var(--blue);
  color: var(--surface);
  box-shadow: var(--shadow-cta);
}
.btn--primary:hover { background: var(--blue-hover); box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 6px 18px rgba(30, 91, 255, 0.32); }
.btn--ghost {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.btn--ghost:hover { border-color: var(--ink-soft); }
.btn--ghost-light {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--border);
}
.btn--ghost-light:hover { background: var(--surface); border-color: var(--ink-soft); }

.btn--sm { height: 38px; padding: 0 16px; font-size: 14px; }
.btn--lg { height: 56px; padding: 0 28px; font-size: 16px; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-weight: 500;
  font-size: 15px;
  transition: gap 0.25s var(--ease);
}
.link-arrow:hover { gap: 10px; }
.link-arrow::after { content: "→"; transition: transform 0.25s var(--ease); }
.link-arrow:hover::after { transform: translateX(2px); }

/* ===== Hero ===== */
.hero {
  padding: clamp(64px, 9vw, 120px) 0 var(--gap-xxl);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(30, 91, 255, 0.06), transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(247, 244, 238, 0.6), transparent 50%);
  pointer-events: none;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--gap-xl);
  align-items: center;
  position: relative;
}
.hero__copy { max-width: 600px; }
.hero__title { margin: 0; font-size: var(--display-xl); font-weight: 600; letter-spacing: -0.035em; line-height: 1.0; color: var(--ink); }
.hero__title em { font-style: normal; color: var(--blue); }
.hero__lead { margin-top: var(--gap-m); }
.hero__ctas {
  margin-top: var(--gap-l);
  display: flex;
  gap: var(--gap-s);
  flex-wrap: wrap;
}
.hero__assurance {
  margin-top: var(--gap-l);
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}
.hero__assurance span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}
.hero__assurance svg { color: var(--green); }

@media (max-width: 880px) {
  .hero { padding: var(--gap-xl) 0; }
  .hero__grid { grid-template-columns: 1fr; gap: var(--gap-xl); }
}

/* ===== Chat instrument (light) ===== */
.instrument {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.instrument__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.instrument__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.instrument__brand .dot {
  width: 8px; height: 8px;
  background: var(--blue);
  border-radius: 50%;
}
.instrument__model {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
}
.instrument__model::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
}
.instrument__body {
  padding: var(--gap-m);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 240px;
}
.bubble {
  font-size: 14px;
  line-height: 1.55;
  padding: 12px 16px;
  border-radius: 14px;
  max-width: 88%;
}
.bubble--user {
  align-self: flex-end;
  background: var(--surface-soft);
  color: var(--ink);
  border-bottom-right-radius: 4px;
}
.bubble--ai {
  align-self: flex-start;
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--border);
  border-bottom-left-radius: 4px;
  max-width: 92%;
}
.bubble--ai strong { font-weight: 500; display: block; margin-bottom: 6px; color: var(--ink); }
.bubble--ai ul { margin: 0; padding-left: 18px; font-size: 13px; color: var(--muted); }
.bubble--ai li { margin-bottom: 4px; }
.source {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 4px 10px;
  background: var(--blue-soft);
  color: var(--blue);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
}
.source::before { content: "↳"; }
.instrument__input {
  border-top: 1px solid var(--border);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--faint);
  background: var(--bg);
}
.instrument__input::after {
  content: "";
  margin-left: auto;
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M7 11V3M3 7l4-4 4 4' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.tenant-stamp {
  position: absolute;
  top: 14px; right: 50%;
  transform: translateX(50%);
  display: none; /* hide on top — we already have model name */
}
.instrument__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink);
}

/* ===== Trust strip — animated marquee ===== */
.trust-bar {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: var(--gap-l) 0;
  overflow: hidden;
}
.trust-bar__inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 3fr;
  gap: var(--gap-l);
  align-items: center;
}
.trust-bar__label {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  max-width: 22ch;
}
.trust-bar__marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.trust-bar__track {
  display: flex;
  align-items: center;
  gap: var(--gap-xl);
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}
.trust-bar__track:hover { animation-play-state: paused; }
@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .trust-bar__track { animation: none; }
  .trust-bar__marquee { mask-image: none; -webkit-mask-image: none; overflow: visible; }
}
.trust-bar__logo {
  height: 36px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  opacity: 0.78;
  transition: opacity 0.3s var(--ease);
}
.trust-bar__logo:hover { opacity: 1; }
.trust-bar__logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
/* Per-logo visual weight overrides — the source PNGs have different proportions.
   We unify on a single visual logo height; widths flow from each logo's aspect ratio. */
.trust-bar__logo--compenswiss,
.trust-bar__logo--lhc,
.trust-bar__logo--chubb {
  height: 56px;
  width: auto;
}
/* CompenSwiss PNG has whitespace + small descriptive sub-line below the wordmark.
   Scale the image up inside its box and crop from the top so only the wordmark shows. */
.trust-bar__logo--compenswiss img {
  object-position: top center;
  object-fit: contain;
  height: 180%;
  margin-top: -12%;
}
@media (max-width: 720px) {
  .trust-bar__inner { grid-template-columns: 1fr; gap: var(--gap-s); }
  .trust-bar__logo--compenswiss,
  .trust-bar__logo--lhc,
  .trust-bar__logo--chubb {
    height: 44px;
  }
}
.trust-bar__logo {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink-soft);
  letter-spacing: -0.015em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.trust-bar__logo svg { display: block; flex-shrink: 0; }
.trust-bar__logo--compen { letter-spacing: -0.025em; font-weight: 500; }
.trust-bar__logo--compen .accent { color: var(--red); font-weight: 600; }
.trust-bar__logo--lhc {
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 15px;
}
.trust-bar__logo--lhc .pipe { color: var(--gray-400); font-weight: 400; margin: 0 4px; }
.trust-bar__logo--chubb {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: #1A1F4B;
}
.trust-bar__logo--chubb .sub { font-weight: 400; color: var(--muted); margin-left: 4px; }
@media (max-width: 880px) {
  .trust-bar__inner { grid-template-columns: 1fr; gap: var(--gap-m); }
}

/* ===== Section header (reusable) ===== */
.section-head {
  max-width: 720px;
  margin-bottom: var(--gap-xl);
}
.section-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head h2 {
  font-size: var(--display-l);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: var(--gap-m);
}
.section-head .lead { font-size: var(--body-l); color: var(--muted); }

/* ===== Problem cards ===== */
.problem__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-m);
}
.problem-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-l);
  display: flex;
  flex-direction: column;
  gap: var(--gap-m);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
  box-shadow: var(--shadow-sm);
}
.problem-card:hover {
  border-color: var(--ink-soft);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.problem-card__icon {
  width: 44px; height: 44px;
  border-radius: var(--r-md);
  background: var(--blue-soft);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.problem-card h3 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.problem-card p {
  margin: 0;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.55;
}
@media (max-width: 880px) {
  .problem__grid { grid-template-columns: 1fr; }
}

/* ===== Steps ===== */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-l);
  margin-top: var(--gap-l);
}
.step {
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
  position: relative;
  padding-top: var(--gap-l);
  border-top: 1px solid var(--border);
}
.step__num {
  position: absolute;
  top: -1px;
  left: 0;
  height: 2px;
  width: 40px;
  background: var(--blue);
}
.step__label {
  font-size: 12px;
  font-weight: 600;
  color: var(--blue);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.step h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.step p {
  margin: 0;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 36ch;
}
@media (max-width: 880px) {
  .steps { grid-template-columns: 1fr; }
}

/* ===== Showcase tabs ===== */
.showcase {
  background: var(--surface-warm);
  border-radius: var(--r-xl);
  padding: clamp(28px, 4vw, 48px);
}
.showcase__head {
  text-align: center;
  margin-bottom: var(--gap-l);
}
.showcase__head h2 { margin-bottom: var(--gap-s); }
.showcase__tabs {
  display: inline-flex;
  background: var(--surface);
  padding: 4px;
  border-radius: 999px;
  border: 1px solid var(--border);
  margin: 0 auto var(--gap-l);
  display: flex;
  width: fit-content;
  gap: 2px;
}
.showcase__tab {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  border-radius: 999px;
  transition: background 0.25s var(--ease), color 0.25s var(--ease);
}
.showcase__tab:hover { color: var(--ink); }
.showcase__tab.is-active {
  background: var(--ink);
  color: var(--surface);
}
.showcase__panel { display: none; }
.showcase__panel.is-active {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--gap-xl);
  align-items: center;
}
.showcase__caption h3 {
  font-size: var(--display-m);
  margin-bottom: var(--gap-s);
}
.showcase__caption p { margin: 0 0 var(--gap-l); color: var(--muted); }
.showcase__features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--gap-s); }
.showcase__features li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--ink-soft);
}
.showcase__features li svg { color: var(--green); flex-shrink: 0; margin-top: 2px; }
.showcase__head .showcase__tabs { margin-top: var(--gap-l); }

@media (max-width: 880px) {
  .showcase__panel.is-active { grid-template-columns: 1fr; }
}

/* ===== Sovereignty (light, schematic) ===== */
.sov__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--gap-xl);
  align-items: center;
}
.sov__copy h2 { margin-bottom: var(--gap-m); }
.sov__pillars {
  list-style: none;
  padding: 0;
  margin: var(--gap-l) 0 0;
  display: grid;
  gap: var(--gap-m);
}
.sov__pillar {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: flex-start;
}
.sov__pillar svg {
  margin-top: 2px;
  color: var(--blue);
  background: var(--blue-soft);
  padding: 4px;
  border-radius: 8px;
  width: 28px; height: 28px;
}
.sov__pillar h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--ink);
}
.sov__pillar p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  max-width: 48ch;
}
.sov__diagram {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--gap-m);
  box-shadow: var(--shadow-md);
  position: relative;
}
.sov__diagram-cap {
  font-size: 12px;
  color: var(--faint);
  margin: 0 0 var(--gap-s);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--gap-s);
  border-bottom: 1px solid var(--border);
}
@media (max-width: 880px) {
  .sov__grid { grid-template-columns: 1fr; }
}

/* ===== Compliance badges ===== */
.compliance {
  margin-top: var(--gap-xl);
  display: flex;
  gap: var(--gap-l);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.compliance__label {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}
.compliance__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-soft);
  box-shadow: var(--shadow-sm);
}
.compliance__badge svg { color: var(--green); }

/* ===== Metrics ===== */
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap-l);
}
.metric {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-l);
  box-shadow: var(--shadow-sm);
}
.metric__num {
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--ink);
  font-feature-settings: "tnum";
}
.metric__num__suffix { font-size: 0.55em; color: var(--blue); margin-left: 2px; font-weight: 600; }
.metric__label {
  margin-top: var(--gap-s);
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  max-width: 26ch;
}
.metric__source {
  margin-top: 6px;
  font-size: 11px;
  color: var(--faint);
  font-weight: 500;
}
@media (max-width: 880px) {
  .metrics { grid-template-columns: 1fr 1fr; }
}

/* ===== Use cases ===== */
.usecases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-m);
}
.usecase {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-l);
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  box-shadow: var(--shadow-sm);
}
.usecase:hover {
  border-color: var(--blue);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.usecase__role {
  display: inline-flex;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 600;
  color: var(--blue);
  background: var(--blue-soft);
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.01em;
}
.usecase h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.3;
}
.usecase__prompt {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  padding: 10px 12px;
  background: var(--bg);
  border-radius: var(--r-sm);
  border-left: 0;
  line-height: 1.5;
}
@media (max-width: 880px) {
  .usecases { grid-template-columns: 1fr; }
}

/* ===== Testimonials ===== */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-m);
}
.testimonial {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-l);
  display: flex;
  flex-direction: column;
  gap: var(--gap-l);
  box-shadow: var(--shadow-sm);
}
.testimonial__quote {
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.005em;
}
.testimonial__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: var(--gap-m);
  border-top: 1px solid var(--border-soft);
}
.testimonial__avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.005em;
}
.testimonial__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  display: block;
}
.testimonial__role {
  font-size: 13px;
  color: var(--muted);
}
@media (max-width: 880px) {
  .testimonials { grid-template-columns: 1fr; }
}

/* ===== Pricing ===== */
.pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-m);
  max-width: 880px;
  margin: 0 auto;
}
.price {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-xl) var(--gap-l) var(--gap-l);
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.price--featured {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-ring), var(--shadow-md);
}
.price__badge {
  position: absolute;
  top: -10px;
  left: var(--gap-l);
  padding: 4px 10px;
  background: var(--blue);
  color: var(--surface);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.price__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  margin: 0;
  letter-spacing: 0.01em;
}
.price__amount {
  margin: 12px 0 6px;
  font-size: clamp(40px, 4.5vw, 52px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
  font-feature-settings: "tnum";
}
.price__amount__suffix { font-size: 0.34em; color: var(--muted); margin-left: 6px; font-weight: 500; letter-spacing: 0; }
.price__desc { color: var(--muted); font-size: 14px; margin: 0 0 var(--gap-l); }
.price__list {
  list-style: none;
  padding: var(--gap-l) 0 var(--gap-l);
  margin: 0 0 var(--gap-l);
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.price__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--ink-soft);
}
.price__list-item--accent {
  background: linear-gradient(135deg, rgba(0, 216, 255, 0.06), rgba(124, 58, 237, 0.06));
  margin: 0 calc(var(--gap-s) * -1);
  padding: 10px var(--gap-s);
  border-radius: var(--r-md);
  border: 1px solid rgba(124, 58, 237, 0.15);
  color: var(--ink) !important;
}
.price__list-item--accent svg { color: var(--violet); }
.price__list-tag {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 8px;
  background: var(--violet);
  color: var(--surface);
  font-size: 11px;
  font-weight: 600;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.price__list li svg {
  color: var(--green);
  flex-shrink: 0;
  margin-top: 4px;
}
.price .btn { margin-top: auto; }
@media (max-width: 720px) {
  .pricing { grid-template-columns: 1fr; }
}

/* ===== FAQ ===== */
.faq {
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
}
.faq__item { border-bottom: 1px solid var(--border); }
.faq__q {
  width: 100%;
  text-align: left;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-m);
  font-weight: 600;
  font-size: 17px;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.faq__q__plus {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  flex-shrink: 0;
  transition: transform 0.4s var(--ease);
}
.faq__item.is-open .faq__q__plus { transform: rotate(45deg); }
.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s var(--ease-expo);
}
.faq__a__inner { overflow: hidden; }
.faq__a__inner > * {
  padding: 0 0 22px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 70ch;
}
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }

/* ===== Final CTA ===== */
.final-cta {
  background: var(--ink);
  color: var(--surface);
  border-radius: var(--r-xl);
  padding: clamp(48px, 7vw, 88px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(30, 91, 255, 0.25), transparent 60%);
  pointer-events: none;
}
.final-cta__inner { position: relative; z-index: 1; }
.final-cta__title {
  font-size: var(--display-l);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--surface);
  max-width: 22ch;
  margin: 0 auto var(--gap-m);
}
.final-cta__title em { font-style: normal; color: #67D4F0; }
.final-cta__lead {
  font-size: var(--body-l);
  color: rgba(255, 255, 255, 0.72);
  max-width: 56ch;
  margin: 0 auto var(--gap-l);
  line-height: 1.55;
}
.final-cta__actions {
  display: inline-flex;
  gap: var(--gap-s);
  flex-wrap: wrap;
  justify-content: center;
}
.final-cta .btn--ghost {
  background: transparent;
  color: var(--surface);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.final-cta .btn--ghost:hover { border-color: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.05); }

/* ===== Footer ===== */
.footer {
  padding: var(--gap-xl) 0 var(--gap-m);
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--gap-l);
  margin-bottom: var(--gap-xl);
}
.footer__tagline {
  margin: var(--gap-s) 0 0;
  font-size: 14px;
  color: var(--muted);
  max-width: 32ch;
}
.footer__col h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: var(--gap-s);
}
.footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer__col a {
  font-size: 14px;
  color: var(--muted);
  transition: color 0.2s var(--ease);
}
.footer__col a:hover { color: var(--ink); }
.footer__bottom {
  border-top: 1px solid var(--border);
  padding-top: var(--gap-m);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--faint);
}
@media (max-width: 720px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

/* ==========================================================================
   Pilot page
   ========================================================================== */
.pilot-hero {
  padding: clamp(64px, 9vw, 120px) 0 var(--gap-xxl);
  background: linear-gradient(180deg, var(--surface-warm) 0%, var(--bg) 100%);
  position: relative;
  overflow: hidden;
}
.pilot-hero__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.pilot-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: var(--gap-l);
  box-shadow: var(--shadow-sm);
}
.pilot-hero__badge::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--blue);
  animation: pulse 2s var(--ease) infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.pilot-hero__title {
  font-size: var(--display-xl);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.0;
  margin: 0 0 var(--gap-m);
  color: var(--ink);
}
.pilot-hero__title em { font-style: normal; color: var(--blue); }
.pilot-hero__lead {
  font-size: var(--body-l);
  color: var(--muted);
  max-width: 56ch;
  margin: 0 auto var(--gap-l);
  line-height: 1.6;
}
.pilot-hero__ctas {
  display: inline-flex;
  gap: var(--gap-s);
  flex-wrap: wrap;
  justify-content: center;
}
.pilot-hero__meta {
  margin-top: var(--gap-l);
  display: inline-flex;
  gap: var(--gap-l);
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  color: var(--muted);
}
.pilot-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pilot-hero__meta svg { color: var(--green); }

.includes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap-m);
}
.include {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-l);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.include:hover { border-color: var(--blue); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.include__num {
  width: 32px; height: 32px;
  border-radius: var(--r-sm);
  background: var(--blue-soft);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.include h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin-top: 4px;
}
.include p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}
@media (max-width: 880px) {
  .includes { grid-template-columns: 1fr 1fr; }
}

.pilot-form-section {
  background: var(--surface-soft);
  padding: var(--gap-xxl) 0;
}
.pilot-form-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--gap-xl);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.pilot-form-copy h2 { margin-bottom: var(--gap-m); }
.pilot-form-copy ul {
  margin: var(--gap-l) 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pilot-form-copy li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.pilot-form-copy li svg { color: var(--green); flex-shrink: 0; margin-top: 4px; }

.form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--gap-xl);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: var(--gap-m);
}
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-m); }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.field input, .field select, .field textarea {
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--ink);
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: var(--surface);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-ring);
}
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.field textarea { min-height: 90px; resize: vertical; line-height: 1.5; }
.field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235A6B82' fill='none' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.form__note {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 880px) {
  .pilot-form-grid { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
}

/* ==========================================================================
   v3.1 — Wow polish + Lead magnet additions
   ========================================================================== */

/* ===== Hero — Lovable-style vibrant gradient mesh (no video) ===== */
.hero {
  background: var(--bg);
  isolation: isolate;
  position: relative;
  overflow: hidden;
}
.hero > .wrap { position: relative; z-index: 3; }

/* Layer 1: large soft aurora orbs — cyan, vibrant blue, violet */
.hero::before {
  content: "";
  position: absolute;
  inset: -30% -20% -10% -20%;
  background:
    radial-gradient(circle at 78% 18%, rgba(124, 58, 237, 0.55), transparent 35%),
    radial-gradient(circle at 96% 55%, rgba(0, 216, 255, 0.48), transparent 38%),
    radial-gradient(circle at 60% 88%, rgba(30, 91, 255, 0.42), transparent 38%),
    radial-gradient(circle at 22% 25%, rgba(247, 224, 184, 0.45), transparent 50%),
    radial-gradient(circle at 4% 95%, rgba(0, 216, 255, 0.22), transparent 42%);
  filter: blur(70px);
  animation: aurora-drift 24s ease-in-out infinite alternate;
  z-index: 0;
  pointer-events: none;
}
/* Layer 2: Lovable-style noisy mesh detail (smaller punchy orbs) */
.hero__mesh {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.7;
}
.hero__mesh::before, .hero__mesh::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  mix-blend-mode: screen;
}
.hero__mesh::before {
  width: 540px; height: 540px;
  top: -10%; right: 12%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.65), rgba(0, 216, 255, 0.4) 50%, transparent 70%);
  animation: mesh-float-a 20s ease-in-out infinite alternate;
}
.hero__mesh::after {
  width: 460px; height: 460px;
  top: 35%; right: 0%;
  background: radial-gradient(circle, rgba(0, 216, 255, 0.7), rgba(30, 91, 255, 0.45) 50%, transparent 70%);
  animation: mesh-float-b 26s ease-in-out infinite alternate;
}
@keyframes mesh-float-a {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-8%, 6%) scale(1.15); }
}
@keyframes mesh-float-b {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(6%, -8%) scale(1.08); }
}

/* Subtle film grain over the gradient (premium polish) */
.hero__grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* Text-readability scrim — soft white wash on the LEFT to keep copy crisp */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(250, 250, 247, 0.78) 0%, rgba(250, 250, 247, 0.45) 35%, rgba(250, 250, 247, 0) 70%);
  z-index: 2;
  pointer-events: none;
}
@keyframes aurora-drift {
  0%   { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(3%, -3%) scale(1.06); }
  66%  { transform: translate(-2%, 3%) scale(0.96); }
  100% { transform: translate(2%, -1%) scale(1.03); }
}
@media (prefers-reduced-motion: reduce) {
  .hero::before, .hero__mesh::before, .hero__mesh::after { animation: none; }
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(11, 31, 58, 0.045) 1px, transparent 0);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 70% 60% at 30% 40%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 30% 40%, black 30%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.hero > .wrap { position: relative; z-index: 1; }

/* Subtle floating animation on hero instrument */
@keyframes float-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.hero .instrument {
  animation: float-soft 6s var(--ease) infinite;
}

/* ===== Hero ambient video (sits behind copy, low opacity) ===== */
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.42;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 95% 85% at 50% 50%, black 30%, transparent 95%);
  -webkit-mask-image: radial-gradient(ellipse 95% 85% at 50% 50%, black 30%, transparent 95%);
}
@media (prefers-reduced-motion: reduce) {
  .hero__video { display: none; }
}

/* ===== Product hero composite (premium photography, hero right) ===== */
.product-hero {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(11, 31, 58, 0.04),
    0 24px 48px rgba(11, 31, 58, 0.10),
    0 48px 96px rgba(11, 31, 58, 0.08);
  animation: float-soft 7s var(--ease) infinite;
  background: var(--surface);
}
.product-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--r-xl);
}
.product-hero__pin {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.product-hero__pin::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
  animation: pulse 2s var(--ease) infinite;
}

/* ===== Product screenshot (in showcase tabs) ===== */
.shot {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(11, 31, 58, 0.04),
    0 12px 32px rgba(11, 31, 58, 0.08),
    0 32px 64px rgba(11, 31, 58, 0.06);
  background: var(--surface);
  border: 1px solid var(--border);
}
.shot img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== Final CTA — cinematic image background option ===== */
.final-cta--cinema {
  background-color: var(--ink);
  background-image:
    linear-gradient(180deg, rgba(11, 31, 58, 0.55) 0%, rgba(11, 31, 58, 0.35) 40%, rgba(11, 31, 58, 0.85) 100%),
    url("assets/final-cta.jpg");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.final-cta--cinema::before {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(30, 91, 255, 0.4), transparent 60%),
    radial-gradient(ellipse at 0% 0%, rgba(103, 212, 240, 0.18), transparent 50%);
}

/* ===== Pilot vault section background ===== */
.section--vault {
  background-color: var(--ink);
  background-image:
    linear-gradient(90deg, rgba(11, 31, 58, 0.92) 0%, rgba(11, 31, 58, 0.7) 50%, rgba(11, 31, 58, 0.4) 100%),
    url("assets/pilot-vault.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--surface);
  position: relative;
}
.section--vault .guarantee {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.section--vault .guarantee__seal {
  background: var(--surface);
  color: var(--ink);
}
.section--vault .guarantee__seal::before { border-color: var(--surface); }
.section--vault .guarantee__copy h2 { color: var(--surface); }
.section--vault .guarantee__copy p { color: rgba(255, 255, 255, 0.78); }
.section--vault .eyebrow { color: #67D4F0; }
.section--vault .eyebrow::before { background: #67D4F0; }

/* Typewriter — word-by-word reveal in hero chat bubble */
.bubble--ai .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.28s var(--ease-expo), transform 0.28s var(--ease-expo);
}
.bubble--ai .word.is-in {
  opacity: 1;
  transform: translateY(0);
}
.typing-caret {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: var(--blue);
  vertical-align: text-bottom;
  margin-left: 2px;
  animation: caret-blink 0.9s steps(2, jump-none) infinite;
  border-radius: 1px;
  transform: translateY(2px);
}
@keyframes caret-blink {
  0%, 50% { opacity: 1; }
  50.01%, 100% { opacity: 0; }
}
.bubble--ai .source {
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.5s var(--ease-expo), transform 0.5s var(--ease-expo);
}
.bubble--ai.has-typed .source {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .hero .instrument { animation: none; }
}

/* ===== Sovereignty visual — hero vault image ===== */
.sov__visual {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: linear-gradient(180deg, var(--surface-warm) 0%, var(--bg) 100%);
  padding: clamp(20px, 3vw, 36px);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}
.sov__vault-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--r-lg);
  animation: vault-float 9s var(--ease) infinite;
  filter: drop-shadow(0 24px 48px rgba(30, 91, 255, 0.15));
}
@keyframes vault-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(0.3deg); }
}
@media (prefers-reduced-motion: reduce) {
  .sov__vault-img { animation: none; }
}
.sov__visual-cap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--gap-m);
  margin-top: var(--gap-s);
  border-top: 1px solid var(--border-soft);
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 500;
}

/* ===== Architecture diagram — SVG draw-in animation ===== */
.sov__diagram svg [data-draw] {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1.6s var(--ease-expo);
}
.sov__diagram.is-in svg [data-draw] { stroke-dashoffset: 0; }
.sov__diagram svg [data-fade] {
  opacity: 0;
  transform: translateY(4px);
  transform-origin: center;
  transition: opacity 0.7s var(--ease) 0.4s, transform 0.7s var(--ease) 0.4s;
}
.sov__diagram.is-in svg [data-fade] { opacity: 1; transform: translateY(0); }

/* ===== Pilot v4 — Lead Magnet Architecture ===== */

/* Scarcity badge (replaces simple pilot-hero__badge) */
.scarcity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  margin-bottom: var(--gap-l);
}
.scarcity__pip {
  position: relative;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green);
}
.scarcity__pip::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--green);
  opacity: 0.4;
  animation: ping 2s var(--ease) infinite;
}
@keyframes ping {
  0% { transform: scale(0.8); opacity: 0.6; }
  100% { transform: scale(1.6); opacity: 0; }
}
.scarcity__count {
  font-weight: 600;
  color: var(--ink);
}

/* Hero: lead-magnet pilot (with cinematic image background) */
.lm-hero {
  padding: clamp(96px, 12vw, 160px) 0 var(--gap-xxl);
  position: relative;
  overflow: hidden;
  background-color: var(--ink);
  background-image:
    linear-gradient(180deg, rgba(11, 31, 58, 0.55) 0%, rgba(11, 31, 58, 0.35) 50%, rgba(11, 31, 58, 0.85) 100%),
    url("assets/pilot-hero.jpg");
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  color: var(--surface);
  min-height: 92vh;
  display: flex;
  align-items: center;
}
.lm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(11, 31, 58, 0.5), transparent 65%),
    radial-gradient(ellipse at 100% 100%, rgba(30, 91, 255, 0.18), transparent 50%);
  pointer-events: none;
}
.lm-hero > .wrap { position: relative; z-index: 1; }

.lm-hero__inner {
  max-width: 760px;
  margin: 0 auto 0 0;
  text-align: left;
}
.lm-hero__title {
  font-size: clamp(40px, 5.6vw, 80px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.0;
  margin: 0 0 var(--gap-m);
  color: var(--surface);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
}
.lm-hero__title em { font-style: normal; color: #67D4F0; }
.lm-hero__lead {
  font-size: var(--body-l);
  color: rgba(255, 255, 255, 0.85);
  max-width: 56ch;
  margin: 0 0 var(--gap-l);
  line-height: 1.6;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}
.lm-hero__ctas {
  display: inline-flex;
  gap: var(--gap-s);
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lm-hero .btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--surface);
  border-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lm-hero .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.lm-hero__assurance {
  margin-top: var(--gap-l);
  display: flex;
  gap: var(--gap-l);
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}
.lm-hero__assurance span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.lm-hero__assurance svg { color: #67D4F0; }

/* Scarcity badge on dark hero */
.lm-hero .scarcity {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--surface);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.lm-hero .scarcity__count { color: var(--surface); }

/* ===== Outcomes (4 cards: "by day 90 you'll have") ===== */
.outcomes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap-m);
}
.outcome {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-l);
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.outcome:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue);
}
.outcome__icon {
  width: 44px; height: 44px;
  border-radius: var(--r-md);
  background: var(--blue-soft);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.outcome h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.3;
  margin-top: 6px;
}
.outcome p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}
@media (max-width: 880px) { .outcomes { grid-template-columns: 1fr 1fr; } }

/* ===== Value stack ===== */
.stack {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--gap-xl);
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: clamp(32px, 5vw, 56px);
  box-shadow: var(--shadow-md);
}
.stack__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.stack__item {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: var(--gap-m);
  padding: var(--gap-m) 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}
.stack__item:last-of-type { border-bottom: 0; }
.stack__check {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.stack__copy h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 4px;
  color: var(--ink);
}
.stack__copy p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
  max-width: 48ch;
}
.stack__price {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  font-feature-settings: "tnum";
  white-space: nowrap;
  margin-top: 4px;
}
.stack__price del { color: var(--faint); font-weight: 500; }

.stack__summary {
  background: var(--ink);
  color: var(--surface);
  border-radius: var(--r-lg);
  padding: var(--gap-l);
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
  position: sticky;
  top: 100px;
}
.stack__rate-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 5px 12px;
  background: linear-gradient(135deg, rgba(0, 216, 255, 0.18), rgba(124, 58, 237, 0.18));
  border: 1px solid rgba(103, 212, 240, 0.4);
  border-radius: 999px;
  color: #67D4F0;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: var(--gap-s);
}
.stack__rate-note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  line-height: 1.5;
  font-style: italic;
}
.stack__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}
.stack__summary-row strong {
  font-weight: 600;
  color: var(--surface);
  font-size: 15px;
}
.stack__summary-row.is-total {
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
  padding-top: var(--gap-s);
  margin-top: var(--gap-s);
}
.stack__total-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.stack__total {
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--surface);
  font-feature-settings: "tnum";
}
.stack__total-strike {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: line-through;
  margin-bottom: 4px;
}
.stack__pay-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 4px;
}
.stack__pay {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #67D4F0;
  font-feature-settings: "tnum";
}
.stack__pay__suffix {
  font-size: 0.32em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  margin-left: 4px;
  letter-spacing: 0;
}
.stack__save {
  margin-top: var(--gap-s);
  padding: 10px 14px;
  background: rgba(103, 212, 240, 0.12);
  border: 1px solid rgba(103, 212, 240, 0.3);
  border-radius: var(--r-md);
  color: #67D4F0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.stack__cta {
  margin-top: var(--gap-m);
}
@media (max-width: 880px) {
  .stack { grid-template-columns: 1fr; padding: var(--gap-l); }
  .stack__summary { position: static; }
  .stack__item { grid-template-columns: 28px 1fr; }
  .stack__price { grid-column: 2; padding-left: 0; }
}

/* ===== Guarantee block ===== */
.guarantee {
  background: var(--surface-warm);
  border-radius: var(--r-xl);
  padding: clamp(32px, 5vw, 64px);
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: var(--gap-l);
  align-items: center;
}
.guarantee__seal {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.guarantee__seal::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px dashed var(--ink);
  border-radius: 50%;
  opacity: 0.3;
}
.guarantee__copy h2 {
  font-size: var(--display-m);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 var(--gap-s);
}
.guarantee__copy p {
  font-size: var(--body-l);
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.6;
  max-width: 60ch;
}
@media (max-width: 720px) {
  .guarantee { grid-template-columns: 1fr; text-align: center; padding: var(--gap-l); }
  .guarantee__seal { margin: 0 auto; }
}

/* ===== "For you / not for you" two columns ===== */
.fit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-m);
}
.fit__col {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-l);
  box-shadow: var(--shadow-sm);
}
.fit__col--yes {
  border-color: var(--green);
  border-width: 2px;
}
.fit__col h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 var(--gap-m);
  display: flex;
  align-items: center;
  gap: 10px;
}
.fit__col--yes h3 { color: var(--green); }
.fit__col--no h3 { color: var(--ink); }
.fit__col h3 svg {
  width: 24px; height: 24px;
  border-radius: 50%;
  padding: 4px;
}
.fit__col--yes h3 svg { background: rgba(22, 163, 74, 0.12); color: var(--green); }
.fit__col--no h3 svg { background: var(--surface-soft); color: var(--muted); }
.fit__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
}
.fit__list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.5;
  align-items: flex-start;
}
.fit__list li svg { margin-top: 4px; flex-shrink: 0; }
.fit__col--yes .fit__list li svg { color: var(--green); }
.fit__col--no .fit__list li svg { color: var(--faint); }
@media (max-width: 720px) { .fit { grid-template-columns: 1fr; } }

/* ===== Pilot final CTA (extra emphasis) ===== */
.lm-final {
  background: var(--ink);
  color: var(--surface);
  border-radius: var(--r-xl);
  padding: clamp(48px, 7vw, 88px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lm-final::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(30, 91, 255, 0.35), transparent 55%),
    radial-gradient(circle at 0% 100%, rgba(6, 182, 212, 0.18), transparent 55%);
  pointer-events: none;
}
.lm-final__inner { position: relative; z-index: 1; }
.lm-final__title {
  font-size: var(--display-l);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--surface);
  max-width: 22ch;
  margin: 0 auto var(--gap-m);
}
.lm-final__title em { font-style: normal; color: #67D4F0; }
.lm-final__lead {
  font-size: var(--body-l);
  color: rgba(255, 255, 255, 0.72);
  max-width: 56ch;
  margin: 0 auto var(--gap-l);
  line-height: 1.55;
}
.lm-final__meta {
  margin-top: var(--gap-l);
  display: inline-flex;
  gap: var(--gap-l);
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
.lm-final__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lm-final__meta svg { color: #67D4F0; }

/* Pilot section header centered version (reuse) */
.lm-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--gap-xl);
}
.lm-section-head h2 {
  font-size: var(--display-l);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 var(--gap-m);
}
.lm-section-head .lead { margin: 0 auto; }

/* Anchored form block (reused class) */
.form--lm {
  max-width: 760px;
  margin: 0 auto;
}

/* Legal note under in-page forms */
.form__legal { margin: var(--gap-m) 0 0; font-size: 13px; color: var(--ink-3); text-align: center; }
.form__legal a { color: var(--ink-2); text-decoration: underline; }
.btn--block { display: flex; width: 100%; }

/* ==========================================================================
   v3.2 — Trainings page
   ========================================================================== */
.tr-hero {
  padding: clamp(96px, 12vw, 160px) 0 var(--gap-xxl);
  position: relative;
  overflow: hidden;
  background-color: var(--ink);
  background-image:
    linear-gradient(180deg, rgba(11, 31, 58, 0.50) 0%, rgba(11, 31, 58, 0.25) 50%, rgba(11, 31, 58, 0.85) 100%),
    url("assets/trainings-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--surface);
  min-height: 86vh;
  display: flex;
  align-items: center;
}
.tr-hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(11, 31, 58, 0.45), transparent 65%),
    radial-gradient(ellipse at 100% 100%, rgba(124, 58, 237, 0.20), transparent 50%),
    radial-gradient(ellipse at 0% 100%, rgba(0, 216, 255, 0.10), transparent 50%);
  pointer-events: none;
}
.tr-hero > .wrap { position: relative; z-index: 1; }
.tr-hero__inner {
  max-width: 720px;
}
.tr-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--surface);
  margin-bottom: var(--gap-l);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.tr-hero__badge::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--cyan-vibrant);
  box-shadow: 0 0 10px var(--cyan-vibrant);
}
.tr-hero__title {
  font-size: clamp(40px, 5.6vw, 76px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.0;
  margin: 0 0 var(--gap-m);
  color: var(--surface);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
}
.tr-hero__title em {
  font-style: normal;
  color: #67D4F0;
}
.tr-hero__lead {
  font-size: var(--body-l);
  color: rgba(255, 255, 255, 0.85);
  max-width: 56ch;
  margin: 0 0 var(--gap-l);
  line-height: 1.6;
}
.tr-hero__ctas {
  display: inline-flex;
  gap: var(--gap-s);
  flex-wrap: wrap;
}
.tr-hero .btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--surface);
  border-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.tr-hero .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Topics covered (4 cards) */
.topics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap-m);
}
.topic {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-l);
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.topic:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--blue); }
.topic__logo {
  width: 56px; height: 56px;
  border-radius: var(--r-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 8px;
}
.topic__logo svg, .topic__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.topic__logo--oyd {
  background: var(--blue-soft);
  border-color: rgba(30, 91, 255, 0.18);
  color: var(--blue);
}
.topic h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-top: 4px;
}
.topic p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}
.topic__tag {
  margin-top: auto;
  display: inline-flex;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 600;
  color: var(--violet);
  background: var(--violet-soft);
  padding: 4px 10px;
  border-radius: 999px;
}
@media (max-width: 880px) { .topics { grid-template-columns: 1fr 1fr; } }

/* Format types (3 large rows) */
.formats {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-m);
}
.format {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  gap: var(--gap-l);
  padding: var(--gap-l);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  align-items: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.format:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.format__name {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.format__name__num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cyan-vibrant);
  font-weight: 600;
}
.format__name h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.format__desc { font-size: 15px; color: var(--muted); margin: 0; line-height: 1.55; max-width: 60ch; }
.format__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: var(--ink-soft);
  text-align: right;
  font-weight: 500;
}
.format__meta strong { color: var(--blue); font-size: 18px; font-weight: 600; }
@media (max-width: 880px) {
  .format { grid-template-columns: 1fr; text-align: left; }
  .format__meta { text-align: left; }
}

/* Outcomes — what teams will do (3 mini cards) */
.tr-outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-m);
}
.tr-outcome {
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
  padding: var(--gap-m);
  border-radius: var(--r-lg);
  background: var(--violet-soft);
  border: 1px solid rgba(124, 58, 237, 0.18);
}
.tr-outcome__num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--violet);
  text-transform: uppercase;
}
.tr-outcome h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: var(--ink);
}
.tr-outcome p {
  margin: 0;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
}
@media (max-width: 880px) { .tr-outcomes { grid-template-columns: 1fr 1fr; } }

/* ==========================================================================
   v3.3 — AI Maturity Assessment quiz
   ========================================================================== */
.assess-hero {
  padding: clamp(80px, 10vw, 140px) 0 var(--gap-xl);
  position: relative;
  overflow: hidden;
  background: var(--bg);
  isolation: isolate;
}
.assess-hero::before {
  content: "";
  position: absolute;
  inset: -30% -10%;
  background:
    radial-gradient(circle at 20% 25%, rgba(124, 58, 237, 0.32), transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(0, 216, 255, 0.32), transparent 40%),
    radial-gradient(circle at 50% 90%, rgba(30, 91, 255, 0.30), transparent 45%),
    radial-gradient(circle at 90% 80%, rgba(247, 224, 184, 0.4), transparent 50%);
  filter: blur(70px);
  animation: aurora-drift 26s ease-in-out infinite alternate;
  z-index: 0;
}
.assess-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(250, 250, 247, 0.6) 90%);
  z-index: 1;
}
.assess-hero > .wrap { position: relative; z-index: 2; }
.assess-hero__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.assess-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: var(--gap-l);
  box-shadow: var(--shadow-sm);
}
.assess-hero__badge::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--violet);
}
.assess-hero__title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 var(--gap-m);
  color: var(--ink);
}
.assess-hero__title em {
  font-style: normal;
  background: var(--grad-spectrum);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.assess-hero__lead {
  font-size: var(--body-l);
  color: var(--muted);
  max-width: 56ch;
  margin: 0 auto var(--gap-l);
  line-height: 1.6;
}
.assess-hero__meta {
  display: inline-flex;
  gap: var(--gap-l);
  flex-wrap: wrap;
  justify-content: center;
  margin-top: var(--gap-l);
  font-size: 13px;
  color: var(--muted);
}
.assess-hero__meta span { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.assess-hero__meta svg { color: var(--green); }

/* Quiz card */
.assess-stage {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--gutter) var(--gap-xxl);
  position: relative;
  z-index: 3;
}
.assess-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: clamp(28px, 4vw, 48px);
  box-shadow:
    0 1px 2px rgba(11, 31, 58, 0.04),
    0 24px 64px rgba(11, 31, 58, 0.08);
  position: relative;
}
.assess-card[hidden] { display: none; }

/* Progress */
.assess-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-m);
  margin-bottom: var(--gap-l);
}
.assess-progress__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.assess-progress__bar {
  flex: 1;
  height: 4px;
  background: var(--surface-soft);
  border-radius: 99px;
  overflow: hidden;
}
.assess-progress__fill {
  height: 100%;
  background: var(--grad-spectrum);
  border-radius: 99px;
  width: 0%;
  transition: width 0.55s var(--ease-expo);
}
.assess-progress__count {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink);
  font-weight: 600;
  font-feature-settings: "tnum";
}

/* Question + options */
.assess-step {
  animation: assess-fade 0.4s var(--ease-expo);
}
@keyframes assess-fade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.assess-q {
  margin-bottom: var(--gap-s);
}
.assess-q__dim {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--violet);
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.assess-q__text {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--ink);
  margin: 0 0 var(--gap-l);
}
.assess-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.assess-option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), transform 0.15s var(--ease);
  width: 100%;
}
.assess-option:hover {
  border-color: var(--blue);
  background: var(--blue-soft);
  transform: translateX(2px);
}
.assess-option.is-selected {
  border-color: var(--violet);
  background: var(--violet-soft);
}
.assess-option__dot {
  width: 18px; height: 18px;
  border: 2px solid var(--border);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s var(--ease);
}
.assess-option:hover .assess-option__dot { border-color: var(--blue); }
.assess-option.is-selected .assess-option__dot { border-color: var(--violet); }
.assess-option.is-selected .assess-option__dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--violet);
}
.assess-option__text { flex: 1; }

.assess-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--gap-l);
  gap: var(--gap-m);
}
.assess-back {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  background: transparent;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s var(--ease);
}
.assess-back:hover { color: var(--ink); }
.assess-back[disabled] { opacity: 0; pointer-events: none; }

/* Email gate */
.assess-gate__icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--grad-cool);
  color: var(--surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--gap-m);
}
.assess-gate {
  text-align: center;
}
.assess-gate h2 {
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 var(--gap-s);
  line-height: 1.2;
}
.assess-gate p {
  font-size: 16px;
  color: var(--muted);
  max-width: 48ch;
  margin: 0 auto var(--gap-l);
  line-height: 1.55;
}
.assess-gate__form {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
}
.assess-gate__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.assess-gate__field input {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 15px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: var(--surface);
  color: var(--ink);
  text-align: center;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.assess-gate__field input:focus {
  outline: 0;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-ring);
}
.assess-gate__field input::placeholder { color: var(--faint); }
.assess-gate__note {
  font-size: 12px;
  color: var(--muted);
  margin-top: var(--gap-s);
}
.assess-gate__note a { color: var(--blue); text-decoration: underline; }
@media (max-width: 540px) {
  .assess-gate__row { grid-template-columns: 1fr; }
}

/* Result */
.assess-result { text-align: center; }
.assess-result__intro {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: var(--gap-s);
}
.assess-score {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto var(--gap-m);
  display: flex;
  align-items: center;
  justify-content: center;
}
.assess-score svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.assess-score circle { fill: none; stroke-width: 14; }
.assess-score__bg { stroke: var(--surface-soft); }
.assess-score__fg {
  stroke: url(#scoreGradient);
  stroke-linecap: round;
  stroke-dasharray: 565;
  stroke-dashoffset: 565;
  transition: stroke-dashoffset 1.4s var(--ease-expo);
}
.assess-score__num {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--ink);
  font-feature-settings: "tnum";
  line-height: 1;
}
.assess-score__num small {
  font-size: 18px;
  color: var(--muted);
  font-weight: 500;
  margin-left: 4px;
  letter-spacing: 0;
}
.assess-tier-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: var(--gap-m);
}
.assess-tier-badge--aware    { background: var(--blue-soft);   color: var(--blue);   }
.assess-tier-badge--adopting { background: var(--violet-soft); color: var(--violet); }
.assess-tier-badge--operating { background: var(--cyan-soft);   color: #0673A0; }
.assess-tier-badge--mature   { background: rgba(22,163,74,0.10); color: var(--green); }
.assess-result__title {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 0 var(--gap-s);
  line-height: 1.15;
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}
.assess-result__lead {
  font-size: 16px;
  color: var(--muted);
  max-width: 52ch;
  margin: 0 auto var(--gap-l);
  line-height: 1.6;
}
.assess-rec {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-l);
  margin: var(--gap-l) auto 0;
  text-align: left;
  max-width: 560px;
}
.assess-rec__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--violet);
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.assess-rec__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 8px;
}
.assess-rec__body {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 var(--gap-m);
  line-height: 1.55;
}
.assess-rec__ctas {
  display: flex;
  gap: var(--gap-s);
  flex-wrap: wrap;
}

/* Research callout in result */
.assess-research {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: var(--gap-m);
  align-items: flex-start;
  text-align: left;
  max-width: 560px;
  margin: var(--gap-l) auto 0;
  padding: var(--gap-m) var(--gap-l);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.06), rgba(0, 216, 255, 0.06));
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: var(--r-lg);
}
.assess-research__icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--violet-soft);
  color: var(--violet);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.assess-research__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--violet);
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.assess-research__body {
  margin: 0;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* Dimension breakdown bar */
.assess-breakdown {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin: var(--gap-l) auto 0;
  text-align: left;
}
.assess-contact-soon {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: var(--gap-m);
  max-width: 620px;
  margin: var(--gap-xl) auto 0;
  padding: var(--gap-l);
  background: linear-gradient(135deg, rgba(0, 216, 255, 0.06), rgba(124, 58, 237, 0.06));
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: var(--r-lg);
  text-align: left;
}
.assess-contact-soon__icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: var(--ink); color: #fff;
  border-radius: var(--r-md);
}
.assess-contact-soon__label {
  display: block;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 6px;
}
.assess-contact-soon__title {
  font-size: 20px; font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 6px;
}
.assess-contact-soon__body {
  font-size: 14.5px; color: var(--ink-2);
  margin: 0;
  line-height: 1.55;
}
.assess-dim {
  display: grid;
  grid-template-columns: 140px 1fr 32px;
  gap: 12px;
  align-items: center;
  font-size: 13px;
}
.assess-dim__name { color: var(--ink); font-weight: 500; }
.assess-dim__bar {
  height: 6px;
  background: var(--surface-soft);
  border-radius: 99px;
  overflow: hidden;
}
.assess-dim__fill {
  height: 100%;
  background: var(--grad-cool);
  border-radius: 99px;
  width: 0%;
  transition: width 1s var(--ease-expo);
}
.assess-dim__score { font-family: var(--font-mono); color: var(--muted); text-align: right; font-size: 12px; }

/* ==========================================================================
   v3.6 — Landing page WOW hero (interactive assessment teaser)
   ========================================================================== */
.land-hero {
  position: relative;
  padding: clamp(80px, 11vw, 140px) 0 clamp(48px, 6vw, 88px);
  background: var(--bg);
  isolation: isolate;
  overflow: hidden;
}
.land-hero > .wrap { position: relative; z-index: 3; }

/* Vibrant gradient mesh (Lovable-style) */
.land-hero::before {
  content: "";
  position: absolute;
  inset: -25% -15%;
  background:
    radial-gradient(circle at 18% 22%, rgba(124, 58, 237, 0.55), transparent 35%),
    radial-gradient(circle at 82% 18%, rgba(0, 216, 255, 0.55), transparent 38%),
    radial-gradient(circle at 55% 95%, rgba(30, 91, 255, 0.45), transparent 40%),
    radial-gradient(circle at 5% 70%, rgba(247, 224, 184, 0.40), transparent 50%),
    radial-gradient(circle at 95% 75%, rgba(0, 216, 255, 0.30), transparent 42%);
  filter: blur(70px);
  animation: aurora-drift 24s ease-in-out infinite alternate;
  z-index: 0;
  pointer-events: none;
}
/* Soft white veil so text and card stay perfectly readable */
.land-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(250, 250, 247, 0.50) 0%, rgba(250, 250, 247, 0.20) 40%, rgba(250, 250, 247, 0.70) 100%);
  z-index: 1;
  pointer-events: none;
}

.land-hero__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Signature glass sculpture — floats in the hero, decorative */
.land-hero__sculpture {
  position: absolute;
  top: -8%;
  right: -12%;
  width: 56%;
  max-width: 720px;
  z-index: 1;
  opacity: 0.85;
  pointer-events: none;
  mix-blend-mode: multiply;
  animation: float-soft 9s var(--ease) infinite;
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 55% 45%, black 35%, transparent 85%);
  mask-image: radial-gradient(ellipse 70% 70% at 55% 45%, black 35%, transparent 85%);
}
.land-hero__sculpture--mirror {
  top: auto;
  bottom: -10%;
  right: auto;
  left: -10%;
  width: 38%;
  opacity: 0.55;
  transform: scaleX(-1);
  animation-delay: -3s;
}
@media (max-width: 880px) {
  .land-hero__sculpture { width: 80%; opacity: 0.45; top: auto; bottom: -8%; right: -25%; }
  .land-hero__sculpture--mirror { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .land-hero__sculpture { animation: none; }
}

/* v2 hero (brand promise + two CTAs) */
.land-hero__inner--centered { text-align: center; align-items: center; }
.land-hero__title--brand {
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.0;
  margin: var(--gap-m) 0 var(--gap-s);
  max-width: 18ch;
}
.land-hero__title--brand em {
  font-style: normal;
  background: var(--grad-spectrum);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.land-hero__ctas {
  display: flex; flex-wrap: wrap; gap: var(--gap-s);
  justify-content: center;
  margin: var(--gap-l) 0 var(--gap-m);
}
@media (max-width: 540px) {
  .land-hero__ctas { flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; margin-left: auto; margin-right: auto; }
}

/* Differentiator cards (Why us) */
.differentiators {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-l);
  margin-top: var(--gap-xl);
}
@media (max-width: 880px) { .differentiators { grid-template-columns: 1fr; } }
.diff-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-l);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.diff-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.25);
  box-shadow: 0 24px 60px -24px rgba(11, 31, 58, 0.18);
}
.diff-card__icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, rgba(0, 216, 255, 0.10), rgba(124, 58, 237, 0.10));
  color: var(--blue);
  margin-bottom: var(--gap-m);
}
.diff-card h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 var(--gap-xs);
}
.diff-card p {
  font-size: 15px;
  color: var(--ink-2);
  margin: 0;
  line-height: 1.6;
}

/* Assessment band (compact tool offer) */
.assess-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--gap-l);
  align-items: center;
  padding: clamp(24px, 3vw, 36px) clamp(28px, 4vw, 48px);
  background: linear-gradient(135deg, rgba(0, 216, 255, 0.06), rgba(124, 58, 237, 0.06));
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: var(--r-xl);
}
@media (max-width: 720px) {
  .assess-band { grid-template-columns: 1fr; text-align: center; }
  .assess-band .btn { justify-self: center; }
}
.assess-band__eyebrow {
  display: block;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--blue);
  margin-bottom: var(--gap-xs);
}
.assess-band__title {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}
.assess-band__lead {
  font-size: 15px;
  color: var(--ink-2);
  margin: 0;
  max-width: 64ch;
}

.land-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: var(--gap-l);
  box-shadow: var(--shadow-sm);
}
.land-hero__pill::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 10px var(--violet);
}
.land-hero__title {
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0 auto var(--gap-m);
  color: var(--ink);
  max-width: 16ch;
}
.land-hero__title em {
  font-style: normal;
  background: var(--grad-spectrum);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.land-hero__sub {
  font-size: clamp(17px, 1.4vw, 20px);
  color: var(--muted);
  max-width: 56ch;
  margin: 0 auto var(--gap-l);
  line-height: 1.55;
}

/* Interactive teaser card (Q1 inline) */
.teaser {
  max-width: 680px;
  margin: var(--gap-l) auto 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: clamp(20px, 3vw, 32px);
  box-shadow:
    0 1px 2px rgba(11, 31, 58, 0.04),
    0 16px 48px rgba(11, 31, 58, 0.08),
    0 32px 80px rgba(124, 58, 237, 0.06);
  text-align: left;
  position: relative;
  overflow: hidden;
}
.teaser::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--grad-spectrum);
}
.teaser__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--gap-s);
}
.teaser__progress-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--violet);
  font-weight: 600;
}
.teaser__progress-count {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
}
.teaser__dim {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--violet);
  background: var(--violet-soft);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.teaser__q {
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--ink);
  margin: 0 0 var(--gap-m);
}
.teaser__options {
  display: grid;
  gap: 8px;
}
.teaser__option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), transform 0.15s var(--ease);
  width: 100%;
}
.teaser__option:hover {
  border-color: var(--violet);
  background: var(--violet-soft);
  transform: translateX(3px);
}
.teaser__option__dot {
  width: 18px; height: 18px;
  border: 2px solid var(--border);
  border-radius: 50%;
  flex-shrink: 0;
  transition: border-color 0.2s var(--ease);
}
.teaser__option:hover .teaser__option__dot { border-color: var(--violet); }
.teaser__option__text { flex: 1; }
.teaser__option__arrow {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--faint);
  opacity: 0;
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}
.teaser__option:hover .teaser__option__arrow {
  opacity: 1;
  color: var(--violet);
  transform: translateX(3px);
}
.teaser__foot {
  margin-top: var(--gap-m);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.teaser__foot a { color: var(--blue); font-weight: 500; }
.teaser__foot a:hover { text-decoration: underline; }

/* Hero meta strip */
.land-hero__meta {
  margin-top: var(--gap-l);
  display: inline-flex;
  gap: var(--gap-l);
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  color: var(--muted);
}
.land-hero__meta span { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.land-hero__meta svg { color: var(--green); }

@media (max-width: 540px) {
  .teaser { padding: 18px; }
  .teaser__option { padding: 12px 14px; font-size: 14px; }
}

/* ==========================================================================
   v3.5 — Landing page (new index.html)
   ========================================================================== */

/* Offer grid (3 offerings: Platform / Trainings / Pilot) */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-m);
}
.offer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
  padding: 0 0 var(--gap-l);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.offer::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--grad-spectrum);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
  z-index: 2;
}
.offer:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.offer:hover::after { opacity: 1; }
.offer__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--surface-soft);
}
.offer__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease);
}
.offer:hover .offer__thumb img { transform: scale(1.03); }
.offer__tag {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 600;
  color: var(--blue);
  background: var(--blue-soft);
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  margin: var(--gap-l) var(--gap-l) 0;
}
.offer__tag--accent {
  background: linear-gradient(135deg, rgba(0, 216, 255, 0.18), rgba(124, 58, 237, 0.18));
  color: var(--violet);
  border: 1px solid rgba(124, 58, 237, 0.22);
}
.offer h3 {
  margin: 0 var(--gap-l);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.offer p {
  margin: 0 var(--gap-l);
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  flex: 1;
}
.offer__cta {
  margin: 0 var(--gap-l);
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-weight: 600;
  font-size: 14px;
  transition: gap 0.25s var(--ease);
}
.offer:hover .offer__cta { gap: 10px; }
.offer__cta::after { content: "→"; }
@media (max-width: 880px) { .offer-grid { grid-template-columns: 1fr; } }

/* The bet — single statement section */
.bet {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.bet__title {
  font-size: var(--display-xl);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: var(--gap-l) auto var(--gap-m);
  max-width: 22ch;
}
.bet__title em {
  font-style: normal;
  background: var(--grad-spectrum);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bet__lead {
  font-size: var(--body-l);
  color: var(--muted);
  line-height: 1.6;
  max-width: 60ch;
  margin: 0 auto var(--gap-l);
}

/* ===== Three-card "ways to start" section (replaces hero carousel idea) ===== */
.ways-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-m);
}
.way {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
  overflow: hidden;
}
.way::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--grad-spectrum);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
.way:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.way:hover::after { opacity: 1; }
.way__num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--violet);
  text-transform: uppercase;
}
.way h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
}
.way p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.way__cta {
  margin-top: auto;
  padding-top: var(--gap-s);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-weight: 600;
  font-size: 14px;
  transition: gap 0.25s var(--ease);
}
.way:hover .way__cta { gap: 10px; }
.way__cta::after { content: "→"; }
@media (max-width: 880px) { .ways-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   v3.4 — Assessment popup (slide-in toast, brand gradient)
   ========================================================================== */
.oyd-popup {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 200;
  max-width: 380px;
  width: calc(100% - 48px);
  transform: translateY(120%) scale(0.96);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.6s var(--ease-expo),
    opacity 0.4s var(--ease);
}
.oyd-popup.is-open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}
.oyd-popup__card {
  position: relative;
  background: var(--ink);
  color: var(--surface);
  border-radius: var(--r-xl);
  padding: 22px 22px 20px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(11, 31, 58, 0.10),
    0 24px 64px rgba(11, 31, 58, 0.30),
    0 8px 24px rgba(124, 58, 237, 0.18);
  isolation: isolate;
}
/* Animated brand gradient mesh inside the card */
.oyd-popup__card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 25% 25%, rgba(0, 216, 255, 0.55), transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(124, 58, 237, 0.55), transparent 45%),
    radial-gradient(circle at 60% 90%, rgba(30, 91, 255, 0.45), transparent 45%);
  filter: blur(40px);
  opacity: 0.6;
  z-index: -1;
  animation: aurora-drift 18s ease-in-out infinite alternate;
}
.oyd-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px; height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: var(--surface);
  font-size: 14px;
  transition: background 0.2s var(--ease);
  z-index: 2;
}
.oyd-popup__close:hover { background: rgba(255, 255, 255, 0.22); }
.oyd-popup__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  margin-bottom: 10px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.oyd-popup__pill::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #67D4F0;
  box-shadow: 0 0 8px #67D4F0;
}
.oyd-popup__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 6px;
  color: var(--surface);
  max-width: 22ch;
}
.oyd-popup__title em { font-style: normal; color: #67D4F0; }
.oyd-popup__lead {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 14px;
  line-height: 1.5;
  max-width: 36ch;
}
.oyd-popup__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  padding: 0 18px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
  border-radius: var(--r-md);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.oyd-popup__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 216, 255, 0.25);
}
.oyd-popup__cta::after { content: "→"; transition: transform 0.2s var(--ease); }
.oyd-popup__cta:hover::after { transform: translateX(3px); }
.oyd-popup__meta {
  margin-top: 10px;
  display: flex;
  gap: 12px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.62);
}
.oyd-popup__meta span { display: inline-flex; align-items: center; gap: 4px; }
.oyd-popup__meta svg { color: #67D4F0; }

@media (max-width: 540px) {
  .oyd-popup { right: 12px; bottom: 12px; left: 12px; width: auto; max-width: none; }
}

/* ==========================================================================
   v3.6 — Legal pages (privacy + terms)
   ========================================================================== */
.legal-hero {
  padding: clamp(80px, 10vw, 140px) 0 var(--gap-xl);
  background: linear-gradient(180deg, var(--surface-warm) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--border);
}
.legal-hero__inner { max-width: 760px; margin: 0 auto; text-align: left; }
.legal-hero__eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--violet);
  font-weight: 600;
  margin-bottom: var(--gap-m);
  display: inline-block;
}
.legal-hero__title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 var(--gap-m);
  color: var(--ink);
}
.legal-hero__meta {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}

.legal-doc {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--gap-xl) var(--gutter) var(--gap-xxl);
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.legal-doc h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: var(--gap-xl);
  margin-bottom: var(--gap-s);
  padding-top: var(--gap-m);
  border-top: 1px solid var(--border);
}
.legal-doc h2:first-of-type { padding-top: 0; border-top: 0; margin-top: 0; }
.legal-doc h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin-top: var(--gap-m);
  margin-bottom: 8px;
}
.legal-doc p { margin: 0 0 var(--gap-s); }
.legal-doc ul, .legal-doc ol {
  margin: 0 0 var(--gap-s);
  padding-left: 1.5rem;
}
.legal-doc li { margin-bottom: 6px; }
.legal-doc a { color: var(--blue); text-decoration: underline; }
.legal-doc strong { color: var(--ink); font-weight: 600; }
.legal-doc__placeholder {
  background: var(--violet-soft);
  color: var(--violet);
  padding: 1px 6px;
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
}
.legal-doc__toc {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--gap-m);
  margin-bottom: var(--gap-xl);
}
.legal-doc__toc h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin: 0 0 var(--gap-s);
}
.legal-doc__toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  counter-reset: toc;
}
.legal-doc__toc ol li::before {
  counter-increment: toc;
  content: counter(toc, decimal-leading-zero) " · ";
  color: var(--violet);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  margin-right: 6px;
}
.legal-doc__toc a { font-size: 13px; color: var(--ink-soft); text-decoration: none; }
.legal-doc__toc a:hover { color: var(--blue); text-decoration: underline; }
@media (max-width: 720px) {
  .legal-doc__toc ol { grid-template-columns: 1fr; }
}

/* ===== A11y ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .scarcity__pip::after, .pilot-hero__badge::before, .tr-hero__badge::before, .assess-hero::before, .oyd-popup__card::before { animation: none; }
}

/* ==========================================================================
   MOBILE-NATIVE OVERHAUL  (≤ 720px)
   Replaces the desktop-down responsive feel with a phone-first treatment:
   compact spacing, weighty primary CTAs, icon-led cards, swipeable
   testimonials, full-screen menu and a persistent bottom-bar CTA.
   ========================================================================== */

/* ---------- A · Sticky bottom CTA bar ---------- */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  padding: 10px var(--gutter) max(10px, env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  backdrop-filter: blur(14px) saturate(180%);
  border-top: 1px solid var(--border);
  z-index: 90;
  transform: translateY(110%);
  transition: transform 0.32s cubic-bezier(0.22, 0.7, 0.2, 1);
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .btn {
  width: 100%;
  height: 52px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  background: linear-gradient(135deg, #1E5BFF 0%, #7C3AED 100%);
  border: 0;
  color: #fff;
  box-shadow: 0 8px 24px -8px rgba(30, 91, 255, 0.45);
}
.sticky-cta .btn:hover { transform: none; }

@media (max-width: 720px) {
  .sticky-cta { display: block; }
  body { padding-bottom: 76px; }
  body.no-sticky-cta { padding-bottom: 0; }
  body.no-sticky-cta .sticky-cta { display: none !important; }
}

/* ---------- Mobile-only short CTA labels ---------- */
.cta-text--short { display: none; }
@media (max-width: 540px) {
  .cta-text--full { display: none; }
  .cta-text--short { display: inline; }
}

/* ---------- Mobile-native scoped tweaks ---------- */
@media (max-width: 720px) {

  /* C · Section padding cut in half */
  .section { padding: clamp(44px, 11vw, 64px) 0; }
  .section--soft { padding: clamp(44px, 11vw, 64px) 0; }
  .section--tight { padding: clamp(28px, 8vw, 44px) 0; }

  /* G · Weighty primary buttons */
  .btn--lg {
    height: 52px;
    font-size: 15px;
    padding: 0 22px;
  }
  .btn--primary {
    background: linear-gradient(135deg, #1E5BFF 0%, #7C3AED 100%);
    box-shadow: 0 2px 0 rgba(0,0,0,0.05), 0 10px 24px -6px rgba(30, 91, 255, 0.42);
  }
  .btn--primary:hover { background: linear-gradient(135deg, #1E5BFF 0%, #7C3AED 100%); }

  /* B · Compact landing hero */
  .land-hero { padding-top: 56px; padding-bottom: 24px; min-height: auto; }
  .land-hero__pill { font-size: 12px; padding: 5px 12px; }
  .land-hero__title--brand {
    font-size: clamp(34px, 9.5vw, 46px);
    line-height: 1.04;
    letter-spacing: -0.04em;
    margin: 16px 0 14px;
  }
  .land-hero__sub {
    font-size: 14.5px;
    line-height: 1.55;
    max-width: 100%;
    margin: 0 0 22px;
  }
  .land-hero__ctas {
    gap: 10px;
    margin: 0 0 18px;
    max-width: none;
    width: 100%;
  }
  .land-hero__ctas .btn { width: 100%; }
  .land-hero__meta {
    flex-direction: column;
    gap: 8px;
    font-size: 12.5px;
    align-items: flex-start;
    text-align: left;
    margin-top: 12px;
  }
  .land-hero__meta > span { justify-content: flex-start; }

  /* D · Compact offer cards (drop hero image, icon-led) */
  .offer-grid { gap: 14px; }
  .offer {
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: auto;
  }
  .offer__thumb { display: none; }
  .offer__tag {
    align-self: flex-start;
    font-size: 11px;
    padding: 4px 11px;
    margin: 0;
  }
  .offer h3 { font-size: 19px; margin: 0; }
  .offer p { font-size: 14px; line-height: 1.55; margin: 0; }
  .offer__cta { font-size: 14px; }

  /* E · Testimonials = horizontal swipe carousel */
  .testimonials {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    margin: 0 calc(var(--gutter) * -1);
    padding: 0 var(--gutter) 6px;
  }
  .testimonials::-webkit-scrollbar { display: none; }
  .testimonial {
    flex: 0 0 86%;
    scroll-snap-align: start;
    padding: 22px;
    gap: 16px;
  }
  .testimonial__quote { font-size: 16px; }

  /* F · Full-screen hamburger menu */
  .nav__links--open {
    position: fixed;
    inset: 64px 0 0 0;
    top: 64px;
    height: calc(100dvh - 64px);
    width: 100%;
    padding: 28px var(--gutter) max(28px, env(safe-area-inset-bottom));
    background: var(--surface);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    border: 0;
    box-shadow: none;
    z-index: 100;
    overflow-y: auto;
  }
  .nav__links--open li { width: 100%; }
  .nav__links--open a {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: var(--ink);
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
    width: 100%;
  }
  .nav__links--open a:hover { color: var(--blue); }
  .nav__link--accent { color: var(--blue) !important; }

  /* Lock background scroll when the menu overlay is open */
  body.menu-open { overflow: hidden; }

  /* Hide the inline scroll-to-form anchor (CTA buttons already do this on mobile) */
  body.menu-open .nav__actions .btn { display: none; }

  /* Trust-bar logos a touch smaller on phones for breathing room */
  .trust-bar__inner { gap: var(--gap-m); }

  /* Final CTA tightening */
  .final-cta__title { font-size: clamp(28px, 7.5vw, 38px) !important; }
  .final-cta__lead { font-size: 15px; }
  .final-cta__actions { gap: 10px; }
  .final-cta__actions .btn { width: 100%; }

  /* The reality / bet section */
  .bet__title { font-size: clamp(32px, 9vw, 44px); line-height: 1.05; }
  .bet__lead { font-size: 15px; }

  /* Assess band — already compact, just nudge */
  .assess-band { padding: 22px; }
  .assess-band__title { font-size: 22px; }
}

/* ==========================================================================
   MOBILE-NATIVE OVERHAUL — ROUND 2 (premium editorial pass, ≤ 720px)
   Inspired by Apple, Linear, Stripe, Lovable: one statement per screen,
   huge typography, less chrome, slower more confident reveals.
   ========================================================================== */

@media (max-width: 720px) {

  /* ---------- 1. Editorial hero ---------- */
  /* Drop the pill decoration, make h1 a 3-line statement, kill the
     trust-meta trio inside the hero (those move to a dedicated band). */
  .land-hero .land-hero__pill { display: none; }
  .land-hero .land-hero__meta { display: none; }

  .land-hero { padding-top: 72px; padding-bottom: 32px; }
  .land-hero__inner--centered { text-align: left; align-items: flex-start; }

  .land-hero__title--brand {
    font-size: clamp(48px, 14vw, 64px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.045em;
    margin: 8px 0 18px;
    max-width: none;
  }

  .land-hero__sub {
    font-size: 16px;
    line-height: 1.5;
    color: var(--ink-2);
    margin: 0 0 28px;
    max-width: 32ch;
    text-align: left;
  }

  /* CTA group: one full-width primary, secondary becomes a text link */
  .land-hero__ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .land-hero__ctas .btn--ghost {
    height: auto;
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: var(--ink-2);
    font-size: 15px;
    font-weight: 500;
    justify-content: flex-start;
  }
  .land-hero__ctas .btn--ghost:hover { color: var(--blue); background: transparent; }

  /* Animated scroll-down indicator at the bottom of the hero */
  .land-hero::after {
    content: "";
    position: absolute;
    bottom: 12px; left: 50%;
    width: 1px; height: 32px;
    background: linear-gradient(to bottom, transparent, var(--ink-3));
    transform: translateX(-50%);
    animation: scroll-pulse 2.4s ease-in-out infinite;
  }
  @keyframes scroll-pulse {
    0%, 100% { opacity: 0.3; transform: translateX(-50%) translateY(0); }
    50%      { opacity: 0.85; transform: translateX(-50%) translateY(4px); }
  }
  @media (prefers-reduced-motion: reduce) {
    .land-hero::after { animation: none; }
  }

  /* ---------- 2. Editorial "By the numbers" band ---------- */
  /* New section right after trust bar — huge typographic stats. */
  .stat-band {
    background: var(--ink);
    color: #fff;
    padding: clamp(56px, 14vw, 88px) 0;
    position: relative;
    overflow: hidden;
  }
  .stat-band::before {
    content: "";
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 40% at 30% 0%, rgba(0, 216, 255, 0.18), transparent),
      radial-gradient(ellipse 50% 35% at 100% 100%, rgba(124, 58, 237, 0.20), transparent);
    pointer-events: none;
  }
  .stat-band__inner { position: relative; display: grid; gap: 40px; }
  .stat {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 20px;
  }
  .stat__num {
    font-size: clamp(64px, 22vw, 110px);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 0.95;
    background: linear-gradient(135deg, #00D8FF 0%, #7C3AED 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0 0 8px;
  }
  .stat__label {
    font-size: 15px;
    color: rgba(255,255,255,0.78);
    margin: 0;
    line-height: 1.4;
    max-width: 28ch;
  }

  /* ---------- 3. Hero gradient mesh that breathes ---------- */
  .land-hero__sculpture { display: none; }
  .land-hero {
    background:
      radial-gradient(ellipse 80% 60% at 20% 0%, rgba(0, 216, 255, 0.20), transparent 60%),
      radial-gradient(ellipse 70% 50% at 100% 100%, rgba(124, 58, 237, 0.22), transparent 60%),
      var(--surface);
    background-size: 200% 200%;
    animation: mesh-drift 18s ease-in-out infinite;
  }
  @keyframes mesh-drift {
    0%, 100% { background-position: 0% 0%, 100% 100%; }
    50%      { background-position: 30% 20%, 70% 80%; }
  }
  @media (prefers-reduced-motion: reduce) {
    .land-hero { animation: none; }
  }

  /* ---------- 4. Editorial reality / final-CTA sections ---------- */
  /* Bigger statement titles, more confident scale */
  .bet { padding: 0; }
  .bet__title {
    font-size: clamp(44px, 13vw, 60px) !important;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-align: left;
    max-width: 18ch;
  }
  .bet__lead {
    font-size: 16px;
    text-align: left;
    max-width: 36ch;
    margin: 18px 0 22px;
  }
  .bet { text-align: left; }
  .bet .eyebrow { justify-content: flex-start; }

  .final-cta__inner { padding: 32px 24px; text-align: left; }
  .final-cta__title {
    font-size: clamp(40px, 12vw, 56px) !important;
    line-height: 1.0;
    letter-spacing: -0.04em;
    text-align: left;
    max-width: 18ch;
  }
  .final-cta__lead {
    text-align: left;
    max-width: 36ch;
    margin: 16px 0 24px;
  }
  .final-cta__actions { flex-direction: column; }

  /* ---------- 5. Section transitions: dramatic but tasteful ---------- */
  .reveal {
    transform: translateY(28px);
    transition:
      opacity 0.7s cubic-bezier(0.22, 0.7, 0.2, 1),
      transform 0.7s cubic-bezier(0.22, 0.7, 0.2, 1);
  }
  .reveal.is-in { transform: translateY(0); }

  /* ---------- 6. Section-heads: left-aligned, larger eyebrows ---------- */
  .section-head,
  .section-head--center { text-align: left; }
  .section-head h2 {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    max-width: 22ch;
  }
  .section-head .lead {
    font-size: 15px;
    max-width: 38ch;
    margin-left: 0 !important;
  }
  .section-head .eyebrow { justify-content: flex-start; }

  /* ---------- 7. Offer cards: tinted accent ---------- */
  /* Each card gets a soft brand-tinted top border and a hairline shadow. */
  .offer {
    border-radius: 18px;
    border: 1px solid var(--border);
    box-shadow: 0 12px 32px -16px rgba(11, 31, 58, 0.12);
    position: relative;
    overflow: hidden;
  }
  .offer::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--grad-spectrum);
    opacity: 0.85;
  }

  /* ---------- 8. Sticky CTA: refined ---------- */
  .sticky-cta {
    padding: 12px var(--gutter) max(12px, env(safe-area-inset-bottom));
  }
  .sticky-cta .btn { height: 54px; font-size: 16px; }

  /* ---------- 9. Nav: cleaner top bar on mobile ---------- */
  .nav { backdrop-filter: blur(14px) saturate(180%); -webkit-backdrop-filter: blur(14px) saturate(180%); background: rgba(255,255,255,0.86); }

  /* ---------- 10. Trust bar: tighter and quieter ---------- */
  .trust-bar { padding: 22px 0; }
  .trust-bar__label { font-size: 12px; text-align: left; margin-bottom: 12px; }
}

/* Desktop: hide the mobile stat-band */
@media (min-width: 721px) {
  .stat-band--mobile { display: none; }
}

/* ==========================================================================
   .disclosure — reusable progressive-disclosure pattern
   Built on native <details>/<summary>. Lives as full cards on desktop,
   collapses into tap-to-expand accordions on mobile.

   Usage:
     <details class="disclosure">
       <summary>
         <span class="disclosure__icon">…</span>
         <span class="disclosure__title">Title</span>
         <span class="disclosure__chevron"></span>
       </summary>
       <div class="disclosure__body">… body content + CTA …</div>
     </details>

   On desktop, force-open with [open] or via CSS so the body always shows.
   On mobile (≤ 720px), summary is a clickable header, body collapses.
   ========================================================================== */

/* Strip the default disclosure arrow on all platforms */
.disclosure > summary { list-style: none; cursor: pointer; }
.disclosure > summary::-webkit-details-marker { display: none; }
.disclosure > summary::marker { content: ''; }

/* Desktop: full card, body always visible (acts like a normal card) */
@media (min-width: 721px) {
  .disclosure {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--gap-l);
    overflow: hidden;
    position: relative;
  }
  .disclosure > summary {
    display: block;
    cursor: default;
  }
  .disclosure__chevron { display: none; }
  .disclosure__body { display: block !important; height: auto !important; opacity: 1 !important; }
}

/* Mobile: tight accordion */
@media (max-width: 720px) {
  .disclosure-grid { display: flex; flex-direction: column; gap: 10px; }

  .disclosure {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
  }
  .disclosure[open] {
    border-color: rgba(124, 58, 237, 0.25);
    box-shadow: 0 12px 28px -16px rgba(11, 31, 58, 0.16);
  }

  .disclosure > summary {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    min-height: 60px;
    -webkit-tap-highlight-color: transparent;
  }
  .disclosure > summary:active { background: rgba(0, 0, 0, 0.02); }

  .disclosure__icon {
    width: 36px; height: 36px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(0,216,255,0.12), rgba(124,58,237,0.12));
    color: var(--blue);
    flex-shrink: 0;
  }
  .disclosure__icon svg { display: block; }

  .disclosure__title {
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.3;
    letter-spacing: -0.005em;
  }

  .disclosure__chevron {
    width: 20px; height: 20px;
    position: relative;
    flex-shrink: 0;
    transition: transform 0.32s cubic-bezier(0.22, 0.7, 0.2, 1);
    color: var(--ink-2);
  }
  .disclosure__chevron::before,
  .disclosure__chevron::after {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 10px; height: 1.6px;
    background: currentColor;
    border-radius: 1px;
    transform-origin: center;
  }
  .disclosure__chevron::before { transform: translate(-50%, -50%); }
  .disclosure__chevron::after  { transform: translate(-50%, -50%) rotate(90deg); transition: transform 0.32s cubic-bezier(0.22, 0.7, 0.2, 1); }
  .disclosure[open] .disclosure__chevron::after { transform: translate(-50%, -50%) rotate(0deg); }

  .disclosure__body {
    padding: 0 20px 20px;
    color: var(--ink-2);
    font-size: 14.5px;
    line-height: 1.55;
    animation: disclosure-in 0.35s cubic-bezier(0.22, 0.7, 0.2, 1);
  }
  .disclosure__body p { margin: 0 0 14px; }
  .disclosure__body p:last-child { margin-bottom: 0; }
  .disclosure__body .btn,
  .disclosure__body .offer__cta {
    margin-top: 4px;
    display: inline-flex;
  }
  .disclosure__body .offer__cta { color: var(--blue); font-weight: 500; font-size: 14px; }

  @keyframes disclosure-in {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @media (prefers-reduced-motion: reduce) {
    .disclosure__chevron::after,
    .disclosure__body { animation: none; transition: none; }
  }
}

/* ==========================================================================
   .offer rendered as <details class="disclosure offer">
   Desktop: behave like the old flat card (image + tag + title + body + cta
   all visible). Mobile: behave as accordion (handled by .disclosure rules).
   ========================================================================== */
@media (min-width: 721px) {
  details.offer { padding: 0 0 var(--gap-l); }
  details.offer > summary { display: block; padding: 0; cursor: default; }
  details.offer > summary::-webkit-details-marker { display: none; }
  details.offer > summary::marker { display: none; }
  details.offer .disclosure__icon,
  details.offer .disclosure__chevron { display: none; }
  details.offer .disclosure__title {
    margin: 0 var(--gap-l);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--ink);
  }
  details.offer .disclosure__body {
    display: block !important;
    padding: 0;
    margin-top: var(--gap-s);
  }
  details.offer .disclosure__body p {
    margin: 0 var(--gap-l) var(--gap-s);
    font-size: 14px;
    color: var(--muted);
    line-height: 1.55;
  }
  details.offer .disclosure__body .offer__cta {
    margin: 6px var(--gap-l) 0;
  }
  /* Restore lift-on-hover behaviour now that the offer isn't an <a> */
  details.offer:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
  details.offer:hover::after { opacity: 1; }
}

/* Mobile: hide the desktop thumbnail (icon + chevron carry the visual). */
@media (max-width: 720px) {
  details.offer .offer__thumb { display: none; }
  details.offer .offer__tag {
    margin: 0;
    grid-column: 2 / 3;
    grid-row: 1;
    align-self: flex-start;
    justify-self: flex-start;
  }
  /* Restructure summary grid on mobile to fit icon + tag stacked over title + chevron */
  details.offer > summary {
    grid-template-columns: 40px 1fr auto;
    grid-template-rows: auto auto;
    row-gap: 4px;
    padding: 16px 18px;
  }
  details.offer .disclosure__icon { grid-row: 1 / 3; grid-column: 1; align-self: center; }
  details.offer .disclosure__title { grid-column: 2 / 3; grid-row: 2; margin: 0; font-size: 16px; }
  details.offer .disclosure__chevron { grid-column: 3; grid-row: 1 / 3; align-self: center; }
  details.offer .disclosure__body {
    padding: 0 18px 18px 18px;
  }
  details.offer .disclosure__body .offer__cta {
    margin: 6px 0 0;
    color: var(--blue);
    font-weight: 600;
  }
  /* Remove the offer's gradient top accent (covered by disclosure border) */
  details.offer::after { display: none; }
  details.offer::before { display: none; }
}

/* ==========================================================================
   .topic and .format rendered as <details class="disclosure ...">
   Same dual-rendering pattern as .offer.
   ========================================================================== */
@media (min-width: 721px) {
  details.topic,
  details.format {
    /* keep existing card look */
  }
  /* Summary acts as the upper portion of the card, vertical column like
     the original .topic / .format flex containers. */
  details.topic > summary,
  details.format > summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-s);
    cursor: default;
    padding: 0;
  }
  details.topic > summary { gap: 12px; }
  details.format > summary { gap: 8px; }
  details.topic .disclosure__title,
  details.format .disclosure__title {
    display: block;
    margin: 0;
  }
  details.topic .disclosure__title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1.25;
    color: var(--ink);
  }
  details.format .disclosure__title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--ink);
  }
  details.topic .topic__tag,
  details.format .format__meta {
    align-self: flex-start;
    margin-top: 0;
  }
  /* Description text under the summary header */
  details.topic .disclosure__body p,
  details.format .disclosure__body .format__desc {
    font-size: 14px;
    color: var(--muted);
    margin: 0;
    line-height: 1.55;
  }
  details.topic .disclosure__body { margin-top: var(--gap-s); }
  details.format .disclosure__body { margin-top: 8px; }
  details.format .disclosure__body .format__meta {
    margin-top: 12px;
    font-size: 12.5px;
    color: var(--muted);
  }
  details.topic > summary::-webkit-details-marker,
  details.format > summary::-webkit-details-marker { display: none; }
  details.topic .disclosure__chevron,
  details.format .disclosure__chevron { display: none; }
  details.topic .disclosure__title,
  details.format .disclosure__title { font-size: inherit; color: inherit; font-weight: inherit; }
  details.topic .disclosure__body,
  details.format .disclosure__body { display: block !important; padding: 0; }
  /* Topics: keep the original .topic__logo 56×56 boxed icon — strip only the
     disclosure-tinted background so the topic style is what shows on desktop. */
  details.topic .disclosure__icon {
    background: var(--surface);
    width: 56px; height: 56px;
    border-radius: var(--r-md);
    border: 1px solid var(--border);
    padding: 8px;
  }
  details.topic .disclosure__icon img,
  details.topic .disclosure__icon svg {
    width: 100%; height: 100%; object-fit: contain; display: block;
  }
  /* Formats: keep the numeric badge styling */
  details.format .disclosure__icon {
    background: linear-gradient(135deg, rgba(0,216,255,0.10), rgba(124,58,237,0.10));
    color: var(--blue);
    font-weight: 700;
    width: 48px; height: 48px;
    border-radius: var(--r-md);
    display: inline-flex; align-items: center; justify-content: center;
  }
}

@media (max-width: 720px) {
  /* Topics: use the icon image inside .disclosure__icon, normalize to 36px square */
  details.topic .disclosure__icon { padding: 4px; }
  details.topic .disclosure__icon img { max-width: 28px; max-height: 28px; object-fit: contain; }
  details.topic > summary {
    grid-template-columns: 40px 1fr auto;
    align-items: center;
  }
  details.topic .topic__tag {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: flex-start;
    justify-self: flex-start;
    margin-left: 50px;
    font-size: 10.5px;
    padding: 3px 9px;
  }

  /* Formats: numeric icon, no image */
  details.format .disclosure__icon {
    background: linear-gradient(135deg, rgba(0,216,255,0.10), rgba(124,58,237,0.10));
    color: var(--blue);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  details.format .format__meta {
    margin-top: 12px;
    font-size: 12.5px;
    color: var(--muted);
  }
  /* Topics + Formats: keep desktop's section transformation off */
  details.topic::before,
  details.format::before,
  details.topic::after,
  details.format::after { display: none; }
}

/* ==========================================================================
   Landing offer cards — restore desktop whole-card clickability.
   The <details class="disclosure offer"> on desktop is just a visual card,
   not an accordion (body force-shown via CSS). We need clicking anywhere
   on the card to navigate, like the original <a class="offer"> did.
   ========================================================================== */
.offer__link {
  display: none;
}
@media (min-width: 721px) {
  details.offer { position: relative; cursor: pointer; }
  .offer__link {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 5;
    /* Hide accessible name on visual but expose to AT */
    text-indent: -9999px;
    overflow: hidden;
  }
  /* Make sure the inner CTA still works as a redundant focusable link */
  details.offer .disclosure__body .offer__cta { position: relative; z-index: 6; }
  /* Image lift on hover restored for the whole card */
  details.offer:hover { transform: translateY(-4px); }
  details.offer:hover .offer__thumb img { transform: scale(1.03); }
}

/* ==========================================================================
   MOBILE CLEANUP PASS — ROUND 3 (≤ 720px)
   Fixes every section that's still desktop-sized on mobile. No desktop edits.
   ========================================================================== */

@media (max-width: 720px) {

  /* --- Universal safety: every image flows --- */
  img { max-width: 100%; height: auto; }

  /* --- Any 2/3/4-column grid that hasn't been adapted yet stacks --- */
  .pricing,
  .usecases,
  .problem__grid,
  .steps__grid,
  .outcomes,
  .fit,
  .hero__grid,
  .showcase__grid {
    display: block !important;
  }
  .pricing > *,
  .usecases > *,
  .problem__grid > *,
  .steps__grid > *,
  .outcomes > *,
  .showcase__grid > *,
  .fit > * {
    width: 100% !important;
    margin-bottom: 14px;
  }

  /* --- Product hero --- */
  .hero { padding-top: 80px; padding-bottom: 28px; }
  .hero__title { font-size: clamp(40px, 11vw, 54px); line-height: 1.0; letter-spacing: -0.04em; }
  .hero__lead { font-size: 15px; max-width: 100%; }
  .hero__ctas { flex-direction: column; gap: 10px; }
  .hero__ctas .btn { width: 100%; }
  .hero__assurance { font-size: 12.5px; flex-direction: column; align-items: flex-start; gap: 6px; margin-top: 16px; }
  .hero__assurance > span { justify-content: flex-start; }

  /* --- Problem cards (product page) --- */
  .problem-card { padding: 22px 20px; }
  .problem-card__icon { width: 40px; height: 40px; }
  .problem-card h3 { font-size: 17px; margin: 0 0 8px; line-height: 1.3; }
  .problem-card p { font-size: 14px; line-height: 1.55; }

  /* --- How it works steps --- */
  .step { padding: 22px 20px; }
  .step h3, .step__title { font-size: 18px; line-height: 1.25; }
  .step p { font-size: 14px; line-height: 1.55; }

  /* --- Showcase (chat/agents/meetings tabs) --- */
  .showcase__tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    margin: 0 calc(var(--gutter) * -1) var(--gap-m);
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    scroll-snap-type: x mandatory;
  }
  .showcase__tabs::-webkit-scrollbar { display: none; }
  .showcase__tab { flex-shrink: 0; font-size: 13px; padding: 8px 14px; scroll-snap-align: start; }
  .showcase__panel { grid-template-columns: 1fr !important; gap: 18px; }
  .showcase__caption { padding: 0; }
  .showcase__caption h3 { font-size: 22px; line-height: 1.2; margin: 0 0 10px; }
  .showcase__caption p { font-size: 15px; }
  .showcase__features li { font-size: 13.5px; }
  .showcase__screen img { border-radius: 12px; }

  /* --- Sovereignty section --- */
  .sov { padding: 0; }
  .sov h2 { font-size: clamp(28px, 8vw, 36px); line-height: 1.1; }
  .sov__diagram, .sov img { width: 100%; height: auto; }
  .sov__bullets li { font-size: 14px; }

  /* --- Use cases (by role) --- */
  .usecase { padding: 20px 18px; }
  .usecase h3 { font-size: 17px; }
  .usecase p { font-size: 14px; line-height: 1.55; }

  /* --- Pricing cards (stack & tighten) --- */
  .price {
    padding: 24px 22px;
    margin-bottom: 14px;
  }
  .price__name { font-size: 14px; }
  .price__amount { font-size: clamp(42px, 12vw, 56px); line-height: 1; }
  .price__list-item, .price__list li { font-size: 14px; line-height: 1.5; }

  /* --- Pilot hero / pricing stack --- */
  .pilot-hero { padding-top: 80px; padding-bottom: 32px; }
  .pilot-hero__title { font-size: clamp(36px, 10vw, 50px); line-height: 1.0; }
  .pilot-hero__lead { font-size: 15px; }
  .stack-grid, .stack__split { display: block; }
  .stack-card, .stack-card--price {
    padding: 24px 22px;
    margin-bottom: 14px;
  }
  .stack-card__amount, .stack__price {
    font-size: clamp(48px, 14vw, 72px) !important;
    line-height: 1;
  }
  .stack__list-item { font-size: 14px; padding: 12px 0; }
  .stack__list-item strong { font-size: 14.5px; }

  /* --- Outcomes (trainings page) --- */
  .outcome { padding: 20px 18px; }
  .outcome h3 { font-size: 17px; }
  .outcome p { font-size: 14px; }

  /* --- Metrics (trainings) --- */
  .metrics { grid-template-columns: 1fr 1fr; gap: 18px; }
  .metric__num { font-size: clamp(34px, 10vw, 44px); }
  .metric__label { font-size: 12.5px; line-height: 1.4; }
  .metric__source { font-size: 11px; }

  /* --- FAQ accordion --- */
  .faq__item { padding: 14px 0; }
  .faq__q { font-size: 15.5px; line-height: 1.35; padding-right: 28px; }
  .faq__a { font-size: 14px; line-height: 1.55; padding-top: 10px; }
  .faq__icon { width: 18px; height: 18px; }

  /* --- Forms (compact) --- */
  .form .field input,
  .form .field select,
  .form .field textarea {
    font-size: 16px; /* prevents iOS Safari zoom on focus */
  }
  .form__row { display: flex; flex-direction: column; gap: 14px; }
  .form .field { width: 100%; }
  .form .field label { font-size: 13px; margin-bottom: 6px; }
  .lm-section-head .eyebrow { justify-content: flex-start; }
  .lm-section-head h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  .lm-section-head .lead { font-size: 15px; }
  .form button[type="submit"] { width: 100%; }

  /* --- Footer --- */
  .footer { padding: 40px 0 24px; }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  .footer__col:first-child { grid-column: 1 / -1; }
  .footer__col h4 { font-size: 12px; margin-bottom: 12px; }
  .footer__col li a { font-size: 14px; }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    margin-top: 24px;
  }

  /* --- Assessment hero polish --- */
  .assess-hero { padding-top: 72px; padding-bottom: 32px; }
  .assess-hero__title { font-size: clamp(36px, 11vw, 52px); line-height: 1.0; }
  .assess-hero__lead { font-size: 15px; }
  .assess-hero__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 12.5px;
  }

  /* --- Assessment quiz card --- */
  .assess-card { padding: 22px 18px; }
  .assess-q__text { font-size: 20px; line-height: 1.25; }
  .assess-options { gap: 8px; }
  .assess-option { padding: 14px 16px; font-size: 14px; }
  .assess-gate { padding: 22px 18px; }
  .assess-gate h2 { font-size: 22px; line-height: 1.2; }
  .assess-gate p { font-size: 14px; }
  .assess-result { padding: 24px 18px; }
  .assess-result__title { font-size: 22px; line-height: 1.2; }
  .assess-result__lead { font-size: 14.5px; }
  .assess-rec__title { font-size: 18px; }
  .assess-rec__body { font-size: 14px; }
  .assess-research__body { font-size: 13.5px; }

  /* --- Legal pages: tighten the doc body --- */
  .legal-hero { padding-top: 80px; padding-bottom: 32px; }
  .legal-hero__title { font-size: clamp(32px, 9vw, 42px); }
  .legal-doc { padding: 32px 0 56px; }
  .legal-doc h2 { font-size: 19px; margin-top: 28px; }
  .legal-doc p, .legal-doc li { font-size: 14.5px; line-height: 1.6; }

  /* --- Section heads everywhere tighten --- */
  .section-head h2 { font-size: clamp(28px, 8vw, 38px); line-height: 1.05; letter-spacing: -0.025em; }
  .section-head .lead { font-size: 15px; line-height: 1.5; }
  .section-head { margin-bottom: 24px; }

  /* --- Force any rogue button to be full-width-ish & tappable --- */
  .btn--lg { min-height: 50px; }

  /* --- Tighten anything still using big gaps --- */
  .wrap { padding-left: 20px; padding-right: 20px; }
}

/* ==========================================================================
   MOBILE DESIGN SYSTEM OVERRIDE  (≤ 720px)
   This block redefines the design tokens at the mobile breakpoint so the
   ENTIRE site uses a coherent spacing + typography scale automatically.
   Every component that uses var(--gap-l), var(--display-xl), var(--r-lg),
   etc. inherits the smaller mobile values without per-component patches.
   ========================================================================== */
@media (max-width: 720px) {

  /* The whole grammar of the site, scaled */
  :root {
    --gap-xs: 6px;
    --gap-s:  12px;
    --gap-m:  18px;
    --gap-l:  24px;
    --gap-xl: 36px;
    --gap-xxl: 56px;     /* every <section> gets 56px top + 56px bottom */
    --gutter: 20px;
    --r-sm: 8px;
    --r-md: 12px;
    --r-lg: 16px;
    --r-xl: 18px;
    --display-xl: 40px;
    --display-l:  30px;
    --display-m:  24px;
    --display-s:  20px;
  }

  /* Universal rhythm: section padding everywhere identical */
  .section,
  .section--soft,
  .section--tight {
    padding-top: var(--gap-xxl);
    padding-bottom: var(--gap-xxl);
  }

  /* Universal card surface: all cards share the same look */
  .offer,
  .topic,
  .format,
  .problem-card,
  .step,
  .usecase,
  .outcome,
  .price,
  .stack-card,
  .testimonial,
  .diff-card,
  .form-block,
  .assess-card {
    padding: var(--gap-l);
    border-radius: var(--r-lg);
  }

  /* Universal title hierarchy across pages */
  h1, .land-hero__title--brand, .hero__title, .tr-hero__title,
  .pilot-hero__title, .assess-hero__title, .legal-hero__title {
    font-size: var(--display-xl);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }
  h2, .section-head h2, .bet__title, .final-cta__title,
  .form-block__title, .lm-section-head h2 {
    font-size: var(--display-l);
    line-height: 1.1;
    letter-spacing: -0.03em;
  }
  h3 { font-size: var(--display-s); line-height: 1.25; letter-spacing: -0.015em; }

  /* Body copy + leads share the same scale */
  .lead, .hero__lead, .land-hero__sub, .tr-hero__lead,
  .pilot-hero__lead, .assess-hero__lead, .legal-doc p,
  .legal-doc li, .bet__lead, .final-cta__lead,
  .section-head .lead {
    font-size: 15px;
    line-height: 1.55;
    max-width: 36ch;
  }

  /* Universal button height + tap target */
  .btn { min-height: 48px; }
  .btn--lg { min-height: 52px; font-size: 15px; }
  .btn--sm { min-height: 40px; }

  /* All forms breathe the same way */
  .form .field { width: 100%; }
  .form .field input,
  .form .field select,
  .form .field textarea {
    font-size: 16px;          /* prevents iOS focus-zoom */
    padding: 12px 14px;
    min-height: 48px;
  }
  .form__row {
    display: flex;
    flex-direction: column;
    gap: var(--gap-m);
  }

  /* Eyebrows everywhere consistent */
  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--blue);
  }

  /* Tighter wrap gutter everywhere */
  .wrap { padding-left: var(--gutter); padding-right: var(--gutter); }
}

/* ==========================================================================
   Cookie notice — minimal essential-only banner (nLPD / GDPR friendly)
   ========================================================================== */
.cookie-notice {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 95;
  max-width: 460px;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  backdrop-filter: blur(14px) saturate(180%);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 24px 60px -16px rgba(11, 31, 58, 0.18);
  transform: translateY(140%);
  transition: transform 0.4s cubic-bezier(0.22, 0.7, 0.2, 1);
}
.cookie-notice.is-visible { transform: translateY(0); }
.cookie-notice__inner { display: flex; flex-direction: column; gap: 12px; }
.cookie-notice__text {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-2);
}
.cookie-notice__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.cookie-notice__link {
  font-size: 13px;
  color: var(--ink-2);
  text-decoration: underline;
  flex-shrink: 0;
}
.cookie-notice__link:hover { color: var(--blue); }
.cookie-notice__btns { display: flex; gap: 8px; margin-left: auto; }
.cookie-notice__btn {
  padding: 8px 16px;
  background: var(--ink);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.cookie-notice__btn:hover { background: var(--blue); }
.cookie-notice__btn--ghost {
  background: transparent;
  color: var(--ink-2);
  border-color: var(--border);
}
.cookie-notice__btn--ghost:hover { background: var(--surface-soft); color: var(--ink); border-color: var(--ink-soft); }
@media (max-width: 720px) {
  .cookie-notice {
    left: 12px; right: 12px;
    bottom: 88px; /* sit above sticky CTA */
    padding: 14px 16px;
    max-width: none;
  }
  body.no-sticky-cta .cookie-notice { bottom: 12px; }
  .cookie-notice__btns { width: 100%; margin-left: 0; }
  .cookie-notice__btns .cookie-notice__btn { flex: 1; }
  .cookie-notice__link { width: 100%; order: -1; }
}

/* Subtle styling for study citation links on metrics */
.metric__source a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(11, 31, 58, 0.25);
  text-underline-offset: 2px;
  transition: text-decoration-color 0.2s var(--ease), color 0.2s var(--ease);
}
.metric__source a:hover { color: var(--blue); text-decoration-color: var(--blue); }

/* ==========================================================================
   CTA BUTTON COHERENCE
   Ensure every CTA cluster (hero, final CTA, assess hero, etc.) renders
   buttons with consistent sizing. Stacked = full-width. Side-by-side =
   equal flex-basis so the two buttons share width evenly.
   ========================================================================== */

/* All CTA clusters use CSS grid so paired buttons share IDENTICAL width
   regardless of text length (grid columns are equal by definition). */
.hero__ctas,
.tr-hero__ctas,
.pilot-hero__ctas,
.lm-hero__ctas,
.final-cta__actions {
  display: grid;
  gap: 12px;
  max-width: 560px;     /* cap so buttons don't sprawl on wide screens */
}

/* Desktop: two equal columns side-by-side */
@media (min-width: 721px) {
  .hero__ctas,
  .tr-hero__ctas,
  .pilot-hero__ctas,
  .lm-hero__ctas,
  .final-cta__actions {
    grid-template-columns: 1fr 1fr;
  }
  .hero__ctas > .btn,
  .tr-hero__ctas > .btn,
  .pilot-hero__ctas > .btn,
  .lm-hero__ctas > .btn,
  .final-cta__actions > .btn {
    width: 100%;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Mobile: single column, stacked. Buttons fill the column. */
@media (max-width: 720px) {
  .hero__ctas,
  .tr-hero__ctas,
  .pilot-hero__ctas,
  .lm-hero__ctas,
  .final-cta__actions {
    grid-template-columns: 1fr;
    max-width: none;
  }
  .hero__ctas > .btn,
  .tr-hero__ctas > .btn,
  .pilot-hero__ctas > .btn,
  .lm-hero__ctas > .btn,
  .final-cta__actions > .btn {
    width: 100% !important;
    justify-content: center;
  }
}

/* Landing hero — desktop: 2 equal columns (mobile keeps its special
   ghost-as-text-link treatment defined elsewhere). */
@media (min-width: 721px) {
  .land-hero__ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .land-hero__ctas > .btn {
    width: 100%;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
