:root{--ink:#10271f;--green:#17663d;--lime:#98f0ae;--paper:#f7f8f4;--muted:#596b62;--line:#dce3da;--white:#fff;--radius:18px;--width:1220px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--green);text-underline-offset:4px}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}img{max-width:100%;height:auto;display:block}h1,h2,h3{line-height:1.08;letter-spacing:-.045em;margin:0 0 22px;font-weight:700}h1{font-size:clamp(38px,4.6vw,64px)}h2{font-size:clamp(30px,3.3vw,46px)}h3{font-size:25px}p{margin:0 0 22px}strong{font-weight:750}.container{width:min(var(--width),calc(100% - 64px));margin-inline:auto}.section{padding-block:76px}.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:750;color:var(--green);margin-bottom:20px}.light{color:#c3e4cc}.button{display:inline-flex;gap:25px;align-items:center;justify-content:center;padding:16px 24px;border-radius:8px;border:1px solid transparent;background:var(--green);color:#fff;font-size:14px;font-weight:700;text-decoration:none;line-height:1.4;transition:background .15s,transform .15s}.button:hover{background:#104e2e;transform:translateY(-1px)}.button.bright{background:var(--lime);color:var(--ink)}.button.bright:hover{background:#bcf5c9}.button.small{padding:12px 18px}.button.outline{border-color:#789288;background:transparent}.button.outline-dark{border-color:#94ad9b;background:transparent;color:var(--ink)}.text-link{display:inline-flex;gap:12px;align-items:center;font-size:14px;font-weight:700;text-decoration:none}.text-link:hover{text-decoration:underline}.announcement{background:#dcebdc;min-height:34px;display:flex;justify-content:center;gap:35px;align-items:center;font-size:11px;font-weight:600;letter-spacing:.025em;padding:6px 20px}.announcement a{text-decoration:none;color:var(--ink)}.header{height:88px;padding:0 32px;display:flex;align-items:center;gap:35px;max-width:1440px;margin:auto;background:var(--paper);position:relative;z-index:20}.brand{display:flex;align-items:center;gap:0;font-weight:850;font-size:27px;letter-spacing:-1.3px;color:var(--ink);text-decoration:none;white-space:nowrap}.brand img{margin-right:8px}.brand span:not(.brand-dot){color:var(--green)}.brand-dot{color:var(--green)}.header nav{display:flex;gap:26px;margin-left:auto}.header nav a,.account-link{font-size:12px;font-weight:650;text-decoration:none;color:var(--ink);white-space:nowrap}.header nav a:hover,.account-link:hover{color:var(--green);text-decoration:underline}.header-actions{display:flex;align-items:center;gap:23px}.mobile-nav{display:none}.hero{background:#10271f;color:#fff;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;min-height:640px;gap:40px;align-items:center;padding-block:60px}.hero h1{font-size:clamp(72px,8vw,112px);line-height:.94;letter-spacing:-.065em;font-weight:650;margin-bottom:28px}.hero h1 em{font-style:normal;color:var(--lime)}.hero-lead{font-size:23px;line-height:1.4;letter-spacing:-.015em;max-width:420px;margin-bottom:17px}.hero-description{font-size:14px;line-height:1.8;color:#bdd0c3;max-width:360px}.hero-actions{display:flex;gap:26px;align-items:center;margin-top:31px}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime);margin-right:6px}.hero-details{display:flex;gap:20px;font-size:10px;color:#bdd0c3;margin-top:38px}.hero-details span:before{content:'✓';margin-right:6px;color:var(--lime)}.hero-visual{height:520px;background:#e6ebdf;border-radius:24px;position:relative;color:var(--ink);isolation:isolate}.hero-caption{display:flex;justify-content:space-between;padding:24px;font-size:8px;letter-spacing:.13em;font-weight:750;color:#687b68}.hero-caption span:last-child{text-align:right;max-width:130px}.hero-appliances{position:absolute;width:88%;height:76%;object-fit:contain;left:6%;top:10%;mix-blend-mode:multiply;filter:drop-shadow(0 20px 17px #1427171a)}.hero-price{position:absolute;left:-20px;bottom:27px;background:#fff;border-radius:12px;padding:22px 26px;box-shadow:0 14px 40px #10271f20;min-width:220px}.hero-price>span{font-size:11px;display:block;font-weight:600}.hero-price strong{font-size:53px;line-height:1.3;letter-spacing:-.06em;display:block}.hero-price small{font-size:12px;font-weight:500;letter-spacing:0;margin-left:6px}.hero-price a{font-size:11px;font-weight:750;text-decoration:none}.hero-stamp{position:absolute;right:23px;bottom:35px;font-size:10px;line-height:1.7;letter-spacing:.06em;transform:rotate(-6deg)}.service-strip{border-bottom:1px solid var(--line);background:#eef1e9;padding-block:19px}.service-strip .container{display:flex;gap:34px;justify-content:space-between;align-items:center;font-size:12px;font-weight:650;color:#586b5a}.service-strip span:first-child{font-size:10px;font-weight:500;max-width:130px;line-height:1.5}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:37px}.section-heading h2,.section-heading h1{margin-bottom:0}.section-heading>p{font-size:14px;color:var(--muted);margin-bottom:5px}.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.plan-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.plan-image{height:268px;position:relative;background:#edf1e9;display:flex;align-items:center;justify-content:center;padding:32px}.plan-image img{object-fit:contain;width:100%;height:100%;mix-blend-mode:multiply}.tag{position:absolute;top:18px;left:18px;border-radius:5px;padding:5px 10px;background:var(--ink);color:#fff;font-size:9px;letter-spacing:.035em;font-weight:700;z-index:1}.tag.pale{background:#d9ebdc;color:#285538}.plan-body{padding:28px;display:flex;flex-direction:column;flex:1}.plan-body .eyebrow{font-size:9px;margin-bottom:12px}.plan-body h3{font-size:25px;margin-bottom:16px}.plan-body h3 a{text-decoration:none;color:var(--ink)}.price{font-size:43px;font-weight:700;letter-spacing:-.065em;line-height:1.2;margin-bottom:16px;white-space:nowrap}.price span{font-size:11px;letter-spacing:0;font-weight:500;color:var(--muted);margin-left:5px}.plan-note{font-size:12px;line-height:1.8;color:var(--muted)}.card-button{width:100%;margin-top:auto;justify-content:space-between;background:#e2eddf;color:var(--ink)}.card-button:hover{background:#cbe1cb;color:var(--ink)}.center{text-align:center;margin-top:32px}.how-section{background:#e7eddf;padding-block:75px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:56px;margin-top:48px}.step-number{display:inline-block;border-top:1px solid #adc1a8;width:100%;font-size:12px;font-weight:650;padding-top:15px;margin-bottom:28px}.steps h3{font-size:28px}.steps p{font-size:14px;color:var(--muted);max-width:310px;margin:0}.support-panel{background:#163c2b;border-radius:22px;color:white;padding:48px 55px;display:grid;grid-template-columns:1fr 1fr;gap:60px}.support-panel .eyebrow{color:#b2d8bc}.support-panel h2{margin-bottom:0}.support-panel p{font-size:15px;color:#d0e3d3}.support-panel .button{background:var(--lime);color:var(--ink);margin-right:22px}.support-panel .text-link{color:#d0e3d3;margin-top:14px}.guides-section{padding-top:0}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.article-grid article{padding:28px;border:1px solid var(--line);background:#fff;border-radius:14px}.article-grid h3,.article-grid h2{font-size:24px;line-height:1.3;letter-spacing:-.035em}.article-grid h3 a,.article-grid h2 a{color:var(--ink);text-decoration:none}.article-grid p:not(.eyebrow){font-size:13px;color:var(--muted)}.footer{background:#0c221a;color:#b7cbbb;padding-top:60px}.footer-grid{display:grid;grid-template-columns:1.1fr .9fr 1fr 1.1fr;gap:50px;padding-bottom:50px}.footer .brand{color:white;margin-bottom:20px}.footer .brand span{color:var(--lime)}.footer h2{font-size:12px;letter-spacing:0;color:white;margin-bottom:24px}.footer p{font-size:13px;line-height:1.8}.footer a{color:#b7cbbb;text-decoration:none;font-size:12px}.footer .brand{font-size:27px}.footer-grid>div>a:not(.brand):not(.button){display:block;margin-bottom:10px}.footer .button{font-size:11px;color:white;padding:12px 15px}.footer-bottom{border-top:1px solid #284235;padding-block:23px;display:flex;justify-content:space-between;font-size:10px}.footer-bottom div{display:flex;gap:23px}.footer-bottom a{font-size:10px}.page-heading{padding-top:70px;padding-bottom:10px;max-width:900px}.page-heading p:not(.eyebrow){color:var(--muted)}.product-detail,.two-column{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.product-photo{background:#e6eddf;padding:40px;border-radius:20px}.product-photo img{width:100%;height:470px;object-fit:contain;mix-blend-mode:multiply}.benefits{padding-left:20px;color:var(--muted)}.fine-print{font-size:12px;color:var(--muted);margin-top:20px;line-height:1.8}.article{max-width:850px;padding-block:70px}.article h1{font-size:clamp(35px,4.3vw,58px)}.article-date{font-size:12px;color:var(--muted)}.prose{font-size:17px;line-height:1.9}.prose h2{font-size:30px;margin-top:40px}.prose h3{font-size:24px;margin-top:28px}.prose img{border-radius:12px;margin-block:24px}.prose table{display:block;overflow:auto}.article-cta{background:#e2eddf;padding:34px;border-radius:16px;margin-top:45px}.article-cta h2{font-size:30px}.form-card{background:#fff;border:1px solid var(--line);padding:34px;border-radius:18px}.form-card h1{font-size:35px}.form-card h2{font-size:22px;margin:24px 0 20px}.form-card h2:first-of-type{margin-top:0}.form-card label{display:block;font-size:12px;font-weight:650;margin-bottom:19px;letter-spacing:.01em}.form-card input:not([type=checkbox]),.form-card select,.form-card textarea{display:block;width:100%;background:#fafbf8;border:1px solid #cdd8cd;border-radius:7px;padding:12px 13px;color:var(--ink);margin-top:7px;min-height:47px;font-size:14px}.form-card textarea{resize:vertical}.form-card input:focus,.form-card select:focus,.form-card textarea:focus{outline:3px solid #c6e8cc;border-color:var(--green)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-card .checkbox{display:flex;gap:12px;align-items:start;font-size:12px;font-weight:400;line-height:1.8}.checkbox input{margin-top:5px;min-width:17px;min-height:17px;accent-color:var(--green)}.form-card .honey{display:none}.field-help{font-size:11px;color:var(--muted);margin-top:-6px;margin-bottom:28px}.optional{font-weight:400}.contact-phone{font-size:30px;font-weight:700;display:block;margin-bottom:25px;text-decoration:none}.booking-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);gap:60px;align-items:start}.booking-layout h1{font-size:48px}.booking-layout>div>p{color:var(--muted);max-width:550px}.booking-summary{background:#e5ecdf;border-radius:18px;padding:30px;position:sticky;top:25px}.booking-summary h2{font-size:28px}.booking-summary>img{max-height:230px;width:100%;object-fit:contain;mix-blend-mode:multiply;margin:20px 0}.booking-summary dl>div{display:flex;justify-content:space-between;gap:20px;margin:12px 0;font-size:13px}.booking-summary dd{margin:0;font-weight:650}.booking-summary .total{border-top:1px solid #bdccba;padding-top:18px;font-size:16px}.booking-summary p{font-size:13px;color:var(--muted)}.booking-summary hr{border:0;border-top:1px solid #bdccba;margin:22px 0}.notice{padding:16px 22px;background:#dcf0dd;border:1px solid #a4c9a8;border-radius:9px;margin-block:20px;font-size:14px}.error-summary{background:#fff1ef;border:1px solid #d7a399;color:#792b23;padding:16px;border-radius:8px;font-size:13px;margin-bottom:22px}.error-summary ul{margin:8px 0;padding-left:20px}.result-panel{text-align:center;max-width:750px;min-height:470px}.result-panel h1{font-size:48px}.result-panel .text-link{margin-left:20px}.success-symbol{background:#dcebdd;color:var(--green);border-radius:50%;width:72px;height:72px;line-height:72px;font-size:35px;margin:0 auto 25px}.auth-section{max-width:580px;margin:60px auto 80px;padding-inline:20px}.account-toolbar{display:flex;gap:25px;align-items:center;margin-bottom:45px}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.account-grid .tag{position:static;display:inline-block;margin-bottom:20px}.account-grid details summary{cursor:pointer;font-size:13px;font-weight:700;margin-top:25px}.account-grid details form{margin-top:25px}.account-grid p{font-size:13px}.account-grid .price{font-size:35px}.section-subtitle{margin-top:50px;font-size:28px}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:12px}table{border-collapse:collapse;width:100%;font-size:13px;text-align:left}td,th{padding:17px 20px;border-bottom:1px solid var(--line)}th{background:#eaf0e5;font-size:11px}td small{display:block;color:var(--muted);font-size:10px}tbody tr:last-child td{border-bottom:0}.pagination{margin-top:30px}.pagination svg{max-height:20px}.skip{position:absolute;top:-100px;left:15px;z-index:100;background:white;padding:12px}.skip:focus{top:10px}:focus-visible{outline:3px solid #70bb86;outline-offset:4px}
@media(min-width:1500px){.header{padding-inline:0}}@media(max-width:1150px){.header{gap:20px}.header nav{gap:18px}.header-actions{gap:15px}.header nav a{font-size:11px}.header nav a:nth-child(3){display:none}.hero h1{font-size:90px}.hero-visual{height:470px}.hero-price{left:-12px}.hero-details{gap:10px}.footer-grid{gap:30px}.booking-layout{gap:30px}}
@media(max-width:850px){.container{width:calc(100% - 40px)}.header{height:78px;padding-inline:20px}.header nav,.account-link{display:none}.header-actions{margin-left:auto}.hero-grid{grid-template-columns:1fr 1fr;gap:28px;padding-block:45px;min-height:560px}.hero h1{font-size:76px}.hero-lead{font-size:19px}.hero-description{font-size:13px}.hero-visual{height:430px}.hero-caption{font-size:7px;padding:18px}.hero-caption span:last-child{display:none}.hero-price{left:-10px;bottom:18px;min-width:190px;padding:17px}.hero-price strong{font-size:45px}.hero-stamp{display:none}.hero-actions{gap:15px;flex-wrap:wrap}.hero-details{flex-wrap:wrap;gap:8px 15px}.service-strip .container{gap:18px;flex-wrap:wrap;justify-content:center}.service-strip span:first-child{max-width:none;flex-basis:100%;text-align:center}.section{padding-block:55px}.section-heading{gap:25px}.plan-grid{gap:16px}.plan-image{height:200px;padding:24px}.plan-body{padding:21px}.plan-body h3{font-size:21px}.price{font-size:35px}.price span{display:block;margin:8px 0 0}.plan-note{font-size:11px}.steps{gap:25px}.support-panel{padding:35px;gap:35px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.article-grid{grid-template-columns:1fr 1fr}.article-grid article:last-child:nth-child(odd){grid-column:1/-1}.product-detail,.two-column{gap:30px}.product-photo img{height:330px}.booking-layout{grid-template-columns:1fr}.booking-summary{position:static;order:-1;display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.booking-summary>img{display:none}.booking-summary .eyebrow,.booking-summary h2{grid-column:1}.booking-summary dl{grid-column:2;grid-row:1/4;margin:0}.booking-summary>p,.booking-summary>hr{display:none}.booking-layout h1{font-size:40px}.form-card{padding:26px}}
@media(max-width:600px){.announcement{font-size:9px;justify-content:space-between;gap:12px;padding-inline:15px}.announcement a{font-size:10px;white-space:nowrap}.header{height:72px;padding-inline:17px;gap:14px}.brand{font-size:24px}.brand img{width:24px;height:31px}.header-actions .button{padding:10px 12px;font-size:10px;gap:6px}.mobile-nav{display:block}.mobile-nav summary{font-size:11px;font-weight:700;cursor:pointer;list-style:none}.mobile-nav>div{position:absolute;right:15px;top:65px;background:white;box-shadow:0 15px 40px #0b2c2326;padding:20px;border-radius:12px;min-width:200px}.mobile-nav a{display:block;padding:8px 0;color:var(--ink);font-size:14px;text-decoration:none}.hero-grid{display:block;padding-top:38px;padding-bottom:35px}.hero .eyebrow{font-size:9px}.hero h1{font-size:83px;margin-bottom:25px}.hero-lead{font-size:22px}.hero-description{max-width:330px;font-size:13px}.hero-actions{margin-top:25px}.hero-details{margin:25px 0 30px;font-size:9px}.hero-visual{height:360px;margin:0 5px}.hero-appliances{height:81%;width:90%;left:5%;top:4%}.hero-caption{padding:18px}.hero-price{bottom:14px;left:-10px;padding:15px 20px;min-width:190px}.hero-price strong{font-size:44px}.hero-price>span{font-size:10px}.hero-price a{font-size:10px}.service-strip{padding-block:15px}.service-strip .container{gap:10px 19px;font-size:10px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:20px;font-size:13px}.section-heading>.text-link,.section-heading>.button{margin-top:20px}.section{padding-block:44px}.section-heading h2{font-size:36px}.plan-grid{grid-template-columns:1fr;gap:20px}.plan-image{height:265px}.plan-body{padding:25px}.plan-body h3{font-size:27px}.price{font-size:43px}.price span{display:inline;font-size:12px;margin-left:7px}.plan-note{font-size:12px}.how-section{padding-block:46px}.steps{grid-template-columns:1fr;gap:30px;margin-top:30px}.step-number{margin-bottom:20px;padding-top:12px}.steps h3{font-size:28px;margin-bottom:15px}.steps p{max-width:none}.support-panel{grid-template-columns:1fr;gap:25px;padding:30px 25px;border-radius:15px}.support-panel h2{font-size:34px}.support-panel p{font-size:14px}.support-panel .button{font-size:12px}.article-grid{grid-template-columns:1fr;gap:15px}.article-grid article:last-child:nth-child(odd){grid-column:auto}.guides-section{padding-top:0}.footer{padding-top:40px}.footer-grid{gap:30px 25px}.footer-grid>div:last-child{grid-column:1/-1}.footer h2{font-size:11px;margin-bottom:18px}.footer p{font-size:12px}.footer a{font-size:11px}.footer-bottom{display:block;font-size:10px}.footer-bottom>div{margin-top:12px;gap:20px}.page-heading{padding-top:43px}.page-heading h1{font-size:40px}.page-heading p{font-size:14px}.product-detail,.two-column{grid-template-columns:1fr;gap:30px}.product-photo{padding:25px}.product-photo img{height:300px}.article{padding-block:45px}.article h1{font-size:37px}.prose{font-size:16px;line-height:1.85}.prose h2{font-size:27px}.article-cta{padding:25px}.form-row{grid-template-columns:1fr;gap:0}.form-card{padding:23px}.booking-summary{padding:22px;grid-template-columns:1fr}.booking-summary dl{grid-column:1;grid-row:auto}.booking-summary h2{font-size:25px;margin:0}.booking-layout{gap:27px}.booking-layout h1{font-size:37px}.booking-layout .form-card h2{font-size:21px}.auth-section{margin-block:35px 50px}.auth-section h1{font-size:33px}.account-grid{grid-template-columns:1fr}.account-toolbar{flex-wrap:wrap;gap:15px}.result-panel h1{font-size:38px}.result-panel .text-link{display:block;margin:20px 0}.account-grid .price span{display:block;font-size:11px;margin-left:0}.table-wrap{margin-inline:-5px}td,th{padding:12px;font-size:11px}.hero-actions .button{padding:15px 20px;font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
