:root {
  --ink: #102238;
  --navy: #0b1b2b;
  --blue: #1769e0;
  --blue-dark: #0f54b9;
  --sky: #eaf3ff;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --line: #dfe6ee;
  --muted: #5d6b7b;
  --success: #16a06b;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(16, 34, 56, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 800px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(223,230,238,.9); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; color: white; background: var(--blue); font-size: 13px; letter-spacing: -.02em; }
.brand-name { font-size: 18px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 11px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 28px rgba(23,105,224,.22); }
.button-primary:hover { background: var(--blue-dark); transform: translateY(-1px); }
.button-outline { border: 1px solid var(--line); background: white; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 14px; }
.button-ghost { background: transparent; border: 1px solid var(--line); }
.button-full { width: 100%; }
.hero { padding: 92px 0 84px; background: radial-gradient(circle at 85% 15%, #dbeaff 0, transparent 32%), linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
h1 { margin: 0; max-width: 760px; font-size: clamp(46px, 6vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
h2 { margin: 0 0 18px; font-size: clamp(31px, 4vw, 46px); line-height: 1.08; letter-spacing: -.04em; }
h3 { margin: 10px 0 10px; font-size: 21px; line-height: 1.25; }
.hero-sub { max-width: 720px; margin: 25px 0 28px; color: var(--muted); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { color: var(--muted); font-size: 13px; margin: 13px 0 0; }
.hero-card { padding: 34px; border-radius: 22px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.card-kicker { margin-bottom: 12px; color: #8ebdff; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.hero-card h2 { font-size: 30px; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li { position: relative; padding: 10px 0 10px 31px; border-top: 1px solid rgba(255,255,255,.09); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: #5fe1aa; font-weight: 800; }
.problem-strip { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.strip-grid div { padding: 28px 22px; border-right: 1px solid var(--line); }
.strip-grid div:first-child { padding-left: 0; }
.strip-grid div:last-child { border-right: 0; }
.strip-grid strong, .strip-grid span { display: block; }
.strip-grid span { margin-top: 4px; color: var(--muted); font-size: 14px; }
.section { padding: 92px 0; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.step-number { color: var(--blue); font-size: 13px; font-weight: 800; }
.step p { color: var(--muted); }
.section-dark { background: var(--navy); color: white; }
.eyebrow-light { color: #8ebdff; }
.light-copy { color: #b8c4d0; font-size: 18px; }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.deliverable { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.04); }
.deliverable strong, .deliverable span { display: block; }
.deliverable span { margin-top: 6px; color: #b8c4d0; font-size: 14px; }
.order-section { background: var(--soft); }
.order-card { display: grid; grid-template-columns: 1fr 330px; gap: 70px; align-items: center; padding: 52px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.compact-list { padding-left: 20px; color: var(--muted); }
.price-box { padding: 30px; border-radius: 18px; background: var(--sky); text-align: center; }
.price { font-size: 58px; line-height: 1; font-weight: 800; letter-spacing: -.06em; }
.price-note { margin: 7px 0 20px; color: var(--muted); font-size: 13px; }
.centered { text-align: center; }
.faq-section details { border-top: 1px solid var(--line); padding: 21px 0; }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { cursor: pointer; font-weight: 700; font-size: 18px; }
.faq-section details p { color: var(--muted); }
.site-footer { padding: 52px 0 26px; background: #071421; color: white; }
.footer-wrap { display: flex; justify-content: space-between; gap: 40px; }
.footer-brand { margin-bottom: 12px; }
.footer-wrap p { color: #aebac6; }
.footer-links { display: flex; gap: 24px; align-items: flex-start; }
.footer-links a { color: #d6dde5; text-decoration: none; }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8796a5; font-size: 13px; }
.legal-page { min-height: 70vh; padding: 80px 0; }
.legal-page h1 { font-size: 48px; margin-bottom: 24px; }
.legal-page h2 { margin-top: 34px; font-size: 24px; }
.legal-page p, .legal-page li { color: var(--muted); }
@media (max-width: 900px) {
  .hero { padding: 64px 0; }
  .hero-grid, .two-column, .order-card { grid-template-columns: 1fr; gap: 36px; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .strip-grid div { border-bottom: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr; }
  .order-card { padding: 34px; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand-name { font-size: 16px; }
  .nav-wrap .button { display: none; }
  h1 { font-size: 44px; }
  .hero-sub { font-size: 18px; }
  .hero-actions .button { width: 100%; }
  .strip-grid, .deliverables { grid-template-columns: 1fr; }
  .strip-grid div { border-right: 0; padding-left: 0; }
  .section { padding: 68px 0; }
  .hero-card { padding: 26px; }
  .order-card { padding: 26px; }
  .footer-wrap { flex-direction: column; }
}