:root{--blue:#0376c0;--blue-dark:#015890;--blue-darker:#05395a;--blue-light:#5fc0ff;--green:#3cd258;--green-light:#b3f3bf;--green-dark:#0c5519;--ink:#25282b;--body:#52575c;--muted:#a0a4a8;--bg:#f5f5f5;--white:#fff;--border:#e8e8e8;--maxw:1200px;--radius:18px;--radius-lg:28px;--shadow:0 10px 30px #102a4314;--shadow-sm:0 4px 14px #102a430f;--font:"Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--body);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.6}h1,h2,h3,h4{color:var(--ink);margin:0;font-weight:600;line-height:1.18}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.section{padding:72px 0}.h1{letter-spacing:-.5px;font-size:clamp(38px,5vw,56px);font-weight:700}.h2{font-size:clamp(28px,3.6vw,36px);font-weight:600}.h3{font-size:clamp(22px,2.4vw,28px);font-weight:600}.lead{color:var(--muted);font-size:clamp(17px,1.7vw,21px)}.eyebrow{color:var(--blue);letter-spacing:.3px;font-weight:600}.btn{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:14px;padding:16px 30px;font-family:inherit;font-size:16px;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-pill{background:var(--white);color:var(--ink);box-shadow:var(--shadow-sm);justify-content:space-between;min-width:300px}.btn-pill .arrow{color:var(--blue)}.btn-green{background:var(--green);color:var(--green-dark);box-shadow:0 8px 20px #3cd25859}.btn-green:hover{background:#34c14e}.header{z-index:50;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:76px;display:flex}.logo{letter-spacing:-.5px;font-size:28px;font-weight:700}.logo .sky{color:var(--blue)}.logo .dot{color:var(--green)}.logo .t{color:var(--blue-dark)}.nav{align-items:center;gap:34px;display:flex}.nav a{color:var(--ink);font-size:16px;font-weight:500;transition:color .15s}.nav a:hover{color:var(--blue)}.nav a.active{color:var(--blue);font-weight:600}.nav .search{color:var(--blue);display:inline-flex}.nav-toggle{cursor:pointer;color:var(--ink);background:0 0;border:none;padding:6px;display:none}.footer{background:var(--white);text-align:center;padding:56px 24px 64px}.footer h3{margin-bottom:22px;font-size:28px}.footer p{color:var(--body);margin:6px 0;font-size:16px}.footer .addr{max-width:460px;margin:0 auto}.footer .email{margin-top:20px}.shapes{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.shape{opacity:.9;position:absolute}.shape.circle{border-radius:50%}.shape.tri{width:0;height:0}.hero{position:relative;overflow:hidden}.hero .container{z-index:1;position:relative}.hero-split{grid-template-columns:1.05fr 1fr;align-items:center;gap:40px;padding:70px 0 40px;display:grid}.hero-split .lead{max-width:460px;margin-top:22px}.hero-centered{text-align:center;z-index:1;padding:64px 0 30px;position:relative}.hero-centered .lead{max-width:620px;margin:18px auto 0}.band{text-align:center;max-width:820px;margin:0 auto}.cta-row{flex-wrap:wrap;justify-content:center;gap:30px;margin-top:40px;display:flex}.features{grid-template-columns:repeat(2,1fr);gap:60px 40px;max-width:900px;margin:64px auto 0;display:grid}.feature{text-align:center}.feature .icon{justify-content:center;align-items:center;height:78px;margin-bottom:20px;display:flex}.feature h4{margin-bottom:8px;font-size:22px;font-weight:600}.feature p{color:var(--body);max-width:320px;margin:0 auto}.card-grid{gap:32px;margin-top:48px;display:grid}.card-grid.cols-2{grid-template-columns:repeat(2,1fr)}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:46px 44px}.card .icon{justify-content:center;align-items:center;height:92px;margin-bottom:10px;display:flex}.card.center{text-align:center}.card h3{margin-bottom:16px}.card p{color:var(--body);margin:0}.product-hero-img{border-radius:var(--radius-lg);box-shadow:var(--shadow);max-width:1040px;margin:20px auto 0;overflow:hidden}.product-hero-img img{object-fit:cover;width:100%;height:auto}.group-title{text-align:center;margin:64px 0 34px;font-size:clamp(24px,3vw,32px)}.product-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.product-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;align-items:center;padding:30px 26px 26px;transition:transform .18s,box-shadow .18s;display:flex}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.product-card .thumb{justify-content:center;align-items:center;height:200px;margin-bottom:22px;display:flex}.product-card .thumb img{object-fit:contain;width:auto;max-height:200px}.product-card .name{color:var(--blue-dark);text-align:center;font-size:18px;font-weight:600}.pd-top{grid-template-columns:.9fr 1.1fr;align-items:start;gap:50px;padding-top:30px;display:grid}.pd-img{justify-content:center;align-items:center;padding:20px;display:flex}.pd-img img{object-fit:contain;width:auto;max-height:460px}.pd-title{text-align:center;margin-bottom:24px;font-size:clamp(28px,3.4vw,36px)}.pd-list{margin:0 0 30px;padding:0;list-style:none}.pd-list li{color:var(--body);margin-bottom:16px;padding-left:26px;position:relative}.pd-list li:before{content:"";background:var(--blue);border-radius:50%;width:7px;height:7px;position:absolute;top:11px;left:4px}.pd-center-btn{justify-content:center;display:flex}.pd-features{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:60px;display:grid}.pd-feature{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);text-align:center;padding:40px 32px}.pd-feature .check{color:var(--green);justify-content:center;margin-bottom:22px;display:flex}.pd-feature h4{color:var(--blue-dark);margin-bottom:14px;font-size:19px;font-weight:600}.pd-feature p{color:var(--body);margin:0;font-size:15px}.contact-panel{background:var(--green-light);border-radius:var(--radius-lg);z-index:1;max-width:1120px;margin:10px auto 0;padding:48px 46px 54px;position:relative}.contact-panel h2{text-align:center;margin-bottom:34px}.form-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.form-grid .full{grid-column:1/-1}.field{background:var(--bg);width:100%;color:var(--ink);border:1px solid #0000;border-radius:14px;padding:20px 24px;font-family:inherit;font-size:16px;transition:border-color .15s,background .15s}.field::placeholder{color:var(--muted)}.field:focus{border-color:var(--green);background:var(--white);outline:none}textarea.field{resize:vertical;min-height:210px}.form-send{justify-content:center;margin-top:28px;display:flex}.bg-white{background:var(--white)}.text-center{text-align:center}.mt-lg{margin-top:48px}@media (width<=900px){.nav{background:var(--white);border-bottom:1px solid var(--border);flex-direction:column;gap:0;max-height:0;transition:max-height .28s;position:absolute;top:76px;left:0;right:0;overflow:hidden}.nav.open{max-height:420px}.nav a{text-align:center;border-top:1px solid var(--border);width:100%;padding:16px 0}.nav-toggle{display:inline-flex}.hero-split{text-align:center;grid-template-columns:1fr}.hero-split .lead{margin-left:auto;margin-right:auto}.hero-order-img{order:-1}.pd-top{grid-template-columns:1fr}.pd-features,.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.section{padding:52px 0}.features,.card-grid.cols-2,.pd-features,.product-grid,.form-grid{grid-template-columns:1fr}.btn-pill{width:100%;min-width:0}.card,.contact-panel{padding:32px 24px}}
