:root {
  --navy: #071a2f;
  --navy-2: #0e2947;
  --blue: #2563eb;
  --blue-2: #4f7cff;
  --cyan: #59d7d1;
  --ink: #102033;
  --muted: #5f6f82;
  --line: #dce4ec;
  --soft: #f4f7fa;
  --white: #ffffff;
  --gold: #d7a438;
  --shadow: 0 18px 50px rgba(7, 26, 47, .10);
}
* { 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(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; }
.wrap { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(220,228,236,.85); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; letter-spacing: -.01em; }
.brand-mark { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; font-size: 12px; letter-spacing: .08em; box-shadow: 0 8px 20px rgba(37,99,235,.18); }
nav { display: flex; align-items: center; gap: 24px; }
nav a { text-decoration: none; font-weight: 600; color: #31465b; font-size: 14px; }
nav a:hover { color: var(--blue); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; padding: 13px 20px; border-radius: 10px; background: var(--blue); color: #fff; text-decoration: none; font-weight: 800; border: 1px solid var(--blue); box-shadow: 0 10px 26px rgba(37,99,235,.18); }
.button:hover { transform: translateY(-1px); }
.button-small { padding: 9px 14px; }
.button.full { width: 100%; }
.text-link { font-weight: 800; color: var(--blue); text-decoration: none; }
.hero { background: radial-gradient(circle at 80% 10%, rgba(89,215,209,.18), transparent 28%), linear-gradient(180deg,#fbfdff 0%,#fff 100%); padding: 92px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 66px; }
.eyebrow { font-size: 12px; font-weight: 900; letter-spacing: .14em; color: var(--blue); margin-bottom: 16px; }
h1 { font-size: clamp(44px, 6vw, 72px); line-height: .98; letter-spacing: -.045em; margin: 0 0 26px; color: var(--navy); max-width: 790px; }
h1 span { color: var(--blue); }
.hero-copy { font-size: 19px; color: #42566a; max-width: 760px; margin: 0 0 28px; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.pilot-note { margin-top: 24px; font-size: 14px; color: #5a6876; border-left: 3px solid var(--cyan); padding-left: 14px; }
.signal-panel { border-radius: 22px; background: var(--navy); color: #fff; padding: 18px; box-shadow: 0 28px 80px rgba(7,26,47,.24); transform: rotate(1deg); }
.panel-top { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 8px 8px 16px; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.11); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(89,215,209,.12); }
.muted { color: #94a8bc; }
.signal-item { display: grid; grid-template-columns: 84px 1fr; gap: 14px; align-items: center; padding: 18px 8px; border-bottom: 1px solid rgba(255,255,255,.10); }
.signal-item small { color: #adc0d2; }
.signal-tag { font-size: 10px; font-weight: 900; letter-spacing: .08em; background: rgba(89,215,209,.14); color: #86efe9; border: 1px solid rgba(89,215,209,.25); padding: 6px 8px; border-radius: 999px; text-align: center; }
.signal-tag.gold { background: rgba(215,164,56,.13); color: #f5d486; border-color: rgba(215,164,56,.3); }
.signal-tag.slate { background: rgba(255,255,255,.08); color: #dbe6f0; border-color: rgba(255,255,255,.13); }
.panel-footer { padding: 16px 8px 6px; font-size: 12px; color: #9fb1c3; }
.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-grid > div { padding: 24px; border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--navy); margin-bottom: 4px; }
.proof-grid span { color: var(--muted); font-size: 13px; }
.section { padding: 88px 0; }
.section-alt { background: var(--soft); }
.section-head { max-width: 780px; margin-bottom: 38px; }
.section-head.narrow { max-width: 720px; }
h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; margin: 0 0 16px; color: var(--navy); }
.section-head p, .split p { color: var(--muted); font-size: 17px; }
.cards.two { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.card { border: 1px solid var(--line); border-radius: 18px; padding: 30px; background: #fff; box-shadow: 0 12px 32px rgba(7,26,47,.05); }
.card-icon { width: 44px; height: 44px; border-radius: 12px; background: #eaf1ff; color: var(--blue); display: grid; place-items: center; font-weight: 900; margin-bottom: 18px; }
.card h3, .coverage-card h3, .price-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 22px; }
.card p, .coverage-card p, .price-card p { color: var(--muted); }
ul { padding-left: 20px; }
li { margin: 8px 0; }
.split { display: grid; grid-template-columns: 1fr .85fr; gap: 64px; align-items: center; }
.checklist { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; box-shadow: var(--shadow); }
.checklist div { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.checklist div:last-child { border-bottom: 0; }
.checklist span { color: var(--blue); margin-right: 10px; }
.coverage-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.coverage-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.accent-card { background: var(--navy); color: #fff; border-color: var(--navy); }
.accent-card h3 { color: #fff; }
.accent-card p { color: #c4d1df; }
.pricing-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.price-card.featured { border: 2px solid var(--blue); box-shadow: 0 14px 38px rgba(37,99,235,.12); }
.badge { display: inline-block; background: #eaf1ff; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; border-radius: 999px; padding: 6px 9px; margin-bottom: 12px; }
.price { font-size: 46px; line-height: 1; font-weight: 900; letter-spacing: -.04em; color: var(--navy); margin: 14px 0 8px; }
.price span { font-size: 20px; vertical-align: top; }
.price small { font-size: 15px; color: var(--muted); letter-spacing: 0; margin-left: 3px; }
.enterprise-note { margin-top: 22px; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.step { border-top: 3px solid var(--blue); background: #fff; padding: 22px 4px 0 0; }
.step span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #eaf1ff; color: var(--blue); font-weight: 900; margin-bottom: 14px; }
.step strong { display: block; font-size: 18px; color: var(--navy); }
.step p { color: var(--muted); font-size: 14px; }
.faq-section { background: #fff; }
.narrow-wrap { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
details { border-bottom: 1px solid var(--line); padding: 20px 0; }
summary { cursor: pointer; font-weight: 800; color: var(--navy); }
details p { color: var(--muted); margin-bottom: 0; }
.cta-section { padding: 0 0 88px; }
.cta-box { border-radius: 24px; padding: 42px; background: linear-gradient(135deg,var(--navy),#123d69); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-box h2 { color: #fff; margin-bottom: 10px; }
.cta-box p { color: #c8d5e2; margin: 0; }
.eyebrow.light { color: #91e7e2; }
.button-light { background: #fff; color: var(--navy); border-color: #fff; box-shadow: none; white-space: nowrap; }
footer { background: #061524; color: #dce6ef; padding: 48px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 42px; }
.footer-grid p { color: #9eb0c1; max-width: 520px; }
.footer-grid strong { display: block; color: #fff; margin-bottom: 10px; }
.footer-grid a:not(.brand) { display: block; color: #aec0d1; text-decoration: none; margin: 7px 0; }
.footer-brand { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); margin-top: 34px; padding-top: 22px; font-size: 12px; color: #8ea2b5; }
.policy-page { background: #f7f9fb; min-height: 100vh; }
.policy-main { padding: 70px 0 90px; }
.policy-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 42px; box-shadow: 0 14px 36px rgba(7,26,47,.06); }
.policy-card h1 { font-size: 44px; line-height: 1.08; margin-bottom: 10px; }
.policy-card h2 { font-size: 24px; margin-top: 34px; }
.policy-card p, .policy-card li { color: #526477; }
.policy-meta { color: #7b8a99; font-size: 14px; margin-bottom: 30px; }
@media (max-width: 960px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .coverage-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
}
@media (max-width: 720px) {
  nav a:not(.button) { display: none; }
  .cards.two, .proof-grid, .pricing-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .proof-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .cta-box { align-items: flex-start; flex-direction: column; }
  .button-light { width: 100%; }
  .policy-card { padding: 26px; }
  h1 { font-size: 48px; }
}
