*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f7f8fb;color:#111827}.hero{background:linear-gradient(135deg,#fff,#eef4ff);text-align:center;padding:34px 18px 28px;border-bottom:1px solid #e5e7eb}.brand-mark{font-weight:800;font-size:18px;margin-bottom:16px}.eyebrow{font-size:14px;color:#6b7280;margin-bottom:4px}.hero h1{margin:0;font-size:clamp(34px,7vw,52px);letter-spacing:-1.5px}.hero p{margin:7px 0 20px;color:#6b7280}.whatsapp-top,.order{display:inline-block;background:#111827;color:#fff;text-decoration:none;border:0;border-radius:12px;padding:11px 16px;font-weight:700;cursor:pointer}.whatsapp-top:hover,.order:hover{opacity:.9}.filters{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;padding:18px}.filter{border:1px solid #d1d5db;background:#fff;color:#374151;padding:9px 14px;border-radius:999px;font-weight:700;cursor:pointer}.filter.active{background:#111827;color:#fff;border-color:#111827}.container{max-width:1180px;margin:0 auto;padding:6px 18px 42px}.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(17,24,39,.06);display:flex;flex-direction:column;min-width:0}.product-card img,.placeholder{width:100%;height:250px;object-fit:cover;background:#f1f3f6}.placeholder{display:grid;place-items:center;font-size:78px}.product-info{padding:15px}.product-info h2{font-size:18px;margin:0 0 8px}.price{font-weight:800;font-size:18px;margin:0 0 13px}.order{width:100%;font-size:15px}footer{text-align:center;color:#6b7280;padding:24px 15px;border-top:1px solid #e5e7eb;font-size:14px}@media(max-width:520px){.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card img,.placeholder{height:180px}.placeholder{font-size:58px}.product-info{padding:12px}.product-info h2{font-size:15px}.price{font-size:16px}.order{padding:10px 8px;font-size:13px}.hero{padding-top:26px}}