:root {
  --ink: #14201d;
  --muted: #65756f;
  --paper: #f6faf8;
  --surface: #ffffff;
  --line: #dce8e2;
  --green: #167c5a;
  --green-deep: #07523f;
  --teal: #0f6470;
  --gold: #f2a541;
  --coral: #ef765f;
  --shadow: 0 22px 54px rgba(18, 51, 41, .11);
  --radius: 18px;
  --max: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(246, 250, 248, .90); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220, 232, 226, .78); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 11px; }
.brand span { font-size: 1.14rem; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .93rem; color: var(--muted); }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--green); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; cursor: pointer; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border-radius: 999px; background: var(--green); color: white; text-decoration: none; font-weight: 750; border: 1px solid var(--green); box-shadow: 0 10px 20px rgba(22, 124, 90, .16); cursor: pointer; }
.button:hover { background: var(--green-deep); border-color: var(--green-deep); }
.button.secondary { background: transparent; color: var(--green); box-shadow: none; }
.button.secondary:hover { background: var(--green); color: white; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--gold); }
h1, h2, h3 { line-height: 1.1; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.3rem); max-width: 780px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.16rem; }
p { margin: 0; color: var(--muted); }
.lead { font-size: clamp(1.08rem, 2vw, 1.3rem); max-width: 650px; }
.page-hero { padding: 92px 0 68px; }
.page-hero.compact { padding: 72px 0 54px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; }
.hero-copy { display: grid; gap: 24px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-art { position: relative; min-height: 448px; overflow: hidden; border-radius: 30px; background: #0b3131; box-shadow: var(--shadow); }
.hero-art img { width: 100%; height: 100%; min-height: 448px; object-fit: cover; opacity: .76; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(7, 43, 43, .12), rgba(9, 29, 48, .7)); }
.art-caption { position: absolute; z-index: 1; left: 26px; right: 26px; bottom: 24px; color: white; }
.art-caption strong { display: block; font-size: 1.45rem; letter-spacing: -.03em; }
.art-caption span { display: block; margin-top: 4px; color: rgba(255,255,255,.76); font-size: .9rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.stat { padding: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.stat strong { display: block; font-size: 1.7rem; color: var(--green-deep); }
.stat span { display: block; color: var(--muted); font-size: .88rem; margin-top: 3px; }
.band { padding: 88px 0; }
.band.alt { background: #eaf4ef; }
.section-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 30px; }
.section-heading p { max-width: 520px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(18,51,41,.04); }
.card p { margin-top: 10px; font-size: .95rem; }
.card-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #e3f3ec; color: var(--green); margin-bottom: 20px; font-size: 1.25rem; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.list { display: grid; gap: 13px; }
.list-item { display: flex; gap: 14px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.list-item:last-child { border-bottom: 0; }
.list-item b { display: block; margin-bottom: 3px; }
.list-item p { font-size: .95rem; }
.number { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #dff1e9; font-weight: 800; font-size: .84rem; }
.quote { padding: 28px; border-left: 3px solid var(--gold); background: #fffaf2; border-radius: 0 var(--radius) var(--radius) 0; }
.quote p { color: var(--ink); font-size: 1.16rem; }
.quote cite { display: block; margin-top: 16px; color: var(--muted); font-style: normal; font-size: .88rem; }
.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 58px; align-items: start; }
.toc { position: sticky; top: 106px; display: grid; gap: 8px; padding: 18px; background: #eaf4ef; border-radius: 16px; }
.toc a { color: var(--muted); text-decoration: none; font-size: .9rem; }
.toc a:hover { color: var(--green); }
.legal-copy { display: grid; gap: 34px; }
.legal-section { scroll-margin-top: 104px; }
.legal-section h2 { font-size: 1.65rem; margin-bottom: 10px; }
.legal-section p + p { margin-top: 12px; }
.notice { padding: 18px 20px; color: var(--green-deep); background: #e1f3eb; border-radius: 14px; font-size: .92rem; }
.support-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; }
.contact-card { display: grid; gap: 20px; align-content: start; padding: 30px; background: var(--green-deep); color: white; border-radius: var(--radius); }
.contact-card p { color: rgba(255,255,255,.76); }
.contact-card a { color: white; font-weight: 750; }
.faq { display: grid; gap: 10px; }
details { padding: 18px 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
summary { cursor: pointer; font-weight: 750; }
details p { padding-top: 12px; font-size: .95rem; }
.form-card { display: grid; gap: 14px; padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
label { display: grid; gap: 7px; font-size: .88rem; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 12px 13px; font: inherit; color: var(--ink); background: #fbfdfc; }
textarea { min-height: 135px; resize: vertical; }
.form-note { font-size: .83rem; }
.site-footer { padding: 52px 0 30px; background: #10231f; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 42px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.68); }
.site-footer a { text-decoration: none; }
.footer-links { display: grid; gap: 8px; align-content: start; }
.footer-title { font-weight: 800; margin-bottom: 10px; }
.copyright { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); margin-top: 38px; padding-top: 20px; font-size: .84rem; }

@media (max-width: 820px) {
  .shell { width: min(var(--max), calc(100% - 28px)); }
  .nav { min-height: 68px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 68px; left: 14px; right: 14px; display: none; padding: 16px; flex-direction: column; align-items: stretch; gap: 3px; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 8px; }
  .hero-grid, .split, .support-grid, .legal-layout { grid-template-columns: 1fr; gap: 34px; }
  .page-hero { padding: 62px 0 44px; }
  .hero-art { min-height: 320px; }
  .hero-art img { min-height: 320px; }
  .cards { grid-template-columns: 1fr; }
  .section-heading { display: grid; gap: 12px; }
  .toc { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  h1 { font-size: 2.65rem; }
  .stats { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .copyright { display: grid; gap: 8px; }
}
