:root { color-scheme: light; font-family: Arial, sans-serif; color: #172033; background: #f6f8fb; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; line-height: 1.55; }
a { color: #0759c7; text-decoration: none; }
a:hover { text-decoration: underline; }
.site-header, main, footer { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid #d9e0ea; }
.brand { color: #14213d; font-size: 21px; font-weight: 800; }
.brand span { display: block; color: #557086; font-size: 12px; font-weight: 600; }
nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 18px; }
.button { display: inline-block; padding: 10px 17px; border-radius: 6px; background: #0759c7; color: #fff; font-weight: 700; }
.button:hover { text-decoration: none; background: #064ca9; }
.hero { padding: 76px 0 64px; }
.eyebrow { margin: 0 0 10px; color: #067a61; font-size: 14px; font-weight: 800; text-transform: uppercase; }
h1 { max-width: 850px; margin: 0 0 22px; font-size: clamp(40px, 6vw, 68px); line-height: 1.04; }
h2 { margin: 0 0 16px; font-size: 30px; line-height: 1.2; }
h3 { margin: 0 0 8px; font-size: 19px; }
.lead { max-width: 850px; color: #475569; font-size: 20px; }
.actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.trust-row span { padding: 7px 11px; border: 1px solid #cad5e2; border-radius: 999px; background: #fff; color: #43566c; font-size: 13px; font-weight: 700; }
.band { padding: 52px 0; border-top: 1px solid #d9e0ea; border-bottom: 1px solid #d9e0ea; }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #d9e0ea; border: 1px solid #d9e0ea; }
.grid article { min-height: 155px; padding: 28px; background: #fff; }
.step { color: #067a61; font-size: 13px; font-weight: 800; }
.grid p, .split p, .prose p, .prose li { color: #4e5d70; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 58px 0; }
.prose { max-width: 850px; padding: 62px 0; }
.prose h1 { font-size: clamp(36px, 5vw, 56px); }
.prose h2 { margin-top: 34px; font-size: 24px; }
.prose li { margin-bottom: 8px; }
.notice { padding: 18px 20px; border-left: 4px solid #067a61; background: #eaf7f3; }
.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.resource-grid a { display: flex; flex-direction: column; gap: 5px; min-height: 110px; padding: 22px; border: 1px solid #d9e0ea; border-radius: 8px; background: #fff; color: #172033; }
.resource-grid a:hover { border-color: #0759c7; text-decoration: none; }
.resource-grid span { color: #64748b; }
footer { display: flex; flex-wrap: wrap; gap: 18px; padding: 25px 0 38px; border-top: 1px solid #d9e0ea; color: #64748b; }
@media (max-width: 760px) {
  .site-header { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  nav { justify-content: flex-start; }
  .hero { padding-top: 48px; }
  .grid, .split, .resource-grid { grid-template-columns: 1fr; }
  .split { gap: 40px; }
}
