/*
Theme Name: USLECTRIC Theme
Description: Professional electrical hardware e-commerce theme
Version: 5.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
    --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --mono: 'JetBrains Mono', monospace;
    --navy: #0A0F1C;
    --navy-mid: #111D36;
    --white: #FFFFFF;
    --off-white: #F5F7FA;
    --gray: #E2E8F0;
    --gray-dark: #64748B;
    --red: #C5283D;
    --red-hover: #A31E31;
    --red-glow: rgba(197,40,61,0.25);
    --blue: #3B6DE8;
    --radius: 12px;
    --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: #1a1a2e; background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
.highlight { color: var(--red); }
.sec-tag { font-family: var(--mono); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--blue); font-weight: 600; }
.sec-head { text-align: center; max-width: 600px; margin: 0 auto 3rem; }
.sec-head h2 { font-size: 2rem; font-weight: 800; color: var(--navy); margin: 0.5rem 0; line-height: 1.2; text-transform: uppercase; }
.sec-head p { color: var(--gray-dark); font-size: 0.95rem; }

/* ========== BUTTONS ========== */
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 2rem; background: var(--red); color: #fff; border-radius: var(--radius); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; transition: var(--transition); border: none; cursor: pointer; }
.btn-primary:hover { background: var(--red-hover); transform: translateY(-2px); box-shadow: 0 8px 30px var(--red-glow); }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 2rem; border: 2px solid rgba(255,255,255,0.4); color: #fff; border-radius: var(--radius); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; transition: var(--transition); background: transparent; cursor: pointer; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.btn-lg { padding: 1rem 2.5rem; font-size: 0.9rem; }

/* ========== NAVBAR ========== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1rem 0; transition: var(--transition); background: transparent; }
.navbar.scrolled { background: rgba(255,255,255,0.97); box-shadow: 0 2px 20px rgba(0,0,0,0.06); backdrop-filter: blur(10px); }
.navbar.scrolled .nav-link { color: var(--navy); }
.navbar.scrolled .logo-img { filter: none; }
.nav-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.nav-logo .logo-img { height: 44px; filter: brightness(0) invert(1); transition: var(--transition); object-fit: contain; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-link { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: #fff; transition: var(--transition); }
.nav-link:hover { color: var(--red); }
.nav-order-btn { padding: 0.6rem 1.5rem; background: var(--red); color: #fff !important; border-radius: var(--radius); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; transition: var(--transition); }
.nav-order-btn:hover { background: var(--red-hover); transform: translateY(-1px); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; transition: var(--transition); }
.navbar.scrolled .nav-toggle span { background: var(--navy); }
.mobile-menu { display: none; position: fixed; top: 70px; left: 0; right: 0; background: var(--white); padding: 1.5rem; box-shadow: 0 10px 30px rgba(0,0,0,0.1); z-index: 999; }
.mobile-menu.active { display: block; }
.mobile-menu a { display: block; padding: 0.8rem 0; color: var(--navy); font-weight: 600; font-size: 0.9rem; border-bottom: 1px solid var(--gray); }

/* ========== HERO WITH VIDEO ========== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--navy); }
.hero-bg { position: absolute; inset: 0; }
.hero-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%,-50%); object-fit: cover; opacity: 0.65; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,15,28,0.55) 0%, rgba(17,29,54,0.45) 100%); z-index: 1; }
.hero .container { position: relative; z-index: 2; }
.hero-content { text-align: center; max-width: 720px; margin: 0 auto; }
.hero-badge { display: inline-block; padding: 0.5rem 1.5rem; background: rgba(59,109,232,0.15); border: 1px solid rgba(59,109,232,0.3); color: rgba(255,255,255,0.9); font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; border-radius: 100px; margin-bottom: 2rem; backdrop-filter: blur(4px); }
.hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 1.5rem; text-transform: uppercase; }
.hero-sub { color: rgba(255,255,255,0.7); font-size: clamp(0.9rem, 2vw, 1.05rem); margin-bottom: 2.5rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-stats { display: flex; justify-content: center; gap: 2.5rem; }
.hero-stat { text-align: center; }
.hero-stat-val { display: block; font-size: 1.4rem; font-weight: 800; color: #fff; }
.hero-stat-lbl { display: block; font-size: 0.65rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.1em; }

/* ========== INFINITE SCROLL PRODUCTS ========== */
.sec-products { padding: 80px 0; background: var(--off-white); }
.scroll-wrap { overflow: hidden; width: 100%; margin-top: 1rem; }
.scroll-track { display: flex; gap: 1.5rem; animation: scrollInfinite 35s linear infinite; width: max-content; padding: 1rem 0; }
@keyframes scrollInfinite { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.p-card { flex-shrink: 0; width: 280px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--gray); overflow: hidden; cursor: pointer; transition: var(--transition); }
.p-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-color: var(--blue); }
.p-card-img { height: 200px; display: flex; align-items: center; justify-content: center; padding: 1.5rem; background: var(--white); }
.p-card-img img { max-height: 160px; object-fit: contain; transition: transform 0.4s; }
.p-card:hover .p-card-img img { transform: scale(1.05); }
.p-card-info { padding: 1.5rem; border-top: 1px solid var(--gray); }
.p-tag { font-family: var(--mono); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--red); font-weight: 600; display: block; margin-bottom: 0.4rem; }
.p-card-info h3 { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: 0.4rem; text-transform: uppercase; }
.p-card-info p { font-size: 0.8rem; color: var(--gray-dark); margin-bottom: 0.8rem; line-height: 1.4; }
.p-price { font-size: 0.85rem; color: var(--navy); padding-top: 0.6rem; border-top: 1px solid var(--gray); }
.p-price strong { color: var(--red); font-size: 1.2rem; }

/* ========== SOCIAL PROOF ========== */
.sec-proof { padding: 70px 0; background: var(--navy); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; text-align: center; }
.proof-item { padding: 1.5rem; border-radius: var(--radius); background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); }
.proof-num { font-size: 2.5rem; font-weight: 900; color: #fff; line-height: 1; }
.proof-lbl { font-size: 0.72rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.5rem; }

/* ========== ABOUT ========== */
.sec-about { padding: 80px 0; background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-text h2 { font-size: 2rem; font-weight: 800; color: var(--navy); margin: 0.5rem 0 1rem; line-height: 1.2; text-transform: uppercase; }
.about-text p { color: var(--gray-dark); font-size: 0.95rem; margin-bottom: 1.5rem; line-height: 1.7; }
.about-badges { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.a-badge { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.5rem 1rem; background: var(--off-white); border: 1px solid var(--gray); border-radius: 100px; font-size: 0.72rem; font-weight: 600; color: var(--navy); transition: var(--transition); }
.a-badge:hover { border-color: var(--blue); transform: translateY(-1px); }
.a-badge i { color: var(--blue); }
.about-img img { border-radius: var(--radius); width: 100%; box-shadow: 0 20px 60px rgba(0,0,0,0.08); }

/* ========== FAQ ========== */
.sec-faq { padding: 80px 0; background: var(--off-white); }
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray); }
.faq-q { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 1.3rem 0; background: none; border: none; font-family: var(--font); font-size: 0.95rem; font-weight: 600; color: var(--navy); cursor: pointer; text-align: left; transition: var(--transition); gap: 1rem; }
.faq-q:hover { color: var(--red); }
.faq-q i { transition: var(--transition); color: var(--gray-dark); font-size: 0.8rem; flex-shrink: 0; }
.faq-item.active .faq-q i { transform: rotate(45deg); color: var(--red); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a-inner { padding: 0 0 1.3rem; color: var(--gray-dark); font-size: 0.9rem; line-height: 1.7; }

/* ========== CTA ========== */
.sec-cta { padding: 80px 0; background: linear-gradient(135deg, var(--navy) 0%, #1A2D50 100%); }
.cta-box { text-align: center; max-width: 600px; margin: 0 auto; }
.cta-box h2 { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 1rem; line-height: 1.2; text-transform: uppercase; }
.cta-box p { color: rgba(255,255,255,0.6); margin-bottom: 2rem; }
.cta-btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.cta-contact { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.cta-contact span { color: rgba(255,255,255,0.5); font-size: 0.85rem; }
.cta-contact i { margin-right: 0.4rem; }

/* ========== FLOATING CART ========== */
.floating-cart-btn { position: fixed; bottom: 2rem; right: 2rem; z-index: 900; width: 56px; height: 56px; border-radius: 50%; background: var(--red); color: #fff; border: none; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; cursor: pointer; box-shadow: 0 8px 30px var(--red-glow); transition: var(--transition); }
.floating-cart-btn:hover { transform: scale(1.1); background: var(--red-hover); }
.cart-badge { position: absolute; top: -4px; right: -4px; background: var(--navy); color: #fff; font-size: 0.65rem; font-weight: 700; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cart-drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 9998; display: none; opacity: 0; transition: opacity 0.3s; }
.cart-drawer-overlay.active { display: block; opacity: 1; }
.cart-drawer { position: fixed; top: 0; right: -420px; width: 400px; max-width: 90vw; height: 100vh; background: #fff; z-index: 9999; box-shadow: -10px 0 40px rgba(0,0,0,0.15); transition: right 0.35s cubic-bezier(0.25,0.46,0.45,0.94); display: flex; flex-direction: column; }
.cart-drawer.active { right: 0; }
.cart-drawer-header { padding: 1.5rem; border-bottom: 1px solid var(--gray); display: flex; justify-content: space-between; align-items: center; }
.cart-drawer-header h3 { font-size: 1rem; color: var(--navy); margin: 0; }
.cart-drawer-close { font-size: 1.2rem; color: var(--gray-dark); cursor: pointer; background: none; border: none; }
.cart-drawer-close:hover { color: var(--red); }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 1.5rem; }
.cart-item { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--gray); }
.cart-item img { width: 60px; height: 60px; object-fit: contain; background: var(--off-white); border-radius: 8px; padding: 4px; }
.cart-item-info { flex: 1; }
.cart-item-info h4 { font-size: 0.85rem; color: var(--navy); margin: 0 0 0.25rem; }
.cart-item-info p { font-size: 0.75rem; color: var(--gray-dark); margin: 0; }
.cart-item-price { font-weight: 700; color: var(--red); font-size: 0.9rem; }
.cart-empty { text-align: center; padding: 3rem 1rem; color: var(--gray-dark); }
.cart-empty i { font-size: 2.5rem; margin-bottom: 1rem; display: block; color: var(--gray); }
.cart-drawer-footer { padding: 1.5rem; border-top: 1px solid var(--gray); }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 1rem; font-size: 1rem; font-weight: 700; color: var(--navy); }
.cart-checkout-btn { display: block; width: 100%; padding: 0.85rem; background: var(--red); color: #fff; border: none; border-radius: 8px; font-family: var(--font); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; text-align: center; cursor: pointer; transition: var(--transition); }
.cart-checkout-btn:hover { background: var(--red-hover); }

/* ========== PRODUCT MODAL (OPTIMIZED) ========== */
.product-modal-overlay { display: none; position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,0.6); justify-content: center; align-items: center; padding: 1.5rem; opacity: 0; transition: opacity 0.3s; backdrop-filter: blur(4px); }
.product-modal-overlay.active { opacity: 1; }
.product-modal { background: #fff; border-radius: var(--radius); max-width: 960px; width: 100%; max-height: 92vh; overflow-y: auto; display: grid; grid-template-columns: 420px 1fr; position: relative; }
.product-modal-close { position: absolute; top: 1rem; right: 1rem; width: 36px; height: 36px; border-radius: 50%; background: var(--off-white); border: none; cursor: pointer; font-size: 0.9rem; color: var(--gray-dark); z-index: 1; transition: var(--transition); display: flex; align-items: center; justify-content: center; }
.product-modal-close:hover { background: var(--red); color: #fff; }

/* Modal Image Area */
.modal-img-area { padding: 2.5rem 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--off-white); border-radius: var(--radius) 0 0 var(--radius); }
.modal-img-area > img { max-height: 300px; object-fit: contain; margin-bottom: 1.5rem; }
.modal-img-thumbs { display: flex; gap: 0.5rem; }
.modal-img-thumbs img { width: 55px; height: 55px; object-fit: contain; border: 2px solid transparent; border-radius: 8px; cursor: pointer; padding: 4px; background: #fff; transition: var(--transition); }
.modal-img-thumbs img.active, .modal-img-thumbs img:hover { border-color: var(--blue); }

/* Modal Info Area */
.modal-info-area { padding: 2.5rem; display: flex; flex-direction: column; overflow-y: auto; }
.modal-product-tag { font-family: var(--mono); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blue); font-weight: 600; margin-bottom: 0.3rem; }
.modal-info-area h2 { font-size: 1.6rem; font-weight: 800; color: var(--navy); margin-bottom: 0.8rem; line-height: 1.2; text-transform: uppercase; }
.modal-price-display { font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--gray); }
.price-amount { color: var(--red); font-size: 1.4rem; }
.price-unit { color: var(--gray-dark); font-size: 0.85rem; margin-left: 0.15rem; }
.modal-description { color: var(--gray-dark); font-size: 0.88rem; margin-bottom: 1.2rem; line-height: 1.6; }

/* Modal Tabs */
.modal-tabs { display: flex; gap: 0; border-bottom: 2px solid var(--gray); margin-bottom: 1.2rem; }
.modal-tab { padding: 0.7rem 1.2rem; background: none; border: none; font-family: var(--font); font-size: 0.8rem; font-weight: 600; color: var(--gray-dark); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: var(--transition); }
.modal-tab.active { color: var(--red); border-bottom-color: var(--red); }
.modal-tab:hover { color: var(--navy); }
.modal-tab-content { display: none; }
.modal-tab-content.active { display: block; }

/* Modal Overview */
.modal-tab-content p { font-size: 0.88rem; color: #444; line-height: 1.6; margin-bottom: 1rem; }
.modal-features { list-style: none; padding: 0; }
.modal-features li { display: flex; align-items: flex-start; gap: 0.7rem; padding: 0.6rem 0; font-size: 0.88rem; color: #333; border-bottom: 1px solid rgba(0,0,0,0.04); }
.modal-features li:last-child { border-bottom: none; }
.modal-features i { color: var(--blue); margin-top: 3px; font-size: 0.8rem; width: 16px; text-align: center; flex-shrink: 0; }

/* Modal Specs */
.modal-specs-list { list-style: none; padding: 0; }
.modal-specs-list li { display: flex; justify-content: space-between; padding: 0.65rem 0; border-bottom: 1px solid var(--gray); font-size: 0.85rem; }
.modal-specs-list li:last-child { border-bottom: none; }
.modal-specs-list li span:first-child { color: var(--gray-dark); }
.modal-specs-list li span:last-child { font-weight: 600; color: var(--navy); text-align: right; }

/* Modal Pricing Table */
.pricing-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.pricing-table th { background: var(--off-white); padding: 0.7rem 0.8rem; text-align: left; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--gray-dark); border-bottom: 2px solid var(--gray); }
.pricing-table td { padding: 0.7rem 0.8rem; border-bottom: 1px solid var(--gray); }
.pricing-table tr.best-value { background: rgba(197,40,61,0.06); }
.pricing-table tr.best-value td { font-weight: 700; color: var(--red); }

/* Modal Add to Cart Row */
.modal-qty-row { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 2px solid var(--gray); }
.qty-selector { display: flex; align-items: center; border: 2px solid var(--gray); border-radius: 10px; overflow: hidden; }
.qty-btn { width: 40px; height: 42px; background: var(--off-white); border: none; font-size: 1.1rem; cursor: pointer; color: var(--navy); transition: var(--transition); font-weight: 700; }
.qty-btn:hover { background: var(--gray); }
.qty-input { width: 55px; height: 42px; text-align: center; border: none; border-left: 2px solid var(--gray); border-right: 2px solid var(--gray); font-family: var(--font); font-size: 0.95rem; font-weight: 700; color: var(--navy); }
.qty-input:focus { outline: none; }
.modal-add-btn { flex: 1; padding: 0.85rem 1.5rem; background: var(--red); color: #fff; border: none; border-radius: 10px; font-family: var(--font); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.04em; cursor: pointer; transition: var(--transition); text-align: center; }
.modal-add-btn:hover { background: var(--red-hover); transform: translateY(-1px); box-shadow: 0 6px 20px var(--red-glow); }

/* ========== FOOTER (REDESIGNED) ========== */
.footer { background: var(--navy); color: rgba(255,255,255,0.5); }
.footer-top { padding: 4rem 0 3rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand .logo-img { height: 36px; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.footer-brand p { font-size: 0.82rem; line-height: 1.7; max-width: 280px; }
.footer h4 { color: #fff; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.2rem; }
h1, h2, h3, h4 { text-transform: uppercase; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 0.6rem; }
.footer ul a { color: rgba(255,255,255,0.5); transition: var(--transition); font-size: 0.82rem; }
.footer ul a:hover { color: #fff; }
.footer ul li i { margin-right: 0.5rem; width: 14px; text-align: center; color: var(--blue); }
.footer-bottom { padding: 1.5rem 0; text-align: center; font-size: 0.72rem; color: rgba(255,255,255,0.3); }

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-toggle { display: flex; }
    .hero h1 { font-size: 1.8rem; }
    .hero-sub { font-size: 0.9rem; }
    .hero-stats { gap: 1.2rem; }
    .hero-stat-val { font-size: 1.1rem; }
    .p-card { width: 240px; }
    .p-card-img { height: 170px; }
    .proof-grid { grid-template-columns: repeat(2,1fr); gap: 1rem; }
    .proof-num { font-size: 1.8rem; }
    .about-grid { grid-template-columns: 1fr; gap: 2rem; }
    .about-img { order: -1; }
    .product-modal { grid-template-columns: 1fr; max-height: 95vh; }
    .modal-img-area { padding: 1.5rem; border-radius: var(--radius) var(--radius) 0 0; }
    .modal-img-area > img { max-height: 200px; }
    .modal-info-area { padding: 1.5rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
    .footer-brand .logo-img { margin: 0 auto 1rem; }
    .footer-brand p { margin: 0 auto; }
    .sec-head h2 { font-size: 1.6rem; }
    .cta-box h2 { font-size: 1.6rem; }
}
@media (max-width: 480px) {
    .hero-ctas { flex-direction: column; align-items: center; }
    .hero-stats { flex-wrap: wrap; gap: 1rem; }
    .p-card { width: 200px; }
    .p-card-img { height: 140px; }
    .p-card-info { padding: 1rem; }
    .cta-btns { flex-direction: column; align-items: center; }
    .cta-contact { flex-direction: column; align-items: center; }
    .modal-qty-row { flex-direction: column; }
    .modal-add-btn { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .proof-item { padding: 1rem; }
}

/* ========== WooCommerce ========== */
.woocommerce-checkout { background: var(--off-white) !important; }
.woocommerce form.checkout { max-width: 800px; margin: 2rem auto; }
