/*
Theme Name: Vitaminas & Suplementos Colombia - UI/UX Pro Max 8.0 High-Contrast Luxury Edition
Theme URI: https://vitaminasysuplementos.co
Author: AV Company
Author URI: https://avcompany.co
Description: Tema nutraceútico de ultra lujo con dos tonos primarios de alto contraste (Deep Indigo #0B132B + Emerald Mint #00E676/#059669 sobre blanco clinico #FFFFFF), video de fondo en Hero Section (video_hero.mp4), footer de alto impacto visual con directorio GEO en matriz regional luminosa y 0% emojis.
Version: 8.0.0
License: Proprietary
Text Domain: vitaminas-theme
*/

:root {
    --primary-navy: #0B132B;
    --navy-surface: #1C2541;
    --navy-dark: #070B19;
    --primary-mint: #00E676;
    --primary-mint-dark: #00C853;
    --primary-emerald: #059669;
    --emerald-light: #ECFDF5;
    --emerald-border: #A7F3D0;
    --accent-orange: #F59E0B;
    --bg-white: #FFFFFF;
    --bg-soft: #F8FAFC;
    --bg-alt: #F1F5F9;
    --text-dark: #0F172A;
    --text-muted: #475569;
    --text-light: #94A3B8;
    --border-light: #E2E8F0;
    --shadow-sm: 0 2px 8px rgba(11, 19, 43, 0.04);
    --shadow-card: 0 4px 20px -2px rgba(11, 19, 43, 0.06), 0 2px 6px -1px rgba(11, 19, 43, 0.03);
    --shadow-hover: 0 16px 36px -4px rgba(11, 19, 43, 0.12), 0 6px 12px -2px rgba(11, 19, 43, 0.06);
    --shadow-glow-mint: 0 8px 24px rgba(0, 230, 118, 0.35);
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 24px;
    --radius-full: 9999px;
    --font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: #F8FAFC;
    height: 100%;
}

body {
    font-family: var(--font-body);
    background-color: #F8FAFC;
    color: var(--text-dark);
    line-height: 1.6;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
}

.site-main {
    flex: 1 0 auto;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    letter-spacing: -0.4px;
}

a {
    color: var(--primary-emerald);
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover {
    color: var(--primary-mint-dark);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top GEO Bar 8.0 en Deep Navy de Alto Contraste */
.top-geo-bar {
    background: var(--primary-navy);
    color: #FFFFFF;
    font-size: 0.825rem;
    font-weight: 600;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.geo-delivery-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 230, 118, 0.2);
    color: var(--primary-mint);
    border: 1px solid rgba(0, 230, 118, 0.4);
    padding: 3px 12px;
    border-radius: var(--radius-full);
    font-size: 0.775rem;
    font-weight: 800;
}

.top-geo-bar select {
    background: var(--navy-surface);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--radius-sm);
    padding: 4px 10px;
    font-size: 0.8rem;
    margin-left: 6px;
    cursor: pointer;
    font-weight: 600;
}

.top-geo-bar select option {
    color: var(--text-dark);
    background: #FFFFFF;
}

/* Header Sticky Blanco Quirúrgico con Acentos de Contraste */
.site-header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(11, 19, 43, 0.04);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    gap: 20px;
}

.header-left-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-hamburger {
    background: var(--bg-soft);
    border: 1.5px solid var(--border-light);
    padding: 10px;
    border-radius: var(--radius-sm);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-navy);
    transition: all 0.2s ease;
}

.btn-hamburger:hover {
    background: var(--emerald-light);
    border-color: var(--emerald-border);
    color: var(--primary-emerald);
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

/* Buscador de Alta Definición */
.header-search {
    flex: 1;
    max-width: 520px;
    position: relative;
}

.header-search input {
    width: 100%;
    padding: 12px 20px 12px 46px;
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    background: var(--bg-soft);
    font-family: var(--font-body);
    transition: all 0.2s ease;
}

.header-search input:focus {
    outline: none;
    border-color: var(--primary-emerald);
    background: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.12);
}

.header-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light);
    width: 18px;
    height: 18px;
}

.search-results-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-hover);
    z-index: 1100;
    max-height: 360px;
    overflow-y: auto;
    display: none;
}

/* Barra de Cápsulas Rápidas por Necesidad de Salud (Estilo iHerb) */
.health-pills-nav-bar {
    background: #F8FAFC;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    padding: 8px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.health-pills-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.health-pills-wrapper::-webkit-scrollbar {
    display: none;
}

.health-pills-label {
    font-size: 0.775rem;
    font-weight: 900;
    color: #047857;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 4px;
    flex-shrink: 0;
}

.health-pill-btn {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    color: #0F172A !important;
    border: 1.5px solid #CBD5E1;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.health-pill-btn:hover {
    background: #F0FDF4;
    color: #047857 !important;
    border-color: #047857;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(4, 120, 87, 0.15);
}

/* Sección Comprar por Necesidad de Salud Grid iHerb */
.health-conditions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

.health-condition-card {
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.health-condition-card:hover {
    transform: translateY(-4px);
    border-color: #047857;
    box-shadow: 0 14px 28px rgba(4, 120, 87, 0.14);
    background: #F0FDF4;
}

.health-condition-badge {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #F0FDF4;
    border: 1.5px solid #A7F3D0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: transform 0.3s ease;
}

.health-condition-card:hover .health-condition-badge {
    transform: scale(1.08) rotate(3deg);
}

.health-condition-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 4px;
    line-height: 1.25;
}

.health-condition-desc {
    font-size: 0.825rem;
    color: #64748B;
    font-weight: 500;
}

.search-results-dropdown.active {
    display: block;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--border-light);
    cursor: pointer;
    transition: background 0.2s ease;
}

.search-result-item:hover {
    background: var(--bg-soft);
}

/* Botón de Carrito Menta Neón con Sombra Luminosa */
.cart-toggle-btn {
    background: #047857;
    color: #FFFFFF !important;
    border: none;
    padding: 11px 22px;
    border-radius: var(--radius-full);
    font-weight: 900;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 9px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(4, 120, 87, 0.35);
}

.cart-toggle-btn:hover {
    background: #065F46;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(4, 120, 87, 0.45);
}

.cart-badge {
    background: var(--primary-navy);
    color: var(--primary-mint);
    border-radius: var(--radius-full);
    width: 22px;
    height: 22px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

/* Menú Hamburguesa Drawer Universal */
.menu-drawer-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(11, 19, 43, 0.75) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    z-index: 99990 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
    display: none !important;
    transition: opacity 0.3s ease !important;
}

.menu-drawer-overlay.active {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    display: block !important;
}

.menu-drawer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 380px !important;
    height: 100vh !important;
    background: #FFFFFF !important;
    z-index: 99995 !important;
    transform: translateX(-100%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
    flex-direction: column !important;
    box-shadow: 10px 0 35px rgba(11, 19, 43, 0.2) !important;
}

.menu-drawer.active {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: flex !important;
}

.menu-drawer-header {
    padding: 20px;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-soft);
}

.menu-drawer-body {
    padding: 20px;
    flex: 1;
    overflow-y: auto;
}

.menu-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    color: var(--text-dark);
    font-weight: 700;
    font-size: 0.925rem;
    margin-bottom: 6px;
    transition: all 0.2s ease;
}

.menu-category-link:hover {
    background: var(--emerald-light);
    color: var(--primary-emerald);
}

/* Slide Drawer Cart FIX */
.cart-drawer-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(11, 19, 43, 0.75) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    z-index: 99998 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
    display: none !important;
    transition: opacity 0.3s ease !important;
}

.cart-drawer-overlay.active {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    display: block !important;
}

.cart-drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 440px !important;
    height: 100vh !important;
    background: #FFFFFF !important;
    z-index: 99999 !important;
    transform: translateX(100%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
    flex-direction: column !important;
    box-shadow: -10px 0 35px rgba(11, 19, 43, 0.2) !important;
}

.cart-drawer.active {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: flex !important;
}

.cart-drawer-header {
    padding: 20px;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-soft);
}

.cart-close-btn {
    background: none;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    color: var(--text-light);
}

.cart-drawer-body {
    padding: 20px;
    flex: 1;
    overflow-y: auto;
}

.cart-drawer-footer {
    padding: 20px;
    border-top: 1px solid var(--border-light);
    background: var(--bg-soft);
}

.shipping-progress-box {
    background: var(--emerald-light);
    border: 1px solid var(--emerald-border);
    border-radius: var(--radius-sm);
    padding: 12px 14px;
    margin-bottom: 16px;
}

.shipping-progress-bar {
    height: 6px;
    background: var(--emerald-border);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 6px;
}

.shipping-progress-fill {
    height: 100%;
    background: var(--primary-mint-dark);
    width: 83%;
    border-radius: 3px;
    transition: width 0.35s ease;
}

.cart-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-light);
}

.cart-item-img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--emerald-light);
    color: var(--primary-emerald);
    font-weight: 800;
    font-size: 0.75rem;
}

.cart-item-details {
    flex: 1;
}

.cart-item-title {
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--text-dark);
}

.cart-item-pack {
    font-size: 0.75rem;
    color: var(--text-light);
}

.cart-item-price {
    font-weight: 800;
    color: var(--primary-emerald);
    font-size: 0.9rem;
}

.btn-checkout {
    width: 100%;
    background: #047857;
    color: #FFFFFF !important;
    text-align: center;
    padding: 16px;
    border-radius: var(--radius-md);
    font-weight: 900;
    font-size: 1rem;
    display: block;
    box-shadow: 0 6px 20px rgba(4, 120, 87, 0.35);
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-checkout:hover {
    background: #065F46;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(4, 120, 87, 0.45);
}

/* HERO SECTION 8.0 CON VIDEO DE FONDO Y ALTO CONTRASTE */
.hero-video-section {
    position: relative;
    background: var(--primary-navy);
    color: #FFFFFF;
    padding: 60px 0;
    overflow: hidden;
    min-height: calc(100vh - 105px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(11, 19, 43, 0.82) 0%, rgba(11, 19, 43, 0.92) 100%);
    backdrop-filter: blur(2.5px);
    z-index: 1;
}

.hero-content-relative {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-content-centered {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 230, 118, 0.18);
    color: var(--primary-mint);
    border: 1.5px solid var(--primary-mint);
    padding: 6px 20px;
    border-radius: var(--radius-full);
    font-size: 0.825rem;
    font-weight: 900;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-title-centered {
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1.12;
    color: #FFFFFF;
    margin-bottom: 22px;
    letter-spacing: -1.5px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

.hero-title-centered span {
    color: var(--primary-mint);
}

.hero-desc-centered {
    font-size: 1.2rem;
    color: #F1F5F9;
    margin: 0 auto 34px;
    max-width: 740px;
    line-height: 1.55;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.btn-hero-primary {
    background: #00E676;
    color: #051F14 !important;
    padding: 16px 36px;
    border-radius: var(--radius-full);
    font-weight: 900;
    font-size: 1rem;
    border: none;
    box-shadow: 0 8px 25px rgba(0, 230, 118, 0.35);
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
}

.btn-hero-primary:hover {
    background: #00C853;
    color: #051F14 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 200, 83, 0.45);
}

.btn-hero-secondary {
    background: #FFFFFF;
    color: #0F172A !important;
    border: none;
    padding: 16px 36px;
    border-radius: var(--radius-full);
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
}

.btn-hero-secondary:hover {
    background: #F1F5F9;
    color: #047857 !important;
    border-color: #F1F5F9;
    transform: translateY(-2px);
}

.hero-trust-bar {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: #E2E8F0;
    font-weight: 700;
}

.trust-badge-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 16px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Features Bar 9.0 Luxury Medical Edition */
.features-wrapper-bg {
    background: #F8FAFC;
    padding: 35px 0;
    border-bottom: 1px solid #E2E8F0;
}

.features-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.feature-card {
    background: #FFFFFF;
    padding: 22px 20px;
    border-radius: 16px;
    border: 1.5px solid #CBD5E1;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: all 0.25s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(4, 120, 87, 0.12);
    border-color: #047857;
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #047857 0%, #065F46 100%);
    color: #FFFFFF;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(4, 120, 87, 0.3);
}

.feature-title {
    font-weight: 800;
    font-size: 0.95rem;
    color: #0F172A;
    margin-bottom: 2px;
}

.feature-subtitle {
    font-size: 0.8rem;
    color: #475569;
    font-weight: 600;
}

/* Category Hub Grid 9.0 Luxury Medical Edition */
.category-hub-section {
    padding: 75px 0 65px;
    background: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
}

.category-hub-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 36px;
    flex-wrap: wrap;
    gap: 16px;
}

.category-hub-tag {
    background: #F0FDF4;
    color: #047857;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1.5px solid #A7F3D0;
    font-size: 0.775rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.category-hub-main-title {
    font-size: 2.3rem;
    font-weight: 900;
    color: #0F172A;
    line-height: 1.15;
    margin: 0;
}

.category-hub-catalog-link {
    color: #047857;
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 10px 20px;
    background: #F0FDF4;
    border-radius: 25px;
    border: 1.5px solid #A7F3D0;
    transition: all 0.2s ease;
}

.category-hub-catalog-link:hover {
    background: #047857;
    color: #FFFFFF !important;
    border-color: #047857;
}

.category-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.category-card-item {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 18px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.category-card-item:hover {
    background: #FFFFFF;
    border-color: #047857;
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(4, 120, 87, 0.15);
}

.category-card-icon {
    width: 58px;
    height: 58px;
    background: #F0FDF4;
    border: none;
    color: #047857;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 4px 12px rgba(4, 120, 87, 0.1);
    transition: all 0.25s ease;
}

.category-card-item:hover .category-card-icon {
    background: #047857;
    color: #FFFFFF;
    transform: scale(1.05);
}

.category-card-title {
    font-size: 1.1rem;
    font-weight: 900;
    color: #0F172A;
    margin-bottom: 10px;
    line-height: 1.25;
}

.category-card-sublist {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-bottom: 22px;
}

.sub-tag {
    font-size: 0.75rem;
    font-weight: 700;
    color: #475569;
    background: #F1F5F9;
    padding: 4px 10px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.category-card-item:hover .sub-tag {
    background: #F0FDF4;
    color: #047857;
}

.btn-category-direct {
    display: inline-block;
    background: #0F172A;
    border: none;
    color: #FFFFFF !important;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 11px 20px;
    border-radius: 25px;
    transition: all 0.25s ease;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
    width: 100%;
    text-align: center;
}

.category-card-item:hover .btn-category-direct {
    background: #047857;
    color: #FFFFFF !important;
    border-color: #047857;
    box-shadow: 0 6px 16px rgba(4, 120, 87, 0.4);
}

/* Tarjeta Destacada Combo Stacks (Fondo Navy Luxury) */
.category-card-featured {
    background: linear-gradient(145deg, #0F172A 0%, #1E293B 100%) !important;
    border: none !important;
    border-radius: 18px;
    padding: 28px 20px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0 12px 32px rgba(0, 230, 118, 0.25) !important;
}

.category-card-featured .category-card-icon {
    background: rgba(0, 230, 118, 0.15);
    border: none;
    color: #00E676;
}

.category-card-featured .category-card-title {
    color: #FFFFFF;
}

.category-card-featured .category-card-count {
    background: rgba(0, 230, 118, 0.15);
    color: #00E676;
    border: 1px solid rgba(0, 230, 118, 0.3);
}

.btn-category-featured {
    display: inline-block;
    background: #00E676;
    border: none;
    color: #051F14 !important;
    font-weight: 900;
    font-size: 0.85rem;
    padding: 11px 20px;
    border-radius: 25px;
    transition: all 0.25s ease;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 230, 118, 0.35);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-category-featured:hover {
    background: #00C853;
    color: #051F14 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 200, 83, 0.45);
}

/* Slider Carrusel Infinito de Productos Más Vendidos */
.best-sellers-slider-wrapper {
    position: relative;
    margin-top: 10px;
}

.best-sellers-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 10px 4px 24px 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.best-sellers-carousel::-webkit-scrollbar {
    display: none;
}

.best-sellers-carousel .product-card {
    flex: 0 0 290px;
    scroll-snap-align: start;
    margin-bottom: 0;
}

.slider-arrow-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1.5px solid #CBD5E1;
    color: #0F172A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.slider-arrow-btn:hover {
    background: #047857;
    color: #FFFFFF;
    border-color: #047857;
    transform: scale(1.06);
}

/* Preset Tabs Stack Builder */
.preset-tab-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #94A3B8;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 9px 18px;
    border-radius: 25px;
    font-size: 0.825rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.preset-tab-btn.active, .preset-tab-btn:hover {
    background: #047857;
    color: #FFFFFF;
    border-color: #047857;
    box-shadow: 0 4px 14px rgba(4, 120, 87, 0.4);
}

/* Secciones Narrativas Split (Imagen + Texto) */
.narrative-split-section {
    padding: 70px 0;
    background: #FFFFFF;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}

.narrative-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.narrative-img-wrapper {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-light);
}

.narrative-img-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.narrative-img-wrapper:hover img {
    transform: scale(1.04);
}

.narrative-content {
    padding: 10px 0;
}

.narrative-tag {
    color: var(--primary-emerald);
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: block;
}

.narrative-title {
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1.18;
    margin-bottom: 16px;
    color: var(--primary-navy);
}

.narrative-desc {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 24px;
}

.narrative-points-list {
    list-style: none;
    margin-bottom: 28px;
}

.narrative-point-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.925rem;
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 12px;
}

.btn-primary-action {
    display: inline-block;
    background: #047857;
    color: #FFFFFF !important;
    padding: 16px 36px;
    border-radius: var(--radius-full);
    font-weight: 900;
    font-size: 1rem;
    box-shadow: 0 6px 20px rgba(4, 120, 87, 0.35);
    transition: all 0.25s ease;
    border: none;
    text-decoration: none;
    letter-spacing: 0.3px;
}

.btn-primary-action:hover {
    background: #065F46;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(4, 120, 87, 0.45);
}

/* Custom Stack Builder Box en Deep Navy con Contraste Menta */
.stack-builder-card {
    background: var(--primary-navy);
    color: #FFFFFF;
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-hover);
}

.stack-progress-meter {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    height: 8px;
    overflow: hidden;
    margin: 16px 0 10px;
}

.stack-progress-fill {
    background: var(--primary-mint);
    height: 100%;
    width: 66%;
    border-radius: 20px;
    transition: width 0.4s ease;
}

/* Products Grid 9.0 Luxury Medical Edition */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 26px;
    margin-bottom: 60px;
}

.product-card {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(4, 120, 87, 0.16);
    border-color: #047857;
}

.product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #047857;
    color: #FFFFFF;
    font-size: 0.725rem;
    font-weight: 900;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(4, 120, 87, 0.3);
}

.product-photo-wrapper {
    height: 240px;
    background: #F8FAFC;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E2E8F0;
}

.product-photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-card:hover .product-photo-wrapper img {
    transform: scale(1.06);
}

.product-info-box {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.product-category-tag {
    font-size: 0.75rem;
    font-weight: 800;
    color: #047857;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.product-title-text {
    font-size: 1.15rem;
    font-weight: 900;
    color: #0F172A;
    margin-bottom: 8px;
    line-height: 1.25;
}

.product-benefits-text {
    font-size: 0.85rem;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.45;
    font-weight: 500;
}

.product-price-current {
    font-size: 1.4rem;
    font-weight: 900;
    color: #0F172A;
}

.product-pack-select {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #CBD5E1;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0F172A;
    background: #F8FAFC;
    margin-bottom: 14px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.product-pack-select:focus {
    outline: none;
    border-color: #047857;
}

.btn-add-cart {
    width: 100%;
    background: #047857;
    color: #FFFFFF !important;
    border: none;
    padding: 14px;
    border-radius: 25px;
    font-weight: 900;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(4, 120, 87, 0.3);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-add-cart:hover {
    background: #065F46;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(4, 120, 87, 0.45);
}

/* FOOTER LUXURY DE ALTO IMPACTO EN DEEP NAVY (#0B132B) */
.site-footer {
    background: var(--primary-navy) !important;
    color: #94A3B8;
    padding: 70px 0 0;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-top: 4px solid var(--primary-mint);
}

.footer-grid-luxury {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 44px;
    align-items: start;
}

.footer-title {
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 8px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    background: var(--primary-mint);
    border-radius: 2px;
}

.footer-nav-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-nav-list li {
    list-style: none !important;
    margin-bottom: 10px !important;
}

.footer-nav-list a {
    color: #94A3B8;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.footer-nav-list a:hover {
    color: var(--primary-mint);
    padding-left: 4px;
}

/* Directorio GEO Colombia en Matriz 4 Zonas con LED Menta */
.footer-geo-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-top: 24px;
}

.footer-geo-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.footer-geo-title {
    color: #FFFFFF;
    font-size: 0.95rem;
    font-weight: 800;
}

.geo-regions-matrix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.geo-region-card {
    background: var(--navy-surface);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-sm);
    padding: 16px;
}

/* Footer SVG Payment Badges */
.footer-payment-svg-grid {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.payment-svg-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, filter 0.2s ease;
    cursor: default;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.payment-svg-badge:hover {
    transform: translateY(-2px) scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0,230,118,0.3));
}

.footer-logo-img {
    filter: brightness(0) invert(1);
    transition: opacity 0.2s ease;
}

.footer-logo-img:hover {
    opacity: 0.9;
}

/* Directorio GEO Colombia en Accordion Fold Interactivo (SEO-Safe) */
.geo-accordion-details {
    background: #111A35;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 18px 22px;
    transition: all 0.3s ease;
}

.geo-accordion-details[open] {
    border-color: #00E676;
    box-shadow: 0 10px 30px rgba(0, 230, 118, 0.15);
    background: #0E162D;
}

.geo-accordion-summary {
    cursor: pointer;
    list-style: none;
    outline: none;
    user-select: none;
}

.geo-accordion-summary::-webkit-details-marker,
.geo-accordion-summary::marker {
    display: none;
    content: "";
}

.geo-accordion-summary .footer-geo-header {
    margin-bottom: 0;
    justify-content: space-between;
    width: 100%;
}

.geo-toggle-badge {
    margin-left: auto;
    background: rgba(0, 230, 118, 0.15);
    color: #00E676;
    border: none;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.775rem;
    font-weight: 800;
    transition: all 0.25s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.geo-accordion-details[open] .geo-toggle-badge {
    background: #00E676;
    color: #0B132B;
}

.geo-region-card-title {
    font-size: 0.825rem;
    font-weight: 800;
    color: var(--primary-mint);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 6px;
}

.geo-region-list {
    list-style: none;
}

.geo-region-list li {
    margin-bottom: 6px;
}

.geo-region-list a {
    font-size: 0.775rem;
    color: #CBD5E1;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.geo-region-list a:hover {
    color: var(--primary-mint);
}

.geo-led-dot {
    width: 5px;
    height: 5px;
    background: var(--primary-mint);
    border-radius: 50%;
    box-shadow: 0 0 6px var(--primary-mint);
    flex-shrink: 0;
}

.footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding: 24px 0 28px;
    text-align: center;
    font-size: 0.825rem;
    color: #64748B;
    background: var(--primary-navy) !important;
    margin-bottom: 0 !important;
}

/* Mobile Search Bar Row (Desktop Hidden) */
.mobile-search-bar-row {
    display: none;
}

/* Responsive Mobile Improvements */
@media (max-width: 992px) {
    .narrative-split-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-grid-luxury {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .health-pills-nav-bar {
        display: none !important;
    }

    .mobile-search-bar-row {
        display: block;
        background: #FFFFFF;
        padding: 8px 0;
        border-bottom: 1px solid #E2E8F0;
    }

    .header-search {
        display: none !important;
    }

    .header-inner {
        padding: 10px 0;
    }

    .top-geo-bar {
        font-size: 0.75rem !important;
        padding: 6px 0 !important;
    }

    .top-geo-wrapper {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }

    /* Scaling typography for mobile to prevent suffocating UI */
    .hero-title-centered {
        font-size: 1.65rem !important;
        line-height: 1.25 !important;
        margin: 12px 0 !important;
    }

    .hero-subtitle-centered {
        font-size: 0.875rem !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }

    h2 {
        font-size: 1.55rem !important;
        line-height: 1.2 !important;
    }

    section {
        padding: 42px 0 !important;
    }

    .category-hub-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .footer-grid-luxury {
        grid-template-columns: 1fr;
    }

    .geo-accordion-summary .footer-geo-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .geo-toggle-badge {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
}
