/*
Theme Name: AlfaExpres
Theme URI: https://alfaexpres.com
Description: Tema profesional para equipos médicos y nutricionales. Diseñado para AlfaExpres Perú con carrito, buscador, WhatsApp, cursor GENOMA corazón interactivo y todas las secciones de la landing.
Author: AlfaExpres Perú
Author URI: https://wa.me/message/VSDIPEW7UITIC1
Version: 2.0.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alfaexpres
Tags: e-commerce, medical, one-page, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* CSS VARIABLES */
:root {
  --z-navy: #0B1E3D;
  --z-navy-light: #132D5E;
  --z-cyan: #06B6D4;
  --z-cyan-dark: #0891B2;
  --z-cyan-light: #CFFAFE;
  --z-amber: #F59E0B;
  --z-amber-light: #FEF3C7;
  --z-rose: #E11D48;
  --z-rose-light: #FFE4E6;
  --z-emerald: #10B981;
  --z-emerald-light: #D1FAE5;
  --z-slate: #475569;
  --z-bg: #F1F5F9;
  --z-white: #FFFFFF;
  --font-display: 'Inter', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

/* RESET & BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; cursor: none; }
@media (pointer: coarse) { html { cursor: auto; } }
body { font-family: var(--font-body); color: #1E293B; background: var(--z-white); line-height: 1.6; overflow-x: hidden; cursor: none; }
@media (pointer: coarse) { body { cursor: auto; } }
a { color: inherit; text-decoration: none; cursor: none; }
@media (pointer: coarse) { a { cursor: pointer; } }
img { max-width: 100%; height: auto; display: block; }
button { cursor: none; font-family: inherit; border: none; background: none; }
@media (pointer: coarse) { button { cursor: pointer; } }
input, textarea, select { font-family: inherit; font-size: inherit; cursor: text; }
ul, ol { list-style: none; }

/* UTILITIES */
.container { max-width: 1280px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 640px) { .container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }
.section-padding { padding: 4rem 0; }
@media (min-width: 768px) { .section-padding { padding: 5rem 0; } }
@media (min-width: 1024px) { .section-padding { padding: 6rem 0; } }
.section-title { font-family: var(--font-display); font-size: 1.875rem; font-weight: 800; color: var(--z-navy); text-align: center; margin-bottom: 0.5rem; }
@media (min-width: 768px) { .section-title { font-size: 2.25rem; } }
.section-subtitle { text-align: center; color: var(--z-slate); font-size: 1.05rem; margin-bottom: 3rem; }
.text-gradient { background: linear-gradient(135deg, var(--z-cyan), var(--z-emerald)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.badge { display: inline-flex; align-items: center; padding: 0.2rem 0.6rem; border-radius: 9999px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.025em; text-transform: uppercase; }
.badge-cyan { background: var(--z-cyan-light); color: var(--z-cyan-dark); }
.badge-amber { background: var(--z-amber-light); color: #92400E; }
.badge-rose { background: var(--z-rose-light); color: var(--z-rose); }
.badge-emerald { background: var(--z-emerald-light); color: #065F46; }
.badge-navy { background: #DBEAFE; color: var(--z-navy); }

/* ═══════════════════════════════════════════════════
   GENOMA HEART CURSOR
   ═══════════════════════════════════════════════════ */
#genoma-cursor { position: fixed; top: 0; left: 0; z-index: 999999; pointer-events: none; display: none; }
@media (pointer: fine) { #genoma-cursor { display: block; } }

.gc-heart { position: absolute; width: 32px; height: 32px; transform: translate(-50%, -50%); filter: drop-shadow(0 0 6px rgba(6,182,212,0.5)); animation: gc-breathe 2.8s ease-in-out infinite; }
.gc-heart:hover { transform: translate(-50%, -50%) scale(1.08) rotate(15deg); }

.gc-glow { position: absolute; width: 60px; height: 60px; border-radius: 50%; background: radial-gradient(circle, rgba(6,182,212,0.25) 0%, transparent 70%); transform: translate(-70%, -70%); pointer-events: none; animation: gc-glow-pulse 3.6s ease-in-out infinite; }

.gc-canvas { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; }

.gc-trail-dot { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: rgba(6,182,212,0.6); transform: translate(-50%, -50%); pointer-events: none; }

@keyframes gc-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.03); }
}

@keyframes gc-glow-pulse {
  0%, 100% { opacity: 0.6; transform: translate(-70%, -70%) scale(1); }
  50% { opacity: 1; transform: translate(-70%, -70%) scale(1.15); }
}

@keyframes gc-heartbeat {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  15% { transform: translate(-50%, -50%) scale(1.15); }
  30% { transform: translate(-50%, -50%) scale(1); }
  45% { transform: translate(-50%, -50%) scale(1.08); }
  60% { transform: translate(-50%, -50%) scale(1); }
}

.gc-heartbeat { animation: gc-heartbeat 1s ease-in-out; }

@keyframes gc-ripple {
  0% { transform: translate(-50%, -50%) scale(0); opacity: 0.6; }
  100% { transform: translate(-50%, -50%) scale(3); opacity: 0; }
}

.gc-ripple { position: absolute; width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--z-cyan); pointer-events: none; animation: gc-ripple 0.6s ease-out forwards; }

.gc-burst { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--z-cyan); pointer-events: none; }

/* ═══════════════════════════════════════════════════
   HEADER v2.0
   ═══════════════════════════════════════════════════ */
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--z-navy); box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.site-header > .container { display: flex; align-items: center; height: 64px; gap: 0.5rem; }

/* Logo */
.site-logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; flex-shrink: 0; }
.site-logo .logo-icon { width: 36px; height: 36px; background: rgba(6,182,212,0.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1rem; color: var(--z-cyan); }
.site-logo .logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.site-logo .logo-name { font-family: var(--font-display); font-size: 1.15rem; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.site-logo .logo-accent { color: var(--z-cyan); }
.site-logo .logo-tagline { font-size: 0.6rem; color: rgba(6,182,212,0.7); font-weight: 500; }

/* Desktop Nav */
.nav-menu { display: none; align-items: center; gap: 2px; margin-left: 0.75rem; }
@media (min-width: 1024px) { .nav-menu { display: flex; } }
.nav-menu a { padding: 0.45rem 0.7rem; color: rgba(255,255,255,0.65); font-size: 0.8rem; font-weight: 500; border-radius: 8px; transition: all 0.2s; }
.nav-menu a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.nav-menu a.active { color: var(--z-cyan); background: rgba(6,182,212,0.1); }

/* Nav Icon Buttons */
.nav-actions { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-icon-btn { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); transition: all 0.2s; }
.nav-icon-btn:hover { color: #fff; background: rgba(255,255,255,0.1); }
.nav-whatsapp-btn:hover { color: var(--z-emerald); }
.nav-cart-btn { position: relative; }
.cart-badge { position: absolute; top: -2px; right: -2px; min-width: 18px; height: 18px; padding: 0 4px; background: var(--z-amber); color: var(--z-navy); font-size: 10px; font-weight: 700; border-radius: 9999px; display: flex; align-items: center; justify-content: center; line-height: 1; }

/* Search Bar */
.search-bar { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, opacity 0.3s ease; opacity: 0; }
.search-bar.active { max-height: 60px; opacity: 1; }
.search-form { display: flex; max-width: 600px; margin: 0 auto; padding-bottom: 12px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.05); }
.search-form:focus-within { border-color: rgba(6,182,212,0.4); }
.search-input { flex: 1; padding: 8px 12px; background: transparent; border: none; outline: none; color: #fff; font-size: 0.85rem; }
.search-input::placeholder { color: rgba(255,255,255,0.35); }
.search-submit { width: 40px; display: flex; align-items: center; justify-content: center; background: var(--z-cyan); color: #fff; border: none; transition: background 0.2s; flex-shrink: 0; }
.search-submit:hover { background: var(--z-cyan-dark); }

/* Cart Sheet */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 10000; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.cart-overlay.active { opacity: 1; pointer-events: auto; }
.cart-sheet { position: fixed; top: 0; right: -420px; width: 400px; max-width: 90vw; height: 100vh; background: #fff; z-index: 10001; transition: right 0.3s ease; display: flex; flex-direction: column; box-shadow: -4px 0 20px rgba(0,0,0,0.15); }
.cart-sheet.active { right: 0; }
.cart-sheet-header { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1px solid #E2E8F0; }
.cart-sheet-header h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--z-navy); }
.cart-close { width: 28px; height: 28px; border-radius: 6px; display: flex; align-items: center; justify-content: center; color: var(--z-slate); font-size: 1rem; transition: all 0.2s; }
.cart-close:hover { background: var(--z-bg); color: var(--z-navy); }
.cart-sheet-body { flex: 1; overflow-y: auto; padding: 1.5rem; }
.cart-empty { text-align: center; padding: 3rem 1rem; }
.cart-empty svg { margin: 0 auto 1rem; opacity: 0.4; }
.cart-empty p { color: var(--z-slate); font-size: 0.9rem; margin-bottom: 1rem; }
.cart-link { color: var(--z-cyan); font-size: 0.85rem; font-weight: 600; }
.cart-link:hover { text-decoration: underline; }
.cart-sheet-footer { padding: 1.25rem 1.5rem; border-top: 1px solid #E2E8F0; }
.cart-whatsapp-btn { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 0.85rem; background: #25D366; color: #fff; border-radius: 12px; font-size: 0.9rem; font-weight: 700; transition: all 0.2s; border: none; width: 100%; }
.cart-whatsapp-btn:hover { background: #1DA851; transform: translateY(-1px); }

/* Mobile */
.mobile-toggle { display: flex; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; }
@media (min-width: 1024px) { .mobile-toggle { display: none; } }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 64px; left: 0; right: 0; background: var(--z-navy); padding: 1rem; z-index: 999; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mobile-menu.active { display: block; }
.mobile-menu a { display: block; padding: 0.75rem 1rem; color: rgba(255,255,255,0.8); font-size: 0.95rem; border-radius: 8px; }
.mobile-menu a:hover { color: #fff; background: rgba(255,255,255,0.05); }
.mobile-menu-actions { margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid rgba(255,255,255,0.08); }
.mobile-wa-btn { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.7rem; background: var(--z-emerald); color: #fff; border-radius: 10px; font-size: 0.85rem; font-weight: 600; transition: background 0.2s; }
.mobile-wa-btn:hover { background: #059669; }

/* ═══ HERO ═══ */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding-top: 64px; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(11,30,61,0.92) 0%, rgba(11,30,61,0.7) 50%, rgba(6,182,212,0.15) 100%); }
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 640px; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(6,182,212,0.15); border: 1px solid rgba(6,182,212,0.3); padding: 0.4rem 1rem; border-radius: 9999px; font-size: 0.8rem; font-weight: 600; color: var(--z-cyan); margin-bottom: 1.5rem; }
.hero h1 { font-family: var(--font-display); font-size: 2.5rem; font-weight: 800; line-height: 1.1; margin-bottom: 1.25rem; }
@media (min-width: 768px) { .hero h1 { font-size: 3.5rem; } }
@media (min-width: 1024px) { .hero h1 { font-size: 4rem; } }
.hero > .container > .hero-content > p { font-size: 1.1rem; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 2rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.btn-hero { padding: 0.85rem 1.75rem; border-radius: 12px; font-size: 0.95rem; font-weight: 700; transition: all 0.2s; display: inline-flex; align-items: center; gap: 0.5rem; color: #fff; text-decoration: none; }
.btn-hero-primary { background: var(--z-cyan); }
.btn-hero-primary:hover { background: var(--z-cyan-dark); transform: translateY(-2px); }
.btn-hero-outline { border: 2px solid rgba(255,255,255,0.25); background: transparent; }
.btn-hero-outline:hover { border-color: #fff; }
.hero-certs { display: flex; gap: 1.5rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); flex-wrap: wrap; }
.hero-cert { font-size: 0.8rem; color: rgba(255,255,255,0.6); }
.hero-cert strong { color: rgba(255,255,255,0.9); }

/* ═══ CATEGORIES ═══ */
.categories-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 768px) { .categories-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .categories-grid { grid-template-columns: repeat(4, 1fr); } }
.category-card { position: relative; border-radius: 16px; overflow: hidden; height: 220px; cursor: pointer; transition: all 0.3s; box-shadow: var(--shadow-md); }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.category-card:hover img { transform: scale(1.1); }
.category-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,30,61,0.9) 0%, rgba(11,30,61,0.3) 60%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.25rem; color: #fff; }
.category-card h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 700; margin-bottom: 0.25rem; }
.category-card p { font-size: 0.75rem; color: rgba(255,255,255,0.7); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ═══ ABOUT ═══ */
.about-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1fr 1fr; } }
.about-content h2 { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: var(--z-navy); margin-bottom: 1rem; }
@media (min-width: 768px) { .about-content h2 { font-size: 2.5rem; } }
.about-content p { color: var(--z-slate); line-height: 1.8; margin-bottom: 1.5rem; }
.about-certs { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2rem; }
.about-cert-badge { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.5rem 1rem; border-radius: 10px; font-size: 0.8rem; font-weight: 700; border: 1px solid; }
.about-cert-badge.digemid { background: #DBEAFE; border-color: #93C5FD; color: #1E40AF; }
.about-cert-badge.fda { background: #D1FAE5; border-color: #6EE7B7; color: #065F46; }
.about-cert-badge.ce { background: #FEF3C7; border-color: #FCD34D; color: #92400E; }
.about-image { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-xl); }
.about-image img { width: 100%; height: 400px; object-fit: cover; }
.stats-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
@media (min-width: 768px) { .stats-row { grid-template-columns: repeat(4, 1fr); } }
.stat-card { text-align: center; padding: 1.5rem; background: var(--z-bg); border-radius: 12px; }
.stat-number { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: var(--z-navy); }
.stat-label { font-size: 0.8rem; color: var(--z-slate); margin-top: 0.25rem; }

/* ═══ PRODUCTS ═══ */
.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 640px) { .products-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .products-grid { grid-template-columns: repeat(4, 1fr); } }
.product-card { background: var(--z-white); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid #F1F5F9; transition: all 0.3s; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.product-card-image { position: relative; height: 200px; overflow: hidden; background: #F8FAFC; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.product-card:hover .product-card-image img { transform: scale(1.05); }
.product-card-badges { position: absolute; top: 0.75rem; left: 0.75rem; display: flex; flex-direction: column; gap: 0.3rem; }
.product-card-body { padding: 1rem; flex: 1; display: flex; flex-direction: column; }
.product-card-category { font-size: 0.7rem; color: var(--z-cyan-dark); font-weight: 600; text-transform: uppercase; letter-spacing: 0.025em; margin-bottom: 0.35rem; }
.product-card-title { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; color: var(--z-navy); margin-bottom: 0.25rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card-title a { color: inherit; }
.product-card-title a:hover { color: var(--z-cyan); }
.product-card-brand { font-size: 0.8rem; color: var(--z-slate); margin-bottom: 0.5rem; }
.product-card-rating { display: flex; align-items: center; gap: 0.3rem; font-size: 0.75rem; margin-bottom: 0.75rem; }
.stars { color: var(--z-amber); }
.rating-count { color: #94A3B8; }
.product-card-footer { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 1rem; border-top: 1px solid #F1F5F9; }
.product-price { font-family: var(--font-display); font-weight: 800; color: var(--z-navy); font-size: 1.05rem; }
.product-price-original { font-size: 0.8rem; color: #94A3B8; text-decoration: line-through; margin-left: 0.4rem; font-weight: 400; }
.btn-cotizar { padding: 0.4rem 0.9rem; border-radius: 8px; font-size: 0.75rem; font-weight: 700; background: #25D366; color: #fff; transition: all 0.2s; display: inline-flex; align-items: center; gap: 0.3rem; text-decoration: none; }
.btn-cotizar:hover { background: #1DA851; transform: translateY(-1px); }
.btn-add-cart { padding: 0.4rem 0.6rem; border-radius: 8px; font-size: 0.75rem; font-weight: 700; background: var(--z-cyan); color: #fff; transition: all 0.2s; display: inline-flex; align-items: center; gap: 0.3rem; text-decoration: none; margin-right: 0.3rem; }
.btn-add-cart:hover { background: var(--z-cyan-dark); }

/* ═══ SERVICES ═══ */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card { text-align: center; padding: 2.5rem 1.5rem; border-radius: 16px; border: 1px solid #E2E8F0; transition: all 0.3s; }
.service-card:hover { border-color: var(--z-cyan); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.service-icon { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; font-size: 1.75rem; background: var(--z-cyan-light); color: var(--z-cyan-dark); }
.service-card h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--z-navy); margin-bottom: 0.5rem; }
.service-card p { font-size: 0.9rem; color: var(--z-slate); line-height: 1.6; }

/* ═══ WHY US ═══ */
.whyus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 768px) { .whyus-grid { grid-template-columns: repeat(3, 1fr); } }
.whyus-card { display: flex; align-items: flex-start; gap: 1rem; padding: 1.5rem; background: var(--z-white); border-radius: 12px; transition: all 0.3s; border: 1px solid transparent; }
.whyus-card:hover { border-color: var(--z-cyan); box-shadow: var(--shadow-md); }
.whyus-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0; background: var(--z-cyan-light); color: var(--z-cyan-dark); }
.whyus-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--z-navy); margin-bottom: 0.25rem; }
.whyus-card p { font-size: 0.82rem; color: var(--z-slate); line-height: 1.5; }

/* ═══ TESTIMONIALS ═══ */
.testimonials-section { background: var(--z-navy); color: #fff; }
.testimonials-section .section-title { color: #fff; }
.testimonials-section .section-subtitle { color: rgba(255,255,255,0.6); }
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
.testimonial-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 2rem; transition: all 0.3s; }
.testimonial-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); }
.testimonial-stars { color: var(--z-amber); font-size: 0.9rem; margin-bottom: 1rem; }
.testimonial-text { font-size: 0.95rem; line-height: 1.7; color: rgba(255,255,255,0.8); margin-bottom: 1.5rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--z-cyan); }
.testimonial-name { font-weight: 700; font-size: 0.9rem; color: #fff; }
.testimonial-role { font-size: 0.8rem; color: rgba(255,255,255,0.5); }

/* ═══ GALLERY ═══ */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 768px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
.gallery-item { position: relative; border-radius: 16px; overflow: hidden; height: 200px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item-overlay { position: absolute; inset: 0; background: rgba(11,30,61,0.6); display: flex; align-items: flex-end; padding: 1rem; opacity: 0; transition: opacity 0.3s; }
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-item-label { color: #fff; font-weight: 700; font-size: 0.9rem; }
.gallery-item-sublabel { color: rgba(255,255,255,0.7); font-size: 0.75rem; }

/* ═══ BRANDS MARQUEE ═══ */
.brands-marquee { display: flex; overflow: hidden; gap: 3rem; animation: marquee 30s linear infinite; }
.brands-marquee:hover { animation-play-state: paused; }
.brand-item { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 140px; height: 60px; background: var(--z-white); border-radius: 10px; padding: 0.5rem; filter: grayscale(1); opacity: 0.6; transition: all 0.3s; }
.brand-item:hover { filter: grayscale(0); opacity: 1; }
.brand-item span { font-weight: 700; font-size: 0.85rem; color: var(--z-navy); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ═══ FAQ ═══ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid #E2E8F0; border-radius: 12px; margin-bottom: 0.75rem; overflow: hidden; }
.faq-question { width: 100%; padding: 1.25rem 1.5rem; display: flex; align-items: center; justify-content: space-between; font-size: 0.95rem; font-weight: 700; color: var(--z-navy); text-align: left; background: none; transition: background 0.2s; }
.faq-question:hover { background: var(--z-bg); }
.faq-chevron { transition: transform 0.3s; font-size: 1.25rem; color: var(--z-cyan); }
.faq-item.active .faq-chevron { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; }
.faq-item.active .faq-answer { max-height: 300px; padding: 0 1.5rem 1.25rem; }
.faq-answer p { font-size: 0.9rem; color: var(--z-slate); line-height: 1.7; }

/* ═══ PAYMENTS ═══ */
.payments-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 768px) { .payments-grid { grid-template-columns: repeat(3, 1fr); } }
.payment-card { text-align: center; padding: 2rem 1.5rem; background: var(--z-white); border-radius: 16px; box-shadow: var(--shadow-sm); transition: all 0.3s; }
.payment-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.payment-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-size: 1.5rem; background: var(--z-emerald-light); color: #065F46; }
.payment-card h3 { font-size: 1rem; font-weight: 700; color: var(--z-navy); margin-bottom: 0.35rem; }
.payment-card p { font-size: 0.82rem; color: var(--z-slate); }

/* ═══ CORPORATE CTA ═══ */
.corporate-cta { position: relative; padding: 5rem 0; overflow: hidden; }
.corporate-cta-bg { position: absolute; inset: 0; }
.corporate-cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.corporate-cta-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(11,30,61,0.95), rgba(6,182,212,0.15)); }
.corporate-cta-content { position: relative; z-index: 2; text-align: center; color: #fff; max-width: 600px; margin: 0 auto; }
.corporate-cta h2 { font-family: var(--font-display); font-size: 2rem; font-weight: 800; margin-bottom: 1rem; }
@media (min-width: 768px) { .corporate-cta h2 { font-size: 2.5rem; } }
.corporate-cta p { font-size: 1.05rem; color: rgba(255,255,255,0.7); margin-bottom: 2rem; line-height: 1.7; }

/* ═══ CONTACT ═══ */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-info h2 { font-family: var(--font-display); font-size: 1.75rem; font-weight: 800; color: var(--z-navy); margin-bottom: 0.5rem; }
.contact-info > p { color: var(--z-slate); line-height: 1.7; }
.whatsapp-card { display: flex; align-items: center; gap: 1rem; padding: 1.25rem; background: #E8F8EE; border-radius: 12px; border: 1px solid #A7E8C1; margin-top: 1rem; }
.whatsapp-card .wa-icon { width: 44px; height: 44px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0; }
.whatsapp-card h3 { font-size: 0.9rem; font-weight: 700; color: #065F46; }
.whatsapp-card p { font-size: 0.8rem; color: #047857; }
.contact-details { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }
.contact-detail-item { display: flex; align-items: center; gap: 0.75rem; font-size: 0.9rem; color: var(--z-slate); }
.contact-detail-item .cd-icon { width: 36px; height: 36px; border-radius: 10px; background: var(--z-bg); display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--z-cyan-dark); flex-shrink: 0; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.85rem; font-weight: 600; color: var(--z-navy); }
.form-group input, .form-group textarea { padding: 0.75rem 1rem; border: 1px solid #E2E8F0; border-radius: 10px; font-size: 0.9rem; transition: border-color 0.2s; outline: none; width: 100%; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--z-cyan); box-shadow: 0 0 0 3px rgba(6,182,212,0.1); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 639px) { .form-row { grid-template-columns: 1fr; } }
.btn-submit { padding: 0.85rem 2rem; background: var(--z-navy); color: #fff; border: none; border-radius: 10px; font-size: 0.95rem; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.btn-submit:hover { background: var(--z-navy-light); }

/* ═══ FOOTER ═══ */
.site-footer { background: var(--z-navy); color: rgba(255,255,255,0.7); padding-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.5fr; } }
.footer-col h4 { color: #fff; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1.25rem; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; margin-bottom: 1rem; }
.footer-col a { display: block; padding: 0.3rem 0; font-size: 0.85rem; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-col a:hover { color: var(--z-cyan); }
.footer-contact-item { display: flex; align-items: center; gap: 0.5rem; padding: 0.3rem 0; font-size: 0.85rem; }
.footer-bottom { padding: 1.5rem 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.4); }

/* ═══ WHATSAPP FLOAT ═══ */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 9999; width: 60px; height: 60px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; box-shadow: 0 4px 15px rgba(37,211,102,0.4); transition: all 0.3s; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 25px rgba(37,211,102,0.5); }
.back-to-top { position: fixed; bottom: 96px; right: 28px; z-index: 9998; width: 40px; height: 40px; border-radius: 50%; background: var(--z-navy); color: #fff; display: none; align-items: center; justify-content: center; font-size: 1.1rem; box-shadow: var(--shadow-lg); transition: all 0.3s; opacity: 0; text-decoration: none; }
.back-to-top.visible { display: flex; opacity: 1; }
.back-to-top:hover { background: var(--z-cyan); }

/* ═══ PRODUCT SINGLE ═══ */
.product-single { padding-top: 80px; min-height: 100vh; }
.product-single-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; }
@media (min-width: 1024px) { .product-single-grid { grid-template-columns: 1fr 1fr; } }
.product-single-image { border-radius: 20px; overflow: hidden; background: #F8FAFC; box-shadow: var(--shadow-lg); }
.product-single-image img { width: 100%; height: 450px; object-fit: cover; }
.product-single-info h1 { font-family: var(--font-display); font-size: 1.75rem; font-weight: 800; color: var(--z-navy); margin-bottom: 0.5rem; }
@media (min-width: 768px) { .product-single-info h1 { font-size: 2.25rem; } }
.product-single-brand { font-size: 1rem; color: var(--z-slate); margin-bottom: 1rem; }
.product-single-rating { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.5rem; font-size: 0.9rem; }
.product-single-price { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: var(--z-navy); margin-bottom: 0.5rem; }
.product-single-original-price { font-size: 1.1rem; color: #94A3B8; text-decoration: line-through; margin-left: 0.75rem; font-weight: 400; }
.product-single-description { font-size: 0.95rem; color: var(--z-slate); line-height: 1.8; margin: 1.5rem 0; padding: 1.5rem; background: var(--z-bg); border-radius: 12px; }
.product-single-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; }
.meta-item { padding: 1rem; background: var(--z-bg); border-radius: 10px; }
.meta-item-label { font-size: 0.75rem; color: var(--z-slate); text-transform: uppercase; letter-spacing: 0.05em; }
.meta-item-value { font-size: 1.1rem; font-weight: 700; color: var(--z-navy); margin-top: 0.25rem; }
.btn-whatsapp-large { display: inline-flex; align-items: center; gap: 0.5rem; padding: 1rem 2rem; background: #25D366; color: #fff; border-radius: 12px; font-size: 1rem; font-weight: 700; transition: all 0.2s; margin-top: 1.5rem; text-decoration: none; }
.btn-whatsapp-large:hover { background: #1DA851; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(37,211,102,0.4); }

/* ═══ ANIMATIONS ═══ */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.animate-on-scroll { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.animate-on-scroll.visible { opacity: 1; transform: translateY(0); }

/* WP OVERRIDES */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); position: absolute; height: 1px; width: 1px; overflow: hidden; }
.products-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; justify-content: center; }
.filter-btn { padding: 0.45rem 1rem; border-radius: 9999px; font-size: 0.8rem; font-weight: 600; color: var(--z-slate); background: var(--z-white); border: 1px solid #E2E8F0; transition: all 0.2s; cursor: pointer; }
.filter-btn:hover { border-color: var(--z-cyan); color: var(--z-cyan); }
.filter-btn.active { background: var(--z-navy); color: #fff; border-color: var(--z-navy); }
