:root {
  --ink: #152033;
  --muted: #5b667a;
  --line: #dce3ee;
  --soft: #f6f8fb;
  --brand: #1d4ed8;
  --brand-dark: #123a9c;
  --accent: #f5c542;
  --white: #ffffff;
  --max: 1120px;
}

* { 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: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: white; padding: 8px 12px; z-index: 20; }
.skip-link:focus { left: 8px; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(8px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.logo-mark { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--brand); color: white; font-weight: 900; }
.nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; font-size: 15px; }
.nav a { color: var(--ink); }
.nav .button-small { color: white; }
.button, .button-small { display: inline-block; background: var(--brand); color: white; border-radius: 999px; padding: 12px 18px; font-weight: 700; border: 0; cursor: pointer; }
.button:hover, .button-small:hover { background: var(--brand-dark); text-decoration: none; }
.button-secondary { display: inline-block; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; padding: 12px 18px; font-weight: 700; background: white; }
.button-secondary:hover { border-color: var(--brand); text-decoration: none; }
.button-small { padding: 9px 14px; font-size: 14px; }
.hero { padding: 78px 0 54px; background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 44px; align-items: center; }
.eyebrow { display: inline-block; color: var(--brand); font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 16px; letter-spacing: -.035em; }
h1 { font-size: clamp(42px, 6vw, 68px); }
h2 { font-size: clamp(30px, 4vw, 44px); }
h3 { font-size: 24px; }
p { margin: 0 0 16px; }
.lead { font-size: 20px; color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pill { border: 1px solid var(--line); background: white; color: var(--muted); border-radius: 999px; padding: 8px 12px; font-size: 14px; }
.profile-card { background: white; border: 1px solid var(--line); border-radius: 28px; padding: 26px; box-shadow: 0 24px 70px rgba(21,32,51,.09); }
.profile-card img { width: 168px; height: 168px; object-fit: cover; border-radius: 50%; display: block; margin: 0 auto 18px; background: #dbeafe; }
.profile-card h2 { font-size: 26px; text-align: center; margin-bottom: 6px; }
.profile-card p { text-align: center; color: var(--muted); }
.section { padding: 64px 0; }
.section-soft { background: var(--soft); }
.section-header { max-width: 800px; margin-bottom: 30px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 26px; box-shadow: 0 10px 30px rgba(21,32,51,.04); }
.card.highlight { border-color: rgba(29,78,216,.3); box-shadow: 0 18px 46px rgba(29,78,216,.11); }
.card ul, .content ul { padding-left: 20px; margin: 0 0 18px; }
.card li, .content li { margin-bottom: 8px; }
.price { font-size: 32px; font-weight: 900; color: var(--ink); margin: 14px 0 4px; }
.note { color: var(--muted); font-size: 14px; }
.cta-band { background: var(--ink); color: white; border-radius: 28px; padding: 38px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.cta-band p { color: rgba(255,255,255,.8); }
.cta-band .button { background: var(--accent); color: var(--ink); }
.cta-band .button:hover { background: #ffd85e; }
.content { max-width: 840px; padding: 54px 0; }
.content h1 { font-size: clamp(36px, 5vw, 56px); }
.content h2 { font-size: 30px; margin-top: 34px; }
.content h3 { margin-top: 26px; }
.content .meta { color: var(--muted); margin-bottom: 28px; }
.info-table { width: 100%; border-collapse: collapse; margin: 18px 0 26px; }
.info-table th, .info-table td { text-align: left; border-bottom: 1px solid var(--line); padding: 12px 10px; vertical-align: top; }
.info-table th { width: 34%; color: var(--muted); font-weight: 700; }
.form { display: grid; gap: 14px; }
label { font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; font: inherit; color: var(--ink); background: white; }
textarea { min-height: 140px; resize: vertical; }
.site-footer { background: #0f172a; color: white; padding: 44px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 30px; }
.site-footer a { color: #bfdbfe; }
.site-footer p, .site-footer li { color: rgba(255,255,255,.78); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.legal-line { border-top: 1px solid rgba(255,255,255,.15); margin-top: 30px; padding-top: 18px; font-size: 14px; color: rgba(255,255,255,.7); }
@media (max-width: 860px) {
  .header-inner { align-items: flex-start; padding: 16px 0; flex-direction: column; }
  .hero-grid, .grid-2, .grid-3, .footer-grid, .cta-band { grid-template-columns: 1fr; }
  .hero { padding-top: 46px; }
  .nav { gap: 12px; }
}
