/* ──────────────────────────────────────────────────────────────────────────
   VIVIEN LE MOAL — Réseau Social Privé de Prospects
   Mode CINÉMA. Tesla la nuit × Westworld × Dune × Apple Store vitrine
─────────────────────────────────────────────────────────────────────── */

:root {
  /* deep ink — paint of a Tesla at night */
  --ink-0:   #06070B;          /* page bg */
  --ink-1:   #0A0C13;
  --ink-2:   #0F1320;
  --ink-3:   #161B2C;
  --ink-4:   #1F2538;

  /* text */
  --text-0:  #FFFFFF;
  --text-1:  #E6E8EE;
  --text-2:  #B0B5C4;          /* secondary */
  --text-3:  #6D7286;          /* muted */
  --text-4:  #444A5C;          /* faint */

  /* lines */
  --line:        rgba(255, 255, 255, 0.06);
  --line-strong: rgba(255, 255, 255, 0.12);
  --line-soft:   rgba(255, 255, 255, 0.04);

  /* signal palette — cinema lamps */
  --cyan:    #56F0FF;          /* glace cyan, lampe principale */
  --cyan-2:  #00E5FF;
  --blue:    #6F8FFF;
  --violet:  #B393FF;          /* aurore violette */
  --magenta: #FF7AC6;          /* brouillard magenta lointain */
  --gold:    #E2C68C;
  --ember:   #FF8A57;

  /* gradients */
  --grad-signal: linear-gradient(135deg, #56F0FF 0%, #6F8FFF 50%, #B393FF 100%);
  --grad-aurora: linear-gradient(135deg, #B393FF 0%, #FF7AC6 100%);

  /* type */
  --font-display: "Instrument Serif", "Space Grotesk", serif;
  --font-sans:    "Space Grotesk", "Inter Tight", system-ui, sans-serif;
  --font-body:    "Inter", system-ui, sans-serif;

  /* radii */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 32px;

  /* cinema easing — unique */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--ink-0);
  color: var(--text-1);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection { background: rgba(86, 240, 255, 0.35); color: #fff; }

/* ── lenis ── */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }

/* ──────────── COSMIC BACKDROP ────────────
   3 aurores qui dérivent — toujours en place, ne scrollent pas
   ────────────────────────────────────────── */
.cosmos {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 80%, #0B0E17 0%, #06070B 60%);
}
.cosmos .aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0;
  will-change: transform, opacity;
}
.cosmos .a1 { /* aurore violette en haut à droite */
  width: 720px; height: 720px;
  top: -200px; right: -180px;
  background: radial-gradient(closest-side, rgba(179, 147, 255, 0.55), transparent 70%);
  animation: drift-1 22s var(--ease) infinite alternate;
}
.cosmos .a2 { /* néon cyan en bas à gauche */
  width: 680px; height: 680px;
  bottom: -220px; left: -200px;
  background: radial-gradient(closest-side, rgba(86, 240, 255, 0.45), transparent 70%);
  animation: drift-2 26s var(--ease) infinite alternate;
}
.cosmos .a3 { /* brouillard magenta dérivant */
  width: 620px; height: 620px;
  top: 30%; left: 35%;
  background: radial-gradient(closest-side, rgba(255, 122, 198, 0.25), transparent 70%);
  animation: drift-3 30s var(--ease) infinite alternate;
}
@keyframes drift-1 {
  0%   { transform: translate(0, 0) scale(1);    opacity: 0.85; }
  100% { transform: translate(-60px, 80px) scale(1.1); opacity: 0.6; }
}
@keyframes drift-2 {
  0%   { transform: translate(0, 0) scale(1);    opacity: 0.7; }
  100% { transform: translate(80px, -60px) scale(1.12); opacity: 0.9; }
}
@keyframes drift-3 {
  0%   { transform: translate(-40px, -20px) scale(0.95); opacity: 0.6; }
  100% { transform: translate(60px, 40px) scale(1.08);   opacity: 0.85; }
}
/* class added after page reveal animates the aurora opacity in slowly */
body.ready .cosmos .aurora { opacity: 1; transition: opacity 1200ms var(--ease); }

/* ── starfield ── */
.starfield {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}
.star {
  position: absolute;
  width: 1.5px; height: 1.5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px rgba(255,255,255,0.6);
  animation: twinkle var(--dur, 4s) ease-in-out infinite;
  animation-delay: var(--del, 0s);
}
@keyframes twinkle {
  0%, 100% { opacity: 0.2; }
  50%      { opacity: 1; }
}

/* ── cinema grain (4% opacity) ── */
.grain {
  position: fixed;
  inset: -10%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.18;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.65 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  animation: grain 1.6s steps(6) infinite;
}
@keyframes grain {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(-2%, 1%); }
  40%  { transform: translate(1%, -2%); }
  60%  { transform: translate(-1%, 2%); }
  80%  { transform: translate(2%, -1%); }
  100% { transform: translate(0, 0); }
}

/* ── custom cursor + spotlight ── */
.cursor-dot, .cursor-ring, .spotlight {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.cursor-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}
.cursor-ring {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.4);
  mix-blend-mode: difference;
  transition: width 350ms var(--ease), height 350ms var(--ease), border-color 250ms;
}
.cursor-ring.hover {
  width: 56px; height: 56px;
  border-color: var(--cyan);
}
.spotlight {
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(86, 240, 255, 0.08), transparent 70%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 400ms var(--ease);
  z-index: 3;
}
body.cursor-active .spotlight { opacity: 1; }
@media (hover: none), (max-width: 860px) {
  .cursor-dot, .cursor-ring, .spotlight { display: none; }
}

/* hide native cursor when custom is active */
body.cursor-active, body.cursor-active * { cursor: none !important; }
body.cursor-active input,
body.cursor-active textarea,
body.cursor-active select { cursor: text !important; }

/* ──────────── TYPOGRAPHY ──────────── */

h1, h2, h3, h4 {
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0;
  color: var(--text-0);
}
h1 { font-size: clamp(44px, 6.2vw, 92px); letter-spacing: -0.04em; line-height: 0.98; }
h2 { font-size: clamp(34px, 4.4vw, 64px); letter-spacing: -0.035em; }
h3 { font-size: clamp(22px, 1.9vw, 28px); }
h4 { font-size: 18px; }

p { margin: 0; color: var(--text-2); }

/* serif italic — Westworld titlecard energy */
.serif {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.005em;
}
.grad-text {
  background: var(--grad-signal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.strike {
  color: var(--text-4);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(255,255,255,0.2);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-2);
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(0.7); }
}

/* ──────────── LAYOUT ──────────── */

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 5;
}
@media (max-width: 720px) { .container { padding: 0 20px; } }

section {
  position: relative;
  padding: 140px 0;
  z-index: 5;
}
@media (max-width: 720px) { section { padding: 80px 0; } }

.horizon::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  width: 50%;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

/* ──────────── NAV ──────────── */

.nav {
  position: fixed;
  top: 18px; left: 50%;
  transform: translateX(-50%) translateY(-40px);
  opacity: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 9px 9px 9px 22px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(10, 12, 19, 0.55);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.04);
  transition: transform 700ms var(--ease), opacity 700ms var(--ease);
  transition-delay: 600ms;
}
body.ready .nav { transform: translateX(-50%) translateY(0); opacity: 1; }

.nav .logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14.5px;
  letter-spacing: -0.01em;
  color: var(--text-0);
  text-decoration: none;
}
.nav .logo-mark {
  width: 22px; height: 22px;
  border-radius: 7px;
  background: var(--grad-signal);
  position: relative;
  box-shadow: 0 0 18px rgba(86, 240, 255, 0.5);
}
.nav .logo-mark::after {
  content: "";
  position: absolute; inset: 5px;
  border-radius: 3px;
  background: var(--ink-0);
}
.nav .logo-mark::before {
  content: "";
  position: absolute; inset: 8px;
  border-radius: 2px;
  background: var(--grad-signal);
  z-index: 1;
}
.nav ul {
  display: flex; gap: 24px;
  list-style: none; margin: 0; padding: 0;
}
.nav ul a {
  font-size: 13px;
  color: var(--text-2);
  text-decoration: none;
  transition: color 0.3s var(--ease);
}
.nav ul a:hover { color: var(--text-0); }
.nav .nav-cta {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--text-0);
  color: var(--ink-0);
  text-decoration: none;
  transition: transform 500ms var(--ease), box-shadow 500ms var(--ease);
}
.nav .nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(86, 240, 255, 0.3);
}
@media (max-width: 860px) {
  .nav ul { display: none; }
  .nav { gap: 14px; padding: 7px 7px 7px 18px; }
}

/* ──────────── BUTTONS ──────────── */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  padding: 16px 24px;
  border-radius: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background 500ms var(--ease), border-color 500ms var(--ease), box-shadow 500ms var(--ease);
  white-space: nowrap;
  line-height: 1;
  position: relative;
}
[data-magnetic] { will-change: transform; }

.btn-primary {
  background: var(--text-0);
  color: var(--ink-0);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.7),
    0 14px 40px -10px rgba(86, 240, 255, 0.4),
    0 8px 24px rgba(0,0,0,0.5);
}
.btn-primary.breathe { animation: breathe-btn 4s ease-in-out infinite; }
@keyframes breathe-btn {
  0%, 100% { box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.7),
    0 14px 40px -10px rgba(86, 240, 255, 0.40),
    0 8px 24px rgba(0,0,0,0.5);
    opacity: 1;
  }
  50% { box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.7),
    0 18px 50px -10px rgba(86, 240, 255, 0.55),
    0 10px 28px rgba(0,0,0,0.55);
    opacity: 0.92;
  }
}
.btn-primary .arrow {
  display: inline-flex;
  width: 24px; height: 24px;
  border-radius: 50%;
  align-items: center; justify-content: center;
  background: var(--ink-0);
  color: var(--text-0);
  transition: transform 500ms var(--ease);
}
.btn-primary:hover .arrow { transform: translateX(4px); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-0);
  border-color: var(--line-strong);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255,255,255,0.25);
}

.btn-lg { padding: 18px 28px; font-size: 15.5px; }

/* ──────────── HERO ──────────── */

.hero {
  padding-top: 170px;
  padding-bottom: 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: visible;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding-top: 120px; min-height: auto; }
}

.hero-eyebrow {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
  transition-delay: 800ms;
}
body.ready .hero-eyebrow { opacity: 1; transform: translateY(0); }

.hero-title {
  font-size: clamp(42px, 5.8vw, 84px);
  line-height: 1.0;
  letter-spacing: -0.04em;
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--text-0);
  margin-top: 28px;
}
/* word-by-word reveal */
.hero-title .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-right: 0.22em;
}
.hero-title .word > span {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 1000ms var(--ease), opacity 1000ms var(--ease);
}
body.ready .hero-title .word > span {
  transform: translateY(0);
  opacity: 1;
}
.hero-title .word-hl > span {
  background: var(--grad-signal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-title .author > span {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  background: var(--grad-aurora);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  margin-top: 28px;
  font-size: clamp(15.5px, 1.15vw, 18px);
  line-height: 1.6;
  max-width: 540px;
  color: var(--text-2);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
  transition-delay: 2200ms;
}
body.ready .hero-sub { opacity: 1; transform: translateY(0); }

.hero-cta-row {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
  transition-delay: 2600ms;
}
body.ready .hero-cta-row { opacity: 1; transform: scale(1); }

.hero-proof {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  color: var(--text-3);
  opacity: 0;
  transition: opacity 700ms var(--ease);
  transition-delay: 3000ms;
}
body.ready .hero-proof { opacity: 1; }
.hero-proof .signal-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan);
}

/* ── hero portrait stage ── */

.portrait-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 620px;
  margin-left: auto;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 1400ms var(--ease), transform 1400ms var(--ease);
  transition-delay: 1200ms;
}
body.ready .portrait-stage { opacity: 1; transform: scale(1); }

@media (max-width: 1020px) {
  .portrait-stage { margin: 0 auto; max-width: 480px; }
}

.portrait-stage .orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.06);
  animation: spin 80s linear infinite;
}
.portrait-stage .orbit.o2 {
  inset: 7%;
  animation-duration: 110s;
  animation-direction: reverse;
  border-style: dotted;
  border-color: rgba(86, 240, 255, 0.12);
}
.portrait-stage .orbit.o3 {
  inset: 14%;
  animation-duration: 140s;
  border-color: rgba(179, 147, 255, 0.10);
}
@keyframes spin { to { transform: rotate(360deg); } }

.portrait-stage .halo {
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background:
    radial-gradient(closest-side, rgba(86, 240, 255, 0.55), transparent 70%),
    radial-gradient(closest-side at 70% 30%, rgba(179, 147, 255, 0.4), transparent 70%);
  filter: blur(50px);
  animation: breathe-halo 6s ease-in-out infinite;
}
@keyframes breathe-halo {
  0%, 100% { transform: scale(1);    opacity: 0.85; }
  50%      { transform: scale(1.08); opacity: 1; }
}

.portrait-frame {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  overflow: hidden;
  background: var(--ink-1);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.10),
    0 0 0 8px rgba(255, 255, 255, 0.025),
    0 0 0 9px rgba(86, 240, 255, 0.15),
    0 30px 80px -20px rgba(86, 240, 255, 0.35),
    0 20px 60px rgba(0, 0, 0, 0.7);
}
.portrait-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: contrast(1.08) saturate(0.78) brightness(0.85);
}
.portrait-frame::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 25%, rgba(86, 240, 255, 0.22), transparent 60%),
    linear-gradient(180deg, transparent 55%, rgba(6, 7, 11, 0.7) 100%);
  pointer-events: none;
}

/* hovering nodes */
.node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  background: rgba(10, 12, 19, 0.75);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-0);
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  z-index: 3;
  animation: float 8s ease-in-out infinite;
}
.node .nd {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px currentColor;
  color: var(--cyan);
}
.node.violet .nd  { background: var(--violet);  color: var(--violet); }
.node.blue   .nd  { background: var(--blue);    color: var(--blue); }
.node.gold   .nd  { background: var(--gold);    color: var(--gold); }
.node.magenta .nd { background: var(--magenta); color: var(--magenta); }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

.node.n1 { top: 6%;  left: -2%;  animation-delay: -0.2s; }
.node.n2 { top: 24%; right: -4%; animation-delay: -1.6s; }
.node.n3 { top: 56%; left: -6%;  animation-delay: -3.2s; }
.node.n4 { bottom: 18%; right: -2%; animation-delay: -4.4s; }
.node.n5 { bottom: 2%;  left: 18%; animation-delay: -5.6s; }
.node.n6 { top: 44%; right: 6%;   animation-delay: -2.8s; }

@media (max-width: 540px) {
  .node { font-size: 11px; padding: 7px 11px; }
  .node.n6 { display: none; }
}

.connections {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 2;
}
.connections path {
  fill: none;
  stroke: url(#wireGrad);
  stroke-width: 1.2;
  stroke-dasharray: 3 6;
  opacity: 0.4;
  animation: dash 18s linear infinite;
}
@keyframes dash { to { stroke-dashoffset: -200; } }

/* scroll indicator */
.scroll-cue {
  position: absolute;
  bottom: 30px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-3);
  opacity: 0;
  transition: opacity 800ms var(--ease);
  transition-delay: 3000ms;
}
body.ready .scroll-cue { opacity: 1; }
.scroll-cue .line {
  width: 1px; height: 32px;
  background: linear-gradient(180deg, transparent, var(--text-3));
  position: relative;
  overflow: hidden;
}
.scroll-cue .line::after {
  content: "";
  position: absolute;
  top: -20px; left: 0;
  width: 100%; height: 20px;
  background: linear-gradient(180deg, transparent, var(--cyan));
  animation: scroll-dot 2.4s ease-in-out infinite;
}
@keyframes scroll-dot {
  0%   { top: -20px; }
  100% { top: 100%; }
}

/* hero quiet noise on left */
.hero-watermark {
  position: absolute;
  top: 0; left: 0;
  width: 50%; height: 100%;
  pointer-events: none;
  opacity: 0.25;
  z-index: 0;
  overflow: hidden;
}
.hero-watermark .col {
  position: absolute;
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 10.5px;
  color: rgba(255, 122, 198, 0.35);
  white-space: nowrap;
  animation: fall linear infinite;
  letter-spacing: 0.05em;
}
@keyframes fall {
  from { transform: translateY(-100%); }
  to   { transform: translateY(120vh); }
}

/* ──────────── SECTION HEADS ──────────── */

.section-head {
  max-width: 820px;
  margin: 0 auto 72px;
  text-align: center;
}
.section-head.left { text-align: left; margin-left: 0; }
.section-head .eyebrow { margin-bottom: 24px; }
.section-head p {
  margin-top: 24px;
  font-size: 17.5px;
  color: var(--text-3);
  max-width: 640px;
  margin-left: auto; margin-right: auto;
  text-wrap: pretty;
  line-height: 1.55;
}
.section-head.left p { margin-left: 0; margin-right: 0; }

/* ──────────── PROBLEM ──────────── */

.problem {
  position: relative;
}
.problem::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 138, 87, 0.05), transparent 60%);
  z-index: 0;
  pointer-events: none;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  position: relative;
  z-index: 2;
}
@media (max-width: 940px) { .problem-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .problem-grid { grid-template-columns: 1fr; } }

.noise-card {
  position: relative;
  padding: 26px;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 138, 87, 0.18);
  background: linear-gradient(180deg, rgba(255, 138, 87, 0.06), rgba(255, 138, 87, 0.01));
  overflow: hidden;
  transition: transform 600ms var(--ease), border-color 600ms var(--ease);
}
.noise-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 138, 87, 0.4);
}
.noise-card .nc-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.noise-card .nc-tag {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ember);
  font-weight: 600;
}
.noise-card .nc-icon {
  width: 32px; height: 32px;
  border-radius: 9px;
  background: rgba(255, 138, 87, 0.14);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ember);
}
.noise-card h4 {
  font-size: 20px; color: var(--text-0);
  margin: 0 0 8px;
  font-family: var(--font-sans);
  font-weight: 500;
}
.noise-card p {
  font-size: 14px; color: var(--text-2);
  line-height: 1.55;
}
.noise-card .meter {
  margin-top: 16px;
  display: flex; gap: 3px;
}
.noise-card .meter span {
  flex: 1; height: 3px;
  border-radius: 4px;
  background: rgba(255, 138, 87, 0.18);
}
.noise-card .meter span.on {
  background: var(--ember);
  box-shadow: 0 0 6px var(--ember);
}

/* ──────────── RUPTURE flow ──────────── */

.rupture-flow {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 1100px) {
  .rupture-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.flow-node {
  position: relative;
  padding: 20px 14px;
  border-radius: var(--r-md);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid var(--line);
  text-align: center;
  transition: border-color 500ms var(--ease), transform 500ms var(--ease), background 500ms var(--ease);
}
.flow-node:hover {
  border-color: var(--cyan);
  transform: translateY(-3px);
  background: linear-gradient(180deg, rgba(86, 240, 255, 0.05), rgba(255,255,255,0.01));
}
.flow-node .fn-i {
  width: 32px; height: 32px;
  margin: 0 auto 10px;
  border-radius: 9px;
  background: rgba(86, 240, 255, 0.10);
  display: flex; align-items: center; justify-content: center;
  color: var(--cyan);
}
.flow-node .fn-l {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 13.5px;
  color: var(--text-0);
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.flow-node .fn-n {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-4);
  margin-bottom: 8px;
  font-weight: 500;
}

/* ──────────── SYSTEM CARDS (HOLOGRAPHIC) ──────────── */

.sys-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  perspective: 1200px;
}
@media (max-width: 980px) { .sys-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .sys-grid { grid-template-columns: 1fr; } }

.sys-card {
  position: relative;
  padding: 32px;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.01));
  border: 1px solid var(--line);
  overflow: hidden;
  min-height: 300px;
  transform-style: preserve-3d;
  transition: transform 500ms var(--ease), border-color 500ms var(--ease), opacity 500ms var(--ease);
  will-change: transform;
}
.sys-grid:hover .sys-card:not(:hover) {
  opacity: 0.65;
  filter: saturate(0.7);
}
.sys-card .sc-num {
  font-family: var(--font-sans);
  font-size: 11.5px;
  color: var(--text-4);
  letter-spacing: 0.2em;
  font-weight: 500;
}
.sys-card .sc-icon {
  margin-top: 18px;
  width: 54px; height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(86, 240, 255, 0.14), rgba(179, 147, 255, 0.10));
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--cyan);
}
.sys-card h3 {
  margin-top: 22px;
  font-size: 22px;
  font-weight: 500;
}
.sys-card p {
  margin-top: 12px;
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.55;
}
/* holographic glow */
.sys-card .sc-glow {
  position: absolute;
  width: 280px; height: 280px;
  bottom: -130px; right: -130px;
  background: radial-gradient(closest-side, rgba(86, 240, 255, 0.22), transparent 70%);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 500ms var(--ease);
  pointer-events: none;
}
.sys-card:hover {
  border-color: rgba(86, 240, 255, 0.3);
}
.sys-card:hover .sc-glow { opacity: 1; }
.sys-card.violet .sc-icon { color: var(--violet); }
.sys-card.violet .sc-glow { background: radial-gradient(closest-side, rgba(179, 147, 255, 0.25), transparent 70%); }
.sys-card.gold .sc-icon { color: var(--gold); }
.sys-card.gold .sc-glow { background: radial-gradient(closest-side, rgba(226, 198, 140, 0.22), transparent 70%); }
.sys-card.blue .sc-icon { color: var(--blue); }
.sys-card.blue .sc-glow { background: radial-gradient(closest-side, rgba(111, 143, 255, 0.25), transparent 70%); }

/* holographic shine — moves with mouse position via CSS var */
.sys-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    400px circle at var(--mx, 50%) var(--my, 50%),
    rgba(86, 240, 255, 0.10),
    transparent 40%
  );
  opacity: 0;
  transition: opacity 500ms var(--ease);
  pointer-events: none;
}
.sys-card:hover::before { opacity: 1; }

/* ──────────── WHY ──────────── */

.why-section { position: relative; }
.why {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 980px) { .why { grid-template-columns: 1fr; gap: 40px; } }

.why-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--ink-1);
  border: 1px solid var(--line-strong);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7);
}
.why-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: contrast(1.05) saturate(0.85) brightness(0.85);
}
.why-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(170deg, transparent 50%, rgba(6, 7, 11, 0.92) 100%);
}
.why-photo .why-tag {
  position: absolute;
  bottom: 28px; left: 28px; right: 28px;
  display: flex; align-items: center; gap: 12px;
  color: var(--text-1);
  font-size: 13px;
  z-index: 2;
}
.why-photo .why-tag .ln {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.why-body .eyebrow { margin-bottom: 24px; }
.why-body h2 { margin-bottom: 26px; }
.why-body p {
  font-size: 17.5px;
  color: var(--text-2);
  margin-bottom: 18px;
  text-wrap: pretty;
  line-height: 1.6;
}
.why-quote {
  margin-top: 32px;
  padding: 26px 28px;
  border-left: 2px solid var(--cyan);
  background: linear-gradient(90deg, rgba(86, 240, 255, 0.05), transparent);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
  line-height: 1.35;
  color: var(--text-0);
  font-weight: 400;
}
.why-sign {
  margin-top: 26px;
  display: flex; align-items: center; gap: 12px;
  font-size: 14px; color: var(--text-3);
}
.why-sign strong { color: var(--text-0); font-weight: 500; }

/* ──────────── EXAMPLES tabs ──────────── */

.ex-wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
}
@media (max-width: 880px) { .ex-wrap { grid-template-columns: 1fr; } }

.ex-tabs { display: flex; flex-direction: column; gap: 8px; }
@media (max-width: 880px) {
  .ex-tabs { flex-direction: row; overflow-x: auto; padding-bottom: 8px; }
  .ex-tabs::-webkit-scrollbar { height: 0; }
}
.ex-tab {
  position: relative;
  text-align: left;
  padding: 17px 18px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
  cursor: pointer;
  transition: all 500ms var(--ease);
  color: var(--text-2);
  font-family: var(--font-body);
  font-size: 14px;
  white-space: nowrap;
  font-weight: 500;
}
.ex-tab .et-n {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--text-4);
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.ex-tab.active {
  background: linear-gradient(135deg, rgba(86, 240, 255, 0.12), rgba(179, 147, 255, 0.10));
  border-color: rgba(86, 240, 255, 0.4);
  color: var(--text-0);
}
.ex-tab.active .et-n { color: var(--cyan); }

.ex-panel {
  position: relative;
  padding: 40px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  min-height: 480px;
  overflow: hidden;
}
.ex-panel::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0.4;
}
@media (max-width: 640px) { .ex-panel { padding: 28px; } }

.ex-panel .ep-sector {
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 600;
  margin-bottom: 14px;
}
.ex-panel h3 {
  font-size: 26px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 32px;
  color: var(--text-0);
  max-width: 800px;
  letter-spacing: -0.01em;
}
.ex-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 720px) { .ex-flow { grid-template-columns: repeat(2, 1fr); } }

.ex-step {
  padding: 18px;
  border-radius: var(--r-md);
  background: rgba(10, 12, 19, 0.6);
  border: 1px solid var(--line);
}
.ex-step .es-lab {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-4);
  margin-bottom: 10px;
  font-weight: 600;
}
.ex-step ul { margin: 0; padding: 0; list-style: none; }
.ex-step ul li {
  font-size: 13.5px;
  color: var(--text-1);
  padding: 4px 0;
  position: relative;
  padding-left: 16px;
}
.ex-step ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 11px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--cyan);
}

/* ──────────── METHOD ──────────── */

.method-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-top: 72px;
}
@media (max-width: 1100px) { .method-rail { grid-template-columns: 1fr; gap: 20px; } }

.method-rail::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 5%, var(--cyan) 50%, var(--line-strong) 95%, transparent);
  opacity: 0.5;
  z-index: 0;
}
@media (max-width: 1100px) { .method-rail::before { display: none; } }

.method-step { position: relative; z-index: 2; }
.method-step .ms-dot {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: var(--ink-1);
  border: 1px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 22px;
  color: var(--text-0);
  margin: 0 auto 22px;
  position: relative;
  z-index: 2;
  transition: transform 500ms var(--ease), box-shadow 500ms var(--ease);
}
.method-step:hover .ms-dot {
  transform: scale(1.08);
  box-shadow: 0 0 0 6px rgba(86, 240, 255, 0.1), 0 0 30px rgba(86, 240, 255, 0.3);
}
.method-step h4 {
  font-family: var(--font-sans);
  font-size: 15.5px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  color: var(--text-0);
}
@media (max-width: 1100px) {
  .method-step { display: grid; grid-template-columns: 68px 1fr; gap: 20px; align-items: center; }
  .method-step .ms-dot { margin: 0; }
  .method-step h4 { text-align: left; font-size: 17px; }
}

/* ──────────── OFFERS ──────────── */

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
  perspective: 1200px;
}
@media (max-width: 980px) { .offers-grid { grid-template-columns: 1fr; max-width: 540px; margin: 0 auto; } }

.offer {
  position: relative;
  padding: 38px 32px;
  border-radius: var(--r-xl);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 500ms var(--ease), border-color 500ms var(--ease), box-shadow 500ms var(--ease);
}
.offers-grid:hover .offer:not(:hover) {
  opacity: 0.7;
  filter: saturate(0.8);
}
.offer:hover {
  border-color: rgba(255,255,255,0.18);
}
.offer.featured {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(86, 240, 255, 0.18), transparent 65%),
    linear-gradient(180deg, rgba(86, 240, 255, 0.04), rgba(179, 147, 255, 0.04));
  border-color: rgba(86, 240, 255, 0.35);
  box-shadow: 0 30px 80px -20px rgba(86, 240, 255, 0.3);
}

.offer .of-tag {
  position: absolute;
  top: 20px; right: 20px;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--cyan);
  color: var(--ink-0);
  font-weight: 700;
}
.offer .of-name {
  font-family: var(--font-sans);
  font-size: 12.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-3);
  font-weight: 600;
}
.offer h3 {
  margin-top: 14px;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 500;
}
.offer .of-price {
  margin-top: 26px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 34px;
  color: var(--text-0);
  letter-spacing: -0.03em;
}
.offer .of-price small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-4);
  letter-spacing: 0;
  margin-top: 6px;
}
.offer .of-promise {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-2);
}
.offer .of-list {
  margin-top: 22px;
  list-style: none;
  padding: 0;
  display: flex; flex-direction: column;
  gap: 11px;
  flex: 1;
}
.offer .of-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text-1);
}
.offer .of-list li svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--cyan);
}
.offer .btn {
  margin-top: 28px;
  width: 100%;
  justify-content: center;
}

/* ──────────── DASHBOARD ──────────── */

.dash {
  position: relative;
  padding: 36px;
  border-radius: var(--r-xl);
  background: linear-gradient(180deg, rgba(15, 19, 32, 0.85), rgba(6, 7, 11, 0.7));
  border: 1px solid var(--line-strong);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.dash::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--violet), transparent);
  opacity: 0.6;
}
.dash-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 28px;
}
.dash-head .dh-title {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 16px;
  color: var(--text-0);
}
.dash-head .dh-live {
  display: flex; align-items: center; gap: 8px;
  font-size: 11.5px;
  color: var(--text-3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}
.dash-head .dh-live::before {
  content: "";
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  animation: pulse 2s ease-in-out infinite;
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 880px) { .dash-grid { grid-template-columns: repeat(2, 1fr); } }

.metric {
  padding: 20px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.metric .m-lab {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-4);
  margin-bottom: 10px;
  font-weight: 600;
}
.metric .m-val {
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 500;
  color: var(--text-0);
  letter-spacing: -0.03em;
}
.metric .m-trend {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  color: var(--cyan);
  font-weight: 500;
}
.metric .m-spark {
  position: absolute;
  right: 14px; bottom: 14px;
  width: 60px; height: 24px;
  opacity: 0.8;
}

.dash-chart {
  margin-top: 16px;
  padding: 22px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
}
.dash-chart-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 14px;
}
.dash-chart-head .ch-t { font-size: 13.5px; color: var(--text-1); font-weight: 500; }
.dash-chart-head .ch-s { font-size: 11px; color: var(--text-4); letter-spacing: 0.1em; font-weight: 500; }

/* ──────────── FAQ ──────────── */

.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item {
  border-top: 1px solid var(--line);
  padding: 4px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center;
  padding: 26px 8px;
  background: transparent;
  border: none;
  color: var(--text-0);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  cursor: pointer;
  letter-spacing: -0.02em;
  transition: color 500ms var(--ease);
}
.faq-q:hover { color: var(--cyan); }
.faq-q .faq-plus {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 500ms var(--ease), background 500ms var(--ease), color 500ms var(--ease);
  color: var(--text-1);
}
.faq-item.open .faq-plus {
  background: var(--text-0);
  color: var(--ink-0);
  border-color: var(--text-0);
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 600ms var(--ease), opacity 500ms var(--ease), padding 500ms var(--ease);
  opacity: 0;
}
.faq-item.open .faq-a {
  max-height: 360px;
  opacity: 1;
  padding: 0 8px 28px;
}
.faq-a p {
  font-size: 16px;
  color: var(--text-2);
  line-height: 1.65;
  max-width: 720px;
}

/* ──────────── FINAL CTA + FORM ──────────── */

.final-section { padding-bottom: 100px; }
.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  padding: 60px;
  border-radius: var(--r-xl);
  background: linear-gradient(135deg, rgba(15, 19, 32, 0.8) 0%, rgba(22, 27, 44, 0.8) 100%);
  border: 1px solid var(--line-strong);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}
.final-cta::before {
  content: "";
  position: absolute;
  width: 600px; height: 600px;
  top: -200px; right: -200px;
  background: radial-gradient(closest-side, rgba(86, 240, 255, 0.22), transparent 70%);
  pointer-events: none;
}
.final-cta::after {
  content: "";
  position: absolute;
  width: 500px; height: 500px;
  bottom: -200px; left: -100px;
  background: radial-gradient(closest-side, rgba(179, 147, 255, 0.20), transparent 70%);
  pointer-events: none;
}
@media (max-width: 1020px) { .final-cta { grid-template-columns: 1fr; padding: 40px; gap: 36px; } }
@media (max-width: 540px) { .final-cta { padding: 28px; } }

.cta-side { position: relative; z-index: 2; }
.cta-side .cta-portrait {
  width: 104px; height: 104px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--line-strong);
  box-shadow:
    0 0 0 7px rgba(255,255,255,0.04),
    0 0 40px rgba(86, 240, 255, 0.3);
  margin-bottom: 26px;
}
.cta-side .cta-portrait img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 18%;
  filter: contrast(1.05) saturate(0.9);
}
.cta-side h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  margin-bottom: 20px;
}
.cta-side p {
  font-size: 16px;
  color: var(--text-2);
  max-width: 460px;
  line-height: 1.55;
}
.cta-bubbles {
  margin-top: 28px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.cta-bubble {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  color: var(--text-1);
}

/* form */
.form {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.form .full { grid-column: 1 / -1; }
@media (max-width: 620px) { .form { grid-template-columns: 1fr; } }

.field { position: relative; }
.field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-4);
  margin-bottom: 7px;
  font-weight: 600;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(6, 7, 11, 0.5);
  color: var(--text-0);
  font-family: var(--font-body);
  font-size: 14px;
  transition: border-color 400ms var(--ease), box-shadow 400ms var(--ease), background 400ms var(--ease);
}
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--cyan);
  background: rgba(86, 240, 255, 0.04);
  box-shadow: 0 0 0 3px rgba(86, 240, 255, 0.18);
}
.field input::placeholder, .field textarea::placeholder { color: var(--text-4); }
.field select option { background: var(--ink-0); color: var(--text-0); }

.consent {
  display: flex; align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  color: var(--text-3);
  line-height: 1.5;
}
.consent input { margin-top: 3px; accent-color: var(--cyan); }
.consent a { color: var(--text-1); text-decoration: underline; }

.form-submit {
  width: 100%;
  padding: 17px 24px;
  border-radius: 12px;
  background: var(--text-0);
  color: var(--ink-0);
  border: none;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15.5px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: transform 400ms var(--ease), box-shadow 400ms var(--ease);
}
.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(86, 240, 255, 0.35);
}

.form-success {
  grid-column: 1 / -1;
  padding: 48px 40px;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, rgba(86, 240, 255, 0.10), rgba(179, 147, 255, 0.10));
  border: 1px solid rgba(86, 240, 255, 0.3);
  text-align: center;
}
.form-success .fs-icon {
  width: 60px; height: 60px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--cyan);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-0);
  box-shadow: 0 0 30px rgba(86, 240, 255, 0.5);
}
.form-success h3 { font-size: 24px; margin-bottom: 12px; }
.form-success p { color: var(--text-2); max-width: 440px; margin: 0 auto; line-height: 1.55; }

/* ──────────── FOOTER ──────────── */

footer {
  position: relative;
  padding: 80px 0 40px;
  border-top: 1px solid var(--line);
  margin-top: 80px;
  z-index: 5;
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 720px) { .foot-grid { grid-template-columns: 1fr; gap: 28px; } }
.foot-grid h5 {
  font-family: var(--font-sans);
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-4);
  font-weight: 600;
  margin: 0 0 14px;
}
.foot-grid ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.foot-grid ul a {
  color: var(--text-1);
  text-decoration: none;
  font-size: 14px;
  transition: color 400ms var(--ease);
}
.foot-grid ul a:hover { color: var(--cyan); }
.foot-grid p {
  font-size: 14.5px;
  color: var(--text-3);
  max-width: 360px;
  line-height: 1.55;
}
.foot-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--text-4);
}
@media (max-width: 540px) { .foot-bottom { flex-direction: column; gap: 12px; text-align: center; } }

/* ──────────── SHOOTING STAR ──────────── */
.shooting-star {
  position: fixed;
  top: 15%;
  left: -100px;
  width: 200px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #fff, var(--cyan));
  filter: drop-shadow(0 0 6px var(--cyan));
  border-radius: 999px;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  transform: rotate(15deg);
}
.shooting-star.run {
  animation: shoot 1.2s var(--ease) forwards;
}
@keyframes shoot {
  0%   { left: -200px; top: 10%;  opacity: 0; }
  10%  { opacity: 1; }
  100% { left: 110vw; top: 60%;  opacity: 0; }
}

/* ──────────── REVEAL ON SCROLL ──────────── */

.reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 1100ms var(--ease), transform 1100ms var(--ease);
}
.reveal.in { opacity: 1; transform: translateY(0); }

.reveal-cascade > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 800ms var(--ease), transform 800ms var(--ease);
}
.reveal-cascade.in > * {
  opacity: 1; transform: translateY(0);
}
.reveal-cascade.in > *:nth-child(1) { transition-delay: 0ms; }
.reveal-cascade.in > *:nth-child(2) { transition-delay: 80ms; }
.reveal-cascade.in > *:nth-child(3) { transition-delay: 160ms; }
.reveal-cascade.in > *:nth-child(4) { transition-delay: 240ms; }
.reveal-cascade.in > *:nth-child(5) { transition-delay: 320ms; }
.reveal-cascade.in > *:nth-child(6) { transition-delay: 400ms; }
.reveal-cascade.in > *:nth-child(7) { transition-delay: 480ms; }
.reveal-cascade.in > *:nth-child(8) { transition-delay: 560ms; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  body.ready .hero-title .word > span { transform: none; opacity: 1; }
}
