:root{--ink:#172c2b;--deep:#10201f;--paper:#f7f8f5;--white:#fff;--line:#dbe3df;--muted:#51615c;--mint:#c9e8d5;--green:#245c47;--accent:#a9dac0;--blue:#dce9ec}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:400 1rem/1.65 system-ui,-apple-system,"Segoe UI",sans-serif}
a{color:inherit}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #3d8c71;outline-offset:4px}
.skip{position:absolute;left:-9999px;top:8px;background:#fff;padding:.5rem 1rem;z-index:10}.skip:focus{left:8px}
.wrap{width:min(1160px,calc(100% - 3rem));margin-inline:auto}
.site-header{background:var(--deep);color:#fff;border-bottom:1px solid #ffffff20}
.nav{display:flex;align-items:center;gap:2rem;min-height:78px}
.brand{font-size:1.55rem;font-weight:800;letter-spacing:-.065em;text-decoration:none;white-space:nowrap}.brand span{color:#aadbbd}
.nav-links{display:flex;align-items:center;gap:1.4rem;margin-left:auto;flex-wrap:wrap}
.nav-links a{font-size:.91rem;text-decoration:none;color:#d1dfd7}.nav-links a:hover,.nav-links a[aria-current="page"]{color:#fff;text-decoration:underline;text-underline-offset:.45rem}
.nav .nav-cta{padding:.53rem .95rem;border:1px solid #95c6aa;border-radius:99px;color:#f4fff8}
.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.hero{background:var(--deep);color:#f8fbf8;padding:5.2rem 0 5rem;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:4rem;align-items:center}
h1,h2,h3{line-height:1.12;letter-spacing:-.045em}
h1{font-size:clamp(3.3rem,6.4vw,6.2rem);margin:.75rem 0 1.5rem;max-width:660px}
h2{font-size:clamp(2.15rem,4vw,3.75rem);margin:.4rem 0 1.1rem}
h3{font-size:1.34rem;margin:0 0 .5rem}
p{margin:.4rem 0 1.2rem}
.lead{font-size:1.18rem;line-height:1.6;max-width:630px}
.hero .lead{color:#d5e3da}
.hero .eyebrow{color:#9fd1b2}
.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.68rem 1.2rem;border-radius:8px;background:var(--mint);color:#102b21;text-decoration:none;font-weight:750;line-height:1.2}
.button:hover{background:#a9dbba}
.button.secondary{background:transparent;color:#f9fff9;border:1px solid #95b1a1}
.button.dark{background:var(--green);color:white}
.button.dark:hover{background:#174433}
.capture{margin:0;background:#253431;border:1px solid #4e6258;border-radius:16px;padding:.6rem;box-shadow:0 30px 55px #0004}
.capture img{display:block;width:100%;height:auto;border-radius:10px}
.capture figcaption{font-size:.8rem;color:#d0dfd5;padding:.7rem .6rem .2rem}
.factbar{background:#e4efe7;border-bottom:1px solid #d2e0d7}
.factbar .wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-block:1.1rem}
.factbar strong{display:block;font-size:.9rem}.factbar span{font-size:.89rem;color:#40554a}
.section{padding:5.7rem 0}
.section.alt{background:#edf3ee}
.section-head{max-width:780px;margin-bottom:2rem}
.section-head>p:last-child{font-size:1.13rem;color:var(--muted)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
.card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:1.65rem}
.card p:last-child{margin-bottom:0}
.card .eyebrow{color:#317052}
.card-number{font-size:.82rem;font-weight:800;color:#397757;letter-spacing:.1em}
.card h3{margin-top:.9rem}
.text-link{font-weight:750;color:#1d654a;text-decoration-thickness:1px;text-underline-offset:4px}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}
.split.reverse{grid-template-columns:1.1fr .9fr}
.shot{margin:0}.shot img{display:block;width:100%;height:auto;border:1px solid #cedbd1;border-radius:13px;box-shadow:0 14px 35px #10201f15}.shot figcaption{font-size:.86rem;color:var(--muted);margin-top:.7rem}
.list{list-style:none;padding:0;margin:1.2rem 0}
.list li{padding:.85rem 0;border-top:1px solid var(--line)}
.list li:last-child{border-bottom:1px solid var(--line)}
.list strong{display:block}
.band{background:var(--deep);color:white;padding:4rem 0}
.band-grid{display:flex;align-items:center;justify-content:space-between;gap:2rem}.band p{color:#ccddd2;max-width:650px}
.page-hero{background:var(--deep);color:white;padding:4.4rem 0 4.1rem}
.page-hero h1{font-size:clamp(2.9rem,5vw,5rem);max-width:850px}
.page-hero .lead{color:#d5e3da}
.page-hero .eyebrow{color:#9fd1b2}
.prose{max-width:760px}
.prose h2{font-size:2rem;margin:2.4rem 0 .8rem}
.prose h3{margin:1.6rem 0 .5rem}
.prose ul,.prose ol{padding-left:1.45rem}
.prose li{margin-bottom:.6rem}
.notice{background:#e5eee8;border-left:4px solid #327959;padding:1.2rem 1.45rem;border-radius:0 9px 9px 0}
.notice.warning{background:#fff5e7;border-color:#b07a26}
.notice p:last-child{margin-bottom:0}
.status{display:inline-block;border-radius:99px;padding:.25rem .7rem;font-size:.8rem;font-weight:800;background:#e1eee6;color:#1f6043}
.status.soon{background:#edf0f1;color:#52636a}
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:12px;background:#fff}
table{border-collapse:collapse;width:100%;min-width:560px}th,td{text-align:left;padding:1rem 1.2rem;vertical-align:top;border-bottom:1px solid var(--line)}th{background:#edf3ee;font-size:.88rem}tr:last-child td{border-bottom:0}
.faq details{border-bottom:1px solid var(--line);padding:1.2rem 0}.faq summary{font-weight:750;cursor:pointer;font-size:1.08rem}.faq details p{max-width:760px;color:var(--muted);margin:1rem 0 .2rem}
.code{background:#172522;color:#e6f3e9;padding:1.25rem;border-radius:10px;overflow-x:auto;font-size:.91rem;line-height:1.7}
.site-footer{background:#101b1a;color:#c7d9ce;padding:3.2rem 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}
.site-footer a{color:#e4f3e9;text-decoration:none}.site-footer a:hover{text-decoration:underline}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin:.25rem 0}
.site-footer .brand{display:inline-block;color:#fff;margin-bottom:.6rem}.site-footer small{color:#a9bcb0}
@media(max-width:900px){.hero-grid,.split,.split.reverse{grid-template-columns:1fr;gap:2.5rem}.hero-grid .capture{max-width:780px}.grid-3{grid-template-columns:repeat(2,1fr)}.nav{align-items:flex-start;padding-block:1.1rem;flex-wrap:wrap}.nav-links{width:100%;margin-left:0}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.wrap{width:min(100% - 2rem,1160px)}.hero{padding:3.3rem 0}.page-hero{padding:3rem 0}.section{padding:4rem 0}.factbar .wrap,.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr}.factbar .wrap{gap:.8rem}.factbar .wrap>div{padding:.35rem 0}.band-grid{display:block}.nav-links{gap:.7rem 1.1rem}.nav-links a{font-size:.88rem}h1{font-size:3.1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
