:root{--bg:#f8fbfa;--white:#fff;--surface:#eaf4f2;--line:#c3d9d5;--ink:#1b2b2a;--muted:#45605e;--acc:#0b6b63;--acc-dark:#095650;--sun:#f5b83d}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font:1.0625rem/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"DejaVu Sans","Helvetica Neue",Arial,sans-serif}
h1,h2,h3{font-family:Georgia,"DejaVu Serif","Times New Roman",serif;line-height:1.2;margin:0 0 .6rem;text-wrap:balance;letter-spacing:-.01em}
h1{font-size:clamp(2rem,5.5vw,3.25rem)}
h2{font-size:clamp(1.5rem,3.5vw,2rem);color:var(--acc);margin-top:0}
h3{font-size:1.15rem}
p{margin:0 0 1rem;max-width:66ch;text-wrap:pretty}
a{color:var(--acc)}
a:hover{color:var(--acc-dark)}
:focus-visible{outline:3px solid var(--acc);outline-offset:3px;border-radius:4px}
.skip{position:absolute;left:-999px;top:0;background:var(--acc);color:#fff;padding:.6rem 1rem;z-index:10}
.skip:focus{left:1rem;top:1rem}
.wrap{max-width:64rem;margin:0 auto;padding:0 1.25rem}
header.site{background:var(--white);border-bottom:1px solid var(--line)}
header.site .wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1.5rem;padding-top:.9rem;padding-bottom:.9rem}
.brand{font-family:Georgia,"DejaVu Serif",serif;font-weight:700;font-size:1.25rem;color:var(--ink);text-decoration:none}
nav{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem}
nav a{color:var(--muted);text-decoration:none;padding:.4rem 0}
nav a:hover{color:var(--ink);text-decoration:underline}
.btn{display:inline-block;background:var(--acc);color:#fff;text-decoration:none;font-weight:600;padding:.85rem 1.4rem;border-radius:8px;border:2px solid var(--acc)}
.btn:hover{background:var(--acc-dark);border-color:var(--acc-dark);color:#fff}
.btn.ghost{background:transparent;color:var(--acc)}
.btn.ghost:hover{background:var(--surface);color:var(--acc-dark)}
.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}
.hero{background:var(--white);padding:3rem 0 3.5rem}
.hero .wrap{display:grid;grid-template-columns:1.25fr 1fr;gap:2rem;align-items:center}
.hero .lead{font-size:1.2rem;color:var(--muted)}
.hero img{width:100%;height:auto;border-radius:12px}
section.block{padding:3.25rem 0}
section.tint{background:var(--surface)}
.steps{list-style:none;counter-reset:s;margin:1.5rem 0 0;padding:0;display:grid;gap:1.25rem}
.steps li{counter-increment:s;position:relative;padding-left:3.25rem;max-width:62ch}
.steps li::before{content:counter(s);position:absolute;left:0;top:.05rem;width:2.1rem;height:2.1rem;border-radius:50%;background:var(--acc);color:#fff;font-weight:700;display:grid;place-items:center}
.steps h3{margin-bottom:.15rem}
.steps p{margin:0}
.strip{width:100%;height:auto;border-radius:12px;margin-top:1.5rem;background:var(--white)}
.two{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
ul.plain{margin:0 0 1rem;padding-left:1.2rem;max-width:62ch}
ul.plain li{margin-bottom:.5rem}
.note{background:var(--white);border:1px solid var(--line);border-radius:10px;padding:1.25rem 1.4rem;max-width:66ch}
.contact-line{font-size:1.1rem}
footer.site{border-top:1px solid var(--line);background:var(--white);padding:2rem 0;color:var(--muted);font-size:.95rem}
footer.site p{margin:0 0 .4rem}
.legal h1{font-size:2rem}
.legal h2{font-size:1.25rem;margin-top:2rem}
@media (max-width:760px){.hero .wrap,.two{grid-template-columns:1fr}.hero{padding:2rem 0}.hero img{max-width:20rem}section.block{padding:2.25rem 0}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
