:root {
  --navy: #06152f;
  --navy-2: #0a2147;
  --blue: #1374df;
  --blue-light: #55b7ff;
  --gold: #efb83e;
  --gold-light: #ffd978;
  --white: #ffffff;
  --mist: #d9e9fb;
  --ink: #10213b;
  --muted: #5c6c80;
  --surface: #f4f8fd;
  --line: #d9e4f0;
  --success: #147a4b;
  --shadow: 0 22px 60px rgba(6, 21, 47, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
}
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  background: var(--navy);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 188px; height: auto; max-height: 48px; object-fit: contain; }
.header-note { margin: 0; color: var(--mist); font-size: .9rem; }
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(19,116,223,.34), transparent 34%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 64%, #073061 100%);
  color: var(--white);
  padding: 78px 0 88px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  background-image: linear-gradient(rgba(85,183,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(85,183,255,.12) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.16fr .84fr; gap: 56px; align-items: center; }
.eyebrow { color: var(--gold-light); font-size: .84rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.025em; }
h1 { margin: 15px 0 20px; font-size: clamp(2.45rem, 5vw, 4.75rem); max-width: 780px; }
.hero-lead { margin: 0 0 26px; max-width: 710px; color: #deecfb; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-promise { margin: 0 0 30px; padding-left: 18px; border-left: 3px solid var(--gold); color: var(--white); font-weight: 700; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.btn {
  appearance: none;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 3px; }
.btn-primary { color: #12213a; background: linear-gradient(180deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 28px rgba(239,184,62,.24); }
.btn-secondary { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.38); }
.microcopy { margin: 15px 0 0; color: #bcd3eb; font-size: .88rem; }
.offer-card {
  background: rgba(255,255,255,.97);
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 22px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.launch-badge { display: inline-block; border-radius: 999px; padding: 6px 11px; background: #e8f3ff; color: #075aab; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.price { margin: 16px 0 0; color: var(--navy); font-size: 4.5rem; line-height: 1; font-weight: 950; letter-spacing: -.06em; }
.regular { margin: 8px 0 22px; color: var(--muted); }
.offer-card ul, .check-list { list-style: none; margin: 0; padding: 0; }
.offer-card li, .check-list li { position: relative; padding: 9px 0 9px 30px; }
.offer-card li::before, .check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 950; }
.offer-card .btn { width: 100%; margin-top: 25px; }
.checkout-note { margin: 13px 0 0; text-align: center; color: var(--muted); font-size: .82rem; }
.section { padding: 82px 0; }
.section-soft { background: var(--surface); }
.section-dark { background: var(--navy); color: var(--white); }
.section-head { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section h2 { margin: 8px 0 14px; font-size: clamp(2rem, 4vw, 3.2rem); }
.section-head p { margin: 0; color: var(--muted); }
.section-dark .section-head p { color: var(--mist); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { border: 1px solid var(--line); border-radius: 16px; padding: 28px; background: var(--white); box-shadow: 0 12px 35px rgba(16,33,59,.06); }
.card-number { color: var(--blue); font-size: .82rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.card h3 { margin: 10px 0 12px; font-size: 1.3rem; }
.card p { margin: 0; color: var(--muted); }
.deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 54px; align-items: start; }
.deliverables-copy h2 { margin-top: 10px; }
.deliverables-copy p { color: var(--muted); }
.deliverables-panel { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 30px; box-shadow: var(--shadow); }
.deliverables-panel h3 { margin: 0 0 12px; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit-box { border-radius: 16px; padding: 28px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); }
.fit-box h3 { margin: 0 0 12px; color: var(--gold-light); }
.fit-box p { margin: 0; color: var(--mist); }
.faq { max-width: 840px; margin: 0 auto; }
details { border-bottom: 1px solid var(--line); padding: 18px 2px; }
summary { cursor: pointer; font-weight: 850; font-size: 1.06rem; }
details p { color: var(--muted); margin: 12px 0 2px; }
.final-cta { text-align: center; background: linear-gradient(135deg, #0b2e60, #071a37); color: var(--white); border-radius: 24px; padding: 52px 32px; box-shadow: var(--shadow); }
.final-cta h2 { margin: 8px auto 14px; max-width: 800px; }
.final-cta p { color: var(--mist); max-width: 700px; margin: 0 auto 26px; }
.final-cta .actions { justify-content: center; }
.site-footer { padding: 34px 0; background: #031027; color: #c7d7e8; font-size: .86rem; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.legal-main { min-height: 75vh; padding: 64px 0 90px; }
.legal-main h1 { color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.5rem); }
.legal-main h2 { margin-top: 34px; font-size: 1.5rem; }
.legal-main p, .legal-main li { color: #3f5065; }

@media (max-width: 860px) {
  .hero { padding: 56px 0 64px; }
  .hero-grid, .deliverables { grid-template-columns: 1fr; }
  .hero-grid { gap: 34px; }
  .grid-3 { grid-template-columns: 1fr; }
  .offer-card { max-width: 610px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 28px, 1120px); }
  .header-inner { min-height: 66px; }
  .header-note { display: none; }
  .hero { padding-top: 46px; }
  h1 { font-size: 2.55rem; }
  .price { font-size: 3.8rem; }
  .offer-card { padding: 25px 20px; border-radius: 17px; }
  .section { padding: 62px 0; }
  .fit-grid { grid-template-columns: 1fr; }
  .actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .final-cta { padding: 42px 20px; }
}
