:root{
  --green:#a6cd45;
  --green-dark:#7da82b;
  --blue:#0ca2e4;
  --blue-dark:#067eb7;
  --ink:#102d3b;
  --muted:#607681;
  --soft:#f4f9fb;
  --line:#dce8ec;
  --white:#fff;
  --shell:1180px;
  --pad:clamp(20px,4vw,48px);
  --section:clamp(64px,6.5vw,94px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:#e9f3f6;background:#081218;font-family:"DM Sans",system-ui,sans-serif;line-height:1.6;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.shell{width:min(calc(100% - var(--pad)*2),var(--shell));margin-inline:auto}.section{padding:var(--section) 0;position:relative} .page-orb{position:fixed;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:-10;opacity:.13}.page-orb-a{width:430px;height:430px;background:var(--green);left:-250px;top:24vh}.page-orb-b{width:500px;height:500px;background:var(--blue);right:-320px;top:58vh}
.site-header{position:absolute;inset:0 0 auto;z-index:50;padding-top:20px} .nav-shell{min-height:74px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;padding:10px 12px 10px 18px;border:1px solid rgba(255,255,255,.08);background:rgba(7,18,24,.86);backdrop-filter:blur(18px);border-radius:18px;box-shadow:0 18px 60px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.03)}.brand img{width:154px;height:auto}.nav{display:flex;gap:30px;align-items:center} .nav a{font-size:.84rem;font-weight:600;color:#b8c8ce;transition:.2s}.nav a:hover{color:#fff} .nav-cta{justify-self:end;display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:0 18px;border-radius:12px;background:linear-gradient(135deg,var(--blue),#087eb3);color:#fff;font-size:.8rem;font-weight:700;box-shadow:0 12px 28px rgba(12,162,228,.19);transition:.2s}.nav-cta:hover{transform:translateY(-2px);filter:brightness(1.08)}.menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px;place-content:center;gap:6px} .menu-toggle span{width:22px;height:2px;background:#eaf4f7;display:block}
 .hero{position:relative;min-height:100svh;padding:116px 0 0;background:linear-gradient(135deg,#071118 0%,#0a1820 48%,#0b1d26 100%);overflow:hidden} .hero::before{content:"";position:absolute;right:-14vw;top:-30vw;width:72vw;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 40% 40%,rgba(12,162,228,.16),rgba(166,205,69,.07) 42%,transparent 66%)} .hero::after{content:"";position:absolute;left:-11vw;bottom:-22vw;width:52vw;aspect-ratio:1;border-radius:50%;border:1px solid rgba(166,205,69,.16);box-shadow:0 0 0 60px rgba(166,205,69,.025),0 0 0 120px rgba(12,162,228,.018)} .hero-dots{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.11) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(90deg,transparent,black 20%,black 80%,transparent);opacity:.16}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.95fr) minmax(440px,1.05fr);gap:clamp(40px,6vw,88px);align-items:center;min-height:calc(100svh - 116px);padding-bottom:34px}.hero-copy{padding:18px 0}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:.7rem;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.eyebrow i{width:28px;height:2px;background:linear-gradient(90deg,var(--green),var(--blue));border-radius:99px}.hero h1,.section-head h2,.tech-copy h2,.product-copy h2,.quote-copy h2,.faq-title h2{font-family:"Manrope",sans-serif;letter-spacing:-.055em;line-height:1.02} .hero h1{font-size:clamp(3rem,5.15vw,5.7rem);margin:17px 0 19px;font-weight:800;color:#f3f8fa}.hero h1 span{color:var(--blue)} .hero-lead{font-size:clamp(1rem,1.25vw,1.17rem);color:#9fb3bc;max-width:650px;margin:0}.hero-actions{display:flex;align-items:center;gap:20px;margin-top:26px}.primary-btn{min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:0 22px;border-radius:14px;background:linear-gradient(135deg,var(--blue),#0992ce);color:#fff;font-size:.84rem;font-weight:800;box-shadow:0 18px 40px rgba(12,162,228,.25);transition:.25s}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(12,162,228,.34)} .text-btn{display:inline-flex;gap:12px;align-items:center;font-size:.84rem;font-weight:700;color:#eaf4f7} .hero-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:31px;padding-top:19px;border-top:1px solid rgba(255,255,255,.10)}.hero-trust div{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}.hero-trust b{font-family:"Manrope";font-size:.72rem;color:var(--green-dark)} .hero-trust span{font-size:.72rem;line-height:1.45;color:#91a6ae}.hero-product{position:relative;min-height:565px;display:grid;place-items:center}.product-halo{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at center,rgba(12,162,228,.18),rgba(166,205,69,.12) 40%,transparent 68%);filter:blur(3px);animation:pulse 5s ease-in-out infinite} .product-stage{position:relative;width:min(620px,94%);z-index:2;filter:drop-shadow(0 35px 50px rgba(0,0,0,.28));transition:transform .18s linear;background:#fff;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.12)} .product-stage img{width:100%;border-radius:0;mix-blend-mode:normal} .float-card{position:absolute;z-index:4;display:flex;gap:11px;align-items:center;padding:12px 15px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(11,27,35,.90);backdrop-filter:blur(14px);box-shadow:0 18px 44px rgba(0,0,0,.25);animation:float 5.8s ease-in-out infinite;color:#edf6f8}.float-card .icon{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:#f2f9fd;color:var(--blue);font-weight:800} .float-card small{display:block;color:#91a7b0;font-size:.55rem;letter-spacing:.12em;font-weight:800}.float-card strong{font-size:.72rem}.card-energy{left:-2%;top:20%}.card-hygiene{right:-3%;top:38%;animation-delay:-1.7s}.card-build{left:3%;bottom:14%;animation-delay:-3s} .use-strip{position:relative;z-index:5;border-top:1px solid rgba(255,255,255,.07);background:rgba(6,17,23,.78);backdrop-filter:blur(12px)} .use-strip-inner{min-height:66px;display:flex;align-items:center;gap:19px;color:#92a7b0;font-size:.73rem} .use-strip-inner>span{font-weight:800;color:#eaf4f7;letter-spacing:.1em;font-size:.63rem;margin-right:auto}.use-strip-inner i{width:4px;height:4px;background:var(--green);border-radius:50%}
.section-head{display:grid;grid-template-columns:1.12fr .72fr;gap:68px;align-items:end;margin-bottom:38px}.section-head h2,.tech-copy h2,.product-copy h2,.faq-title h2{font-size:clamp(2.45rem,4vw,4.5rem);margin:12px 0 0;font-weight:800}.section-head h2 em,.tech-copy h2 em,.product-copy h2 em,.faq-title h2 em{font-style:normal;color:var(--blue)} .section-head>p{color:#91a6ae;margin:0 0 8px;max-width:430px} .benefits{background:#0a151b;color:#eaf4f7}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px} .benefit-card{min-height:278px;padding:25px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(180deg,#0f2028,#0c1b22);transition:.3s;position:relative;overflow:hidden}.benefit-card::after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-60px;bottom:-70px;background:linear-gradient(135deg,rgba(166,205,69,.13),rgba(12,162,228,.10));transition:.4s} .benefit-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(0,0,0,.25);border-color:rgba(12,162,228,.24)}.benefit-card:hover::after{transform:scale(1.25)}.benefit-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(166,205,69,.18),rgba(12,162,228,.11));color:var(--blue);font-size:1.15rem}.benefit-card small{display:block;margin:26px 0 7px;color:var(--green-dark);font-weight:800}.benefit-card h3{font-family:"Manrope";font-size:1.18rem;margin:0 0 10px;letter-spacing:-.02em} .benefit-card p{color:#91a6ae;font-size:.86rem;margin:0;position:relative;z-index:2}
 .technology{background:linear-gradient(135deg,#4f7f2b 0%,#669b32 52%,#416e27 100%);overflow:hidden;color:#fff} .tech-blob{position:absolute;width:620px;height:620px;border-radius:50%;left:-290px;top:10%;background:radial-gradient(circle,rgba(255,255,255,.10),transparent 68%)}.tech-grid{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(0,1.1fr);gap:clamp(48px,6.5vw,88px);align-items:center}.tech-visual{position:relative}.tech-frame{position:relative;background:#fff;border:1px solid #e4eef1;border-radius:28px;padding:28px;box-shadow:0 26px 70px rgba(23,89,113,.09)}.tech-frame::before{content:"";position:absolute;inset:18px;border:1px dashed rgba(12,162,228,.18);border-radius:19px;pointer-events:none}.tech-frame img{width:100%;aspect-ratio:1/1;object-fit:contain}.frame-label{position:absolute;left:28px;bottom:24px;color:#8da0a8;font-size:.58rem;font-weight:800;letter-spacing:.14em}.cert-card{position:absolute;right:-25px;bottom:42px;display:flex;gap:12px;align-items:center;background:var(--ink);color:#fff;padding:14px 17px;border-radius:14px;box-shadow:0 18px 44px rgba(16,45,59,.24)}.cert-card>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(166,205,69,.17);color:var(--green)}.cert-card small{display:block;color:#9fb1b8;font-size:.55rem;letter-spacing:.13em}.cert-card strong{font-size:.72rem} .tech-copy>p,.product-copy>p{font-size:1rem;color:#9fb2ba;max-width:630px}.technology .tech-copy>p{color:rgba(255,255,255,.86)} .tech-points{margin-top:25px;border-top:1px solid rgba(255,255,255,.22)} .tech-points>div{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.20)} .tech-points span{color:#dff4a9;font-weight:800;font-size:.7rem} .tech-points p{margin:0;color:rgba(255,255,255,.82);font-size:.86rem}.tech-points b{color:#fff} .inline-link{margin-top:22px;display:inline-flex;align-items:center;gap:12px;color:#e7f6bf;font-weight:800;font-size:.84rem}
 .product{background:linear-gradient(180deg,#0a151b 0%,#0b171e 100%);color:#fff;overflow:hidden} .product::before{content:"";position:absolute;left:-160px;top:-220px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(12,162,228,.12);box-shadow:0 0 0 65px rgba(12,162,228,.025),0 0 0 130px rgba(166,205,69,.018)} .product::after{content:"";position:absolute;right:-180px;bottom:-260px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(12,162,228,.10),transparent 66%)}.product-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);gap:58px;align-items:center} .product-copy{padding:26px 28px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.03)} .product .kicker{color:var(--green)}.product .product-copy h2{color:#fff} .product .product-copy h2 em{color:#58bcec} .product .product-copy>p{color:#9fb2ba} .spec-list{margin-top:27px;border-top:1px solid rgba(255,255,255,.12)} .spec-list div{display:grid;grid-template-columns:1fr 1fr;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.10);font-size:.83rem} .spec-list span{color:#8fa5ae}.spec-list strong{text-align:right;color:#fff} .product-showcase{position:relative;min-height:500px;border-radius:34px;background:linear-gradient(135deg,#f4fafd,#fafff4);border:1px solid rgba(255,255,255,.10);display:grid;place-items:center;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.26)}.product-showcase img{position:relative;z-index:2;width:74%;mix-blend-mode:multiply;filter:drop-shadow(0 30px 30px rgba(16,45,59,.12))}.showcase-ring{position:absolute;border-radius:50%;border:1px solid rgba(12,162,228,.18)}.ring-one{width:520px;height:520px;box-shadow:0 0 0 70px rgba(12,162,228,.028),0 0 0 140px rgba(166,205,69,.025)}.ring-two{width:260px;height:260px;border-color:rgba(166,205,69,.3);animation:spin 25s linear infinite}.ring-two::after{content:"";position:absolute;width:9px;height:9px;background:var(--green);border-radius:50%;top:20px;left:38px;box-shadow:0 0 15px rgba(166,205,69,.7)}.showcase-caption{position:absolute;z-index:3;left:28px;bottom:24px;display:flex;gap:10px;align-items:center} .showcase-caption b{font-family:"Manrope";font-size:.72rem;letter-spacing:.13em;color:#176986}.showcase-caption span{font-size:.68rem;color:#79909a;padding-left:10px;border-left:1px solid #cbdde3}
 .quote{background:linear-gradient(130deg,#076c9c,#0a8fc7 50%,#0b789f);color:#fff;overflow:hidden}.quote::before{content:"";position:absolute;width:650px;height:650px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-290px;top:-290px;box-shadow:0 0 0 70px rgba(255,255,255,.03),0 0 0 140px rgba(255,255,255,.02)}.quote-shell{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:center}.kicker.light{color:#eaffb7}.quote-copy h2{font-size:clamp(2.7rem,4.3vw,4.7rem);margin:12px 0 14px}.quote-copy>p{color:rgba(255,255,255,.82);max-width:480px}.contact-lines{margin-top:34px}.contact-lines a{display:grid;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.18)}.contact-lines span{font-size:.62rem;letter-spacing:.13em;color:rgba(255,255,255,.65);text-transform:uppercase;font-weight:800}.contact-lines b{font-size:.94rem}.quote-form{position:relative;background:#fff;color:var(--ink);padding:26px;border-radius:26px;box-shadow:0 30px 80px rgba(4,66,97,.24)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-form label{display:grid;gap:7px;color:#455f6a;font-size:.68rem;font-weight:800;margin-bottom:14px}.quote-form input,.quote-form textarea{width:100%;border:1px solid #d9e6ea;background:#f9fcfd;border-radius:12px;padding:13px 14px;outline:none;color:var(--ink);font-size:.84rem;transition:.2s}.quote-form input:focus,.quote-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(12,162,228,.10)}.quote-form button{width:100%;min-height:54px;border:0;border-radius:13px;background:var(--ink);color:#fff;font-weight:800;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:12px;margin-top:4px}.quote-form>small{display:block;text-align:center;color:#94a3a9;font-size:.61rem;margin-top:9px}
 .faq{background:#081218;color:#eaf4f7}.faq-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:76px;align-items:start} .faq-list{border-top:1px solid rgba(255,255,255,.09)} .faq-list details{border-bottom:1px solid rgba(255,255,255,.09)}.faq-list summary{list-style:none;cursor:pointer;padding:18px 34px 18px 0;font-family:"Manrope";font-weight:700;font-size:.94rem;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:2px;top:16px;color:var(--blue);font-size:1.2rem}.faq-list details[open] summary::after{content:"–"} .faq-list p{margin:-2px 40px 18px 0;color:#91a6ae;font-size:.85rem} .footer{padding:36px 0;background:#061016;border-top:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.footer img{width:135px} .footer p{font-size:.72rem;color:#7f969f} .footer-grid>div{display:flex;gap:18px;font-size:.72rem;font-weight:700;color:#9eb0b7}.mobile-quote{display:none} .toast{position:fixed;left:50%;bottom:24px;z-index:100;transform:translate(-50%,16px);opacity:0;background:#0d252f;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 15px;font-size:.75rem;transition:.25s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:none}@keyframes pulse{0%,100%{transform:scale(.96);opacity:.82}50%{transform:scale(1.04);opacity:1}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}
@media(min-width:1021px) and (max-height:860px){
  :root{--section:clamp(56px,5.5vw,78px)}
  .hero{padding-top:104px}
  .hero-grid{min-height:calc(100svh - 104px);padding-bottom:24px}
  .hero-product{min-height:510px}
  .product-stage{width:min(560px,90%)}
  .hero h1{font-size:clamp(2.85rem,4.7vw,5.15rem)}
  .hero-trust{margin-top:24px;padding-top:16px}
  .benefit-card{min-height:250px}
  .product-showcase{min-height:460px}
  .quote-form{padding:22px}
}
@media(max-width:1020px){.nav{display:none} .nav.open{display:flex;position:absolute;top:84px;left:var(--pad);right:var(--pad);flex-direction:column;align-items:stretch;background:#0c1b22;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.28)}.nav a{padding:10px}.nav-shell{grid-template-columns:1fr auto auto}.menu-toggle{display:grid}.nav-cta{font-size:0;width:48px;padding:0;justify-content:center}.nav-cta span{font-size:1rem}.hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:50px}.hero-copy{max-width:750px}.hero-product{min-height:600px}.card-energy{left:7%}.card-hygiene{right:5%}.card-build{left:14%}.use-strip-inner{overflow:auto}.benefit-grid{grid-template-columns:repeat(2,1fr)}.tech-grid,.product-grid,.quote-shell,.faq-grid{grid-template-columns:1fr}.tech-copy{max-width:760px}.tech-visual{max-width:650px}.product-copy{max-width:760px}.quote-shell{gap:48px}.quote-copy{max-width:700px}.faq-grid{gap:35px}.footer-grid{grid-template-columns:1fr}.footer-grid>div{flex-wrap:wrap}}
@media(max-width:680px){:root{--pad:18px;--section:72px}.site-header{padding-top:10px}.nav-shell{min-height:62px;border-radius:14px;padding-left:12px}.brand img{width:120px}.hero{padding-top:92px}.hero-grid{padding-top:34px;padding-bottom:36px}.hero h1{font-size:clamp(3rem,15vw,4.5rem)}.hero-lead{font-size:.95rem}.hero-actions{align-items:stretch;flex-direction:column}.primary-btn{width:100%}.text-btn{justify-content:center}.hero-trust{grid-template-columns:1fr;gap:13px}.hero-trust div{grid-template-columns:30px 1fr}.hero-product{min-height:470px}.product-stage{width:100%}.float-card{padding:9px 11px}.float-card .icon{width:30px;height:30px}.float-card strong{font-size:.64rem}.card-energy{top:16%;left:0}.card-hygiene{right:0;top:48%}.card-build{left:4%;bottom:8%}.use-strip-inner{min-height:62px}.use-strip-inner>span{min-width:180px}.section-head{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:0}.tech-grid{grid-template-columns:1fr;gap:45px}.cert-card{right:12px;bottom:22px}.tech-frame{padding:22px}.product-grid{grid-template-columns:1fr;gap:42px}.product-showcase{min-height:440px}.product-showcase img{width:86%}.ring-one{width:380px;height:380px}.field-row{grid-template-columns:1fr}.quote-form{padding:20px}.faq-title h2,.section-head h2,.tech-copy h2,.product-copy h2{font-size:clamp(2.25rem,10vw,3.1rem)}.footer{padding-bottom:94px} .mobile-quote{display:flex;position:fixed;left:14px;right:14px;bottom:12px;z-index:60;min-height:54px;border-radius:14px;background:linear-gradient(135deg,var(--blue),#087eb3);color:#fff;align-items:center;justify-content:center;gap:12px;font-size:.8rem;font-weight:800;box-shadow:0 18px 38px rgba(0,0,0,.28)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}

@media(max-width:680px){.product-copy{padding:22px 20px;border-radius:20px}}

/* Dark theme refinements */
.benefits .section-head h2,.faq .faq-title h2{color:#edf6f8}
.benefits .section-head h2 em,.faq .faq-title h2 em{color:#42b5e8}
.technology .kicker{color:#e9f7c3}
.technology .tech-copy h2{color:#fff}
.technology .tech-copy h2 em{color:#dff4a9}
.technology .cert-card{background:#0b1d25}
.faq-list summary{color:#e7f2f5}
.footer a:hover{color:#fff}
