:root {
  color-scheme: light;
  --ink: #202745;
  --muted: #626b86;
  --blue: #4558d7;
  --blue-dark: #3043b6;
  --lavender: #efedff;
  --line: #e1e5f0;
  --paper: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f8f9fd; color: var(--ink); font: 16px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--blue-dark); text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid #978af0; outline-offset: 5px; border-radius: 3px; }
.skip-link { position: absolute; z-index: 5; left: 20px; top: -80px; padding: 10px 16px; background: var(--paper); }
.skip-link:focus { top: 12px; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 98px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; color: var(--ink); font-size: 18px; font-weight: 750; text-decoration: none; letter-spacing: -.03em; white-space: nowrap; }
.brand-mark { width: 32px; height: 32px; display: inline-grid; place-items: center; border-radius: 10px; background: var(--blue); color: white; font-size: 18px; font-weight: 650; box-shadow: 4px 4px 0 #dbd7ff; }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; font-size: 14px; }
nav a { color: var(--muted); text-decoration: none; }
nav a[aria-current="page"] { color: var(--blue-dark); font-weight: 650; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px; color: var(--blue-dark); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow::before { content: ""; flex-shrink: 0; width: 7px; height: 7px; border-radius: 50%; background: #8d7cea; }
h1, h2, h3 { line-height: 1.15; font-weight: 720; letter-spacing: -.045em; }
h1 { max-width: 780px; margin: 0 0 24px; font-size: clamp(38px, 5.7vw, 68px); }
h2 { margin: 0 0 16px; font-size: clamp(27px, 3vw, 36px); }
h3 { margin: 0 0 12px; font-size: 23px; }
p { margin: 0 0 16px; }
.hero { position: relative; padding: 76px 0 66px; }
.hero::after { content: ""; position: absolute; width: 160px; height: 160px; right: 18px; top: 88px; border: 1px solid #dcd8fb; border-radius: 45px; transform: rotate(-12deg); background: linear-gradient(145deg, #efedff55, #fafaff00); pointer-events: none; z-index: -1; }
.lead { max-width: 680px; color: var(--muted); font-size: 20px; line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 21px; border: 1px solid var(--blue); border-radius: 10px; color: white; background: var(--blue); font-size: 15px; font-weight: 650; text-decoration: none; }
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.quiet { color: var(--muted); font-size: 13px; }
.section { padding: 50px 0; border-top: 1px solid var(--line); }
.section-intro { max-width: 650px; margin-bottom: 30px; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.number { display: block; margin-bottom: 25px; color: var(--blue); font-size: 13px; font-weight: 750; letter-spacing: .1em; }
.calendar-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 40px; border-radius: 22px; background: var(--lavender); }
.calendar-panel p { color: #525a78; }
.steps { margin: 0; padding-left: 23px; }
.steps li { padding-left: 8px; margin-bottom: 17px; }
.steps li:last-child { margin-bottom: 0; }
.steps li::marker { color: var(--blue); font-weight: 700; }
.trust { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.trust p { color: var(--muted); }
.grid > *, .calendar-panel > *, .trust > *, .site-footer > * { min-width: 0; }
.legal a, .site-footer a { overflow-wrap: anywhere; }
.site-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 22px 40px; padding: 30px 0 40px; margin-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.site-footer p { margin: 0; }
.footer-links { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 12px 22px; }
.legal { max-width: 800px; padding-top: 64px; padding-bottom: 32px; }
.legal h1 { font-size: clamp(33px, 4.5vw, 50px); overflow-wrap: anywhere; }
.legal .lead { max-width: none; font-size: 18px; }
.updated { color: var(--muted); font-size: 13px; margin: 24px 0 36px; }
.legal section { padding: 28px 0 12px; border-top: 1px solid var(--line); }
.legal h2 { margin-bottom: 16px; font-size: 24px; line-height: 1.3; letter-spacing: -.025em; }
.legal section p, .legal section li { color: #4d5773; }
.legal ul { padding-left: 22px; margin: 0 0 20px; }
.legal li { margin-bottom: 10px; }
.legal code { padding: 2px 6px; border-radius: 5px; background: var(--lavender); font-size: .86em; overflow-wrap: anywhere; }
.notice { padding: 20px 24px; border-radius: 12px; background: var(--lavender); }
.notice p:last-child { margin-bottom: 0; }
@media (max-width: 850px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 18px; padding: 24px 0; }
  .hero { padding: 54px 0 48px; }
  .hero::after { display: none; }
  .grid { grid-template-columns: 1fr; gap: 14px; }
  .card { padding: 25px; }
  .number { margin-bottom: 16px; }
  .calendar-panel { grid-template-columns: 1fr; gap: 22px; padding: 28px; }
  .trust { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 600px) {
  body { --muted: #4d5773; font-size: 18px; }
  .wrap { width: calc(100% - 32px); }
  .site-header { gap: 12px; padding: 20px 0 16px; }
  .brand { min-height: 44px; font-size: 20px; }
  nav { gap: 2px 16px; font-size: 16px; }
  nav a, .footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
  .eyebrow { font-size: 14px; letter-spacing: .06em; }
  .hero { padding: 36px 0 40px; }
  .lead, .legal .lead { font-size: 20px; }
  .button { width: 100%; min-height: 56px; font-size: 18px; }
  .quiet, .updated, .site-footer { font-size: 16px; }
  .section { padding: 36px 0; }
  .card, .calendar-panel, .notice { padding: 20px; }
  .card p { font-size: 18px; }
  .number { font-size: 15px; }
  .legal { padding-top: 40px; }
  .legal code { font-size: .9em; }
  .actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .footer-links { gap: 2px 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
