:root {
  --bg: #111317;
  --bg-soft: #171a20;
  --card: #1c2027;
  --card-2: #20252d;
  --line: #303641;
  --text: #f3f5f8;
  --muted: #a7afbc;
  --accent: #d65cff;
  --accent-2: #8c5cff;
  --green: #58d6a4;
  --max: 1180px;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(0,0,0,.3);
}

* { 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;
  color: var(--text);
  background:
    radial-gradient(circle at 75% 8%, rgba(140,92,255,.14), transparent 28%),
    radial-gradient(circle at 20% 0%, rgba(214,92,255,.08), transparent 25%),
    var(--bg);
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.site-shell { overflow: hidden; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff; font-size: 12px; letter-spacing: .08em;
  box-shadow: 0 8px 25px rgba(214,92,255,.25);
}
.brand-word { font-size: 19px; }
.nav { display: flex; gap: 28px; color: #c7ced9; font-size: 14px; }
.nav a:hover { color: #fff; }
.site-header > .button { justify-self: end; }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px; min-height: 48px; padding: 0 20px;
  font-weight: 750; transition: .2s ease; border: 1px solid transparent;
}
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 0 15px; font-size: 14px; }
.button-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; box-shadow: 0 12px 35px rgba(143,92,255,.2); }
.button-primary:hover { box-shadow: 0 14px 40px rgba(214,92,255,.28); }
.button-outline { border-color: #454d5a; background: rgba(255,255,255,.02); }
.button-ghost { border-color: #333b46; background: #181c22; color: #d7dde6; }
.button-full { width: 100%; }

.section-pad, .section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding-top: 90px; padding-bottom: 90px; }
.eyebrow { color: #dc9dff; font-size: 12px; font-weight: 850; letter-spacing: .15em; margin-bottom: 18px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(48px, 6vw, 78px); line-height: .99; letter-spacing: -.055em; margin-bottom: 24px; max-width: 760px; }
h1 span { background: linear-gradient(90deg, #ef9dff, #9a7aff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lede { color: #b8c0cc; font-size: 19px; max-width: 650px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; color: #969fac; font-size: 13px; }
.hero-proof span::before { content: "✓"; color: var(--green); margin-right: 7px; }

.hero-panel { background: linear-gradient(180deg, #1d2129, #15181e); border: 1px solid #333944; border-radius: 22px; padding: 22px; box-shadow: var(--shadow); position: relative; }
.hero-panel::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, rgba(214,92,255,.35), transparent 35%, rgba(140,92,255,.15)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.panel-topline { display: flex; justify-content: space-between; align-items: start; margin-bottom: 20px; }
.panel-kicker { font-size: 10px; letter-spacing: .16em; color: #d98cff; font-weight: 900; }
.panel-title { font-size: 19px; font-weight: 800; margin-top: 4px; }
.status-pill { display: flex; gap: 7px; align-items: center; border: 1px solid #33453f; color: #a8e5cb; background: rgba(88,214,164,.06); padding: 6px 10px; border-radius: 999px; font-size: 12px; }
.status-dot { width: 7px; height: 7px; border-radius: 99px; background: var(--green); box-shadow: 0 0 16px rgba(88,214,164,.7); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric-card { background: #181c22; border: 1px solid #2c323d; border-radius: 14px; padding: 17px; }
.metric-card span { display: block; color: #99a3b1; font-size: 12px; }
.metric-card strong { display: block; font-size: 29px; letter-spacing: -.035em; margin: 5px 0 2px; }
.metric-card small { color: #737d8b; font-size: 11px; }
.activity-card { margin-top: 12px; border-radius: 14px; padding: 17px; background: linear-gradient(135deg, rgba(214,92,255,.10), rgba(140,92,255,.04)); border: 1px solid rgba(214,92,255,.2); }
.activity-head, .activity-footer { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.activity-head > span:first-child { font-weight: 800; font-size: 13px; }
.badge { color: #e4b4ff; font-size: 10px; border: 1px solid rgba(214,92,255,.32); border-radius: 999px; padding: 4px 8px; }
.activity-card p { color: #c0c7d0; font-size: 13px; margin: 14px 0; }
.activity-footer { color: #9eb4aa; font-size: 11px; }

.logo-strip { border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); text-align: center; padding: 22px 20px; color: #98a0ac; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; }
.section { padding-top: 110px; padding-bottom: 110px; }
.section-dark { position: relative; }
.section-gradient { width: 100%; max-width: none; padding-left: max(20px, calc((100% - var(--max))/2)); padding-right: max(20px, calc((100% - var(--max))/2)); background: linear-gradient(180deg, rgba(255,255,255,.01), rgba(140,92,255,.07), rgba(255,255,255,.01)); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.section-intro { max-width: 780px; margin-bottom: 46px; }
.section-intro.narrow { max-width: 700px; }
h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -.04em; margin-bottom: 17px; }
.section-intro p { color: var(--muted); font-size: 17px; }
.cards { display: grid; gap: 18px; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.feature-card { background: linear-gradient(180deg, #1a1e25, #15181e); border: 1px solid #2a3039; border-radius: var(--radius); padding: 28px; }
.feature-num { color: #d98cff; font-size: 12px; font-weight: 900; letter-spacing: .13em; margin-bottom: 40px; }
.feature-card h3 { font-size: 23px; letter-spacing: -.025em; }
.feature-card p { color: #aab2be; font-size: 14px; }
.feature-card ul { list-style: none; padding: 0; margin: 24px 0 0; border-top: 1px solid #2a3039; padding-top: 20px; }
.feature-card li { color: #c5cbd4; font-size: 13px; margin: 9px 0; }
.feature-card li::before { content: "→"; color: var(--accent); margin-right: 9px; }

.timeline { max-width: 820px; margin-left: auto; }
.timeline-item { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid #292f38; }
.timeline-number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; border: 1px solid #3b4350; color: #e5b1ff; font-weight: 900; background: #171a20; }
.timeline-item h3 { margin-bottom: 8px; font-size: 21px; }
.timeline-item p { color: #9fa8b4; margin-bottom: 0; }

.calculator-wrap { display: grid; grid-template-columns: 1fr .8fr; gap: 24px; max-width: 980px; }
.calculator, .calculator-results { border: 1px solid #323946; background: #171b21; border-radius: var(--radius); padding: 26px; }
.calculator { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.calculator label { display: grid; gap: 8px; color: #c6cdd6; font-size: 13px; font-weight: 700; }
.calculator input { width: 100%; background: #101319; border: 1px solid #343b46; border-radius: 10px; color: #fff; padding: 12px 13px; outline: none; }
.calculator input:focus { border-color: #9e68d2; box-shadow: 0 0 0 3px rgba(214,92,255,.09); }
.input-suffix, .input-prefix { position: relative; display: flex; align-items: center; }
.input-suffix span { position: absolute; right: 12px; color: #7f8997; }
.input-prefix span { position: absolute; left: 12px; color: #7f8997; }
.input-prefix input { padding-left: 28px; }
.calculator-results { background: linear-gradient(160deg, #1d2028, #17191f); }
.result-label { color: #dd9eff; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 18px; }
.result-row { display: flex; justify-content: space-between; gap: 30px; padding: 12px 0; border-bottom: 1px solid #2d333d; color: #a9b1bd; }
.result-row strong { color: #fff; font-size: 20px; }
.result-total { margin: 20px 0 14px; padding: 18px; border: 1px solid rgba(214,92,255,.25); background: rgba(214,92,255,.07); border-radius: 14px; }
.result-total span { display: block; color: #b7bec8; font-size: 12px; }
.result-total strong { display: block; margin-top: 4px; font-size: 34px; letter-spacing: -.04em; }
.calculator-results small { color: #737d89; display: block; }

.pilot-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; padding: 45px; border: 1px solid rgba(214,92,255,.27); border-radius: 24px; background: radial-gradient(circle at 80% 20%, rgba(214,92,255,.14), transparent 32%), #181b21; box-shadow: var(--shadow); }
.pilot-copy p { color: #aab2be; max-width: 680px; }
.pilot-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; color: #bec5cf; margin-top: 24px; font-size: 13px; }
.pilot-points span::first-letter { color: var(--green); }
.pilot-action { border-left: 1px solid #323844; padding-left: 40px; display: flex; flex-direction: column; justify-content: center; }
.pilot-price { color: #e0a6ff; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; }
.pilot-action p { color: #aeb6c1; margin: 12px 0 22px; }
.contact-link { text-align: center; margin-top: 14px; color: #a7aebb; font-size: 13px; }

.faq-list { max-width: 850px; }
details { border-bottom: 1px solid #2d333c; padding: 21px 0; }
summary { cursor: pointer; list-style: none; font-weight: 800; font-size: 18px; display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: #dca0ff; font-size: 22px; }
details[open] summary::after { content: "–"; }
details p { color: #9fa8b4; max-width: 720px; padding-top: 14px; margin-bottom: 0; }

.footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 45px 0 55px; border-top: 1px solid #292f38; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.footer p { color: #7f8895; font-size: 13px; margin: 12px 0 0; }
.footer-links { display: flex; gap: 22px; color: #a4acb8; font-size: 13px; }
.footer-copy { grid-column: 1 / -1; color: #626c78; font-size: 11px; }

.legal { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: 80px 0 110px; }
.legal h1 { font-size: clamp(38px, 5vw, 58px); }
.legal h2 { font-size: 24px; margin-top: 38px; }
.legal p, .legal li { color: #aab2be; }
.legal a { color: #dda1ff; text-decoration: underline; }
.legal .legal-meta { color: #737d89; margin-bottom: 36px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; gap: 45px; }
  .three-up { grid-template-columns: 1fr; }
  .calculator-wrap { grid-template-columns: 1fr; }
  .pilot-card { grid-template-columns: 1fr; }
  .pilot-action { border-left: 0; border-top: 1px solid #323844; padding: 30px 0 0; }
}

@media (max-width: 620px) {
  .site-header { width: min(calc(100% - 28px), var(--max)); }
  .site-header > .button { display: none; }
  .section-pad, .section { width: min(calc(100% - 28px), var(--max)); }
  .section-gradient { width: 100%; }
  h1 { font-size: 47px; }
  .metric-grid { grid-template-columns: 1fr; }
  .calculator { grid-template-columns: 1fr; }
  .pilot-card { padding: 27px; }
  .pilot-points { grid-template-columns: 1fr; }
  .footer { width: min(calc(100% - 28px), var(--max)); grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
