:root{--bg:#f7f8ff;--surface:#fff;--text:#111a44;--muted:#66708d;--line:#e6e8f2;--blue:#163bcb;--purple:#8b11e8;--grad:linear-gradient(120deg,#143bd0,#a90be9);--shadow:0 20px 50px rgba(25,32,80,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.topbar{text-align:center;padding:9px;background:#111a44;color:white;font-size:13px}.header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:28px;padding:12px 5%;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand img{width:160px;height:62px;object-fit:contain}.header nav{display:flex;gap:24px;flex:1}.header a{text-decoration:none;color:var(--text);font-weight:650}.actions{display:flex;gap:8px;align-items:center}.icon-btn,.cart-btn,.secondary{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;padding:10px 13px;font-weight:700;cursor:pointer}.cart-btn{background:#111a44;color:white;border-color:#111a44}.cart-btn span{background:#a90be9;padding:2px 7px;border-radius:99px;margin-left:5px}.hero{min-height:620px;padding:70px 8%;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;background:radial-gradient(circle at 80% 20%,#e8d8ff 0,transparent 30%),radial-gradient(circle at 10% 30%,#dbe7ff 0,transparent 30%)}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;color:#7b20d8}.hero h1{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-4px;margin:16px 0}.hero h1 span{background:var(--grad);-webkit-background-clip:text;color:transparent}.hero p{font-size:19px;line-height:1.7;color:var(--muted);max-width:640px}.hero-actions{display:flex;gap:12px;margin-top:28px}.primary{border:0;background:var(--grad);color:white;border-radius:14px;padding:14px 20px;font-weight:800;cursor:pointer;box-shadow:0 12px 25px rgba(119,31,220,.25)}.hero-art{height:420px;position:relative;display:grid;place-items:center}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb1{width:330px;height:330px;background:linear-gradient(135deg,#2346db,#9e0ce8);opacity:.8}.orb2{width:240px;height:240px;border:1px solid white;background:rgba(255,255,255,.16);backdrop-filter:blur(15px)}.hero-card{position:relative;z-index:2;width:300px;padding:24px;border-radius:28px;background:rgba(255,255,255,.82);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;gap:7px}.hero-card img{width:220px;height:150px;object-fit:contain}.hero-card strong{font-size:22px}.hero-card span{color:var(--muted)}.section{padding:80px 6%}.section.tinted{background:#f0efff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.section-head h2{font-size:38px;letter-spacing:-1.5px;margin:7px 0}.section-head>a{color:#6b16d7;font-weight:800}.search-wrap{display:flex;gap:8px}.search-wrap input,.search-wrap select,.modal input,.modal textarea{border:1px solid var(--line);background:var(--surface);padding:12px;border-radius:11px;color:var(--text)}.search-wrap input{min-width:230px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category{padding:24px 16px;border:1px solid var(--line);border-radius:20px;background:var(--surface);cursor:pointer;transition:.2s;box-shadow:0 8px 20px rgba(25,32,80,.04)}.category:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category .emoji{font-size:30px}.category b{display:block;margin-top:12px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:var(--surface);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 25px rgba(25,32,80,.05);transition:.2s}.product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-img{height:220px;background:linear-gradient(135deg,#edf0ff,#f8eaff);display:grid;place-items:center;position:relative}.product-img img{width:80%;height:80%;object-fit:contain}.badge{position:absolute;top:12px;left:12px;background:#111a44;color:white;padding:6px 9px;border-radius:8px;font-size:11px;font-weight:800}.product-body{padding:17px}.product-body h3{margin:0 0 7px;font-size:18px}.product-body p{color:var(--muted);font-size:13px;line-height:1.5;min-height:40px}.price{font-weight:900;font-size:19px}.old{text-decoration:line-through;color:#9aa0b6;font-size:13px;margin-left:6px}.product-actions{display:flex;gap:8px;margin-top:14px}.product-actions button{flex:1}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dfe2ef}.benefits div{background:#111a44;color:white;padding:35px 6%;display:flex;flex-direction:column;gap:8px}.benefits span{color:#bfc6e0;font-size:14px}footer{padding:50px 6%;background:#0d1436;color:white}footer img{width:190px;height:100px;object-fit:contain;background:white;border-radius:10px}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-inner div{display:flex;flex-direction:column;gap:10px}.footer-inner h4{margin:0 0 5px}.footer-inner a{color:#c9cde0;text-decoration:none}.modal{position:fixed;inset:0;background:rgba(8,12,35,.62);z-index:50;display:grid;place-items:center;padding:20px}.hidden{display:none}.modal-box{width:min(650px,100%);max-height:90vh;overflow:auto;background:var(--surface);border-radius:24px;padding:28px;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.3)}.close{position:absolute;right:15px;top:12px;border:0;background:none;font-size:30px;cursor:pointer;color:var(--muted)}.form{display:grid;gap:12px}.form input,.form textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px}.toast{position:fixed;right:20px;bottom:20px;background:#111a44;color:white;padding:13px 17px;border-radius:12px;transform:translateY(120px);transition:.25s;z-index:80}.toast.show{transform:translateY(0)}body.dark{--bg:#0b1028;--surface:#121a38;--text:#f3f5ff;--muted:#aab2ce;--line:#273054}body.dark .header{background:rgba(18,26,56,.92)}body.dark .product-img{background:linear-gradient(135deg,#182143,#28133f)}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.hero{grid-template-columns:1fr}.hero-art{display:none}.benefits{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.header{padding:8px 4%;gap:10px}.header nav{display:none}.brand img{width:130px;height:55px}.actions{margin-left:auto}.icon-btn{display:none}.hero{padding:55px 6%;min-height:auto}.hero h1{font-size:46px;letter-spacing:-2.5px}.section{padding:55px 5%}.section-head{align-items:flex-start;flex-direction:column}.search-wrap{width:100%;flex-direction:column}.search-wrap input{min-width:0}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-img{height:150px}.product-body{padding:12px}.product-body h3{font-size:15px}.category-grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.hero-actions{flex-direction:column}}
