:root{--green:#0b8b5a;--green-dark:#076f48;--deep:#123d31;--cream:#f5f4ef;--paper:#fff;--ink:#132019;--muted:#627168;--line:#dfe7e2;--mint:#e7f7ef;--yellow:#f6d67a;--shadow:0 18px 52px rgba(18,61,49,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.65}a{color:inherit}img{max-width:100%;display:block}.container{width:min(1080px,calc(100% - 34px));margin:auto}.topline{padding:8px 16px;background:var(--deep);color:#fff;text-align:center;font-size:14px;font-weight:800}.topbar{position:sticky;top:0;z-index:10;background:rgba(245,244,239,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(18,61,49,.08)}.nav{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:20px;font-weight:950}.brand-mark{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:var(--green);color:#fff}.navlinks{display:flex;align-items:center;gap:20px}.navlinks a{text-decoration:none;font-size:15px;font-weight:800;color:#345047}.navlinks a:hover{color:var(--green)}.btn{min-height:48px;padding:0 19px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;border:1px solid transparent}.btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 28px rgba(11,139,90,.22)}.btn-light{background:#fff;border-color:var(--line)}.hero{padding:72px 0 48px}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:14px;margin-bottom:22px}.breadcrumbs a{color:var(--green-dark)}.kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--mint);color:var(--green-dark);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.hero h1{max-width:900px;margin:18px 0;font-size:clamp(40px,6vw,70px);line-height:1.02;letter-spacing:-.045em}.hero-lead{max-width:790px;margin:0;color:var(--muted);font-size:clamp(19px,2vw,23px);line-height:1.5}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px;color:var(--muted);font-size:14px}.content-layout{display:grid;grid-template-columns:minmax(0,730px) 280px;gap:46px;align-items:start;padding-bottom:70px}.article{padding:38px 42px;background:var(--paper);border-radius:30px;box-shadow:var(--shadow)}.article h2{margin:42px 0 13px;font-size:clamp(27px,3vw,38px);line-height:1.15;letter-spacing:-.025em}.article h2:first-child{margin-top:0}.article h3{margin:28px 0 9px;font-size:22px;line-height:1.25}.article p{font-size:18px;margin:0 0 18px}.article ul,.article ol{margin:0 0 22px;padding-left:25px;font-size:18px}.article li{margin:8px 0}.article blockquote{margin:28px 0;padding:20px 22px;border-left:5px solid var(--green);border-radius:0 18px 18px 0;background:var(--mint);font-size:19px;font-weight:750}.checklist{padding:22px;border-radius:20px;background:#f7fbf9;border:1px solid var(--line)}.checklist strong{display:block;margin-bottom:8px}.sidebar{position:sticky;top:92px}.side-card{padding:25px;border-radius:24px;background:var(--deep);color:#fff}.side-card h2{font-size:26px;line-height:1.15;margin:0 0 12px}.side-card p{color:rgba(255,255,255,.76);margin:0 0 19px}.side-card .btn{width:100%;background:#fff;color:var(--deep)}.side-links{margin-top:18px;padding:20px;border-radius:22px;background:#fff}.side-links strong{display:block;margin-bottom:10px}.side-links a{display:block;padding:9px 0;color:var(--green-dark);font-weight:750}.cards-section{padding:20px 0 76px}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:25px}.section-head h2{font-size:clamp(32px,4vw,48px);line-height:1.08;margin:0;letter-spacing:-.035em}.section-head p{max-width:550px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{display:flex;flex-direction:column;min-height:270px;padding:25px;border-radius:25px;background:#fff;text-decoration:none;box-shadow:var(--shadow);transition:.2s}.card:hover{transform:translateY(-3px)}.card small{color:var(--green-dark);font-weight:900;text-transform:uppercase;letter-spacing:.05em}.card h2,.card h3{font-size:26px;line-height:1.15;margin:14px 0 10px}.card p{color:var(--muted);margin:0 0 18px}.card span{margin-top:auto;color:var(--green-dark);font-weight:900}.hub-intro{max-width:800px}.author-box{display:grid;grid-template-columns:110px 1fr;gap:22px;align-items:center;margin-top:40px;padding:24px;border-radius:24px;background:var(--mint)}.author-box img{width:110px;height:110px;object-fit:cover;border-radius:22px}.author-box h2{font-size:25px;margin:0 0 7px}.author-box p{font-size:16px;margin:0}.cta{margin:0 auto 70px;padding:34px;border-radius:30px;background:linear-gradient(135deg,var(--green),var(--deep));color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}.cta h2{font-size:clamp(30px,4vw,46px);line-height:1.06;margin:0 0 10px}.cta p{margin:0;color:rgba(255,255,255,.8)}.cta .btn{background:#fff;color:var(--deep);flex:0 0 auto}.footer-wrap{background:#fff;border-top:1px solid var(--line)}.footer{padding:35px 0;display:flex;justify-content:space-between;gap:28px}.footer small{display:block;margin-top:10px;color:var(--muted)}.footer-links{display:flex;flex-wrap:wrap;gap:16px 22px}.footer-links a{color:#345047;font-weight:750}.legal{padding:0 0 34px;color:var(--muted);font-size:13px}.legal-links{display:flex;flex-wrap:wrap;gap:12px 20px;margin-bottom:10px}.mobile-cta{display:none}
@media(max-width:860px){.navlinks>a:not(.btn){display:none}.content-layout{grid-template-columns:1fr}.sidebar{position:static}.cards{grid-template-columns:repeat(2,1fr)}.article{padding:30px}.cta{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){body{padding-bottom:78px}.container{width:min(100% - 24px,1080px)}.topline{font-size:12px}.nav{min-height:62px}.brand{font-size:18px}.brand-mark{width:36px;height:36px}.navlinks .btn{min-height:44px;padding:0 13px;font-size:13px}.hero{padding:45px 0 30px}.hero h1{font-size:39px}.hero-lead{font-size:18px}.content-layout{gap:20px;padding-bottom:48px}.article{padding:24px 19px;border-radius:24px}.article p,.article ul,.article ol{font-size:17px}.article h2{margin-top:34px}.cards{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.card{min-height:220px}.author-box{grid-template-columns:72px 1fr;padding:18px;gap:14px}.author-box img{width:72px;height:72px;border-radius:17px}.author-box h2{font-size:21px}.cta{padding:27px 22px;border-radius:25px}.footer{flex-direction:column}.mobile-cta{position:fixed;display:block;left:0;right:0;bottom:0;z-index:20;padding:9px 12px calc(9px + env(safe-area-inset-bottom));background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-top:1px solid var(--line)}.mobile-cta .btn{width:100%;min-height:52px}}
