:root {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #17211e;
  background: #f3f0e8;
  --ink: #17211e;
  --forest: #17332d;
  --paper: #fbfaf5;
  --cream: #f3f0e8;
  --line: #d6d3ca;
  --muted: #626b67;
  --accent: #f15a3a;
  --accent-dark: #d8472b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid #4da78d; outline-offset: 3px; }
.nav { min-height: 76px; padding: 14px max(24px, calc((100vw - 1176px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; background: var(--forest); color: white; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.mark { width: 31px; height: 31px; display: grid; place-items: center; background: var(--accent); color: white; border-radius: 2px; font: 700 11px ui-monospace, monospace; transform: rotate(-2deg); }
.nav-links { display: flex; gap: 28px; color: #c8d3cf; font-size: 13px; }
.nav-links a:hover { color: white; }
.nav-cta { justify-self: end; min-height: 38px; padding: 0 14px; display: inline-flex; align-items: center; background: white; color: var(--forest); border-radius: 3px; font-size: 13px; font-weight: 800; }
.eyebrow { display: block; color: #68716d; font: 700 10px/1.2 ui-monospace, monospace; letter-spacing: .15em; text-transform: uppercase; }
.page-hero { padding: 64px max(24px, calc((100vw - 980px) / 2)) 86px; background: var(--forest); color: white; }
.page-hero.compact { padding-bottom: 76px; }
.page-hero .eyebrow { margin-top: 50px; color: #f2b8a8; }
.page-hero h1 { max-width: 920px; margin: 18px 0 24px; font: 400 clamp(50px, 6vw, 82px)/.96 Georgia, serif; letter-spacing: -.05em; }
.page-hero > p { max-width: 740px; margin: 0; color: #cbd5d1; font-size: 18px; line-height: 1.65; }
.page-hero .button { margin-top: 30px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; color: #92a39d; font-size: 11px; }
.breadcrumbs a:hover { color: white; }
.breadcrumbs span[aria-current="page"] { color: #dce3e0; }
.button { min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; background: var(--accent); color: white; border-radius: 3px; font-size: 14px; font-weight: 800; }
.button:hover { background: var(--accent-dark); }
.content { padding: 82px max(24px, calc((100vw - 980px) / 2)); background: var(--paper); }
.content h2, .related h2 { margin: 15px 0 22px; font: 400 clamp(35px, 4vw, 50px)/1.05 Georgia, serif; letter-spacing: -.035em; }
.content p, .related p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 76px; align-items: start; }
.check-card { padding: 30px; background: var(--cream); border-top: 5px solid var(--accent); }
.check-card h2 { margin: 0 0 22px; font-size: 28px; }
.check-card ul { margin: 0; padding: 0; list-style: none; }
.check-card li { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.55; }
.check-card li strong, .check-card li span { display: block; }
.check-card li strong { margin-bottom: 4px; color: var(--ink); }
.muted-section { background: var(--cream); }
.number-grid { margin: 42px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.number-grid > div { min-height: 220px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.number-grid span { color: var(--accent); font: 700 10px ui-monospace, monospace; letter-spacing: .12em; }
.number-grid h3 { margin: 34px 0 10px; font: 400 23px Georgia, serif; }
.number-grid p { margin: 0; font-size: 13px; line-height: 1.55; }
.legal-note { max-width: 790px; margin: 0 0 28px; font-size: 13px !important; }
.faq-section h2 { margin-bottom: 36px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 21px 0; cursor: pointer; font-weight: 800; }
.faq-list p { max-width: 760px; margin: 0 0 24px; font-size: 14px; }
.related { padding: 58px max(24px, calc((100vw - 980px) / 2)); display: grid; grid-template-columns: 1fr 1fr auto; gap: 38px; align-items: center; background: #e8e4da; }
.related h2 { margin-bottom: 0; font-size: 31px; }
.related ul { margin: 0; padding-left: 18px; color: #4f5a56; font-size: 13px; line-height: 1.9; }
.related li a { text-decoration: underline; text-underline-offset: 3px; }
.text-link { color: var(--forest); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.section-lead { max-width: 700px; margin-bottom: 42px; }
.card-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; }
.card-grid a { height: 100%; min-height: 230px; padding: 25px; display: block; background: var(--cream); border-top: 4px solid var(--forest); }
.card-grid a:hover { border-color: var(--accent); transform: translateY(-2px); }
.card-grid span { display: block; margin-bottom: 24px; color: #747d79; font: 700 9px ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.card-grid strong { display: block; font: 400 24px/1.1 Georgia, serif; }
.card-grid p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.guide-cards { grid-template-columns: repeat(3, 1fr); }
.article-layout { max-width: 980px; margin: 0 auto; padding: 82px 24px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 76px; align-items: start; }
.article-layout.single { grid-template-columns: minmax(0, 760px); justify-content: center; }
.article-body section + section { margin-top: 54px; padding-top: 50px; border-top: 1px solid var(--line); }
.article-body h2 { margin: 0 0 19px; font: 400 37px/1.1 Georgia, serif; letter-spacing: -.03em; }
.article-body p { color: #4e5955; font-size: 17px; line-height: 1.78; }
.sticky { position: sticky; top: 24px; }
.sticky .button { width: 100%; margin-top: 24px; }
.footer { min-height: 170px; padding: 36px max(24px, calc((100vw - 1176px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; background: #10241f; color: white; }
.footer p { margin: 10px 0 0; color: #84958f; font: 14px Georgia, serif; }
.footer nav { display: flex; flex-wrap: wrap; gap: 22px; color: #a8b5b0; font-size: 12px; }
.footer nav a:hover { color: white; }
.footer > span { justify-self: end; color: #667a73; font: 9px ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.not-found { min-height: 620px; display: grid; align-content: center; }
.not-found .eyebrow { margin-top: 0; }
.button-row { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.not-found .button { margin-top: 0; }
.light-link { color: white; }

@media (max-width: 860px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .intro-grid, .article-layout { grid-template-columns: 1fr; gap: 46px; }
  .sticky { position: static; }
  .number-grid { grid-template-columns: 1fr 1fr; }
  .card-grid, .guide-cards { grid-template-columns: 1fr 1fr; }
  .related { grid-template-columns: 1fr; gap: 20px; }
  .footer { grid-template-columns: 1fr auto; }
  .footer nav { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 560px) {
  .nav { padding: 14px 18px; }
  .page-hero { padding: 45px 22px 64px; }
  .page-hero h1 { font-size: 49px; }
  .content { padding: 64px 22px; }
  .number-grid, .card-grid, .guide-cards { grid-template-columns: 1fr; }
  .number-grid > div { min-height: 180px; }
  .article-layout { padding: 64px 22px; }
  .article-body h2 { font-size: 32px; }
  .footer { padding: 34px 22px; }
  .footer > span { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
