* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--text-color); background: #f3f4f6; font-family: var(--brand-font-family); font-size: 16px; line-height: 1.65; letter-spacing: 0; }
a { color: #194ca8; text-underline-offset: 4px; overflow-wrap: anywhere; }
a:hover { color: #102e64; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--important-color); outline-offset: 5px; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 10; padding: 10px 20px; background: white; }
.skip-link:focus { top: 10px; }
.wrap { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.site-header { background: var(--navigation-color); color: var(--inverse-text-color); border-bottom: 3px solid var(--detail-color); }
.site-header .wrap { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; color: white; text-decoration: none; font-size: 24px; font-weight: 700; }
.wordmark:hover { color: white; }
.wordmark img { width: 48px; height: 48px; object-fit: contain; }
.site-nav, .footer-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.site-nav a { color: #f3f4f6; font-size: 14px; text-decoration: none; }
.site-nav a:hover { text-decoration: underline; }
.intro { padding: 54px 0 32px; text-align: center; }
.eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; color: #755615; margin: 0 0 8px; }
h1 { margin: 0 0 14px; font-size: 48px; line-height: 1.1; font-weight: 750; overflow-wrap: anywhere; }
.intro .lead { font-size: 20px; line-height: 1.6; max-width: 660px; margin: 0 auto 24px; color: var(--muted-text-color); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 9px 24px; border-radius: var(--rounded-corners); background: #2257b3; box-shadow: 0 2px 3px #17191d24; color: white; text-decoration: none; font-weight: 650; }
.button:hover { background: #19458f; color: white; }
.availability { font-size: 13px; color: var(--muted-text-color); margin: 14px 0 0; }
.product-preview { margin: 0 auto; max-width: 680px; }
.product-preview img { display: block; width: 100%; height: auto; border: 1px solid #bdc5cf; border-radius: var(--rounded-corners); box-shadow: var(--module-shadow); }
figcaption { font-size: 12px; color: var(--muted-text-color); text-align: center; padding: 12px 0; }
.section { padding: 56px 0; }
.section + .section { border-top: 1px solid #d3d7de; }
.section h2 { font-size: 28px; line-height: 1.3; margin: 0 0 28px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.step { border-top: 2px solid var(--detail-color); padding-top: 16px; }
.step-number { color: #54606f; font-size: 13px; font-weight: 650; }
.step h3 { font-size: 19px; margin: 6px 0 10px; }
.step p { color: var(--muted-text-color); margin: 0; }
.connection { background: #e2e6ec; }
.connection .wrap { max-width: 900px; }
.connection p { max-width: 780px; }
.connection h2 { margin-bottom: 16px; }
.note { border-left: 3px solid var(--detail-color); padding-left: 18px; color: #47515f; }
.site-footer { background: var(--navigation-color); color: #cbd0d8; padding: 30px 0; }
.site-footer .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.site-footer p { margin: 0; font-size: 14px; }
.site-footer a { color: white; font-size: 14px; }
.legal-layout { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 60px; padding-block: 48px 64px; }
.legal-nav { align-self: start; position: sticky; top: 24px; font-size: 14px; }
.legal-nav p { margin: 0 0 10px; font-weight: 650; }
.legal-nav a { display: block; padding: 5px 0; text-decoration: none; }
.legal-nav a:hover { text-decoration: underline; }
.legal { min-width: 0; max-width: 790px; }
.legal h1 { font-size: 40px; }
.legal .updated { font-size: 13px; color: var(--muted-text-color); margin: 0 0 28px; }
.legal h2 { font-size: 23px; line-height: 1.35; margin: 38px 0 12px; }
.legal h3 { font-size: 18px; margin: 22px 0 8px; }
.legal p, .legal li { overflow-wrap: anywhere; }
.legal li + li { margin-top: 10px; }
.legal ul { padding-left: 22px; }
@media (max-width: 720px) {
  .wrap { width: calc(100% - 36px); }
  .site-header .wrap { min-height: 78px; gap: 14px; flex-wrap: wrap; padding-block: 14px; }
  .wordmark { font-size: 21px; }
  .wordmark img { width: 38px; height: 38px; }
  .site-nav { gap: 16px; }
  .intro { padding: 36px 0 24px; }
  h1 { font-size: 38px; }
  .intro .lead { font-size: 18px; }
  .section { padding: 36px 0; }
  .section h2 { font-size: 25px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .legal-layout { display: block; padding-block: 28px 44px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; gap: 4px 18px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid #d3d7de; }
  .legal-nav p { width: 100%; margin-bottom: 0; }
  .legal h1 { font-size: 32px; }
  .legal h2 { font-size: 21px; }
  .footer-nav { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
