:root{--ink:#16342d;--muted:#58716a;--green:#087a55;--green-dark:#075d43;--mint:#eaf7f1;--cream:#fbfaf6;--gold:#d7a536;--line:#dce8e3;--white:#fff;--shadow:0 16px 45px rgba(18,60,47,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Segoe UI",Tahoma,Arial,sans-serif;background:var(--cream);color:var(--ink);line-height:1.9}a{color:var(--green-dark);text-decoration-thickness:1px;text-underline-offset:4px}a:hover{color:#034331}img{max-width:100%;height:auto}.container{width:min(1120px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:800;color:var(--ink)}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--green);color:#fff;font-size:21px}.nav-links{display:flex;align-items:center;gap:22px}.nav-links a{text-decoration:none;font-weight:600}.hero{padding:80px 0 64px;background:radial-gradient(circle at 15% 20%,#d8f3e6 0,transparent 33%),linear-gradient(145deg,#f6fcf8,#fffaf0)}.eyebrow{display:inline-flex;padding:6px 13px;border-radius:999px;background:var(--mint);color:var(--green-dark);font-weight:700;font-size:.9rem}.hero h1{font-size:clamp(2.25rem,5vw,4.4rem);line-height:1.25;max-width:850px;margin:20px 0 18px}.hero p{font-size:1.18rem;color:var(--muted);max-width:720px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:12px;background:var(--green);color:#fff;text-decoration:none;font-weight:700}.button:hover{color:#fff;background:var(--green-dark)}.button.secondary{background:#fff;color:var(--green-dark);border:1px solid var(--line)}.section{padding:70px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section h2{font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.35;margin:0}.section-intro{color:var(--muted);max-width:680px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:20px;padding:0 0 24px;overflow:hidden;box-shadow:0 8px 25px rgba(18,60,47,.045);text-decoration:none;color:var(--ink);transition:.2s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);color:var(--ink)}.card-image{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:var(--mint)}.card-body{display:flex;flex:1;flex-direction:column;padding:20px 24px 0}.card .number{font-weight:800;color:var(--gold);font-size:.82rem}.card h3{font-size:1.18rem;line-height:1.55;margin:10px 0}.card p{color:var(--muted);font-size:.95rem;margin:auto 0 0}.trust{background:var(--ink);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.trust-item{padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:18px}.trust-item h3{margin-top:0}.trust-item p{color:#d8e5e1;margin-bottom:0}.breadcrumb{font-size:.9rem;color:var(--muted);padding:22px 0}.breadcrumb a{text-decoration:none}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 280px;gap:40px;align-items:start}.article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(24px,5vw,52px);box-shadow:var(--shadow)}.article h1{font-size:clamp(2rem,4vw,3.15rem);line-height:1.35;margin:0 0 22px}.article-hero{margin:24px 0 30px}.article-hero img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px;background:var(--mint)}.article h2{font-size:1.65rem;line-height:1.5;margin:46px 0 16px;padding-top:8px;border-top:1px solid var(--line)}.article h3{font-size:1.2rem;line-height:1.6;margin:30px 0 10px}.article p{font-size:1.04rem}.article li{margin:7px 0}.article code{direction:ltr;display:inline-block;background:#eef5f2;padding:1px 6px;border-radius:6px;font-size:.9em}.notice{display:block;background:var(--mint);border-right:4px solid var(--green);padding:16px 18px;border-radius:12px;margin:22px 0;color:#174b3c}.table-wrap{overflow-x:auto;margin:22px 0}table{width:100%;border-collapse:collapse;min-width:620px}th,td{text-align:right;padding:12px 14px;border:1px solid var(--line);vertical-align:top}th{background:var(--mint)}.sidebar{position:sticky;top:96px}.side-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;margin-bottom:16px}.side-box h2{font-size:1.05rem;margin-top:0}.side-box a{display:block;padding:8px 0;text-decoration:none;border-bottom:1px solid #edf2f0}.side-box a:last-child{border:0}.verified{font-size:.9rem;color:var(--muted)}.hub-hero{padding:52px 0 35px}.hub-hero h1{font-size:clamp(2rem,4vw,3.4rem);margin:0 0 12px}.site-footer{margin-top:70px;background:#0c3028;color:#dceae6;padding:42px 0}.footer-grid{display:flex;justify-content:space-between;gap:30px}.site-footer a{color:#fff}.disclaimer{max-width:700px;color:#bcd1ca;font-size:.9rem}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr}.sidebar{position:static}.trust-grid{grid-template-columns:1fr}.nav-links{display:none}}@media(max-width:620px){.container{width:min(100% - 22px,1120px)}.hero{padding:55px 0}.grid{grid-template-columns:1fr}.article{border-radius:16px;padding:22px}.article h2{font-size:1.45rem}.article-hero{margin-inline:-10px}.section{padding:50px 0}.footer-grid{display:block}.brand span:last-child{font-size:.92rem}}
.article{min-width:0;padding:clamp(22px,4vw,40px)}
.article h1{font-size:clamp(1.85rem,3vw,2.45rem);line-height:1.42}
.article-hero{width:100%;max-width:100%;overflow:hidden}
.article-hero img{width:100%!important;max-width:100%!important;height:auto!important;max-height:320px;object-fit:cover}
.home-hero{padding:36px 0 32px}
.home-hero h1{font-size:clamp(1.95rem,3.2vw,2.75rem);max-width:650px;margin:14px 0 10px}
.home-hero p{font-size:1rem;max-width:650px}
.home-hero .hero-actions{margin-top:20px}
.home-section{padding:54px 0 64px}
.home-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;gap:14px}
.home-grid .card{border-radius:16px;padding-bottom:18px}
.home-grid .card-image{height:120px!important;aspect-ratio:auto!important;object-fit:cover}
.home-grid .card-body{padding:14px 16px 0}
.home-grid .card h3{font-size:1rem;line-height:1.45;margin:6px 0}
.home-grid .card p{font-size:.82rem;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:620px){.home-hero{padding:30px 0 28px}.home-section{padding:42px 0}.home-grid{grid-template-columns:1fr!important}.home-grid .card-image{height:165px!important}}
