:root {
  --bg: #0a0e17;
  --bg-alt: #0f1522;
  --panel: #131b2c;
  --line: #1f2a40;
  --text: #e7ecf4;
  --muted: #93a0b8;
  --brand: #34d3ff;
  --brand2: #6f7bff;
  --accent: #ffcb47;
  --radius: 14px;
  --max: 1100px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .logo { font-family: "Sora", system-ui, sans-serif; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

a { color: inherit; text-decoration: none; }

.hidden { position: absolute; left: -9999px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 22px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #04111c;
  box-shadow: 0 8px 24px rgba(52, 211, 255, .25);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(52, 211, 255, .35); }
.btn-ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
.btn-full { width: 100%; padding: 15px; font-size: 16px; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 14, 23, .8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.logo-mark { width: 27px; height: 27px; flex: none; display: block; }
.logo-text { line-height: 1; }
.logo-ck { background: linear-gradient(120deg, var(--brand), var(--brand2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.footer .logo { justify-content: center; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: var(--muted); font-size: 15px; font-weight: 500; }
.nav-links a:hover { color: var(--text); }
.nav-links .btn-ghost { color: var(--text); padding: 9px 16px; }

/* Hero */
.hero {
  padding: 80px 0 76px;
  text-align: center;
  background:
    radial-gradient(900px 400px at 50% -10%, rgba(52, 211, 255, .14), transparent 60%),
    radial-gradient(700px 350px at 80% 10%, rgba(111, 123, 255, .12), transparent 60%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; text-align: left; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 18px;
}
.eyebrow-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.eyebrow-row .eyebrow { margin-bottom: 0; }
.badge-early {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; color: #9fe7c4;
  background: rgba(52, 211, 150, .1); border: 1px solid rgba(52, 211, 150, .3);
  border-radius: 999px; padding: 4px 12px;
}
.badge-early i { width: 7px; height: 7px; border-radius: 50%; background: #3ad99a; box-shadow: 0 0 0 3px rgba(58, 217, 154, .18); }
.hero h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.08; letter-spacing: -.03em; font-weight: 800; }
.grad { background: linear-gradient(120deg, var(--brand), var(--brand2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { max-width: 640px; margin: 24px auto 0; color: var(--muted); font-size: 18px; }
.hero-grid .lead { margin: 22px 0 0; max-width: 540px; font-size: 17px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.hero-grid .hero-cta { justify-content: flex-start; margin-top: 30px; }
.trust { display: flex; gap: 26px; justify-content: center; margin-top: 44px; flex-wrap: wrap; color: var(--muted); font-size: 14px; font-weight: 500; }
.hero-grid .trust { justify-content: flex-start; gap: 20px; margin-top: 34px; }

/* Hero report visual */
.hero-visual { position: relative; }
.report {
  background: linear-gradient(180deg, #14203450, #0f1726);
  border: 1px solid var(--line); border-radius: 16px; padding: 20px 20px 16px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
  backdrop-filter: blur(4px);
}
.report-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.report-title { font-family: "Sora", sans-serif; font-weight: 600; font-size: 14px; display: flex; align-items: center; gap: 9px; }
.report-title .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 12px var(--brand); }
.report-status { font-size: 11px; font-weight: 600; color: #9fe7c4; background: rgba(52, 211, 150, .1); border: 1px solid rgba(52, 211, 150, .3); border-radius: 999px; padding: 3px 10px; }
.report-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.report-summary strong { display: block; font-family: "Sora", sans-serif; font-size: 18px; color: var(--text); }
.report-summary span { font-size: 12px; color: var(--muted); }
.findings { list-style: none; display: grid; gap: 11px; padding-top: 16px; }
.findings li { display: flex; gap: 12px; align-items: flex-start; }
.sev { flex: none; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border-radius: 6px; padding: 3px 8px; margin-top: 2px; min-width: 58px; text-align: center; }
.sev-crit { color: #ff8a8a; background: rgba(255, 80, 80, .12); border: 1px solid rgba(255, 80, 80, .3); }
.sev-high { color: #ffb27a; background: rgba(255, 150, 60, .12); border: 1px solid rgba(255, 150, 60, .3); }
.sev-med { color: #ffd980; background: rgba(255, 200, 60, .1); border: 1px solid rgba(255, 200, 60, .28); }
.sev-qa { color: #8fc7ff; background: rgba(80, 160, 255, .12); border: 1px solid rgba(80, 160, 255, .3); }
.findings b { display: block; font-weight: 600; font-size: 14px; color: var(--text); }
.findings em { font-style: normal; font-size: 12px; color: var(--muted); }
.report-foot { text-align: right; font-size: 11px; color: #5b6679; margin-top: 16px; font-style: italic; }

/* Sections */
.section { padding: 84px 0; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-title { font-size: clamp(26px, 4vw, 38px); text-align: center; letter-spacing: -.02em; font-weight: 700; }
.section-title.left { text-align: left; }
.section-sub { text-align: center; color: var(--muted); margin-top: 12px; font-size: 17px; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.step {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px;
}
.step-num {
  width: 40px; height: 40px; border-radius: 10px;
  display: grid; place-items: center;
  font-family: "Sora", sans-serif; font-weight: 700; font-size: 18px;
  background: linear-gradient(135deg, var(--brand), var(--brand2)); color: #04111c;
  margin-bottom: 18px;
}
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; }

/* Cards */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; transition: border-color .2s ease, transform .2s ease;
}
.card:hover { border-color: var(--brand); transform: translateY(-4px); }
.card-ico { font-size: 30px; margin-bottom: 14px; }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.soon {
  display: inline-block; vertical-align: middle; margin-left: 6px;
  font-family: "Inter", sans-serif; font-size: 10.5px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--accent); background: rgba(255, 203, 71, .12);
  border: 1px solid rgba(255, 203, 71, .35); border-radius: 999px;
  padding: 2px 8px;
}
.card p { color: var(--muted); font-size: 14.5px; }

/* Why */
.why-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; }
.checks { list-style: none; margin: 26px 0 32px; display: grid; gap: 14px; }
.checks li { position: relative; padding-left: 32px; color: var(--text); font-size: 16px; }
.checks li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 22px; height: 22px; border-radius: 6px;
  background: rgba(52, 211, 255, .15); color: var(--brand);
  display: grid; place-items: center; font-size: 13px; font-weight: 700;
}
.checks em { color: var(--brand); font-style: normal; font-weight: 600; }
.why-stat { display: grid; gap: 16px; }
.stat {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px;
}
.stat strong { display: block; font-family: "Sora", sans-serif; font-size: 22px; color: var(--brand); }
.stat span { color: var(--muted); font-size: 14px; }

/* Form */
.form-wrap { max-width: 720px; }
.form { margin-top: 40px; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 32px; display: grid; gap: 18px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form label { display: grid; gap: 7px; font-size: 14px; font-weight: 500; color: var(--muted); }
.form input, .form textarea {
  width: 100%; font: inherit; color: var(--text);
  background: var(--bg); border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 14px; transition: border-color .15s ease;
}
.form input::placeholder, .form textarea::placeholder { color: #5b6679; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--brand); }
.form textarea { resize: vertical; }
.form-note { font-size: 12.5px; color: var(--muted); text-align: center; }

/* Footer */
.footer { border-top: 1px solid var(--line); padding: 44px 0; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.footer p { color: var(--muted); font-size: 14px; }
.muted { color: #5b6679 !important; font-size: 13px !important; }

/* Responsive */
@media (max-width: 860px) {
  .steps, .grid { grid-template-columns: 1fr 1fr; }
  .why-inner { grid-template-columns: 1fr; gap: 32px; }
  .nav-links a:not(.btn) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-grid .eyebrow-row { justify-content: center; }
  .hero-grid .lead { margin-left: auto; margin-right: auto; }
  .hero-grid .hero-cta, .hero-grid .trust { justify-content: center; }
  .hero-visual { max-width: 460px; margin: 0 auto; width: 100%; }
}
@media (max-width: 560px) {
  .steps, .grid, .row { grid-template-columns: 1fr; }
  .hero { padding: 64px 0 56px; }
  .section { padding: 60px 0; }
  .form { padding: 22px; }
}
