
:root{--bg:#0d1117;--panel:#121821;--card:#171f2a;--ink:#f4f7fb;--muted:#9aa7b8;--line:rgba(255,255,255,.10);--red:#ff3b30;--orange:#ff8a1f;--soft:#f4f6f8;--dark:#070a0f;--shadow:0 24px 90px rgba(0,0,0,.35)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;min-width:320px}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}.container{max-width:1320px;width:calc(100% - 48px);margin:0 auto}.topline{background:#070a0f;color:#dce6f5;border-bottom:1px solid var(--line);font-size:12px}.topline .container{height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}.header{background:#101721;position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line)}.nav{height:78px;display:grid;grid-template-columns:260px 1fr 250px;align-items:center;gap:24px}.logo{font-size:29px;font-weight:950;letter-spacing:-1.3px}.logo span{color:var(--orange)}.menu{display:flex;justify-content:center;gap:24px;font-size:14px;font-weight:850;color:#dce6f5}.actions{display:flex;justify-content:flex-end;gap:14px;align-items:center;font-weight:800}.cart{background:var(--orange);color:#111;border-radius:999px;padding:12px 16px;font-weight:950}.hero{background:radial-gradient(circle at 70% 10%,rgba(255,138,31,.20),transparent 34%),linear-gradient(180deg,#141c27 0%,#0d1117 100%);padding:54px 0 44px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.20em;color:var(--orange);font-size:12px;font-weight:950;margin:0 0 16px}h1{font-size:clamp(54px,7vw,104px);line-height:.9;letter-spacing:-.075em;margin:0 0 22px;font-weight:950}.lead{font-size:21px;line-height:1.45;color:#c8d3e2;max-width:640px;margin:0}.hero-card{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow)}.finder{background:#fff;color:#111;border-radius:24px;padding:24px;box-shadow:var(--shadow)}.finder h2{font-size:28px;margin:0 0 14px;letter-spacing:-.04em;color:#111}.finder-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.finder input,.finder select{border:1px solid #d7dde7;border-radius:14px;padding:15px;font:inherit;background:#fff}.btn{border:0;border-radius:14px;background:var(--orange);color:#111;padding:15px 20px;font-weight:950;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;min-height:50px}.btn.dark{background:#111;color:#fff}.btn.full{width:100%;margin-top:12px}.hero-image-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.part-tile{background:#fff;border-radius:18px;overflow:hidden;height:180px}.part-tile img{width:100%;height:100%;object-fit:cover}.usp{background:#f4f6f8;color:#111}.usp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:18px 0;text-align:center;font-size:14px;font-weight:850}.main{background:#f4f6f8;color:#111;padding-bottom:70px}.category-bar{padding:26px 0}.categories{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.cat{background:#fff;border-radius:18px;padding:20px;border:1px solid #e7ebf0}.cat b{display:block;font-size:18px;margin-bottom:6px}.cat span{color:#667085;font-size:13px}.section{padding:34px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}h2{font-size:clamp(36px,4.8vw,68px);line-height:.92;letter-spacing:-.06em;margin:0;color:#111}.section-head p{max-width:520px;color:#667085;line-height:1.55;margin:0;font-size:17px}.shop-layout{display:grid;grid-template-columns:260px 1fr;gap:24px}.sidebar{background:#fff;border-radius:22px;padding:22px;border:1px solid #e7ebf0;align-self:start;position:sticky;top:100px}.sidebar h3{margin:0 0 16px}.check{display:flex;gap:9px;align-items:center;margin:12px 0;color:#344054;font-weight:700}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{background:#fff;border-radius:22px;overflow:hidden;border:1px solid #e7ebf0;position:relative;box-shadow:0 12px 34px rgba(16,24,40,.06)}.badge{position:absolute;top:12px;left:12px;background:#111;color:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:950;z-index:2}.product-img{height:230px;background:#fff;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #eef1f5}.product-img img{width:100%;height:100%;object-fit:contain;padding:18px;transition:.25s}.product:hover img{transform:scale(1.04)}.product-body{padding:18px}.kind{color:var(--orange);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:950}.product h3{font-size:21px;letter-spacing:-.04em;margin:8px 0 8px;color:#111}.product p{color:#667085;line-height:1.45;margin:0 0 14px}.price{font-size:26px;font-weight:950;margin-bottom:14px}.b2b{background:#111;color:#fff;border-radius:28px;padding:38px;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.b2b h2{color:#fff}.b2b p{color:#c8d3e2;line-height:1.65}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:#fff;border-radius:20px;padding:22px;border:1px solid #e7ebf0}.step b{font-size:34px;color:var(--orange)}.step h3{margin:12px 0 8px}.step p{color:#667085;line-height:1.55}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.panel{background:#fff;border-radius:24px;padding:34px;border:1px solid #e7ebf0}.panel p,.panel li{color:#667085;line-height:1.7}.form{display:grid;gap:14px}.form input,.form textarea{border:1px solid #d7dde7;border-radius:14px;padding:15px;font:inherit}.form textarea{min-height:130px}.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid #e7ebf0;border-radius:18px;padding:18px}.faq summary{font-weight:950;cursor:pointer}.faq p{color:#667085;line-height:1.7}.cart-item{background:#fff;border-radius:16px;padding:16px;margin-bottom:10px;display:flex;justify-content:space-between;border:1px solid #e7ebf0}.legal{background:#f4f6f8;color:#111;padding:60px 0}.legal-box{max-width:980px;margin:0 auto;background:#fff;border-radius:24px;padding:42px;border:1px solid #e7ebf0}.legal-box h1{font-size:52px;letter-spacing:-.06em;margin:0 0 24px}.legal-box h2{font-size:27px;letter-spacing:-.04em;margin-top:30px}.legal-box p,.legal-box li{color:#5d6676;line-height:1.75}.footer{background:#070a0f;color:#fff;padding:50px 0 28px}.footer-grid{display:grid;grid-template-columns:1.15fr .75fr .85fr .95fr;gap:34px}.footer a{display:block;color:#c8d3e2;margin:10px 0;font-weight:720}.footer p{color:#c8d3e2;line-height:1.65}.footer h3{margin:0 0 14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:18px;color:#8fa1b8;font-size:13px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}.newsletter{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:16px}.newsletter input{width:100%;padding:13px;border:0;border-radius:12px;margin:8px 0;color:#111}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(20px);opacity:0;background:#111;color:#fff;border-radius:999px;padding:14px 20px;z-index:80;transition:.25s;font-weight:900}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}@media(max-width:1050px){.container{width:calc(100% - 28px)}.menu{display:none}.nav{grid-template-columns:1fr auto}.hero-grid,.shop-layout,.b2b,.split,.footer-grid{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.categories,.process{grid-template-columns:1fr 1fr}.sidebar{position:static}.usp-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.grid,.categories,.process,.usp-grid,.finder-grid,.hero-image-grid{grid-template-columns:1fr}h1{font-size:52px}.actions a:not(.cart){display:none}}
