:root{color-scheme:light;--ink:#173126;--muted:#587064;--green:#146b3a;--green-dark:#0d4b2a;--mint:#e8f4ec;--cream:#f7f4ec;--line:#d9e3dc;--white:#fff;--shadow:0 18px 55px rgba(21,54,38,.12);font-family:Onest,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--ink);background:var(--cream);font-size:17px;line-height:1.65}a{color:inherit}img{display:block;max-width:100%;height:auto}.wrap{width:min(1120px,calc(100% - 40px));margin-inline:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:12px;z-index:10;padding:10px 16px;background:var(--white);border-radius:8px}.site-header{position:relative;border-bottom:1px solid var(--line);background:rgba(247,244,236,.96)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:800;text-decoration:none}.brand img{width:42px;height:42px}.links{display:flex;align-items:center;gap:22px}.links a{text-decoration:none;font-size:.94rem;font-weight:650}.lang{display:flex;border:1px solid var(--line);border-radius:999px;padding:3px}.lang a{padding:4px 9px;border-radius:999px}.lang a[aria-current=true]{background:var(--ink);color:var(--white)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 20px;border-radius:10px;background:var(--green);color:var(--white);font-weight:750;text-decoration:none;box-shadow:0 7px 20px rgba(20,107,58,.18)}.button:hover{background:var(--green-dark)}.button.secondary{color:var(--green-dark);background:transparent;border:1px solid var(--green);box-shadow:none}.hero{padding:76px 0 64px;background:radial-gradient(circle at 86% 12%,#d9eddf 0,transparent 34%),var(--cream)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center}.eyebrow{margin:0 0 12px;color:var(--green);font-size:.78rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.hero h1{margin:0;font-size:clamp(2.6rem,6vw,5rem);line-height:.98;letter-spacing:-.055em}.lede{max-width:660px;margin:24px 0 0;color:var(--muted);font-size:1.18rem}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.requirement{margin-top:18px;font-size:.92rem;font-weight:700}.hero-media{position:relative;padding:22px;border:1px solid #cbded1;border-radius:26px;background:#e6f0e8;box-shadow:var(--shadow)}.hero-media img{width:100%;border-radius:17px}.hero-media figcaption{margin-top:13px;color:var(--muted);font-size:.88rem}.section{padding:76px 0}.section.white{background:var(--white)}.section h2{max-width:760px;margin:0 0 18px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;letter-spacing:-.035em}.intro{max-width:720px;margin:0 0 34px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{padding:26px;border:1px solid var(--line);border-radius:18px;background:var(--white)}.card h3{margin:0 0 9px;font-size:1.2rem;line-height:1.25}.card p{margin:0;color:var(--muted)}.flow{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:34px 0 0;padding:0;list-style:none}.flow li{counter-increment:step;padding-top:16px;border-top:2px solid var(--green)}.flow li:before{content:"0" counter(step);display:block;margin-bottom:12px;color:var(--green);font-weight:850}.shot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.shot{margin:0;padding:16px;border-radius:22px;background:var(--mint)}.shot img{width:100%;border-radius:14px}.shot figcaption{margin-top:12px;font-weight:700}.checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0;padding:0;list-style:none}.checklist li{padding:16px 18px 16px 46px;border-radius:12px;background:var(--mint);position:relative}.checklist li:before{content:"✓";position:absolute;left:18px;color:var(--green);font-weight:900}.cta{padding:72px 0;color:var(--white);background:var(--green-dark)}.cta h2{margin:0;max-width:760px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08}.cta p{max-width:700px;color:#cce0d3}.cta .button{background:var(--white);color:var(--green-dark)}.footer{padding:34px 0;background:#092f1d;color:#cce0d3}.footer-row{display:flex;justify-content:space-between;gap:24px}.footer a{color:inherit}.small{font-size:.88rem;color:var(--muted)}@media(max-width:820px){.hero-grid,.cards,.shot-grid{grid-template-columns:1fr}.flow{grid-template-columns:1fr}.links>a:not(.button),.links .button{display:none}.hero{padding-top:54px}.hero h1{font-size:clamp(2.55rem,12vw,4.6rem)}.hero-grid{gap:42px}.checklist{grid-template-columns:1fr}.section{padding:58px 0}.footer-row{flex-direction:column}}@media(max-width:480px){.wrap{width:min(100% - 28px,1120px)}.nav{min-height:68px}.brand img{width:36px;height:36px}.hero{padding-top:44px}.actions{flex-direction:column}.button{width:100%}}
