*{box-sizing:border-box}body{margin:0;font-family:Arial,Tahoma,sans-serif;background:#f4f7fb;color:#10142a}a{text-decoration:none;color:inherit}.top{position:sticky;top:0;background:#ffffffea;backdrop-filter:blur(10px);border-bottom:1px solid #e7e7f5;z-index:10;box-shadow:0 8px 30px rgba(15,23,42,.05)}.wrap{max-width:1380px;margin:auto;padding:0 22px}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:10px;font-size:26px;font-weight:900;color:#111}.brand-logo{height:52px;width:auto;display:block}.navlinks{display:flex;gap:20px;align-items:center;font-size:18px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:14px;background:linear-gradient(135deg,#0A84FF,#A020F0);color:white;font-weight:800;border:0;cursor:pointer;box-shadow:0 10px 24px rgba(10,132,255,.22);transition:.25s}.btn:hover{opacity:.92;transform:translateY(-2px)}.btn.alt{background:white;color:#6b22e8;border:1px solid #9b3ee8;box-shadow:none}.hero{padding:55px 0 30px;background:radial-gradient(circle at top left,#eaf6ff 0,#f4e9ff 45%,#ffffff 100%)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}.hero h1{font-size:46px;line-height:1.05;margin:0 0 16px;color:#0c1022}.hero p{font-size:18px;color:#4b5563;margin:0 0 24px}.hero-logo{height:92px;width:auto;margin-bottom:18px;filter:drop-shadow(0 14px 24px rgba(160,32,240,.18))}.panel{background:white;border:1px solid #e7e7f5;border-radius:24px;padding:24px;box-shadow:0 15px 40px rgba(10,132,255,.10)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.stat{background:linear-gradient(135deg,#eef7ff,#f4eaff);border-radius:16px;padding:16px;text-align:center}.stat b{font-size:24px;color:#7b22ff;display:block}.section{padding:34px 0 54px}.section h2{font-size:30px;margin:0}.toolbar{display:flex;gap:14px;align-items:center;justify-content:space-between;margin-bottom:22px;flex-wrap:wrap;background:#fff;border:1px solid #e7eaf3;border-radius:18px;padding:16px 18px;box-shadow:0 12px 30px rgba(15,23,42,.06)}.search{flex:1;max-width:360px;min-width:220px;padding:13px 14px;border:1px solid #dfe3f5;border-radius:12px;font-size:15px;background:#f8fafc}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch}.card{background:white;border:1px solid #e4e9f5;border-radius:22px;overflow:hidden;box-shadow:0 16px 38px rgba(15,23,42,.08);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(15,23,42,.12)}.card>a{display:block;background:#fff}.card img{width:100%;height:255px;aspect-ratio:auto;object-fit:contain;background:#f8fafc;padding:10px}.card-body{padding:18px;display:flex;flex-direction:column;gap:11px;flex:1}.title{font-weight:900;font-size:20px;line-height:1.2;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:72px}.desc{font-size:15px;color:#526071;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:70px}.price{font-size:25px;font-weight:900;color:#6729f4}.old{text-decoration:line-through;color:#9ca3af;font-size:15px;margin-left:8px}.badge{display:inline-block;align-self:flex-start;background:#efe9ff;color:#6d28d9;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}.card .btn{width:100%;margin-top:auto;border-radius:16px;padding:15px 18px;font-size:18px;box-shadow:0 14px 28px rgba(103,41,244,.2)}.footer{padding:30px 0;background:#080b18;color:white;margin-top:30px}.footer-logo{height:46px;width:auto;display:block;margin-bottom:10px}.float-wa{position:fixed;right:24px;bottom:24px;width:64px;height:64px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #0003;z-index:20}.float-wa img{width:32px}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.product-page img{width:100%;border-radius:24px;background:#f3f4f6}.box{background:white;border:1px solid #e7e7f5;border-radius:24px;padding:24px}.qty{width:90px;padding:12px;border:1px solid #dfe3f5;border-radius:12px}.empty{background:white;border-radius:18px;padding:25px;text-align:center;color:#63756e}@media(max-width:1200px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card img{height:235px}}@media(max-width:900px){.hero-grid,.product-page{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero h1{font-size:34px}.navlinks{display:none}.toolbar{display:block}.search{max-width:100%;width:100%;margin-top:14px}.card img{height:220px}}@media(max-width:520px){.grid{grid-template-columns:1fr}.hero{padding-top:35px}.wrap{padding:0 14px}.stats{grid-template-columns:1fr}.brand-logo{height:40px}.hero-logo{height:64px}.card img{height:260px}.title{min-height:auto}.desc{min-height:auto}.float-wa{right:16px;bottom:16px}}
