:root{--ink:#172018;--muted:#66736a;--line:#dfe7dd;--soft:#edf6e8;--green:#15803d;--green-dark:#116231;--cream:#fbfaf4;color:var(--ink);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fff;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}img{max-width:100%;display:block}#root{min-height:100vh}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;justify-content:space-between;align-items:center;gap:24px;padding:16px clamp(18px,4vw,56px);display:flex;position:sticky;top:0}.brand{color:var(--ink);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-mark{object-fit:cover;border-radius:8px;width:42px;height:42px}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:.78rem}.main-nav{gap:10px;display:flex}.main-nav a,.header-cta,.button{border-radius:8px;justify-content:center;align-items:center;min-height:42px;font-weight:800;text-decoration:none;display:inline-flex}.main-nav a{color:var(--muted);padding:0 12px}.main-nav a.active,.main-nav a:hover{color:var(--ink);background:var(--soft)}.header-cta{color:#fff;background:var(--green);padding:0 16px}.hero-section{isolation:isolate;background:linear-gradient(90deg, #0a241ce6 0%, #0a241cad 45%, #0a241c29 100%), var(--hero-image) center / cover no-repeat;align-items:center;min-height:min(760px,100svh - 74px);padding:clamp(42px,8vw,96px) clamp(18px,4vw,56px);display:flex;position:relative;overflow:hidden}.hero-copy{color:#fff;max-width:670px}.eyebrow{color:var(--green-dark);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:900}.hero-copy h1,.page-heading h1{color:var(--ink);max-width:820px;margin:0;font-size:clamp(2.3rem,5vw,4.75rem);line-height:.98}.hero-copy h1{color:#fff;text-shadow:0 18px 54px #00000047}.hero-copy .eyebrow{color:#b7f2c6}.hero-text,.page-heading p,.split-section p{color:var(--muted);margin:18px 0 0;font-size:1.08rem;line-height:1.7}.hero-text{color:#ffffffe0;max-width:620px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{cursor:pointer;border:0;padding:0 18px}.button.primary{color:#fff;background:var(--green);box-shadow:0 14px 28px #15803d38}.button.secondary{color:var(--ink);border:1px solid var(--line);background:#fff}.trust-row{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.trust-row span,.badge,.city-list li{background:var(--soft);color:var(--ink);border-radius:8px;font-weight:800}.trust-row span{color:#fff;background:#ffffff24;border:1px solid #fff3;padding:9px 12px;font-size:.9rem}.price-note{background:#ffffffeb;border-radius:8px;width:fit-content;margin-top:22px;padding:14px 16px;box-shadow:0 12px 34px #1018282e}.price-note strong,.price-note span{display:block}.price-note strong{color:var(--ink)}.price-note span{color:var(--muted);font-size:.85rem}.section,.page{padding:clamp(34px,6vw,72px) clamp(18px,4vw,56px)}.section-heading{justify-content:space-between;align-items:end;gap:28px;margin-bottom:24px;display:flex}.product-strip .section-heading{text-align:center;max-width:860px;margin:0 auto 28px;display:block}.section-heading h2,.info-band h2,.split-section h2,.contact-grid h2{color:var(--ink);margin:0;font-size:clamp(1.6rem,3vw,2.6rem);line-height:1.08}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.product-card,.order-card,.contact-grid article{border:1px solid var(--line);background:#fff;border-radius:8px;box-shadow:0 12px 34px #10182812}.product-card{flex-direction:column;min-height:230px;padding:22px;display:flex}.badge{width:fit-content;padding:6px 10px;font-size:.76rem}.product-card h3,.order-card h2{color:var(--ink);margin:18px 0 8px;font-size:1.35rem}.product-card p,.order-card p,.contact-grid p,.steps p{color:var(--muted);line-height:1.6}.product-card strong{color:var(--green-dark);margin-top:auto;font-size:1.2rem}.info-band{color:#fff;background:#12351f;grid-template-columns:minmax(240px,.75fr) minmax(0,1.25fr);gap:28px;display:grid}.info-band .eyebrow,.info-band h2{color:#fff}.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.steps div{background:#ffffff12;border:1px solid #ffffff2e;border-radius:8px;padding:20px}.steps span{color:#12351f;background:#d7f7c9;border-radius:8px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.steps p{color:#ffffffd6}.split-section{grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);align-items:start;gap:34px;display:grid}.city-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.city-list li{padding:14px 16px}.page-heading{max-width:820px;margin-bottom:28px}.order-list{gap:16px;display:grid}.order-card{grid-template-columns:minmax(0,1fr) minmax(300px,.6fr);gap:24px;padding:24px;display:grid}.order-controls{gap:12px;display:grid}.order-controls label{color:var(--ink);gap:8px;font-weight:800;display:grid}.order-controls input{border:1px solid var(--line);min-height:44px;color:var(--ink);font:inherit;background:#fff;border-radius:8px;padding:0 12px}.total-box{background:var(--soft);border-radius:8px;gap:2px;padding:12px;display:grid}.total-box small{color:var(--muted);font-weight:800}.total-box strong{color:var(--green-dark);font-size:1.3rem}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.contact-grid article{padding:24px}.site-footer{color:#fff;background:#12351f;justify-content:space-between;gap:14px;padding:24px clamp(18px,4vw,56px);display:flex}.floating-whatsapp{z-index:30;color:#fff;background:#25d366;border-radius:50%;place-items:center;width:56px;height:56px;font-size:1.6rem;font-weight:900;text-decoration:none;display:grid;position:fixed;bottom:18px;right:18px;box-shadow:0 14px 30px #25d36659}@media (width<=900px){.site-header{flex-wrap:wrap}.main-nav{order:3;justify-content:space-between;width:100%}.main-nav a{flex:1}.hero-section,.info-band,.split-section,.order-card,.product-grid,.steps,.contact-grid{grid-template-columns:1fr}}@media (width<=560px){.site-header{padding:12px 14px}.brand small,.header-cta{display:none}.hero-section,.section,.page{padding-left:14px;padding-right:14px}.hero-actions .button,.order-controls .button{width:100%}.section-heading{display:block}.city-list{grid-template-columns:1fr}.site-footer{display:grid}}
