
:root{--navy:#071b31;--navy2:#0c2948;--orange:#ff6b00;--bg:#f5f7fa;--text:#122033;--muted:#657083;--white:#fff;--line:#e2e7ed}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}.container{width:min(1180px,92%);margin:auto}
.topbar{background:var(--navy);color:#dbe7f3;font-size:12px}.topbar-inner{display:flex;justify-content:space-between;padding:9px 0}
.header{background:#fff;position:sticky;top:0;z-index:10;box-shadow:0 1px 10px #00152b12}.header-main{height:94px;display:grid;grid-template-columns:220px 1fr auto;gap:24px;align-items:center}.brand img{width:205px;height:72px;object-fit:cover;object-position:center;border-radius:8px}.search{display:flex;border:2px solid #dfe5eb;border-radius:10px;overflow:hidden;background:#fff}.search input{border:0;outline:0;padding:15px;width:100%;font-size:14px}.search button{border:0;background:var(--orange);color:#fff;font-weight:700;padding:0 20px;cursor:pointer}.header-actions{display:flex;gap:8px}.ghost,.cart-btn{padding:12px 14px;border-radius:9px;border:1px solid var(--line);background:#fff;font-weight:700;cursor:pointer}.cart-btn{background:var(--navy);color:#fff}.cart-btn span{background:var(--orange);border-radius:99px;padding:2px 7px;margin-left:5px}.nav{border-top:1px solid var(--line)}.nav-inner{display:flex;gap:30px;align-items:center;min-height:48px;overflow:auto}.nav a{white-space:nowrap;text-decoration:none;color:#253247;font-weight:700;font-size:13px}.nav a:hover,.nav .offers{color:var(--orange)}
.hero{background:linear-gradient(120deg,var(--navy) 0%,#0a2747 65%,#143c62 100%);color:#fff;padding:76px 0}.hero-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:70px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;color:var(--orange)}.hero h1{font-size:54px;line-height:1.03;margin:12px 0 18px;max-width:700px}.hero h1 span{color:var(--orange)}.hero p{font-size:18px;line-height:1.7;color:#d5e0ec;max-width:650px}.hero-actions{display:flex;gap:12px;margin:30px 0}.primary,.secondary{text-decoration:none;padding:15px 22px;border-radius:9px;font-weight:800}.primary{background:var(--orange);color:#fff}.secondary{border:1px solid #66819b;color:#fff}.trust{display:flex;gap:22px;font-size:12px;color:#b9cadb}.hero-panel{border:1px solid #315371;background:#ffffff0a;border-radius:20px;padding:34px}.hero-panel .bolt{font-size:52px}.hero-panel h3{font-size:25px;margin:14px 0}.hero-panel p{font-size:14px}.section{padding:64px 0}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section-head h2{font-size:32px;margin:6px 0}.muted{color:var(--muted);font-size:13px}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category{text-decoration:none;color:inherit;border:1px solid var(--line);border-radius:14px;padding:25px;transition:.2s;background:#fff}.category:hover{transform:translateY(-3px);box-shadow:0 12px 30px #001b3512;border-color:#ffc69e}.category b{font-size:31px}.category h3{margin:18px 0 8px}.category p{font-size:13px;color:var(--muted);line-height:1.6}.products-section{background:var(--bg)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;display:flex;flex-direction:column}.product-visual{height:145px;border-radius:10px;background:linear-gradient(135deg,#eef2f6,#fff);display:grid;place-items:center;font-size:55px}.product small{color:var(--muted);margin-top:16px}.product h3{font-size:15px;line-height:1.45;min-height:44px}.price{font-size:22px;font-weight:800;margin:6px 0 14px}.product button{margin-top:auto;background:var(--orange);color:#fff;border:0;border-radius:8px;padding:12px;font-weight:800;cursor:pointer}.b2b{background:var(--navy);color:#fff;border-radius:20px;padding:45px;display:flex;justify-content:space-between;align-items:center;gap:30px}.b2b h2{font-size:32px;margin:8px 0}.b2b p{color:#c9d7e5;max-width:760px;line-height:1.6}.b2b button{background:var(--orange);color:#fff;border:0;border-radius:9px;padding:15px 22px;font-weight:800;white-space:nowrap;cursor:pointer}.light{color:#ff9a51}footer{background:#061525;color:#b9c7d5;padding:48px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-grid h3,.footer-grid b{color:#fff}.footer-grid a{display:block;color:#b9c7d5;text-decoration:none;margin-top:12px;font-size:13px}.copyright{border-top:1px solid #26384a;margin-top:35px;padding-top:20px;font-size:12px}.cart-drawer{position:fixed;z-index:30;right:-420px;top:0;width:min(400px,92vw);height:100vh;background:#fff;padding:24px;box-shadow:-10px 0 30px #0002;transition:.25s;overflow:auto}.cart-drawer.open{right:0}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.cart-head button{border:0;background:none;font-size:30px;cursor:pointer}.cart-item{padding:16px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:12px;font-size:13px}.cart-total{display:flex;justify-content:space-between;font-size:18px;padding:22px 0}.checkout{width:100%;padding:15px;background:var(--orange);color:#fff;border:0;border-radius:9px;font-weight:800}.overlay{display:none;position:fixed;inset:0;background:#0007;z-index:20}.overlay.open{display:block}
@media(max-width:900px){.header-main{grid-template-columns:1fr auto;height:auto;padding:12px 0}.brand img{width:160px;height:56px}.search{grid-column:1/-1;grid-row:2}.ghost{display:none}.hero-grid{grid-template-columns:1fr}.hero{padding:50px 0}.hero h1{font-size:40px}.categories,.products{grid-template-columns:repeat(2,1fr)}.hero-panel{display:none}.b2b{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.topbar-inner span:last-child{display:none}.nav-inner{gap:20px}.hero h1{font-size:34px}.hero p{font-size:15px}.trust{flex-direction:column;gap:8px}.categories,.products{grid-template-columns:1fr}.section{padding:45px 0}.section-head{display:block}.b2b{padding:28px}.footer-grid{grid-template-columns:1fr}.header-actions .cart-btn{padding:10px}.brand img{width:145px}}
