@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-regular-1.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-medium-1.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-semibold-1.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("/assets/fonts/inter-display-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("/assets/fonts/inter-display-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Display";
  src: url("/assets/fonts/inter-display-semibold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Switzer";
  src: url("/assets/fonts/switzer-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("/assets/fonts/switzer-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("/assets/fonts/switzer-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("/assets/fonts/switzer-medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("/assets/fonts/switzer-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #f75505;
  --orange-mid: #f87209;
  --orange-deep: rgb(120, 10, 4);
  --white: #ffffff;
  --glass: rgba(0, 0, 0, 0.4);
  --glass-border: rgba(255, 255, 255, 0.22);
  --pill-bg: rgba(0, 0, 0, 0.35);
  --pill-border: rgba(255, 255, 255, 0.22);
  --font: "Switzer", "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Inter Display", "Switzer", ui-sans-serif, system-ui, sans-serif;
  --font-brand: "Inter Display", "Switzer", ui-sans-serif, system-ui, sans-serif;
  --ease-silk: cubic-bezier(0.16, 1, 0.3, 1);
  --ink: #0a1020;
  --black-warm: rgb(6, 1, 0);
  --max: 640px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.45, 0.64, 1);
  --ease-snappy: cubic-bezier(0.25, 0.9, 0.35, 1);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --chrome-h: var(--safe-top);
  --touch-min: 48px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: var(--font);
  font-weight: 400;
  letter-spacing: -0.022em;
  background: var(--orange-deep);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1, "liga" 1, "ss01" 1;
  font-variant-ligatures: common-ligatures;
  -webkit-tap-highlight-color: transparent;
}

button, input { font: inherit; color: inherit; }

button, .option, .wa-btn, a.btn {
  touch-action: manipulation;
}

.scroll-root {
  height: 100dvh;
  height: 100svh;
  height: -webkit-fill-available;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.scroll-root.scroll-native {
  scroll-behavior: smooth;
  scroll-snap-type: none;
}

.funnel {
  position: relative;
  min-height: 100dvh;
  background: var(--orange-deep);
}

/* Growxy Liquid Gradient (WebGL) + zip fallback PNG */
.growxy-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--orange-deep);
}

.growxy-bg--fallback {
  background:
    var(--orange-deep)
    url("/assets/bg/growxy-fallback.png") center / cover no-repeat;
}

.growxy-bg--fallback #mesh-canvas {
  display: none;
}

#mesh-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.bg-grain {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  mix-blend-mode: soft-light;
}

.stage {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:
    calc(1.25rem + var(--safe-top))
    calc(1.25rem + var(--safe-right))
    calc(1.5rem + var(--safe-bottom))
    calc(1.25rem + var(--safe-left));
}

.stage:has(#screen-welcome.active) {
  align-items: center;
  justify-content: center;
  padding-top: calc(1rem + var(--safe-top));
}

.screen-hero.active {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
}

.hero-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 0.85rem;
}

/* Centered horizontal lockup — on silk above dark tile */
.viewble-lockup,
.viewble-rail {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0;
  pointer-events: none;
}

.viewble-mark {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.48rem 1.45rem;
  border-radius: 999px;
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.15rem, 9vw, 3.35rem);
  color: var(--white);
  -webkit-text-fill-color: var(--white);
  -webkit-text-stroke: 0;
  background: rgb(6, 1, 0);
  border: 1px solid rgba(255, 255, 255, 0.28);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 0 7px rgba(255, 255, 255, 0.16),
    0 0 16px rgba(255, 255, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: pillGlowBreathe 3.6s ease-in-out infinite;
  user-select: none;
}

.viewble-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 28%,
    rgba(255, 255, 255, 0.16) 50%,
    transparent 72%
  );
  transform: translateX(-130%);
  animation: ctaSheen 3.8s var(--ease-silk) infinite;
  pointer-events: none;
  z-index: 0;
}

.viewble-edition {
  margin: 0.42rem 0 0;
  font-family: var(--font);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgb(6, 1, 0);
}

.hero-shell .hero-tile {
  width: 100%;
  flex: none;
}

/* Readability vignette — warm black, fades into orange silk (no grey box) */
.hero-tile,
.screen:not(.screen-hero).active {
  position: relative;
  isolation: isolate;
  width: 100%;
  padding: clamp(1.35rem, 4vw, 2rem) clamp(1.15rem, 3.5vw, 1.65rem);
  border-radius: 24px;
  border: none;
  background: radial-gradient(
    ellipse 100% 110% at 50% 42%,
    rgba(6, 1, 0, 0.93) 0%,
    rgba(6, 1, 0, 0.82) 52%,
    rgba(6, 1, 0, 0.35) 82%,
    transparent 100%
  );
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-tile::before,
.screen:not(.screen-hero).active::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(
    ellipse 100% 90% at 50% 50%,
    rgba(247, 85, 5, 0.08) 0%,
    transparent 70%
  );
}

.hero-tile::after,
.screen:not(.screen-hero).active::after {
  display: none;
}

.hero-tile > *,
.screen:not(.screen-hero).active > * {
  position: relative;
  z-index: 1;
}

.hero-tile .viewble-edition,
.hero-tile .copy-block--hook,
.hero-tile .copy-block,
.hero-tile .fine-print,
.hero-tile .tag,
.screen:not(.screen-hero).active .tag,
.screen:not(.screen-hero).active .copy-block,
.screen:not(.screen-hero).active .copy-block--sm,
.screen:not(.screen-hero).active #quiz-hint {
  color: var(--white);
}

.hero-tile .hook-flash {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.22);
}

.screen {
  display: none;
  width: min(var(--max), 100%);
  will-change: opacity, transform;
}

.screen.active {
  display: block;
  animation: screenIn 0.78s var(--ease-out) both;
}

.screen.exit {
  animation: screenOut 0.48s var(--ease) both;
  pointer-events: none;
}

@keyframes screenIn {
  from {
    opacity: 0;
    transform: translateY(32px) scale(0.972);
    filter: blur(12px);
  }
  60% {
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes screenOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  to {
    opacity: 0;
    transform: translateY(-18px) scale(0.978);
    filter: blur(8px);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(20px) scale(0.97);
  transition:
    opacity 0.72s var(--ease-out),
    transform 0.72s var(--ease-spring);
  transition-delay: calc(var(--d, 0) * 0.07s + 0.04s);
}

.reveal--hero {
  transform: translateY(32px) scale(0.96);
  transition-duration: 0.88s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Fallback: show welcome content if JS animation never runs */
.screen-hero.active .reveal {
  animation: revealSafety 0s 2.2s forwards;
}

@keyframes revealSafety {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.reveal--up.is-visible {
  transform: translateY(0) scale(1);
}

/* Hero label pill */
.hook-flash {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hook-flash__tick {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--white);
  flex-shrink: 0;
}

.hook-flash__text {
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--white);
}

/* legacy alias */
.viewble-hero {
  margin: 0 0 1.1rem;
}

.hero-hook {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 0;
}

.hero-hook .hero-mega {
  margin-top: 0;
  text-align: center;
}

.hero-hook .hero-mega .line {
  text-align: center;
}

.hero-hook .copy-block--hook {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.15rem;
  max-width: 32ch;
  text-align: center;
}

.hero-footnote {
  margin: 0.7rem 0 0;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.4;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
}

.hero-hook .cta-kinetic {
  width: 100%;
  max-width: 100%;
}

.hero-mega {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 11vw, 4.35rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.hero-mega .line { display: block; overflow: hidden; padding-bottom: 0.06em; }

.hero-mega .word,
.hero-mega .line-inner {
  color: var(--white);
}

.hero-mega .line-inner {
  display: block;
  transform: translateY(115%) scale(0.92);
  opacity: 0;
  animation: heroLineReveal 1.05s var(--ease-out) forwards;
  animation-delay: calc(0.12s + var(--li) * 0.14s);
}

@keyframes heroLineReveal {
  0% {
    opacity: 0;
    transform: translateY(115%) scale(0.92);
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.copy-block {
  margin: 0 0 1.5rem;
  max-width: 38ch;
  font-family: var(--font);
  font-size: clamp(1.02rem, 2.8vw, 1.12rem);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: -0.028em;
  color: var(--white);
}

.copy-block--hook {
  max-width: none;
  font-weight: 500;
  color: var(--white);
  line-height: 1.48;
}

.copy-block--hook strong,
.copy-block strong {
  color: var(--white);
  font-weight: 600;
}

.copy-block--sm {
  font-family: var(--font);
  font-size: clamp(1rem, 2.6vw, 1.06rem);
  font-weight: 400;
  max-width: 44ch;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.62;
  letter-spacing: -0.024em;
}

.fill-text .word {
  display: inline-block;
  color: var(--white);
  opacity: 0;
  filter: blur(10px);
  transform: translateY(0.35em);
  transition:
    opacity 0.62s var(--ease-out),
    filter 0.72s var(--ease-out),
    transform 0.62s var(--ease-spring);
  transition-delay: calc(var(--wi, 0) * 0.042s + 0.06s);
}

.fill-text:not(.is-filled) .word {
  opacity: 0;
}

.fill-text.is-filled .word {
  color: var(--white);
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* Primary CTAs — subtle white glow + silk sheen (matches progress bar) */
.cta-blast,
.btn--white {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.3),
    0 0 24px rgba(255, 255, 255, 0.14);
  animation: ctaGlowBreathe 3.2s ease-in-out infinite;
}

.cta-blast::after,
.btn--white::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 32%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 68%
  );
  transform: translateX(-130%);
  animation: ctaSheen 3.4s var(--ease-silk) infinite;
  pointer-events: none;
  z-index: 0;
}

.cta-blast__body {
  position: relative;
  z-index: 1;
}

.btn--white {
  z-index: 0;
}

@keyframes ctaGlowBreathe {
  0%, 100% {
    box-shadow:
      0 0 8px rgba(255, 255, 255, 0.24),
      0 0 20px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow:
      0 0 14px rgba(255, 255, 255, 0.38),
      0 0 28px rgba(255, 255, 255, 0.16);
  }
}

@keyframes ctaSheen {
  0% {
    transform: translateX(-130%);
    opacity: 0;
  }
  12% {
    opacity: 0.7;
  }
  45% {
    transform: translateX(130%);
    opacity: 0;
  }
  100% {
    transform: translateX(130%);
    opacity: 0;
  }
}

@keyframes pillGlowBreathe {
  0%, 100% {
    box-shadow:
      0 0 7px rgba(255, 255, 255, 0.16),
      0 0 16px rgba(255, 255, 255, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }
  50% {
    box-shadow:
      0 0 12px rgba(255, 255, 255, 0.3),
      0 0 26px rgba(255, 255, 255, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}

/* Hero CTA — clean pill */
.cta-kinetic {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.cta-blast {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 56px;
  padding: 0.72rem 1.15rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: var(--white);
  color: var(--ink);
  transition: transform 0.28s var(--ease-spring), background 0.2s var(--ease-out);
}

.cta-blast.is-press,
.cta-blast.is-tap {
  transform: scale(0.972);
  transition-duration: 0.1s;
}

.cta-blast__glow,
.cta-blast__shine {
  display: none;
}

.cta-blast__body {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: auto;
  min-height: 52px;
  padding: 0;
  margin: 0;
  background: transparent;
  clip-path: none;
  position: relative;
  z-index: 1;
}

.cta-blast__text {
  font-family: var(--font-display);
  font-size: clamp(0.84rem, 3.4vw, 0.92rem);
  font-weight: 600;
  letter-spacing: -0.028em;
  text-transform: none;
  line-height: 1.12;
  text-wrap: balance;
}

.cta-blast__arrow {
  color: var(--orange);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.35s var(--ease-out);
}

.cta-blast__arrow-track {
  display: block;
  animation: none;
}

.cta-blast__arrow-track span:not(:first-child) {
  display: none;
}

.cta-blast:active .cta-blast__arrow {
  transform: translateX(3px);
}

.btn.is-press,
.btn.is-tap,
.wa-btn.is-press,
.wa-btn.is-tap,
.icon-btn.is-press,
.icon-btn.is-tap {
  transform: scale(0.968);
  transition-duration: 0.1s;
}

.btn:active { transform: scale(0.968); }

.cta-live {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.cta-live__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--white);
  flex-shrink: 0;
}

.cta-live__marquee {
  display: block;
  width: auto;
  animation: none;
}

.cta-live__text {
  white-space: normal;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--white);
}

.cta-live__text[aria-hidden="true"] {
  display: none;
}

.fine-print {
  margin: 1rem 0 0;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--white);
}

.tag {
  display: inline-block;
  margin: 0 0 0.65rem;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.headline {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 6.2vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.072em;
  line-height: 0.98;
  color: var(--white);
}

#quiz-hint.fill-text .word,
#quiz-hint {
  color: var(--white);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: none;
}

#quiz-hint.fill-text.is-filled .word {
  color: var(--white);
}

#progress-copy,
#progress-copy.fill-text .word {
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.48;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.quiz-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
  opacity: 0;
  transform: translateY(16px);
  filter: blur(8px);
  transition:
    opacity 0.72s var(--ease-out),
    transform 0.78s var(--ease-spring),
    filter 0.78s var(--ease-out);
}

.quiz-head.is-in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.quiz-head.is-shifting {
  transform: translateY(-2px);
  transition-duration: 0.38s;
}

.quiz-body {
  opacity: 0;
  transform: translateY(28px) scale(0.975);
  filter: blur(10px);
  transition:
    opacity 0.55s var(--ease-out),
    transform 0.62s var(--ease-spring),
    filter 0.62s var(--ease-out);
}

.quiz-body.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.quiz-body.is-exiting {
  opacity: 0;
  transform: translateY(-16px) scale(0.982);
  filter: blur(8px);
  transition-duration: 0.38s;
}

.quiz-body.is-entering {
  opacity: 0;
  transform: translateY(24px) scale(0.978);
  filter: blur(10px);
  transition-duration: 0.01ms;
}

.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.38);
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 1rem;
  color: var(--white);
}

.progress-wrap {
  min-width: 0;
}

.progress-bar {
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 99px;
  overflow: visible;
}

.progress-glow {
  position: absolute;
  left: 0;
  top: 50%;
  height: 14px;
  width: 0;
  transform: translateY(-50%);
  border-radius: 99px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.28) 78%,
    rgba(255, 255, 255, 0.45) 100%
  );
  filter: blur(6px);
  opacity: 0;
  transition:
    width 1.45s var(--ease-silk),
    opacity 0.55s var(--ease-out);
  pointer-events: none;
}

.progress-bar span:not(.progress-glow):not(.progress-tip) {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.55), #fff 62%, rgba(255, 255, 255, 0.88));
  transition: width 1.45s var(--ease-silk);
  transform-origin: left center;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.22);
}

.progress-bar span:not(.progress-glow):not(.progress-tip)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 25%, rgba(255, 255, 255, 0.75) 50%, transparent 75%);
  transform: translateX(-130%);
  opacity: 0;
}

.progress-tip {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 8px rgba(255, 255, 255, 0.85),
    0 0 16px rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  transition:
    left 1.45s var(--ease-silk),
    opacity 0.45s var(--ease-out),
    transform 0.55s var(--ease-spring);
  pointer-events: none;
}

.progress-bar.is-live .progress-glow,
.progress-bar.is-advancing .progress-glow {
  opacity: 1;
}

.progress-bar.is-live span#quiz-progress,
.progress-bar.is-advancing span:not(.progress-glow):not(.progress-tip) {
  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.38),
    0 0 22px rgba(255, 255, 255, 0.16);
}

.progress-bar.is-live span#quiz-progress::after {
  animation: progressSheenLoop 2.6s var(--ease-silk) infinite;
}

.progress-bar.is-advancing span:not(.progress-glow):not(.progress-tip)::after {
  animation: progressSheen 1.45s var(--ease-silk) forwards;
}

.progress-bar.is-live .progress-tip,
.progress-bar.is-advancing .progress-tip {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.progress-bar.is-live .progress-tip {
  animation: progressTipBreathe 2.2s ease-in-out infinite;
}

.progress-bar.is-advancing .progress-tip {
  animation: progressTipPulse 1.45s var(--ease-silk) forwards;
}

@keyframes progressSheenLoop {
  0% {
    transform: translateX(-140%);
    opacity: 0;
  }
  15% {
    opacity: 0.85;
  }
  50% {
    transform: translateX(140%);
    opacity: 0;
  }
  100% {
    transform: translateX(140%);
    opacity: 0;
  }
}

@keyframes progressTipBreathe {
  0%, 100% {
    box-shadow:
      0 0 8px rgba(255, 255, 255, 0.75),
      0 0 16px rgba(255, 255, 255, 0.22);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    box-shadow:
      0 0 12px rgba(255, 255, 255, 0.95),
      0 0 24px rgba(255, 255, 255, 0.35);
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes progressSheen {
  0% {
    transform: translateX(-130%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    transform: translateX(130%);
    opacity: 0;
  }
}

@keyframes progressTipPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.55);
    box-shadow:
      0 0 6px rgba(255, 255, 255, 0.55),
      0 0 12px rgba(255, 255, 255, 0.2);
  }
  45% {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow:
      0 0 12px rgba(255, 255, 255, 0.95),
      0 0 24px rgba(255, 255, 255, 0.35);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      0 0 8px rgba(255, 255, 255, 0.8),
      0 0 16px rgba(255, 255, 255, 0.22);
  }
}

.progress-copy-wrap {
  position: relative;
  min-height: 1.35em;
  margin-top: 0.42rem;
  overflow: hidden;
}

.progress-copy {
  margin: 0;
  min-height: 1.2em;
  transition:
    opacity 0.42s var(--ease-out),
    transform 0.52s var(--ease-silk),
    filter 0.52s var(--ease-out);
}

.progress-copy.is-exiting {
  opacity: 0;
  transform: translateY(-7px);
  filter: blur(5px);
}

.progress-copy.is-entering {
  opacity: 0;
  transform: translateY(9px);
  filter: blur(6px);
}

.progress-copy.is-pulse .word {
  transition-duration: 0.55s, 0.65s, 0.55s;
  transition-timing-function: var(--ease-silk), var(--ease-out), var(--ease-spring);
}

.quiz-head.is-silk {
  animation: quizHeadSilk 0.72s var(--ease-silk);
}

@keyframes quizHeadSilk {
  0% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

.step-badge {
  font-size: 0.72rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: var(--white);
  transition: transform 0.45s var(--ease-spring), opacity 0.35s var(--ease-out);
}

.step-badge.is-tick {
  animation: stepTick 0.55s var(--ease-spring);
}

@keyframes stepTick {
  0% {
    opacity: 0.4;
    transform: scale(0.88) translateY(4px);
  }
  55% {
    opacity: 1;
    transform: scale(1.06) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.options { display: grid; gap: 0.5rem; }
.options--areas { grid-template-columns: 1fr 1fr; }

.option {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0.95rem 2.25rem 0.95rem 1.1rem;
  min-height: var(--touch-min);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.38);
  font-family: var(--font);
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.38;
  color: var(--white);
  cursor: pointer;
  opacity: 0;
  transform: translateY(22px) scale(0.94);
  filter: blur(6px);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 0 7px rgba(255, 255, 255, 0.16),
    0 0 16px rgba(255, 255, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: pillGlowBreathe 3.6s ease-in-out infinite;
  animation-delay: calc(var(--si, 0) * 0.12s);
  transition:
    opacity 0.58s var(--ease-out),
    transform 0.62s var(--ease-spring),
    filter 0.62s var(--ease-out),
    background 0.32s var(--ease-out),
    border-color 0.32s var(--ease-out),
    color 0.32s var(--ease-out),
    box-shadow 0.32s var(--ease-out);
  transition-delay: calc(var(--si, 0) * 0.068s);
  -webkit-user-select: none;
  user-select: none;
  will-change: transform, opacity, filter;
}

.option::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 28%,
    rgba(255, 255, 255, 0.16) 50%,
    transparent 72%
  );
  transform: translateX(-130%);
  animation: ctaSheen 3.8s var(--ease-silk) infinite;
  animation-delay: calc(var(--si, 0) * 0.18s);
  pointer-events: none;
  z-index: 0;
}

.option.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.option.is-press,
.option.is-tap {
  transform: scale(0.968);
  transition-duration: 0.1s;
  transition-delay: 0s;
}

.option.is-pop {
  animation: optionPop 0.42s var(--ease-spring);
}

@keyframes optionPop {
  0% { transform: scale(1); }
  35% { transform: scale(0.972); }
  100% { transform: scale(1); }
}

.option.selected {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
  font-weight: 600;
  animation: ctaGlowBreathe 3.2s ease-in-out infinite;
  transform: translateY(0) scale(1);
}

.option.selected::before {
  background: linear-gradient(
    105deg,
    transparent 32%,
    rgba(255, 255, 255, 0.55) 50%,
    transparent 68%
  );
}

.option.selected::after {
  content: "✓";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink);
  z-index: 2;
  animation: checkPop 0.38s var(--ease-spring) both;
}

@keyframes checkPop {
  from {
    opacity: 0;
    transform: translateY(-50%) scale(0.4) rotate(-12deg);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) scale(1) rotate(0deg);
  }
}

.option { position: relative; }

.quiz-foot { margin-top: 1rem; }

@media (hover: none) and (pointer: coarse) {
  #screen-quiz .quiz-foot {
    position: sticky;
    bottom: 0;
    z-index: 5;
    padding-top: 0.75rem;
    padding-bottom: calc(0.5rem + var(--safe-bottom));
    background: linear-gradient(to top, rgba(247, 85, 5, 0.95) 70%, rgba(247, 85, 5, 0));
  }
}

/* Buttons — Calder-style clean pills, sentence case */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--touch-min);
  padding: 0 1.35rem;
  border-radius: 999px;
  font-family: var(--font);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.035em;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.28s var(--ease-spring), opacity 0.2s, background 0.2s, box-shadow 0.28s var(--ease-out);
}

.btn--white {
  background: var(--white);
  color: var(--ink);
}

.btn--white:disabled {
  animation: none;
  box-shadow: none;
}

.btn--white:disabled::after {
  display: none;
}

.btn--outline {
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  margin-top: 0.55rem;
}

.btn--full { width: 100%; }
.btn:disabled { opacity: 0.35; cursor: not-allowed; }
.btn:active:not(:disabled) { transform: scale(0.968); }

/* Gate + unlock — Framer-style cards */
.pill-scroller {
  margin: 0 -0.15rem 1.15rem;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.pill-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.2rem 0.15rem 0.55rem;
  scrollbar-width: none;
}

.pill-track::-webkit-scrollbar {
  display: none;
}

.pill {
  position: relative;
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
  min-width: 7.25rem;
  max-width: 11.5rem;
  padding: 0.62rem 0.88rem 0.58rem 1.05rem;
  border-radius: 14px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.58) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--white);
  white-space: normal;
  opacity: 0;
  transform: translateY(10px) scale(0.94);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition:
    opacity 0.5s var(--ease-out),
    transform 0.5s var(--ease-spring),
    background 0.28s var(--ease-out),
    border-color 0.28s var(--ease-out),
    box-shadow 0.28s var(--ease-out);
  transition-delay: calc(var(--si, 0) * 0.05s);
}

.pill::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 0.72rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 10px rgba(247, 85, 5, 0.55);
}

.pill::after {
  content: none;
}

.pill.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.pill__key,
.pill__val {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.pill__key {
  padding-left: 0.72rem;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.pill__key::after {
  content: none;
}

.pill__val {
  padding-left: 0.72rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.match-card {
  position: relative;
  margin-bottom: 1.15rem;
  padding: 1.15rem 1.05rem 1.05rem;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.16);
  opacity: 0;
  transform: translateY(26px) scale(0.975);
  filter: blur(8px);
  transition:
    opacity 0.72s var(--ease-out),
    transform 0.78s var(--ease-spring),
    filter 0.72s var(--ease-out),
    box-shadow 0.72s var(--ease-out);
}

.match-card.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.match-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(247, 85, 5, 0.55) 0%,
    rgba(255, 255, 255, 0.12) 45%,
    rgba(247, 114, 9, 0.35) 100%
  );
  z-index: 0;
  opacity: 0.65;
  pointer-events: none;
}

.match-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(20px - 1px);
  background: rgba(6, 1, 0, 0.92);
  z-index: 0;
  pointer-events: none;
}

.match-card__head,
.feature-stack,
.match-card > .feature-stack {
  position: relative;
  z-index: 1;
}

.match-card__label {
  display: block;
  margin-bottom: 0.4rem;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.62);
}

.match-card__title {
  margin: 0 0 1.05rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 5.8vw, 1.95rem);
  font-weight: 600;
  letter-spacing: -0.062em;
  line-height: 1.04;
  color: var(--white);
}

.feature-stack {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.feature-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.75rem;
  padding: 0.82rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateX(-14px);
  transition:
    opacity 0.52s var(--ease-out),
    transform 0.52s var(--ease-spring),
    background 0.28s var(--ease-out);
  transition-delay: calc(var(--si, 0) * 0.06s);
}

.feature-row--stack {
  grid-template-columns: 1fr;
  padding: 0.88rem 0.95rem 0.88rem 1rem;
  border-left: 2px solid rgba(247, 85, 5, 0.62);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(247, 85, 5, 0.07) 0%, rgba(255, 255, 255, 0.03) 42%);
}

.feature-row--accent {
  border-left-width: 3px;
  border-left-color: rgba(247, 114, 9, 0.95);
  background:
    linear-gradient(90deg, rgba(247, 85, 5, 0.22) 0%, rgba(247, 85, 5, 0.06) 38%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow:
    0 0 28px rgba(247, 85, 5, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.feature-row--accent .feature-row__title {
  background: linear-gradient(128deg, #ffffff 0%, #ffd4b8 70%, #f87209 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-row--accent .feature-row__detail {
  color: rgba(255, 200, 160, 0.88);
}

.feature-row--stack .feature-row__n {
  display: none;
}

.feature-row__body {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  min-width: 0;
}

.feature-row__title {
  font-family: var(--font-display);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: -0.038em;
  line-height: 1.22;
  color: rgba(255, 255, 255, 0.98);
}

.feature-row__detail {
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.feature-row.is-in {
  opacity: 1;
  transform: translateX(0);
}

.feature-row__n {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(247, 114, 9, 0.88);
  font-variant-numeric: normal;
}

.feature-row__text {
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: -0.024em;
  color: rgba(255, 255, 255, 0.94);
}

/* Gate recap — glowing accent chip */
.gate-eyebrow {
  display: block;
  margin: 0 0 0.45rem;
  font-family: var(--font);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.58);
}

.accent-text {
  background: linear-gradient(128deg, #ffffff 0%, #ffd4b8 48%, #f87209 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accent-glow {
  color: #ffb089;
  text-shadow: 0 0 22px rgba(247, 85, 5, 0.42);
}

.gate-recap {
  position: relative;
  margin: 0 0 1.1rem;
  padding: 0.95rem 1.05rem;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(247, 85, 5, 0.16) 0%, rgba(6, 1, 0, 0.62) 52%, rgba(0, 0, 0, 0.55) 100%);
  border: 1px solid rgba(247, 85, 5, 0.38);
  box-shadow:
    0 0 36px rgba(247, 85, 5, 0.2),
    0 14px 32px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.gate-recap::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -20%;
  width: 70%;
  height: 140%;
  background: radial-gradient(circle, rgba(247, 114, 9, 0.28) 0%, transparent 68%);
  pointer-events: none;
}

.gate-recap__main,
.gate-recap__sub {
  position: relative;
  z-index: 1;
  margin: 0;
}

.gate-recap__main {
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 5vw, 1.42rem);
  font-weight: 600;
  letter-spacing: -0.042em;
  line-height: 1.18;
}

.gate-recap__sub {
  margin-top: 0.32rem;
  font-family: var(--font-display);
  font-size: clamp(1rem, 4.2vw, 1.12rem);
  font-weight: 500;
  letter-spacing: -0.032em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.72);
}

.gate-recap__sep {
  margin: 0 0.28rem;
  color: rgba(255, 255, 255, 0.38);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.38);
}

.gate-capture {
  position: relative;
  margin: 0 0 1rem;
  padding: 1.35rem 1.15rem 1.25rem;
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(168deg, rgba(255, 255, 255, 0.07) 0%, rgba(6, 1, 0, 0.82) 42%, rgba(6, 1, 0, 0.94) 100%);
  border: none;
  box-shadow:
    0 0 56px rgba(247, 85, 5, 0.28),
    0 24px 52px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition:
    opacity 0.65s var(--ease-out),
    transform 0.72s var(--ease-spring),
    box-shadow 0.65s var(--ease-out);
}

.gate-capture::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(247, 114, 9, 0.85) 0%,
    rgba(255, 255, 255, 0.35) 38%,
    rgba(247, 85, 5, 0.55) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.gate-capture::after {
  content: "";
  position: absolute;
  inset: -30% -10% auto -10%;
  height: 70%;
  background: radial-gradient(ellipse 80% 70% at 50% 0%, rgba(247, 85, 5, 0.22) 0%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.gate-capture.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gate-capture__kicker,
.gate-capture__lead,
.gate-capture .gate-form {
  position: relative;
  z-index: 1;
}

.gate-capture__kicker {
  margin: 0 0 0.55rem;
  font-family: var(--font);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffb089;
  text-shadow: 0 0 20px rgba(247, 85, 5, 0.45);
}

.gate-capture__lead {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(0.98rem, 3.9vw, 1.08rem);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: -0.028em;
  color: rgba(255, 255, 255, 0.9);
}

.gate-capture__social {
  margin: 0 0 1.15rem;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.4;
  color: rgba(255, 196, 150, 0.82);
}

.gate-capture .field {
  margin-bottom: 1rem;
}

.gate-capture .field--phone label {
  color: #ffd4b8;
  font-size: 0.64rem;
}

.gate-capture .field--phone input {
  min-height: 58px;
  font-size: 18px;
  font-weight: 600;
  border-color: rgba(247, 114, 9, 0.45);
  box-shadow:
    0 0 24px rgba(247, 85, 5, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.field-optional {
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.52rem;
  color: #ffd4b8;
}

.gate-capture .field label {
  display: block;
  margin-bottom: 0.48rem;
  font-family: var(--font);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 196, 150, 0.88);
}

.gate-capture .field input {
  width: 100%;
  min-height: 54px;
  padding: 0 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--white);
  font-family: var(--font);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.018em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    border-color 0.28s var(--ease-out),
    box-shadow 0.28s var(--ease-out),
    background 0.28s var(--ease-out);
}

.gate-capture .field input:focus {
  outline: none;
  border-color: rgba(247, 114, 9, 0.8);
  background: rgba(0, 0, 0, 0.52);
  box-shadow:
    0 0 0 4px rgba(247, 85, 5, 0.16),
    0 0 32px rgba(247, 85, 5, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gate-capture .field input::placeholder {
  color: rgba(255, 255, 255, 0.32);
  font-weight: 400;
  letter-spacing: 0.01em;
  opacity: 1;
}

.gate-capture .gate-submit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  width: 100%;
  margin-top: 0.4rem;
  min-height: 64px;
  padding: 1rem 1.25rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #ffffff 0%, #f3ece6 48%, #ebe3dc 100%);
  color: rgb(10, 8, 6);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.85) inset,
    0 10px 36px rgba(255, 255, 255, 0.14),
    0 0 56px rgba(247, 85, 5, 0.38),
    0 22px 44px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s var(--ease-spring), box-shadow 0.28s var(--ease-out);
}

.gate-capture .gate-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.55) 50%,
    transparent 70%
  );
  transform: translateX(-120%);
  animation: ctaSheen 4.2s var(--ease-silk) infinite;
  pointer-events: none;
  z-index: 0;
}

.gate-capture .gate-submit:active:not(:disabled) {
  transform: scale(0.976);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.85) inset,
    0 6px 24px rgba(255, 255, 255, 0.1),
    0 0 40px rgba(247, 85, 5, 0.3),
    0 14px 32px rgba(0, 0, 0, 0.22);
}

.gate-capture .gate-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.gate-capture .btn-cta__main,
.gate-capture .btn-cta__sub {
  position: relative;
  z-index: 1;
}

.gate-capture .btn-cta__main {
  font-family: var(--font-display);
  font-size: clamp(0.76rem, 3.1vw, 0.86rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.15;
  color: rgb(10, 8, 6);
}

.gate-capture .btn-cta__sub {
  font-family: var(--font);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 0.52;
  color: rgb(10, 8, 6);
}

.match-card--proof {
  margin-bottom: 0.35rem;
  padding: 1.25rem 1.1rem 1.1rem;
  opacity: 1;
  box-shadow:
    0 0 42px rgba(247, 85, 5, 0.16),
    0 24px 56px rgba(0, 0, 0, 0.38);
}

.match-card--proof::before {
  opacity: 0.85;
}

.match-card--proof .match-card__title {
  font-size: clamp(1.55rem, 6.2vw, 1.95rem);
  margin-bottom: 0.95rem;
  background: linear-gradient(132deg, #ffffff 18%, #ffd4b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.match-card--proof .match-card__label {
  font-size: 0.78rem;
  color: rgba(255, 180, 130, 0.75);
}

.match-card--proof .feature-row--stack {
  padding: 0.92rem 1rem 0.92rem 1.05rem;
  border-radius: 0 18px 18px 0;
}

.match-card--proof .feature-row__title {
  font-size: clamp(1rem, 4.2vw, 1.08rem);
}

.match-card--proof .feature-row__detail {
  font-size: clamp(0.86rem, 3.6vw, 0.92rem);
  color: rgba(255, 255, 255, 0.62);
}

.stage:has(#screen-gate.active),
.stage:has(#screen-success.active) {
  align-items: flex-start;
  padding-top: calc(0.85rem + var(--safe-top));
  padding-bottom: calc(1rem + var(--safe-bottom));
}

#screen-gate.active,
#screen-success.active {
  max-height: calc(100svh - var(--safe-top) - var(--safe-bottom) - 1.5rem);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

#screen-gate.active::-webkit-scrollbar,
#screen-success.active::-webkit-scrollbar {
  display: none;
}

.gate-form {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s var(--ease-out),
    transform 0.55s var(--ease-spring);
}

.gate-form.is-in {
  opacity: 1;
  transform: translateY(0);
}

.gate-form .gate-submit {
  margin-top: 0.4rem;
}

.btn--cta {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  min-height: 56px;
}

.btn--cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  padding: 0.95rem 1rem;
  min-height: 62px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.btn-cta__main {
  display: block;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-transform: none;
}

.btn-cta__sub {
  display: block;
  font-family: var(--font);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  opacity: 0.78;
}

.field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--white);
}

.label-soft {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

.field input {
  width: 100%;
  min-height: var(--touch-min);
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.38);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.018em;
}

.field input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: none;
  transform: none;
  transition: border-color 0.25s;
}

.field input::placeholder {
  color: var(--white);
  opacity: 1;
}

.field { margin-bottom: 0.9rem; }

.wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--touch-min);
  margin-top: 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.38);
  color: var(--white);
  font-weight: 600;
  font-size: 0.94rem;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.footer {
  position: relative;
  z-index: 2;
  padding: 0.85rem 1rem calc(1.25rem + var(--safe-bottom));
  text-align: center;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.82);
}

.footer-short {
  margin: 0 0 0.45rem;
  line-height: 1.45;
}

.footer-legal {
  margin: 0 auto;
  max-width: 36rem;
  text-align: left;
}

.footer-legal summary {
  cursor: pointer;
  list-style: none;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  padding: 0.35rem 0;
  touch-action: manipulation;
}

.footer-legal summary::-webkit-details-marker {
  display: none;
}

.footer-legal summary::after {
  content: " ↓";
  opacity: 0.65;
}

.footer-legal[open] summary::after {
  content: " ↑";
}

.privacy-panel {
  margin-top: 0.65rem;
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.42);
  font-size: 0.58rem;
  line-height: 1.58;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.78);
  white-space: pre-line;
  max-height: min(42vh, 320px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.hr-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  margin: 1.25rem 0;
  border: none;
}

.success-shell {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.success-hero {
  margin-bottom: 0.15rem;
}

.success-eyebrow {
  margin: 0 0 0.45rem;
  font-family: var(--font);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.58);
}

.success-headline {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 7vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.078em;
  line-height: 0.96;
  color: var(--white);
}

.success-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.6rem;
  margin: 0 0 0.7rem;
}

.success-profile__name {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 5.2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
  color: var(--white);
}

.success-profile__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.44rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-family: var(--font);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.success-lead {
  margin: 0 0 0.35rem;
  max-width: 34ch;
  font-family: var(--font);
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: -0.024em;
  color: rgba(255, 255, 255, 0.9);
}

.success-meta {
  margin: 0;
  max-width: 34ch;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: -0.018em;
  color: rgba(255, 255, 255, 0.52);
}

.success-map-card {
  position: relative;
  z-index: 2;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(6, 1, 0, 0.55);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.34),
    0 0 32px rgba(247, 85, 5, 0.1);
}

.success-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(247, 85, 5, 0.55) 0%,
    rgba(255, 255, 255, 0.18) 42%,
    rgba(247, 114, 9, 0.35) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
}

.success-map-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.05rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 100%);
}

.success-map-title {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.success-map-title__main {
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 4.2vw, 1.28rem);
  font-weight: 600;
  letter-spacing: -0.042em;
  line-height: 1.05;
  color: rgba(255, 255, 255, 0.98);
}

.success-map-title__sub {
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.58);
}

.success-map-stage {
  position: relative;
  z-index: 1;
}

.success-map {
  width: 100%;
  height: clamp(250px, 40vw, 310px);
  background: #e8e4df;
}

.success-map-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 1, 0, 0.1) 0%, transparent 16%, transparent 84%, rgba(6, 1, 0, 0.22) 100%),
    radial-gradient(ellipse 92% 82% at 50% 50%, transparent 54%, rgba(6, 1, 0, 0.12) 100%);
}

.success-map-foot {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0.72rem 1.05rem 0.85rem;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: -0.014em;
  line-height: 1.4;
  text-transform: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.48);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.listing-preview {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 0.85rem;
  align-items: stretch;
  margin: 0 0 0.85rem;
  padding: 0.85rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.listing-preview__photo {
  border-radius: 12px;
  min-height: 92px;
  background:
    linear-gradient(145deg, rgba(247, 85, 5, 0.18) 0%, rgba(0, 0, 0, 0.35) 100%),
    url("/assets/images/loft-penthouse-2.png") center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.listing-preview__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.listing-preview__tag {
  margin: 0 0 0.28rem;
  font-family: var(--font);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(247, 114, 9, 0.88);
}

.listing-preview__type {
  margin: 0 0 0.32rem;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.96);
}

.listing-preview__addr,
.listing-preview__price {
  margin: 0;
  font-family: var(--font);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

.listing-preview__price {
  margin-top: 0.12rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.listing-preview__blur {
  filter: blur(4px);
  user-select: none;
}

.listing-preview__note {
  margin: 0.45rem 0 0;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.48);
}

.success-phone-upsell {
  margin: 0 0 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.success-phone-upsell__title {
  margin: 0 0 0.2rem;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.028em;
  color: rgba(255, 255, 255, 0.92);
}

.success-phone-upsell__sub {
  margin: 0 0 0.75rem;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  color: rgba(255, 255, 255, 0.52);
}

.success-phone-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
}

.success-phone-form input {
  min-height: 46px;
  padding: 0 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: var(--white);
  font-family: var(--font);
  font-size: 16px;
}

.success-phone-form input:focus {
  outline: none;
  border-color: rgba(247, 114, 9, 0.75);
}

.success-phone-form__btn {
  min-height: 46px;
  padding: 0 0.95rem;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #f75505 0%, #ff8a3d 100%);
  color: #fff;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.success-phone-upsell__done {
  margin: 0;
  font-family: var(--font);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: -0.018em;
  color: rgba(255, 196, 150, 0.9);
}

.match-card--success {
  margin-bottom: 0.65rem;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}

.match-card--success .feature-row__text {
  font-size: 0.84rem;
  line-height: 1.46;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.86);
}

.match-card--success .feature-row__n {
  color: rgba(247, 114, 9, 0.75);
}

.match-card--compact {
  margin-bottom: 0.85rem;
  padding: 0.85rem 0.95rem;
}

.match-card--compact .feature-row__text {
  font-size: 0.82rem;
  line-height: 1.42;
}

.match-card--compact .feature-row {
  padding: 0.45rem 0;
}

.map-area-pin,
.map-listing-pin {
  background: none !important;
  border: none !important;
  position: relative !important;
}

.map-area-pin {
  width: 16px !important;
  height: 16px !important;
}

.map-listing-pin {
  width: 10px !important;
  height: 10px !important;
}

.map-area-pin__ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(247, 85, 5, 0.55);
  background: rgba(247, 85, 5, 0.12);
  animation: mapAreaPulse 2.8s ease-in-out infinite;
}

.map-area-pin__core {
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f75505;
  box-shadow: 0 0 12px rgba(247, 85, 5, 0.65);
}

.map-area-pin__label {
  position: absolute;
  left: 50%;
  top: calc(100% + 6px);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.18rem 0.45rem;
  border-radius: 6px;
  background: rgba(6, 1, 0, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--font);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.map-listing-pin__dot {
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  background: #f75505;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 8px rgba(247, 85, 5, 0.55);
}

.map-listing-pin__dot.is-hot {
  background: #ff8a4c;
  box-shadow: 0 0 14px rgba(247, 85, 5, 0.85);
}

.map-listing-pin__pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(247, 85, 5, 0.45);
  animation: mapListingPulse 2.4s ease-out infinite;
  animation-delay: var(--d, 0ms);
}

.map-listing-pin__price {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.14rem 0.38rem;
  border-radius: 5px;
  background: rgba(6, 1, 0, 0.92);
  border: 1px solid rgba(247, 85, 5, 0.45);
  font-family: var(--font-display);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffb089;
}

@keyframes mapAreaPulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.12); opacity: 1; }
}

@keyframes mapListingPulse {
  0% { transform: scale(0.6); opacity: 0.8; }
  100% { transform: scale(2.2); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .map-area-pin__ring,
  .map-listing-pin__pulse {
    animation: none !important;
  }
}

.success-map-fallback {
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.success-map .leaflet-container {
  background: #e8e4df;
  font-family: var(--font);
}

.success-map .leaflet-tile-pane {
  filter: brightness(1.08) contrast(1.04) saturate(1.12);
}

.success-map-tip {
  background: rgba(6, 1, 0, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  font-family: var(--font) !important;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.success-map-tip::before {
  border-top-color: rgba(6, 1, 0, 0.92) !important;
}

.ottawa-strip {
  position: relative;
  z-index: 2;
  margin: 0 -1.25rem;
  padding: 1.5rem 0 2rem;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.ottawa-track {
  display: flex;
  width: max-content;
  gap: 0.75rem;
  animation: ottawaScroll 35s linear infinite;
}

.ottawa-track img {
  width: 140px;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

@keyframes ottawaScroll {
  to { transform: translateX(-50%); }
}

@media (max-width: 520px) {
  .stage:has(#screen-welcome.active) {
    align-items: center;
    justify-content: center;
    padding-top: calc(1rem + var(--safe-top));
  }

  .viewble-mark {
    font-size: clamp(1.85rem, 8.5vw, 2.65rem);
    padding: 0.4rem 1.15rem;
  }

  .viewble-edition {
    font-size: 0.66rem;
    margin-top: 0.35rem;
  }

  .options--areas { grid-template-columns: 1fr; }
  .ottawa-track img { width: 110px; height: 145px; }

  .btn--cta-stack {
    min-height: 56px;
    padding: 0.75rem 0.85rem;
  }

  .btn-cta__main { font-size: 0.76rem; }
  .btn-cta__sub { font-size: 0.64rem; }
}

@media (hover: none) and (pointer: coarse) {
  .option, .icon-btn {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .option.is-in {
    filter: none;
  }

  .quiz-head.is-in,
  .quiz-body.is-in {
    filter: none;
  }
}

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

  .screen.active,
  .screen.exit {
    animation: none !important;
    filter: none !important;
  }

  .quiz-head,
  .quiz-body,
  .option {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .fill-text .word {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-mega .line-inner {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .cta-blast__glow,
  .cta-blast__shine,
  .cta-blast__arrow-track,
  .cta-live__marquee { animation: none !important; }
}
