/* ================================================================
   DULCE SABOR — HOME PAGE PREMIUM REDESIGN
   Archivo exclusivo para index.html. No afecta otras páginas.
   ================================================================ */

/* ----------------------------------------------------------------
   1. VARIABLES DE DISEÑO PREMIUM
   ---------------------------------------------------------------- */
:root {
    --color-chocolate: #1a0f0a;
    --color-chocolate-mid: #2c1a10;
    --color-cream: #fef8f1;
    --color-gold: #c8965d;
    --color-gold-light: #e8c089;
    --color-caramel: #d4a574;
    --color-berry: #c97b84;
    --color-peach: #f0c5a8;
    --color-muted: #8a7b6e;
    --color-dark-overlay: rgba(18, 10, 5, 0.82);
}

/* ----------------------------------------------------------------
   2. HEADER PREMIUM OSCURO (solo homepage)
   ---------------------------------------------------------------- */
.home-header {
    height: 72px;
    background-color: rgba(26, 15, 10, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(200, 150, 93, 0.12);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.home-header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Logo Premium */
.home-header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--color-cream);
    font-family: 'Playfair Display', 'Noto Serif', serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.home-header .logo-icon {
    width: 40px;
    height: 40px;
    border: 1.5px solid var(--color-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold);
}

.home-header .logo-icon .material-symbols-outlined {
    font-size: 22px;
    color: var(--color-gold);
}

.home-header .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.home-header .logo-subtitle {
    font-size: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-gold);
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
}

/* Navegación Premium */
.home-header .main-nav {
    display: flex;
    gap: 28px;
    align-items: center;
}

.home-header .nav-link {
    color: rgba(254, 248, 241, 0.75);
    text-decoration: none;
    font-weight: 500;
    font-size: 14.5px;
    transition: all 0.3s ease;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.home-header .nav-link:hover {
    color: var(--color-cream);
    border-bottom-color: var(--color-gold);
}

.home-header .nav-link.active-link {
    color: var(--color-cream);
    border-bottom-color: var(--color-gold);
    font-weight: 600;
}

/* Dropdown para header oscuro */
.home-header .nav-dropdown-btn {
    color: rgba(254, 248, 241, 0.75);
    font-size: 14.5px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.home-header .nav-dropdown-btn:hover {
    color: var(--color-cream);
    border-bottom-color: var(--color-gold);
}

.home-header .nav-dropdown-wrapper.active-link .nav-dropdown-btn {
    color: var(--color-cream);
    border-bottom-color: var(--color-gold);
    font-weight: 600;
}

.home-header .nav-dropdown-content {
    background-color: var(--color-chocolate-mid);
    border: 1px solid rgba(200, 150, 93, 0.2);
}

.home-header .nav-dropdown-content a {
    color: rgba(254, 248, 241, 0.75);
}

.home-header .nav-dropdown-content a:hover {
    background-color: rgba(200, 150, 93, 0.1);
    color: var(--color-cream);
}

.home-header .nav-dropdown-content a.active-link {
    background-color: var(--color-cream);
    color: var(--color-chocolate);
    font-weight: 600;
}

.home-header .nav-dropdown-content a.active-link:hover {
    background-color: var(--color-cream);
    color: var(--color-chocolate);
}


/* Header Actions - Right Side */
.home-header .header-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.home-header .header-action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: rgba(254, 248, 241, 0.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.home-header .header-action-btn:hover {
    color: var(--color-cream);
    background-color: rgba(254, 248, 241, 0.08);
}

.home-header .header-action-btn .material-symbols-outlined {
    font-size: 22px;
}

/* Cart Button with Badge */
.home-header .cart-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 24px;
    border: 1.5px solid rgba(200, 150, 93, 0.35);
    background: rgba(200, 150, 93, 0.08);
    color: var(--color-cream);
    cursor: pointer;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.home-header .cart-btn:hover {
    border-color: var(--color-gold);
    background: rgba(200, 150, 93, 0.15);
}

.home-header .cart-btn .material-symbols-outlined {
    font-size: 20px;
}

.cart-badge {
    background-color: var(--color-gold);
    color: var(--color-chocolate);
    font-size: 11px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Hamburger for dark header */
.home-header .menu-toggle {
    color: var(--color-cream);
}

.home-header .menu-toggle:hover {
    background-color: rgba(254, 248, 241, 0.08);
}

/* Header Scroll State */
.home-header.scrolled {
    background-color: rgba(26, 15, 10, 0.96);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.4);
}

/* Mobile Nav Dark */
@media (max-width: 992px) {
    .home-header .header-content {
        padding: 0 20px;
    }

    .home-header .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-left: auto;
        position: relative;
        z-index: 102;
    }

    .home-header .main-nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        position: fixed;
        inset: 0 auto 0 0;
        width: min(86vw, 360px);
        min-height: 100dvh;
        padding: 96px 28px 32px;
        background-color: var(--color-chocolate-mid);
        border-bottom: 1px solid rgba(200, 150, 93, 0.15);
        border-right: 1px solid rgba(200, 150, 93, 0.18);
        box-shadow: 12px 0 40px rgba(0, 0, 0, 0.38);
        overflow-y: auto;
        overscroll-behavior: contain;
        transform: translateX(-105%);
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.28s ease, visibility 0.28s ease;
        z-index: 101;
    }

    .home-header .main-nav.active {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .home-header .nav-link {
        min-height: 52px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(200, 150, 93, 0.14);
        font-size: 15px;
    }

    .home-header .nav-dropdown-btn {
        min-height: 52px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(200, 150, 93, 0.14);
        font-size: 15px;
    }

    .home-header .nav-dropdown-content {
        margin: 4px 0 8px;
        padding: 0 0 0 16px;
        background: rgba(0, 0, 0, 0.12);
        border-left: 2px solid rgba(200, 150, 93, 0.5);
        border-radius: 0;
    }

    .home-header .nav-dropdown-content a {
        padding: 13px 10px;
        font-size: 14px;
    }

    .home-header .nav-dropdown-content a.active-link {
        color: var(--color-chocolate);
        background-color: var(--color-cream);
        border-radius: 4px;
    }

    .home-header .header-actions {
        display: none;
    }

    body.mobile-nav-open {
        overflow: hidden;
    }

    .mobile-nav-backdrop {
        position: fixed;
        inset: 0;
        z-index: 49;
        opacity: 0;
        visibility: hidden;
        background: rgba(12, 7, 4, 0.58);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        transition: opacity 0.28s ease, visibility 0.28s ease;
    }

    .mobile-nav-backdrop.is-visible {
        opacity: 1;
        visibility: visible;
    }
}

/* ----------------------------------------------------------------
   3. HERO PREMIUM CINEMATOGRÁFICO
   ---------------------------------------------------------------- */
.home-hero {
    position: relative;
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--color-chocolate);
}

.home-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.home-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(18, 10, 5, 0.92) 0%, rgba(18, 10, 5, 0.7) 40%, rgba(18, 10, 5, 0.3) 70%, rgba(18, 10, 5, 0.15) 100%),
        linear-gradient(to bottom, rgba(18, 10, 5, 0.4) 0%, transparent 25%, transparent 75%, rgba(18, 10, 5, 0.8) 100%);
}

.home-hero-container {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px 120px;
    width: 100%;
}

/* ---- Hero Left Column ---- */
.home-hero-content {
    max-width: 600px;
    animation: homeSlideInLeft 1s ease-out forwards;
}

.home-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(200, 150, 93, 0.12);
    border: 1px solid rgba(200, 150, 93, 0.3);
    border-radius: 24px;
    padding: 6px 16px;
    color: var(--color-gold-light);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
}

.home-hero-badge .material-symbols-outlined {
    font-size: 14px;
    color: var(--color-berry);
}

.home-hero-title {
    font-family: 'Playfair Display', 'Noto Serif', serif;
    font-size: clamp(38px, 5vw, 64px);
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 12px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.home-hero-title .text-gold {
    color: var(--color-gold);
    font-style: italic;
}

/* Decorative divider */
.hero-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, var(--color-gold), transparent);
    margin: 20px 0 24px;
    border-radius: 2px;
}

.home-hero-subtitle {
    font-size: clamp(15px, 1.5vw, 18px);
    color: rgba(254, 248, 241, 0.8);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 480px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* Buttons */
.home-hero-buttons {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background-color: var(--color-cream);
    color: var(--color-chocolate);
    border: none;
    border-radius: 30px;
    font-size: 14.5px;
    font-weight: 700;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.btn-hero-primary:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.btn-hero-primary .material-symbols-outlined {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-hero-primary:hover .material-symbols-outlined {
    transform: translateX(4px);
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(254, 248, 241, 0.85);
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 500;
    font-family: 'Be Vietnam Pro', sans-serif;
    transition: color 0.3s ease;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.btn-hero-secondary:hover {
    color: var(--color-gold-light);
}

.btn-hero-secondary .icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid rgba(254, 248, 241, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover .icon-circle {
    border-color: var(--color-gold);
    background: rgba(200, 150, 93, 0.15);
}

.btn-hero-secondary .icon-circle .material-symbols-outlined {
    font-size: 16px;
}

/* Mini Benefits Row */
.hero-mini-benefits {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.mini-benefit {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mini-benefit-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(200, 150, 93, 0.1);
    border: 1px solid rgba(200, 150, 93, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mini-benefit-icon .material-symbols-outlined,
.mini-benefit-icon svg {
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: var(--color-gold);
    fill: currentColor;
}

.mini-benefit span:last-child {
    font-size: 12.5px;
    color: rgba(254, 248, 241, 0.65);
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.3;
    max-width: 130px;
}

/* ---- Hero Right Column: Featured Product Cards ---- */
.featured-cards-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: homeSlideInRight 1s ease-out 0.3s both;
}

.featured-cards-label {
    position: absolute;
    top: -10px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(26, 15, 10, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(200, 150, 93, 0.35);
    border-radius: 20px;
    padding: 6px 14px;
    color: var(--color-gold-light);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 15;
}

.featured-cards-label .material-symbols-outlined {
    font-size: 14px;
    color: var(--color-gold);
}

/* Product Cards Container */
.product-cards-carousel {
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 420px;
    perspective: 1000px;
}

/* Individual Product Card */
.featured-card {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    background: rgba(26, 15, 10, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(200, 150, 93, 0.25);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.featured-card.active {
    opacity: 1;
    z-index: 10;
    transform: translateX(-50%) scale(1);
    pointer-events: auto;
}

.featured-card.prev-card {
    opacity: 0.5;
    z-index: 5;
    transform: translateX(calc(-50% - 180px)) scale(0.85);
    filter: brightness(0.6);
    pointer-events: none;
}

.featured-card.next-card {
    opacity: 0.5;
    z-index: 5;
    transform: translateX(calc(-50% + 180px)) scale(0.85);
    filter: brightness(0.6);
    pointer-events: none;
}

.featured-card.hidden-card {
    opacity: 0;
    z-index: 0;
    transform: translateX(-50%) scale(0.7);
    pointer-events: none;
}

/* Card Image */
.featured-card-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.featured-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-card.active:hover .featured-card-image img {
    transform: scale(1.06);
}

/* Heart / Favorite */
.featured-card-fav {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.featured-card-fav .material-symbols-outlined {
    font-size: 20px;
    color: var(--color-berry);
}

.featured-card-fav:hover {
    transform: scale(1.1);
    background: #fff;
}

/* Card Product Badge */
.featured-product-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: var(--color-gold);
    color: var(--color-chocolate);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 4px 12px;
    border-radius: 4px;
    z-index: 3;
}

/* Card Body */
.featured-card-body {
    padding: 20px;
}

.featured-card-name {
    font-family: 'Playfair Display', 'Noto Serif', serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    line-height: 1.25;
}

.featured-card-desc {
    font-size: 13px;
    color: rgba(254, 248, 241, 0.88);
    line-height: 1.5;
    margin-bottom: 14px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* Card Meta Row */
.featured-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.featured-card-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12.5px;
    color: rgba(254, 248, 241, 0.55);
    font-family: 'Be Vietnam Pro', sans-serif;
}

.featured-card-meta-item .material-symbols-outlined {
    font-size: 16px;
    color: var(--color-gold);
}

.featured-card-price {
    font-family: 'Playfair Display', 'Noto Serif', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--color-gold-light);
}

/* Card Actions Row */
.featured-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-ver-producto {
    flex: 1;
    padding: 10px 0;
    background-color: var(--color-cream);
    color: var(--color-chocolate);
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Be Vietnam Pro', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: block;
}

.btn-ver-producto:hover {
    background-color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-add-cart {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1.5px solid rgba(254, 248, 241, 0.2);
    background: rgba(254, 248, 241, 0.06);
    color: var(--color-cream);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.btn-add-cart:hover {
    border-color: var(--color-gold);
    background: rgba(200, 150, 93, 0.15);
    color: var(--color-gold);
}

.btn-add-cart .material-symbols-outlined {
    font-size: 20px;
}

/* Carousel Navigation Arrows */
.fc-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: all 0.3s ease;
}

.fc-nav-arrow:hover {
    background: rgba(200, 150, 93, 0.3);
    border-color: var(--color-gold);
    box-shadow: 0 4px 15px rgba(200, 150, 93, 0.3);
}

.fc-nav-arrow .material-symbols-outlined {
    font-size: 22px;
}

.fc-nav-prev { left: -10px; }
.fc-nav-next { right: -10px; }

/* Carousel Dots */
.fc-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.fc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.fc-dot.active {
    background-color: var(--color-gold);
    width: 24px;
    border-radius: 4px;
}

/* ----------------------------------------------------------------
   4. FRANJA DE BENEFICIOS
   ---------------------------------------------------------------- */
.benefits-bar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    max-width: 1320px;
    background: rgba(26, 15, 10, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(200, 150, 93, 0.15);
    border-radius: 20px 20px 0 0;
    padding: 24px 40px;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    animation: homeSlideUp 0.8s ease-out 0.8s both;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    justify-content: center;
}

.benefit-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(200, 150, 93, 0.1);
    border: 1px solid rgba(200, 150, 93, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon .material-symbols-outlined {
    font-size: 20px;
    color: var(--color-gold);
}

.benefit-text {
    display: flex;
    flex-direction: column;
}

.benefit-text strong {
    font-size: 13px;
    color: var(--color-cream);
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.benefit-text span {
    font-size: 11px;
    color: var(--color-muted);
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* Medallion */
.benefit-medallion {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--color-chocolate-mid);
    border: 2px solid var(--color-gold);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    top: -20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), inset 0 0 0 3px rgba(200, 150, 93, 0.2);
    animation: homeMedallionPulse 4s ease-in-out infinite;
}

.benefit-medallion .material-symbols-outlined {
    font-size: 24px;
    color: var(--color-gold);
    margin-bottom: 2px;
}

.benefit-medallion-text {
    font-size: 6px;
    color: var(--color-gold-light);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* ----------------------------------------------------------------
   5. ANIMACIONES
   ---------------------------------------------------------------- */
@keyframes homeSlideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes homeSlideInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes homeSlideUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes homeMedallionPulse {
    0%, 100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), inset 0 0 0 3px rgba(200, 150, 93, 0.2);
    }
    50% {
        box-shadow: 0 8px 35px rgba(200, 150, 93, 0.2), inset 0 0 0 3px rgba(200, 150, 93, 0.4);
    }
}

/* Reveal animation class */
.home-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.home-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ----------------------------------------------------------------
   6. RESPONSIVE
   ---------------------------------------------------------------- */
@media (max-width: 1200px) {
    /* Evita que el subtítulo del logo compita con la navegación en anchos intermedios. */
    .home-header .logo-subtitle {
        display: none;
    }

    .home-hero-container {
        gap: 32px;
        padding: 50px 32px 120px;
    }

    .featured-card {
        width: 270px;
    }

    .product-cards-carousel {
        max-width: 460px;
        height: 400px;
    }

    .featured-card.prev-card {
        transform: translateX(calc(-50% - 150px)) scale(0.85);
    }

    .featured-card.next-card {
        transform: translateX(calc(-50% + 150px)) scale(0.85);
    }
}

@media (max-width: 992px) {
    .home-hero-container {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 40px 24px 140px;
    }

    .home-hero {
        min-height: auto;
    }

    .home-hero-content {
        text-align: center;
        max-width: 100%;
    }

    .home-hero-badge {
        margin: 0 auto 24px;
    }

    .hero-divider {
        margin: 20px auto 24px;
    }

    .home-hero-subtitle {
        max-width: 100%;
        margin: 0 auto 36px;
    }

    .home-hero-buttons {
        justify-content: center;
    }

    .hero-mini-benefits {
        justify-content: center;
    }

    .featured-cards-wrapper {
        justify-content: center;
    }

    .featured-cards-label {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .benefits-bar {
        flex-wrap: wrap;
        padding: 20px 24px;
        gap: 12px;
        width: calc(100% - 48px);
        border-radius: 16px 16px 0 0;
    }

    .benefit-item {
        min-width: 40%;
    }

    .benefit-medallion {
        order: -1;
        width: 100%;
        height: auto;
        border-radius: 12px;
        padding: 12px;
        flex-direction: row;
        gap: 8px;
        top: 0;
        border-width: 1px;
    }

    .benefit-medallion .material-symbols-outlined {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .home-hero-title {
        font-size: clamp(32px, 7vw, 42px);
    }

    .featured-card {
        width: 260px;
    }

    .product-cards-carousel {
        max-width: 400px;
        height: 390px;
    }

    .featured-card.prev-card {
        transform: translateX(calc(-50% - 120px)) scale(0.8);
        opacity: 0.35;
    }

    .featured-card.next-card {
        transform: translateX(calc(-50% + 120px)) scale(0.8);
        opacity: 0.35;
    }

    .hero-mini-benefits {
        gap: 20px;
    }

    .benefit-item {
        min-width: 45%;
    }
}

@media (max-width: 576px) {
    .home-hero {
        display: block;
    }

    .home-header .header-content {
        padding: 0 16px;
    }

    .home-hero-container {
        gap: 32px;
        padding: 28px 16px 36px;
    }

    .home-hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-mini-benefits {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 320px);
        margin: 0 auto;
        gap: 12px;
    }

    .mini-benefit {
        justify-content: flex-start;
        min-height: 62px;
        padding: 8px;
        border-radius: 10px;
        background: rgba(26, 15, 10, 0.38);
        border: 1px solid rgba(200, 150, 93, 0.16);
    }

    .mini-benefit span:last-child {
        max-width: none;
        font-size: 11px;
    }

    .featured-card {
        width: min(100%, 270px);
    }

    .product-cards-carousel {
        max-width: 340px;
        height: 370px;
    }

    .featured-card-image {
        height: 170px;
    }

    .featured-card-body {
        padding: 16px;
    }

    .featured-card-desc {
        margin-bottom: 10px;
    }

    .featured-card-meta {
        margin-bottom: 12px;
    }

    .fc-dots {
        bottom: -30px;
    }

    .featured-card.prev-card,
    .featured-card.next-card {
        opacity: 0;
    }

    .fc-nav-prev { left: 0; }
    .fc-nav-next { right: 0; }

    .benefits-bar {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: calc(100% - 32px);
        margin: 48px auto 0;
        padding: 16px;
        border-radius: 16px;
        animation: none;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 12px;
    }

    .benefit-item {
        min-width: 0;
        min-height: 108px;
        padding: 12px 8px;
        flex: none;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
        background: rgba(200, 150, 93, 0.06);
        border: 1px solid rgba(200, 150, 93, 0.12);
        border-radius: 12px;
    }

    .benefit-text {
        align-items: center;
    }

    .benefit-text strong {
        font-size: 12px;
        line-height: 1.25;
    }

    .benefit-text span {
        font-size: 10px;
        line-height: 1.35;
    }

    .benefit-medallion {
        grid-column: 1 / -1;
        order: -1;
        width: 100%;
        min-height: 52px;
        height: auto;
        padding: 10px 12px;
        top: 0;
        flex-direction: row;
        gap: 8px;
        border-radius: 12px;
    }

    .benefit-medallion .material-symbols-outlined {
        margin-bottom: 0;
    }
}
