*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f7fb;color:#111827;min-height:100vh;background-size:cover;background-attachment:fixed}.wrap{width:min(1180px,92%);margin:auto}.top{background:#ffffffee;backdrop-filter:blur(14px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#111827;font-weight:800;font-size:20px}.brand img{width:42px;height:42px;object-fit:contain;border-radius:10px}.social{display:flex;gap:18px}.social a{color:#4b5563;text-decoration:none;font-size:14px}.hero{margin:34px 0 42px;border-radius:28px;padding:62px 7%;background:linear-gradient(135deg,#111827ee,#374151dd);color:white;box-shadow:0 20px 50px #0002}.hero h1{font-size:clamp(36px,6vw,66px);line-height:1;margin:16px 0}.hero p{font-size:18px;color:#d1d5db}.pill{display:inline-block;padding:8px 12px;border-radius:999px;background:#fff2;color:#fff;font-size:13px}.share,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:12px 17px;background:var(--brand);color:white;text-decoration:none;font-weight:700;cursor:pointer}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-head h2{font-size:30px;margin:0}.section-head span{color:#6b7280}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-bottom:60px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #00000008;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #0002}.pic{height:230px;background:#f1f5f9}.pic img,.product-img img{width:100%;height:100%;object-fit:cover}.noimg{height:100%;display:grid;place-items:center;font-size:55px}.info{padding:17px}.info h3{margin:0 0 7px;font-size:18px}.info p{height:42px;color:#6b7280;font-size:14px;overflow:hidden}.info strong,.price{font-size:24px;color:var(--brand)}.actions{display:flex;gap:8px;margin-top:15px}.icon{padding:11px;border-radius:12px;background:#eef2ff;color:#374151;text-decoration:none;font-size:12px;font-weight:700}.empty{grid-column:1/-1;background:#fff;padding:50px;text-align:center;border-radius:20px}.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;padding:55px 0}.product-img{height:520px;background:#eef2f7;border-radius:28px;overflow:hidden}.product-page h1{font-size:clamp(36px,5vw,60px);margin:15px 0}.price{font-weight:800;margin:18px 0}.desc{font-size:17px;line-height:1.7;color:#4b5563;margin-bottom:30px}footer{padding:30px 0;color:#6b7280;text-align:center}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr}.product-img{height:380px}}@media(max-width:560px){.social{display:none}.grid{grid-template-columns:1fr}.hero{padding:42px 24px}.pic{height:260px}.nav{height:66px}.product-img{height:320px}}