/* StitcherNX Landing — Shared Styles
   Extracted from index.html — do not duplicate */

:root {
  --acid: #e91e8c;
  --orange: #7b2ff7;
  --bg: #07080f;
  --bg2: #0a0b16;
  --bg3: #0e1020;
  --text: #e8e6f0;
  --muted: #7a7890;
  --border: rgba(233,30,140,0.14);
  --panel: rgba(10,11,22,0.85);
  --shadow: 0 18px 60px rgba(0,0,0,.5);
  --radius: 22px;
  --max: 1180px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Instrument Sans', sans-serif;
  overflow-x: hidden;
}

/* Skip to content */
.skip-link {
  position: absolute;
  top: -100%;
  left: 8px;
  z-index: 9999;
  padding: 12px 18px;
  background: var(--acid);
  color: #fff;
  font-family: 'DM Mono', monospace;
  font-size: .7rem;
  letter-spacing: .1em;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
}
.skip-link:focus { top: 0; }

/* =========================
   BACKGROUND STAGE
========================= */
#bg-wrap {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(233,30,140,.08), transparent 24%),
    radial-gradient(circle at 82% 26%, rgba(0,212,255,.08), transparent 20%),
    radial-gradient(circle at 50% 82%, rgba(30,20,80,.06), transparent 24%),
    linear-gradient(180deg, #07080f 0%, #0a0c1a 42%, #07080f 100%);
}
.bg-layer {
  position: absolute;
  inset: -6%;
  opacity: 0;
  transition: opacity 1s ease;
  will-change: opacity;
}
.bg-layer.active { opacity: 1; }
.bg-layer canvas {
  width: 100%;
  height: 100%;
  display: block;
}
#vignette {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 75% 55% at 50% 40%, transparent 30%, rgba(5,5,8,.5) 100%),
    linear-gradient(to bottom, rgba(5,5,8,.4), transparent 18%, transparent 78%, rgba(5,5,8,.7) 100%);
}
#grain {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 180px;
}

/* =========================
   LAYOUT
========================= */
.site {
  position: relative;
  z-index: 10;
}
.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}
section {
  position: relative;
  padding: 110px 0;
}
.panel {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--acid);
  margin-bottom: 18px;
}
.section-head {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 36px;
}
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: .92;
  letter-spacing: .03em;
  max-width: 9ch;
}
.section-copy {
  justify-self: end;
  max-width: 62ch;
  color: rgba(255,255,255,.74);
  line-height: 1.78;
  font-size: 1rem;
}

/* =========================
   NAV
========================= */
#nav {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.05);
  background: rgba(5,5,8,.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-inner {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.65rem;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
  color: var(--text);
}
.nav-logo span { color: var(--acid); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.nav-link {
  font-family: 'DM Mono', monospace;
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
  border: 1px solid transparent;
  padding: 10px 12px;
  border-radius: 999px;
  background: transparent;
  text-decoration: none;
  transition: color .2s, border-color .2s, background .2s;
}
.nav-link:hover,
.nav-link.active {
  color: #fff;
  border-color: rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
}
.nav-link.active {
  color: var(--acid);
  border-color: rgba(233,30,140,.22);
  box-shadow: 0 0 12px rgba(233,30,140,.08);
}
.nav-cta {
  font-family: 'DM Mono', monospace;
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--acid) 0%, var(--orange) 100%);
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(233,30,140,.3);
}

/* Mobile hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  padding: 8px;
}
.nav-hamburger span {
  display: block;
  height: 1.5px;
  background: var(--text);
  border-radius: 1px;
  transition: transform .25s, opacity .25s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(3.25px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-3.25px) rotate(-45deg); }

.nav-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(7,8,15,.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  padding: 16px 20px;
  flex-direction: column;
  gap: 4px;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  font-family: 'DM Mono', monospace;
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.68);
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 12px;
  transition: background .2s, color .2s;
}
.nav-mobile a:hover,
.nav-mobile a:focus { background: rgba(255,255,255,.06); color: #fff; }
.nav-mobile a.active { color: var(--acid); }

/* =========================
   HERO
========================= */
#hero {
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
  padding-top: 70px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 28px;
  align-items: center;
}
.hero-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--acid);
  margin-bottom: 22px;
}
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4.6rem, 12vw, 9.6rem);
  line-height: .86;
  letter-spacing: .02em;
  margin-bottom: 18px;
  max-width: 8.6ch;
}
.hero-title .acid {
  color: var(--acid);
  text-shadow: 0 0 18px rgba(233,30,140,.22);
}
.hero-sub {
  max-width: 56ch;
  color: rgba(255,255,255,.76);
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 24px;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.hero-points span {
  font-family: 'DM Mono', monospace;
  font-size: .6rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.03);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.btn-primary,
.btn-secondary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, border-color .2s, background .2s;
}
.btn-primary {
  background: linear-gradient(135deg, var(--acid) 0%, var(--orange) 100%);
  color: #fff;
  border: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.06rem;
  letter-spacing: .12em;
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(233,30,140,.35);
}
.btn-secondary {
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  background: rgba(255,255,255,.035);
  font-family: 'DM Mono', monospace;
  font-size: .64rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.btn-secondary:hover,
.btn-ghost:hover {
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
}
.btn-ghost {
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.72);
  background: transparent;
  font-family: 'DM Mono', monospace;
  font-size: .62rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin-top: 10px;
}
.proof-mini {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.03);
}
.proof-mini strong {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: .04em;
  color: var(--acid);
  margin-bottom: 6px;
}
.proof-mini span {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: .54rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.56);
  line-height: 1.65;
}

/* =========================
   HERO DEMO CARD
========================= */
.hero-card {
  padding: 18px;
}
.hero-screen {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at 18% 20%, rgba(233,30,140,.18), transparent 24%),
    radial-gradient(circle at 80% 25%, rgba(0,212,255,.18), transparent 22%),
    linear-gradient(180deg, #0e1020 0%, #080910 100%);
}
.hero-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .22;
  mask-image: radial-gradient(circle at 50% 35%, rgba(0,0,0,1), rgba(0,0,0,.55) 70%, transparent 100%);
}
.screen-topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 56px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(5,5,8,.3);
  z-index: 3;
}
.screen-dots { display: flex; gap: 7px; }
.screen-dots span {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.25);
}
.screen-label {
  font-family: 'DM Mono', monospace;
  font-size: .55rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
}
.timeline-nav {
  position: absolute;
  top: 74px; left: 16px; right: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 3;
}
.timeline-pill {
  font-family: 'DM Mono', monospace;
  font-size: .52rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.28);
  padding: 10px 12px;
  border-radius: 999px;
  transition: color .22s, border-color .22s, background .22s, box-shadow .22s;
}
.timeline-pill.active {
  color: #fff;
  border-color: rgba(233,30,140,.34);
  background: rgba(233,30,140,.08);
  box-shadow: 0 0 14px rgba(233,30,140,.12);
}
.screen-content {
  position: absolute;
  inset: 126px 16px 16px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 16px;
}
.video-stage {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    radial-gradient(circle at 50% 30%, rgba(233,30,140,.16), transparent 30%),
    linear-gradient(180deg, #11131a 0%, #0a0b10 100%);
}
.video-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, rgba(0,0,0,.14), rgba(0,0,0,.26));
  pointer-events: none;
}
.halfpipe {
  position: absolute;
  left: 8%; right: 8%; bottom: 10%;
  height: 180px;
  border: 1px solid rgba(255,255,255,.08);
  border-top-left-radius: 300px 180px;
  border-top-right-radius: 300px 180px;
  border-bottom: none;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}
.skater {
  position: absolute;
  left: -6%;
  bottom: 14%;
  width: 76px;
  height: 76px;
  animation: skateLoop 9.5s cubic-bezier(.45,.02,.15,.98) infinite;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.35));
}
.skater svg { width: 100%; height: 100%; }
@keyframes skateLoop {
  0%   { transform: translate(0,0) rotate(0deg); }
  18%  { transform: translate(120px,18px) rotate(-8deg); }
  34%  { transform: translate(230px,-36px) rotate(-26deg); }
  46%  { transform: translate(320px,-98px) rotate(14deg) scale(1.06); }
  54%  { transform: translate(380px,-116px) rotate(20deg) scale(1.08); }
  62%  { transform: translate(450px,-34px) rotate(4deg); }
  100% { transform: translate(760px,20px) rotate(0deg); }
}
.info-cookie {
  position: absolute;
  top: 20%;
  right: 12%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(233,30,140,.28);
  background: rgba(5,8,0,.55);
  color: #fff;
  font-family: 'DM Mono', monospace;
  font-size: .52rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  animation: pulseCookie 2s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(233,30,140,.12);
}
.info-cookie::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 12px rgba(233,30,140,.5);
}
@keyframes pulseCookie {
  0%,100% { transform: scale(1); opacity: .86; }
  50% { transform: scale(1.04); opacity: 1; }
}
.scrub-rail {
  position: absolute;
  left: 16px; right: 16px; bottom: 16px;
  height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.34);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 16px;
  z-index: 2;
}
.scrub-meta {
  font-family: 'DM Mono', monospace;
  font-size: .5rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.66);
  white-space: nowrap;
}
.scrub-line {
  position: relative;
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  overflow: hidden;
}
.scrub-line::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--acid), #f5ff9a);
  box-shadow: 0 0 16px rgba(233,30,140,.2);
}
.screen-panel {
  min-height: 300px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(6,7,11,.66);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.panel-tag {
  font-family: 'DM Mono', monospace;
  font-size: .5rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--acid);
}
.panel-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  line-height: .92;
  letter-spacing: .04em;
}
.panel-copy {
  color: rgba(255,255,255,.72);
  line-height: 1.74;
  font-size: .96rem;
}
.panel-points {
  display: grid;
  gap: 10px;
  margin-top: auto;
}
.panel-points div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.78);
  line-height: 1.58;
  font-size: .9rem;
}
.panel-points div::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 10px rgba(233,30,140,.4);
  margin-top: 7px;
  flex: none;
}

/* =========================
   STATS
========================= */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
.stat-card {
  padding: 24px;
  min-height: 150px;
}
.stat-card strong {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.6rem, 6vw, 4rem);
  line-height: .9;
  letter-spacing: .04em;
  color: var(--acid);
  margin-bottom: 10px;
}
.stat-card span {
  font-family: 'DM Mono', monospace;
  font-size: .58rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
  line-height: 1.7;
}

/* =========================
   HOW IT WORKS
========================= */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.step {
  position: relative;
  padding: 26px;
}
.step-no {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
  color: rgba(233,30,140,.08);
}
.step-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(233,30,140,.16);
  background: rgba(233,30,140,.06);
  margin-bottom: 18px;
}
.step-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--acid);
  stroke-width: 1.8;
  fill: none;
}
.step h3,
.feature-card h3,
.proof-card h3,
.price-card h3,
.faq-item h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
}
.step h3 {
  font-size: 1.48rem;
  margin-bottom: 12px;
}
.step p,
.feature-card p,
.proof-card p,
.price-card p,
.faq-item p {
  color: rgba(255,255,255,.68);
  line-height: 1.72;
  font-size: .94rem;
}
.demo-card {
  margin-top: 22px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}
.demo-card strong {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: .58rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--acid);
  margin-bottom: 8px;
}
.demo-card p {
  color: rgba(255,255,255,.74);
  line-height: 1.74;
}
.demo-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* =========================
   CINEMATIC / PROOF
========================= */
.proof-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
}
.proof-card {
  padding: 26px;
}
.testimonial-quote {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: .03em;
  max-width: 11ch;
  margin-bottom: 18px;
}
.testimonial-meta {
  margin-top: 18px;
  font-family: 'DM Mono', monospace;
  font-size: .54rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.54);
}
.proof-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.proof-list div {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.76);
  line-height: 1.7;
  font-size: .92rem;
}

/* =========================
   FEATURES
========================= */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.feature-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
}
.feature-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 16px rgba(233,30,140,.42);
  margin-bottom: 18px;
}
.feature-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0,212,255,.22);
  background: rgba(0,212,255,.08);
  color: var(--orange);
  font-family: 'DM Mono', monospace;
  font-size: .48rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.feature-card h3 {
  font-size: 1.24rem;
  margin-bottom: 10px;
}

/* =========================
   PRICING
========================= */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
}
.price-card {
  position: relative;
  padding: 28px;
}
.price-card.featured {
  border-color: rgba(233,30,140,.22);
  background: linear-gradient(180deg, rgba(233,30,140,.06), rgba(10,10,16,.8));
}
.price-ribbon {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  padding: 7px 12px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(135deg, var(--acid) 0%, var(--orange) 100%);
  color: #fff;
  font-family: 'DM Mono', monospace;
  font-size: .5rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.tier {
  font-family: 'DM Mono', monospace;
  font-size: .6rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
  margin-top: 12px;
  margin-bottom: 14px;
}
.amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4rem, 9vw, 5.6rem);
  line-height: .85;
  letter-spacing: .04em;
  color: var(--acid);
  margin-bottom: 10px;
}
.amount small {
  font-size: .38em;
  vertical-align: top;
}
.price-sub {
  font-family: 'DM Mono', monospace;
  font-size: .56rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.54);
  margin-bottom: 20px;
}
.price-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}
.price-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255,255,255,.76);
  line-height: 1.6;
  font-size: .94rem;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.price-list li::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 10px rgba(233,30,140,.42);
  margin-top: 8px;
  flex: none;
}

/* =========================
   FAQ
========================= */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
}
.faq-item {
  padding: 22px;
  cursor: pointer;
  transition: border-color .25s;
}
.faq-item:hover { border-color: rgba(233,30,140,.28); }
.faq-item h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-chevron {
  width: 18px;
  height: 18px;
  flex: none;
  stroke: var(--muted);
  stroke-width: 2;
  fill: none;
  transition: transform .3s, stroke .3s;
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  stroke: var(--acid);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, opacity .3s;
  opacity: 0;
}
.faq-item.open .faq-answer {
  max-height: 200px;
  opacity: 1;
}

/* =========================
   CTA + FOOTER
========================= */
.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 36px;
  text-align: center;
}
.cta-panel::before {
  content: "";
  position: absolute;
  inset: -20% 20% auto;
  height: 180px;
  background: radial-gradient(circle, rgba(233,30,140,.16), transparent 62%);
  filter: blur(40px);
  pointer-events: none;
}
.cta-title {
  position: relative;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: .9;
  letter-spacing: .03em;
  margin-bottom: 14px;
}
.cta-title em {
  color: var(--acid);
  font-style: normal;
}
.cta-copy {
  position: relative;
  max-width: 60ch;
  margin: 0 auto 24px;
  color: rgba(255,255,255,.74);
  line-height: 1.8;
}
.cta-actions {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
footer {
  padding: 28px 0 46px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-inner {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-family: 'DM Mono', monospace;
  font-size: .56rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.52);
}
.footer-inner span { color: var(--acid); }
.footer-inner a {
  color: rgba(255,255,255,.52);
  text-decoration: none;
  transition: color .2s;
}
.footer-inner a:hover { color: var(--acid); }

/* =========================
   SHOWCASE CAROUSEL
========================= */
.showcase-track-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 -40px;
  padding: 32px 0 48px;
}
.showcase-track {
  display: flex;
  gap: 28px;
  animation: showcaseScroll 48s linear infinite;
  width: max-content;
}
.showcase-track:hover { animation-play-state: paused; }
@keyframes showcaseScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.showcase-card {
  flex: 0 0 340px;
  border-radius: var(--radius);
  background: var(--panel);
  border: 1px solid var(--border);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition: transform .45s cubic-bezier(.25,.46,.45,.94), box-shadow .45s ease;
  animation: showcaseFloat 6s ease-in-out infinite;
  cursor: pointer;
}
.showcase-card:nth-child(even) { animation-delay: -3s; }
.showcase-card:nth-child(3n)   { animation-delay: -1.5s; }
.showcase-card:nth-child(4n+1) { animation-delay: -4.5s; }
@keyframes showcaseFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
.showcase-card:hover {
  transform: translateY(-14px) scale(1.03);
  box-shadow: 0 28px 60px rgba(233,30,140,.18), 0 0 0 1px rgba(233,30,140,.25);
}
.showcase-card:hover .showcase-img img {
  transform: scale(1.06);
}
.showcase-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.showcase-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}
.showcase-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, var(--bg) 100%);
  pointer-events: none;
}
.showcase-info {
  padding: 18px 22px 22px;
}
.showcase-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .03em;
  line-height: 1.1;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #fff 30%, var(--acid));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.showcase-type {
  font-family: 'DM Mono', monospace;
  font-size: .55rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--acid);
  margin-bottom: 8px;
}
.showcase-desc {
  font-size: .86rem;
  color: var(--muted);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.showcase-style {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 8px;
  font-family: 'DM Mono', monospace;
  font-size: .48rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.showcase-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}
.showcase-nav button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--panel);
  backdrop-filter: blur(10px);
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s;
}
.showcase-nav button:hover {
  background: rgba(233,30,140,.12);
  border-color: rgba(233,30,140,.35);
}
.showcase-nav button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.showcase-pause {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 10px;
  border-radius: 8px;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(8px);
  font-family: 'DM Mono', monospace;
  font-size: .48rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.showcase-track-wrap:hover .showcase-pause { opacity: 1; }

@media (max-width: 760px) {
  .showcase-card { flex: 0 0 280px; }
  .showcase-img { height: 160px; }
  .showcase-name { font-size: 1.3rem; }
  .showcase-track-wrap { margin: 0 -12px; padding: 20px 0 36px; }
}

/* =========================
   SCROLL REVEAL
========================= */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1080px) {
  .hero-grid,
  .section-head,
  .proof-grid,
  .screen-content,
  .steps-grid,
  .features-grid,
  .pricing-grid,
  .faq-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .section-copy { justify-self: start; }
  .hero-screen { min-height: 700px; }
  .hero-proof { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container,
  .nav-inner,
  .footer-inner {
    width: min(calc(100% - 24px), var(--max));
  }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  section { padding: 84px 0; }
  #hero {
    min-height: auto;
    padding-top: 44px;
  }
  .hero-screen { min-height: 760px; }
  .screen-content { inset: 126px 12px 12px; }
  .timeline-nav { left: 12px; right: 12px; }
  .scrub-rail { left: 12px; right: 12px; }
  .hero-sub,
  .section-copy,
  .panel-copy,
  .cta-copy { font-size: .96rem; }
  .proof-card,
  .feature-card,
  .price-card,
  .faq-item,
  .step,
  .cta-panel,
  .stat-card { padding: 20px 18px; }
  .demo-card { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .skater,
  .info-cookie { animation: none !important; }
  .bg-layer { transition: none; }
  .reveal { transition: none; opacity: 1; transform: none; }
  .faq-answer { transition: none; }
}

/* =========================
   CUSTOM CURSOR (pointer devices only)
========================= */
@media (pointer: fine) {
  body.custom-cursor-active { cursor: none; }
  body.custom-cursor-active a, body.custom-cursor-active button { cursor: none !important; }
}
#cur {
  position: fixed;
  width: 12px; height: 12px;
  background: var(--acid);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%,-50%);
  transition: width .25s cubic-bezier(.22,1,.36,1), height .25s cubic-bezier(.22,1,.36,1), background .25s, box-shadow .25s, opacity .25s;
  display: none;
}
@media (pointer: fine) {
  #cur { display: block; }
}
#cur.big { width: 36px; height: 36px; opacity: .25; }
#cur.hot {
  width: 52px; height: 52px;
  background: rgba(255, 106, 43, 0.3);
  box-shadow: 0 0 24px rgba(255, 106, 43, 0.6), 0 0 56px rgba(255, 80, 20, 0.2);
}
#cur-ring {
  position: fixed;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(198, 255, 0, 0.2);
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%,-50%);
  transition: width .3s cubic-bezier(.22,1,.36,1), height .3s cubic-bezier(.22,1,.36,1), border-color .3s, box-shadow .3s;
  display: none;
}
@media (pointer: fine) {
  #cur-ring { display: block; }
}
#cur-ring.hot {
  width: 76px; height: 76px;
  border-color: rgba(255, 106, 43, 0.4);
  box-shadow: 0 0 30px rgba(255, 106, 43, 0.12);
}
#cur-ring.big {
  width: 56px; height: 56px;
  border-color: rgba(198, 255, 0, 0.35);
}

/* =========================
   FX CANVAS
========================= */
#fx-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 500;
}

/* =========================
   IDLE CINEMATIC
========================= */
#idle-overlay {
  position: fixed;
  inset: 0;
  z-index: 800;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.6s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#idle-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
#idle-canvas {
  position: absolute;
  inset: 0;
}
.idle-logo {
  position: relative;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4rem, 10vw, 7rem);
  letter-spacing: .1em;
  color: var(--text);
  animation: idlePulse 3s ease-in-out infinite;
}
.idle-logo span { color: var(--acid); }
.idle-tagline {
  position: relative;
  font-family: 'DM Mono', monospace;
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.28);
  margin-top: .6rem;
  animation: idlePulse 3s 1.5s ease-in-out infinite;
}
.idle-hint {
  position: absolute;
  bottom: 40px;
  font-family: 'DM Mono', monospace;
  font-size: .5rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.18);
  animation: idlePulse 2s ease-in-out infinite;
}
@keyframes idlePulse {
  0%,100% { opacity: .4; } 50% { opacity: 1; }
}

/* =========================
   BURST
========================= */
.burst {
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  border-radius: 50%;
  width: 0; height: 0;
  transform: translate(-50%,-50%);
  animation: burstOut .45s ease-out forwards;
}
@keyframes burstOut {
  to { width: 130px; height: 130px; opacity: 0; }
}

.dust-btn {
  transition: transform .08s ease;
}
@media (hover: hover) {
  .btn-primary.dust-btn,
  a.nav-cta.dust-btn {
    position: relative;
    z-index: 501;
    background: transparent;
    background-image: none;
    animation: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .btn-primary.dust-btn:hover,
  a.nav-cta.dust-btn:hover {
    transform: none;
    box-shadow: none;
  }
  .tesla-ch {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.9);
  }
  .btn-primary.dust-btn::after,
  a.nav-cta.dust-btn::after {
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: var(--acid);
    opacity: 0.25;
    z-index: 0;
    pointer-events: none;
    border-radius: 1px;
    box-shadow: 0 0 12px 4px var(--acid);
    animation: wirePulse 3s ease-in-out infinite;
  }
  @keyframes wirePulse {
    0%, 100% { opacity: 0.18; }
    50% { opacity: 0.32; }
  }
}

/* =========================
   PROOF DETAIL LABELS
========================= */
.proof-detail-label {
  display: block;
  color: var(--acid);
  font-family: 'DM Mono', monospace;
  font-size: .54rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* =========================
   SCROLL PROGRESS BAR
========================= */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--acid), var(--orange), #00d4ff);
  z-index: 9999;
  transition: none;
  box-shadow: 0 0 12px rgba(233,30,140,.5);
}

/* =========================
   HERO TITLE SHIMMER
========================= */
.hero-title .acid {
  background: linear-gradient(
    90deg,
    var(--acid) 0%,
    #ff6ec7 25%,
    #fff 48%,
    #ff6ec7 52%,
    var(--acid) 75%,
    var(--orange) 100%
  );
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s ease-in-out infinite;
  text-shadow: none;
  filter: drop-shadow(0 0 18px rgba(233,30,140,.22));
}
@keyframes shimmer {
  0%   { background-position: 100% 50%; }
  50%  { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* =========================
   PANEL HOVER GLOW
========================= */
.panel {
  transition: border-color .35s, box-shadow .35s, transform .35s;
}
.panel:hover {
  border-color: rgba(233,30,140,.28);
  box-shadow: var(--shadow), 0 0 40px rgba(233,30,140,.06);
  transform: translateY(-2px);
}

/* =========================
   ANIMATED GRADIENT BORDER — FEATURED CARD
========================= */
.price-card.featured {
  position: relative;
  overflow: hidden;
}
.price-card.featured::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(
    from var(--gradient-angle, 0deg),
    var(--acid), var(--orange), #00d4ff, var(--acid)
  );
  z-index: -1;
  animation: rotateBorder 4s linear infinite;
}
.price-card.featured::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(233,30,140,.06), rgba(10,10,16,.95));
  z-index: -1;
}
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotateBorder {
  to { --gradient-angle: 360deg; }
}

/* =========================
   CARD SHEEN
========================= */
.sheen-word {
  display: inline;
}

/* =========================
   STAGGERED REVEAL
========================= */
.reveal { transition-delay: 0s; }
.reveal:nth-child(2) { transition-delay: .08s; }
.reveal:nth-child(3) { transition-delay: .16s; }
.reveal:nth-child(4) { transition-delay: .24s; }
.reveal:nth-child(5) { transition-delay: .32s; }
.reveal:nth-child(6) { transition-delay: .40s; }

/* =========================
   SECTION GRADIENT DIVIDERS
========================= */
section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(80%, 600px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(233,30,140,.25), transparent);
}
#hero::after,
#cta::after,
footer::after { display: none; }

/* =========================
   FEATURE CARD HOVER TILT
========================= */
.feature-card {
  transition: border-color .35s, box-shadow .35s, transform .35s;
}
.feature-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(233,30,140,.35);
  box-shadow: var(--shadow), 0 0 50px rgba(233,30,140,.08), inset 0 1px 0 rgba(255,255,255,.06);
}
.feature-card:hover .feature-dot {
  box-shadow: 0 0 24px rgba(233,30,140,.6);
  transform: scale(1.3);
  transition: .3s;
}

/* =========================
   STAT CARD GLOW ON REVEAL
========================= */
.stat-card.in strong {
  animation: statGlow 1.2s ease-out;
}
@keyframes statGlow {
  0%   { text-shadow: 0 0 0px transparent; opacity: .4; }
  50%  { text-shadow: 0 0 30px rgba(233,30,140,.5); }
  100% { text-shadow: none; opacity: 1; }
}

/* =========================
   STEP NUMBER HOVER
========================= */
.step:hover .step-no {
  color: rgba(233,30,140,.2);
  transition: color .4s;
}
.step:hover .step-icon {
  border-color: rgba(233,30,140,.35);
  background: rgba(233,30,140,.12);
  transition: .3s;
}

/* =========================
   CTA AURORA
========================= */
.cta-panel::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 10%;
  width: 80%;
  height: 200px;
  background: radial-gradient(ellipse, rgba(123,47,247,.12), transparent 60%);
  filter: blur(50px);
  animation: auroraFloat 6s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes auroraFloat {
  0%   { transform: translateX(-15%) scale(1); opacity: .6; }
  100% { transform: translateX(15%) scale(1.2); opacity: 1; }
}

/* =========================
   NAV SOLIDIFY ON SCROLL
========================= */
#nav.scrolled {
  background: rgba(5,5,8,.88);
  border-bottom-color: rgba(233,30,140,.1);
  box-shadow: 0 4px 30px rgba(0,0,0,.4);
}

/* =========================
   PROOF MINI PULSE
========================= */
.proof-mini:first-child strong {
  animation: pricePulse 3s ease-in-out infinite;
}
@keyframes pricePulse {
  0%, 100% { text-shadow: none; }
  50% { text-shadow: 0 0 20px rgba(233,30,140,.4); }
}

/* =========================
   BTN PRIMARY GRADIENT SHIFT
========================= */
.btn-primary {
  background-size: 200% 200%;
  background-image: linear-gradient(135deg, var(--acid) 0%, var(--orange) 40%, #00d4ff 100%);
  animation: gradientShift 5s ease infinite;
}
@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* =========================
   FAQ HOVER ACCENT LINE
========================= */
.faq-item {
  border-left: 2px solid transparent;
  transition: border-color .25s, border-left-color .3s;
}
.faq-item:hover,
.faq-item.open {
  border-left-color: var(--acid);
}

/* =========================
   ENTRANCE ANIMATION
========================= */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
.site {
  animation: fadeInUp .8s ease-out;
}

/* =========================
   VIDEO DEMO
========================= */
#demo { padding: 80px 0 100px; }
.demo-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: #000;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  position: relative;
  cursor: pointer;
}
.demo-wrap video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.demo-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.35);
  transition: opacity 0.4s;
  z-index: 2;
}
.demo-play.hidden { opacity: 0; pointer-events: none; }
.demo-play-circle {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(233,30,140,0.85);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 40px rgba(233,30,140,0.5), 0 0 80px rgba(123,47,247,0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}
.demo-wrap:hover .demo-play-circle {
  transform: scale(1.08);
  box-shadow: 0 0 50px rgba(233,30,140,0.6), 0 0 100px rgba(123,47,247,0.3);
}
.demo-play-circle svg { margin-left: 4px; }

/* Caption overlay */
.demo-captions {
  position: absolute;
  bottom: 12%; left: 0; right: 0;
  text-align: center;
  z-index: 3;
}
.demo-caption {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 6px rgba(233,30,140,0.3);
  cursor: pointer;
  transition: filter 0.2s;
}
.demo-caption:hover { filter: brightness(1.3); }

/* Floating info panel */
.demo-info {
  position: absolute;
  bottom: calc(12% + 4rem);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: max-content;
  max-width: min(480px, 85vw);
  background: var(--panel);
  border: 1px solid rgba(233,30,140,0.3);
  border-radius: 12px;
  padding: 1.2rem 1.6rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 0 30px rgba(233,30,140,0.12), 0 12px 40px rgba(0,0,0,0.5);
  z-index: 5;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
.demo-info.visible {
  opacity: 1; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.demo-info-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  color: var(--acid);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.demo-info-body {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}
.demo-info-close {
  position: absolute; top: 8px; right: 10px;
  background: none; border: none;
  color: var(--muted); font-size: 1.1rem;
  cursor: pointer; padding: 4px 8px; line-height: 1;
  transition: color 0.2s;
}
.demo-info-close:hover { color: var(--acid); }

/* Burning typewriter characters */
.demo-caption-char {
  display: inline-block;
  opacity: 0;
  position: relative;
  animation: charBurn 2s ease-out forwards;
}
/* Reignite on hover proximity */
.demo-caption-char.reignite {
  animation: charReignite 1.2s ease-out forwards;
  opacity: 1;
}
.demo-caption-char::before,
.demo-caption-char::after {
  content: '';
  position: absolute;
  bottom: 65%;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  animation-delay: inherit;
}
.demo-caption-char::before {
  left: 20%;
  width: 4px; height: 14px;
  background: linear-gradient(to top, #ff8800, #ff440000);
  animation: ember 0.9s ease-out forwards;
}
.demo-caption-char::after {
  left: 55%;
  width: 3px; height: 18px;
  background: linear-gradient(to top, #ff5500, #ff110000);
  animation: ember2 1.1s ease-out forwards;
}
.demo-caption.fading .demo-caption-char {
  animation: charFadeOut 0.5s ease-in forwards;
}
.demo-caption.fading .demo-caption-char::before,
.demo-caption.fading .demo-caption-char::after {
  animation: none; opacity: 0;
}

@keyframes charBurn {
  0%   { opacity: 0; color: #ff1100;
         text-shadow: 0 0 30px #ff4400, 0 0 60px #ff000090, 0 -8px 20px #ff880080, 0 -22px 30px #ff440050, 0 -38px 40px #ff220020;
         transform: scale(1.6) translateY(4px); filter: blur(3px); }
  12%  { opacity: 1; color: #ff4400;
         text-shadow: 0 0 25px #ff6b00, 0 0 50px #ff440080, 0 -12px 25px #ff880070, 0 -28px 35px #ff440040, 0 -42px 20px #ff220015;
         transform: scale(1.2) translateY(2px); filter: blur(1px); }
  28%  { color: #ff8800;
         text-shadow: 0 0 20px #ff8800, 0 0 40px #ff660050, 0 -8px 18px #ff660040;
         transform: scale(1.04); filter: blur(0); }
  45%  { color: #ffbb00; text-shadow: 0 0 14px #ff990050, 0 0 28px #ff660025; transform: scale(1); }
  65%  { color: #ffdd55; text-shadow: 0 0 10px #ffaa0030, 0 0 20px #ff660015; }
  100% { opacity: 1; color: #fff;
         text-shadow: 0 0 6px rgba(233,30,140,0.2), 0 2px 4px rgba(0,0,0,0.5);
         transform: scale(1); }
}
@keyframes ember {
  0%   { opacity: 0.9; transform: translateY(0) translateX(0) scale(1); }
  40%  { opacity: 0.6; }
  100% { opacity: 0; transform: translateY(-28px) translateX(-7px) scale(0.15); }
}
@keyframes ember2 {
  0%   { opacity: 0.75; transform: translateY(0) translateX(0) scale(1.1); }
  35%  { opacity: 0.45; }
  100% { opacity: 0; transform: translateY(-38px) translateX(9px) scale(0.1); }
}
@keyframes charFadeOut {
  0%   { opacity: 1; color: #fff; text-shadow: 0 0 6px rgba(233,30,140,0.2); }
  25%  { opacity: 0.9; color: #ff8800; text-shadow: 0 0 18px #ff6b00, 0 0 35px #ff440060; }
  100% { opacity: 0; color: #ff3300; transform: translateY(-10px); text-shadow: 0 0 25px #ff440080, 0 -10px 15px #ff220040; }
}
/* Reignite: flare from settled white back through fire then cool */
@keyframes charReignite {
  0%   { color: #fff; text-shadow: 0 0 6px rgba(255,107,0,0.2); transform: scale(1); }
  10%  { color: #ff4400;
         text-shadow: 0 0 25px #ff6b00, 0 0 50px #ff440080, 0 -12px 25px #ff880070, 0 -28px 35px #ff440040;
         transform: scale(1.15) translateY(2px); filter: blur(1px); }
  30%  { color: #ff8800;
         text-shadow: 0 0 20px #ff8800, 0 0 40px #ff660050, 0 -8px 18px #ff660040;
         transform: scale(1.04); filter: blur(0); }
  55%  { color: #ffbb00; text-shadow: 0 0 14px #ff990050, 0 0 28px #ff660025; transform: scale(1); }
  100% { color: #fff; text-shadow: 0 0 6px rgba(255,107,0,0.2), 0 2px 4px rgba(0,0,0,0.5); transform: scale(1); }
}
.demo-caption-char.reignite::before {
  animation: ember 0.9s ease-out forwards;
}
.demo-caption-char.reignite::after {
  animation: ember2 1.1s ease-out forwards;
}

/* Progress bar */
.demo-progress {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: rgba(255,255,255,0.1);
  z-index: 4;
}
.demo-progress-bar {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--acid), var(--orange));
  box-shadow: 0 0 8px rgba(233,30,140,0.5);
  transition: width 0.25s linear;
}


/* Click-to-Talk styles */
.ctt-reading {
    outline: 2px solid rgba(233, 30, 140, 0.6) !important;
    outline-offset: 3px;
    background: rgba(233, 30, 140, 0.05) !important;
    transition: outline 0.2s, background 0.2s;
}
.ctt-hover {
    outline: 1px dashed rgba(233, 30, 140, 0.3) !important;
    outline-offset: 2px;
    cursor: pointer !important;
}
.ctt-btn {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 99999;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(233, 30, 140, 0.3);
    background: rgba(7, 8, 15, 0.9);
    backdrop-filter: blur(12px);
    color: #a0a0b0;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.ctt-btn:hover { border-color: #e91e8c; color: #e91e8c; transform: scale(1.08); }
.ctt-btn.active { border-color: #e91e8c; color: #e91e8c; box-shadow: 0 0 20px rgba(233,30,140,0.3); }
.ctt-btn.speaking { animation: ctt-pulse 1.5s ease-in-out infinite; }
@keyframes ctt-pulse {
    0%, 100% { box-shadow: 0 0 10px rgba(233,30,140,0.2); }
    50% { box-shadow: 0 0 25px rgba(233,30,140,0.5); }
}
.ctt-toast {
    position: fixed;
    bottom: 82px;
    left: 24px;
    z-index: 99999;
    background: rgba(7, 8, 15, 0.92);
    backdrop-filter: blur(12px);
    color: #e91e8c;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-family: 'Instrument Sans', system-ui, sans-serif;
    border: 1px solid rgba(233, 30, 140, 0.2);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
    max-width: 260px;
}
.ctt-toast.visible { opacity: 1; transform: translateY(0); }
.ctt-sentence-highlight {
    background: rgba(233, 30, 140, 0.12) !important;
    border-radius: 2px;
    transition: background 0.15s;
}
