:root {
    --gold: #E5A900;
    --gold-bright: #FFC107;
    --gold-dark: #b8860b;
    --bg-obsidian: #0D0D0D;
    --bg-card: #121212;
    --glass-card: rgba(18, 18, 18, 0.92);
    --glass-border: #262626;
    --text-muted: #E0E0E0;
    --text-secondary: #E0E0E0;
    --text-tertiary: #B0B0B0;
}
img { max-width: 100%; height: auto; object-fit: cover; display: block; }
.gallery-img, .ba-img, .product-card-media img, .product-detail-images img { width: 100%; height: 100%; max-width: 100%; display: block; object-fit: cover; object-position: center; }
.gallery-wrapper, .ba-slider-container, .product-card-media, .product-detail-images img { min-height: 220px; }
body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: var(--bg-obsidian); color: #f8f8f8; scroll-behavior: smooth; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
.bg-backdrop { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-position: center; background-size: cover; background-repeat: no-repeat; opacity: 0.12; z-index: -2; filter: blur(4px); }
.container { max-width: 550px; margin: 0 auto; padding: 15px; padding-bottom: 110px; box-sizing: border-box; }
.urgency-header { background: linear-gradient(90deg, #AA7C11, var(--gold), #AA7C11); color: #000; text-align: center; padding: 10px 15px; font-weight: 700; font-size: 13px; position: sticky; top: 0; z-index: 999; box-shadow: 0 4px 15px rgba(0,0,0,0.4); line-height: 1.4; }
.glass-box { background: linear-gradient(180deg, rgba(22,22,22,0.96), rgba(13,13,13,0.94)); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid var(--glass-border); border-radius: 16px; padding: 22px; margin-bottom: 22px; box-shadow: 0 18px 42px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.04); }
h1, h2, h3 { font-weight: 400; letter-spacing: 0.5px; margin: 0; }
.text-gold { color: var(--gold); }
.cta-gold-btn { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: #0D0D0D; border: none; padding: 18px 24px; border-radius: 10px; font-size: 16px; font-weight: 700; cursor: pointer; width: 100%; box-shadow: 0 6px 22px rgba(229,169,0,0.38); transition: transform 0.2s, box-shadow 0.2s; text-transform: uppercase; letter-spacing: 1px; }
.cta-gold-btn:active { transform: scale(0.98); box-shadow: 0 3px 10px rgba(212,175,55,0.2); }
.gallery-wrapper { position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; margin-bottom: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(229,169,0,0.15); cursor: zoom-in; }
.gallery-wrapper:hover .gallery-img { transform: scale(1.06); }
.gallery-img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; top:0; left:0; transition: opacity 0.4s ease, transform 0.4s ease; }
.gallery-thumbnail-row { display: flex; gap: 8px; justify-content: center; margin-top: 10px; }
.gallery-thumb { border: 1px solid rgba(229,169,0,0.2); border-radius: 10px; overflow: hidden; padding: 0; width: 20%; min-width: 60px; max-width: 86px; aspect-ratio: 1 / 1; background: transparent; cursor: pointer; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; }
.gallery-thumb:hover { transform: translateY(-2px); border-color: var(--gold); box-shadow: 0 4px 12px rgba(229,169,0,0.25); }
.gallery-thumb.active { border-color: var(--gold); box-shadow: 0 0 0 2px var(--gold), 0 4px 12px rgba(229,169,0,0.3); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.gallery-thumb:hover img { transform: scale(1.08); }
.gallery-dots { display: flex; justify-content: center; gap: 6px; margin-bottom: 20px; }
.gallery-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.25); transition: background 0.3s; }
.gallery-dot.active { background: var(--gold); width: 18px; border-radius: 4px; }
.ba-slider-container { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 12px; cursor: col-resize; user-select: none; touch-action: pan-y; -webkit-user-select: none; -webkit-touch-callout: none; overscroll-behavior: contain; border: 1px solid rgba(229,169,0,0.15); }
.ba-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-before { z-index: 1; }
.ba-after { z-index: 2; clip-path: inset(0 50% 0 0); }
.ba-control-range { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 3; cursor: ew-resize; margin: 0; }
.ba-marker { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: var(--gold); z-index: 2; pointer-events: none; }
.ba-marker::after { content: "↔"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 30px; height: 30px; background: var(--gold); color: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.ba-label { position: absolute; bottom: 10px; background: rgba(0,0,0,0.6); padding: 4px 8px; border-radius: 4px; font-size: 11px; font-weight: bold; letter-spacing: 0.5px; z-index: 2; pointer-events: none; border: 1px solid rgba(255,255,255,0.1); }
.social-links-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 20px 0 10px; }
.social-link { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; background: rgba(255,255,255,0.08); color: #f4f4f5; text-decoration: none; font-weight: 700; border: 1px solid rgba(255,255,255,0.12); transition: transform 0.2s, background 0.2s; }
.social-link:hover { background: rgba(212,175,55,0.18); transform: translateY(-1px); }
input[type="text"], input[type="tel"], select { width: 100%; background: rgba(255,255,255,0.03); border: 1px solid var(--glass-border); color: #fff; padding: 15px; border-radius: 8px; margin-bottom: 14px; box-sizing: border-box; font-size: 15px; transition: border 0.3s; -webkit-appearance: none; appearance: none; }
input:focus, select:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,0.06); }
select { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23D4AF37' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>"); background-repeat: no-repeat; background-position: right 15px center; }
.progress-wrapper { margin: 15px 0; }
.progress-text { font-size: 13px; color: var(--text-secondary); margin-bottom: 6px; }
.progress-track { background: rgba(255,255,255,0.08); border-radius: 20px; height: 8px; overflow: hidden; }
.progress-fill { background: linear-gradient(90deg, #AA7C11, var(--gold)); height: 100%; width: 0%; transition: width 0.4s ease; }
.bump-wrapper { border: 1px dashed var(--gold); padding: 16px; border-radius: 10px; background: rgba(212,175,55,0.03); display: flex; align-items: flex-start; gap: 12px; margin-bottom: 22px; cursor: pointer; user-select: none; }
.bump-wrapper input[type="checkbox"] { width: 22px; height: 22px; accent-color: var(--gold); margin: 0; cursor: pointer; flex-shrink: 0; margin-top: 2px; }
.sticky-action-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(10,10,12,0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-top: 1px solid var(--glass-border); padding: 12px 20px; box-sizing: border-box; z-index: 99; display: flex; justify-content: center; }
.whatsapp-float-btn { position: fixed; bottom: 95px; right: 20px; background: #25D366; color: #fff; width: 54px; height: 54px; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.3); z-index: 98; transition: transform 0.2s; }
.whatsapp-float-btn:active { transform: scale(0.9); }
.social-bubble { position: fixed; bottom: 95px; left: -320px; background: rgba(15,15,20,0.9); border: 1px solid var(--glass-border); border-left: 4px solid var(--gold); padding: 12px 16px; border-radius: 10px; font-size: 12px; z-index: 97; transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); backdrop-filter: blur(12px); box-shadow: 0 10px 25px rgba(0,0,0,0.4); max-width: 260px; }
.social-bubble.active { left: 20px; }
.modal-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.85); z-index: 10000; display: none; justify-content: center; align-items: center; backdrop-filter: blur(6px); padding: 14px; box-sizing: border-box; }
.modal-content { background: #0f0f12; padding: 30px; border-radius: 16px; border: 1px solid var(--gold); text-align: center; max-width: 88%; width: 380px; box-shadow: 0 25px 60px rgba(0,0,0,0.6); box-sizing: border-box; }
.product-card { transition: border-color 0.2s ease, transform 0.2s ease; display: flex; flex-direction: column; height: 100%; min-height: 0; }
.product-card:hover { border-color: rgba(229,169,0,0.35); }
.product-card-media { width: 100%; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; margin-bottom: 12px; border: 1px solid rgba(229,169,0,0.15); background: #0a0a0a; flex-shrink: 0; position: relative; }
.product-card-media .ba-slider-container { margin: 0; border: none; border-radius: 0; height: 100%; aspect-ratio: unset; }
.product-card-media .gallery-wrapper { margin: 0; height: 100%; aspect-ratio: unset; border: none; border-radius: 0; cursor: pointer; }
.product-card-body { flex: 1; display: flex; flex-direction: column; min-height: 0; }
.product-card-desc { font-size: 13px; color: var(--text-muted); line-height: 1.55; margin: 0 0 14px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.product-card-footer { margin-top: auto; border-top: 1px solid var(--glass-border); padding-top: 14px; display: flex; flex-direction: column; gap: 12px; }
.product-card-price { font-size: 20px; font-weight: 700; color: var(--gold-bright); }
.product-card-order-btn { padding: 14px 18px; font-size: 14px; letter-spacing: 0.6px; }
.product-card-details-link { background: transparent; border: 1px solid var(--glass-border); color: var(--text-muted); padding: 10px 14px; border-radius: 8px; font-size: 12px; font-weight: 600; cursor: pointer; width: 100%; text-transform: uppercase; letter-spacing: 0.5px; transition: border-color 0.2s, color 0.2s; }
.product-card-details-link:hover { border-color: rgba(229,169,0,0.45); color: #fff; }
.catalog-product-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.product-copy { color: var(--text-muted); font-size:14px; line-height:1.7; margin:0; white-space:pre-line; }
.premium-details { margin-top: 18px; border: 1px solid rgba(212,175,55,0.22); background: linear-gradient(180deg, rgba(212,175,55,0.08), rgba(255,255,255,0.025)); border-radius: 12px; overflow: hidden; }
.premium-details summary { list-style: none; cursor: pointer; padding: 15px 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #f4f4f5; }
.premium-details summary::-webkit-details-marker { display: none; }
.premium-details-title { display: block; color: var(--gold); font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.premium-details-hint { display: block; color: #a1a1aa; font-size: 12px; line-height: 1.4; }
.premium-details-icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(212,175,55,0.12); color: var(--gold); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.2s ease; }
.premium-details[open] .premium-details-icon { transform: rotate(45deg); }
.premium-details-body { padding: 0 16px 16px; color: #d4d4d8; font-size: 14px; line-height: 1.75; white-space: pre-line; }
.premium-details-body::before { content: ""; display: block; height: 1px; background: rgba(255,255,255,0.08); margin-bottom: 14px; }
.cross-sell-panel { margin: 18px 0 8px; padding: 12px; border: 1px solid rgba(229,169,0,0.16); border-radius: 12px; background: rgba(255,255,255,0.03); }
.cross-sell-heading { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.range-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.range-mini-card { display: flex; flex-direction: column; background: rgba(255,255,255,0.035); border: 1px solid var(--glass-border); border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; min-width: 0; border: none; padding: 0; text-align: left; }
.range-mini-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; background: rgba(255,255,255,0.04); }
.range-mini-card strong { display: block; font-size: 11px; line-height: 1.3; padding: 8px 8px 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.range-mini-card span { display: block; color: var(--gold); font-size: 11px; font-weight: 700; padding: 0 8px 8px; }
.product-detail-range { margin-top: 12px; }
.product-detail-range .range-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-detail-modal { max-height: calc(100vh - 28px); overflow-y: auto; }
.product-detail-images { grid-template-columns: 1fr; }
.product-detail-images img { width: 100%; aspect-ratio: 1 / 1; max-height: 320px; object-fit: cover; object-position: center; border-radius: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(229,169,0,0.15); }
.product-desc, .product-details-text { white-space: pre-line; }
.badge-pill { background: rgba(212,175,55,0.12); color: var(--gold); padding: 4px 10px; border-radius: 30px; font-size: 11px; font-weight: bold; text-transform: uppercase; display: inline-block; margin-bottom: 10px; letter-spacing: 0.5px; }
.crossed-price { text-decoration: line-through; color: #71717a; font-size: 15px; margin-left: 8px; }
.fa-q-item { border-bottom: 1px solid var(--glass-border); padding: 14px 0; }
.faq-item:last-child { border-bottom: 0; }
.trust-row { text-align:center; margin-top:35px; color:#52525b; font-size:12px; display:flex; justify-content:center; gap:20px; font-weight:500; flex-wrap:wrap; }

/* ====== CART & CHECKOUT ====== */
.cart-items-container { margin-bottom:20px; background:rgba(255,255,255,0.02); padding:15px; border-radius:8px; border:1px solid rgba(212,175,55,0.2); }
.checkout-node { display:none; }
.checkout-node.visible { display:block; }
.checkout-form { margin-top:0; }
.checkout-title { font-size:18px; margin-bottom:15px; border-bottom:1px solid var(--glass-border); padding-bottom:10px; }
.checkout-label { font-size: 13px; color: var(--text-secondary); display: block; margin-bottom: 4px; }
.checkout-form-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.cart-drawer-overlay { position:fixed; inset:0; background:rgba(2,2,4,0.8); backdrop-filter:blur(8px); z-index:11000; display:none; align-items:flex-end; justify-content:center; padding:16px; }
.cart-drawer { width:min(100%, 560px); max-height:min(88vh, 780px); overflow:auto; background:linear-gradient(180deg, rgba(16,16,20,0.98), rgba(10,10,12,0.98)); border:1px solid rgba(212,175,55,0.24); border-radius:18px 18px 12px 12px; box-shadow:0 24px 60px rgba(0,0,0,0.5); padding:18px; box-sizing:border-box; }
.cart-drawer-header { display:flex; justify-content:space-between; align-items:flex-start; gap:12px; margin-bottom:14px; }
.cart-drawer-title { font-size:18px; font-weight:700; color:var(--gold); }
.cart-drawer-subtitle { font-size:13px; color:var(--text-secondary); margin-top:4px; }
.cart-drawer-close { border:none; background:rgba(255,255,255,0.08); color:#f4f4f5; border-radius:999px; width:36px; height:36px; cursor:pointer; }
.cart-drawer-body .cart-item { border-bottom:1px solid rgba(255,255,255,0.06); padding:10px 0; }
.cart-drawer-footer { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-top:16px; }
.cart-drawer-summary { font-size:13px; color:var(--text-secondary); }
.cart-drawer-summary strong { color:#f4f4f5; }
body.cart-drawer-open { overflow:hidden; }
@media (min-width: 640px) {
    .checkout-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 14px; }
    .checkout-form-grid .checkout-field-full { grid-column: 1 / -1; }
}
.delivery-rate-grid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:10px; margin:-6px 0 14px; }
.delivery-rate-card { appearance:none; width:100%; border:1px solid rgba(212,175,55,0.22); background:rgba(255,255,255,0.035); color:#f4f4f5; border-radius:8px; padding:10px; cursor:pointer; text-align:left; transition:border-color .2s ease, background .2s ease, transform .2s ease; }
.delivery-rate-card span { display:block; color:var(--text-secondary); font-size:12px; margin-bottom:4px; }
.delivery-rate-card strong { display:block; color:var(--gold); font-size:16px; line-height:1.2; }
.delivery-rate-card.active { border-color:var(--gold); background:rgba(212,175,55,0.12); }
.delivery-rate-card:active { transform:scale(0.99); }
.shipping-row { display:flex; justify-content:space-between; align-items:center; margin-top:10px; font-size:13px; color:var(--text-secondary); }
.shipping-value { font-weight:700; }
.total-row { display:flex; justify-content:space-between; align-items:center; margin:25px 0; border-top:1px solid var(--glass-border); padding-top:15px; }
.total-row span:first-child { font-size:16px; font-weight:bold; color:var(--text-secondary); }
.total-row span:last-child { font-size:24px; font-weight:700; color:var(--gold); }
.floating-cart-btn { display:none; position:fixed; bottom:calc(90px + env(safe-area-inset-bottom)); right:16px; background:var(--gold); color:#000; padding:12px 18px; border-radius:50px; font-weight:700; cursor:pointer; box-shadow:0 8px 20px rgba(212,175,55,0.45); z-index:1001; font-size:14px; }
.floating-cart-btn.active { display:block; }
.success-message { text-align:center; padding:30px 10px; }
.success-message .checkmark { font-size:50px; display:block; margin-bottom:15px; }
.success-message h2 { color:#4ade80; font-size:22px; font-weight:bold; margin-bottom:10px; }
.cart-item { display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid rgba(255,255,255,0.05); padding:10px 0; }
.cart-item-name { color:var(--gold); font-size:14px; font-weight:700; }
.cart-item-qty { font-size:12px; color:var(--text-secondary); }
.cart-item-total { font-weight:700; font-size:14px; }
.cart-item-remove { background:transparent; border:none; color:#f87171; cursor:pointer; font-size:20px; padding:0 4px; line-height:1; }
.out-of-stock-notice { border-color:#ef4444; text-align:center; }
.out-of-stock-notice h3 { color:#ef4444; }
.out-of-stock-notice p { font-size:14px; color:var(--text-muted); }
.checkout-success-card { text-align:center; padding:32px 20px; border-radius:16px; border:1px solid rgba(229,169,0,0.22); background:rgba(18,18,18,0.95); }
.checkout-success-card h2 { color:#4ade80; font-size:22px; font-weight:700; margin:0 0 12px; }
.checkout-success-card p { color:var(--text-secondary); font-size:15px; line-height:1.6; margin:0; }

/* ====== HERO SECTION ====== */
.hero-section { position: relative; overflow: hidden; }
.hero-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(229,169,0,0.08) 0%, transparent 50%); animation: heroGlow 8s ease-in-out infinite; pointer-events: none; }
@keyframes heroGlow { 0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; } 50% { transform: translate(10px, 10px) scale(1.1); opacity: 0.8; } }
.hero-before-after { aspect-ratio: 1 / 1 !important; }
.hero-gallery { aspect-ratio: 1 / 1 !important; }
.hero-cta-btn { animation: heroPulse 2s ease-in-out infinite; }
@keyframes heroPulse { 0%, 100% { box-shadow: 0 6px 22px rgba(229,169,0,0.38); } 50% { box-shadow: 0 6px 30px rgba(229,169,0,0.55); } }

@media (max-width: 430px) {
    .container { padding: 12px; padding-bottom: 104px; }
    .glass-box { padding: 18px; border-radius: 12px; }
    .modal-content { width: 100%; max-width: 100%; padding: 22px 18px; }
    .product-detail-images img { max-height: 220px; }
    .cta-gold-btn { font-size: 14px; padding: 16px 18px; }
    .range-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
    .gallery-wrapper, .ba-slider-container { min-height: 320px; height: clamp(280px, 32vw, 360px); }
    .product-detail-images img { max-height: 360px; }
}
