:root{--ink:#10213d;--blue:#2d3e69;--light:#f2f6f6;--accent:#ffb86b;--line:#dfe7ea;--muted:#667085}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}.top{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);z-index:20}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.12em}.brand-dot{width:22px;height:22px;border:6px solid var(--blue);border-radius:50%;position:relative}.brand-dot:after{content:"";position:absolute;width:7px;height:7px;background:var(--accent);border-radius:50%;right:-8px;top:-4px}.top nav{display:flex;gap:30px}.top a,footer a{text-decoration:none;color:inherit}.actions{display:flex;gap:10px}.actions button,.filters button{border:1px solid var(--line);background:white;border-radius:999px;padding:10px 16px;cursor:pointer}.cartBtn{background:var(--blue)!important;color:#fff!important}.hero{min-height:670px;padding:90px 7vw;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;background:linear-gradient(135deg,#fff 0%,#f2f6f6 100%)}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;color:#65779a}.hero h1,.section h2,.contact h2{font-size:clamp(42px,6vw,82px);line-height:.98;margin:14px 0 25px;max-width:800px}.lead{font-size:20px;line-height:1.6;color:var(--muted);max-width:680px}.heroButtons{display:flex;gap:12px;margin:35px 0}.primary,.secondary{display:inline-block;border:0;border-radius:10px;padding:15px 22px;text-decoration:none;font-weight:700;cursor:pointer}.primary{background:var(--blue);color:#fff}.secondary{background:#fff;color:var(--blue);border:1px solid var(--line)}.metrics{display:flex;gap:45px;margin-top:55px}.metrics div{display:flex;flex-direction:column;gap:5px}.metrics span{color:var(--muted);font-size:13px}.device-stage{height:500px;display:grid;place-items:center;position:relative}.device{width:285px;height:185px;border-radius:34px;background:linear-gradient(145deg,#263658,#111d35);box-shadow:0 35px 70px rgba(16,33,61,.28);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;transform:rotate(-8deg);position:relative;z-index:2}.device span{font-size:64px;font-weight:900;letter-spacing:.08em}.device small{letter-spacing:.16em;opacity:.65}.device i{position:absolute;width:16px;height:16px;background:#7bf0a8;border-radius:50%;right:28px;top:28px;box-shadow:0 0 18px #7bf0a8}.orbit{position:absolute;border:1px solid #bfccd2;border-radius:50%}.orbit.one{width:420px;height:420px}.orbit.two{width:520px;height:260px;transform:rotate(28deg)}.section{padding:100px 7vw}.sectionHead{display:flex;justify-content:space-between;align-items:end;gap:30px}.section h2,.contact h2{font-size:48px;line-height:1.1}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button.active{background:var(--blue);color:#fff}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:45px}.card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(16,33,61,.1)}.productVisual{height:240px;background:var(--light);display:grid;place-items:center}.miniDevice{width:150px;height:105px;border-radius:22px;background:linear-gradient(145deg,#34496f,#14213c);color:#fff;display:grid;place-items:center;font-size:32px;font-weight:900;box-shadow:0 18px 35px rgba(16,33,61,.2)}.miniDevice.sensor{border-radius:50%;width:115px;height:115px}.miniDevice.accessory{width:170px;height:80px;border-radius:40px}.cardBody{padding:22px}.tag{font-size:11px;letter-spacing:.12em;color:#6a7a99;font-weight:800}.card h3{font-size:24px;margin:8px 0}.card p{color:var(--muted);line-height:1.55;min-height:50px}.buyRow{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.buyRow b{font-size:22px}.add{border:0;background:var(--ink);color:#fff;padding:11px 16px;border-radius:9px;cursor:pointer}.priceNote{font-size:12px;color:#8a94a6;margin-top:18px}.why{padding:40px 7vw 100px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.why article{background:var(--light);padding:36px;border-radius:20px}.why span{font-size:12px;font-weight:800;color:#8492aa}.why p{color:var(--muted);line-height:1.6}.contact{margin:0 4vw 70px;padding:75px;border-radius:30px;background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact p{color:#c5cfdf}.company{display:flex;flex-direction:column;gap:8px;margin-top:35px}.contact form{display:flex;flex-direction:column;gap:12px}.contact input,.contact textarea,.modal input{padding:16px;border-radius:9px;border:1px solid #53617a;background:#1b2c49;color:#fff;font:inherit}.contact textarea{min-height:130px}.contact small{color:#93a0b7}footer{padding:30px 5vw;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}footer div:last-child{display:flex;gap:20px;font-size:13px}.drawer{position:fixed;right:-430px;top:0;width:420px;max-width:100%;height:100%;background:#fff;z-index:40;padding:25px;transition:.3s;box-shadow:-25px 0 70px rgba(0,0,0,.14)}.drawer.open{right:0}.drawerHead{display:flex;justify-content:space-between;align-items:center}.drawerHead button,#closeModal{border:0;background:none;font-size:30px;cursor:pointer}.cartItem{display:grid;grid-template-columns:1fr auto;gap:8px;padding:14px 0;border-bottom:1px solid var(--line)}.cartItem small{color:var(--muted)}.cartTotal{display:flex;justify-content:space-between;font-size:20px;margin:25px 0}.checkout{width:100%}.overlay{display:none;position:fixed;inset:0;background:rgba(7,14,27,.55);z-index:30}.overlay.show{display:block}.modal{display:none;position:fixed;z-index:50;left:50%;top:50%;transform:translate(-50%,-50%);width:460px;max-width:90%;background:#fff;border-radius:20px;padding:30px}.modal.show{display:block}.modal>button{position:absolute;right:18px;top:12px}.modal form{display:flex;flex-direction:column;gap:12px}.modal input{background:#fff;color:var(--ink);border-color:var(--line)}@media(max-width:900px){.top nav{display:none}.hero,.contact{grid-template-columns:1fr}.device-stage{height:360px}.grid,.why{grid-template-columns:1fr 1fr}.sectionHead{align-items:start;flex-direction:column}.contact{padding:40px}.metrics{gap:22px;flex-wrap:wrap}}@media(max-width:600px){.hero{padding:65px 6vw}.hero h1{font-size:46px}.device-stage{display:none}.grid,.why{grid-template-columns:1fr}.section{padding:75px 6vw}.contact{margin:0 3vw 40px;padding:30px}.contact h2{font-size:38px}footer{align-items:flex-start;flex-direction:column}footer div:last-child{flex-wrap:wrap}}
.productVisual{overflow:hidden;text-decoration:none;position:relative;background:linear-gradient(145deg,#f7f9fb,#edf2f4)}.productVisual img{width:100%;height:100%;object-fit:contain;padding:22px;transition:transform .3s ease}.card:hover .productVisual img{transform:scale(1.04)}.productVisual.imageError:after{content:'DOT';font-size:48px;font-weight:900;letter-spacing:.08em;color:var(--blue)}.details{display:inline-block;margin-top:4px;color:var(--blue);font-size:13px;font-weight:700;text-decoration:none}.details:hover{text-decoration:underline}

.brand-logo img{display:block;height:32px;width:auto}.footer-logo img{height:26px}.top .brand{gap:0;letter-spacing:0}.top .brand:hover{opacity:.95}footer .brand{gap:0}.card p{min-height:96px}.productVisual img{padding:16px}footer{background:#10213d;color:#fff;border-top:0}footer a{color:#fff;opacity:.88}footer a:hover{opacity:1}.contact{margin-bottom:0}.top{z-index:50}@media(max-width:600px){.brand-logo img{height:26px}.footer-logo img{height:22px}.card p{min-height:0}}
