@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Space+Grotesk:wght@600;700&display=swap');
:root{--green:#6dff5b;--dark:#07110d;--muted:#65716b;--paper:#f4f7f5;--line:#dce5df}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:#101713;background:#fff}a{text-decoration:none;color:inherit}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid #edf1ee}
.brand img{width:82px;height:82px;object-fit:contain;display:block}.nav nav{display:flex;gap:28px;align-items:center;font-weight:700;font-size:14px}.menu{display:none;background:none;border:0;font-size:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#07110d;border-radius:999px;padding:15px 24px;font-weight:800;border:1px solid var(--green);cursor:pointer}.btn.small{padding:11px 18px}.btn.ghost{background:transparent;border-color:#405049;color:white}
.hero{min-height:690px;padding:70px 6vw;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(3,10,7,.9) 0%,rgba(3,10,7,.82) 30%,rgba(3,10,7,.42) 58%,rgba(3,10,7,.18) 100%), url('assets/hero-custom.png') right center/cover no-repeat;color:#fff}
.hero h1,.section h2,.cta h2,.contact h2{font-family:'Space Grotesk',sans-serif}.hero h1{font-size:clamp(58px,7.2vw,108px);line-height:.86;letter-spacing:-5px;margin:22px 0}.hero h1 em{font-style:normal;color:var(--green)}
.hero p{max-width:650px;color:#bac6bf;font-size:18px;line-height:1.7}.eyebrow{color:#35df62;font-size:12px;font-weight:800;letter-spacing:2.2px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}
.trust{display:flex;gap:22px;color:#b8c7bf;font-size:13px}.hero-art{position:relative;min-height:520px;display:flex;align-items:flex-end;justify-content:flex-end}.hero-art img{display:none}.glow{display:none}.hero-art-photo{pointer-events:none}
.floating{position:absolute;right:1.5%;bottom:7%;z-index:3;background:rgba(8,19,14,.84);border:1px solid rgba(109,255,91,.25);backdrop-filter:blur(10px);padding:17px 22px;border-radius:17px;display:flex;flex-direction:column;box-shadow:0 14px 32px rgba(0,0,0,.25)}.floating b{color:var(--green);font-size:20px}.floating span{font-size:12px;color:#b8c7bf}
.strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--green);padding:28px 6vw;gap:30px}.strip div{display:flex;flex-direction:column;border-right:1px solid rgba(0,0,0,.18)}.strip div:last-child{border:0}.strip b{font-size:17px}.strip span{font-size:13px;margin-top:4px}
.section{padding:100px 6vw}.section-head{max-width:760px;margin-bottom:44px}.section-head h2,.saving h2,.contact h2{font-size:clamp(40px,5vw,70px);line-height:1;margin:12px 0;letter-spacing:-3px}.section-head p{color:var(--muted)}
.filters{display:flex;gap:8px;margin-bottom:28px}.filters button{border:1px solid var(--line);background:white;padding:10px 18px;border-radius:999px;font-weight:800;cursor:pointer}.filters button.active{background:var(--dark);color:white;border-color:var(--dark)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;transition:.25s}.product:hover{transform:translateY(-6px);box-shadow:0 18px 50px rgba(7,17,13,.1)}.product-art{background:linear-gradient(145deg,#eef5f0,#dcebe1);height:270px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-art img{width:410px;height:270px;max-width:none;object-fit:cover;display:block}.badge{position:absolute;top:16px;left:16px;background:var(--dark);color:white;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:800}.product-body{padding:24px}.product-body h3{font-size:30px;margin:0}.tagline{color:var(--muted);font-size:13px}.specs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}.specs div{background:var(--paper);padding:10px;border-radius:11px}.specs span{display:block;font-size:9px;text-transform:uppercase;color:var(--muted)}.specs b{font-size:12px}.product-actions{display:flex;justify-content:space-between;align-items:center}.price{font-size:12px;font-weight:800}.link{font-weight:800;color:#168d37}
.dark-section{background:var(--dark);padding:100px 6vw;color:white}.section-head.light h2{font-size:clamp(40px,5vw,70px);letter-spacing:-3px;margin:12px 0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-grid article{border:1px solid #27372f;padding:30px;border-radius:20px;background:#0c1712}.service-grid i{color:var(--green);font-style:normal;font-weight:800}.service-grid h3{font-size:21px;margin-top:45px}.service-grid p{color:#aab9b1;line-height:1.7;font-size:14px}
.saving{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center;background:var(--paper)}.saving p{color:var(--muted);line-height:1.7}.saving label{display:block;margin-top:30px}.saving input[type=range]{width:100%;accent-color:#22c55e;margin:16px 0 30px}.saving-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.saving-cards div{background:white;border:1px solid var(--line);padding:18px;border-radius:16px}.saving-cards span{font-size:11px;color:var(--muted);display:block}.saving-cards b{font-size:20px}.saving-cards .highlight{background:var(--green);border-color:var(--green)}.saving-visual{background:var(--dark);border-radius:32px;min-height:420px;padding:50px;color:white;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.saving-visual .bolt{font-size:130px;filter:drop-shadow(0 0 24px #6dff5b)}.saving-visual h3{font-size:40px;line-height:1.05;margin:0}
.cta{background:var(--green);padding:60px 6vw;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta h2{font-size:48px;letter-spacing:-2px;margin:8px 0}.dark-eye{color:#0b5d24}.lightbtn{background:white;border-color:white}.outline-light{background:transparent;border-color:#07110d}.cta .actions{margin:0}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact-list p{display:grid;grid-template-columns:110px 1fr;border-bottom:1px solid var(--line);padding:17px 0}.contact-list span,.contact-list a{color:var(--muted)}form{background:var(--paper);border-radius:25px;padding:28px;display:grid;gap:12px}input,select,textarea{width:100%;border:1px solid var(--line);background:white;border-radius:12px;padding:15px;font:inherit}textarea{min-height:130px;resize:vertical}
footer{background:#050b08;color:#aab7b0;padding:55px 6vw 90px;text-align:center}footer img{width:140px;height:140px;object-fit:contain}footer div{display:flex;justify-content:center;gap:25px;margin:25px 0}footer small{font-size:11px}.mobilebar{display:none}
@media(max-width:980px){.hero{grid-template-columns:1fr;padding-top:90px;background-position:72% center}.hero-art{min-height:200px}.grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.saving{grid-template-columns:1fr}.contact{grid-template-columns:1fr}.nav nav{display:none;position:absolute;top:84px;left:0;right:0;background:white;padding:24px;flex-direction:column}.nav nav.open{display:flex}.menu{display:block}.cta{flex-direction:column;align-items:flex-start}}
@media(max-width:640px){body{padding-bottom:58px}.nav{height:72px;padding:0 18px}.brand img{width:70px;height:70px}.nav nav{top:72px}.hero{padding:55px 20px;min-height:auto;background-position:70% center}.hero h1{font-size:58px;letter-spacing:-3px}.hero p{font-size:15px}.hero-art{min-height:140px}.hero-art img{width:120%}.floating{right:0;bottom:8px}.trust{flex-direction:column;gap:8px}.strip{grid-template-columns:1fr;padding:22px}.strip div{border-right:0;border-bottom:1px solid rgba(0,0,0,.18);padding-bottom:14px}.section,.dark-section{padding:75px 20px}.section-head h2,.saving h2,.contact h2{font-size:42px;letter-spacing:-2px}.grid,.service-grid,.saving-cards{grid-template-columns:1fr}.product-art{height:270px}.service-grid article h3{margin-top:20px}.saving{gap:35px}.saving-visual{min-height:300px}.saving-visual .bolt{font-size:90px}.saving-visual h3{font-size:32px}.cta{padding:50px 20px}.cta h2{font-size:38px}.contact{gap:35px}.mobilebar{position:fixed;display:grid;grid-template-columns:1fr 1fr;bottom:0;left:0;right:0;z-index:60}.mobilebar a{background:#111;color:white;text-align:center;padding:17px;font-weight:800}.mobilebar a:last-child{background:var(--green);color:#07110d}}
