:root {
  --navy: #0b1728;
  --navy-2: #10243f;
  --blue: #2f80ed;
  --cyan: #5cd4ff;
  --gold: #f3b84a;
  --cream: #f7f1e5;
  --white: #ffffff;
  --muted: #667085;
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 70px rgba(6, 19, 38, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #142033;
  background: var(--cream);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(11, 23, 40, .94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.nav {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: var(--navy);
  font-weight: 900;
  letter-spacing: -0.05em;
  box-shadow: 0 10px 30px rgba(92, 212, 255, .25);
}
.brand strong { display: block; font-size: 1rem; }
.brand small { color: rgba(255,255,255,.62); font-size: .75rem; }

.nav-links { display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.75); font-weight: 600; font-size: .92rem; }
.nav-links a:hover { color: var(--white); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 999px;
  padding: 14px 22px;
  background: linear-gradient(135deg, var(--gold), #ffd37b);
  color: #1f1603;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(243, 184, 74, .3);
}
.button:hover { transform: translateY(-1px); }
.button-secondary { background: rgba(255,255,255,.09); color: var(--white); box-shadow: none; border: 1px solid var(--line); }
.button-small { padding: 10px 14px; font-size: .84rem; }

.section { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 82px 0; }
.hero {
  width: 100%;
  min-height: 730px;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .82fr);
  gap: 48px;
  padding-left: max(16px, calc((100vw - 1120px) / 2));
  padding-right: max(16px, calc((100vw - 1120px) / 2));
  background:
    radial-gradient(circle at 12% 20%, rgba(92, 212, 255, .24), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(243, 184, 74, .18), transparent 34%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
}

.eyebrow { margin: 0 0 14px; color: var(--blue); text-transform: uppercase; font-weight: 900; letter-spacing: .12em; font-size: .78rem; }
.hero .eyebrow, .pilot .eyebrow, .contact .eyebrow { color: var(--gold); }
h1, h2, h3 { margin: 0; letter-spacing: -0.045em; line-height: 1.02; }
h1 { font-size: clamp(2.9rem, 7vw, 6.1rem); max-width: 920px; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.35rem; }
.lead { color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.65; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.trust-row span { border: 1px solid var(--line); color: rgba(255,255,255,.8); border-radius: 999px; padding: 9px 12px; font-weight: 700; font-size: .85rem; }

.hero-card {
  background: rgba(255,255,255,.08);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.status-top { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.status-dot { width: 13px; height: 13px; border-radius: 50%; background: #33d17a; box-shadow: 0 0 0 8px rgba(51,209,122,.12); }
dl { margin: 0; display: grid; gap: 12px; }
dl div { display: flex; justify-content: space-between; gap: 14px; padding: 14px; background: rgba(255,255,255,.08); border-radius: 16px; }
dt { color: rgba(255,255,255,.65); }
dd { margin: 0; font-weight: 800; }
.ok { color: #72f0a8; }
.caution { color: #ffd37b; }
.hero-card p { color: rgba(255,255,255,.62); line-height: 1.6; }

.section-heading { max-width: 780px; margin-bottom: 34px; }
.section-heading p, .split p, .pilot p, .contact p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.cards { display: grid; gap: 20px; }
.three { grid-template-columns: repeat(3, 1fr); }
.card, .report-preview, .contact-card {
  background: var(--white);
  border: 1px solid rgba(16,36,63,.08);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(16,36,63,.08);
}
.card p { color: var(--muted); line-height: 1.7; }

.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.feature-list li { background: var(--white); border-radius: 18px; padding: 18px 20px; border-left: 5px solid var(--blue); box-shadow: 0 14px 40px rgba(16,36,63,.06); line-height: 1.55; }

.reports { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; }
.report-preview { border-top: 8px solid var(--blue); }
.report-bar { display: flex; gap: 8px; margin-bottom: 22px; }
.report-bar span { width: 12px; height: 12px; border-radius: 50%; background: #e5e7eb; }
.report-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px; margin: 24px 0; }
.report-grid span { color: var(--muted); }
.report-grid strong { color: var(--navy); }
.report-preview p { color: var(--muted); line-height: 1.7; }

.pilot {
  width: 100%;
  padding-left: max(16px, calc((100vw - 1120px) / 2));
  padding-right: max(16px, calc((100vw - 1120px) / 2));
  background: var(--navy);
  color: var(--white);
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 48px;
}
.pilot p { color: rgba(255,255,255,.68); }
.pilot-steps { display: grid; gap: 16px; }
.pilot-steps div { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; background: rgba(255,255,255,.08); border: 1px solid var(--line); border-radius: 22px; padding: 20px; }
.pilot-steps span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 900; }
.pilot-steps p { margin: 0; }

.contact { text-align: center; }
.contact-card { max-width: 760px; margin: 0 auto; background: linear-gradient(180deg, #fff, #f8fbff); }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }
.contact-card .button-secondary { color: var(--navy); border-color: rgba(16,36,63,.16); background: #fff; }
.contact-email { margin: 18px 0 6px; color: var(--navy) !important; font-weight: 900; letter-spacing: .01em; }
.fine-print { font-size: .9rem !important; }

.footer { background: #07101d; color: rgba(255,255,255,.7); padding: 32px max(16px, calc((100vw - 1120px) / 2)); }
.footer p { margin: 0 0 8px; }
.disclaimer { font-size: .85rem; color: rgba(255,255,255,.5); max-width: 1000px; line-height: 1.5; }

@media (max-width: 860px) {
  .nav { min-height: 68px; }
  .nav-links a:not(.button) { display: none; }
  .hero, .split, .reports, .pilot { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 64px; padding-bottom: 64px; }
  .three { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
}

@media (max-width: 520px) {
  .brand small { display: none; }
  .button { width: 100%; }
  .nav-links .button { width: auto; }
  .hero-card, .card, .report-preview, .contact-card { padding: 22px; border-radius: 22px; }
  .report-grid { grid-template-columns: 1fr; }
}
