:root{
  --forest:#123a2c;
  --forest-deep:#0a271d;
  --forest-soft:#1c5a44;
  --lime:#d8f04a;
  --lime-soft:#f1f8c9;
  --cream:#f7f4eb;
  --paper:#fffdf8;
  --ink:#17211d;
  --muted:#617069;
  --line:#d9dfd8;
  --gold:#f4bb3b;
  --shadow:0 26px 70px rgba(26,51,42,.15);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--cream)}
body{margin:0;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;background:var(--cream);-webkit-font-smoothing:antialiased}
a{color:inherit}
.top-rule{height:7px;background:var(--lime)}
.disclosure-top{margin:0 0 16px;color:#75817b;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-align:center;text-transform:uppercase}
.eyebrow{margin:0;color:var(--forest-soft);font-size:.74rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}

/* One-click prelander */
.prelander-page{min-height:100vh;background:#edf2e7}
.prelander-shell{width:min(960px,100%);margin:0 auto;padding:18px 18px 32px}
.prelander-card{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(380px,1.2fr);overflow:hidden;border:1px solid rgba(18,58,44,.15);border-radius:32px;background:var(--paper);box-shadow:var(--shadow)}
.prelander-art{position:relative;min-height:620px;overflow:hidden;background:var(--forest)}
.prelander-art:before{content:"";position:absolute;inset:auto -60px -80px auto;width:300px;height:300px;border:1px solid rgba(216,240,74,.24);border-radius:50%;box-shadow:0 0 0 42px rgba(216,240,74,.05),0 0 0 86px rgba(216,240,74,.035)}
.guide-sheet{position:absolute;width:245px;height:330px;border-radius:9px;box-shadow:0 28px 60px rgba(0,0,0,.28)}
.guide-sheet-back{left:17%;top:20%;transform:rotate(-9deg);background:#c8df3c}
.guide-sheet-front{left:25%;top:17%;padding:30px 28px;color:var(--forest-deep);transform:rotate(4deg);background:#fffdf5}
.sheet-label{display:block;color:var(--forest-soft);font-size:.66rem;font-weight:900;letter-spacing:.14em}
.sheet-title{display:block;margin-top:20px;font-family:"Newsreader",Georgia,serif;font-size:2.4rem;font-weight:800;line-height:.9;letter-spacing:-.045em}
.sheet-line{display:block;width:80px;height:5px;margin:24px 0 18px;border-radius:9px;background:var(--lime)}
.sheet-check{display:block;margin:9px 0;padding-bottom:8px;border-bottom:1px solid #d8ddd7;color:var(--forest-soft);font-size:1rem;font-weight:900}
.guide-seal{position:absolute;right:8%;top:54%;width:112px;height:112px;display:grid;place-content:center;border:5px solid var(--forest);border-radius:50%;color:var(--forest);background:var(--lime);text-align:center;transform:rotate(-6deg);box-shadow:0 12px 25px rgba(0,0,0,.2)}
.guide-seal span{font-family:"Newsreader",Georgia,serif;font-size:2.4rem;font-weight:800;line-height:.8}.guide-seal small{font-size:.62rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.prelander-copy{display:flex;flex-direction:column;justify-content:center;padding:42px 48px 38px}
.updated-pill{width:max-content;display:flex;align-items:center;gap:8px;margin-bottom:25px;padding:7px 11px;border:1px solid #cbd5ca;border-radius:99px;color:#44534c;background:#f8faf5;font-size:.72rem;font-weight:700}
.updated-pill span{width:8px;height:8px;border-radius:50%;background:#3caa69;box-shadow:0 0 0 4px rgba(60,170,105,.13)}
.prelander-copy h1,.guide-intro h1{margin:9px 0 13px;font-family:"Newsreader",Georgia,serif;font-size:clamp(2.6rem,5.5vw,4.1rem);font-weight:800;line-height:.96;letter-spacing:-.048em}
.prelander-lead{margin:0;color:#4d5b55;font-size:1.06rem;line-height:1.58}
.preview-list{display:grid;gap:10px;margin:24px 0;padding:0;list-style:none}
.preview-list li{display:grid;grid-template-columns:38px 1fr;column-gap:11px;padding:12px 13px;border:1px solid var(--line);border-radius:13px;background:#fbfbf6}
.preview-list li>span{grid-row:1/3;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--forest);background:var(--lime-soft);font-size:.73rem;font-weight:900}
.preview-list strong{font-size:.88rem;line-height:1.15}.preview-list small{margin-top:3px;color:var(--muted);font-size:.72rem;line-height:1.25}
.primary-cta,.resource-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px;padding:15px 18px;border-radius:13px;color:#fff;background:var(--forest);font-weight:800;text-decoration:none;box-shadow:0 9px 24px rgba(18,58,44,.18);transition:transform .14s ease,background .14s ease}
.primary-cta{min-height:72px;margin-top:24px;padding:18px 21px;color:var(--forest-deep);background:var(--lime);font-size:1.05rem;box-shadow:0 12px 30px rgba(18,58,44,.2)}.primary-cta b,.resource-cta b{font-size:1.35rem}
.primary-cta:hover{color:#fff;background:var(--forest-soft)}.resource-cta:hover{transform:translateY(-1px);background:var(--forest-soft)}
.primary-cta:focus-visible,.resource-cta:focus-visible,.brand:focus-visible{outline:3px solid #111;outline-offset:3px}
.trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;margin-top:12px;color:#5e6e66;font-size:.7rem;font-weight:700}
.timing-note{margin:18px 0 0;padding:13px 14px;border-left:4px solid var(--gold);color:#59665f;background:#fff9e9;font-size:.76rem;line-height:1.45}.timing-note strong{color:#38443e}
.legal-note{max-width:790px;margin:17px auto 0;color:#75817b;font-size:.68rem;line-height:1.55;text-align:center}

/* Listicle */
.guide-page{background:#f3f4ed}
.guide-header{border-bottom:1px solid rgba(18,58,44,.13);background:rgba(255,253,248,.92);backdrop-filter:blur(12px)}
.guide-header-inner{width:min(940px,100%);display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:14px 18px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand-mark{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;color:var(--forest);background:var(--lime);font-family:"Newsreader",Georgia,serif;font-size:1.35rem;font-weight:900}.brand strong,.brand small{display:block}.brand strong{font-family:"Newsreader",Georgia,serif;font-size:1.04rem;line-height:1}.brand small{margin-top:3px;color:#78837e;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.issue{padding:7px 10px;border:1px solid var(--line);border-radius:99px;color:#607069;font-size:.68rem;font-weight:800}
.guide-shell{width:min(940px,100%);margin:0 auto;padding:28px 18px 55px}
.guide-intro{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;padding:18px 2px 24px}.guide-intro h1{max-width:760px;font-size:clamp(2.45rem,6vw,4.65rem)}.guide-intro>div>p:last-child{max-width:690px;margin:0;color:#53635b;font-size:1.02rem;line-height:1.55}
.intro-stamp{width:116px;height:116px;display:grid;grid-template-columns:auto auto;place-content:center;gap:7px;border:2px solid var(--forest);border-radius:50%;color:var(--forest);transform:rotate(4deg)}.intro-stamp span{font-family:"Newsreader",Georgia,serif;font-size:2.6rem;font-weight:800;line-height:.8}.intro-stamp small{font-size:.63rem;font-weight:900;line-height:1.05;text-transform:uppercase}
.availability-note{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;padding:12px 15px;border:1px solid #cbd9c8;border-radius:13px;background:#f5fae8}.availability-note p{margin:0;color:#4a5d52;font-size:.76rem;line-height:1.45}.availability-note strong{color:var(--forest)}.pulse{flex:0 0 9px;width:9px;height:9px;margin-top:4px;border-radius:50%;background:#38a869;box-shadow:0 0 0 5px rgba(56,168,105,.12)}
.featured-resource{overflow:hidden;border:1px solid #163c30;border-radius:25px;color:#fff;background:var(--forest);box-shadow:0 24px 60px rgba(11,45,34,.2)}
.featured-topline{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px 12px 20px;border-bottom:1px solid rgba(255,255,255,.14);font-size:.68rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.rank-badge{padding:6px 9px;border-radius:99px;color:var(--forest-deep);background:var(--lime)}
.featured-visual{flex:0 0 180px;width:180px;height:92px;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:#284c40}.featured-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 43%}.featured-grid{display:block}.featured-body{display:flex;flex-direction:column;justify-content:center;padding:27px 34px 31px}.amount-block{margin:0;color:#fff;font-family:"Newsreader",Georgia,serif;line-height:.88}.amount-block span{display:block;margin-bottom:18px;color:#dcecad;font-family:"DM Sans",Arial,sans-serif;font-size:.74rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.amount-block strong{color:var(--lime);font-size:clamp(4.5rem,8vw,7rem);letter-spacing:-.055em}.amount-block sup{font-family:"DM Sans",Arial,sans-serif;font-size:1.4rem}
.featured-copy h1{max-width:590px;margin:16px 0 0;font-family:"Newsreader",Georgia,serif;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:.96;letter-spacing:-.04em}
.featured-action{display:flex;flex-direction:column;justify-content:center;margin-top:22px}
.featured-cta{min-height:74px;color:var(--forest-deep);background:var(--lime);font-size:.92rem;box-shadow:none}.featured-cta:hover{color:#fff}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:36px 3px 15px}.section-heading h2{margin:3px 0 0;font-family:"Newsreader",Georgia,serif;font-size:2.05rem;line-height:1}.section-heading>span{color:#68766f;font-size:.72rem;font-weight:700}
.resource-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.resource-card{display:grid;grid-template-columns:46px 1fr;gap:15px;padding:20px;border:1px solid var(--line);border-radius:19px;background:var(--paper);box-shadow:0 9px 28px rgba(36,57,48,.06)}.resource-number{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;color:var(--forest);background:var(--lime-soft);font-size:.78rem;font-weight:900}.resource-tag{color:var(--forest-soft);font-size:.62rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.resource-copy h3{min-height:29px;margin:5px 0 7px;font-family:"Newsreader",Georgia,serif;font-size:1.34rem;line-height:1.03;letter-spacing:-.018em}.resource-copy p{min-height:38px;margin:0 0 13px;color:var(--muted);font-size:.76rem;line-height:1.42}.resource-cta{min-height:55px;padding:12px 14px;border-radius:11px;font-size:.78rem;box-shadow:none}
.closing-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:20px;padding:27px 28px;border:1px solid #c8d8c7;border-radius:20px;background:#eef5dc}.closing-panel h2{margin:4px 0 5px;font-family:"Newsreader",Georgia,serif;font-size:1.8rem}.closing-panel p:last-child{margin:0;color:#56655e;font-size:.78rem;line-height:1.45}.closing-cta{flex:0 0 240px}

/* Legal information */
.legal-shell{width:min(760px,100%);margin:0 auto;padding:32px 18px 60px}.legal-shell>a{font-size:.78rem;font-weight:800}.legal-shell h1{margin:25px 0 10px;font-family:"Newsreader",Georgia,serif;font-size:clamp(2.4rem,7vw,4rem);line-height:1}.legal-shell>p{color:var(--muted);line-height:1.55}.legal-section{margin-top:20px;padding:22px;border:1px solid var(--line);border-radius:17px;background:var(--paper)}.legal-section h2{margin:0 0 8px;font-family:"Newsreader",Georgia,serif;font-size:1.55rem}.legal-section p,.legal-section li{color:#59675f;font-size:.82rem;line-height:1.6}.legal-section ul{padding-left:19px}
.guide-footer{margin-top:24px;padding:23px 5px 0;border-top:1px solid #cdd6cf;color:#69766f}.guide-footer>strong{color:#44544c;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.guide-footer p{font-size:.66rem;line-height:1.55}.guide-footer nav{display:flex;flex-wrap:wrap;gap:16px;font-size:.66rem;font-weight:700}

@media(max-width:760px){
  .prelander-shell{padding:8px 9px 22px}.disclosure-top{margin-bottom:7px;font-size:.54rem}.prelander-card{display:block;border-radius:20px}.prelander-art{min-height:118px}.guide-sheet{width:86px;height:108px}.guide-sheet-back{left:31%;top:6%}.guide-sheet-front{left:36%;top:4%;padding:10px}.sheet-label{font-size:.3rem}.sheet-title{margin-top:6px;font-size:.91rem}.sheet-line{width:32px;height:2px;margin:7px 0 4px}.sheet-check{display:none}.guide-seal{right:26%;top:38%;width:48px;height:48px;border-width:2px}.guide-seal span{font-size:1.1rem}.guide-seal small{font-size:.29rem}.prelander-copy{padding:18px 17px 16px}.updated-pill{margin-bottom:11px;padding:5px 9px;font-size:.64rem}.prelander-copy h1{margin-bottom:9px;font-size:clamp(2.15rem,10.7vw,3rem);line-height:.94}.prelander-lead{font-size:.87rem;line-height:1.42}.primary-cta{min-height:68px;margin-top:17px;font-size:1rem}.trust-row{gap:5px 11px}.timing-note{margin-top:12px;padding:9px 10px;font-size:.68rem}.legal-note{margin-top:12px;padding:0 8px;font-size:.58rem}
  .guide-header-inner{padding:9px 11px}.brand-mark{width:35px;height:35px}.brand small{display:none}.issue{font-size:.58rem}.guide-shell{padding:9px 9px 42px}.guide-intro{display:block;padding:5px 5px 11px}.guide-intro h1{margin:3px 0 4px;font-size:clamp(2.05rem,10vw,2.8rem)}.intro-stamp{display:none}.guide-intro>div>p:last-child{font-size:.8rem;line-height:1.35}.featured-resource{border-radius:18px}.featured-topline{gap:9px;padding:8px 9px 8px 11px;font-size:.54rem}.rank-badge{max-width:190px;line-height:1.15}.featured-visual{flex:0 0 118px;width:118px;height:64px;border-radius:10px}.featured-visual img{object-position:center 43%}.featured-grid{display:block}.featured-body{padding:17px 14px 15px}.amount-block span{margin-bottom:13px;font-size:.6rem}.amount-block strong{font-size:clamp(4.35rem,22vw,5.9rem)}.amount-block sup{font-size:.9rem}.featured-copy h1{margin:12px 0 0;font-size:clamp(1.9rem,9.4vw,2.55rem)}.featured-action{margin-top:13px}.featured-cta{min-height:62px;font-size:.88rem}.availability-note{margin:9px 2px 0;padding:8px 10px}.availability-note p{font-size:.62rem}.section-heading{margin:20px 5px 11px}.section-heading h2{font-size:1.65rem}.section-heading>span{display:none}.resource-list{display:block}.resource-card{grid-template-columns:42px 1fr;gap:12px;margin-bottom:10px;padding:15px 13px}.resource-number{width:40px;height:40px}.resource-copy h3,.resource-copy p{min-height:0}.resource-copy h3{font-size:1.25rem}.resource-copy p{font-size:.73rem}.resource-cta{min-height:56px;font-size:.8rem}.closing-panel{display:block;margin-top:14px;padding:22px 18px}.closing-cta{margin-top:16px}.guide-footer{padding:20px 7px 0}
}
@media(max-width:380px){.prelander-copy{padding-left:14px;padding-right:14px}.preview-list li{padding:10px}.primary-cta{padding:14px}.trust-row{font-size:.64rem}.featured-visual{flex-basis:96px;width:96px;height:54px}.featured-topline{font-size:.5rem}.featured-body{padding-left:12px;padding-right:12px}.amount-block strong{font-size:4.1rem}.resource-card{grid-template-columns:37px 1fr;padding-left:11px;padding-right:11px}.resource-number{width:37px;height:37px}.resource-cta{font-size:.74rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.primary-cta,.resource-cta{transition:none}}
