.home-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section{padding:8rem 2rem 4rem;background:var(--primary-gradient);border-radius:0 0 32px 32px;margin:-4rem -1.5rem 3rem;color:#fff;text-align:center;box-shadow:0 10px 30px #ff4b2b33;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjIiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC4wNSIvPjwvc3ZnPg==);background-size:20px 20px;z-index:0}.hero-section h1{font-size:3rem;color:#fff;margin-bottom:1rem;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-section p.text-muted{color:#ffffffe6;font-size:1.25rem;font-weight:500;position:relative;z-index:1;max-width:600px;margin:0 auto}.search-box{display:flex;max-width:700px;margin:3rem auto 0;background:#fff;padding:.5rem;border-radius:var(--border-radius-full);box-shadow:0 15px 35px #00000026;position:relative;z-index:2;transform:translateY(2rem)}.search-box input{flex:1;border:none;background:transparent;padding:1rem 1.75rem;font-size:1.1rem;outline:none;font-weight:500;color:var(--text-color);font-family:var(--font-family)}.search-box input::placeholder{color:#94a3b8}.state-dropdown{border:none;border-left:2px solid #F1F5F9;background:transparent;padding:0 1.5rem;font-weight:600;color:var(--text-color);outline:none;cursor:pointer;border-radius:0 var(--border-radius-full) var(--border-radius-full) 0;font-family:var(--font-family);transition:background .2s}.state-dropdown:hover{background:#f8fafc}@media (max-width: 768px){.hero-section{padding:5rem 1rem 3rem;margin:-4rem 0 2rem;border-radius:0 0 24px 24px;width:100vw;max-width:100vw;margin-left:50%;transform:translate(-50%)}.hero-section h1{font-size:2.25rem}.search-box{flex-direction:column;border-radius:var(--border-radius-lg);padding:.5rem;transform:translateY(1rem)}.search-box input{border-radius:var(--border-radius);margin-bottom:.5rem;background:#f8fafc}.state-dropdown{background:#f8fafc;border-left:none;border-radius:var(--border-radius);padding:1rem}}.categories-section{margin:4rem 0 2rem}.chip-container{display:flex;overflow-x:auto;gap:1rem;padding:.5rem .5rem 1.5rem;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}.chip-container::-webkit-scrollbar{display:none}.chip{white-space:nowrap;padding:.75rem 1.5rem;background:var(--surface-color);border:2px solid transparent;border-radius:var(--border-radius-full);font-weight:600;font-size:.95rem;color:var(--text-muted);cursor:pointer;transition:all var(--transition-bounce);box-shadow:var(--shadow-sm);flex-shrink:0}.chip:hover{color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow)}.chip.active{background:var(--primary-color);color:#fff;box-shadow:var(--shadow-primary)}.catalog-section{margin-bottom:5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:var(--surface-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);overflow:hidden;transition:all var(--transition-bounce);border:1px solid rgba(0,0,0,.02);text-decoration:none;display:flex;flex-direction:column;color:inherit;position:relative;height:100%}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:#0000000d}.product-image{width:100%;aspect-ratio:4/3;object-fit:cover;background:#f1f5f9}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:var(--text-color);line-height:1.3}.shop-name{font-size:.9rem;color:var(--text-muted);font-weight:500;margin-bottom:1rem;display:flex;align-items:center;gap:.4rem}.product-price{font-size:1.5rem;font-weight:800;color:var(--primary-color);margin:auto 0 0;display:flex;align-items:baseline;gap:.25rem}.product-price small{font-size:.85rem;color:var(--text-muted);font-weight:500}.product-badges{position:absolute;top:12px;right:12px;display:flex;gap:.5rem;z-index:10}.badge{padding:.35rem .75rem;border-radius:var(--border-radius-full);font-size:.75rem;font-weight:700;letter-spacing:.02em;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 12px #0000001a}.badge-ada_stok{background:#10b981e6;color:#fff}.badge-preorder{background:#f59e0be6;color:#fff}.badge-habis{background:#ef4444e6;color:#fff}.featured-section{padding:2rem 0;margin-bottom:1rem}.section-header{margin-bottom:1.25rem;padding:0 .25rem}.section-title{font-size:1.4rem;font-weight:700;color:var(--text-color);margin:0 0 .25rem}.section-subtitle{font-size:.875rem;color:var(--text-muted);margin:0}.featured-carousel{display:flex;gap:1rem;overflow-x:auto;padding:.5rem .25rem 1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab}.featured-carousel::-webkit-scrollbar{display:none}.featured-carousel:active{cursor:grabbing}.featured-seller-card{flex:0 0 220px;scroll-snap-align:start;background:var(--surface-color);border-radius:var(--border-radius);padding:1.25rem;box-shadow:var(--shadow);text-decoration:none;color:inherit;border:1px solid var(--border-color);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden}.featured-seller-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-gradient);border-radius:var(--border-radius) var(--border-radius) 0 0}.featured-seller-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.featured-seller-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0;border:2px solid rgba(255,65,108,.15)}.featured-seller-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.featured-seller-name{font-weight:700;font-size:.95rem;color:var(--text-color);line-height:1.3;margin:0}.featured-seller-state{font-size:.8rem;color:var(--text-muted);display:flex;align-items:center;gap:.3rem;margin:0}.featured-seller-desc{font-size:.8rem;color:var(--text-muted);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:600;color:#ff416c;background:#ff416c14;border-radius:999px;padding:.2rem .5rem;width:fit-content;letter-spacing:.02em;text-transform:uppercase}@media (max-width: 768px){.featured-seller-card{flex:0 0 175px}.section-title{font-size:1.2rem}}
