:root{--ink:#0a1520;--muted:#5f6c75;--red:#e32027;--red2:#b40f17;--cream:#f5f2ec;--line:#dfe3e5;--white:#fff;--green:#20bd67}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}.header{height:82px;display:flex;align-items:center;gap:42px;padding:0 max(5vw,28px);position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(10,21,32,.08)}.brand{display:flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-weight:800;line-height:.9;letter-spacing:-.5px}.brand small{display:block;font-size:9px;letter-spacing:2.2px;margin-top:5px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border:3px solid var(--ink);border-radius:50%;position:relative;font-size:20px}.brand-mark:after{content:'';position:absolute;width:7px;height:7px;border-radius:50%;background:var(--red);right:-4px;top:-3px}.header nav{display:flex;gap:30px;margin-left:auto}.header nav a{font-weight:600;font-size:14px}.menu{display:none;margin-left:auto;background:none;border:0;font-size:25px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:white;font-weight:700;padding:15px 24px;border:0;cursor:pointer;transition:.25s;box-shadow:0 8px 24px rgba(227,32,39,.22)}.btn:hover{background:var(--red2);transform:translateY(-2px)}.btn-small{padding:10px 18px;font-size:14px}.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden}.hero-copy{padding:10vh 6vw 6vh 8vw;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2.5px;color:var(--red);margin:0 0 22px}.eyebrow span{display:inline-block;width:24px;height:2px;background:var(--red);vertical-align:middle;margin-right:9px}.hero h1,.section h2{font-family:Manrope,sans-serif;line-height:1.04;letter-spacing:-3px;margin:0}.hero h1{font-size:clamp(50px,6vw,88px)}.hero h1 em{font-style:normal;color:var(--red)}.lead{font-size:19px;color:var(--muted);max-width:590px;margin:28px 0}.hero-actions{display:flex;align-items:center;gap:30px}.text-link{font-weight:700;border-bottom:1px solid var(--ink);padding:8px 0}.trust{display:flex;gap:36px;margin-top:9vh;padding-top:28px;border-top:1px solid var(--line)}.trust div{display:flex;flex-direction:column}.trust strong{font:700 18px Manrope}.trust span{color:var(--muted);font-size:13px}.hero-visual{position:relative;background:linear-gradient(150deg,#eef0f1,#d8dcde);min-height:600px;overflow:hidden}.grid{position:absolute;inset:0;background-image:linear-gradient(rgba(10,21,32,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(10,21,32,.07) 1px,transparent 1px);background-size:44px 44px;transform:perspective(500px) rotateX(58deg) scale(1.6);transform-origin:bottom;top:38%}.sun{position:absolute;width:340px;height:340px;border-radius:50%;background:var(--red);filter:blur(.2px);top:10%;right:-100px;box-shadow:0 0 90px rgba(227,32,39,.25)}.unit{position:absolute;background:linear-gradient(145deg,#fff,#d9dddf);box-shadow:0 35px 70px rgba(3,12,18,.25),inset -10px -10px 20px rgba(0,0,0,.08);border:1px solid #eef0f1}.unit>span{font:800 19px Manrope;position:absolute;top:20px;left:22px}.unit small{position:absolute;bottom:18px;left:22px;letter-spacing:1.6px;font-weight:700;color:#65717a}.inverter{width:230px;height:330px;left:17%;top:19%;z-index:2;border-radius:8px}.screen{width:72px;height:36px;background:#142229;color:#6affaa;border-radius:3px;display:grid;place-items:center;margin:86px auto;font:700 14px Manrope}.battery{width:190px;height:300px;right:10%;bottom:9%;border-radius:6px}.battery-bars{display:flex;gap:5px;margin:100px 25px}.battery-bars i{height:8px;flex:1;background:var(--green)}.energy-pill{position:absolute;background:#0c1a23;color:#fff;padding:8px 14px;font-size:11px;letter-spacing:1.4px;bottom:8%;left:8%;z-index:3}.energy-pill:first-letter{color:var(--green)}.section{padding:110px max(6vw,28px)}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:46px}.section-head h2,.why h2,.contact h2{font-size:clamp(38px,5vw,66px)}.section-head>p{max-width:430px;color:var(--muted)}.tabs{display:flex;gap:8px;margin-bottom:28px}.tabs button{background:#f0f2f3;border:0;padding:11px 18px;font-weight:700;color:#58656d;cursor:pointer}.tabs button.active{background:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.product-card{min-height:480px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:.25s}.product-card:hover{background:#fafafa;box-shadow:0 20px 50px rgba(4,17,26,.07);transform:translateY(-3px)}.product-card.featured{background:#f8f7f4}.product-card.hidden{display:none}.product-card h3{font:700 25px Manrope;margin:5px 0}.product-card>p:not(.tag){color:var(--muted);margin-top:5px}.tag{font-size:11px;letter-spacing:1.4px;font-weight:800;color:var(--red);margin:18px 0 0}.product-card>a:not(.btn){font-weight:700;margin-top:auto;color:var(--red)}.product-icon{height:140px;margin:auto;position:relative;background:linear-gradient(145deg,#fefefe,#d8dddf);box-shadow:10px 16px 28px rgba(4,17,26,.14);display:flex;align-items:flex-start;padding:14px;color:#17232b;font:800 12px Manrope}.product-icon b{color:#46ba73;margin-left:auto;font-size:9px}.inv-mini{width:105px}.inv-tall{width:90px;height:145px}.inv-wide{width:150px;height:115px}.bat-wall{width:125px;height:125px;justify-content:space-between}.bat-wall div{color:var(--green);font-size:7px}.bat-stack{width:100px;height:145px;display:flex;flex-direction:column;gap:10px}.bat-stack i{height:20px;background:#bcc3c6;border:1px solid #91999d;width:100%}.sizes{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0 25px}.sizes span{font-size:12px;padding:4px 8px;background:#edf0f1;color:#39464e}.consultation{background:var(--red)!important;color:white}.consultation .tag,.consultation>p:not(.tag){color:white}.consultation .btn{margin-top:auto;background:white;color:var(--red);box-shadow:none}.solutions{background:var(--ink);color:white}.light .eyebrow{color:#ff5b60}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #34404a}.solution-grid article{padding:36px 36px 20px 0;border-right:1px solid #34404a;margin-right:36px}.solution-grid article:last-child{border:0}.solution-grid span{color:#ff5b60;font-weight:800}.solution-grid h3{font:700 25px Manrope;margin:34px 0 10px}.solution-grid p{color:#a9b1b7}.why{display:grid;grid-template-columns:.85fr 1.15fr;gap:9vw}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--line)}.benefits div{padding:28px 28px 28px 0;border-bottom:1px solid var(--line)}.benefits b{font-size:12px;color:var(--red)}.benefits h3{font:700 19px Manrope}.benefits p{color:var(--muted)}.contact{background:var(--cream);display:grid;grid-template-columns:1fr 1fr;gap:10vw}.contact>div>p:not(.eyebrow){color:var(--muted);max-width:540px}.contact-details{display:flex;flex-direction:column;margin-top:32px}.contact-details a{font:700 20px Manrope}.contact-details span{margin-top:12px;color:var(--muted)}form{background:white;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:18px;box-shadow:0 20px 60px rgba(3,12,18,.08)}label{font-size:13px;font-weight:700}input,select,textarea{width:100%;margin-top:7px;border:1px solid #ced4d7;padding:13px 12px;font:inherit;background:#fff;border-radius:0}textarea,form .btn,form small{grid-column:1/-1}form small{color:var(--muted)}footer{background:#050d12;color:white;padding:38px max(6vw,28px);display:flex;align-items:center;gap:30px}footer>p:first-of-type{margin-right:auto;color:#9ea7ac}.whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#20bd67;color:white;font-size:30px;z-index:20;box-shadow:0 10px 30px rgba(32,189,103,.35)}@media(max-width:950px){.header nav{display:none;position:absolute;top:81px;left:0;right:0;background:white;padding:25px;flex-direction:column}.header nav.open{display:flex}.menu{display:block}.desktop-cta{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:70px 7vw}.hero-visual{min-height:530px}.product-grid{grid-template-columns:1fr 1fr}.why,.contact{grid-template-columns:1fr}.solution-grid{grid-template-columns:1fr}.solution-grid article{border-right:0;border-bottom:1px solid #34404a}.section-head{align-items:flex-start;flex-direction:column}.trust{margin-top:55px}}@media(max-width:620px){.header{height:72px}.header .brand{font-size:14px}.hero h1{font-size:47px;letter-spacing:-2.2px}.hero-copy{padding:58px 24px}.hero-visual{min-height:450px}.inverter{left:7%;top:12%;transform:scale(.85)}.battery{right:2%;bottom:2%;transform:scale(.85)}.sun{width:260px;height:260px}.trust{gap:15px;justify-content:space-between}.trust strong{font-size:15px}.section{padding:75px 24px}.section h2{letter-spacing:-2px}.product-grid{grid-template-columns:1fr}.product-card{min-height:440px}.tabs{overflow-x:auto}.tabs button{white-space:nowrap}.benefits{grid-template-columns:1fr}.contact{gap:45px}form{grid-template-columns:1fr;padding:22px}form label{grid-column:1/-1}footer{align-items:flex-start;flex-direction:column}footer>p:first-of-type{margin:0}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}}
