:root {
  color-scheme: light;
  --ink: #16312d;
  --muted: #596d68;
  --paper: #f7f8f4;
  --surface: #fff;
  --line: #dce5de;
  --green: #176c56;
  --green-dark: #10513f;
  --lime: #dff28d;
  --warm: #f0eadb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
img { max-width: 100%; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); line-height: 1.6; }
a { color: var(--green-dark); text-underline-offset: .2em; }
a:hover { color: var(--green); }
a:focus-visible, button:focus-visible { outline: 3px solid #bd6c32; outline-offset: 3px; }
.skip-link { position: absolute; left: 15px; top: -60px; z-index: 10; padding: 9px 14px; border-radius: 8px; background: var(--green-dark); color: white; font-weight: 650; }
.skip-link:focus-visible { top: 15px; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.topbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-weight: 760; letter-spacing: -.035em; font-size: 1.1rem; }
.brand img { width: 36px; height: 36px; }
.nav { display: flex; flex-wrap: wrap; align-items: center; gap: 21px; font-size: .9rem; }
.nav a { color: var(--muted); text-decoration: none; }
.nav a:hover { color: var(--ink); }
.lang { border: 1px solid var(--line); padding: 6px 11px; border-radius: 999px; }
.hero { position: relative; overflow: hidden; padding: clamp(52px, 9vw, 112px) 0 84px; }
.hero:after { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; border-radius: 48% 52% 64% 36%; background: var(--lime); opacity: .42; right: -125px; top: 25px; transform: rotate(-16deg); }
.eyebrow { text-transform: uppercase; letter-spacing: .15em; color: var(--green); font-weight: 750; font-size: .76rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin: 17px 0 20px; font-size: clamp(2.6rem, 7.5vw, 5.8rem); line-height: .99; letter-spacing: -.07em; font-weight: 730; }
.hero p { max-width: 600px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: white; font-weight: 650; text-decoration: none; }
.button:hover { color: white; background: var(--green-dark); }
.button.secondary { background: transparent; color: var(--green-dark); }
.button.secondary:hover { background: #e9eee8; }
.quiet-note { margin-top: 24px; max-width: 580px; padding: 13px 16px; border-left: 3px solid #bd6c32; background: var(--warm); color: #514735; font-size: .9rem; }
.draft-banner { margin: 0; padding: 12px 20px; background: #fff0c2; color: #5a4310; border-bottom: 1px solid #d9b85b; text-align: center; font-size: .9rem; font-weight: 650; }
.section { padding: 66px 0; border-top: 1px solid var(--line); }
.section h2 { max-width: 650px; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.1; letter-spacing: -.05em; }
.section-intro { max-width: 660px; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.card .number { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-bottom: 20px; border-radius: 50%; background: var(--lime); color: var(--green-dark); font-size: .85rem; font-weight: 750; }
.card h3 { margin-bottom: 8px; font-size: 1.12rem; letter-spacing: -.02em; }
.card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: start; }
.callout { padding: 26px; border-radius: 17px; background: #e8f0e7; }
.callout h3 { margin-bottom: 8px; }
.callout p:last-child { margin-bottom: 0; }
.legal-copy { max-width: 780px; padding: 62px 0 90px; }
.legal-copy h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); }
.legal-copy h2 { margin-top: 36px; font-size: 1.35rem; letter-spacing: -.025em; }
.legal-copy p, .legal-copy li { color: #405550; }
.legal-copy li + li { margin-top: 7px; }
.endpoint { display: inline-block; max-width: 100%; padding: 10px 14px; overflow-wrap: anywhere; border-radius: 8px; background: #e9eee8; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
pre { max-width: 100%; margin: 22px 0; padding: 18px; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: #eef2ed; color: var(--ink); font: .88rem/1.6 ui-monospace, SFMono-Regular, Consolas, monospace; }
.legal-copy code { font: .92em ui-monospace, SFMono-Regular, Consolas, monospace; }
.footer { padding: 30px 0 38px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer a { color: var(--muted); }
@media (max-width: 760px) {
  .wrap { width: min(100% - 30px, 620px); }
  .topbar { flex-direction: column; align-items: stretch; gap: 13px; padding: 17px 0; }
  .nav { justify-content: flex-start; gap: 9px 15px; font-size: .84rem; }
  .hero { padding: 54px 0 64px; }
  .hero:after { right: -270px; }
  h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .grid, .split { grid-template-columns: 1fr; }
  .grid { gap: 11px; }
  .card { padding: 20px; }
  .section { padding: 48px 0; }
  .legal-copy { padding: 48px 0 64px; }
  .legal-copy h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .endpoint { display: block; font-size: .84rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-links { gap: 9px 14px; }
}
@media (max-width: 520px) {
  .actions { align-items: stretch; }
  .actions .button { width: 100%; }
  .quiet-note, .callout { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
