/* CONTENEDOR PRINCIPAL */
.mk-hero-split-brand {
    position: relative;
    width: 100%;
    min-height: 700px;
    height: 75vh;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    background-color: #07090e;
}

/* SISTEMA DE SLIDES */
.mk-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s ease;
    z-index: 1;
}

.mk-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* IMÁGENES */
.mk-hero-split-brand__picture,
.mk-hero-split-brand__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    pointer-events: none;
}

/* OVERLAY OSCURO GRADUAL */
.mk-hero-split-brand__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(7, 9, 14, 0.94) 0%, rgba(7, 9, 14, 0.55) 45%, rgba(7, 9, 14, 0) 75%);
}

.mk-hero-split-brand__wrapper {
    position: relative;
    z-index: 4;
    width: 100%;
    padding-left: 12%;
    padding-top: 100px;
    box-sizing: border-box;
}

.mk-hero-split-brand__content {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* TIPOGRAFÍA ESTILO RENAULT (MINÚSCULAS, GEOMÉTRICA, EXTRA-BOLD, TIGHT) */
.mk-hero-split-brand__title {
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em; /* Letras bien compactas como la referencia */
    text-transform: lowercase; /* Estilo minúsculas de marca */
    margin: 0 0 1rem 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.85);
}

.mk-hero-split-brand__subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.15rem);
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.01em;
    margin: 0 0 1.6rem 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.mk-hero-split-brand__sub-mob { 
    display: none !important; 
}

.mk-hero-split-brand__actions { 
    display: flex; 
    gap: 0.8rem; 
}

/* BOTONES ESTILO PÍLDORAS CON BORDE SUTIL */
.mk-hero-split-brand__btn-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px; 
    padding: 0 24px;
    background: transparent;
    color: #ffffff !important;
    border: 1.5px solid #ffffff; 
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: -0.01em; 
    text-transform: lowercase;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.25s ease;
}

.mk-hero-split-brand__btn-box:hover { 
    background: #ffffff; 
    color: #07090e !important; 
}

.mk-hero-split-brand__btn-box--primary {
    background: #ffffff;
    color: #07090e !important;
    border-color: #ffffff;
}

.mk-hero-split-brand__btn-box--primary:hover {
    background: #f1f5f9;
    border-color: #f1f5f9;
}

.mk-hero-split-brand__bottom-frame {
    position: absolute; 
    top: 20px; 
    right: 25px; 
    width: 58vw; 
    height: 88%; 
    border-right: 2px solid rgba(255, 255, 255, 0.5); 
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom-right-radius: 14px; 
    z-index: 3; 
    pointer-events: none; 
    display: flex; 
    align-items: flex-end; 
    padding-bottom: 12px; 
    padding-left: 15px; 
}

.mk-hero-split-brand__footer-text { 
    color: rgba(255, 255, 255, 0.85); 
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    font-size: 0.75rem; 
    font-weight: 700; 
    letter-spacing: -0.01em; 
    text-transform: lowercase; 
    pointer-events: auto; 
}

/* INDICADORES (DOTS) */
.mk-hero-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
    align-items: center;
}

.mk-hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}

.mk-hero-dot.is-active {
    background: #ffffff;
    border-color: #ffffff;
    transform: scale(1.2);
}

/* RESPONSIVE MÓVILES (< 900px) */
@media (max-width: 900px) {
    .mk-hero-split-brand {
        min-height: 560px !important;
        height: 560px !important;
    }

    .mk-hero-slide {
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .mk-hero-split-brand__img {
        object-position: center bottom !important;
    }
    
    .mk-hero-split-brand__wrapper {
        width: 100%;
        padding-top: 135px !important; /* Despeje amplio para el logo/header */
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 !important; 
        box-sizing: border-box !important;
    }

    .mk-hero-split-brand__title {
        font-size: 1.85rem !important;
        margin-bottom: 0.5rem !important;
        line-height: 1.12 !important;
    }
    
    .mk-hero-split-brand__sub-desk { 
        display: none !important; 
    }
    
    .mk-hero-split-brand__sub-mob { 
        display: block !important; 
        max-width: 280px; 
        font-size: 0.95rem !important;
        margin-bottom: 1.2rem !important;
    }

    .mk-hero-split-brand__actions {
        gap: 0.6rem;
    }

    .mk-hero-split-brand__btn-box {
        height: 38px;
        padding: 0 20px;
        font-size: 0.78rem;
    }

    .mk-hero-split-brand__overlay {
        background: linear-gradient(140deg, rgba(7, 9, 14, 0.96) 0%, rgba(7, 9, 14, 0.72) 48%, rgba(7, 9, 14, 0) 78%) !important;
    }
    
    .mk-hero-split-brand__bottom-frame {
        display: none !important;
    }

    .mk-hero-dots {
        bottom: 15px;
    }
}