/* === MAIN STYLES === */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; font-family: 'Plus Jakarta Sans', sans-serif; background-color: #f4f5f7; color: #1e293b; font-size: 10.5pt; line-height: 1.5; }
.top-bar { background-color: #0f172a; color: #d4af37; font-size: 8.5pt; font-weight: 700; text-align: center; padding: 8px 12px; text-transform: uppercase; }
.header { background: #ffffff; border-bottom: 2px solid #e2e8f0; padding: 14px 20px; }
.brand-logo { font-size: 28pt; font-weight: 800; color: #0f172a; margin: 0; line-height: 1; }
.brand-logo span { color: #d4af37; }
.brand-sub { font-size: 8pt; color: #64748b; font-weight: 600; margin-top: 4px; }
.hero-banner { background: linear-gradient(135deg, #1e110a 0%, #3b2010 100%); color: #ffffff; padding: 18px 20px; border-bottom: 3px solid #d4af37; }
.hero-tag { display: inline-block; background: #d4af37; color: #0f172a; font-size: 7.5pt; font-weight: 800; padding: 4px 10px; border-radius: 4px; text-transform: uppercase; margin-bottom: 8px; }
.hero-title { font-size: 17pt; font-weight: 800; color: #fef08a; margin: 0 0 6px 0; }
.hero-desc { font-size: 9pt; color: #cbd5e1; margin: 0; max-width: 700px; }
.wrapper { padding: 16px; max-width: 1100px; margin: 0 auto; }
.section-title-bar { margin-bottom: 12px; border-bottom: 2px solid #e2e8f0; padding-bottom: 6px; display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 4px; }
.section-title { font-size: 13pt; font-weight: 800; color: #0f172a; margin: 0; }
.section-subtitle { font-size: 8.5pt; color: #64748b; font-weight: 600; }
.products-grid { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.product-card { flex: 1 1 100%; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); position: relative; }
.product-img-box { width: 100%; height: 140px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; margin-bottom: 8px; position: relative; overflow: hidden; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.product-img-box img { width: 100%; height: 100%; object-fit: contain; padding: 6px; transition: transform 0.3s ease; }
.product-img-box:hover img { transform: scale(1.08); }
.zoom-overlay { position: absolute; bottom: 6px; right: 6px; background: rgba(15, 23, 42, 0.75); color: #fff; font-size: 7.5pt; font-weight: 700; padding: 2px 6px; border-radius: 4px; pointer-events: none; }
.badge-discount, .badge-bestseller { position: absolute; top: 6px; font-size: 6.5pt; font-weight: 800; padding: 2px 6px; border-radius: 3px; text-transform: uppercase; z-index: 2; }
.badge-discount { left: 6px; background: #ef4444; color: #fff; }
.badge-bestseller { right: 6px; background: #d4af37; color: #0f172a; }
.product-title { font-size: 10.5pt; font-weight: 700; color: #0f172a; margin: 0 0 4px 0; }
.price-row { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; }
.wholesale-price { font-size: 10pt; font-weight: 800; color: #16a34a; }
.moq-tag { font-size: 7.5pt; color: #64748b; font-weight: 600; }
.img-modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(15, 23, 42, 0.85); backdrop-filter: blur(4px); align-items: center; justify-content: center; padding: 20px; opacity: 0; transition: opacity 0.25s ease; }
.img-modal.active { display: flex; opacity: 1; }
.modal-content-wrapper { position: relative; background: #fff; border-radius: 12px; padding: 16px; max-width: 90%; max-height: 85vh; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.3); text-align: center; }
.modal-img { max-width: 100%; max-height: 65vh; object-fit: contain; border-radius: 6px; }
.modal-caption { margin-top: 10px; font-size: 11pt; font-weight: 800; color: #0f172a; }
.modal-close { position: absolute; top: -12px; right: -12px; background: #ef4444; color: #fff; font-size: 14pt; font-weight: bold; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 6px rgba(0,0,0,0.2); border: 2px solid #fff; }
.cart-checkout-box { background: #ffffff; border: 1px solid #cbd5e1; border-radius: 8px; padding: 16px; box-shadow: 0 2px 6px rgba(0,0,0,0.03); }
.cart-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; flex-wrap: wrap; gap: 6px; }
.cart-title { font-size: 11pt; font-weight: 800; color: #0f172a; margin: 0; }
.cart-badge-secure { font-size: 8pt; color: #16a34a; font-weight: 700; }
.form-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.form-group { flex: 1 1 100%; }
.input-label { display: block; font-size: 7.5pt; font-weight: 700; color: #475569; text-transform: uppercase; margin-bottom: 4px; }
.mock-input { width: 100%; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 6px; padding: 10px 12px; font-size: 9.5pt; color: #1e293b; }
.mock-input:focus { outline: none; border-color: #2563eb; background: #ffffff; }
.cart-summary-box { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; padding: 10px; margin-top: 12px; margin-bottom: 12px; font-size: 8.5pt; color: #475569; }
.checkout-btn { background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%); color: #ffffff; font-size: 10pt; font-weight: 800; text-transform: uppercase; text-align: center; padding: 14px; border-radius: 6px; letter-spacing: 0.5px; width: 100%; border: none; cursor: pointer; }
.seo-content { margin-top: 24px; padding: 16px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; }
.seo-content h2 { font-size: 13pt; font-weight: 800; color: #0f172a; margin: 0 0 8px 0; }
.seo-content h3 { font-size: 11pt; font-weight: 700; color: #0f172a; margin: 16px 0 6px 0; }
.seo-content p { font-size: 9.5pt; color: #334155; margin: 0 0 10px 0; line-height: 1.6; }
.seo-content ul { font-size: 9.5pt; color: #334155; padding-left: 20px; margin: 6px 0 12px 0; line-height: 1.6; }
.seo-faq { margin-top: 16px; border-top: 1px solid #e2e8f0; padding-top: 16px; }
.seo-faq details { margin-bottom: 8px; padding: 8px 12px; background: #f8fafc; border-radius: 6px; border: 1px solid #e2e8f0; }
.seo-faq summary { font-weight: 700; font-size: 9.5pt; color: #0f172a; cursor: pointer; }
.seo-faq p { font-size: 9pt; color: #475569; margin: 8px 0 0 0; line-height: 1.6; }
.footer { background: #0f172a; color: #94a3b8; padding: 16px 20px; margin-top: 20px; font-size: 8.5pt; display: flex; flex-direction: column; gap: 10px; }
.footer-links { color: #cbd5e1; }

/* === RESPONSIVE === */
@media (min-width: 600px) { .product-card { flex: 1 1 calc(50% - 12px); } .footer { flex-direction: row; justify-content: space-between; } }
@media (min-width: 900px) { .product-card { flex: 1 1 calc(25% - 12px); } .form-group.col-third { flex: 1 1 calc(33.333% - 12px); } .form-group.col-two-third { flex: 1 1 calc(66.666% - 12px); } }