:root {
  --ink: #172033;
  --muted: #667085;
  --paper: #f5f7fb;
  --surface: #ffffff;
  --panel: #ece9ff;
  --navy: #172033;
  --teal: #3157d5;
  --coral: #d8f06a;
  --line: #dce2ee;
  --focus: #3157d5;
  --content: 1180px;
}
* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.7 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-underline-offset: 3px; }
button, a, select { touch-action: manipulation; }
button, select { font: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 20; inset: 8px auto auto 8px; transform: translateY(-160%); padding: 10px 14px; background: var(--surface); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(245,247,251,.92); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; color: var(--navy); font-weight: 850; text-decoration: none; }
.brand-name { font-size: 19px; letter-spacing: .01em; }
.site-nav { display: flex; align-items: center; gap: 4px; margin-inline-start: auto; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 11px; border-bottom: 2px solid transparent; color: var(--muted); font-size: 14px; font-weight: 750; text-decoration: none; transition: color .2s ease, border-color .2s ease; }
.site-nav a:hover, .site-nav a[aria-current=page] { color: var(--navy); border-color: var(--coral); }
.language { min-height: 42px; padding: 7px 30px 7px 11px; border: 1px solid var(--line); border-radius: 3px; color: var(--navy); background: var(--surface); font-size: 13px; font-weight: 750; }
.header-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 7px 15px; border: 1px solid var(--navy); border-radius: 3px; background: var(--navy); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background-color .2s ease; }
.header-cta:hover { background: var(--teal); transform: translateY(-2px); }
.hero { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.9fr); gap: clamp(44px,8vw,112px); align-items: center; padding-block: clamp(72px,10vw,130px) clamp(74px,10vw,124px); }
.eyebrow, .article-kicker, .aside-index { margin: 0 0 16px; color: var(--teal); font: 800 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 690px; margin: 0; color: var(--navy); font-size: clamp(50px,7vw,82px); font-weight: 850; line-height: .98; letter-spacing: -.045em; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-copy { max-width: 575px; margin: 25px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 1px solid var(--navy); border-radius: 3px; color: var(--navy); font-weight: 800; text-decoration: none; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--navy); color: #fff; }
.button.secondary:hover { background: var(--panel); }
.orbit { position: relative; min-height: 365px; display: grid; place-items: center; }
.orbit::before { content: ""; position: absolute; width: min(360px,92%); aspect-ratio: 1; border: 1px solid var(--teal); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 13px; height: 13px; right: 12%; top: 8%; border-radius: 50%; background: var(--coral); box-shadow: -220px 250px 0 var(--teal); }
.orbit-card { position: relative; z-index: 1; width: min(350px,86%); padding: 28px; border: 1px solid var(--navy); background: var(--surface); box-shadow: 14px 14px 0 var(--coral); }
.orbit-label { color: var(--teal); font: 800 11px/1.2 ui-monospace, monospace; letter-spacing: .1em; }
.orbit-card h2 { margin: 58px 0 12px; color: var(--navy); font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.orbit-card p { margin: 0; color: var(--muted); font-size: 14px; }
.orbit-lines { display: flex; gap: 8px; margin-top: 24px; }
.orbit-lines span { display: block; height: 4px; background: var(--coral); }
.orbit-lines span:first-child { width: 45%; }
.orbit-lines span:last-child { width: 25%; background: var(--navy); }
.section-band { border-block: 1px solid var(--line); background: var(--surface); }
.section-inner { padding-block: 68px 78px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading h2 { max-width: 540px; margin: 0; color: var(--navy); font-size: 46px; line-height: 1.04; letter-spacing: -.03em; }
.section-heading p { max-width: 360px; margin: 0; color: var(--muted); font-size: 15px; }
.policy-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.policy-card { min-height: 278px; display: flex; flex-direction: column; padding: 23px 21px 20px; border: 1px solid var(--line); border-radius: 3px; background: var(--paper); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.policy-card:hover { border-color: var(--teal); box-shadow: 7px 7px 0 var(--coral); transform: translate(-2px,-2px); }
.policy-num { color: var(--teal); font: 800 12px/1.2 ui-monospace, monospace; letter-spacing: .08em; }
.policy-card h3 { margin: 45px 0 9px; color: var(--navy); font-size: 24px; line-height: 1.1; }
.policy-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.policy-arrow { width: 35px; height: 35px; display: grid; place-items: center; margin-top: auto; border-radius: 50%; background: var(--coral); color: var(--navy); font-size: 21px; }
.callout { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.7fr); gap: 36px; align-items: center; padding: 40px; background: var(--teal); color: #fff; }
.callout h2 { margin: 0; font-size: 39px; line-height: 1.05; }
.callout p { margin: 10px 0 0; color: #d7e3e8; }
.callout-side { justify-self: end; max-width: 320px; color: var(--coral) !important; font-size: 14px; font-weight: 800; }
.site-footer { border-top: 1px solid var(--line); background: var(--paper); }
.footer-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.footer-inner p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: var(--navy); font-weight: 800; text-decoration: none; }
.legal-layout { display: grid; grid-template-columns: 238px minmax(0,1fr); gap: clamp(44px,9vw,118px); padding-block: 58px 104px; }
.legal-aside { position: sticky; top: 114px; align-self: start; }
.aside-index { color: var(--muted); }
.legal-aside h2 { margin: 0 0 24px; color: var(--navy); font-size: 25px; line-height: 1.1; }
.doc-nav { display: grid; gap: 2px; }
.doc-nav a { min-height: 44px; display: flex; align-items: center; padding: 8px 10px; border-left: 3px solid transparent; color: var(--muted); font-size: 14px; font-weight: 750; text-decoration: none; }
.doc-nav a:hover, .doc-nav a[aria-current=page] { border-color: var(--coral); background: var(--panel); color: var(--navy); }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 26px; color: var(--teal); font-size: 13px; font-weight: 800; text-decoration: none; }
.article { max-width: 800px; }
.article-header { padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.article h1 { margin: 0; color: var(--navy); font-size: clamp(45px,6vw,68px); line-height: 1; letter-spacing: -.04em; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.article-body { padding-top: 34px; }
.article-body h2 { margin: 38px 0 10px; color: var(--teal); font-size: 23px; line-height: 1.2; }
.article-body p { margin: 0 0 16px; }
.article-body ul { margin: 0 0 18px; padding-left: 21px; }
.article-body li { margin-bottom: 8px; }
.article-body a { color: var(--teal); font-weight: 800; }
.lead { max-width: 700px; color: var(--navy); font-size: 20px; line-height: 1.5; }
.notice { margin: 26px 0; padding: 18px 20px; border-left: 4px solid var(--coral); background: var(--panel); }
.notice strong { display: block; margin-bottom: 4px; color: var(--navy); }
.contact-block { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
@media (max-width: 860px) { .header-inner { flex-wrap: wrap; gap: 10px 16px; padding-block: 12px; } .site-nav { order: 4; width: 100%; overflow-x: auto; margin-inline-start: 0; } .site-nav a { white-space: nowrap; } .language { margin-inline-start: auto; } .hero { grid-template-columns: 1fr; padding-block: 58px 80px; } .orbit { min-height: 330px; } .policy-grid { grid-template-columns: 1fr; } .policy-card { min-height: 220px; } .callout { grid-template-columns: 1fr; padding: 30px 24px; } .callout-side { justify-self: start; } .legal-layout { grid-template-columns: 1fr; gap: 33px; padding-block: 44px 80px; } .legal-aside { position: static; } .doc-nav { display: flex; flex-wrap: wrap; gap: 4px; } .doc-nav a { border-left: 0; border-bottom: 3px solid transparent; } .doc-nav a:hover, .doc-nav a[aria-current=page] { border-bottom-color: var(--coral); } }
@media (max-width: 520px) { .wrap { width: min(calc(100% - 28px), var(--content)); } .brand-name { font-size: 16px; } .header-cta { padding-inline: 12px; } .hero h1 { font-size: 54px; } .hero-copy { font-size: 17px; } .orbit { min-height: 300px; } .orbit-card h2 { font-size: 32px; } .section-inner { padding-block: 50px 58px; } .section-heading { display: block; } .section-heading p { margin-top: 12px; } .footer-inner { display: block; padding-block: 22px; } .footer-links { margin-top: 10px; } .lead { font-size: 18px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
