/* ================================================================
   EL FABRICANTE DEL GOL — ENHANCED STYLES v2.0
   Diseño Premium Deportivo · "Juega al Máximo, Viste como Campeón"
   ================================================================ */


/* ─── NUEVAS VARIABLES ───────────────────────────────────────────── */

:root {
    --electric-gold: #FFE033;
    --glow-gold: rgba(201, 162, 39, 0.25);
    --glass-dark: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(201, 162, 39, 0.14);
    --card-dark-bg: #111520;
    --section-deep: #08090d;
    --section-mid: #0d1117;
    --section-light: #161b22;
    --text-bright: rgba(255, 255, 255, 0.92);
    --text-dim: rgba(255, 255, 255, 0.55);
    --anim-enter: cubic-bezier(0.22, 1, 0.36, 1);
    --glow-radius: 0 0 40px rgba(201, 162, 39, 0.18);
}


/* ─── RESET GLOBAL DE SECCIONES A DARK THEME ─────────────────────── */


/* Products section: de gris claro a oscuro */

.products {
    background: linear-gradient(180deg, var(--section-mid) 0%, var(--section-deep) 100%) !important;
    padding: 100px 0 80px !important;
    position: relative;
    overflow: hidden;
}

.products::before {
    background: none !important;
}

.products::after {
    background: radial-gradient(circle at 85% 20%, rgba(201, 162, 39, 0.07) 0%, transparent 60%) !important;
    top: 0 !important;
    right: 0 !important;
    width: 700px !important;
    height: 700px !important;
    border-radius: 50% !important;
}


/* Products section title goes white */

.products .section-title {
    color: var(--text-bright) !important;
}

.products .section-description {
    color: var(--text-dim) !important;
}


/* Filter buttons — dark variant */

.filter-btn {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1.5px solid rgba(201, 162, 39, 0.2) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
}

.filter-btn:hover,
.filter-btn.active {
    color: #0D1117 !important;
    border-color: var(--primary-color) !important;
}


/* ─── PRODUCT CARDS — GLASSMORPHISM DARK ─────────────────────────── */

.product-card {
    background: linear-gradient(145deg, var(--section-light) 0%, var(--section-mid) 100%) !important;
    border: 1px solid rgba(201, 162, 39, 0.12) !important;
    border-radius: 22px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.45) !important;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.product-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, #C9A227, #FFD700, #C9A227, transparent) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.4s ease !important;
    z-index: 3 !important;
}

.product-card:hover {
    transform: translateY(-16px) scale(1.02) !important;
    box-shadow: 0 32px 72px rgba(0, 0, 0, 0.55), 0 0 60px rgba(201, 162, 39, 0.15) !important;
    border-color: rgba(201, 162, 39, 0.45) !important;
}

.product-card:hover::before {
    transform: scaleX(1) !important;
}


/* Glow ring on hover */

.product-card::after {
    content: '' !important;
    position: absolute !important;
    inset: -2px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.4), transparent 50%, rgba(255, 215, 0, 0.2)) !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
    z-index: -1 !important;
}

.product-card:hover::after {
    opacity: 1 !important;
}


/* Product image container */

.product-image {
    background: linear-gradient(135deg, #0d1117 0%, #161b22 100%) !important;
    overflow: hidden;
    position: relative;
}


/* Quick action overlay (appears on hover) */

.product-image .quick-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 16px;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 10;
}

.product-card:hover .product-image .quick-overlay {
    opacity: 1;
}

.quick-overlay .quick-btn {
    background: linear-gradient(135deg, #C9A227, #FFD700);
    color: #0d1117;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.2s ease;
}

.quick-overlay .quick-btn:hover {
    transform: scale(1.05);
}


/* Product info dark */

.product-info {
    background: transparent !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.product-name {
    color: var(--text-bright) !important;
    font-weight: 700 !important;
}

.product-card:hover .product-name {
    color: #FFD700 !important;
}

.product-description {
    color: rgba(255, 255, 255, 0.5) !important;
}

.product-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}


/* ─── HERO SECTION IMPROVEMENTS ──────────────────────────────────── */

.hero-slider {
    height: 100vh !important;
    max-height: 100vh !important;
    min-height: 560px !important;
}


/* Left accent line on hero */

.hero-slider::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 220px;
    background: linear-gradient(to bottom, transparent, rgba(201, 162, 39, 0.8), transparent);
    z-index: 15;
    pointer-events: none;
}


/* Right accent line */

.hero-slider::after {
    content: '';
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 220px;
    background: linear-gradient(to bottom, transparent, rgba(201, 162, 39, 0.5), transparent);
    z-index: 15;
    pointer-events: none;
}


/* Hero title — bigger impact */

.hero-title {
    font-size: clamp(2.8rem, 6.5vw, 6rem) !important;
    letter-spacing: -1px !important;
    font-weight: 900 !important;
    line-height: 0.97 !important;
}


/* Hero badge — more premium */

.hero-badge {
    background: linear-gradient(135deg, #C9A227 0%, #FFD700 100%) !important;
    color: #0d1117 !important;
    font-size: 0.8rem !important;
    letter-spacing: 3px !important;
    padding: 0.6rem 1.8rem !important;
    border-radius: 30px !important;
    box-shadow: 0 8px 30px rgba(201, 162, 39, 0.4) !important;
    animation: none !important;
}


/* ─── MARQUEE ENHANCED ────────────────────────────────────────────── */

.brand-marquee {
    background: linear-gradient(90deg, #0d1117 0%, #161205 30%, #2a1c00 50%, #161205 70%, #0d1117 100%) !important;
    border-top: 1px solid rgba(201, 162, 39, 0.25) !important;
    border-bottom: 1px solid rgba(201, 162, 39, 0.25) !important;
    padding: 14px 0 !important;
}

.marquee-inner span {
    font-size: 0.8rem !important;
    letter-spacing: 3px !important;
    font-weight: 700 !important;
    color: #C9A227 !important;
    text-shadow: 0 0 20px rgba(201, 162, 39, 0.5) !important;
}

.marquee-dot {
    color: #FFD700 !important;
    filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.7)) !important;
    font-size: 0.7rem !important;
}


/* ─── FEATURES BAR OVERHAUL ──────────────────────────────────────── */

.features-bar {
    background: linear-gradient(135deg, #0d1117 0%, #161b22 50%, #0d1117 100%) !important;
    padding: 55px 0 !important;
    border-top: 1px solid rgba(201, 162, 39, 0.12) !important;
    border-bottom: 1px solid rgba(201, 162, 39, 0.12) !important;
    position: relative;
}

.features-bar::before,
.features-bar::after {
    display: none !important;
}

.features-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    align-items: start !important;
}

@media (max-width: 900px) {
    .features-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 500px) {
    .features-wrapper {
        grid-template-columns: 1fr !important;
    }
}

.feature-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 18px !important;
    padding: 24px 20px !important;
    border-radius: 18px !important;
    border: 1px solid transparent !important;
    background: rgba(255, 255, 255, 0.02) !important;
    transition: all 0.35s var(--anim-enter) !important;
}

.feature-item:hover {
    background: rgba(201, 162, 39, 0.05) !important;
    border-color: rgba(201, 162, 39, 0.22) !important;
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
}

.feature-icon {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.18), rgba(201, 162, 39, 0.06)) !important;
    border: 1px solid rgba(201, 162, 39, 0.3) !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.55rem !important;
    color: #FFD700 !important;
    filter: drop-shadow(0 0 10px rgba(201, 162, 39, 0.5)) !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

.feature-item:hover .feature-icon {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.3), rgba(201, 162, 39, 0.1)) !important;
    filter: drop-shadow(0 0 18px rgba(255, 215, 0, 0.7)) !important;
    transform: scale(1.1) rotate(5deg) !important;
    border-color: rgba(201, 162, 39, 0.6) !important;
}

.feature-content h4 {
    color: var(--text-bright) !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    margin-bottom: 6px !important;
}

.feature-content p {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.87rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}


/* ─── CATEGORY SHOWCASE OVERHAUL ─────────────────────────────────── */

.category-showcase {
    background: var(--section-deep) !important;
    padding: 90px 0 100px !important;
    position: relative;
    overflow: hidden;
}

.category-showcase::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, transparent, #C9A227 30%, #FFD700 50%, #C9A227 70%, transparent) !important;
}


/* Decorative BG element */

.category-showcase::after {
    content: '⚽' !important;
    position: absolute !important;
    bottom: -80px !important;
    right: -60px !important;
    font-size: 400px !important;
    opacity: 0.025 !important;
    pointer-events: none !important;
    line-height: 1 !important;
}

.category-showcase-header {
    text-align: center !important;
    margin-bottom: 60px !important;
    position: relative !important;
    z-index: 2 !important;
}

.showcase-eyebrow {
    display: inline-block !important;
    background: rgba(201, 162, 39, 0.12) !important;
    color: #C9A227 !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    padding: 6px 20px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(201, 162, 39, 0.25) !important;
    margin-bottom: 20px !important;
}

.showcase-title {
    font-size: clamp(3rem, 7vw, 5.5rem) !important;
    font-weight: 900 !important;
    color: var(--text-bright) !important;
    letter-spacing: -3px !important;
    line-height: 0.95 !important;
    margin-bottom: 16px !important;
}

.showcase-title em {
    font-style: normal !important;
    background: linear-gradient(135deg, #C9A227 0%, #FFD700 50%, #E8C547 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.showcase-sub {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 1.1rem !important;
}


/* Category tiles */

.category-showcase-grid {
    display: grid !important;
    gap: 20px !important;
}

.category-tile {
    border-radius: 22px !important;
    border: 1px solid rgba(201, 162, 39, 0.1) !important;
    min-height: 300px !important;
    transition: all 0.45s var(--anim-enter) !important;
    overflow: hidden !important;
    position: relative !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: flex-end !important;
}

.category-tile::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0) 0%, rgba(201, 162, 39, 0.1) 100%) !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
    z-index: 1 !important;
}

.category-tile:hover {
    transform: translateY(-12px) scale(1.025) !important;
    border-color: rgba(201, 162, 39, 0.5) !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), 0 0 80px rgba(201, 162, 39, 0.12) !important;
}

.category-tile:hover::after {
    opacity: 1 !important;
}

.tile-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%) !important;
    z-index: 1 !important;
}

.tile-shine {
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.07), transparent) !important;
    z-index: 2 !important;
    transition: left 0.6s ease !important;
}

.category-tile:hover .tile-shine {
    left: 100% !important;
}

.tile-content {
    position: relative !important;
    z-index: 3 !important;
    padding: 30px !important;
    width: 100% !important;
}

.tile-num {
    display: block !important;
    font-size: 0.7rem !important;
    font-weight: 800 !important;
    letter-spacing: 4px !important;
    color: rgba(201, 162, 39, 0.6) !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
}

.tile-title {
    font-size: 1.9rem !important;
    font-weight: 900 !important;
    letter-spacing: 4px !important;
    color: white !important;
    text-transform: uppercase !important;
    display: block !important;
    line-height: 1 !important;
    margin-bottom: 8px !important;
}

.tile-sub {
    font-size: 0.82rem !important;
    color: rgba(255, 255, 255, 0.6) !important;
    letter-spacing: 1px !important;
    display: block !important;
    margin-bottom: 0 !important;
}

.tile-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #FFD700 !important;
    font-weight: 800 !important;
    font-size: 0.78rem !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-top: 16px !important;
    transition: gap 0.3s ease !important;
}

.category-tile:hover .tile-cta {
    gap: 14px !important;
}


/* ─── BRAND STATS SECTION OVERHAUL ───────────────────────────────── */

.brand-stats {
    background: linear-gradient(135deg, var(--section-mid) 0%, var(--section-deep) 100%) !important;
    padding: 90px 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.brand-stats::before,
.brand-stats::after {
    display: none !important;
}


/* Gold top accent line */

.brand-stats .stats-grid-line {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, transparent, #C9A227 30%, #FFD700 50%, #C9A227 70%, transparent) !important;
}

.stats-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 400px) {
    .stats-grid {
        grid-template-columns: 1fr !important;
    }
}

.stat-item {
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid rgba(201, 162, 39, 0.12) !important;
    border-radius: 18px !important;
    padding: 36px 28px !important;
    text-align: center !important;
    transition: all 0.35s var(--anim-enter) !important;
    position: relative !important;
    overflow: hidden !important;
    backdrop-filter: blur(10px) !important;
}

.stat-item::before {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, transparent, #C9A227, transparent) !important;
    transform: scaleX(0) !important;
    transition: transform 0.4s ease !important;
}

.stat-item:hover {
    border-color: rgba(201, 162, 39, 0.4) !important;
    background: rgba(201, 162, 39, 0.05) !important;
    transform: translateY(-8px) !important;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4), 0 0 40px rgba(201, 162, 39, 0.08) !important;
}

.stat-item:hover::before {
    transform: scaleX(1) !important;
}

.stat-value-row {
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 4px !important;
    margin-bottom: 12px !important;
}

.stat-number {
    font-size: 3.8rem !important;
    font-weight: 900 !important;
    background: linear-gradient(135deg, #C9A227 0%, #FFD700 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    line-height: 1 !important;
    filter: drop-shadow(0 0 20px rgba(201, 162, 39, 0.3)) !important;
}

.stat-suffix {
    font-size: 2rem !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #C9A227 0%, #FFD700 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.stat-label {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-top: 6px !important;
    display: block !important;
}

.stat-bar {
    height: 3px !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border-radius: 2px !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

.stat-bar-fill {
    height: 100% !important;
    background: linear-gradient(90deg, #C9A227, #FFD700) !important;
    border-radius: 2px !important;
    box-shadow: 0 0 8px rgba(201, 162, 39, 0.5) !important;
}


/* ─── TESTIMONIALS OVERHAUL ──────────────────────────────────────── */

.testimonials {
    background: linear-gradient(180deg, var(--section-deep) 0%, var(--section-mid) 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 90px 0 !important;
}


/* Giant decorative quote */

.testimonials::before {
    content: '"' !important;
    position: absolute !important;
    top: -60px !important;
    left: 30px !important;
    font-size: 400px !important;
    color: rgba(201, 162, 39, 0.04) !important;
    font-family: Georgia, serif !important;
    line-height: 1 !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.testimonials .container {
    position: relative;
    z-index: 1;
}

.testimonials-header .section-title {
    color: var(--text-bright) !important;
}

.testimonials-subtitle {
    color: rgba(255, 255, 255, 0.5) !important;
}

.testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

@media (max-width: 900px) {
    .testimonials-grid {
        grid-template-columns: 1fr !important;
    }
}

.testimonial-card {
    background: linear-gradient(145deg, var(--section-light) 0%, var(--section-mid) 100%) !important;
    border: 1px solid rgba(201, 162, 39, 0.1) !important;
    border-radius: 22px !important;
    padding: 36px 30px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.4s var(--anim-enter) !important;
}

.testimonial-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #C9A227, #FFD700, #C9A227) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.4s ease !important;
}

.testimonial-card::after {
    content: '"' !important;
    position: absolute !important;
    bottom: 16px !important;
    right: 24px !important;
    font-size: 80px !important;
    color: rgba(201, 162, 39, 0.08) !important;
    font-family: Georgia, serif !important;
    line-height: 1 !important;
    pointer-events: none !important;
}

.testimonial-card:hover {
    transform: translateY(-12px) !important;
    border-color: rgba(201, 162, 39, 0.35) !important;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.45), 0 0 50px rgba(201, 162, 39, 0.08) !important;
}

.testimonial-card:hover::before {
    transform: scaleX(1) !important;
}

.testimonial-stars {
    margin-bottom: 16px !important;
    display: flex !important;
    gap: 4px !important;
}

.testimonial-stars i {
    color: #FFD700 !important;
    font-size: 1rem !important;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7)) !important;
}

.testimonial-content p {
    color: rgba(255, 255, 255, 0.82) !important;
    font-style: italic !important;
    line-height: 1.75 !important;
    font-size: 1rem !important;
    margin-bottom: 24px !important;
}

.testimonial-author {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.author-avatar {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    background: linear-gradient(135deg, #C9A227, #FFD700) !important;
    color: #0d1117 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.2rem !important;
    box-shadow: 0 6px 20px rgba(201, 162, 39, 0.4) !important;
    flex-shrink: 0 !important;
}

.author-info h4 {
    color: white !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 3px !important;
}

.author-info span {
    color: #C9A227 !important;
    font-size: 0.82rem !important;
}


/* ─── TRUST STRIP OVERHAUL ───────────────────────────────────────── */

.trust-strip {
    background: linear-gradient(90deg, var(--section-deep) 0%, var(--section-light) 50%, var(--section-deep) 100%) !important;
    padding: 60px 0 !important;
    border-top: 1px solid rgba(201, 162, 39, 0.1) !important;
    border-bottom: 1px solid rgba(201, 162, 39, 0.1) !important;
}

.trust-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

@media (max-width: 900px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .trust-grid {
        grid-template-columns: 1fr !important;
    }
}

.trust-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 18px !important;
    padding: 22px 20px !important;
    border-radius: 16px !important;
    border: 1px solid transparent !important;
    background: rgba(255, 255, 255, 0.02) !important;
    transition: all 0.35s var(--anim-enter) !important;
}

.trust-item:hover {
    background: rgba(201, 162, 39, 0.04) !important;
    border-color: rgba(201, 162, 39, 0.2) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25) !important;
}

.trust-icon {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    background: linear-gradient(135deg, #C9A227 0%, #FFD700 100%) !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.3rem !important;
    color: #0d1117 !important;
    box-shadow: 0 8px 24px rgba(201, 162, 39, 0.35) !important;
    flex-shrink: 0 !important;
    transition: transform 0.3s ease !important;
}

.trust-item:hover .trust-icon {
    transform: scale(1.1) rotate(-5deg) !important;
}

.trust-info h5 {
    color: var(--text-bright) !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    margin: 0 0 5px 0 !important;
}

.trust-info p {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.83rem !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}


/* ─── IMPACT SECTION (NEW) ───────────────────────────────────────── */

.impact-section {
    background: linear-gradient(135deg, #C9A227 0%, #E8C547 40%, #FFD700 60%, #C9A227 100%);
    background-size: 300% 300%;
    animation: impactGradient 8s ease infinite;
    padding: 90px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@keyframes impactGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/* Decorative football */

.impact-section::before {
    content: '⚽';
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
    font-size: 380px;
    opacity: 0.07;
    pointer-events: none;
    line-height: 1;
}


/* Decorative star */

.impact-section::after {
    content: '★';
    position: absolute;
    left: -40px;
    top: 20%;
    font-size: 250px;
    opacity: 0.05;
    pointer-events: none;
    line-height: 1;
    color: #0d1117;
}

.impact-section .container {
    position: relative;
    z-index: 2;
}

.impact-eyebrow {
    display: inline-block;
    background: rgba(13, 17, 23, 0.15);
    color: rgba(13, 17, 23, 0.75);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 999px;
    margin-bottom: 22px;
}

.impact-headline {
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    font-weight: 900;
    color: #0D1117;
    text-transform: uppercase;
    letter-spacing: -3px;
    line-height: 0.92;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(13, 17, 23, 0.15);
}

.impact-sub {
    font-size: 1.15rem;
    color: rgba(13, 17, 23, 0.68);
    font-weight: 500;
    max-width: 480px;
    margin: 0 auto 36px;
    line-height: 1.6;
}

.impact-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #0D1117;
    color: #FFD700;
    text-decoration: none;
    padding: 18px 42px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.35s var(--anim-enter);
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.35), 0 0 0 0 rgba(13, 17, 23, 0);
}

.impact-cta:hover {
    background: #1a2030;
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
    gap: 18px;
}

.impact-cta i:last-child {
    transition: transform 0.3s ease;
}

.impact-cta:hover i:last-child {
    transform: translateX(4px);
}


/* ─── SECTION TITLE GLOBAL (dark version) ─────────────────────────── */

.offers-section .section-title,
.brand-stats .section-title-alt {
    color: var(--text-bright) !important;
}


/* ─── FOOTER ENHANCEMENTS ─────────────────────────────────────────── */

.footer {
    background: linear-gradient(180deg, #0a0c12 0%, #060709 100%) !important;
    border-top: 1px solid rgba(201, 162, 39, 0.15) !important;
}

.footer-logo h3 {
    color: #FFD700 !important;
    font-weight: 800 !important;
}

.footer-logo-image {
    filter: drop-shadow(0 4px 12px rgba(201, 162, 39, 0.4)) !important;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.55) !important;
    line-height: 1.7 !important;
}

.contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.92rem !important;
    padding: 8px 0 !important;
}

.contact-item i {
    color: #C9A227 !important;
    width: 18px !important;
    flex-shrink: 0 !important;
}


/* Social links enhanced */

.social-links a {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(201, 162, 39, 0.15) !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.social-links a:hover {
    background: linear-gradient(135deg, #C9A227, #FFD700) !important;
    border-color: transparent !important;
    transform: translateY(-5px) scale(1.12) !important;
    box-shadow: 0 12px 30px rgba(201, 162, 39, 0.4) !important;
}

.social-links a:hover i {
    color: #0d1117 !important;
}


/* ─── SCROLL REVEAL ANIMATIONS ────────────────────────────────────── */

.sr-fade-up {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 0.75s var(--anim-enter), transform 0.75s var(--anim-enter);
}

.sr-fade-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.75s var(--anim-enter), transform 0.75s var(--anim-enter);
}

.sr-fade-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.75s var(--anim-enter), transform 0.75s var(--anim-enter);
}

.sr-zoom {
    opacity: 0;
    transform: scale(0.88);
    transition: opacity 0.65s var(--anim-enter), transform 0.65s var(--anim-enter);
}

.sr-visible {
    opacity: 1 !important;
    transform: translate(0) scale(1) !important;
}


/* Stagger delays */

.sr-delay-1 {
    transition-delay: 0.1s;
}

.sr-delay-2 {
    transition-delay: 0.2s;
}

.sr-delay-3 {
    transition-delay: 0.3s;
}

.sr-delay-4 {
    transition-delay: 0.4s;
}

.sr-delay-5 {
    transition-delay: 0.5s;
}

.sr-delay-6 {
    transition-delay: 0.6s;
}


/* ─── OFFERS SECTION IMPROVEMENTS ────────────────────────────────── */

.offers-section .product-card {
    background: linear-gradient(145deg, rgba(22, 27, 34, 0.9) 0%, rgba(13, 17, 23, 0.9) 100%) !important;
    border: 1px solid rgba(201, 162, 39, 0.15) !important;
    backdrop-filter: blur(20px) !important;
}

.offers-section .product-card:hover {
    border-color: rgba(201, 162, 39, 0.4) !important;
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.55), 0 0 50px rgba(201, 162, 39, 0.12) !important;
}


/* ─── PRELOADER IMPROVEMENT ───────────────────────────────────────── */

.preloader {
    background: #08090d !important;
}

.preloader-logo span {
    color: #C9A227 !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    font-size: 1.2rem !important;
}

.preloader-bar {
    background: rgba(255, 255, 255, 0.07) !important;
    border-radius: 4px !important;
}

.preloader-progress {
    background: linear-gradient(90deg, #C9A227, #FFD700) !important;
    box-shadow: 0 0 15px rgba(201, 162, 39, 0.5) !important;
}


/* ─── WHATSAPP FLOAT ENHANCEMENT ──────────────────────────────────── */

.whatsapp-btn {
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.45) !important;
    width: 62px !important;
    height: 62px !important;
}

.whatsapp-btn i {
    font-size: 1.7rem !important;
}


/* ─── STICKY ORDER BAR ────────────────────────────────────────────── */

.sticky-order-bar {
    background: linear-gradient(135deg, #C9A227 0%, #E8C547 50%, #FFD700 100%) !important;
    border-top: none !important;
    box-shadow: 0 -6px 30px rgba(201, 162, 39, 0.35) !important;
}


/* ─── RESPONSIVE IMPROVEMENTS ────────────────────────────────────── */

@media (max-width: 768px) {
    .hero-title {
        font-size: clamp(2.2rem, 8vw, 3rem) !important;
    }
    .showcase-title {
        font-size: clamp(2.5rem, 10vw, 4rem) !important;
        letter-spacing: -1px !important;
    }
    .impact-headline {
        font-size: clamp(2.2rem, 9vw, 3rem) !important;
        letter-spacing: -1px !important;
    }
    .hero-slider::before,
    .hero-slider::after {
        display: none !important;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    .stat-item {
        padding: 24px 16px !important;
    }
    .stat-number {
        font-size: 2.8rem !important;
    }
    .trust-grid,
    .features-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    .testimonials-grid {
        grid-template-columns: 1fr !important;
    }
    .impact-section {
        padding: 70px 20px !important;
    }
    .impact-cta {
        padding: 16px 30px !important;
        font-size: 0.9rem !important;
    }
}

@media (max-width: 480px) {
    .trust-grid,
    .features-wrapper {
        grid-template-columns: 1fr !important;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}


/* ================================================================
   PRODUCTOS.HTML — SPECIFIC ENHANCEMENTS
   ================================================================ */


/* Hero de productos más impactante */

.productos-hero {
    background: linear-gradient(135deg, #07080B 0%, #0d1117 50%, #0a0e16 100%) !important;
    padding: 90px 20px 70px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(201, 162, 39, 0.15) !important;
}

.productos-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 60%, rgba(201, 162, 39, 0.07) 0%, transparent 50%), radial-gradient(circle at 80% 40%, rgba(201, 162, 39, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.productos-hero::after {
    content: '★';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 280px;
    color: rgba(201, 162, 39, 0.04);
    line-height: 1;
    pointer-events: none;
}

.productos-hero .container {
    position: relative;
    z-index: 2;
}

.productos-hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    font-weight: 900 !important;
    background: linear-gradient(135deg, #ffffff 0%, #FFD700 50%, #C9A227 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    letter-spacing: -1px !important;
    margin-bottom: 12px !important;
    text-transform: uppercase !important;
}

.productos-hero h1 i {
    -webkit-text-fill-color: #FFD700 !important;
    filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.5)) !important;
    margin-right: 10px !important;
}

.productos-hero p {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 1.1rem !important;
    max-width: 480px !important;
    margin: 0 auto !important;
}


/* Header compact enhanced */

.header-compact {
    background: rgba(5, 6, 8, 0.98) !important;
    border-bottom: 1px solid rgba(201, 162, 39, 0.2) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6) !important;
}

.header-compact .logo h1 {
    letter-spacing: 0.5px !important;
}


/* Product cards on productos.html — enhanced hover + glow */

.producto-card {
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
    position: relative;
    overflow: hidden;
}

.producto-card:hover {
    transform: translateY(-14px) scale(1.02) !important;
    border-color: rgba(201, 162, 39, 0.55) !important;
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.55), 0 0 60px rgba(201, 162, 39, 0.15) !important;
}


/* Top shimmer bar on hover */

.producto-card::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, #C9A227, #FFD700, #C9A227, transparent) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.45s ease !important;
    z-index: 5 !important;
}

.producto-card:hover::after {
    transform: scaleX(1) !important;
}


/* Sidebar de filtros enhanced */

.filtros-sidebar {
    background: rgba(13, 17, 23, 0.95) !important;
    border: 1px solid rgba(201, 162, 39, 0.1) !important;
    border-radius: 18px !important;
    backdrop-filter: blur(15px) !important;
}

.filtro-card {
    border-bottom: 1px solid rgba(201, 162, 39, 0.08) !important;
    padding: 20px !important;
}

.filtro-card h3 {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.9rem !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    margin-bottom: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.filtro-card h3 i {
    color: #C9A227 !important;
}

.filtro-opcion label {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.88rem !important;
    transition: color 0.2s ease !important;
    cursor: pointer !important;
}

.filtro-opcion label:hover {
    color: #FFD700 !important;
}


/* Checked state */

.filtro-opcion input:checked+label {
    color: #FFD700 !important;
    font-weight: 700 !important;
}


/* Search bar on productos page */

.busqueda-container input {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1.5px solid rgba(201, 162, 39, 0.2) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    border-radius: 12px !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.busqueda-container input:focus {
    border-color: rgba(201, 162, 39, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.1) !important;
    outline: none !important;
}


/* Sort select */

.ordenar-select {
    background: rgba(13, 17, 23, 0.95) !important;
    border: 1.5px solid rgba(201, 162, 39, 0.2) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    border-radius: 12px !important;
}


/* Limpiar filtros button */

.limpiar-filtros {
    background: transparent !important;
    border: 1.5px solid rgba(201, 162, 39, 0.25) !important;
    color: rgba(201, 162, 39, 0.8) !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    transition: all 0.3s ease !important;
    padding: 10px 20px !important;
    width: calc(100% - 40px) !important;
    margin: 16px 20px !important;
    cursor: pointer !important;
}

.limpiar-filtros:hover {
    background: rgba(201, 162, 39, 0.08) !important;
    border-color: rgba(201, 162, 39, 0.5) !important;
    color: #FFD700 !important;
    transform: translateY(-2px) !important;
}


/* Products count badge */

.productos-count {
    background: rgba(201, 162, 39, 0.1) !important;
    color: #C9A227 !important;
    border: 1px solid rgba(201, 162, 39, 0.2) !important;
    padding: 8px 18px !important;
    border-radius: 30px !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}


/* Header-compact logo icon */

.header-compact .logo h1 i {
    color: #FFD700 !important;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5)) !important;
}