:root {
  color: #182235;
  background: #f4f7fb;
  font-family: Inter, "Segoe UI", "Microsoft YaHei", system-ui, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: linear-gradient(160deg, #fbfdff 0%, #edf3fb 100%); }
:focus-visible { outline: 3px solid #ffb703; outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10; color: #182235; background: #fff; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.topbar { min-height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1rem, 5vw, 5rem); background: rgba(255,255,255,.92); border-bottom: 1px solid #dce5f2; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: #16233c; text-decoration: none; font-size: 1.12rem; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; color: #fff; background: #2357d9; }
.environment { color: #52647d; font-size: .9rem; }
main { width: min(900px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(2.2rem, 6vw, 5rem) 0; }
.hero { max-width: 760px; margin-bottom: 2rem; }
.hero h1 { margin: .35rem 0 .8rem; font-size: clamp(2rem, 5vw, 3.35rem); line-height: 1.08; letter-spacing: -.035em; }
.hero > p:last-child { color: #53647b; font-size: 1.05rem; line-height: 1.7; }
.eyebrow { margin: 0; color: #2357d9; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.policy-layout { display: grid; gap: 1rem; max-width: 820px; }
.card { background: #fff; border: 1px solid #dce5f2; border-radius: 22px; padding: clamp(1.25rem, 3vw, 2rem); box-shadow: 0 18px 45px rgba(42,69,111,.08); }
.policy-card h2 { margin: 0 0 .65rem; font-size: 1.45rem; }
.policy-card p, .policy-card li { color: #405570; line-height: 1.75; }
.policy-card ul { margin: .65rem 0 0; padding-left: 1.35rem; }
.policy-card strong { color: #182235; }
.policy-card a, .policy-actions a { color: #1d4fbf; text-underline-offset: .2em; }
.review-note { border-left: 4px solid #b97800; background: #fff8e7; }
.review-note p { color: #5d430e; }
.policy-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.policy-actions a { display: inline-flex; align-items: center; min-height: 44px; padding: .65rem 1rem; border: 1px solid #c7d5f4; border-radius: 12px; background: #eef3ff; font-weight: 750; text-decoration: none; }
footer { padding: 1.5rem; text-align: center; color: #65758b; font-size: .86rem; }
footer p { margin: 0; }

@media (max-width: 620px) {
  .environment { display: none; }
  main { width: min(100% - 1rem, 900px); }
  .card { border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
