:root{--green:#1F4D45;--green2:#2c665b;--ink:#18201E;--cream:#F7F8F5;--mint:#DDE9E5;--white:#fff;--line:#d8dfda;--muted:#64706d;--radius:22px;--shadow:0 18px 50px rgba(24,32,30,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.page-width{width:min(1180px,calc(100% - 40px));margin:auto}.section{padding:82px 0}.section--tight{padding:54px 0}.eyebrow{font-size:12px;letter-spacing:.17em;text-transform:uppercase;font-weight:800;color:var(--green)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin-bottom:24px}h2{font-size:clamp(32px,4vw,52px);line-height:1.03;letter-spacing:-.04em;margin-bottom:18px}h3{font-size:21px;line-height:1.2}.lead{font-size:clamp(18px,2vw,22px);color:#47514f;max-width:650px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:999px;background:var(--green);color:white;font-weight:800;border:1px solid var(--green);cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px);background:var(--green2)}.btn--secondary{background:transparent;color:var(--green)}.btn--white{background:white;color:var(--green);border-color:white}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:20px;top:20px;z-index:1000;background:white;padding:10px}.announcement{background:var(--green);color:white;text-align:center;padding:9px 16px;font-size:13px;font-weight:700}.site-header{position:sticky;top:0;z-index:30;background:rgba(247,248,245,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(31,77,69,.08)}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:9px;font-size:29px;letter-spacing:-.05em;font-weight:850;color:var(--green)}.brand svg{width:24px;height:38px}.nav__links{display:flex;gap:28px;font-size:14px;font-weight:700}.nav__actions{display:flex;align-items:center;gap:10px}.cart-count{min-width:19px;height:19px;border-radius:20px;background:var(--green);color:white;font-size:11px;display:inline-flex;align-items:center;justify-content:center}.hero{padding:62px 0 78px;overflow:hidden}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.hero__copy p{max-width:620px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero__micro{margin-top:18px;font-size:13px;color:var(--muted)}.device-scene{min-height:540px;position:relative;border-radius:34px;background:linear-gradient(145deg,#eaf1ee,#d4e3de);box-shadow:var(--shadow);overflow:hidden;display:grid;place-items:center}.device-card{width:min(280px,72%);aspect-ratio:.84;border-radius:44px;background:white;box-shadow:0 30px 80px rgba(31,77,69,.2);display:grid;place-items:center;transform:rotate(-5deg);position:relative}.device-card:before{content:"";width:54%;height:10%;border-radius:30px;background:#e9efed;position:absolute;top:14%}.device-logo{color:var(--green);width:80px}.buzz{position:absolute;border:1px solid rgba(31,77,69,.25);border-radius:999px;animation:pulse 2s infinite}.buzz--1{width:330px;height:330px}.buzz--2{width:420px;height:420px;animation-delay:.7s}@keyframes pulse{0%{transform:scale(.88);opacity:0}50%{opacity:1}100%{transform:scale(1.05);opacity:0}}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}.trust-pill{background:white;border:1px solid var(--line);padding:16px;border-radius:16px;font-size:13px;font-weight:750}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.card{background:white;border:1px solid rgba(31,77,69,.1);border-radius:var(--radius);padding:30px;box-shadow:0 8px 28px rgba(24,32,30,.035)}.icon{width:42px;height:42px;border-radius:14px;background:var(--mint);display:grid;place-items:center;color:var(--green);font-weight:900;margin-bottom:20px}.problem{background:#172d29;color:white}.problem .lead{color:#c4d1cd}.problem__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}.timeline{display:grid;gap:12px}.timeline__item{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);padding:18px 20px;border-radius:16px;display:flex;justify-content:space-between;align-items:center}.timeline__item strong{font-size:15px}.timeline__item span{color:#b9c9c4;font-size:13px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:40px}.step-num{font-size:13px;font-weight:900;color:var(--green);margin-bottom:12px}.compare{overflow:auto;background:white;border:1px solid var(--line);border-radius:24px;margin-top:36px}.compare table{width:100%;border-collapse:collapse;min-width:650px}.compare th,.compare td{padding:20px 22px;border-bottom:1px solid #edf0ee;text-align:left}.compare th{font-size:13px;color:var(--muted)}.compare td:nth-child(2),.compare th:nth-child(2){background:#eff6f3;font-weight:800}.faq{max-width:820px;margin:34px auto 0}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-weight:800;list-style:none;display:flex;justify-content:space-between}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:22px;color:var(--green)}.faq details[open] summary:after{content:"–"}.faq__body{padding-top:12px;color:var(--muted)}.cta{background:var(--green);color:white;border-radius:34px;padding:58px;text-align:center}.cta p{color:#d9e5e1;max-width:620px;margin:0 auto 26px}.site-footer{background:#112520;color:white;padding:55px 0 28px;margin-top:70px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:40px}.footer-brand p{color:#aebdb8;max-width:370px}.footer-title{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#93aaa3;margin-bottom:14px}.footer-links{display:grid;gap:9px;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.11);margin-top:40px;padding-top:22px;color:#8fa39d;font-size:12px}.product{display:grid;grid-template-columns:1fr .9fr;gap:58px;align-items:start}.product-media{display:grid;gap:14px}.product-media__main{background:white;border-radius:26px;overflow:hidden}.product-media__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.product-media__thumbs img{border-radius:12px}.product-info{position:sticky;top:105px}.price{font-size:27px;font-weight:850;margin:14px 0}.compare-price{text-decoration:line-through;color:var(--muted);font-size:16px;margin-left:10px}.product-form{margin-top:26px}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;width:120px;height:48px;overflow:hidden;margin-bottom:14px}.qty button,.qty input{border:0;background:transparent;width:40px;text-align:center;font-weight:800}.product-form .btn{width:100%}.benefit-list{display:grid;gap:10px;margin:24px 0}.benefit{display:flex;gap:10px;font-size:14px}.benefit:before{content:"✓";color:var(--green);font-weight:900}.rte{color:#4e5956}.rte h2,.rte h3{color:var(--ink)}.cart-page{max-width:850px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-summary{display:flex;justify-content:flex-end;margin-top:28px}.mobile-menu{display:none}
@media(max-width:850px){.page-width{width:min(100% - 28px,1180px)}.section{padding:58px 0}.nav__links{display:none}.nav{height:66px}.hero{padding-top:34px}.hero__grid,.problem__grid,.product{grid-template-columns:1fr;gap:34px}.hero__copy{order:1}.device-scene{order:2;min-height:420px}.trust-row{grid-template-columns:1fr 1fr}.cards,.how-grid{grid-template-columns:1fr}.product-info{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.cta{padding:40px 22px}.mobile-menu{display:block}.cart-item{grid-template-columns:72px 1fr}.cart-item>div:last-child{grid-column:2}.announcement{font-size:11px}}
