:root{--blue:#087cff;--blue2:#55b8ff;--ink:#0a0d12;--muted:#626b78;--soft:#f3f6fa;--line:#dfe5ec;--white:#fff;--shadow:0 18px 50px rgba(5,18,40,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{height:78px;display:flex;align-items:center;gap:28px;padding:10px clamp(18px,4vw,64px);position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid rgba(223,229,236,.8)}.brand img{width:116px;height:58px;object-fit:contain}.nav{display:flex;gap:24px;margin-left:auto}.nav a{font-weight:700;font-size:.93rem}.nav a:hover{color:var(--blue)}.cart-button,.menu-toggle{border:0;background:var(--ink);color:white;border-radius:999px;padding:11px 16px;font-weight:800;cursor:pointer}.cart-button span{background:var(--blue);border-radius:999px;padding:2px 7px;margin-left:5px}.menu-toggle{display:none}.hero{min-height:680px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:50px;padding:70px clamp(22px,6vw,96px);background:radial-gradient(circle at 10% 20%,#e9f5ff 0,transparent 36%),linear-gradient(135deg,#fff 0,#f7fbff 100%)}.hero h1{font-size:clamp(3.4rem,8vw,7.4rem);line-height:.9;letter-spacing:-.07em;margin:.08em 0 .22em}.hero-copy>p:not(.eyebrow){font-size:clamp(1.05rem,2vw,1.3rem);max-width:650px;color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:900;color:var(--blue);margin:0 0 10px}.hero-art img{width:100%;border-radius:28px;box-shadow:var(--shadow);display:block}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:12px;padding:13px 18px;font-weight:900;cursor:pointer}.btn.primary{background:var(--blue);color:#fff}.btn.primary:hover{background:#0068d9}.btn.secondary{border-color:var(--ink);background:white}.btn.full{width:100%}.trust-row{display:flex;flex-wrap:wrap;gap:10px}.trust-row span{background:#fff;border:1px solid var(--line);padding:7px 11px;border-radius:999px;font-size:.82rem;font-weight:800}.category-strip{display:grid;grid-template-columns:repeat(5,1fr);background:var(--ink);color:#fff;padding:0 clamp(18px,5vw,80px)}.category-strip a{text-align:center;padding:20px 8px;font-weight:800;border-right:1px solid #252b34}.category-strip a:hover{background:var(--blue)}.section{padding:90px clamp(22px,6vw,96px)}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:end;margin-bottom:34px}.section h2{font-size:clamp(2.2rem,5vw,4.6rem);line-height:1;letter-spacing:-.045em;margin:0}.section-head>p,.about>p{color:var(--muted);font-size:1.08rem}.filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:28px}.filter{border:1px solid var(--line);background:white;border-radius:999px;padding:9px 14px;font-weight:800;cursor:pointer}.filter.active{background:var(--ink);color:white}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:white;transition:.2s}.product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-visual{height:220px;display:grid;place-items:center;background:linear-gradient(145deg,#f4f7fb,#e4f2ff);font-size:4.7rem}.product-body{padding:18px}.product-top{display:flex;justify-content:space-between;gap:12px}.product h3{margin:0;font-size:1.05rem}.product .price{font-weight:950;color:var(--blue);white-space:nowrap}.product p{font-size:.9rem;color:var(--muted);min-height:66px}.product select{width:100%;padding:10px;border:1px solid var(--line);border-radius:10px;margin-bottom:10px;background:#fff}.dark{background:var(--ink);color:white}.feature{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.feature p,.feature li{color:#b9c2ce}.feature-card{background:white;color:var(--ink);padding:38px;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.35)}.feature-card strong{font-size:1.7rem;display:block}.feature-card .price{font-size:3rem;font-weight:950;color:var(--blue);display:block;margin:8px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px}.steps{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.steps div{display:flex;gap:12px;align-items:center;background:var(--soft);padding:14px;border-radius:14px}.steps b{width:34px;height:34px;border-radius:50%;background:var(--blue);color:white;display:grid;place-items:center}.quote-form{display:flex;flex-direction:column;gap:15px;background:var(--soft);padding:28px;border-radius:22px}.quote-form label{font-weight:800}.quote-form input,.quote-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;margin-top:6px;background:white}.about{display:grid;grid-template-columns:1fr 1fr;gap:60px;background:#eef7ff}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:35px}.contact-grid a{border:1px solid var(--line);padding:22px;border-radius:16px;display:flex;flex-direction:column}.contact-grid a:hover{border-color:var(--blue);box-shadow:var(--shadow)}.contact-grid span{color:var(--muted);font-size:.9rem}footer{display:flex;align-items:center;gap:26px;padding:28px clamp(22px,6vw,96px);background:var(--ink);color:white}footer img{width:90px;filter:brightness(0) invert(1)}footer p{margin-right:auto}footer div{display:flex;gap:18px}.cart{position:fixed;right:0;top:0;height:100vh;width:min(440px,100%);background:white;z-index:40;transform:translateX(100%);transition:.25s;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.16)}.cart.open{transform:none}.overlay{position:fixed;inset:0;background:rgba(4,8,14,.5);z-index:30;display:none}.overlay.open{display:block}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid var(--line)}.cart-head h2{margin:0}.cart-head button{font-size:2rem;border:0;background:none;cursor:pointer}.cart-items{padding:18px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:52px 1fr auto;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.cart-icon{width:52px;height:52px;background:var(--soft);border-radius:12px;display:grid;place-items:center;font-size:1.6rem}.cart-item p{margin:0}.cart-item small{color:var(--muted)}.remove{border:0;background:none;color:#b42318;cursor:pointer}.cart-summary{padding:20px;border-top:1px solid var(--line)}.cart-summary>div{display:flex;justify-content:space-between;font-size:1.2rem}.cart-summary p,.cart-summary small{color:var(--muted);font-size:.82rem}.empty{text-align:center;color:var(--muted);padding:40px 10px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);opacity:0;background:var(--ink);color:white;padding:12px 18px;border-radius:999px;z-index:50;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:950px){.nav{position:absolute;top:78px;left:0;right:0;background:white;display:none;flex-direction:column;padding:22px;border-bottom:1px solid var(--line)}.nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.hero,.feature,.split,.about,.section-head{grid-template-columns:1fr}.hero{padding-top:40px}.hero-art{order:-1}.product-grid{grid-template-columns:repeat(2,1fr)}.category-strip{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.site-header{gap:10px}.brand img{width:92px}.cart-button{padding:10px}.hero{min-height:auto}.product-grid,.contact-grid,.steps{grid-template-columns:1fr}.category-strip{grid-template-columns:1fr}.category-strip a{border-bottom:1px solid #252b34}.section{padding:64px 18px}.feature-card{padding:25px}footer{flex-wrap:wrap}footer p{width:100%;order:3}.product-visual{height:185px}}
