:root {
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --night: #09111f;
  --panel: #111d30;
  --line: #29384c;
  --ink: #edf3fa;
  --muted: #afbdd0;
  --faint: #8497b0;
  --teal: #80d1d0;
  --teal-ink: #071e28;
  --warm: #ffbe82;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--night); scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(ellipse at 85% 0%, #203552 0, transparent 37rem), var(--night); }
a { color: var(--teal); text-underline-offset: .22em; }
a:hover { color: #b4eeee; }
.wrap { width: min(100% - 40px, 1080px); margin-inline: auto; }
.skip { position: absolute; left: -9999px; top: auto; }
.skip:focus { left: 16px; top: 16px; z-index: 5; padding: 12px 16px; color: var(--teal-ink); background: var(--teal); border-radius: 8px; }
header { padding-block: 25px; border-bottom: 1px solid #ffffff17; }
.top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #80d1d07a; border-radius: 14px; color: var(--teal); font-size: 23px; }
.brand-name { display: grid; gap: 1px; font-weight: 750; letter-spacing: .02em; }
.brand-name small { color: var(--faint); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.locale { display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-end; }
.locale a { padding: 7px 10px; color: var(--muted); font-size: 12px; border: 1px solid transparent; border-radius: 99px; text-decoration: none; }
.locale a[aria-current="page"] { color: var(--ink); border-color: var(--line); background: #ffffff08; }
nav { display: flex; gap: 22px; margin-top: 23px; flex-wrap: wrap; }
nav a { color: var(--muted); font-size: 14px; text-decoration: none; }
nav a[aria-current="page"] { color: var(--teal); }
main { min-height: 65vh; padding-block: clamp(54px, 9vw, 100px); }
.hero { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(230px, .7fr); align-items: center; gap: clamp(28px, 6vw, 76px); }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: 12px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 800px; margin: 0; font-size: clamp(40px, 7vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.lede { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.hero-art { position: relative; display: grid; min-height: 270px; overflow: hidden; place-items: center; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(160deg, #1f3651, #111d30 70%); }
.hero-art::before, .hero-art::after { position: absolute; content: ""; width: 70%; height: 1px; background: #80d1d050; transform: rotate(-20deg); }
.hero-art::before { top: 32%; left: -8%; }
.hero-art::after { top: 68%; right: -8%; }
.wind-mark { z-index: 1; color: var(--teal); font-size: clamp(80px, 15vw, 145px); font-weight: 250; line-height: 1; text-shadow: 0 0 55px #80d1d04a; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 55px; border: 1px solid var(--line); border-radius: 18px; background: #ffffff05; }
.stat { padding: 21px 24px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { display: block; color: var(--teal); font-size: 27px; }
.stat span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }
.section { margin-top: clamp(58px, 8vw, 88px); }
.section h2, .page h1 { margin: 0 0 18px; font-size: clamp(30px, 4.5vw, 44px); letter-spacing: -.025em; }
.page-intro { max-width: 760px; margin: 0 0 35px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #ffffff08, #ffffff03); }
.card h3 { margin: 0 0 10px; color: var(--ink); font-size: 18px; }
.card p, .body-copy { margin: 0; color: var(--muted); line-height: 1.8; }
.how { display: grid; grid-template-columns: .65fr 1fr; gap: 24px; align-items: start; padding: 27px 0; border-block: 1px solid var(--line); }
.how h2 { margin: 0; font-size: 22px; }
.action-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; min-height: 46px; padding: 0 17px; color: var(--teal-ink); background: var(--teal); border-radius: 12px; font-size: 14px; font-weight: 750; text-decoration: none; }
.button:hover { color: var(--teal-ink); background: #a8e5e4; }
.subtle-link { display: inline-flex; align-items: center; color: var(--muted); font-size: 14px; }
.page { max-width: 820px; margin-inline: auto; }
.date { display: inline-block; margin: 0 0 18px; padding: 7px 11px; color: var(--teal); border: 1px solid #80d1d04a; border-radius: 99px; font-size: 13px; }
.legal-list { display: grid; gap: 12px; }
.legal-section { padding: 23px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 10px; font-size: 19px; }
.legal-section p { margin: 0; color: var(--muted); line-height: 1.8; }
.contact-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; margin: 30px 0 50px; padding: 24px; border: 1px solid #80d1d04a; border-radius: 18px; background: #80d1d00d; }
.contact-panel h2 { margin: 0 0 8px; font-size: 20px; }
.contact-panel p { margin: 0; color: var(--muted); line-height: 1.75; }
.email { white-space: nowrap; }
.faq { display: grid; gap: 9px; }
details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: #ffffff05; }
summary { color: var(--ink); cursor: pointer; font-weight: 650; line-height: 1.5; }
details p { margin: 12px 0 0; color: var(--muted); line-height: 1.8; }
.note { margin-top: 30px; padding: 17px 19px; color: var(--muted); border-left: 3px solid var(--warm); background: #ffbe820a; line-height: 1.75; }
.third-party-links { margin-top: 24px; }
.copyright-field { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: #ffffff05; }
.copyright-field span { color: var(--muted); }
.copyright-field code { color: var(--teal); font: inherit; font-weight: 750; }
footer { padding-block: 28px 36px; border-top: 1px solid #ffffff17; }
.foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--faint); font-size: 12px; }
.foot p { margin: 0; }
.foot-links { display: flex; gap: 15px; flex-wrap: wrap; }
.foot a { color: var(--muted); }
:focus-visible { outline: 3px solid var(--warm); outline-offset: 3px; }

@media (max-width: 720px) {
  .wrap { width: min(100% - 30px, 600px); }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 190px; }
  .grid { grid-template-columns: 1fr; }
  .stats { margin-top: 35px; }
  .stat { padding: 16px 11px; }
  .stat strong { font-size: 23px; }
  .stat span { font-size: 11px; }
  .how { grid-template-columns: 1fr; gap: 12px; }
  .contact-panel { grid-template-columns: 1fr; }
  .email { justify-self: start; }
  .foot { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  header { padding-block: 18px; }
  .top { align-items: flex-start; flex-direction: column; gap: 14px; }
  .locale { justify-content: flex-start; }
  nav { gap: 14px; margin-top: 17px; }
  nav a { font-size: 13px; }
  .stats { grid-template-columns: 1fr; }
  .stat + .stat { border-left: 0; border-top: 1px solid var(--line); }
  .stat { display: flex; align-items: baseline; gap: 12px; }
  .copyright-field { align-items: flex-start; flex-direction: column; gap: 7px; }
}
