:root{--green:#2f8f35;--green-dark:#176721;--green-soft:#edf8ed;--orange:#ee7130;--ink:#1d1e1b;--muted:#696b65;--line:#e2e3de;--cream:#f7f5ee;--yellow:#e4b62f}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
button,a{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
p{line-height:1.65}
[hidden]{display:none!important}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.announcement{padding:10px 16px;background:#eaf7e8;color:#285e2a;text-align:center;font-size:12px;font-weight:900;letter-spacing:.08em}
.header{position:sticky;z-index:50;top:0;border-bottom:1px solid #eee;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:10px;font-size:25px;line-height:.8;font-weight:500}
.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#1f201d;color:#fff;font-size:19px;font-weight:900}
.brand small{display:block;margin-top:8px;font-size:9px;letter-spacing:.16em}
.nav{display:flex;align-items:center;gap:28px}
.nav a{position:relative;padding-block:32px;font-size:13px;font-weight:800}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:24px;height:2px;background:var(--green);transition:right .2s}
.nav a:hover:after{right:0}
.menu-button,.bag-button{width:40px;height:40px;border:0;border-radius:50%;background:transparent;font-size:23px}
.menu-button{display:none}
.bag-button{position:relative;display:grid;place-items:center}
.bag-button span{position:absolute;top:-2px;right:-3px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:20px;background:var(--green);color:#fff;font-size:10px}
.hero{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr);gap:54px;padding-block:44px 36px}
.main-image{position:relative;aspect-ratio:1;overflow:hidden;border-radius:10px;background:#111;box-shadow:0 18px 45px rgba(36,21,10,.12)}
.main-image>img{width:100%;height:100%;object-fit:cover}
.gallery-arrow{position:absolute;z-index:2;top:50%;width:40px;height:40px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(20,20,18,.64);color:#fff;font-size:29px;line-height:1}
.gallery-arrow:hover{background:var(--green)}
.gallery-prev{left:14px}.gallery-next{right:14px}
.thumbnails{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin-top:12px}
.thumbnails button{position:relative;aspect-ratio:1;overflow:hidden;padding:0;border:2px solid transparent;border-radius:7px;background:#eee}
.thumbnails button.active{border-color:var(--green);box-shadow:0 0 0 2px #d7eed8}
.thumbnails img{width:100%;height:100%;object-fit:cover}
.offer-panel{align-self:start;padding-top:4px}
.social-proof{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin:0 0 11px;font-size:12px}
.avatar{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#c6d6b7,#6a814e);color:#fff;font-size:10px;font-weight:800}
.verified{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:var(--green);color:#fff;font-size:10px}
h1{margin:0 0 10px;font-size:clamp(30px,3.2vw,47px);line-height:1.04;letter-spacing:-.04em}
h2{margin:8px 0 14px;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.035em}
h3{margin:9px 0 7px}
.rating-line{display:flex;align-items:center;gap:6px;margin-bottom:14px;font-size:13px}
.stars{color:var(--yellow);font-size:20px;letter-spacing:1px}
.price-row{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:8px 0 18px}
.price{color:var(--green);font-size:31px;font-weight:900}.price-row del{color:#999}.saving{padding:5px 8px;border-radius:5px;background:var(--green);color:#fff;font-size:10px;font-weight:900}
.benefit-list{display:grid;gap:10px;margin:0 0 22px;padding:0;list-style:none;font-size:15px}
.benefit-list li{display:flex;align-items:center;gap:10px}.benefit-list li span{width:22px;height:22px;display:grid;place-items:center;flex:none;border-radius:50%;background:var(--green);color:#fff;font-size:14px;font-weight:900}
.bundle-fieldset{display:grid;gap:10px;margin:0;padding:0;border:0;scroll-margin-top:105px}.bundle-fieldset legend{margin-bottom:7px;font-size:17px;font-weight:900}
.bundle{position:relative;display:grid;grid-template-columns:22px 80px 1fr;align-items:center;gap:11px;min-height:104px;padding:10px 14px;border:2px solid #d5d6d0;border-radius:8px;background:#fff;transition:.2s}
.bundle:hover{border-color:#8abb8c;transform:translateY(-1px)}.bundle.selected{border-color:var(--green);background:var(--green-soft)}
.bundle input{position:absolute;opacity:0}.radio-dot{width:18px;height:18px;border:2px solid #acaea8;border-radius:50%}.selected .radio-dot{border-color:var(--green);box-shadow:inset 0 0 0 4px var(--green-soft);background:var(--green)}
.bundle-image{width:80px;height:80px;border-radius:7px;background:#fff;object-fit:cover}
.bundle-copy{display:flex;flex-direction:column;gap:3px;line-height:1.25}.bundle-copy strong{font-size:15px}.bundle-copy small{color:var(--muted);font-size:12px}.bundle-copy>b{margin-top:3px;color:var(--green-dark);font-size:15px}.bundle-copy del{margin-left:4px;color:#989994;font-weight:500}.bundle em{position:absolute;top:10px;right:10px;padding:4px 7px;border-radius:4px;background:var(--orange);color:#fff;font-size:9px;font-style:normal;font-weight:900;letter-spacing:.04em}
.buy-button{width:100%;min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;border:0;border-radius:8px;background:var(--green);color:#fff;box-shadow:0 8px 0 #176721,0 16px 24px rgba(47,143,53,.22);font-size:18px;font-weight:900;letter-spacing:.025em;transition:.14s}
.buy-button:hover{background:#247f2b;transform:translateY(-1px)}.buy-button:active{transform:translateY(5px);box-shadow:0 3px 0 #176721}
.primary-checkout{min-height:64px}.checkout-action{display:flex;align-items:center;justify-content:center;gap:7px}
.checkout-note{margin:18px 0 8px;padding:12px 14px;border:1px solid #d9e8d8;border-radius:8px;background:#f5faf4;color:#465345;font-size:12px;line-height:1.5}.checkout-note b{color:var(--green-dark)}.payment-line{margin-top:12px;color:var(--muted);font-size:12px;text-align:center}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#f4f6f1;border-block:1px solid #e3e6df}.trust-strip div{min-height:105px;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;align-content:center;gap:2px 10px;padding:18px clamp(14px,3vw,44px);border-right:1px solid #e0e3dc}.trust-strip div:last-child{border-right:0}.trust-strip span{grid-row:1/3;align-self:center;color:var(--green);font-size:28px}.trust-strip b{align-self:end;font-size:14px}.trust-strip small{color:var(--muted);font-size:11px}
.brand-section{padding-block:64px 46px;overflow:hidden;border-bottom:1px solid var(--line);background:#fff}.brand-heading{max-width:780px;margin-bottom:30px;text-align:center}.brand-heading h2{margin:8px 0 12px;font-size:clamp(28px,3vw,40px)}.brand-heading p{margin:0;color:var(--muted)}.brand-carousel{width:min(100% - 40px,1180px);margin:auto;overflow:hidden;touch-action:pan-y;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.brand-carousel-track{display:flex;width:max-content;gap:16px}.brand-logo-card{width:clamp(220px,21vw,280px);height:126px;display:grid;place-items:center;flex:0 0 clamp(220px,21vw,280px);padding:25px 30px;border:1px solid #e1e3dd;border-radius:13px;background:#f8f9f6;box-shadow:0 9px 24px rgba(27,27,24,.045)}.brand-logo-card img{width:auto;max-width:88%;height:auto;max-height:74px;object-fit:contain}.brand-stihl img{max-width:155px}.brand-husqvarna img{max-width:215px}.brand-makita img{max-width:155px}.brand-toyama img{max-width:210px}.brand-tekna img{max-width:185px}.brand-nakashi img{max-width:215px}.brand-dewalt img{max-width:175px}.brand-wordmark{color:#123f75;font-size:28px;font-style:italic;font-weight:900;letter-spacing:.055em;line-height:1}.brand-disclaimer{display:block;margin-top:17px;color:#93958e;text-align:center;font-size:10px;line-height:1.5}
.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-block:64px}.quote-grid article{padding:26px;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 34px rgba(27,27,24,.06)}.quote-grid p{min-height:84px;color:#41423e;font-size:15px}.quote-grid small{display:block;margin-top:4px;color:var(--muted)}
.guarantee-section{padding-block:82px;background:var(--cream)}.guarantee-grid{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:70px}.guarantee-badge{width:230px;height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto;border:9px double var(--green);border-radius:50%;color:var(--green);box-shadow:inset 0 0 0 6px #fff,0 10px 30px rgba(47,143,53,.12)}.guarantee-badge span{font-size:74px;font-weight:900;line-height:.85}.guarantee-badge b{font-size:28px}.guarantee-badge small{margin-top:7px;font-weight:800}.eyebrow{color:var(--green);font-size:12px;font-weight:900;letter-spacing:.14em}.light{color:#a4e3a7}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px;padding:0;list-style:none;color:var(--green-dark);font-weight:700}
.features,.story-section,.how-section,.comparison,.faq,.reviews-section,.spec-section{padding-block:88px}.section-heading{max-width:760px;margin:0 auto 48px;text-align:center}.section-heading>p{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.feature-grid article{min-height:0;padding:8px 12px;border:0;background:#fff;text-align:center}.feature-grid article>span{width:84px;height:84px;display:grid;place-items:center;margin:0 auto 13px;border-radius:50%;background:#189c2a;color:#fff;font-size:38px}.feature-grid p{margin-top:6px;color:#373934;font-size:14px}.feature-grid h3{font-size:19px}
.customer-favorite{padding-block:54px;background:#f0fff0}.customer-favorite h2{margin:0 0 30px;text-align:center;font-size:clamp(28px,3vw,40px)}.customer-favorite .customer-gallery{margin:0}
.description-flow{padding-block:76px 30px}.description-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px;margin-bottom:68px}.description-row-reverse .description-copy{order:1}.description-row-reverse .description-image{order:2}.description-image{overflow:hidden;aspect-ratio:1;border-radius:16px}.description-image img{width:100%;height:100%;object-fit:cover}.description-copy h2{max-width:610px;margin:9px 0 17px;font-size:clamp(28px,3vw,39px)}.description-copy p{margin:0 0 15px;color:#42443f}.description-checks{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none;font-weight:700}.description-checks li:before{content:"✓";display:inline-grid;place-items:center;width:21px;height:21px;margin-right:9px;border-radius:50%;background:var(--green);color:#fff;font-size:12px}.inline-cta{display:inline-flex;margin-top:10px;padding:13px 18px;border-radius:7px;background:var(--green);color:#fff;font-size:13px;font-weight:900}.cta-trust{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:20px;color:#dff5df;font-size:13px;font-weight:700}
.dark{background:#171814;color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.story-image{overflow:hidden;aspect-ratio:1;border-radius:14px}.story-image img{width:100%;height:100%;object-fit:cover}.story-copy p{color:inherit;opacity:.78}.story-copy ul{display:grid;gap:12px;padding-left:20px}.mini-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.mini-specs span{padding:16px;border-radius:8px;background:#f3f4ef;color:var(--muted);font-size:12px}.mini-specs b{display:block;margin-bottom:5px;color:var(--ink);font-size:15px}
.how-section{background:#f7f8f5}.how-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.how-copy h2{margin-bottom:28px;font-size:clamp(28px,3vw,39px)}.how-image{overflow:hidden;border-radius:16px}.how-image img{width:100%}.how-grid ol{display:grid;gap:17px;margin:0;padding:0;list-style:none}.how-grid li{display:grid;grid-template-columns:42px 1fr;gap:14px}.how-grid li>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:17px;font-weight:900;box-shadow:0 0 0 4px #dcefdc}.how-grid p{margin:4px 0;color:var(--muted);font-size:13px;line-height:1.55}
.spec-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.spec-image{overflow:hidden;border-radius:14px}.spec-image img{width:100%}.spec-copy>p{color:var(--muted)}.spec-copy dl{margin-top:25px;border-top:1px solid var(--line)}.spec-copy dl div{display:grid;grid-template-columns:1fr 1.2fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.spec-copy dt{font-weight:800}.spec-copy dd{margin:0;color:var(--muted)}
.stats-section{padding-block:80px;background:#244e26;color:#fff}.light-heading{margin-bottom:36px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.2);border-radius:12px}.stats-grid div{padding:36px;text-align:center;border-right:1px solid rgba(255,255,255,.18)}.stats-grid div:last-child{border-right:0}.stats-grid b{font-size:48px}.stats-grid p{margin-bottom:0;color:#d3e5d4}.method-note{display:block;margin-top:16px;text-align:center;opacity:.65}
.comparison-table{max-width:820px;margin:auto;overflow:hidden;border:1px solid var(--line);border-radius:12px}.comparison-row{min-height:64px;display:grid;grid-template-columns:1fr 130px 130px;align-items:center;border-bottom:1px solid var(--line)}.comparison-row:last-child{border-bottom:0}.comparison-row>*{padding:15px}.comparison-row b{text-align:center}.comparison-head{background:#f2f3ef}.comparison-head b:nth-child(2){background:var(--green);color:#fff}.yes{color:var(--green);font-size:23px}.no{color:#aaa}
.cta-section{padding-block:76px;background:linear-gradient(135deg,#153d19,#2f7e35);color:#fff}.cta-inner{display:grid;grid-template-columns:1.5fr .7fr;align-items:center;gap:70px}.cta-inner h2{font-size:42px}.cta-buy>span{display:flex;align-items:center;justify-content:center;gap:10px}.cta-buy>span b{font-size:29px}.cta-buy>span del{opacity:.6}.cta-buy small{display:block;margin-top:16px;text-align:center}
.faq-list{max-width:850px;margin:auto;border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}.faq summary{display:flex;align-items:center;justify-content:space-between;padding:21px 4px;font-weight:800;cursor:pointer}.faq summary span{font-size:22px}.faq details p{margin:0;padding:0 38px 22px 4px;color:var(--muted)}
.reviews-section{background:#f7f7f4}.reviews-top{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;margin-bottom:40px}.reviews-top h2{margin-bottom:5px}.rating-bars{display:grid;gap:6px}.rating-bars span{display:grid;grid-template-columns:35px 1fr 28px;align-items:center;gap:9px;font-size:12px}.rating-bars i{height:8px;overflow:hidden;border-radius:10px;background:#ddd}.rating-bars em{display:block;height:100%;background:var(--green)}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.review-card{min-height:225px;display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:10px;background:#fff}.review-card .stars{font-size:14px}.review-card p{flex:1;color:#444;font-size:13px}.review-card small{display:block;margin-top:4px;color:var(--green);font-size:11px}.show-more{display:block;min-width:260px;margin:34px auto 0;padding:14px 24px;border:1px solid var(--ink);border-radius:6px;background:#fff;font-weight:800}
.customer-gallery{width:100%;overflow:hidden;margin:0 0 44px;touch-action:pan-y;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.customer-gallery-track{display:flex;width:max-content}.customer-gallery-group{display:flex;gap:12px}.customer-gallery img{width:clamp(190px,23vw,275px);flex:0 0 clamp(190px,23vw,275px);aspect-ratio:1/1;border-radius:10px;object-fit:cover;box-shadow:0 8px 20px rgba(0,0,0,.08)}.featured-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:52px}.featured-review{display:grid;grid-template-columns:80px 1fr;align-items:start;gap:16px;padding:22px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.05)}.featured-review>img{width:80px;height:80px;border-radius:7px;object-fit:cover}.featured-review .stars{font-size:14px}.featured-review p{margin:8px 0 14px;color:#444;font-size:13px;line-height:1.55}.featured-review small{display:block;margin-top:3px;color:var(--green);font-size:11px}.more-reviews-title{margin:0 0 22px;text-align:center;font-size:24px}
.footer{padding-top:64px;background:#1b1c18;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:65px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-grid p,.footer-grid span,.footer-grid a{color:#b6b8b0;font-size:13px}.footer-brand{color:#fff!important}.footer-bottom{margin-top:48px;padding:20px;border-top:1px solid #333;text-align:center;color:#85877f;font-size:12px}.mobile-buy-bar{display:none}
:focus-visible{outline:3px solid #f5b940;outline-offset:3px}
@media (max-width:980px){.nav{gap:16px}.hero{grid-template-columns:1fr 1fr;gap:28px}.feature-grid{grid-template-columns:1fr 1fr}.customer-gallery img{width:clamp(180px,42vw,250px);flex-basis:clamp(180px,42vw,250px)}.featured-testimonials{grid-template-columns:1fr}.reviews-grid{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.container{width:min(100% - 28px,650px)}.announcement{font-size:10px}.header-inner{min-height:64px}.menu-button{display:block}.brand{font-size:20px}.brand-mark{width:32px;height:32px}.bag-button{margin-left:auto}.nav{position:absolute;top:64px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 18px;border-top:1px solid #eee;background:#fff;box-shadow:0 12px 25px rgba(0,0,0,.12)}.nav.open{display:flex}.nav a{padding:13px 4px;border-bottom:1px solid #eee;font-size:12px}.nav a:after{display:none}.hero{width:100%;display:block;padding:0 0 28px}.main-image{border-radius:0 0 9px 9px;box-shadow:none}.thumbnails{gap:5px;padding-inline:4px;margin-top:6px}.offer-panel{width:calc(100% - 28px);margin:19px auto 0}.social-proof{font-size:11px}h1{font-size:28px}.price{font-size:27px}.bundle{grid-template-columns:20px 72px 1fr;min-height:104px;padding:10px 9px;gap:8px}.bundle-image{width:72px;height:72px}.bundle em{top:9px;right:9px}.primary-checkout{font-size:15px}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip div{min-height:88px;padding:14px 18px}.trust-strip div:nth-child(2){border-right:0}.trust-strip div:nth-child(-n+2){border-bottom:1px solid #e0e3dc}.quote-grid{display:flex;overflow-x:auto;width:100%;padding:42px 14px}.quote-grid article{min-width:min(84vw,340px)}.guarantee-section,.features,.story-section,.how-section,.comparison,.faq,.reviews-section,.spec-section{padding-block:60px}.guarantee-grid,.split,.how-grid,.spec-section,.cta-inner,.reviews-top{grid-template-columns:1fr;gap:34px}.guarantee-grid{text-align:center}.guarantee-badge{width:180px;height:180px}.guarantee-badge span{font-size:60px}.check-grid{grid-template-columns:1fr;text-align:left}h2{font-size:33px}.feature-grid{gap:10px}.feature-grid article{min-height:218px;padding:19px 16px}.reverse-mobile .story-copy{order:2}.reverse-mobile .story-image{order:1}.spec-copy dl div{grid-template-columns:1fr;gap:5px}.stats-grid{grid-template-columns:1fr}.stats-grid div{padding:25px;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.comparison-row{grid-template-columns:1fr 76px 76px;min-height:58px;font-size:12px}.comparison-row>*{padding:10px 7px}.cta-inner{text-align:center}.cta-inner h2{font-size:35px}.reviews-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-grid>div:not(:first-child){border-top:1px solid #30302b;padding-top:25px}.mobile-buy-bar{position:fixed;z-index:60;left:0;right:0;bottom:0;min-height:70px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:10px;padding:9px 12px max(9px,env(safe-area-inset-bottom));background:rgba(255,255,255,.97);border-top:1px solid #ddd;box-shadow:0 -8px 25px rgba(0,0,0,.12);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(115%);transition:opacity .2s,transform .25s,visibility .25s}.mobile-buy-bar.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-buy-bar>span{display:flex;flex-direction:column}.mobile-buy-bar b{color:var(--green-dark);font-size:18px}.mobile-buy-bar del{color:#999;font-size:11px}.mobile-buy-bar>a{min-height:48px;display:grid;place-items:center;border:0;border-radius:7px;background:var(--green);color:#fff;font-size:13px;font-weight:900}.footer{padding-bottom:70px}}
@media (max-width:760px){.feature-grid article{min-height:0;padding:18px 8px}.feature-grid article>span{width:68px;height:68px;font-size:30px}.customer-favorite{padding-block:44px}.customer-favorite h2{margin-bottom:22px}.description-flow{padding-block:58px 10px}.description-row{grid-template-columns:1fr;gap:26px;margin-bottom:54px}.description-row-reverse .description-copy,.description-row-reverse .description-image{order:initial}.description-row-reverse .description-image{order:-1}.description-copy h2{font-size:30px}.how-copy h2{font-size:30px}.cta-trust{justify-content:center}}
@media (max-width:560px){.brand-section{padding-block:48px 38px}.brand-heading{margin-bottom:23px}.brand-heading h2{font-size:30px}.brand-carousel{width:calc(100% - 14px)}.brand-logo-card{width:min(69vw,245px);height:112px;flex-basis:min(69vw,245px);padding:21px 24px}.customer-gallery{width:calc(100% + 14px)}.customer-gallery img{width:min(72vw,245px);max-width:none;flex-basis:min(72vw,245px)}.featured-review{grid-template-columns:64px 1fr;gap:13px;padding:17px}.featured-review>img{width:64px;height:64px}.more-reviews-title{font-size:21px}}
@media (prefers-reduced-motion:reduce){.brand-carousel,.customer-gallery{overflow-x:auto;mask-image:none;-webkit-mask-image:none}.customer-gallery-track{animation:none}}
@media (max-width:420px){.feature-grid{grid-template-columns:1fr}.bundle-copy strong{font-size:14px}.bundle-copy small{font-size:11px}.bundle-copy>b{font-size:13px}.bundle-copy del{display:none}.saving{font-size:9px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
