:root{--ink:#f5f7ff;--muted:#9aa5be;--bg:#070a12;--panel:#0e1320;--line:#232a3c;--blue:#4a7dff;--violet:#9875ff;--lime:#c8ff4d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}button,a{font:inherit}button{color:inherit}.announcement{background:var(--lime);color:#0a0d12;text-align:center;padding:9px 20px;font-size:.8rem;font-weight:800;letter-spacing:.03em}.announcement span{margin:0 10px}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,76px);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(7,10,18,.88);backdrop-filter:blur(16px);z-index:20}.brand{color:#fff;text-decoration:none;font-weight:900;letter-spacing:.12em;display:flex;align-items:center;gap:10px}.brand span{display:grid;place-items:center;width:30px;height:30px;background:linear-gradient(135deg,var(--blue),var(--violet));border-radius:8px;letter-spacing:0}.site-header nav{display:flex;gap:34px}.site-header nav a{color:#cbd2e4;text-decoration:none;font-size:.92rem}.site-header nav a:hover{color:#fff}.cart-button{border:1px solid #394158;background:#111728;padding:10px 15px;border-radius:99px;cursor:pointer}.cart-button b{display:inline-grid;place-items:center;min-width:23px;height:23px;background:var(--lime);color:#080b10;border-radius:50%;margin-left:7px;font-size:.75rem}.hero{min-height:690px;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;padding:70px clamp(22px,5vw,76px);border-bottom:1px solid var(--line);background:radial-gradient(circle at 70% 50%,rgba(74,125,255,.19),transparent 38%)}.hero-copy{max-width:650px;position:relative;z-index:2}.eyebrow{font-size:.75rem;letter-spacing:.18em;font-weight:850;color:#9cb8ff;margin:0 0 17px}.hero h1{font-size:clamp(3.2rem,6.4vw,6.7rem);line-height:.92;letter-spacing:-.065em;margin:0 0 30px}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--lime)}.hero-text{max-width:530px;color:#b7c0d4;font-size:1.12rem;margin:0 0 34px}.primary-button{display:inline-flex;gap:35px;align-items:center;background:var(--ink);color:#090c13;border-radius:5px;padding:16px 19px;text-decoration:none;font-weight:800}.primary-button:hover{background:var(--lime)}.trust-line{display:flex;flex-wrap:wrap;gap:24px;color:#8995ac;font-size:.77rem;margin-top:27px}.hero-image{position:absolute;right:-4%;top:7%;width:61%;height:86%;background:center/cover no-repeat url("hero-electronics.png");border-radius:180px 0 0 180px;mask-image:linear-gradient(90deg,transparent 0,#000 24%,#000 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 24%,#000 100%)}.category-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:0 clamp(22px,5vw,76px);border-bottom:1px solid var(--line)}.category{background:none;border:0;border-right:1px solid var(--line);padding:24px;text-align:left;font-weight:700;cursor:pointer}.category:first-child{border-left:1px solid var(--line)}.category span{color:#65708a;font-size:.7rem;margin-right:14px}.category:hover,.category.active{background:#101624;color:var(--lime)}.shop-section{padding:100px clamp(22px,5vw,76px)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-heading h2,.promise h2,.cart-drawer h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1;margin:0;letter-spacing:-.045em}.section-heading>p{color:var(--muted);max-width:310px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:linear-gradient(160deg,#121827,#0b0f19);border:1px solid var(--line);min-height:390px;padding:25px;display:flex;flex-direction:column;position:relative;transition:.25s transform,.25s border}.product-card:hover{transform:translateY(-4px);border-color:#4b5772}.product-visual{height:220px;display:grid;place-items:center;border-radius:9px;margin-bottom:25px;background:#fff;overflow:hidden}.product-visual img{width:100%;height:100%;object-fit:contain;padding:12px}.product-price del{display:block;color:#78849a;font-size:.76rem;font-weight:500;margin-top:2px}.product-tag{position:absolute;top:18px;left:18px;background:var(--lime);color:#090c12;border-radius:99px;padding:5px 9px;font-size:.63rem;font-weight:900;letter-spacing:.06em}.product-category{color:#8190aa;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.product-card h3{font-size:1.23rem;margin:6px 0}.product-copy{color:#8f9ab1;font-size:.86rem;margin:0 0 20px;flex:1}.product-foot{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:1.25rem;font-weight:850}.add-button{width:42px;height:42px;border:1px solid #4b5772;background:#151c2d;border-radius:50%;font-size:1.4rem;cursor:pointer}.add-button:hover{background:var(--lime);color:#080b10}.promise{padding:100px clamp(22px,5vw,76px);background:#0c101b;border-block:1px solid var(--line)}.promise>div:first-child{max-width:700px;margin-bottom:55px}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.promise-grid article{border-top:1px solid #394158;padding-top:22px}.promise-grid article>span{color:var(--lime);font-size:.75rem}.promise-grid h3{font-size:1.15rem;margin:45px 0 10px}.promise-grid p{color:var(--muted);font-size:.9rem}footer{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:44px clamp(22px,5vw,76px);color:#7f8aa0;font-size:.8rem}footer p:nth-child(2){text-align:center}footer p:last-child{text-align:right}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.66);z-index:40;opacity:0;pointer-events:none;transition:.25s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;width:min(460px,100%);height:100vh;background:#0c101a;z-index:50;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column;padding:32px;border-left:1px solid var(--line)}.cart-drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:start;padding-bottom:27px;border-bottom:1px solid var(--line)}.drawer-head h2{font-size:2.4rem}.drawer-head button{background:none;border:0;font-size:2.2rem;cursor:pointer}.cart-items{overflow:auto;flex:1}.empty-cart{text-align:center;color:#8792a8;padding-top:110px}.empty-cart span{display:grid;place-items:center;margin:auto;width:58px;height:58px;border:1px solid #394158;border-radius:50%}.empty-cart h3{color:#fff}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item small{color:#8390a8}.cart-item button{background:none;border:0;color:#aab3c7;text-decoration:underline;cursor:pointer}.cart-summary{border-top:1px solid var(--line);padding-top:22px}.cart-summary>div{display:flex;justify-content:space-between;font-size:1.12rem}.cart-summary p{color:#7f8aa0;font-size:.75rem}.cart-summary button{width:100%;padding:15px;border:0;border-radius:5px;background:var(--lime);color:#080b10;font-weight:850;cursor:pointer}.cart-summary button:disabled{background:#252b38;color:#686f7e;cursor:not-allowed}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,120px);background:#f5f7ff;color:#080b10;border-radius:4px;padding:12px 18px;font-weight:750;z-index:70;transition:.25s}.toast.show{transform:translate(-50%,0)}@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;min-height:730px;align-items:start;padding-top:70px}.hero-copy{max-width:590px}.hero-image{width:90%;height:45%;top:auto;bottom:0;opacity:.76}.category-strip{grid-template-columns:repeat(2,1fr)}.product-grid,.promise-grid{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:1fr;gap:14px}footer p:nth-child(2),footer p:last-child{text-align:left}}@media(max-width:600px){.announcement{font-size:.7rem}.site-header{height:66px}.hero{min-height:700px;padding-top:48px}.hero h1{font-size:3.35rem}.hero-image{width:120%;right:-30%;height:43%}.trust-line{gap:10px}.category-strip{padding:0}.category{padding:17px 12px}.shop-section,.promise{padding-top:72px;padding-bottom:72px}.section-heading{display:block}.section-heading>p{margin-top:18px}.product-grid,.promise-grid{grid-template-columns:1fr}.product-card{min-height:360px}.promise-grid{gap:28px}.promise-grid h3{margin-top:25px}.cart-drawer{padding:24px}}

.product-card{cursor:pointer}.product-card:focus-visible{outline:2px solid var(--lime);outline-offset:3px}.product-foot{gap:10px}.view-button{border:0;background:none;color:#c7d3ff;text-decoration:underline;cursor:pointer;font-size:.78rem;margin-left:auto}.modal-open{overflow:hidden}.product-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.78);z-index:55;opacity:0;pointer-events:none;transition:.25s}.product-modal-backdrop.open{opacity:1;pointer-events:auto}.product-modal{position:fixed;inset:4vh 4vw;z-index:60;background:#0d121e;border:1px solid #303a51;border-radius:14px;display:grid;grid-template-columns:1.15fr .85fr;gap:38px;padding:34px;overflow:auto;opacity:0;transform:translateY(24px) scale(.98);pointer-events:none;transition:.28s}.product-modal.open{opacity:1;transform:none;pointer-events:auto}.modal-close{position:absolute;right:20px;top:15px;width:42px;height:42px;border:1px solid #3d4861;background:#141b2b;border-radius:50%;font-size:1.7rem;cursor:pointer;z-index:2}.detail-gallery{min-width:0}.detail-main{height:min(58vh,610px);background:#fff;border-radius:10px;display:grid;place-items:center;overflow:hidden}.detail-main img{width:100%;height:100%;object-fit:contain;padding:18px}.detail-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:6px}.detail-thumb{width:72px;height:72px;flex:0 0 auto;background:#fff;border:2px solid transparent;border-radius:6px;padding:3px;cursor:pointer}.detail-thumb.active{border-color:var(--lime)}.detail-thumb img{width:100%;height:100%;object-fit:contain}.detail-info{display:flex;flex-direction:column;justify-content:center;padding:25px 15px}.detail-info h2{font-size:clamp(2rem,3.4vw,3.8rem);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px}.detail-price{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.detail-price strong{font-size:1.8rem}.detail-price del{color:#7f8ba2}.detail-price span{background:var(--lime);color:#080b10;padding:5px 9px;border-radius:99px;font-size:.72rem;font-weight:850}.stock-line{color:#cbd5e8}.stock-line span{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--lime);margin-right:7px}.spec-box{border-block:1px solid var(--line);padding:20px 0;margin:18px 0}.spec-box h3{font-size:.76rem;text-transform:uppercase;letter-spacing:.13em;color:#8795af}.spec-box p{font-size:1rem;color:#d5dbea}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-actions button{padding:15px;border-radius:5px;font-weight:850;cursor:pointer}.detail-actions button:first-child{background:#182135;color:#fff;border:1px solid #45516b}.detail-actions button:last-child{background:var(--lime);color:#080b10;border:0}.detail-trust{display:flex;flex-wrap:wrap;gap:15px;color:#8190a9;font-size:.72rem;margin-top:18px}@media(max-width:800px){.product-modal{inset:0;grid-template-columns:1fr;padding:20px;border-radius:0;gap:8px}.detail-main{height:42vh}.detail-info{padding:12px 2px}.detail-info h2{font-size:2rem}.detail-actions{position:sticky;bottom:-20px;background:#0d121e;padding:12px 0}.modal-close{position:fixed}}

.product-link{color:inherit;text-decoration:none;display:contents}

@media(max-width:600px){.announcement{padding:8px 10px;font-size:.68rem;white-space:nowrap;overflow:hidden}.site-header{height:60px;padding:0 16px}.brand{font-size:.84rem}.brand span{width:27px;height:27px}.cart-button{padding:8px 11px}.hero{min-height:590px;padding:38px 18px 250px;display:block}.hero h1{font-size:2.9rem;line-height:.94}.hero-text{font-size:1rem}.hero-image{width:125%;right:-36%;height:300px;bottom:0;top:auto;border-radius:90px 0 0 90px}.primary-button{width:100%;justify-content:space-between}.category-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;position:sticky;top:60px;background:#070a12;z-index:15}.category{flex:0 0 auto;min-width:145px;padding:15px 16px;scroll-snap-align:start;white-space:nowrap}.category:first-child{border-left:0}.shop-section{padding:56px 16px}.section-heading h2{font-size:2.25rem}.section-heading>p{font-size:.9rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{min-height:0;padding:12px}.product-visual{height:145px;margin-bottom:14px}.product-visual img{padding:6px}.product-tag{top:8px;left:8px;font-size:.55rem}.product-category{font-size:.6rem}.product-card h3{font-size:.9rem;line-height:1.25;min-height:3.4em}.product-copy{font-size:.72rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-foot{display:grid;grid-template-columns:1fr auto}.product-price{font-size:1rem}.view-button{grid-column:1/-1;display:block;padding:9px 0;text-align:center;background:#172036;border-radius:4px;text-decoration:none;font-size:.75rem}.add-button{width:38px;height:38px;grid-column:2;grid-row:1}.promise{padding:60px 18px}.promise-grid{grid-template-columns:1fr}.cart-drawer{padding:18px}.drawer-head h2{font-size:2rem}}@media(max-width:370px){.product-grid{grid-template-columns:1fr}.product-visual{height:210px}.product-card h3{min-height:0}}
.hero-image{background-image:var(--voltory-hero)!important}
