.hero-store{padding:40px 0 20px;background:linear-gradient(180deg,#fafafa,#fff)}.hero-in{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.hero-text{max-width:700px}.hero-text h1{font-size:2rem;margin-bottom:8px;color:#1f2937}.hero-subtitle{font-size:1.05rem;color:#4b5563;margin-bottom:12px}.hero-badges .badge{background:#fff2c2;padding:6px 10px;border-radius:12px;margin-right:8px;display:inline-block;font-size:0.85rem}.hero-figure img{width:150px;opacity:0.9;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.section.store{padding:40px 0}.section_title{text-align:center;margin-bottom:24px}.section_title h2{margin-bottom:8px;font-size:1.6rem}.section-subtitle{color:#6b7280;font-size:1rem}.products-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.product-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #eee;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.product-media img{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}.product-body{padding:14px}.product-title{margin:0 0 6px;font-size:1.05rem;color:#111827}.product-desc{color:#4b5563;font-size:0.95rem;margin-bottom:10px;line-height:1.4}.product-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:space-between}.product-meta .price{font-weight:700;color:#c59d5f}.product-meta .chip{background:#f3f4f6;padding:3px 8px;border-radius:10px;font-size:.8rem;color:#374151}.product-actions{padding:0 14px 14px;margin-top:auto}.btn-wa{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:8px;background:#25d366;color:#fff;font-weight:600;text-decoration:none;font-size:0.9rem;transition:background .2s ease}.btn-wa:hover{background:#1ebe5d}.btn--gold{background:#f9d769;color:#1f2430;border:none}.section.store-how{padding:40px 0 50px;background:#fafafa}.two-col{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}.two-col img.rounded{width:100%;border-radius:12px}.how-steps{margin:10px 0 8px;color:#374151}.note{color:#6b7280;font-size:0.95rem}@media (max-width:900px){.two-col{grid-template-columns:1fr}.hero-in{flex-direction:column;text-align:center}.hero-figure img{margin:0 auto}}.hero-store{background:linear-gradient(180deg,var(--primary-blue),var(--primary-blue-2));color:#fff;position:relative;overflow:hidden}.hero-store::before{content:'';position:absolute;top:-200px;left:0;right:0;bottom:0;background:linear-gradient(180deg,var(--primary-blue),var(--primary-blue-2));z-index:-1}.hero-text h1,.hero-subtitle{color:#fff}.hero-badges .badge{background:rgba(255,255,255,0.2);color:#fff}.product-card{border:none;box-shadow:var(--shadow);transition:transform 0.3s ease,box-shadow 0.3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 30px rgba(0,0,0,0.1)}.btn-wa{border-radius:999px;box-shadow:0 8px 18px rgba(37,211,102,0.25)}.btn-wa:hover{transform:translateY(-2px)}.btn--gold{background:var(--gold);color:#1f2430;font-weight:700;border-radius:999px;box-shadow:0 8px 18px rgba(217,160,40,0.25)}.btn--gold:hover{transform:translateY(-2px);filter:brightness(1.05)}@media (max-width:640px){.hero-text h1{font-size:1.6rem}.hero-figure img{width:120px}}