*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#0d2330;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}header{height:76px;display:flex;align-items:center;gap:48px;padding:0 max(5vw,28px);background:#fff}.brand{display:grid;grid-template-columns:42px auto;grid-template-rows:34px 15px;min-width:230px}.brand span{grid-row:1/3;font-size:42px;color:#198d75}.brand b{font-size:31px;color:#123e35}.brand small{font-size:11px}.search{border:1px solid #d6dfe2;border-radius:4px;color:#8b969e;padding:13px 16px;flex:1;max-width:440px;font-size:13px}.search span{float:right;font-size:20px;color:#123e35}nav{display:flex;align-items:center;gap:25px;font-size:13px}nav .compare,.button{background:linear-gradient(135deg,#4d9929,#27731f);color:white;padding:13px 22px;border-radius:4px;font-weight:700;display:inline-block}.category-nav{text-align:center;padding:15px;border-top:1px solid #edf0f1;border-bottom:1px solid #dbe1e3;font-weight:700;font-size:13px;white-space:nowrap;overflow:hidden}.hero{min-height:450px;padding:48px 6%;color:white;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,rgba(4,53,51,.88),rgba(10,50,46,.34)),url('/assets/hero.jpg') center/cover}.hero h1{font-size:52px;line-height:1.05;margin:12px 0}.hero p:not(.eyebrow){font-size:18px;max-width:650px;line-height:1.45}.eyebrow{font-size:12px;font-weight:700}.hero-note{font:italic 28px Georgia;line-height:1.45;margin-right:10%;transform:rotate(-6deg)}.trust{background:#0c3e37;color:white;padding:15px 6%;font-size:13px}.wrap{width:min(1400px,90%);margin:auto;padding:18px 0 45px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.section-title h2{font-size:28px;margin:16px 0}.section-title a,.category a,.tools a{color:#16732d;font-size:13px;font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category,.product,.tools article{background:linear-gradient(145deg,#fff,#f0f3f3);border:1px solid #e2e8e9;border-radius:6px;overflow:hidden;padding:15px}.category-art{height:116px;margin:-15px -15px 12px;display:grid;place-items:center;color:white;font-size:48px;background:linear-gradient(135deg,#185f53,#8da878)}.category h3,.product h3,.tools h3{margin:7px 0;font-size:18px}.category p,.product p,.tools p{color:#53626d;font-size:14px;line-height:1.45}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{position:relative;padding:20px;display:flex;flex-direction:column;min-height:245px}.badge{width:max-content;background:#2c852b;color:#fff;border-radius:16px;padding:7px 12px;font-size:12px;font-weight:700}.product ul{padding-left:20px;color:#53626d;font-size:13px;line-height:1.6}.tools{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.tools article{text-align:center}.tools span{font-size:42px;color:#168047}.why{background:linear-gradient(90deg,#174f47,#dce9e6);color:white;padding:28px 8%;display:flex;justify-content:space-between}.why blockquote{color:#226353;font:italic 26px Georgia;background:#f4f8f7;margin:-28px -1% -28px 0;padding:48px 80px}footer{background:#083a34;color:white;padding:34px 6%;display:grid;grid-template-columns:repeat(4,1fr);gap:40px;font-size:13px;line-height:1.7}footer a{display:block;color:#d8e7e3;padding:3px 0}.footer-brand{font-size:27px;font-weight:700}.article-hero{padding:42px max(6%,calc((100% - 1200px)/2));background:linear-gradient(115deg,#0c4d46,#236d5f);color:white}.article-hero h1{font-size:46px;max-width:900px;line-height:1.08;margin:12px 0}.article-hero>p{max-width:780px;font-size:18px;line-height:1.6}.article-type{display:inline-block;background:#77a82d;padding:6px 11px;border-radius:20px;text-transform:uppercase;font-size:11px;font-weight:700}.breadcrumbs{font-size:12px;margin-bottom:22px}.article-meta{font-size:12px;color:#d0e1dd;margin-top:20px}.article-layout{width:min(1200px,90%);margin:34px auto 55px;display:grid;grid-template-columns:minmax(0,2.2fr) minmax(260px,.8fr);gap:38px}.article-body{font-size:17px;line-height:1.72}.article-body h2{font-size:29px;margin:38px 0 9px;color:#102b36}.article-body h3{font-size:21px;margin-top:24px}.article-body li{margin:7px 0}.answer-box{background:#edf7f2;border-left:5px solid #398a37;padding:18px 22px;border-radius:5px}.answer-box h2{margin-top:0}.note{background:#fff8e6;border-left:4px solid #d89d2f;padding:15px 18px}.comparison{width:100%;border-collapse:collapse;margin:18px 0}.comparison th,.comparison td{border:1px solid #d9e1e3;padding:12px;text-align:left;vertical-align:top}.comparison th{background:#eef4f4}.side-card{border:1px solid #dce5e4;background:#f6f9f8;padding:20px;margin-bottom:18px;border-radius:7px}.side-card h3{margin-top:0}.side-card a{display:block;padding:10px 0;border-bottom:1px solid #dce5e4;color:#175b50;font-size:13px}.sticky{position:sticky;top:20px}details{border:1px solid #d9e1e3;padding:13px;margin-top:-1px}summary{font-weight:700;cursor:pointer}.source-list a{color:#16732d;text-decoration:underline}.disclosure{font-size:12px;color:#617179;border-top:1px solid #d9e1e3;padding-top:15px}
@media(max-width:900px){header{height:auto;flex-wrap:wrap;padding:16px 5%;gap:15px}.search{order:3;max-width:none;flex-basis:100%}nav a:not(.compare){display:none}.hero{min-height:420px}.hero h1{font-size:39px}.hero-note{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:1fr}.tools{grid-template-columns:repeat(2,1fr)}.why blockquote{display:none}footer{grid-template-columns:1fr 1fr}.article-layout{grid-template-columns:1fr}.sticky{position:static}.article-hero h1{font-size:35px}}
@media(max-width:520px){.category-grid,.tools,footer{grid-template-columns:1fr}.hero h1{font-size:34px}.category-nav{font-size:11px}.brand{min-width:170px}.brand b{font-size:27px}.comparison{font-size:13px}.comparison th,.comparison td{padding:8px}}

