/* ═══════════════════════════════════════════════════════
   TELOIS — Landing 2027
   Living, kinetic, depth-rich. Scoped to body.page-landing-v2.
═══════════════════════════════════════════════════════ */

body.page-landing-v2 {
  --obsidian:     #07081A;
  --obsidian-2:   #0E1030;
  --obsidian-3:   #161A45;

  --aurora-violet: #8B3FB8;
  --aurora-indigo: #3D2773;
  --aurora-rose:   #E78AA0;
  --aurora-gold:   #F0D27A;
  --aurora-amber:  #D9B445;
  --aurora-cream:  #F5EFE6;

  --glass-bg:     rgba(255, 255, 255, 0.06);
  --glass-bg-2:   rgba(255, 255, 255, 0.09);
  --glass-border: rgba(255, 255, 255, 0.16);
  --glass-hi:     rgba(255, 255, 255, 0.28);

  --r-card:       28px;
}

/* ════════════════════════════════════════
   BASE LAYER — Obsidian + Aurora gradient (alive)
════════════════════════════════════════ */
html:has(body.page-landing-v2) {
  overflow-x: hidden;
}

body.page-landing-v2 {
  background: var(--obsidian);
  position: relative;
  overflow-x: hidden;
  max-width: 100vw;
  cursor: auto;
}

body.page-landing-v2::before {
  content: '';
  position: fixed;
  inset: -20vh -20vw;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(55vw 65vh at 15% 20%, rgba(139, 63, 184, 0.65), transparent 60%),
    radial-gradient(50vw 60vh at 85% 25%, rgba(231, 138, 160, 0.55), transparent 60%),
    radial-gradient(65vw 75vh at 50% 95%, rgba(240, 210, 122, 0.30), transparent 65%),
    radial-gradient(45vw 55vh at 80% 75%, rgba(61, 39, 115, 0.7), transparent 60%);
  filter: blur(50px) saturate(1.4);
  animation: aurora-drift 26s ease-in-out infinite alternate;
}

body.page-landing-v2::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 60% at center, transparent 40%, rgba(7, 8, 26, 0.5) 100%);
}

@keyframes aurora-drift {
  0%   { transform: translate3d(0, 0, 0) scale(1);    filter: blur(50px) saturate(1.4) hue-rotate(0deg); }
  50%  { transform: translate3d(-3%, 2%, 0) scale(1.06); filter: blur(60px) saturate(1.5) hue-rotate(-10deg); }
  100% { transform: translate3d(2%, -1%, 0) scale(1.03); filter: blur(55px) saturate(1.45) hue-rotate(6deg); }
}

/* WebGL canvas — particles only in edges, fade center where text lives */
body.page-landing-v2 .webgl-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  opacity: 0.55;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse 60% 50% at center, transparent 0%, rgba(0,0,0,0.4) 45%, black 80%);
  mask-image: radial-gradient(ellipse 60% 50% at center, transparent 0%, rgba(0,0,0,0.4) 45%, black 80%);
}

/* Section text-readability layer — distinct color tint per section (altrixalgo style) */
body.page-landing-v2 .hero,
body.page-landing-v2 .how-section,
body.page-landing-v2 .why-section,
body.page-landing-v2 .advisor-section,
body.page-landing-v2 .faq-landing,
body.page-landing-v2 .final-cta {
  position: relative;
}

body.page-landing-v2 .hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 30% 50%, rgba(7, 8, 26, 0.75) 0%, rgba(7, 8, 26, 0.3) 60%, transparent 100%);
}

body.page-landing-v2 .how-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 70% at center, rgba(11, 9, 36, 0.85) 0%, rgba(7, 8, 26, 0.4) 60%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(240, 210, 122, 0.02) 50%, transparent 100%);
}

body.page-landing-v2 .why-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 70% at center, rgba(35, 13, 51, 0.85) 0%, rgba(7, 8, 26, 0.4) 60%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(185, 106, 255, 0.03) 50%, transparent 100%);
}

body.page-landing-v2 .advisor-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 70% at center, rgba(8, 24, 50, 0.85) 0%, rgba(7, 8, 26, 0.4) 60%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(77, 212, 255, 0.03) 50%, transparent 100%);
}

body.page-landing-v2 .faq-landing::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 70% at center, rgba(11, 9, 36, 0.85) 0%, rgba(7, 8, 26, 0.4) 60%, transparent 100%);
}

body.page-landing-v2 .final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at center, rgba(40, 22, 18, 0.85) 0%, rgba(7, 8, 26, 0.4) 60%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(255, 138, 101, 0.03) 50%, transparent 100%);
}

/* Hide old stars-bg (we don't use it on v2) */
body.page-landing-v2 .stars-bg { display: none; }

/* ════════════════════════════════════════
   CUSTOM CURSOR
════════════════════════════════════════ */
@media (hover: hover) and (min-width: 900px) {
  body.page-landing-v2:not(.no-cursor-fx) {
    cursor: none;
  }
  body.page-landing-v2:not(.no-cursor-fx) a,
  body.page-landing-v2:not(.no-cursor-fx) button,
  body.page-landing-v2:not(.no-cursor-fx) input,
  body.page-landing-v2:not(.no-cursor-fx) textarea {
    cursor: none;
  }
}

body.page-landing-v2 .cursor-glow {
  position: fixed;
  top: 0; left: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  background: radial-gradient(circle, rgba(240, 210, 122, 0.14) 0%, rgba(231, 138, 160, 0.07) 40%, transparent 70%);
  mix-blend-mode: screen;
  transition: opacity 0.3s ease, width 0.25s ease, height 0.25s ease, background 0.3s ease;
  will-change: transform;
}

body.page-landing-v2 .cursor-dot {
  position: fixed;
  top: 0; left: 0;
  width: 22px;
  height: 22px;
  pointer-events: none;
  z-index: 9999;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-landing-v2 .cursor-arrow {
  width: 22px;
  height: 22px;
  filter:
    drop-shadow(0 0 8px rgba(240, 210, 122, 0.9))
    drop-shadow(0 0 18px rgba(240, 210, 122, 0.5))
    drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  transition: filter 0.2s ease;
}

body.page-landing-v2.cursor-active .cursor-arrow {
  filter:
    drop-shadow(0 0 10px rgba(231, 138, 160, 0.95))
    drop-shadow(0 0 22px rgba(231, 138, 160, 0.6))
    drop-shadow(0 2px 5px rgba(0, 0, 0, 0.55));
}

body.page-landing-v2.cursor-active .cursor-arrow path {
  fill: #E78AA0;
}

body.page-landing-v2.cursor-active .cursor-glow {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(231, 138, 160, 0.18) 0%, rgba(240, 210, 122, 0.10) 40%, transparent 70%);
}

body.page-landing-v2.cursor-active .cursor-dot {
  width: 26px;
  height: 26px;
}
body.page-landing-v2.cursor-active .cursor-arrow {
  width: 26px;
  height: 26px;
}

@media (max-width: 900px), (hover: none) {
  body.page-landing-v2 .cursor-glow,
  body.page-landing-v2 .cursor-dot { display: none; }
}

/* ════════════════════════════════════════
   NAVIGATION — always visible, blurred backdrop on scroll
════════════════════════════════════════ */
body.page-landing-v2 .nav {
  background: transparent;
  border-bottom: 0;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

body.page-landing-v2 .nav.scrolled {
  background: rgba(7, 8, 26, 0.55);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.page-landing-v2 .nav-logo {
  background: linear-gradient(135deg, var(--aurora-gold) 0%, var(--aurora-rose) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.18em;
  font-weight: 800;
}

/* ════════════════════════════════════════
   HERO — Massive type, magnetic CTA, 3D orb
════════════════════════════════════════ */
body.page-landing-v2 .hero {
  min-height: 100vh;
  padding-top: calc(var(--nav-h) + var(--s10));
}

body.page-landing-v2 .hero-glow {
  width: 1100px;
  height: 1100px;
  background: radial-gradient(circle, rgba(231, 138, 160, 0.14) 0%, rgba(139, 63, 184, 0.07) 40%, transparent 70%);
  animation: hero-glow-pulse 8s ease-in-out infinite alternate;
}

@keyframes hero-glow-pulse {
  0%   { opacity: 0.55; transform: translate(-50%, -50%) scale(0.9);  }
  100% { opacity: 1;    transform: translate(-50%, -50%) scale(1.12); }
}

/* Hero badge */
body.page-landing-v2 .hero-badge {
  background: linear-gradient(135deg, rgba(240, 210, 122, 0.18), rgba(231, 138, 160, 0.10));
  border: 1px solid rgba(240, 210, 122, 0.36);
  backdrop-filter: blur(14px);
  color: var(--aurora-gold);
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
  padding: 0.55rem 1.15rem;
  position: relative;
  overflow: hidden;
}

body.page-landing-v2 .hero-badge::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  animation: badge-shimmer 4s ease-in-out infinite;
}

@keyframes badge-shimmer {
  0%, 100% { transform: translateX(-100%); }
  50%      { transform: translateX(100%);  }
}

/* Massive hero title */
body.page-landing-v2 .hero-title {
  font-size: clamp(2.8rem, 7.5vw, 5.6rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: var(--s8);
  text-shadow:
    0 2px 30px rgba(7, 8, 26, 0.8),
    0 0 80px rgba(7, 8, 26, 0.4);
  position: relative;
}

body.page-landing-v2 .hero-title::before {
  content: '';
  position: absolute;
  inset: -30px -60px;
  background: radial-gradient(ellipse at center, rgba(7, 8, 26, 0.75) 0%, rgba(7, 8, 26, 0.4) 50%, transparent 80%);
  filter: blur(30px);
  z-index: -1;
  pointer-events: none;
}

body.page-landing-v2 .hero-title span {
  display: block;
}

body.page-landing-v2 .hero-title .gold-line {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(2.6rem, 7vw, 5.4rem);
  margin-top: var(--s3);
}

body.page-landing-v2 .hero-title .gold-line {
  background: linear-gradient(120deg, var(--aurora-gold) 0%, var(--aurora-rose) 50%, var(--aurora-gold) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gold-shimmer 6s ease-in-out infinite;
}

@keyframes gold-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

body.page-landing-v2 .hero-subtitle {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  color: rgba(245, 239, 230, 0.92);
  line-height: 1.7;
  max-width: 540px;
  font-weight: 300;
}

body.page-landing-v2 .hero-cta-note {
  font-size: 0.86rem;
  color: rgba(240, 210, 122, 0.78);
  letter-spacing: 0.05em;
}

body.page-landing-v2 .hero-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: var(--s8);
  margin-top: var(--s10);
}

body.page-landing-v2 .stat-num {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--aurora-gold) 0%, var(--aurora-rose) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.page-landing-v2 .stat-label {
  color: rgba(245, 239, 230, 0.82);
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  font-weight: 500;
}

body.page-landing-v2 .stat-divider {
  background: rgba(255, 255, 255, 0.12);
  height: 42px;
}

/* ════════════════════════════════════════
   HERO VISUAL — Procedural orb + souls
════════════════════════════════════════ */
body.page-landing-v2 .match-visual {
  width: 420px;
  height: 520px;
}

body.page-landing-v2 .match-card {
  background:
    linear-gradient(140deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.04) 60%,
      rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(24px) saturate(1.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  border-radius: 26px;
  width: 215px;
  padding: 1.6rem 1.3rem;
}

body.page-landing-v2 .match-card-1 {
  top: 8px; right: 8px;
  border: 1.8px solid rgba(240, 210, 122, 0.7);
  box-shadow:
    0 0 0 1px rgba(240, 210, 122, 0.25) inset,
    0 0 30px rgba(240, 210, 122, 0.5),
    0 0 60px rgba(240, 210, 122, 0.22),
    0 28px 80px rgba(0, 0, 0, 0.55),
    inset 0 0 50px rgba(240, 210, 122, 0.06);
  animation: drift-up 5s ease-in-out infinite, match-card-breathe-gold 4s ease-in-out infinite;
  transform: rotate(0deg);
}

body.page-landing-v2 .match-card-2 {
  bottom: 8px; left: 8px;
  border: 1.8px solid rgba(231, 138, 160, 0.7);
  box-shadow:
    0 0 0 1px rgba(231, 138, 160, 0.25) inset,
    0 0 30px rgba(231, 138, 160, 0.5),
    0 0 60px rgba(231, 138, 160, 0.22),
    0 28px 80px rgba(0, 0, 0, 0.55),
    inset 0 0 50px rgba(231, 138, 160, 0.06);
  animation: drift-down 5.5s ease-in-out infinite, match-card-breathe-rose 4.5s ease-in-out infinite;
  animation-delay: -1s, -0.8s;
  transform: rotate(0deg);
}

@keyframes match-card-breathe-gold {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(240, 210, 122, 0.25) inset,
      0 0 30px rgba(240, 210, 122, 0.5),
      0 0 60px rgba(240, 210, 122, 0.22),
      0 28px 80px rgba(0, 0, 0, 0.55),
      inset 0 0 50px rgba(240, 210, 122, 0.06);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(240, 210, 122, 0.45) inset,
      0 0 50px rgba(240, 210, 122, 0.75),
      0 0 100px rgba(240, 210, 122, 0.35),
      0 28px 80px rgba(0, 0, 0, 0.55),
      inset 0 0 70px rgba(240, 210, 122, 0.12);
  }
}

@keyframes match-card-breathe-rose {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(231, 138, 160, 0.25) inset,
      0 0 30px rgba(231, 138, 160, 0.5),
      0 0 60px rgba(231, 138, 160, 0.22),
      0 28px 80px rgba(0, 0, 0, 0.55),
      inset 0 0 50px rgba(231, 138, 160, 0.06);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(231, 138, 160, 0.45) inset,
      0 0 50px rgba(231, 138, 160, 0.75),
      0 0 100px rgba(231, 138, 160, 0.35),
      0 28px 80px rgba(0, 0, 0, 0.55),
      inset 0 0 70px rgba(231, 138, 160, 0.12);
  }
}

@keyframes drift-up   { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes drift-down { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(16px); } }

body.page-landing-v2 .match-card-1::before,
body.page-landing-v2 .match-card-2::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(240, 210, 122, 0.7) 0%, transparent 50%, rgba(240, 210, 122, 0.25) 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;
}
body.page-landing-v2 .match-card-2::before {
  background: linear-gradient(135deg, rgba(231, 138, 160, 0.7) 0%, transparent 50%, rgba(231, 138, 160, 0.25) 100%);
}

body.page-landing-v2 .avatar-circle {
  width: 78px;
  height: 78px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.10), rgba(7, 8, 26, 0.6));
  border: 2px solid rgba(240, 210, 122, 0.45);
  box-shadow:
    inset 0 0 24px rgba(240, 210, 122, 0.18),
    0 0 28px rgba(240, 210, 122, 0.22);
}
body.page-landing-v2 .match-card-2 .avatar-circle {
  border-color: rgba(231, 138, 160, 0.5);
  box-shadow:
    inset 0 0 24px rgba(231, 138, 160, 0.22),
    0 0 28px rgba(231, 138, 160, 0.25);
}

body.page-landing-v2 .card-label {
  font-size: 0.86rem;
  color: var(--aurora-gold);
  font-weight: 500;
}
body.page-landing-v2 .match-card-2 .card-label {
  color: var(--aurora-rose);
}

body.page-landing-v2 .card-badge {
  font-size: 0.73rem;
  padding: 0.35rem 0.85rem;
  background: rgba(240, 210, 122, 0.14);
  border: 1px solid rgba(240, 210, 122, 0.35);
  color: var(--aurora-gold);
  font-weight: 500;
}

/* Central orb — procedural, multi-layer */
body.page-landing-v2 .telois-orb-wrap {
  z-index: 5;
}

body.page-landing-v2 .telois-orb-wrap::before,
body.page-landing-v2 .telois-orb-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

body.page-landing-v2 .telois-orb-wrap::before {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(240, 210, 122, 0.22) 0%, rgba(231, 138, 160, 0.12) 40%, transparent 70%);
  filter: blur(28px);
  animation: halo-rotate 18s linear infinite;
}

body.page-landing-v2 .telois-orb-wrap::after {
  width: 160px;
  height: 160px;
  background: conic-gradient(from 0deg, var(--aurora-gold), var(--aurora-rose), var(--aurora-violet), var(--aurora-gold));
  filter: blur(18px);
  opacity: 0.5;
  animation: halo-rotate 22s linear infinite reverse;
}

@keyframes halo-rotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

body.page-landing-v2 .telois-orb {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 96px;
  font-size: 1.8rem;
  background:
    radial-gradient(circle at 28% 28%, #FFE9A8 0%, var(--aurora-gold) 28%, var(--aurora-amber) 55%, var(--aurora-rose) 78%, var(--aurora-violet) 100%);
  color: #07081A;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 0 50px rgba(240, 210, 122, 0.75),
    0 0 120px rgba(231, 138, 160, 0.5),
    0 0 220px rgba(139, 63, 184, 0.32),
    inset 0 0 40px rgba(255, 255, 255, 0.4);
  animation: orb-breathe 4s ease-in-out infinite;
}

@keyframes orb-breathe {
  0%, 100% { transform: scale(1);    filter: brightness(1)    saturate(1);    }
  50%      { transform: scale(1.12); filter: brightness(1.18) saturate(1.25); }
}

/* ════════════════════════════════════════
   BUTTONS — Liquid Gold + magnetic
════════════════════════════════════════ */
body.page-landing-v2 .btn-primary {
  background: linear-gradient(135deg, var(--aurora-gold) 0%, var(--aurora-amber) 50%, #B8932A 100%);
  background-size: 200% 200%;
  color: #07081A;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 8px 32px rgba(240, 210, 122, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition: background-position 0.5s ease, box-shadow 0.5s ease;
  will-change: transform;
}

body.page-landing-v2 .btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.45) 50%, transparent 70%);
  transition: left 0.6s ease;
}

body.page-landing-v2 .btn-primary:hover {
  background-position: 100% 100%;
  box-shadow:
    0 16px 50px rgba(240, 210, 122, 0.55),
    0 0 0 1px rgba(240, 210, 122, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

body.page-landing-v2 .btn-primary:hover::before { left: 100%; }

body.page-landing-v2 .btn-ghost { color: rgba(245, 239, 230, 0.78); }
body.page-landing-v2 .btn-ghost:hover { color: var(--aurora-gold); }

/* ════════════════════════════════════════
   SECTION HEADERS
════════════════════════════════════════ */
body.page-landing-v2 .section-eyebrow {
  color: var(--aurora-rose);
  letter-spacing: 0.14em;
  font-size: 0.88rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

body.page-landing-v2 .section-eyebrow::before,
body.page-landing-v2 .section-eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--aurora-rose), transparent);
}

body.page-landing-v2 .section-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: var(--s4) 0;
  text-shadow:
    0 2px 30px rgba(7, 8, 26, 0.85),
    0 0 60px rgba(7, 8, 26, 0.5);
  background: linear-gradient(180deg, #FFFFFF 0%, #F5EFE6 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.page-landing-v2 .why-text h2,
body.page-landing-v2 .advisor-demo-text h2,
body.page-landing-v2 .final-cta h2 {
  font-weight: 800;
  text-shadow:
    0 2px 30px rgba(7, 8, 26, 0.85),
    0 0 60px rgba(7, 8, 26, 0.5);
}

body.page-landing-v2 .section-subtitle {
  font-size: 1.14rem;
  color: rgba(245, 239, 230, 0.95);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.75;
  text-shadow: 0 1px 8px rgba(7, 8, 26, 0.6);
}

body.page-landing-v2 .why-text h2,
body.page-landing-v2 .advisor-demo-text h2,
body.page-landing-v2 .final-cta h2 {
  text-shadow: 0 2px 24px rgba(7, 8, 26, 0.7);
}

body.page-landing-v2 .why-text p,
body.page-landing-v2 .advisor-demo-text p,
body.page-landing-v2 .final-cta p {
  text-shadow: 0 1px 8px rgba(7, 8, 26, 0.5);
}

/* ════════════════════════════════════════
   HOW IT WORKS — Asymmetric Bento
════════════════════════════════════════ */
body.page-landing-v2 .how-section {
  padding: var(--s24) var(--s6);
  position: relative;
}

body.page-landing-v2 .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s5);
  max-width: var(--max-w);
  margin: var(--s16) auto 0;
}

/* All cards equal width; height grows naturally with content, no big gaps */
body.page-landing-v2 .steps-grid .step-card {
  min-height: 0;
}

@media (max-width: 1024px) {
  body.page-landing-v2 .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  body.page-landing-v2 .steps-grid { grid-template-columns: 1fr; }
}

body.page-landing-v2 .step-card {
  --glow-x: 50%;
  --glow-y: 50%;
  --accent: #F0D27A;
  --accent-rgb: 240, 210, 122;
  --accent-soft: rgba(var(--accent-rgb), 0.15);
  background:
    linear-gradient(160deg, rgba(15, 16, 38, 0.92) 0%, rgba(7, 8, 26, 0.88) 60%, rgba(20, 16, 40, 0.92) 100%);
  border: 1.5px solid rgba(var(--accent-rgb), 0.6);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  border-radius: var(--r-card);
  padding: 2rem 2rem 2.2rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease, border-color 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: card-breathe 6s ease-in-out infinite;
}

@keyframes card-breathe {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(var(--accent-rgb), 0.2) inset,
      0 0 30px rgba(var(--accent-rgb), 0.25),
      0 0 60px rgba(var(--accent-rgb), 0.12),
      0 24px 70px rgba(0, 0, 0, 0.5),
      inset 0 0 60px rgba(var(--accent-rgb), 0.04);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(var(--accent-rgb), 0.4) inset,
      0 0 45px rgba(var(--accent-rgb), 0.5),
      0 0 90px rgba(var(--accent-rgb), 0.22),
      0 24px 70px rgba(0, 0, 0, 0.5),
      inset 0 0 80px rgba(var(--accent-rgb), 0.08);
  }
}

/* Stagger the breathing of cards so they pulse at different times */
body.page-landing-v2 .steps-grid .step-card:nth-child(1) { animation-delay: 0s;    }
body.page-landing-v2 .steps-grid .step-card:nth-child(2) { animation-delay: -1.5s; }
body.page-landing-v2 .steps-grid .step-card:nth-child(3) { animation-delay: -3s;   }
body.page-landing-v2 .steps-grid .step-card:nth-child(4) { animation-delay: -4.5s; }

/* Top neon line (accent stripe) */
body.page-landing-v2 .step-card::after {
  content: '';
  position: absolute;
  top: -1.5px; left: 12%; right: 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.9;
  pointer-events: none;
  filter: blur(0.5px);
  box-shadow: 0 0 12px var(--accent);
}

/* Unique accent per card — clear distinct colors */
body.page-landing-v2 .steps-grid .step-card:nth-child(1) {
  --accent: #F0D27A;
  --accent-rgb: 240, 210, 122;
}
body.page-landing-v2 .steps-grid .step-card:nth-child(2) {
  --accent: #B96AFF;
  --accent-rgb: 185, 106, 255;
}
body.page-landing-v2 .steps-grid .step-card:nth-child(3) {
  --accent: #4DD4FF;
  --accent-rgb: 77, 212, 255;
}
body.page-landing-v2 .steps-grid .step-card:nth-child(4) {
  --accent: #FF8A65;
  --accent-rgb: 255, 138, 101;
}

/* Mouse-aware glow — uses card accent */
body.page-landing-v2 .step-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(420px circle at var(--glow-x) var(--glow-y), var(--accent-soft), transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

body.page-landing-v2 .step-card:hover {
  border-color: var(--accent);
  transform: translateY(-8px);
  box-shadow:
    0 0 0 1px rgba(var(--accent-rgb), 0.4) inset,
    0 0 50px rgba(var(--accent-rgb), 0.5),
    0 0 100px rgba(var(--accent-rgb), 0.2),
    0 32px 90px rgba(0, 0, 0, 0.6),
    inset 0 0 80px rgba(var(--accent-rgb), 0.08);
}

body.page-landing-v2 .step-card:hover::before { opacity: 1; }

body.page-landing-v2 .step-card > * { position: relative; z-index: 1; }

body.page-landing-v2 .step-number {
  font-family: var(--font-display);
  font-size: 5.5rem;
  font-weight: 800;
  line-height: 0.85;
  color: var(--accent);
  letter-spacing: -0.06em;
  text-shadow:
    0 0 30px var(--accent),
    0 0 60px rgba(var(--accent-rgb), 0.5),
    0 2px 4px rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin-bottom: 0.5rem;
}

body.page-landing-v2 .step-card h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.15;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}

body.page-landing-v2 .step-card p {
  color: rgba(245, 239, 230, 0.88);
  line-height: 1.6;
  font-size: 0.92rem;
  margin-top: 0;
  word-spacing: -0.01em;
  hyphens: none;
}

/* Hide old icon */
body.page-landing-v2 .step-icon { display: none; }

/* ════════════════════════════════════════
   STEP SCENES — Custom animated illustrations
════════════════════════════════════════ */
body.page-landing-v2 .step-scene {
  width: 100%;
  height: 220px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(240, 210, 122, 0.08) 0%, rgba(231, 138, 160, 0.04) 50%, transparent 80%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  color: var(--aurora-gold);
}

/* Vignette overlay on top of any iframe (Spline) — feather edges into card */
body.page-landing-v2 .step-scene::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 70% at center, transparent 35%, rgba(7, 8, 26, 0.55) 80%, rgba(7, 8, 26, 0.95) 100%);
  z-index: 2;
  border-radius: inherit;
}

body.page-landing-v2 .step-scene .spline-frame {
  position: absolute;
  inset: -15%;
  width: 130%;
  height: 130%;
  border: 0;
  background: transparent;
  z-index: 1;
  /* Lift the blacks so Spline scene blends with obsidian bg */
  filter: brightness(1.45) contrast(0.78) saturate(1.18);
  mix-blend-mode: lighten;
}

body.page-landing-v2 .step-scene::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 8, 26, 0.5) 0%, transparent 18%, transparent 82%, rgba(7, 8, 26, 0.5) 100%),
    linear-gradient(90deg, rgba(7, 8, 26, 0.5) 0%, transparent 12%, transparent 88%, rgba(7, 8, 26, 0.5) 100%);
  z-index: 3;
  border-radius: inherit;
}

body.page-landing-v2 .scene-stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Scene 1: VERIFY (neon ID card with face scan) ── */
body.page-landing-v2 [data-scene="verify"] {
  color: #F0D27A;
}

body.page-landing-v2 [data-scene="verify"] .scene-id-card {
  position: relative;
  width: 78%;
  height: 70%;
  background: linear-gradient(135deg, rgba(15, 16, 38, 0.9), rgba(35, 13, 51, 0.85));
  border: 1.5px solid rgba(240, 210, 122, 0.55);
  border-radius: 14px;
  box-shadow:
    0 0 30px rgba(240, 210, 122, 0.4),
    0 0 60px rgba(240, 210, 122, 0.18),
    inset 0 0 30px rgba(240, 210, 122, 0.08);
  padding: 12% 12% 14%;
  display: flex;
  align-items: center;
  gap: 8%;
}

body.page-landing-v2 [data-scene="verify"] .scene-id-glow {
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at center, rgba(240, 210, 122, 0.25) 0%, transparent 60%);
  filter: blur(20px);
  pointer-events: none;
  z-index: -1;
  animation: id-glow-pulse 3s ease-in-out infinite alternate;
}

@keyframes id-glow-pulse {
  0%   { opacity: 0.6; }
  100% { opacity: 1;   }
}

body.page-landing-v2 [data-scene="verify"] .scene-id-face {
  width: 40%;
  aspect-ratio: 1;
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(240, 210, 122, 0.8));
}

body.page-landing-v2 [data-scene="verify"] .scene-id-target {
  transform-origin: 30px 22px;
  animation: id-target-spin 4s linear infinite;
}

@keyframes id-target-spin {
  to { transform: rotate(360deg); }
}

body.page-landing-v2 [data-scene="verify"] .scene-id-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

body.page-landing-v2 [data-scene="verify"] .scene-id-lines span {
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(240, 210, 122, 0.5), rgba(240, 210, 122, 0.15));
  box-shadow: 0 0 8px rgba(240, 210, 122, 0.3);
}

body.page-landing-v2 [data-scene="verify"] .scene-id-lines span:nth-child(1) { width: 100%; }
body.page-landing-v2 [data-scene="verify"] .scene-id-lines span:nth-child(2) { width: 80%; }
body.page-landing-v2 [data-scene="verify"] .scene-id-lines span:nth-child(3) { width: 60%; }

body.page-landing-v2 [data-scene="verify"] .scene-id-check {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 10%;
  right: 10%;
  color: #F0D27A;
  filter: drop-shadow(0 0 10px #F0D27A);
  background: var(--obsidian);
  border-radius: 50%;
  padding: 1px;
}

body.page-landing-v2 [data-scene="verify"] .scene-id-corners {
  position: absolute;
  inset: -4px;
  pointer-events: none;
}

body.page-landing-v2 [data-scene="verify"] .scene-id-corners span {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #F0D27A;
  filter: drop-shadow(0 0 6px #F0D27A);
}
body.page-landing-v2 [data-scene="verify"] .scene-id-corners span:nth-child(1) { top: 0; left: 0; border-right: 0; border-bottom: 0; }
body.page-landing-v2 [data-scene="verify"] .scene-id-corners span:nth-child(2) { top: 0; right: 0; border-left: 0; border-bottom: 0; }
body.page-landing-v2 [data-scene="verify"] .scene-id-corners span:nth-child(3) { bottom: 0; left: 0; border-right: 0; border-top: 0; }
body.page-landing-v2 [data-scene="verify"] .scene-id-corners span:nth-child(4) { bottom: 0; right: 0; border-left: 0; border-top: 0; }

body.page-landing-v2 [data-scene="verify"] .scene-id-scanline {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #F0D27A, #FFE9A8, #F0D27A, transparent);
  box-shadow: 0 0 18px #F0D27A, 0 0 40px rgba(240, 210, 122, 0.5);
  top: 15%;
  z-index: 4;
}

body.page-landing-v2 [data-scene="verify"] .scene-id-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.page-landing-v2 [data-scene="verify"] .scene-id-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #F0D27A;
  box-shadow: 0 0 8px #F0D27A;
  opacity: 0;
}
body.page-landing-v2 [data-scene="verify"] .scene-id-particles span:nth-child(1) { top: 20%; left: 8%;  }
body.page-landing-v2 [data-scene="verify"] .scene-id-particles span:nth-child(2) { top: 35%; right: 6%; }
body.page-landing-v2 [data-scene="verify"] .scene-id-particles span:nth-child(3) { top: 65%; left: 12%; }
body.page-landing-v2 [data-scene="verify"] .scene-id-particles span:nth-child(4) { top: 78%; right: 10%; }
body.page-landing-v2 [data-scene="verify"] .scene-id-particles span:nth-child(5) { top: 50%; left: 5%;  }

/* VERIFY — active */
body.page-landing-v2 .step-card.scene-active [data-scene="verify"] .scene-id-scanline {
  animation: id-scanline 2.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
@keyframes id-scanline {
  0%, 100% { top: 15%; opacity: 0; }
  10%, 90% { opacity: 1; }
  50%      { top: 78%; }
}

body.page-landing-v2 .step-card.scene-active [data-scene="verify"] .scene-id-particles span {
  animation: id-particle-rise 3s ease-out infinite;
}
body.page-landing-v2 .step-card.scene-active [data-scene="verify"] .scene-id-particles span:nth-child(2) { animation-delay: 0.4s; }
body.page-landing-v2 .step-card.scene-active [data-scene="verify"] .scene-id-particles span:nth-child(3) { animation-delay: 0.8s; }
body.page-landing-v2 .step-card.scene-active [data-scene="verify"] .scene-id-particles span:nth-child(4) { animation-delay: 1.2s; }
body.page-landing-v2 .step-card.scene-active [data-scene="verify"] .scene-id-particles span:nth-child(5) { animation-delay: 1.6s; }

@keyframes id-particle-rise {
  0%   { opacity: 0; transform: translateY(20px) scale(0.5); }
  20%  { opacity: 1; transform: translateY(0)    scale(1);   }
  80%  { opacity: 1; transform: translateY(-20px) scale(1);  }
  100% { opacity: 0; transform: translateY(-40px) scale(0.5); }
}

/* ── Scene 2: KNOW (heart filling with energy + personality tags) ── */
body.page-landing-v2 [data-scene="know"] .scene-heart {
  position: relative;
  width: 50%;
  height: 60%;
  z-index: 2;
  filter: drop-shadow(0 0 18px rgba(240, 210, 122, 0.45));
}

body.page-landing-v2 [data-scene="know"] .scene-heart-fill {
  transform: translateY(0);
  transition: transform 0s;
}

body.page-landing-v2 [data-scene="know"] .scene-tag {
  position: absolute;
  font-family: var(--font-display);
  font-size: 0.72rem;
  color: var(--aurora-gold);
  padding: 0.2rem 0.6rem;
  background: rgba(7, 8, 26, 0.7);
  border: 1px solid rgba(240, 210, 122, 0.5);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  white-space: nowrap;
  opacity: 0;
  transform: scale(0.6);
  transform-origin: center;
  box-shadow: 0 0 16px rgba(240, 210, 122, 0.25);
}

body.page-landing-v2 [data-scene="know"] .scene-tag-1 { top: 14%;  left: 10%; }
body.page-landing-v2 [data-scene="know"] .scene-tag-2 { top: 18%;  right: 8%; color: var(--aurora-rose); border-color: rgba(231, 138, 160, 0.55); }
body.page-landing-v2 [data-scene="know"] .scene-tag-3 { top: 52%;  left: 6%; }
body.page-landing-v2 [data-scene="know"] .scene-tag-4 { bottom: 18%; right: 12%; color: var(--aurora-rose); border-color: rgba(231, 138, 160, 0.55); }
body.page-landing-v2 [data-scene="know"] .scene-tag-5 { bottom: 14%; left: 14%; }

body.page-landing-v2 [data-scene="know"] .scene-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--aurora-gold), transparent);
  height: 1px;
  opacity: 0;
  transform-origin: center;
}
body.page-landing-v2 [data-scene="know"] .scene-line-1 { top: 20%; left: 22%; width: 22%; transform: rotate(20deg); }
body.page-landing-v2 [data-scene="know"] .scene-line-2 { top: 24%; right: 20%; width: 22%; transform: rotate(-20deg); background: linear-gradient(90deg, transparent, var(--aurora-rose), transparent); }
body.page-landing-v2 [data-scene="know"] .scene-line-3 { top: 50%; left: 18%; width: 18%; }
body.page-landing-v2 [data-scene="know"] .scene-line-4 { bottom: 26%; right: 24%; width: 22%; transform: rotate(20deg); background: linear-gradient(90deg, transparent, var(--aurora-rose), transparent); }
body.page-landing-v2 [data-scene="know"] .scene-line-5 { bottom: 22%; left: 26%; width: 22%; transform: rotate(-20deg); }

/* KNOW — active animations */
body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-heart-fill {
  animation: heart-fill 4.5s ease-in-out infinite;
}

@keyframes heart-fill {
  0%   { transform: translateY(0);    }
  45%  { transform: translateY(-100px); }
  90%  { transform: translateY(-100px); }
  100% { transform: translateY(0);    }
}

body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-tag {
  animation: tag-pop 4.5s ease-out infinite;
}
body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-tag-1 { animation-delay: 0.6s; }
body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-tag-2 { animation-delay: 0.9s; }
body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-tag-3 { animation-delay: 1.2s; }
body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-tag-4 { animation-delay: 1.5s; }
body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-tag-5 { animation-delay: 1.8s; }

@keyframes tag-pop {
  0%, 13%   { opacity: 0; transform: scale(0.6); }
  20%       { opacity: 1; transform: scale(1.1); }
  25%, 80%  { opacity: 1; transform: scale(1);   }
  90%       { opacity: 0; transform: scale(0.85); }
  100%      { opacity: 0; }
}

body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-line {
  animation: line-fade 4.5s ease-in-out infinite;
}
body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-line-1 { animation-delay: 0.5s; }
body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-line-2 { animation-delay: 0.8s; }
body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-line-3 { animation-delay: 1.1s; }
body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-line-4 { animation-delay: 1.4s; }
body.page-landing-v2 .step-card.scene-active [data-scene="know"] .scene-line-5 { animation-delay: 1.7s; }

@keyframes line-fade {
  0%, 13%  { opacity: 0; }
  20%, 80% { opacity: 0.7; }
  90%      { opacity: 0; }
  100%     { opacity: 0; }
}

/* ── Scene 3: MATCH (candidates orbiting → one chosen) ── */
body.page-landing-v2 [data-scene="match"] {
  color: #4DD4FF;
}

/* Background concentric rings */
body.page-landing-v2 [data-scene="match"] .match-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: #4DD4FF;
  opacity: 0.4;
}

body.page-landing-v2 [data-scene="match"] .match-line {
  transform-origin: 100px 100px;
  animation: match-ring-rotate 30s linear infinite;
}
body.page-landing-v2 [data-scene="match"] .match-line-2 { animation-duration: 45s; animation-direction: reverse; }

@keyframes match-ring-rotate {
  to { transform: rotate(360deg); }
}

/* Orbit of candidates */
body.page-landing-v2 [data-scene="match"] .match-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  transform: translate(-50%, -50%);
  animation: match-orbit-rotate 14s linear infinite;
}

@keyframes match-orbit-rotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

body.page-landing-v2 [data-scene="match"] .match-candidate {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), rgba(77, 212, 255, 0.6) 50%, transparent 100%);
  border: 1px solid rgba(77, 212, 255, 0.5);
  box-shadow: 0 0 12px rgba(77, 212, 255, 0.5);
}

body.page-landing-v2 [data-scene="match"] .match-candidate-1 { top: 0;    left: 50%; transform: translate(-50%, -50%); }
body.page-landing-v2 [data-scene="match"] .match-candidate-2 { top: 50%;  right: 0;  transform: translate(50%, -50%); }
body.page-landing-v2 [data-scene="match"] .match-candidate-3 { bottom: 0; left: 50%; transform: translate(-50%, 50%); }
body.page-landing-v2 [data-scene="match"] .match-candidate-4 { top: 50%;  left: 0;   transform: translate(-50%, -50%); }

/* Chosen — central glowing match */
body.page-landing-v2 [data-scene="match"] .match-chosen {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  z-index: 3;
}

body.page-landing-v2 [data-scene="match"] .match-chosen-core {
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #FFF5E5 0%, #F0D27A 30%, #E78AA0 70%, #B96AFF 100%);
  box-shadow:
    0 0 30px rgba(240, 210, 122, 0.8),
    0 0 60px rgba(231, 138, 160, 0.5),
    0 0 90px rgba(185, 106, 255, 0.3),
    inset 0 0 12px rgba(255, 255, 255, 0.5);
  animation: chosen-breathe 3s ease-in-out infinite;
}

@keyframes chosen-breathe {
  0%, 100% { transform: scale(1);    filter: brightness(1);    }
  50%      { transform: scale(1.15); filter: brightness(1.25); }
}

body.page-landing-v2 [data-scene="match"] .match-chosen-heart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  color: #07081A;
  z-index: 4;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  animation: chosen-heart-beat 1.4s ease-in-out infinite;
}

@keyframes chosen-heart-beat {
  0%, 100% { transform: translate(-50%, -50%) scale(1);    }
  20%      { transform: translate(-50%, -50%) scale(1.25); }
  40%      { transform: translate(-50%, -50%) scale(1);    }
  60%      { transform: translate(-50%, -50%) scale(1.15); }
}

body.page-landing-v2 [data-scene="match"] .match-chosen-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(240, 210, 122, 0.6);
  opacity: 0;
}

/* Expanding pulse rings */
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-chosen-ring-1 {
  animation: chosen-ring-expand 2.5s ease-out infinite;
}
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-chosen-ring-2 {
  animation: chosen-ring-expand 2.5s ease-out 0.8s infinite;
  border-color: rgba(231, 138, 160, 0.5);
}
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-chosen-ring-3 {
  animation: chosen-ring-expand 2.5s ease-out 1.6s infinite;
  border-color: rgba(185, 106, 255, 0.4);
}

@keyframes chosen-ring-expand {
  0%   { opacity: 0.8; transform: scale(0.5); }
  100% { opacity: 0;   transform: scale(2.5); }
}

/* Sparks circling the chosen */
body.page-landing-v2 [data-scene="match"] .match-spark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 10px white, 0 0 20px #F0D27A;
}

body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-spark-1 {
  animation: spark-circle 5s linear infinite;
}
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-spark-2 {
  animation: spark-circle 5s linear infinite -1.7s;
}
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-spark-3 {
  animation: spark-circle 5s linear infinite -3.3s;
}

@keyframes spark-circle {
  0%   { transform: translate(-50%, -50%) rotate(0deg)   translateX(48px) rotate(0deg);    }
  100% { transform: translate(-50%, -50%) rotate(360deg) translateX(48px) rotate(-360deg); }
}

/* Candidate pulse subtle */
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate {
  animation: candidate-fade 4s ease-in-out infinite;
}
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate-2 { animation-delay: 0.7s; }
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate-3 { animation-delay: 1.4s; }
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate-4 { animation-delay: 2.1s; }

@keyframes candidate-fade {
  0%, 100% { opacity: 0.5; transform: scale(0.85) translate(-50%, -50%); }
  50%      { opacity: 1;   transform: scale(1)    translate(-50%, -50%); }
}
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate-1 { transform: translate(-50%, -50%); }
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate-2 { transform: translate(50%, -50%);  }
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate-3 { transform: translate(-50%, 50%);  }
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate-4 { transform: translate(-50%, -50%); }
@keyframes candidate-fade-1 { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate {
  animation: candidate-fade-1 4s ease-in-out infinite;
}
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate-2 { animation-delay: 1s; }
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate-3 { animation-delay: 2s; }
body.page-landing-v2 .step-card.scene-active [data-scene="match"] .match-candidate-4 { animation-delay: 3s; }

/* ── Scene 4: REVEAL (Polaroid developing — clearer + brighter) ── */
body.page-landing-v2 [data-scene="reveal"] {
  color: #FF8A65;
}

body.page-landing-v2 [data-scene="reveal"] .scene-polaroid {
  position: relative;
  width: 42%;
  max-width: 140px;
  background: linear-gradient(180deg, #FFF5E5 0%, #F0E0C5 100%);
  border-radius: 6px;
  padding: 6px 6px 20px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.55),
    0 0 24px rgba(255, 138, 101, 0.3),
    0 0 0 1px rgba(255, 138, 101, 0.45),
    0 2px 0 rgba(255, 255, 255, 0.25) inset;
  transform: rotate(-5deg);
  animation: polaroid-tilt 7s ease-in-out infinite;
}

@keyframes polaroid-tilt {
  0%, 100% { transform: rotate(-4deg) translateY(0);    }
  50%      { transform: rotate(2deg)  translateY(-4px); }
}

body.page-landing-v2 [data-scene="reveal"] .scene-polaroid-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 35%, #FFD8B5 0%, #FF8A65 30%, #B96AFF 65%, #2A1B4A 100%);
  border-radius: 3px;
  overflow: hidden;
}

body.page-landing-v2 [data-scene="reveal"] .scene-polaroid-dev {
  position: absolute;
  inset: 0;
  background: #1A0F2E;
  z-index: 3;
}

body.page-landing-v2 [data-scene="reveal"] .scene-polaroid-face {
  position: absolute;
  inset: 8%;
  width: 84%;
  height: 84%;
  color: rgba(7, 8, 26, 0.75);
  z-index: 2;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
  stroke-width: 2.5;
}

body.page-landing-v2 [data-scene="reveal"] .scene-polaroid-strip {
  position: absolute;
  left: -10%;
  right: -10%;
  height: 30%;
  top: -30%;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(240, 210, 122, 0.5) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(240, 210, 122, 0.5) 70%,
    transparent 100%);
  filter: blur(8px);
  z-index: 4;
  pointer-events: none;
}

body.page-landing-v2 [data-scene="reveal"] .scene-polaroid-label {
  position: relative;
  height: 14px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.page-landing-v2 [data-scene="reveal"] .scene-polaroid-dots {
  display: inline-flex;
  gap: 6px;
}
body.page-landing-v2 [data-scene="reveal"] .scene-polaroid-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(7, 8, 26, 0.25);
}

body.page-landing-v2 [data-scene="reveal"] .scene-shine {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 16px white, 0 0 32px var(--aurora-gold);
  opacity: 0;
  z-index: 5;
}
body.page-landing-v2 [data-scene="reveal"] .scene-shine-1 { top: 26%; left: 22%; }
body.page-landing-v2 [data-scene="reveal"] .scene-shine-2 { top: 32%; right: 24%; }

/* REVEAL — active animations */
body.page-landing-v2 .step-card.scene-active [data-scene="reveal"] .scene-polaroid-dev {
  animation: polaroid-develop 5s ease-in-out infinite;
}

@keyframes polaroid-develop {
  0%   { opacity: 1; }
  20%  { opacity: 1; }
  60%  { opacity: 0; }
  90%  { opacity: 0; }
  100% { opacity: 1; }
}

body.page-landing-v2 .step-card.scene-active [data-scene="reveal"] .scene-polaroid-strip {
  animation: polaroid-strip 5s ease-in-out infinite;
}

@keyframes polaroid-strip {
  0%, 20%  { top: -30%; }
  60%      { top: 100%; }
  61%, 100% { top: -30%; }
}

body.page-landing-v2 .step-card.scene-active [data-scene="reveal"] .scene-shine {
  animation: shine-twinkle 5s ease-in-out infinite;
}
body.page-landing-v2 .step-card.scene-active [data-scene="reveal"] .scene-shine-2 { animation-delay: 0.4s; }

@keyframes shine-twinkle {
  0%, 55%  { opacity: 0; transform: scale(0); }
  62%      { opacity: 1; transform: scale(1.4); }
  72%, 82% { opacity: 1; transform: scale(1); }
  90%      { opacity: 0; transform: scale(0.5); }
  100%     { opacity: 0; }
}

/* ════════════════════════════════════════
   WHY DIFFERENT — Split-screen
════════════════════════════════════════ */
body.page-landing-v2 .why-section {
  padding: var(--s24) var(--s6);
  position: relative;
}

body.page-landing-v2 .why-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--s16);
  align-items: center;
}

@media (max-width: 968px) {
  body.page-landing-v2 .why-inner {
    grid-template-columns: 1fr;
    gap: var(--s12);
  }
}

body.page-landing-v2 .why-text h2 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: var(--s4) 0 var(--s6);
}

body.page-landing-v2 .why-text p {
  color: rgba(245, 239, 230, 0.88);
  line-height: 1.85;
  font-size: 1.08rem;
}

body.page-landing-v2 .why-text strong {
  color: var(--aurora-gold);
  font-weight: 600;
}

body.page-landing-v2 .features-list {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
  margin-top: var(--s10);
}

body.page-landing-v2 .feature-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.2rem;
  border-radius: 16px;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}

body.page-landing-v2 .feature-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(240, 210, 122, 0.2);
  transform: translateX(-4px);
}

/* Legacy feature-icon — keep as fallback */
body.page-landing-v2 .feature-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(240, 210, 122, 0.25), rgba(231, 138, 160, 0.12));
  border: 1.5px solid rgba(240, 210, 122, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 20px rgba(240, 210, 122, 0.25),
    inset 0 0 10px rgba(240, 210, 122, 0.1);
}

body.page-landing-v2 .feature-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--aurora-gold);
  stroke-width: 1.8;
  fill: none;
  filter: drop-shadow(0 0 4px rgba(240, 210, 122, 0.5));
}

/* 3D-style icon with depth, glow, gradient surface */
body.page-landing-v2 .feature-icon-3d {
  position: relative;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-landing-v2 .feature-icon-3d .fi3d-glow {
  position: absolute;
  inset: -20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 210, 122, 0.4) 0%, transparent 65%);
  filter: blur(10px);
  z-index: 0;
  animation: fi3d-glow-pulse 3s ease-in-out infinite alternate;
}

body.page-landing-v2 .feature-item[data-accent="rose"] .feature-icon-3d .fi3d-glow {
  background: radial-gradient(circle, rgba(231, 138, 160, 0.45) 0%, transparent 65%);
}
body.page-landing-v2 .feature-item[data-accent="violet"] .feature-icon-3d .fi3d-glow {
  background: radial-gradient(circle, rgba(185, 106, 255, 0.45) 0%, transparent 65%);
}
body.page-landing-v2 .feature-item[data-accent="cyan"] .feature-icon-3d .fi3d-glow {
  background: radial-gradient(circle, rgba(77, 212, 255, 0.45) 0%, transparent 65%);
}

@keyframes fi3d-glow-pulse {
  0%   { opacity: 0.65; transform: scale(0.92); }
  100% { opacity: 1;    transform: scale(1.06); }
}

body.page-landing-v2 .feature-icon-3d .fi3d-svg {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.45));
  animation: fi3d-float 4s ease-in-out infinite;
}

@keyframes fi3d-float {
  0%, 100% { transform: translateY(0)    rotate(-2deg); }
  50%      { transform: translateY(-6px) rotate(2deg);  }
}

body.page-landing-v2 .feature-item:hover .feature-icon-3d {
  transform: scale(1.08);
}
body.page-landing-v2 .feature-item:hover .feature-icon-3d .fi3d-svg {
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 12px currentColor);
}

body.page-landing-v2 .feature-text h4 {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: var(--s2);
  color: var(--text);
}

body.page-landing-v2 .feature-text p {
  color: rgba(245, 239, 230, 0.82);
  line-height: 1.7;
  font-size: 0.96rem;
}

body.page-landing-v2 .compare-card {
  --glow-x: 50%;
  --glow-y: 50%;
  background:
    linear-gradient(160deg, rgba(15, 16, 38, 0.92) 0%, rgba(7, 8, 26, 0.88) 60%, rgba(35, 13, 51, 0.85) 100%);
  border: 1.8px solid rgba(185, 106, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--r-card);
  padding: 2rem 2rem 2.2rem;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(185, 106, 255, 0.25) inset,
    0 0 40px rgba(185, 106, 255, 0.4),
    0 0 80px rgba(185, 106, 255, 0.18),
    0 24px 70px rgba(0, 0, 0, 0.55),
    inset 0 0 80px rgba(185, 106, 255, 0.06);
  animation: compare-breathe 5s ease-in-out infinite;
}

@keyframes compare-breathe {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(185, 106, 255, 0.25) inset,
      0 0 40px rgba(185, 106, 255, 0.4),
      0 0 80px rgba(185, 106, 255, 0.18),
      0 24px 70px rgba(0, 0, 0, 0.55),
      inset 0 0 80px rgba(185, 106, 255, 0.06);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(185, 106, 255, 0.4) inset,
      0 0 60px rgba(185, 106, 255, 0.55),
      0 0 120px rgba(185, 106, 255, 0.25),
      0 24px 70px rgba(0, 0, 0, 0.55),
      inset 0 0 100px rgba(185, 106, 255, 0.1);
  }
}

body.page-landing-v2 .compare-card::after {
  content: '';
  position: absolute;
  top: -1.5px; left: 15%; right: 15%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #B96AFF, transparent);
  opacity: 0.95;
  pointer-events: none;
  filter: blur(0.5px);
  box-shadow: 0 0 16px #B96AFF;
  animation: compare-stripe 4s ease-in-out infinite;
}

@keyframes compare-stripe {
  0%, 100% { left: 10%; right: 10%; opacity: 0.9; }
  50%      { left: 25%; right: 25%; opacity: 1;   }
}

body.page-landing-v2 .compare-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(420px circle at var(--glow-x) var(--glow-y), rgba(231, 138, 160, 0.13), transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

body.page-landing-v2 .compare-card:hover::before { opacity: 1; }

body.page-landing-v2 .compare-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(240, 210, 122, 0.3), transparent 50%, rgba(231, 138, 160, 0.25));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

body.page-landing-v2 .compare-card {
  display: grid;
  grid-template-columns: 1fr;
}

body.page-landing-v2 .compare-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}

body.page-landing-v2 .compare-head-bad {
  text-align: center;
  color: rgba(245, 239, 230, 0.55);
  font-size: 0.92rem;
  text-decoration: line-through;
  text-decoration-color: rgba(231, 138, 160, 0.55);
  font-weight: 500;
}

body.page-landing-v2 .compare-head-vs {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(245, 239, 230, 0.5);
  font-size: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.page-landing-v2 .compare-head-good {
  text-align: center;
  background: linear-gradient(135deg, var(--aurora-gold), var(--aurora-rose));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1rem;
}

body.page-landing-v2 .compare-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.page-landing-v2 .compare-row:last-child { border-bottom: 0; }

body.page-landing-v2 .compare-bad,
body.page-landing-v2 .compare-good {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.94rem;
  position: relative;
}

body.page-landing-v2 .compare-bad::before,
body.page-landing-v2 .compare-good::before {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.05rem;
  font-family: sans-serif;
  transition: transform 0.3s ease;
}

body.page-landing-v2 .compare-bad::before {
  content: '✕';
  color: #FFFFFF;
  background: radial-gradient(circle at 30% 30%, #FF7A95 0%, #E04760 50%, #8C1A2E 100%);
  border: 1.5px solid rgba(255, 138, 154, 0.85);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow:
    0 0 14px rgba(224, 71, 96, 0.55),
    0 4px 10px rgba(0, 0, 0, 0.45),
    inset 0 2px 0 rgba(255, 255, 255, 0.45),
    inset 0 -2px 0 rgba(0, 0, 0, 0.25);
}

body.page-landing-v2 .compare-good::before {
  content: '✓';
  color: #07081A;
  background: radial-gradient(circle at 30% 30%, #FFE9A8 0%, #F0D27A 45%, #B8932A 100%);
  border: 1.5px solid rgba(255, 233, 168, 0.9);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow:
    0 0 14px rgba(240, 210, 122, 0.7),
    0 4px 10px rgba(0, 0, 0, 0.45),
    inset 0 2px 0 rgba(255, 255, 255, 0.5),
    inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}

body.page-landing-v2 .compare-row:hover .compare-bad::before { transform: rotate(15deg) scale(1.1); }
body.page-landing-v2 .compare-row:hover .compare-good::before { transform: rotate(-8deg) scale(1.15); }

body.page-landing-v2 .compare-bad {
  color: rgba(245, 239, 230, 0.55);
  font-weight: 500;
  text-decoration: none;
}

body.page-landing-v2 .compare-bad > span:last-child {
  text-decoration: line-through;
  text-decoration-color: rgba(231, 138, 160, 0.5);
  text-decoration-thickness: 1.5px;
}

body.page-landing-v2 .compare-good {
  color: var(--aurora-gold);
  font-weight: 600;
}

body.page-landing-v2 .compare-ico {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-landing-v2 .compare-bad .compare-ico {
  color: rgba(231, 138, 160, 0.7);
  border-color: rgba(231, 138, 160, 0.18);
}

body.page-landing-v2 .compare-good .compare-ico {
  background: linear-gradient(135deg, rgba(240, 210, 122, 0.18), rgba(231, 138, 160, 0.08));
  border-color: rgba(240, 210, 122, 0.3);
  color: var(--aurora-gold);
}

body.page-landing-v2 .compare-ico svg {
  width: 16px;
  height: 16px;
}

body.page-landing-v2 .compare-vs {
  width: 60px;
  text-align: center;
  color: rgba(245, 239, 230, 0.4);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* ════════════════════════════════════════
   ADVISOR DEMO
════════════════════════════════════════ */
body.page-landing-v2 .advisor-section {
  padding: var(--s24) var(--s6);
}

body.page-landing-v2 .advisor-demo-wrap {
  --glow-x: 50%;
  --glow-y: 50%;
  max-width: var(--max-w);
  margin: 0 auto;
  background:
    linear-gradient(135deg, rgba(139, 63, 184, 0.10) 0%, rgba(231, 138, 160, 0.05) 100%);
  border: 1.5px solid rgba(77, 212, 255, 0.45);
  border-radius: 36px;
  padding: var(--s16);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  animation: advisor-breathe 7s ease-in-out infinite;
}

@keyframes advisor-breathe {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(77, 212, 255, 0.15) inset,
      0 0 40px rgba(77, 212, 255, 0.25),
      0 0 80px rgba(77, 212, 255, 0.1),
      0 24px 70px rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(77, 212, 255, 0.35) inset,
      0 0 60px rgba(77, 212, 255, 0.4),
      0 0 120px rgba(77, 212, 255, 0.2),
      0 24px 70px rgba(0, 0, 0, 0.4);
  }
}

body.page-landing-v2 .advisor-demo-wrap::before {
  content: '';
  position: absolute;
  top: -50%; right: -20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(240, 210, 122, 0.15), transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}

body.page-landing-v2 .advisor-demo-text h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.05;
  margin: var(--s4) 0 var(--s5);
}

body.page-landing-v2 .advisor-demo-text p {
  color: rgba(245, 239, 230, 0.88);
  line-height: 1.8;
  font-size: 1.08rem;
}

body.page-landing-v2 .chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  color: rgba(245, 239, 230, 0.85);
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

body.page-landing-v2 .chip:hover {
  border-color: rgba(240, 210, 122, 0.4);
  color: var(--aurora-gold);
  transform: translateY(-2px);
}

body.page-landing-v2 .advisor-demo-chat {
  background: rgba(7, 8, 26, 0.65);
  border: 1px solid var(--glass-border);
  border-radius: 22px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.page-landing-v2 .demo-chat-avatar {
  background: linear-gradient(135deg, var(--aurora-gold), var(--aurora-rose));
  box-shadow: 0 0 24px rgba(240, 210, 122, 0.5);
}

/* ════════════════════════════════════════
   FAQ LANDING
════════════════════════════════════════ */
body.page-landing-v2 .faq-landing {
  padding: var(--s24) var(--s6);
  position: relative;
}

body.page-landing-v2 .faq-landing-inner {
  max-width: 1000px;
  margin: 0 auto;
}

body.page-landing-v2 .faq-landing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s4);
  margin-top: var(--s12);
}

@media (max-width: 768px) {
  body.page-landing-v2 .faq-landing-grid { grid-template-columns: 1fr; }
}

body.page-landing-v2 .faq-landing-item {
  --glow-x: 50%;
  --glow-y: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1.5px solid rgba(240, 210, 122, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  animation: faq-glow-shift 8s ease-in-out infinite;
}

@keyframes faq-glow-shift {
  0%, 100% { border-color: rgba(240, 210, 122, 0.25); box-shadow: 0 0 14px rgba(240, 210, 122, 0.1); }
  33%      { border-color: rgba(231, 138, 160, 0.3);  box-shadow: 0 0 14px rgba(231, 138, 160, 0.12); }
  66%      { border-color: rgba(185, 106, 255, 0.28); box-shadow: 0 0 14px rgba(185, 106, 255, 0.12); }
}

/* Stagger FAQ items so they breathe in waves */
body.page-landing-v2 .faq-landing-grid > *:nth-child(1) { animation-delay: 0s;    }
body.page-landing-v2 .faq-landing-grid > *:nth-child(2) { animation-delay: -1.3s; }
body.page-landing-v2 .faq-landing-grid > *:nth-child(3) { animation-delay: -2.6s; }
body.page-landing-v2 .faq-landing-grid > *:nth-child(4) { animation-delay: -4s;   }
body.page-landing-v2 .faq-landing-grid > *:nth-child(5) { animation-delay: -5.3s; }
body.page-landing-v2 .faq-landing-grid > *:nth-child(6) { animation-delay: -6.6s; }

body.page-landing-v2 .faq-landing-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(300px circle at var(--glow-x) var(--glow-y), rgba(240, 210, 122, 0.10), transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

body.page-landing-v2 .faq-landing-item:hover::before { opacity: 1; }
body.page-landing-v2 .faq-landing-item:hover { border-color: rgba(240, 210, 122, 0.32); }

body.page-landing-v2 .faq-landing-item[open] {
  border-color: rgba(240, 210, 122, 0.48);
  background: linear-gradient(135deg, rgba(240, 210, 122, 0.07), rgba(231, 138, 160, 0.04));
}

body.page-landing-v2 .faq-landing-item summary {
  padding: 1.15rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

body.page-landing-v2 .faq-landing-item summary::-webkit-details-marker { display: none; }
body.page-landing-v2 .faq-landing-item summary:hover { color: var(--aurora-gold); }

body.page-landing-v2 .faq-landing-item summary::after {
  content: "+";
  color: var(--aurora-gold);
  font-size: 1.6rem;
  font-weight: 300;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

body.page-landing-v2 .faq-landing-item[open] summary::after {
  content: "−";
  color: var(--aurora-rose);
}

body.page-landing-v2 .faq-landing-answer {
  padding: 0 1.5rem 1.3rem;
  color: rgba(245, 239, 230, 0.85);
  font-size: 0.96rem;
  line-height: 1.78;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1.1rem;
}

body.page-landing-v2 .faq-landing-more {
  text-align: center;
  margin-top: var(--s10);
}

body.page-landing-v2 .faq-landing-more .btn-outline {
  border: 1px solid rgba(240, 210, 122, 0.45);
  color: var(--aurora-gold);
  background: transparent;
  padding: 0.9rem 2rem;
  transition: all 0.3s ease;
}

body.page-landing-v2 .faq-landing-more .btn-outline:hover {
  background: rgba(240, 210, 122, 0.08);
  border-color: var(--aurora-gold);
  transform: translateY(-2px);
}

/* ════════════════════════════════════════
   FINAL CTA
════════════════════════════════════════ */
body.page-landing-v2 .final-cta {
  padding: var(--s24) var(--s6);
  position: relative;
  text-align: center;
}

body.page-landing-v2 .final-cta-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}

body.page-landing-v2 .final-cta-inner::before {
  content: '';
  position: absolute;
  inset: -120px;
  background: radial-gradient(circle, rgba(240, 210, 122, 0.12) 0%, rgba(231, 138, 160, 0.06) 40%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: -1;
}

body.page-landing-v2 .final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: var(--s6);
  letter-spacing: -0.025em;
}

body.page-landing-v2 .final-cta h2 em {
  font-style: italic;
  background: linear-gradient(120deg, var(--aurora-gold), var(--aurora-rose), var(--aurora-gold));
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gold-shimmer 6s ease-in-out infinite;
}

body.page-landing-v2 .final-cta p {
  color: rgba(245, 239, 230, 0.88);
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: var(--s10);
}

body.page-landing-v2 .btn-xl {
  padding: 1.2rem 3.2rem;
  font-size: 1.08rem;
}

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
body.page-landing-v2 .footer {
  border-top: 1px solid var(--glass-border);
  background: rgba(7, 8, 26, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

body.page-landing-v2 .footer-logo {
  background: linear-gradient(135deg, var(--aurora-gold), var(--aurora-rose));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.18em;
}

body.page-landing-v2 .footer-links a {
  color: rgba(245, 239, 230, 0.55);
  transition: color 0.3s ease;
}

body.page-landing-v2 .footer-links a:hover {
  color: var(--aurora-gold);
}

/* ════════════════════════════════════════
   FLOATING ADVISOR — refined
════════════════════════════════════════ */
body.page-landing-v2 .advisor-float__btn {
  background: linear-gradient(135deg, var(--aurora-gold), var(--aurora-rose));
  box-shadow:
    0 8px 32px rgba(240, 210, 122, 0.48),
    0 0 60px rgba(231, 138, 160, 0.35);
}

body.page-landing-v2 .advisor-float__ring {
  background: linear-gradient(135deg, var(--aurora-gold), var(--aurora-rose));
}

/* ════════════════════════════════════════
   ACCESSIBILITY
════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  body.page-landing-v2 *,
  body.page-landing-v2 *::before,
  body.page-landing-v2 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  body.page-landing-v2 .webgl-bg { display: none; }
}

/* ════════════════════════════════════════
   MOBILE TUNING
════════════════════════════════════════ */
@media (max-width: 768px) {
  body.page-landing-v2 .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--s10);
  }
  body.page-landing-v2 .hero-stats {
    flex-wrap: wrap;
    gap: var(--s4);
  }
  body.page-landing-v2 .step-number {
    font-size: 2.2rem;
  }
  body.page-landing-v2 .advisor-demo-wrap {
    padding: var(--s8);
  }
  body.page-landing-v2 .telois-orb {
    width: 84px;
    height: 84px;
  }
  body.page-landing-v2 .match-visual {
    width: 320px;
    height: 420px;
  }

  /* Comparison card — fit text inside narrow viewport */
  body.page-landing-v2 .compare-card {
    padding: 1.25rem 1rem 1.4rem;
    margin: 0;
  }
  body.page-landing-v2 .compare-head,
  body.page-landing-v2 .compare-row {
    grid-template-columns: 1fr auto 1fr;
    gap: 0.4rem;
    padding: 0.65rem 0;
  }
  body.page-landing-v2 .compare-head-bad,
  body.page-landing-v2 .compare-head-good {
    font-size: 0.78rem;
  }
  body.page-landing-v2 .compare-bad,
  body.page-landing-v2 .compare-good {
    font-size: 0.78rem;
    gap: 0.35rem;
    line-height: 1.25;
    min-width: 0;
    word-break: break-word;
  }
  body.page-landing-v2 .compare-bad::before,
  body.page-landing-v2 .compare-good::before {
    width: 22px;
    height: 22px;
    font-size: 0.72rem;
    border-width: 1px;
  }
  body.page-landing-v2 .compare-vs {
    width: auto;
    min-width: 56px;
    font-size: 0.6rem;
    padding: 0.2rem 0.35rem;
    letter-spacing: 0.05em;
  }
  body.page-landing-v2 .compare-head-vs {
    width: 28px;
    height: 28px;
    font-size: 0.65rem;
  }
}
