:root {
  --bg: #0c0613;
  --bg-soft: #170a24;
  --paper: #fbf7ff;
  --paper-2: #f1e7fb;
  --ink: #13081d;
  --muted: #b6a8ca;
  --muted-dark: #6a5880;
  --purple: #9c00ff;
  --purple-2: #7c1bd2;
  --purple-3: #cb75ff;
  --acid: #9c00ff;
  --pink: #ec8cff;
  --line: rgba(251, 247, 255, .14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow: 0 30px 80px rgba(0,0,0,.32);
  --max: 1180px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(143,92,255,.22), transparent 28rem),
    radial-gradient(circle at 86% 2%, rgba(236,140,255,.12), transparent 24rem),
    var(--bg);
  color: var(--paper);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: clamp(78px, 10vw, 150px) 0; position: relative; }

.preloader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1000;
  background: var(--bg);
  transform: translateY(0);
  transition: transform .9s var(--ease);
}
.preloader span {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 12px;
}
body.is-loaded .preloader { transform: translateY(-101%); }
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--purple-3), #7a35ff);
  z-index: 1001;
}
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(203,117,255,.75);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1002;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  transition: width .2s ease, height .2s ease, opacity .2s ease;
}
.cursor.is-hover { width: 54px; height: 54px; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  /*right: 0;*/
  transform: translateX(-50%);
  width: min(calc(100% - 32px), 1240px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(246,241,232,.15);
  border-radius: 999px;
  background: rgba(19,8,29,.66);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 50px rgba(0,0,0,.18);
}
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-logo { width: clamp(118px, 16vw, 162px); height: auto; filter: drop-shadow(0 8px 24px rgba(156,0,255,.24)); }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(156,0,255,.18);
  border: 1px solid rgba(203,117,255,.28);
  box-shadow: 0 10px 30px rgba(156,0,255,.18);
  color: var(--paper);
  font-weight: 900;
}
.brand-mark { display: none; }
.brand-text {
  line-height: 1.02;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(251,247,255,.68);
  white-space: nowrap;
}
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  padding: 10px 14px;
  color: rgba(246,241,232,.78);
  border-radius: 999px;
  font-size: 14px;
}
.site-nav a:hover { background: rgba(255,255,255,.08); color: var(--paper); }
.site-nav .nav-cta { background: linear-gradient(135deg, var(--purple) 0%, var(--purple-3) 100%); color: #fff; font-weight: 800; box-shadow: 0 12px 30px rgba(156,0,255,.18); }

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-top: 120px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(300px, .8fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 22px;
  color: var(--purple-3);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 800;
}
.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  max-width: 920px;
  font-size: clamp(58px, 10vw, 134px);
  line-height: .82;
  letter-spacing: -.085em;
  text-wrap: balance;
}
h2 {
  font-size: clamp(40px, 6vw, 65px);
  line-height: 1;
  letter-spacing: -.065em;
  margin-bottom: 24px;
  text-wrap: balance;
}
h3 { font-size: clamp(22px, 2.4vw, 34px); line-height: 1; letter-spacing: -.045em; }
p { color: rgba(246,241,232,.74); line-height: 1.65; font-size: 17px; }
.hero-lead {
  max-width: 670px;
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.45;
  color: rgba(246,241,232,.82);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 14px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  letter-spacing: -.01em;
  transition: transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--purple) 0%, var(--purple-3) 100%); color: #fff; box-shadow: 0 18px 40px rgba(156,0,255,.28); }
.btn-ghost { border-color: rgba(246,241,232,.22); color: var(--paper); background: rgba(255,255,255,.03); }
.microcopy { font-size: 14px; color: var(--muted); max-width: 520px; }
.hero-visual { position: relative; min-height: 560px; }
.image-card { overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow); background: var(--bg-soft); }
.image-card-main {
  position: absolute;
  inset: 60px 0 60px 36px;
  transform: rotate(2deg);
}
.image-card-main img { width: 100%; height: 100%; object-fit: cover; }
.floating-panel,
.stat-pill {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(246,241,232,.16);
  background: rgba(19,8,29,.76);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}
.floating-panel {
  left: -20px;
  top: 30px;
  width: min(350px, 72%);
  border-radius: 24px;
  padding: 20px;
  transform: rotate(-4deg);
}
.panel-label { display: block; color: var(--purple-3); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; margin-bottom: 10px; }
.floating-panel strong { display: block; font-size: clamp(22px, 3vw, 36px); line-height: .95; letter-spacing: -.045em; }
.floating-panel em { display: block; color: var(--muted); margin-top: 10px; font-style: normal; }
.stat-pill {
  right: 14px;
  bottom: 28px;
  border-radius: 999px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.stat-pill span { color: var(--purple-3); font-size: 46px; font-weight: 950; letter-spacing: -.08em; line-height: 1; }
.stat-pill small { max-width: 90px; color: var(--muted); line-height: 1.1; text-transform: uppercase; font-size: 10px; font-weight: 900; }
.orb { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .85; pointer-events: none; }
.orb-a { width: 360px; height: 360px; background: rgba(156,0,255,.30); right: 12%; top: 8%; animation: float 7s ease-in-out infinite; }
.orb-b { width: 180px; height: 180px; background: rgba(203,117,255,.18); left: 6%; bottom: 12%; animation: float 9s ease-in-out infinite reverse; }
@keyframes float { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(18px,-26px,0); } }
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}
.scroll-down span { color: var(--purple-3); animation: bounce 1.2s infinite; }
@keyframes bounce { 50% { transform: translateY(5px); } }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.03); }
.marquee-track { display: flex; gap: 24px; width: max-content; animation: marquee 56s linear infinite; padding: 24px 0; }
.marquee span { color: transparent; -webkit-text-stroke: 1px rgba(203,117,255,.55); font-size: clamp(48px, 8vw, 112px); line-height: .8; font-weight: 950; letter-spacing: -.07em; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-kicker { color: var(--purple-3); font-weight: 950; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; }
.split-section { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(30px, 7vw, 110px); }
.split-content { max-width: 850px; }
.split-content p { font-size: clamp(18px, 2vw, 22px); }
.split-content strong { color: var(--paper); }

.dark-band {
  background: linear-gradient(180deg, #fbf6ff 0%, #f5edff 100%);
  color: var(--ink);
  overflow: hidden;
}
.dark-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(156,0,255,.16), transparent 28rem), radial-gradient(circle at 86% 80%, rgba(203,117,255,.26), transparent 20rem);
  pointer-events: none;
}
.band-grid { display: grid; grid-template-columns: .95fr 1fr; gap: clamp(32px, 6vw, 80px); position: relative; }
.big-statement p { color: var(--purple-2); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.big-statement h2 { color: var(--ink); }
.risk-list { display: grid; gap: 14px; }
.risk-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: start;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(21,17,25,.08);
  box-shadow: 0 20px 70px rgba(21,17,25,.08);
}
.risk-item span { color: var(--purple-2); font-weight: 950; }
.risk-item p { color: rgba(21,17,25,.74); margin: 0; }

.section-heading { max-width: 920px; margin-bottom: 46px; }
.section-heading > p:not(.eyebrow) { max-width: 760px; font-size: 20px; }
.narrow { max-width: 720px; }
.analysis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.analysis-card {
  min-height: 290px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(156,0,255,.04));
  position: relative;
  overflow: hidden;
}
.analysis-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(156,0,255,.18);
  filter: blur(4px);
}
.analysis-card span { color: var(--purple-3); font-size: 12px; font-weight: 950; letter-spacing: .12em; }
.analysis-card h3 { margin-top: 28px; }
.analysis-card p { margin-bottom: 0; }

.image-story { background: #0d0b12; }
.story-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: clamp(30px, 6vw, 86px); align-items: center; }
.story-image { margin: 0; border-radius: var(--radius-xl); overflow: hidden; min-height: 520px; box-shadow: var(--shadow); }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy .text-link { color: var(--purple-3); font-weight: 900; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.timeline article { padding: 25px; border-right: 1px solid var(--line); min-height: 300px; }
.timeline article:last-child { border-right: 0; }
.timeline span { color: var(--purple-3); font-size: 12px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.timeline h3 { margin: 28px 0 12px; }

.stats-section { background: linear-gradient(180deg, var(--bg), #09070d); }
.stats-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 40px; align-items: end; }
.stats-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stats-numbers div {
  min-height: 210px;
  border-radius: 28px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(156,0,255,.03));
}
.stats-numbers span { color: var(--purple-3); font-size: clamp(70px, 9vw, 130px); font-weight: 950; letter-spacing: -.09em; line-height: .8; }
.stats-numbers small { color: var(--muted); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.output-grid { margin-top: 28px; display: flex; gap: 10px; flex-wrap: wrap; }
.output-grid span { border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; color: rgba(246,241,232,.72); background: rgba(255,255,255,.035); }

.for-who-card {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(20px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(156,0,255,.04));
}
.for-who-card figure { margin: 0; border-radius: 28px; overflow: hidden; min-height: 470px; }
.for-who-card img { width: 100%; height: 100%; object-fit: cover; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 13px; }
.check-list li { color: rgba(246,241,232,.78); position: relative; padding-left: 32px; line-height: 1.45; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--purple-3); font-weight: 950; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  border: 0;
  background: transparent;
  color: var(--paper);
  text-align: left;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.05em;
  cursor: pointer;
}
.faq-item button span { color: var(--purple-3); transition: transform .25s ease; }
.faq-item.is-open button span { transform: rotate(45deg); }
.faq-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-item.is-open .faq-content { grid-template-rows: 1fr; }
.faq-content p { overflow: hidden; max-width: 780px; margin-bottom: 26px; }

.contact-section { background: var(--paper); color: var(--ink); padding-bottom: 90px; }
.contact-section .eyebrow { color: var(--purple-2); }
.contact-grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.contact-copy h2 { color: var(--ink); }
.contact-copy p { color: rgba(21,17,25,.72); font-size: 20px; }
.contact-mini { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.contact-mini span { border-radius: 999px; padding: 9px 12px; background: rgba(156,0,255,.08); color: rgba(21,17,25,.76); border: 1px solid rgba(156,0,255,.10); font-weight: 800; font-size: 13px; }
.lead-form {
  padding: clamp(22px, 4vw, 38px);
  border-radius: 30px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 30px 90px rgba(21,17,25,.18);
}
.lead-form h3 { margin-bottom: 10px; }
.lead-form > p { color: var(--muted); font-size: 15px; }
.lead-form label { display: grid; gap: 8px; margin: 14px 0; color: rgba(246,241,232,.78); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.lead-form input, .lead-form textarea, .lead-form select {
  width: 100%;
  border: 1px solid rgba(246,241,232,.14);
  background: rgba(255,255,255,.07);
  color: var(--paper);
  border-radius: 16px;
  padding: 15px 14px;
  outline: none;
}
.lead-form select option { color: var(--ink); }
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--purple-3); }
.form-note { font-size: 12px !important; color: rgba(246,241,232,.5) !important; }
.form-success { color: var(--purple-3); font-weight: 900; min-height: 22px; }

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-3) 100%);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 20px 50px rgba(156,0,255,.26);
}
.site-footer { padding: 34px 0 48px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.site-footer p { font-size: 13px; color: var(--muted); margin: 0; }
.footer-note { max-width: 480px; text-align: right; }

[data-reveal] { opacity: 0; transform: translateY(36px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.tilt-card { transform-style: preserve-3d; transition: transform .22s ease, border-color .22s ease; }
.tilt-card:hover { border-color: rgba(203,117,255,.40); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .cursor, .preloader { display: none; }
}
@media (max-width: 980px) {
  .site-nav a:not(.nav-cta) { display: none; }
  .hero-grid, .band-grid, .story-grid, .stats-grid, .for-who-card, .contact-grid, .split-section { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .image-card-main { inset: 74px 0 40px 0; }
  .analysis-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: 1fr; border-top: 0; }
  .timeline article { border-right: 0; border-top: 1px solid var(--line); min-height: auto; padding: 24px 0; }
  .stats-numbers { grid-template-columns: 1fr; }
  .story-image, .for-who-card figure { min-height: 360px; }
  .site-footer { flex-direction: column; }
  .footer-note { text-align: left; }
}
@media (max-width: 660px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header { top: 10px; width: calc(100% - 20px); }
  .brand-text { display: none; }
  .brand-logo { width: 118px; }
  .hero { padding-top: 96px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero-visual { min-height: 420px; }
  .floating-panel { left: 0; width: 84%; }
  .analysis-grid { grid-template-columns: 1fr; }
  .analysis-card { min-height: auto; }
  .contact-mini { display: grid; }
  .sticky-cta { left: 14px; right: 14px; }
  .cursor { display: none; }
}
