/* ══════════════════════════════════════
   TEMA GLOBAL — Paleta #141414 / #FFD100
   ══════════════════════════════════════ */

/* --- Body & Wrapper --- */
body, #wrapper { background: #141414 !important; }

/* --- Tipografía Premium --- */
h1, h2, h3, h4, h5, h6,
.hero-slide-title,
.de_count h3,
.de_count h4,
#mainmenu > li > a.menu-item {
    font-family: 'Oxanium', cursive !important;
    font-weight: 800 !important;
}
body, p, span, a, li, div,
.hero-slide-subtitle,
.hero-slide-pretitle {
    font-family: 'Manrope', sans-serif;
}

/* --- Header sólido --- */
header.header-solid {
    position: relative !important;
    background: #141414 !important;
    border-bottom: none !important;
    top: auto !important;
    overflow: visible !important;
    height: auto !important;
}
header.header-solid.smaller {
    position: fixed !important;
    background: #141414 !important;
    top: 0 !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

/* --- Fix: Forzar dropdown oculto en desktop --- */
@media (min-width: 993px) {
    #mainmenu li ul {
        position: absolute !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: auto !important;
        overflow: visible !important;
        display: block !important;
    }
    #mainmenu li:hover > ul {
        visibility: visible !important;
        opacity: 1 !important;
    }
    #mainmenu > li > span {
        display: none !important;
    }
    header.header-solid {
        height: auto !important;
        overflow: visible !important;
    }
}

/* ══════════════════════════════════════
   Menú Responsivo — Mobile
   ══════════════════════════════════════ */
@media (max-width: 993px) {
    header.header-solid,
    header.header-solid.header-mobile {
        position: fixed !important;
        top: 0 !important;
        background: #141414 !important;
        padding-top: 8px !important;
        padding-bottom: 0 !important;
        border-bottom: none !important;
        z-index: 1001 !important;
        height: auto !important;
        overflow: hidden !important;
    }
    /* Menú cerrado: ocultar items */
    header.header-mobile #mainmenu {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s ease;
    }
    header.header-mobile.menu-open #mainmenu {
        visibility: visible;
        opacity: 1;
    }
    /* Menú abierto: permitir scroll y altura completa */
    header.header-mobile.menu-open {
        height: 100vh !important;
        overflow-y: auto !important;
    }
    #topbar { display: none !important; }
    header.header-solid.menu-open,
    header.header-solid.header-mobile.menu-open {
        background: #141414 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-menu-overlay {
        display: none;
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 1000;
    }
    .mobile-menu-overlay.active { display: block; }
    header.header-mobile #mainmenu > li > a.menu-item {
        font-size: 15px !important;
        padding: 12px 0 !important;
        color: #fff !important;
    }
    header.header-mobile #mainmenu li ul li {
        border-bottom: none !important;
    }
    header.header-mobile #mainmenu li ul li a {
        color: #999 !important;
        font-size: 14px !important;
    }
    #menu-btn { color: #fff !important; }
    header.header-mobile .menu_side_area .btn-main {
        display: none !important;
    }
}

/* Eliminar franja entre header y slider */
#top {
    line-height: 0;
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

/* --- Topbar --- */
#topbar { background: #0e0e0e !important; }

/* --- Botones principales --- */
.btn-main { background: #FFD100 !important; color: #141414 !important; font-family: 'Oxanium', cursive !important; font-weight: 700 !important; }
.btn-main:hover { background: #FFE033 !important; color: #141414 !important; box-shadow: 0 4px 24px rgba(255,209,0,0.45) !important; }
.btn-main span { color: #141414 !important; }

/* --- Sección bg-color --- */
.bg-color { background-color: #FFD100 !important; }
.bg-color.text-light, .bg-color .text-light { color: #141414 !important; }
.bg-color h2, .bg-color h3, .bg-color h4, .bg-color p, .bg-color span, .bg-color a { color: #141414 !important; }
.bg-color .btn-main { background: #141414 !important; color: #FFD100 !important; }
.bg-color .btn-main:hover { background: #222 !important; }
.bg-color .btn-main span { color: #FFD100 !important; }

/* --- id-color (iconos) --- */
.id-color { color: #FFD100 !important; }

/* --- Footer --- */
footer { background: #0e0e0e !important; padding: 50px 0 0 0 !important; }
.subfooter { background: #0a0a0a !important; border-top: 1px solid rgba(255,209,0,0.08); }

/* --- Links hover amarillo --- */
#mainmenu > li > a.menu-item { transition: color .25s ease; }
#mainmenu > li > a.menu-item:hover { color: #FFD100 !important; }
#mainmenu li ul li a { transition: color .25s ease, background .25s ease; }
#mainmenu li ul li a:hover { color: #FFD100 !important; background: rgba(255,209,0,0.08) !important; }
footer .widget ul li a { transition: color .25s ease; }
footer .widget ul li a:hover { color: #FFD100 !important; }
.menu-simple li a { transition: color .25s ease; }
.menu-simple li a:hover { color: #FFD100 !important; }
footer a.text-white-50 { transition: color .25s ease; }
footer a.text-white-50:hover { color: #FFD100 !important; }
.topbar-widget a { transition: color .25s ease; }
.topbar-widget a:hover { color: #FFD100 !important; }

/* --- Redes sociales footer --- */
.social-icons a { transition: background .25s ease, border-color .25s ease, color .25s ease; }
.social-icons a:hover { background: #FFD100 !important; border-color: #FFD100 !important; }
.social-icons a i { transition: color .25s ease; }
.social-icons a:hover i { color: #141414 !important; }

/* --- Hero price underline --- */
.hero-price {
    font-weight: 800;
    font-size: 24px;
    text-decoration: underline;
    text-decoration-color: #FFD100;
    text-underline-offset: 4px;
}

/* --- Pagination bullets --- */
.hero-promo-slider .swiper-pagination-bullet-active {
    background: #FFD100 !important;
}

/* --- WhatsApp header --- */
.wa-header { background: #1a1a1a !important; }
.wa-header h4 { color: #fff !important; }
.wa-header p { color: rgba(255,255,255,0.55) !important; }
.wa-close-popup { color: rgba(255,255,255,0.5) !important; }
.wa-close-popup:hover { color: #fff !important; }

/* ══════════════════════════════════════
   Espaciado Premium entre secciones
   ══════════════════════════════════════ */
section { padding: 90px 0 !important; }
section.p-0 { padding: 0 !important; }
section.pt-0 { padding-top: 0 !important; }
section.pb-0 { padding-bottom: 0 !important; }
.spacer-single { height: 40px; }
.spacer-double { height: 60px; }

/* ══════════════════════════════════════
   Micro-interacciones — Tarjetas & Hover
   ══════════════════════════════════════ */

/* --- Tarjetas de servicio / producto --- */
.hover.rounded-1,
.de-box,
.de-card,
.feature-box,
.icon-box {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s ease,
                border-color 0.4s ease;
    border: 1px solid rgba(255,255,255,0.06);
}
.hover.rounded-1:hover,
.de-box:hover,
.de-card:hover,
.feature-box:hover,
.icon-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(255,209,0,0.1), 0 4px 16px rgba(0,0,0,0.3);
    border-color: rgba(255,209,0,0.2);
}

/* --- Iconos en tarjetas escalan al hover --- */
.hover.rounded-1:hover i,
.de-box:hover i,
.feature-box:hover i,
.icon-box:hover i {
    transform: scale(1.15);
    transition: transform 0.3s ease;
}

/* --- Imágenes de producto --- */
.d-gallery-item,
.nft__item,
.de-item {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.d-gallery-item:hover,
.nft__item:hover,
.de-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.4);
}

/* --- Borde dorado progresivo --- */
.hover.rounded-1::after,
.de-box::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    width: 0; height: 2px;
    background: linear-gradient(90deg, transparent, #FFD100, transparent);
    transition: width 0.4s ease, left 0.4s ease;
}
.hover.rounded-1:hover::after,
.de-box:hover::after {
    width: 80%; left: 10%;
}

/* ══════════════════════════════════════
   WhatsApp CTA mejorado
   ══════════════════════════════════════ */
.wa-pulse-ring { animation: none !important; display: none; }
.wa-main-btn i { filter: none !important; }
.wa-float-container { z-index: 99999 !important; }
.wa-main-btn { transition: transform 0.3s ease, box-shadow 0.3s ease !important; }

/* --- Micro-mensaje contextual --- */
.wa-micro-msg {
    position: absolute;
    right: 75px;
    bottom: 14px;
    background: #fff;
    color: #1a1a1a;
    padding: 10px 18px;
    border-radius: 20px 20px 4px 20px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    opacity: 0;
    transform: translateX(10px) scale(0.9);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}
.wa-micro-msg.visible {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.wa-micro-msg::after {
    content: '';
    position: absolute;
    right: -6px; bottom: 12px;
    width: 12px; height: 12px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 2px;
}

/* ══════════════════════════════════════
   Footer Premium
   ══════════════════════════════════════ */

/* --- CTA pre-footer --- */
.footer-cta,
section.footer-cta {
    background: linear-gradient(135deg, #FFD100 0%, #FFC200 50%, #E5AD00 100%) !important;
    padding: 70px 0 !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.footer-cta::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 60%);
    animation: floatGlow 8s ease-in-out infinite;
}
.footer-cta h3 {
    font-family: 'Oxanium', cursive !important;
    font-weight: 800 !important;
    font-size: 36px;
    color: #141414 !important;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}
.footer-cta p {
    color: rgba(20,20,20,0.7) !important;
    font-size: 17px;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}
.footer-cta .btn-main {
    background: #141414 !important;
    color: #FFD100 !important;
    padding: 16px 44px !important;
    font-size: 16px !important;
    border-radius: 50px !important;
    box-shadow: 0 6px 24px rgba(0,0,0,0.25);
    position: relative;
    z-index: 1;
}
.footer-cta .btn-main span {
    color: #FFD100 !important;
}
.footer-cta .btn-main:hover {
    background: #222 !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
    transform: translateY(-2px);
}

/* --- Footer principal --- */
footer .widget h5 {
    font-family: 'Oxanium', cursive !important;
    font-weight: 700 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    color: #FFD100 !important;
}
footer .widget ul li {
    padding: 4px 0;
}
footer .widget ul li a {
    color: #888 !important;
    font-size: 14px;
}
footer .widget ul li a:hover {
    color: #FFD100 !important;
    padding-left: 4px;
    transition: color 0.25s ease, padding-left 0.25s ease;
}
footer .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}
footer .footer-contact-item i {
    color: #FFD100;
    font-size: 16px;
    margin-top: 3px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}
footer .footer-contact-item span {
    color: #888;
    font-size: 14px;
    line-height: 1.5;
}
footer .footer-contact-item a {
    color: #888;
    text-decoration: none;
    transition: color 0.25s ease;
}
footer .footer-contact-item a:hover {
    color: #FFD100;
}

/* --- Horarios en footer --- */
.footer-hours {
    background: rgba(255,209,0,0.06);
    border: 1px solid rgba(255,209,0,0.1);
    border-radius: 10px;
    padding: 12px 16px;
    margin-top: 12px;
}
.footer-hours .hour-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 13px;
}
.footer-hours .hour-row .day {
    color: #aaa;
}
.footer-hours .hour-row .time {
    color: #FFD100;
    font-weight: 600;
}

/* --- Mapa en footer --- */
.footer-map {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
    margin-top: 12px;
}
.footer-map iframe {
    width: 100%;
    height: 120px;
    border: 0;
    filter: grayscale(1) invert(1) brightness(0.6) contrast(1.2);
    transition: filter 0.4s ease;
}
.footer-map:hover iframe {
    filter: grayscale(0.3) invert(0) brightness(0.9);
}

/* --- Logo footer --- */
footer .logo-footer {
    max-height: 40px;
    margin-bottom: 14px;
}

/* --- Separador footer --- */
footer .footer-divider {
    width: 30px;
    height: 2px;
    background: #FFD100;
    margin: 14px 0;
    border-radius: 2px;
}

/* ══════════════════════════════════════
   Hero Promo Slider — Premium Editorial
   ══════════════════════════════════════ */

/* ── Base del slider ── */
.hero-promo-slider.swiper {
    position: relative !important;
    width: 100% !important;
    height: auto;
    overflow: hidden;
    background: #141414;
}
.hero-promo-slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}
.hero-promo-slider .swiper-slide {
    position: relative;
    width: 100% !important;
    height: auto;
    flex-shrink: 0;
    background: none !important;
}

/* ── Slide contenedor ── */
.hero-slide {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    align-items: center;
    background: #141414;
}
.hero-slide > .container {
    position: relative;
    z-index: 3;
    padding-top: 50px;
    padding-bottom: 60px;
}

/* ── Imagen de fondo ── */
.hero-slide-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center right;
    z-index: 0;
}

/* ── Gradiente oscuro ── */
.hero-slide-gradient {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
    background: linear-gradient(
        to right,
        #141414 0%,
        #141414 30%,
        rgba(20,20,20,.90) 45%,
        rgba(20,20,20,.4) 65%,
        transparent 100%
    );
}

/* ── Corte diagonal dorado ── */
.hero-slide-diagonal {
    position: absolute;
    top: 0;
    left: 48%;
    width: 3px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, transparent 10%, rgba(255,209,0,0.4) 30%, rgba(255,209,0,0.6) 50%, rgba(255,209,0,0.4) 70%, transparent 90%);
    transform: skewX(-8deg);
}

/* ── Badge pill superior ── */
.hero-badge-pill {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid rgba(255,209,0,0.5);
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFD100;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
    background: rgba(255,209,0,0.06);
}

/* ── Texto del slide ── */
.hero-slide-text {
    position: relative;
    z-index: 3;
    padding: 40px 0;
}
.hero-slide-pretitle {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.7);
}
.hero-slide-title {
    font-family: 'Oxanium', cursive !important;
    font-size: 52px;
    font-weight: 800 !important;
    line-height: 1.05;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.hero-slide-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
    color: rgba(255,255,255,0.6);
    max-width: 400px;
    line-height: 1.6;
}

/* ── Palabra dorada ── */
.text-gold {
    color: #FFD100;
}

/* ── Botón CTA del hero con efecto shine ── */
.btn-hero-cta {
    display: inline-block;
    margin-top: 28px;
    padding: 14px 36px;
    background: #FFD100;
    color: #141414;
    font-family: 'Oxanium', cursive;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.btn-hero-cta span {
    position: relative;
    z-index: 1;
    color: #141414;
}
.btn-hero-cta::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s ease;
}
.btn-hero-cta:hover::before {
    left: 120%;
}
.btn-hero-cta:hover {
    box-shadow: 0 6px 28px rgba(255,209,0,0.45);
    transform: translateY(-2px);
    color: #141414;
    text-decoration: none;
}

/* ── Animaciones de entrada ── */
.hero-promo-slider .anim-order-1,
.hero-promo-slider .anim-order-2,
.hero-promo-slider .anim-order-3,
.hero-promo-slider .anim-order-4 {
    opacity: 0;
    animation-fill-mode: forwards;
}
.hero-promo-slider .swiper-slide-active .anim-order-1 { animation: heroFadeInUp .6s .2s forwards; }
.hero-promo-slider .swiper-slide-active .anim-order-2 { animation: heroFadeInUp .6s .4s forwards; }
.hero-promo-slider .swiper-slide-active .anim-order-3 { animation: heroFadeInUp .7s .6s forwards; }
.hero-promo-slider .swiper-slide-active .anim-order-4 { animation: heroFadeInUp .6s .9s forwards; }

/* ── Navegación premium ── */
.hero-promo-slider .swiper-button-prev,
.hero-promo-slider .swiper-button-next {
    color: #fff !important;
    width: 50px; height: 50px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
    transition: all .3s ease;
    top: 50%;
    margin-top: -25px;
    backdrop-filter: blur(4px);
}
.hero-promo-slider .swiper-button-prev { left: 24px; right: auto; }
.hero-promo-slider .swiper-button-next { right: 24px; left: auto; }
.hero-promo-slider .swiper-button-prev:hover,
.hero-promo-slider .swiper-button-next:hover {
    background: rgba(255,209,0,0.15);
    border-color: rgba(255,209,0,0.4);
}
.hero-promo-slider .swiper-button-prev::after,
.hero-promo-slider .swiper-button-next::after { font-size: 16px !important; font-weight: 700; }

/* ── Barra de progreso + contador ── */
.hero-progress-bar {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 16px;
}
.hero-progress-track {
    width: 120px;
    height: 2px;
    background: rgba(255,255,255,0.15);
    border-radius: 2px;
    overflow: hidden;
}
.hero-progress-fill {
    width: 0%;
    height: 100%;
    background: #FFD100;
    border-radius: 2px;
    transition: width 0.3s ease;
}
.hero-progress-fill.animate {
    animation: progressFill 5s linear forwards;
}
.hero-progress-counter {
    font-family: 'Oxanium', cursive;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 2px;
}
.hero-progress-counter .hero-current {
    color: #FFD100;
    font-weight: 700;
    font-size: 15px;
}
.hero-progress-counter .hero-sep {
    margin: 0 4px;
    color: rgba(255,255,255,0.25);
}

/* Ocultar pagination bullets default */
.hero-promo-slider .swiper-pagination { display: none !important; }

/* ── Responsive tablet ── */
@media (max-width: 991px) {
    .hero-slide { min-height: 450px; }
    .hero-slide-title { font-size: 38px; }
    .hero-slide-diagonal { left: 55%; }
    section { padding: 70px 0 !important; }
    section.p-0 { padding: 0 !important; }
}

/* ── Responsive mobile ── */
@media (max-width: 767px) {
    .hero-promo-slider,
    .hero-promo-slider .swiper-wrapper,
    .hero-promo-slider .swiper-slide,
    .hero-promo-slider .swiper-slide .hero-slide {
        height: 85vh !important;
        min-height: 450px !important;
        max-height: 650px !important;
    }
    .hero-slide-bg { object-position: center center; }
    .hero-slide-gradient {
        background: linear-gradient(
            to bottom,
            rgba(20,20,20,.96) 0%,
            rgba(20,20,20,.75) 35%,
            rgba(20,20,20,.60) 60%,
            rgba(20,20,20,.93) 100%
        );
    }
    .hero-slide-diagonal { display: none; }
    .hero-slide > .container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 24px;
    }
    .hero-slide-text {
        padding: 70px 0 60px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .hero-slide-title {
        font-size: 34px;
        letter-spacing: 0;
        margin-bottom: 14px;
        text-shadow: 0 3px 15px rgba(0,0,0,.5);
    }
    .hero-slide-pretitle {
        text-shadow: 0 2px 8px rgba(0,0,0,.5);
    }
    .hero-slide-subtitle {
        font-size: 15px;
        text-shadow: 0 2px 10px rgba(0,0,0,.4);
        max-width: 320px;
    }
    .btn-hero-cta {
        margin-top: 22px;
        padding: 14px 34px;
        font-size: 14px;
        box-shadow: 0 4px 20px rgba(255,209,0,.35);
    }
    .hero-promo-slider .swiper-button-prev,
    .hero-promo-slider .swiper-button-next { display: none; }
    .hero-progress-bar { bottom: 20px; }
    .hero-progress-track { width: 80px; }
    section { padding: 60px 0 !important; }
    section.p-0 { padding: 0 !important; }
    .footer-cta h3 { font-size: 24px; }
}

/* ── Fondo estático (reemplaza jarallax parallax) ── */
.static-bg-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    transform: translateZ(0);
}
section:has(.static-bg-img) {
    position: relative;
    overflow: hidden;
}

/* ══════════════════════════════════════
   Animaciones CSS (reemplazo de WOW.js)
   ══════════════════════════════════════ */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}
.fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* ══════════════════════════════════════
   Timeline / Process Steps (global)
   ══════════════════════════════════════ */
.process-steps .de-step {
    text-align: center;
    padding: 30px 20px;
    border-radius: 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.process-steps .de-step:hover {
    border-color: #FFD100;
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(255,209,0,0.08);
}
.process-steps .de-step-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 28px;
}
.process-steps .de-step h4 {
    color: #FFD100;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.process-steps .de-step p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
.process-steps .de-step-arrow:after {
    display: none !important;
}
@media (max-width: 991px) {
    .process-steps .de-step { padding: 24px 16px; }
}
@media (max-width: 575px) {
    .process-steps > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .process-steps .de-step {
        display: flex;
        align-items: flex-start;
        text-align: left;
        padding: 20px;
        gap: 16px;
    }
    .process-steps .de-step-icon {
        width: 50px; height: 50px; min-width: 50px;
        margin: 0;
        border-radius: 12px;
        font-size: 22px;
    }
    .process-steps .de-step h4 { font-size: 14px; margin-bottom: 6px; }
    .process-steps .de-step p { font-size: 13px; }
}

/* ══════════════════════════════════════
   Neutralize unused theme styles
   ══════════════════════════════════════ */
.wow { visibility: visible !important; animation: none !important; }

/* ══════════════════════════════════════
   Efectos visuales ligeros (CSS only)
   ══════════════════════════════════════ */

/* ── Brillo dorado animado para textos destacados ── */
.text-shine-gold {
    background: linear-gradient(90deg, #FFD100 0%, #FFE566 40%, #FFD100 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shineGold 3s linear infinite;
}

/* ── Línea decorativa animada bajo subtítulos ── */
.subtitle {
    position: relative;
    display: inline-block;
}
.subtitle::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFD100;
    transition: width 0.6s ease;
}
.subtitle.visible::after,
.fade-in.visible .subtitle::after,
section:hover .subtitle::after {
    width: 100%;
}

/* ── Contadores: pulse suave en íconos ── */
.de_count i {
    transition: transform 0.4s ease;
}
.de_count:hover i {
    transform: scale(1.15);
}

/* ── Separador con gradiente animado ── */
.separator-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FFD100, transparent);
    margin: 0 auto 20px;
    border-radius: 2px;
}

/* ── Delay escalonado para grids ── */
.fade-in-stagger > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-in-stagger > *.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ══════════════════════════════════════
   Keyframes
   ══════════════════════════════════════ */
@keyframes heroFadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes shineGold {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}
@keyframes floatGlow {
    0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
    50% { transform: translate(-50%, -50%) rotate(180deg); }
}
@keyframes progressFill {
    from { width: 0%; }
    to { width: 100%; }
}
