:root{--ink:#173a38;--muted:#5d706d;--mint:#dcefe8;--green:#2f6f63;--deep:#123f3b;--cream:#f7f5ef;--white:#fff;--line:#d8e4df;--accent:#e5b65c;--shadow:0 18px 50px rgba(23,58,56,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font:16px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{padding:20px 0;border-bottom:1px solid var(--line);background:rgba(247,245,239,.92);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.03em;font-size:1.25rem}.brand-mark{width:34px;height:34px;border-radius:12px;background:var(--green);display:grid;place-items:center;color:white}.brand-mark svg{width:20px}.menu{display:flex;gap:24px;align-items:center}.menu a{font-size:.95rem;color:var(--muted)}.menu a:hover,.menu a.active{color:var(--ink);text-decoration:none}.menu-button{display:none;border:0;background:none;color:var(--ink)}.hero{padding:78px 0 74px;background:linear-gradient(120deg,var(--mint),#eef5ed 60%,#f7f5ef)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}.eyebrow{font-size:.76rem;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--green);margin:0 0 15px}.hero h1{font-size:clamp(2.8rem,6vw,5.6rem);line-height:.98;letter-spacing:-.065em;margin:0 0 24px;max-width:690px}.lede{font-size:1.2rem;line-height:1.55;color:var(--muted);max-width:590px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 18px;border-radius:999px;border:1px solid var(--green);font-weight:750;cursor:pointer;font:inherit}.button.primary{background:var(--green);color:#fff}.button.secondary{background:transparent;color:var(--green)}.hero-photo{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:420px}.hero-photo img{width:100%;height:100%;object-fit:cover;display:block}.section{padding:78px 0}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.05em;margin:0;max-width:650px}.section-intro{color:var(--muted);max-width:470px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 7px 25px rgba(23,58,56,.04)}.card h3{font-size:1.35rem;margin:12px 0 8px}.card p{color:var(--muted);margin:0}.icon{width:42px;height:42px;border-radius:14px;background:var(--mint);display:grid;place-items:center;color:var(--green)}.image-card{padding:0;overflow:hidden}.image-card img{width:100%;height:205px;object-fit:cover;display:block}.image-card .card-copy{padding:22px}.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.split img{width:100%;border-radius:24px;display:block}.checklist{list-style:none;padding:0;margin:22px 0;display:grid;gap:13px}.checklist li{display:flex;gap:11px;align-items:flex-start}.checklist svg{flex:0 0 21px;color:var(--green);margin-top:4px}.quote{background:var(--deep);color:white;border-radius:28px;padding:42px}.quote p{font-size:clamp(1.4rem,3vw,2.2rem);line-height:1.2;margin:0 0 18px;letter-spacing:-.03em}.quote small{color:#c9ddd6}.faq{border-top:1px solid var(--line)}details{padding:19px 0;border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:750;list-style:none;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary:after{content:'+';font-size:1.4rem;font-weight:400}.article{max-width:780px;margin:auto}.article h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1;letter-spacing:-.06em;margin:15px 0 20px}.article h2{font-size:2rem;margin-top:42px;letter-spacing:-.04em}.article p,.article li{font-size:1.08rem;color:#415955}.article img{width:100%;border-radius:22px;margin:24px 0}.note{background:var(--mint);padding:20px;border-radius:16px;color:var(--ink)}.site-footer{background:var(--deep);color:#dce9e4;padding:48px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:40px}.site-footer h3{color:#fff;margin-top:0}.site-footer a{color:#dce9e4}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.18);margin-top:38px;padding-top:18px;color:#a9c2ba;font-size:.9rem}.cookie{position:fixed;z-index:20;left:20px;right:20px;bottom:20px;max-width:760px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:20px;display:none}.cookie.show{display:block}.cookie p{margin:0 0 14px;color:var(--muted)}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:800px){.wrap{width:min(100% - 28px,620px)}.site-header{padding:14px 0}.menu-button{display:block}.menu{display:none;position:absolute;left:14px;right:14px;top:68px;background:#fff;padding:16px;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.menu.open{display:flex}.hero{padding:54px 0}.hero-grid,.split{grid-template-columns:1fr;gap:30px}.hero-photo{min-height:280px;max-height:390px}.grid-3{grid-template-columns:1fr}.section{padding:56px 0}.section-head{display:block}.section-intro{margin-top:14px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom>*{margin:7px 0}}
