:root{--brand-green: #435A24;--brand-dk-green: #2A3815;--brand-accent: #C8A951;--brand-text: #1a1a1a;--brand-text-mid: #444;--brand-text-light: #777;--bg-white: #ffffff;--bg-grey: #F5FAF7;--border: #e5e5e5;--max-width: 880px;--section-pad: 56px 24px;--section-pad-mobile: 40px 16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body-family, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);font-style:var(--font-body-style, normal);font-weight:var(--font-body-weight, 400);color:var(--brand-text);background:var(--bg-white);font-size:20px;line-height:1.55;-webkit-font-smoothing:antialiased}@media(max-width:600px){body{font-size:19px;line-height:1.5}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family, var(--font-body-family, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));font-style:var(--font-heading-style, normal)}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}p{margin-bottom:1.4em}p:last-child{margin-bottom:0}.accent-green{color:var(--brand-green);font-weight:600}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:var(--section-pad)}.section-white{background:var(--bg-white)}.section-grey{background:var(--bg-grey)}.announcement-bar{background:var(--brand-green);color:#fff;text-align:center;padding:5px 12px}.announcement-bar a{color:#fff;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.announcement-bar svg{width:12px;height:8px}.hero{padding:64px 24px 48px;text-align:center;background:var(--bg-white)}.hero h1{font-size:42px;font-weight:800;line-height:1.15;margin-bottom:18px;color:var(--brand-text);max-width:920px;margin-left:auto;margin-right:auto}.hero-subhead{font-size:19px;font-weight:400;line-height:1.5;color:var(--brand-text-mid);max-width:720px;margin:0 auto 28px}@media(max-width:600px){.hero h1{font-size:30px}.hero-subhead{font-size:16px}}.hero .emphasis{color:var(--brand-green);font-style:italic}.hero-image{width:100%;max-width:720px;margin:0 auto 28px;border-radius:8px;overflow:hidden}.btn-primary{display:inline-block;background:var(--brand-green);color:#fff;padding:18px 48px;border-radius:6px;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;transition:background .2s}.btn-primary:hover{background:var(--brand-dk-green)}.guarantee-line{font-size:14px;color:var(--brand-text-light);margin-top:14px}.summary{padding:48px 24px;text-align:center;background:var(--bg-white)}.summary .eyebrow{display:inline-block;background:var(--brand-green);color:#fff;padding:6px 16px;border-radius:4px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px}.summary h2{font-size:32px;font-weight:800;line-height:1.2;margin-bottom:36px;max-width:720px;margin-left:auto;margin-right:auto}.summary ol{list-style:none;counter-reset:reason;max-width:720px;margin:0 auto 32px;text-align:left}.summary ol li{counter-increment:reason;border-bottom:1px solid var(--border);position:relative;padding:20px 0 20px 48px}.summary ol li:before{content:counter(reason);position:absolute;left:0;top:20px;background:var(--brand-green);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px}.summary ol li:last-child{border-bottom:none}.summary ol li h3{font-size:19px;font-weight:700;margin-bottom:6px}.summary ol li p{font-size:16px;color:var(--brand-text-mid);margin-bottom:0}.reason{padding:64px 24px}.reason .container{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:var(--max-width)}.reason-content h2{font-size:30px;font-weight:800;line-height:1.2;margin-bottom:20px}.reason-eyebrow{display:flex;justify-content:space-between;align-items:baseline;color:var(--brand-green);font-weight:700;font-size:14px;letter-spacing:1.8px;text-transform:uppercase;padding-bottom:10px;margin-bottom:22px;border-bottom:1.5px solid var(--brand-green)}.reason-eyebrow .reason-cat{flex:1}.reason-eyebrow .reason-num{flex-shrink:0;padding-left:16px}.reason-content p{font-size:17px;color:var(--brand-text-mid)}.reason-image{border-radius:8px;overflow:hidden}.reason-image img{width:100%;height:auto}.reason--img-right .container>.reason-image{order:2}.reason--img-left .container>.reason-image{order:-1}.offer{background:var(--brand-green);color:#fff;padding:72px 24px;text-align:center}.offer h2{font-size:36px;font-weight:800;line-height:1.15;margin-bottom:16px;max-width:720px;margin-left:auto;margin-right:auto}.offer .subhead{font-size:18px;opacity:.9;margin-bottom:36px}.offer-list{list-style:none;max-width:560px;margin:0 auto 32px;text-align:left}.offer-list li{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.15);display:flex;align-items:flex-start;gap:14px;font-size:17px}.offer-list li:before{content:"\2713";color:var(--brand-accent);font-weight:800;font-size:22px;flex-shrink:0;line-height:1}.countdown{font-size:13px;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:18px;opacity:.85}.price-line{font-size:26px;font-weight:700;margin-bottom:20px}.price-line del{opacity:.55;font-weight:400;margin-right:10px}.offer-cta{display:inline-block;background:var(--brand-accent);color:var(--brand-dk-green);padding:20px 56px;border-radius:6px;font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;transition:transform .2s}.offer-cta:hover{transform:translateY(-2px)}.expect{padding:72px 24px;text-align:center;background:var(--bg-white)}.expect h2{font-size:32px;font-weight:800;margin-bottom:44px}.expect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:var(--max-width);margin:0 auto}.expect-card{background:var(--bg-grey);padding:36px 28px;border-radius:10px;text-align:left}.expect-card .week{font-size:13px;font-weight:800;color:var(--brand-green);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}.expect-card p{font-size:16px;color:var(--brand-text-mid);line-height:1.55}.faq{padding:72px 24px;background:var(--bg-white)}.faq h2{font-size:32px;font-weight:800;text-align:center;margin-bottom:40px}.faq details{max-width:720px;margin:0 auto 12px;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--bg-white)}.faq summary{padding:20px 24px;font-weight:700;font-size:17px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:24px;line-height:1;color:var(--brand-green);font-weight:400}.faq details[open] summary{background:var(--bg-grey)}.faq details[open] summary:after{content:"\2212"}.faq .faq-body{padding:0 24px 22px;color:var(--brand-text-mid);font-size:16px;line-height:1.65}.final-cta{background:var(--bg-grey);padding:72px 24px;text-align:center}.final-cta h2{font-size:30px;font-weight:800;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}.final-cta .seal{font-size:15px;color:var(--brand-text-mid);margin-bottom:28px}.footer{background:var(--brand-dk-green);color:#ffffffb3;padding:32px 24px;text-align:center;font-size:13px;line-height:1.6}.footer .brand{font-weight:700;color:#fff}.footer p{margin-bottom:10px}@media(max-width:768px){.hero{padding:40px 20px 32px}.hero h1{font-size:30px}.summary h2,.offer h2,.expect h2,.faq h2,.final-cta h2{font-size:24px}.reason{padding:44px 20px}.reason .container{grid-template-columns:1fr;gap:28px}.reason--img-right .container>.reason-image,.reason--img-left .container>.reason-image{order:-1}.reason-content h2{font-size:24px}.offer{padding:48px 20px}.price-line{font-size:22px}.expect,.faq,.final-cta{padding:48px 20px}.expect-grid{grid-template-columns:1fr}.btn-primary{padding:16px 36px;font-size:16px}.offer-cta{padding:18px 40px;font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/lander-prelander.css.map */
