:root{
  --bg:#f7f9fc;--card:#fff;--text:#14243a;--muted:#6d7b8d;--line:#e4eaf2;
  --blue:#1468ef;--blue2:#0b52c9;--nav:#0d2238;--red:#ef3e45;--shadow:0 10px 28px rgba(20,36,58,.07)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text)}
button,input{font:inherit}button{cursor:pointer}.container{width:min(1160px,calc(100% - 32px));margin:auto}
.site-header{background:var(--card);position:sticky;top:0;z-index:20;box-shadow:0 1px 0 var(--line)}
.topbar{height:82px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;min-width:250px}.brand-mark{font-size:34px}.brand strong{display:block;font-size:24px;letter-spacing:-1px;color:var(--blue)}.brand small{display:block;font-size:10px;color:var(--muted);font-weight:600}
.search{height:46px;border:1px solid var(--line);border-radius:24px;display:flex;align-items:center;gap:10px;padding:0 17px;flex:1;background:#fbfcfe}.search span{font-size:26px;line-height:0;color:var(--blue)}.search input{border:0;outline:0;background:transparent;width:100%;font-size:14px;color:var(--text)}
.header-actions{display:flex;gap:8px}.icon-btn,.nav-item,.link-btn{border:0;background:transparent;color:var(--text)}.icon-btn{padding:10px}.nav{background:var(--nav);color:#fff}.nav-inner{display:flex;align-items:center;gap:6px;overflow:auto}.nav-item{color:#dfe8f2;padding:16px 18px;white-space:nowrap}.nav-item.active,.nav-item:hover{color:#fff;background:rgba(255,255,255,.08)}
.hero{margin-top:18px;border-radius:22px;min-height:370px;background:linear-gradient(115deg,#eaf3ff,#f8fbff);display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden}.hero-copy{padding:54px 34px}.eyebrow{font-size:13px;font-weight:800;color:var(--blue);letter-spacing:.4px}.hero h1{font-size:43px;line-height:1.08;margin:14px 0 18px;letter-spacing:-1.8px}.hero h1 span{color:var(--blue)}.hero-text{color:var(--muted);max-width:650px;line-height:1.65}.hero-actions{display:flex;gap:12px;margin-top:24px}.primary,.secondary{border-radius:11px;padding:13px 18px;border:1px solid var(--line);font-weight:700}.primary{background:var(--blue);color:white;border-color:var(--blue)}.secondary{background:white;color:var(--text)}
.hero-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:340px}.platform{position:absolute;top:35px;left:28%;font-size:25px;font-weight:800;color:#f4511e}.platform.amazon{left:55%;color:#111}.product-orbit{display:flex;align-items:center;gap:12px;margin-top:38px}.hero-product{width:90px;height:90px;border-radius:28px;background:white;box-shadow:var(--shadow);display:grid;place-items:center;font-size:48px;transform:rotate(-7deg)}.hero-product.watch{transform:translateY(-35px) rotate(5deg)}.hero-product.game{transform:translateY(28px) rotate(6deg)}.hero-product.shoe{transform:translateY(18px) rotate(-4deg)}.discount-badge{position:absolute;right:25px;top:80px;width:82px;height:82px;border-radius:50%;background:#ffba18;color:#17233a;display:grid;place-items:center;text-align:center;font-size:11px;font-weight:800;transform:rotate(8deg)}.discount-badge strong{font-size:22px}
.section{padding-top:38px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section h2{margin:0;font-size:25px;letter-spacing:-.5px}.link-btn{color:var(--blue);font-weight:700}.categories{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.category{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:14px 7px;min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--text);transition:.18s}.category:hover,.category.selected{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#bcd4fa}.category span{font-size:34px;background:#eef6ff;width:58px;height:58px;border-radius:50%;display:grid;place-items:center}.category b{font-size:12px}.category small{color:var(--muted)}
.products{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.product{background:var(--card);border:1px solid var(--line);border-radius:13px;overflow:hidden;position:relative;display:flex;flex-direction:column;min-width:0}.product-media{height:155px;background:linear-gradient(135deg,#f5f8fc,#eef4fb);display:grid;place-items:center;font-size:70px;position:relative}.sale{position:absolute;right:9px;top:9px;background:var(--red);color:white;padding:5px 7px;border-radius:9px;font-size:10px;font-weight:800}.heart{position:absolute;left:8px;top:8px;border:0;background:#fff;width:29px;height:29px;border-radius:50%;font-size:18px}.product-body{padding:11px;display:flex;flex-direction:column;flex:1}.product h3{font-size:12px;line-height:1.35;margin:0 0 5px;min-height:33px}.rating{font-size:11px;color:#f5a400;margin-bottom:5px}.rating span{color:var(--muted)}.price{font-weight:800;color:var(--red);font-size:17px}.old{text-decoration:line-through;color:#9aa6b4;font-size:11px;margin-left:4px}.platform-label{margin:8px 0;color:var(--muted);font-size:11px;font-weight:700}.product-action{margin-top:auto;border:0;background:var(--blue);color:white;border-radius:8px;padding:9px;font-size:11px;font-weight:800}
.empty{text-align:center;padding:50px;color:var(--muted)}.empty div{font-size:40px}.empty h3{color:var(--text)}
.trust{margin-top:38px;background:#edf5ff;border-radius:15px;padding:19px;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.trust>div{display:grid;grid-template-columns:40px 1fr;column-gap:8px;align-items:center}.trust span{grid-row:span 2;font-size:25px}.trust b{font-size:12px}.trust small{font-size:10px;color:var(--muted);line-height:1.4}
.info{margin-top:38px;background:white;border:1px solid var(--line);border-radius:18px;padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:30px}.info h2{font-size:27px;max-width:500px}.info ol{list-style:none;padding:0;margin:0;display:grid;gap:14px}.info li{display:flex;gap:14px;align-items:center;background:#f7f9fc;padding:15px;border-radius:12px}.info li b{color:var(--blue);font-size:18px}.info li span{font-size:13px}
.footer{margin-top:45px;background:var(--nav);color:#dbe5ef;padding:40px 0 15px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.5fr;gap:35px}.footer .brand strong{color:white}.footer .brand small,.footer p{color:#9eb0c2}.footer h4{color:white;margin:0 0 13px}.footer a{display:block;color:#b7c6d5;text-decoration:none;font-size:12px;margin:9px 0}.newsletter{display:flex}.newsletter input{min-width:0;flex:1;padding:11px;border:0;border-radius:8px 0 0 8px}.newsletter button{border:0;background:var(--blue);color:white;padding:0 13px;border-radius:0 8px 8px 0;font-weight:700}.footer-bottom{border-top:1px solid #294057;margin-top:30px;padding-top:15px;display:flex;justify-content:space-between;color:#8195aa;font-size:10px}
.toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%,20px);background:#12263d;color:#fff;padding:12px 18px;border-radius:10px;opacity:0;pointer-events:none;transition:.25s;z-index:50;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}
.dark{--bg:#091521;--card:#102235;--text:#edf5ff;--muted:#9bb0c4;--line:#20384e}.dark .search,.dark .secondary,.dark .product-media,.dark .category span,.dark .info li{background:#0c1c2b}.dark .hero{background:linear-gradient(115deg,#10263d,#0e2032)}.dark .heart{background:#173047;color:white}
@media(max-width:1000px){.categories{grid-template-columns:repeat(4,1fr)}.products{grid-template-columns:repeat(3,1fr)}.hero{grid-template-columns:1fr}.hero-art{display:none}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.container{width:min(100% - 20px,1160px)}.topbar{height:auto;padding:12px 0;flex-wrap:wrap;gap:10px}.brand{min-width:0}.search{order:3;flex-basis:100%}.desktop-only{display:none}.hero-copy{padding:35px 20px}.hero h1{font-size:33px}.hero-actions{flex-direction:column}.categories{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:repeat(2,1fr)}.product-media{height:130px}.trust{grid-template-columns:1fr 1fr}.info{grid-template-columns:1fr;padding:22px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}}
