*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:#18201d;background:#fbfcfa}a{text-decoration:none;color:inherit}.container{width:min(1120px,calc(100% - 40px));margin:auto}.nav-wrap{position:sticky;top:0;z-index:20;background:rgba(251,252,250,.92);backdrop-filter:blur(12px);border-bottom:1px solid #e7ebe7}.nav{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{font-family:Manrope,sans-serif;font-weight:800;font-size:22px;display:flex;gap:9px;align-items:center}.brand-mark{width:32px;height:32px;border-radius:9px;background:#173f32;color:white;display:grid;place-items:center}.nav-links{display:flex;gap:30px;font-size:14px;color:#53615c}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:#173f32;color:#fff;padding:14px 20px;font:600 14px "DM Sans";cursor:pointer}.button:hover{transform:translateY(-1px);background:#0e3327}.button-small{padding:10px 15px}.hero{padding:110px 0 105px;max-width:900px;text-align:center}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:700;color:#5e776d;margin-bottom:18px}.hero h1,.section-heading h2,.method h2,.sample h2,.newsletter h2,.modal h2{font-family:Manrope,sans-serif;letter-spacing:-.04em;margin:0}.hero h1{font-size:clamp(48px,7vw,82px);line-height:.98}.hero h1 span{color:#467a66}.hero-copy{font-size:19px;line-height:1.65;color:#5a6662;max-width:750px;margin:28px auto}.hero-actions{display:flex;justify-content:center;align-items:center;gap:24px}.text-link{font-size:14px;font-weight:600;border-bottom:1px solid #9aa59f}.trust-row{display:flex;justify-content:center;gap:26px;margin-top:35px;color:#71807a;font-size:13px}.stack-section{background:#f1f5f1;padding:95px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.section-heading h2,.method h2,.newsletter h2{font-size:42px}.section-heading p{max-width:460px;color:#66736e;line-height:1.6}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:white;border:1px solid #dfe6e1;border-radius:16px;padding:26px;min-height:255px;display:flex;flex-direction:column;position:relative}.card.featured{border:1.5px solid #477b67}.icon{font-size:28px}.card-tag{position:absolute;right:18px;top:18px;background:#e4f0e9;color:#2e6550;font-size:10px;font-weight:800;padding:6px 8px;border-radius:20px;letter-spacing:.08em}.card h3{font-family:Manrope,sans-serif;font-size:22px;margin:18px 0 8px}.card p{color:#6c7873;line-height:1.55;font-size:14px;margin:0}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:24px;border-top:1px solid #edf0ed;font-size:12px;color:#89938f}.card-footer button{border:0;background:none;font:700 12px "DM Sans";color:#285d49;cursor:pointer}.method{padding:105px 0;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.method-copy p{color:#66736e;line-height:1.7;max-width:500px}.grade-box{background:white;border:1px solid #dfe6e1;border-radius:18px;padding:28px;display:grid;grid-template-columns:150px 1fr;gap:25px;box-shadow:0 16px 50px rgba(22,53,42,.07)}.grade{border-radius:14px;background:#173f32;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center}.grade span{font:800 72px Manrope}.grade small{opacity:.7}.criteria div{display:flex;gap:18px;padding:10px 0;border-bottom:1px solid #edf0ed}.criteria div:last-child{border:0}.criteria b{width:42px;color:#376b57}.criteria span{color:#5e6965}.sample{background:#173f32;color:white;padding:90px 0}.sample-inner{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.eyebrow.light{color:#93b7a8}.sample h2{font-size:46px}.sample p{color:#b6c8c1;line-height:1.7}.stack-list{background:#214c3e;border:1px solid #356251;border-radius:16px;padding:10px 24px}.stack-list div{display:flex;justify-content:space-between;padding:17px 0;border-bottom:1px solid #356251;font-size:14px}.stack-list div:last-child{border:0}.stack-list b{color:#b6d5c8;font-weight:500}.stack-list .total{font-weight:700}.newsletter{padding:95px 0;display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center}.newsletter p{color:#66736e}.newsletter form{display:grid;grid-template-columns:1fr auto;gap:8px}.newsletter small{grid-column:1/-1;color:#87918d}.newsletter input,.modal input{width:100%;border:1px solid #ced7d1;border-radius:10px;padding:14px;font:14px "DM Sans";outline:none}.newsletter input:focus,.modal input:focus{border-color:#477b67}footer{border-top:1px solid #e5e9e6;padding:36px 0;color:#7b8782;font-size:12px}.footer-inner{display:flex;align-items:center;gap:28px}.footer-brand{font-size:16px;color:#26322e}.footer-brand .brand-mark{width:25px;height:25px}.disclosure{margin-left:auto;max-width:360px}.modal{position:fixed;inset:0;background:rgba(12,24,19,.55);z-index:50;display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-card{background:white;width:min(480px,100%);border-radius:18px;padding:34px;position:relative}.close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:28px;cursor:pointer;color:#64716c}.modal-card p{color:#68746f;line-height:1.6}.modal-form,.modal-card form{display:flex;gap:8px}.modal-card small{display:block;margin-top:10px;color:#477b67}@media(max-width:800px){.nav-links{display:none}.hero{padding:80px 0}.hero h1{font-size:50px}.hero-copy{font-size:17px}.trust-row{flex-direction:column;gap:8px}.section-heading,.method,.sample-inner,.newsletter{display:block}.section-heading p{margin-top:20px}.cards{grid-template-columns:1fr}.method{padding:75px 0}.grade-box{margin-top:35px;grid-template-columns:110px 1fr}.sample-inner>div:first-child{margin-bottom:35px}.newsletter form{margin-top:30px}.footer-inner{flex-wrap:wrap}.disclosure{margin-left:0}.hero-actions{flex-direction:column}.newsletter{padding:70px 0}.section-heading h2,.method h2,.newsletter h2,.sample h2{font-size:36px}}
.card-link{font:700 12px "DM Sans";color:#285d49}
.article-shell{padding:72px 0 100px}
.article-hero{max-width:820px}
.article-hero h1{font-family:Manrope,sans-serif;font-size:clamp(42px,6vw,70px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px}
.article-hero p{font-size:18px;line-height:1.7;color:#63706b}
.updated{font-size:12px;color:#87918d;margin-top:16px}
.verdict{margin:44px 0;background:#eef5f0;border:1px solid #d6e4dc;border-radius:18px;padding:28px}
.verdict-grid{display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:center}
.verdict-grade{width:104px;height:104px;border-radius:20px;background:#173f32;color:white;display:grid;place-items:center;text-align:center}
.verdict-grade b{font:800 52px Manrope;line-height:.8}.verdict-grade span{font-size:10px;opacity:.8}
.verdict h2{font:800 28px Manrope;margin:0 0 8px;letter-spacing:-.03em}
.verdict p{margin:0;color:#596761;line-height:1.6}
.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:60px;align-items:start}
.article-content h2{font:800 34px Manrope;letter-spacing:-.035em;margin:58px 0 16px}
.article-content h3{font:800 23px Manrope;margin:34px 0 10px}
.article-content p,.article-content li{color:#55625d;line-height:1.75}
.article-content ul{padding-left:20px}
.pick{border:1px solid #dfe6e1;border-radius:16px;padding:24px;margin:24px 0;background:white}
.pick-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.pick h3{margin:0}.pick .price{font-weight:800;color:#173f32;white-space:nowrap}
.pick .meta{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}
.pill{background:#edf4ef;color:#35644f;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}
.grade-line{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #edf0ed}
.mini-grade{width:40px;height:40px;border-radius:10px;background:#173f32;color:white;display:grid;place-items:center;font:800 20px Manrope}
.stack-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #dfe6e1;border-radius:14px;overflow:hidden;background:white;margin:24px 0}
.stack-table th,.stack-table td{padding:15px 16px;text-align:left;border-bottom:1px solid #edf0ed;font-size:14px}
.stack-table th{background:#f3f6f3;color:#43514c}.stack-table tr:last-child td{border-bottom:0}
.sidebar{position:sticky;top:94px;border:1px solid #dfe6e1;border-radius:16px;background:white;padding:22px}
.sidebar h3{font:800 18px Manrope;margin:0 0 14px}.sidebar a{display:block;padding:8px 0;color:#54625d;font-size:13px}
.sidebar .cta{margin-top:18px;background:#173f32;color:white;border-radius:12px;padding:18px}.sidebar .cta p{color:#c7d6d0;font-size:12px;line-height:1.5}
.note{background:#fff9e9;border:1px solid #eee0ae;border-radius:12px;padding:16px 18px;color:#625b45!important}
.source-note{font-size:12px;color:#8b9490!important;margin-top:36px!important}
@media(max-width:850px){.article-grid{grid-template-columns:1fr}.sidebar{position:static}.verdict-grid{grid-template-columns:1fr}.stack-table{font-size:12px}.stack-table th,.stack-table td{padding:11px 10px}}
