/* Redesign Styles for Hino Chiapas */
:root {
    --hino-red: #e60012;
    --hino-dark-blue: #002340;
    --hino-light-gray: #f7f7f7;
    --hino-text-dark: #333333;
    --hino-gray-text: #666666;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--hino-text-dark);
}

/* Header Redesign */
.header_section.redesign {
    background: transparent !important;
    position: relative;
    padding: 20px 0;
    z-index: 1000;
}

.menu_button_absolute {
    position: fixed;
    left: 0;
    top: 25%;
    background: #002340;
    color: white;
    padding: 8px 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    z-index: 2000; /* Higher than whatsapp */
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    writing-mode: horizontal-tb;
}

.header_container {
    background: #ffffff !important;
    border-radius: 100px;
    padding: 10px 40px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.header_container .nav-links {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.header_container .nav-links li a {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 6px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.header_container .nav-links li a.active {
    background: #e60012;
    color: white !important;
    padding: 8px 20px;
    border-radius: 6px;
}

/* Responsive Header */
@media (max-width: 991px) {
    .header_container {
        padding: 10px 20px;
        width: 92%;
        border-radius: 50px;
    }
    .header_container .logo img {
        height: 32px !important;
    }
    .header_container .nav-links {
        display: flex !important;
        gap: 10px !important;
    }
    .header_container .nav-links li a {
        font-size: 11px !important;
        padding: 6px 14px !important;
        letter-spacing: 0.3px !important;
        text-align: center !important;
    }
    .header_container .nav-links li a.active {
        padding: 6px 14px !important;
        border-radius: 30px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 767px) {
    .header_container {
        flex-direction: column !important;
        padding: 14px 16px !important;
        border-radius: 20px !important;
        width: 92% !important;
        gap: 10px !important;
        align-items: center !important;
    }
    
    .header_container .logo {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    .header_container .logo img {
        height: 26px !important;
    }
    
    .header_container .nav-links {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
    }
    
    .header_container .nav-links li {
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .header_container .nav-links li a {
        font-size: 10px !important;
        padding: 5px 10px !important;
        letter-spacing: 0.2px !important;
        text-align: center !important;
        line-height: 1.15 !important;
        white-space: normal !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 28px !important;
        max-width: 110px !important;
    }
    
    .header_container .nav-links li a.active {
        padding: 5px 10px !important;
        border-radius: 20px !important;
        font-size: 10px !important;
        box-shadow: 0 3px 8px rgba(230, 0, 18, 0.25) !important;
    }
}

@media (max-width: 360px) {
    .header_container .nav-links li a {
        font-size: 9px !important;
        padding: 4px 6px !important;
        min-height: 24px !important;
    }
    .header_container .nav-links li a.active {
        padding: 4px 6px !important;
    }
}


/* Hero Section */
.hero_section {
    padding: 60px 0 100px;
    background: white;
    position: relative;
}
/* Override for inicio hero section - no bottom gap */
.page-inicio .inicio_hero_section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.page-inicio .inicio_grid_section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Hero Inicio (/) */
.page-inicio .menu_button_absolute {
    font-size: 14px !important;
    padding: 12px 20px !important;
    border-radius: 0 8px 8px 0 !important;
}
.inicio_hero_section .hero_content {
    padding: 24px 40px 24px 72px;
    text-align: left;
}
.inicio_hero_section .inicio_hero_title,
.inicio_hero_section .hero_content h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 0.98;
    letter-spacing: -1.5px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 0;
    text-align: left;
}
.inicio_hero_section .inicio_hero_title .inicio_hero_camion {
    font-size: 0.92em;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
}
.inicio_hero_section .inicio_hero_subtitle,
.inicio_hero_section .hero_content p {
    font-family: 'Outfit', sans-serif;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 28px;
    font-size: 1.05rem;
    letter-spacing: 0.3px;
    line-height: 1.35;
    text-transform: uppercase;
    text-align: left;
}
.inicio_hero_section .inicio_hero_cta {
    margin-top: 28px;
    border-radius: 8px !important;
}
.inicio_hero_section .hero_image_container {
    text-align: right !important;
    padding-right: 0;
    padding-left: 12px;
}
.inicio_hero_section .inicio_hero_image {
    width: 100%;
    max-width: 580px;
    display: inline-block;
    margin-right: -48px;
    transform: translateX(24px);
}
@media (max-width: 991px) {
    .inicio_hero_section .hero_content {
        padding: 16px 24px;
        text-align: center;
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .inicio_hero_section .inicio_hero_title,
    .inicio_hero_section .hero_content h1 {
        text-align: center;
    }
    .inicio_hero_section .inicio_hero_subtitle,
    .inicio_hero_section .hero_content p {
        text-align: center;
    }
    .inicio_hero_section .hero_image_container {
        padding: 0 24px;
        text-align: center !important;
    }
    .inicio_hero_section .inicio_hero_image {
        max-width: 100%;
        margin-right: 0;
        transform: none;
    }
}

/* Bloque rojo: CAMIONES PARA TUS FLOTILLAS (inicio) */
.flotillas_promo_block {
    padding: 40px 48px 36px !important;
}
.flotillas_promo_title {
    color: #ffffff !important;
    font-weight: 900;
    font-size: clamp(3.2rem, 6vw, 4.6rem) !important;
    line-height: 0.95;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 8px 16px;
}
.flotillas_promo_body {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 200px;
    z-index: 10;
    margin-top: 10px;
}
.flotillas_promo_truck {
    position: absolute;
    left: 20px;
    bottom: -85px;
    width: 100%;
    max-width: 420px;
    z-index: 5;
    pointer-events: none;
}
.flotillas_promo_actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
    z-index: 15;
    position: relative;
    margin-bottom: 5px;
    max-width: 50%;
}
/* Botón VER MÁS gris #333 (bloque rojo y bloque blanco CAMIONES) */
.flotillas_promo_btn,
.camiones_grid_block .camiones_grid_btn {
    margin-bottom: 0;
    padding: 18px 30px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px !important;
    border-radius: 10px !important;
    background: #333333 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
}
.flotillas_promo_btn:hover,
.camiones_grid_block .camiones_grid_btn:hover {
    background: #2a2a2a !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
}
/* Bloque blanco CAMIONES: botón un poco más compacto en pantallas pequeñas */
.camiones_grid_block .camiones_grid_btn {
    padding: 12px 40px !important;
    font-size: clamp(14px, 3vw, 20px) !important;
}
.flotillas_promo_subtitle {
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 400 !important;
    font-size: 21px !important;
    letter-spacing: 0.5px;
    line-height: 1.15;
    margin: 15px 0 25px 0;
    padding-top: 0;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .flotillas_promo_block {
        padding: 28px 24px !important;
    }
    .flotillas_promo_truck {
        left: -10px;
        max-width: 320px;
    }
}

/* --- Inicio (/): bloques del grid (desktop = diseño actual) --- */
.page-inicio {
    overflow-x: clip;
    max-width: 100%;
}
.page-inicio .inicio_grid_section {
    min-height: auto !important;
    overflow: hidden;
}
.page-inicio .promociones_block {
    flex: 1;
    min-height: 380px;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background-color: #002340 !important;
}
.page-inicio .promociones_content {
    max-width: 65%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 10px 15px;
}
.page-inicio .promociones_title {
    color: #ffffff !important;
    font-weight: 900;
    font-size: clamp(3.2rem, 6vw, 4.6rem) !important;
    line-height: 0.95;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
}
.page-inicio .promociones_btn {
    padding: 18px 30px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.5px;
    border-radius: 10px !important;
}
.page-inicio .promociones_subtitle {
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0.5px;
    line-height: 1.15;
    margin: 15px 0 25px 0;
    text-transform: uppercase;
}
.page-inicio .promociones_truck {
    position: absolute;
    right: -40px;
    bottom: -30px;
    width: min(400px, 55vw);
    max-width: 100%;
    z-index: 5;
    pointer-events: none;
}
.page-inicio .flotillas_promo_block {
    flex: 1;
    min-height: 380px;
    background-color: #e60012;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-inicio .camiones_grid_block {
    padding: 10px 15px 15px;
    min-height: 260px;
    border-left: 1px solid #EAEAEA;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
}
.page-inicio .camiones_grid_block .camiones_bg_text {
    font-size: clamp(4.5rem, 7.5vw, 7.5rem) !important;
    font-weight: 900;
    color: #e60012 !important;
    text-transform: uppercase;
    letter-spacing: -4px;
    margin-bottom: -50px;
    line-height: 0.9;
    z-index: 1;
    position: relative;
}
.page-inicio .inicio_truck_main {
    width: 100%;
    max-width: 590px;
    display: block;
    margin: -130px auto -90px;
    z-index: 10;
    position: relative;
}
.page-inicio .camiones_grid_footer {
    width: 100%;
    text-align: center;
    z-index: 20;
    position: relative;
    margin-top: 5px;
}
.page-inicio .inicio_model_text {
    font-weight: 900;
    font-size: clamp(14px, 3.5vw, 18px);
    letter-spacing: 5px;
    color: #333;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
}
.page-inicio .inicio_model_text .model_num {
    color: #e60012;
}
.page-inicio .soporte_block {
    min-height: 220px;
    padding: 25px;
    background: #333333 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    gap: 25px;
    overflow: hidden;
}
.page-inicio .soporte_block_row {
    gap: 30px;
    flex-wrap: wrap;
}
.page-inicio .soporte_logo {
    height: clamp(55px, 8vw, 75px);
    display: block;
    max-width: 100%;
}
.page-inicio .soporte_btn {
    padding: 14px 45px;
    font-size: clamp(15px, 3.5vw, 19px);
    font-weight: 900;
    border-radius: 10px !important;
    color: #1C1C1C !important;
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
    display: inline-block;
    white-space: nowrap;
}
.page-inicio .soporte_subtitle {
    width: 100%;
    text-align: center;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: clamp(14px, 3.5vw, 22px);
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0 12px;
    box-sizing: border-box;
}

/* --- Inicio (/): tablet y móvil --- */
@media (max-width: 1199px) {
    .page-inicio .left_column,
    .page-inicio .right_column {
        min-width: 0 !important;
        width: 100%;
    }
    .page-inicio .promociones_truck {
        right: -20px;
        width: min(340px, 48vw);
    }
    .page-inicio .inicio_truck_main {
        margin-top: -90px;
        margin-bottom: -60px;
        max-width: 480px;
    }
    .page-inicio .camiones_grid_block .camiones_bg_text {
        font-size: clamp(4.5rem, 9vw, 7.5rem) !important;
        margin-bottom: -35px;
    }
}

@media (max-width: 991px) {
    .page-inicio .inicio_hero_section {
        padding: 48px 0 56px;
    }
    .page-inicio .inicio_hero_section .hero_content {
        padding: 16px 20px 24px;
        text-align: center;
        margin-bottom: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-inicio .inicio_hero_section .inicio_hero_title {
        font-size: clamp(1.85rem, 6vw, 2.75rem);
        text-align: center;
    }
    .page-inicio .inicio_hero_section .inicio_hero_subtitle {
        font-size: 0.95rem;
        margin-top: 20px;
        text-align: center;
    }
    .page-inicio .inicio_hero_section .hero_image_container {
        padding: 0 20px 16px;
        text-align: center !important;
    }
    .page-inicio .inicio_hero_section .inicio_hero_image {
        max-width: 100%;
        margin-right: 0;
        transform: none;
    }
    .page-inicio .inicio_grid_section {
        min-height: 0 !important;
    }
    .page-inicio .hino_grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
    .page-inicio .camiones_grid_block {
        border-left: none !important;
        min-height: 280px;
    }
    .page-inicio .promociones_block,
    .page-inicio .flotillas_promo_block {
        min-height: 320px;
    }
    .page-inicio .promociones_content {
        max-width: 72%;
    }
    .page-inicio .flotillas_promo_body {
        min-height: 180px;
    }
}

@media (max-width: 767px) {
    .page-inicio .promociones_block {
        min-height: 0;
        padding: 28px 20px 24px;
    }
    .page-inicio .promociones_content {
        max-width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .page-inicio .promociones_title {
        font-size: clamp(2rem, 8vw, 3rem) !important;
        margin: 0 0 12px 0;
        text-align: center;
    }
    .page-inicio .promociones_subtitle {
        text-align: center;
    }
    .page-inicio .promociones_truck {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 280px;
        margin: 16px auto 0;
        display: block;
    }
    .page-inicio .promociones_block {
        flex-direction: column;
        align-items: center;
    }
    .page-inicio .flotillas_promo_block {
        padding: 28px 20px !important;
        min-height: 0;
    }
    .page-inicio .flotillas_promo_title {
        font-size: clamp(2rem, 8vw, 3rem) !important;
        padding: 8px 0 12px;
        text-align: center;
    }
    .page-inicio .flotillas_promo_body {
        flex-direction: column;
        align-items: center;
        min-height: 0;
        margin-top: 0;
    }
    .page-inicio .flotillas_promo_truck {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 100%;
        width: min(320px, 90%);
        margin: 0 auto 16px;
    }
    .page-inicio .flotillas_promo_actions {
        max-width: 100%;
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .page-inicio .flotillas_promo_subtitle {
        margin: 12px 0 8px;
        font-size: 18px !important;
    }
    .page-inicio .camiones_grid_block {
        padding: 20px 16px 24px;
        min-height: 0;
    }
    .page-inicio .camiones_grid_block .camiones_bg_text {
        font-size: clamp(3rem, 12vw, 5rem) !important;
        margin-bottom: -20px;
        letter-spacing: -2px;
    }
    .page-inicio .inicio_truck_main {
        margin: -40px auto -30px;
        max-width: 100%;
        width: min(340px, 95%);
    }
    .page-inicio .inicio_model_text {
        letter-spacing: 3px;
        font-size: clamp(12px, 3.2vw, 16px);
    }
    .page-inicio .camiones_grid_block .camiones_grid_btn {
        padding: 12px 32px !important;
        font-size: 16px !important;
    }
    .page-inicio .soporte_block {
        padding: 22px 16px;
        min-height: 0;
        gap: 18px;
    }
    .page-inicio .soporte_block_row {
        flex-direction: column;
        gap: 16px;
    }
    .page-inicio .soporte_subtitle {
        font-size: clamp(13px, 3.5vw, 18px);
    }
    .page-inicio .banner_promo_section img {
        max-height: 320px !important;
    }
}

@media (max-width: 575px) {
    .page-inicio .inicio_hero_section .inicio_hero_title {
        font-size: clamp(1.65rem, 7.5vw, 2.2rem);
        letter-spacing: -1px;
    }
    .page-inicio .inicio_hero_section .inicio_hero_cta {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        text-align: center;
    }
    .page-inicio .promociones_btn,
    .page-inicio .flotillas_promo_btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
        justify-content: center;
    }
    .page-inicio .flotillas_promo_subtitle {
        font-size: 16px !important;
    }
    .page-inicio .soporte_btn {
        padding: 12px 28px;
        font-size: 15px !important;
        width: 100%;
        max-width: 260px;
        text-align: center;
        justify-content: center;
    }
    .page-inicio .gptw-logo-floating {
        display: none;
    }
}

.hero_content { padding-left: 50px; }
.hero_content h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 0.95;
    margin-bottom: 20px;
}

.btn-hino {
    background: #e60012;
    color: white;
    padding: 14px 50px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.3rem;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none !important;
}

/* Hero Responsive */
@media (max-width: 991px) {
    .hero_content { padding-left: 15px; text-align: center; margin-bottom: 40px; }
    .hero_image_container { text-align: center !important; }
}
/* Inicio: mantener hero alineado al centro en tablet */
@media (max-width: 991px) {
    .page-inicio .inicio_hero_section .hero_content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Grid Section */
.hino_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: transparent;
}

.left_column {
    flex: 1.4;
    min-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.right_column {
    flex: 1;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media (max-width: 991px) {
    .left_column, .right_column { min-width: 100%; }
}

.grid_item {
    position: relative;
    padding: 35px;
    display: flex;
    flex-direction: column;
    color: white;
    overflow: hidden;
}

.grid_item.dark_blue { background-color: #002340; }
.grid_item.red { background-color: #e60012; }
.grid_item.white { background-color: white; color: #333; }
.grid_item.black { background-color: #333; }

.grid_item_flotillas {
    position: relative;
    padding: 40px;
    background-color: #e60012;
    color: white;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.grid_item h2 {
    font-size: clamp(2rem, 5.5vw, 4rem);
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 0.85;
    letter-spacing: -2px;
}

.grid_item .subtext {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.1;
}

.truck_img_overlay {
    position: absolute;
    z-index: 1;
}

.grid_item.white h2.camiones_bg_text {
    color: #e60012;
    font-size: clamp(1.8rem, 7vw, 6rem);
    font-weight: 900;
    letter-spacing: -4px;
    width: 100%;
    text-align: center;
    line-height: 0.8;
}

.truck_img_main {
    width: 90%;
    max-width: 500px;
    position: relative;
    z-index: 2;
    margin-top: -20px;
}

/* Mobile Adjustments */
@media (max-width: 576px) {
    .grid_item, .grid_item_flotillas { padding: 25px; }
    .grid_item_flotillas img { width: 100% !important; margin: 20px 0 !important; }
    .grid_item_flotillas .d-flex { flex-direction: column; align-items: center !important; text-align: center; }
}

/* WhatsApp Fix */
.whatsapp_fixed {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1500; /* Ensure it is clickable */
    display: flex;
    align-items: center;
    text-decoration: none !important;
    pointer-events: auto !important; /* Force clickability */
}

.whatsapp_fixed i {
    font-size: 50px;
    color: #25D366;
    background: white;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    padding: 5px;
}

.whatsapp_fixed .wa_bubble {
    background: #90E6A2;
    color: #075E54;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .whatsapp_fixed .wa_bubble { display: none; }
}

/* Slider Dots */
.slider_dots span {
    width: 15px;
    height: 15px;
    margin: 8px;
    border-radius: 50%;
    background: #607D8B;
    display: inline-block;
}

.slider_dots span.active {
    width: 22px;
    height: 22px;
    background: #E0E0E0;
    border: 5px solid #e60012;
}

/* Banner Section */
.banner_promo_section {
    width: 100%;
    overflow: hidden;
}

.full_banner {
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
}

.banner_overlay {
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

/* Footer Social Icons & Footer Redesign Styling */
.footer_redesign {
    background: #002340 !important;
    padding: 40px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_redesign p, .footer_redesign a {
    font-family: 'Outfit', sans-serif !important;
}

.social_icons {
    display: flex !important;
    gap: 12px !important;
}

.social_icons a {
    width: 44px !important;
    height: 44px !important;
    border: 2px solid #e60012 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 18px !important;
    text-decoration: none !important;
    background: #e60012 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.social_icons a:hover {
    background: #ffffff !important;
    color: #e60012 !important;
    border-color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2) !important;
}

.social_icons a i {
    font-size: 18px !important;
}

.social_icons a.twitter_icon i {
    font-size: 18px !important;
}

@media (max-width: 991px) {
    .full_banner {
        min-height: 400px;
        background-position: center;
    }
    .banner_overlay {
        text-align: center;
    }
}

/* ==========================================
   NEW STYLES: HINO CHIAPAS PREMIUM REDESIGN
   ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700;900&display=swap');

/* Typography & Base overrides */
.titulo-outfit {
    font-family: 'Outfit', sans-serif !important;
}
.p-outfit {
    font-family: 'Outfit', sans-serif !important;
}

/* Premium Transitions */
.mobile_sidebar_menu, 
.mobile_sidebar_menu *, 
.btn-hino-tail, 
.custom_accordion_content,
.chevron_icon, 
.menu_button_absolute,
.social_icons a {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Floating Great Place to Work Logo */
.gptw-logo-floating {
    position: absolute;
    top: 0;
    right: 4%;
    z-index: 1001;
}
.gptw-logo-floating img {
    height: 110px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    border-radius: 0 0 12px 12px;
}
@media (max-width: 1200px) {
    .gptw-logo-floating img { height: 90px; }
}
@media (max-width: 991px) {
    .gptw-logo-floating { right: 15px; top: 5px; }
    .gptw-logo-floating img { height: 70px; }
}

/* Floating Vertical MENÚ Button (No red block or arrows) */
.menu_button_absolute {
    position: fixed;
    left: 0;
    top: 25%;
    background: #002340;
    color: white;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2.5px;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    z-index: 2000;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.35);
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s ease;
}
.menu_button_absolute::after {
    display: none !important;
}
.menu_button_absolute:hover {
    padding-left: 20px;
    padding-right: 15px;
    background: #001D3D;
}

/* Active Nav Border Style */
.header_container .nav-links li a.active {
    background: #e60012 !important;
    color: white !important;
    border-radius: 6px !important;
    padding: 8px 20px !important;
    border-bottom: none !important;
    font-weight: 700 !important;
}

/* Button Premium with Tail (──●) */
.btn-hino-tail {
    display: inline-flex;
    align-items: center;
    background: #e60012;
    color: white !important;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    box-shadow: 0 4px 10px rgba(227, 6, 19, 0.2);
}
.btn-hino-tail .tail-line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: currentColor;
    margin-left: 15px;
    position: relative;
    vertical-align: middle;
}
.btn-hino-tail .tail-line::after {
    content: '';
    position: absolute;
    right: -6px;
    top: -2px;
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
}
.btn-hino-tail:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227, 6, 19, 0.45);
}
/* White style button with red tail */
.btn-hino-tail.light-btn {
    background: white;
    color: #e60012 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.btn-hino-tail.light-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

/* Premium Pill Buttons (Clean capsules without tail) */
.btn-pill-hino {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 40px;
    border-radius: 8px;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-pill-hino:hover {
    transform: translateY(-2px);
}
.btn-pill-hino.red {
    background: #e60012;
    color: white !important;
    box-shadow: 0 4px 10px rgba(230, 0, 18, 0.2);
}
.btn-pill-hino.red:hover {
    box-shadow: 0 6px 20px rgba(230, 0, 18, 0.45);
}
.btn-pill-hino.navy {
    background: #002340;
    color: white !important;
    box-shadow: 0 4px 10px rgba(0, 35, 64, 0.2);
}
.btn-pill-hino.navy:hover {
    box-shadow: 0 6px 20px rgba(0, 35, 64, 0.45);
}
.btn-pill-hino.white {
    background: #f7f7f7;
    color: #002340 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.btn-pill-hino.white:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Redesign Timeline Sidebar Menu - High-Fidelity Mockup */
.mobile_sidebar_menu {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: -350px;
    right: auto !important; /* Force override style.css's right positioning */
    width: 350px !important; /* Force exact premium width spacing */
    max-width: 85vw !important; /* Ensure it is fully responsive and does not overflow on small screens */
    height: auto;
    max-height: 70vh;
    background: #eaeaea; /* Very light grey */
    z-index: 99999 !important;
    display: flex;
    flex-direction: column;
    overflow: hidden !important; /* Let inner scrollbox handle overflow, preventing duplicate scrollbars */
    box-shadow: 5px 0 25px rgba(0,0,0,0.15);
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 !important; /* Remove any inherited padding to make header touch top-left */
    border-radius: 0 45px 0 0 !important; /* Rounded top-right corner on the grey sidebar itself so it's not square */
}
.mobile_sidebar_menu.active {
    left: 0;
    right: auto !important; /* Force override style.css's right positioning */
}
.mobile_sidebar_menu .menu_header {
    background: #002340; /* Navy blue */
    padding: 18px 25px; /* Compact header padding */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
    font-weight: 800;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-family: 'Outfit', sans-serif;
    border-radius: 0 45px 0 0 !important; /* Curved top-right corner flush with the sidebar container's curve */
    width: 100% !important; /* Spans 100% of the width to occupy the entire top of the sidebar */
    margin: 0;
}
.mobile_sidebar_menu .close_btn {
    position: absolute;
    top: 18px; /* Align vertically with the "Menú" text */
    right: 25px; /* Position beautifully inside the 100% navy header */
    background: transparent;
    border: none;
    color: #ffffff !important; /* White chevron */
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    z-index: 999999 !important;
    transition: color 0.2s ease, transform 0.2s ease;
}
.mobile_sidebar_menu .close_btn:hover {
    color: #dbdbdb !important; /* Silver/grey hover accent instead of red */
    transform: scale(1.1);
}

/* Force mCustomScrollbar wrappers inside mobile_sidebar_menu to have full width, no default margin-right, and clean scroll behavior */
.mobile_sidebar_menu .mCustomScrollBox {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}
.mobile_sidebar_menu .mCSB_container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.sidebar-menu-wrapper .overlay {
    z-index: 99998 !important; /* Overlay sits just behind the sidebar container */
}

/* Sidebar Navigation Layout */
.sidebar_nav_wrapper {
    display: flex;
    padding: 16px 25px 10px;
    gap: 16px;
    flex-grow: 0;
}

/* Timeline rail & nodes */
.sidebar_timeline {
    width: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 5px;
}
.sidebar_timeline::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #999;
    z-index: 1;
}
.sidebar_timeline .timeline_node {
    z-index: 2;
    position: relative;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.sidebar_timeline .timeline_node.node_solid {
    width: 10px;
    height: 10px;
    background: #444; /* Dark solid circle */
}
.sidebar_timeline .timeline_node.node_hollow {
    width: 12px;
    height: 12px;
    background: #eaeaea; /* Body color */
    border: 2px solid #555; /* Hollow circle ring */
}
.sidebar_timeline .timeline_node.node_accordion_trigger {
    margin-top: 16px;
}

/* Menu links & accordion container */
.sidebar_menu_links {
    flex-grow: 1;
}
.sidebar_menu_links .main_link_lowercase {
    font-family: 'Outfit', sans-serif;
    color: #444;
    font-size: 18px;
    font-weight: 700;
    text-transform: lowercase;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    transition: color 0.2s ease;
}
.sidebar_menu_links .main_link_lowercase:hover {
    color: #002340;
}
.sidebar_menu_links .main_link_lowercase .red-chevron {
    color: #e60012;
    font-size: 14px;
}

.sidebar_menu_links .main_link_accordion {
    font-family: 'Outfit', sans-serif;
    color: #444;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    transition: color 0.2s ease;
}
.sidebar_menu_links .main_link_accordion:hover {
    color: #002340;
}
.sidebar_menu_links .main_link_accordion .red-chevron {
    color: #e60012;
    font-size: 14px;
}

/* First-level Accordion Block */
.sidebar_accordion_block {
    background: #dbdbdb; /* Mid-grey accordion background */
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 8px;
    margin-bottom: 10px;
}
.series_item {
    margin-bottom: 10px;
}
.series_item:last-child {
    margin-bottom: 0;
}
.series_trigger {
    font-family: 'Outfit', sans-serif;
    color: #444;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.2s ease;
    padding: 5px 0;
}
.series_trigger:hover {
    color: #002340;
}
.series_trigger .sub-chevron {
    color: #666;
    font-size: 11px;
    transition: transform 0.3s ease;
}

/* Second-level Accordion Block (Models) */
.models_sublist {
    list-style: none;
    padding: 6px 0 6px 15px;
    margin: 0;
}
.models_sublist li {
    margin-bottom: 6px;
}
.models_sublist li:last-child {
    margin-bottom: 0;
}
.models_sublist li a {
    font-family: 'Outfit', sans-serif;
    color: #555;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: block;
}
.models_sublist li a:hover {
    color: #002340;
    padding-left: 4px;
}

/* Action Pill Buttons Section */
.sidebar_action_pills {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px 25px 15px;
    margin-top: auto;
}
.pill_button {
    display: flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 12px;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.pill_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}
.pill_logo_container {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.pill_logo_img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pill_text_wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    font-family: 'Outfit', sans-serif;
    text-align: left;
}
.pill_subtext {
    font-size: 10.5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pill_title {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

/* Soporte Total (Red Pill) */
.pill_button.red_pill {
    background: #e60012;
    color: white;
}
.pill_button.red_pill .pill_subtext {
    color: rgba(255, 255, 255, 0.85);
}
.pill_button.red_pill .pill_title {
    color: white;
}

/* Solicitar Cotización (White Pill) */
.pill_button.white_pill {
    background: white;
    color: #111;
    border: 1px solid #e0e0e0;
}
.pill_button.white_pill .pill_logo_container.black_icon {
    font-size: 18px;
    color: #111;
}
.pill_button.white_pill .pill_subtext {
    color: #666;
}
.pill_button.white_pill .pill_title {
    color: #111;
}

/* ¿En qué te podemos ayudar? (Navy Pill) */
.pill_button.navy_pill {
    background: #002340;
    color: white;
}
.pill_button.navy_pill .pill_logo_container.white_icon {
    font-size: 20px;
    color: white;
}
.pill_button.navy_pill .pill_subtext {
    color: rgba(255, 255, 255, 0.85);
}
.pill_button.navy_pill .pill_title {
    color: white;
}

/* Sleek Social Footer */
.sidebar_social_clean {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 25px 25px;
}
.sidebar_social_clean a {
    color: #555 !important;
    font-size: 18px;
    text-decoration: none !important;
    transition: color 0.2s ease, transform 0.2s ease;
}
.sidebar_social_clean a:hover {
    color: #002340 !important;
    transform: translateY(-2px);
}

/* Home Grid Redesign Customizations */
.grid_item.dark_blue {
    background-color: #002340 !important;
}
.hino_grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 0;
}
.hino_grid .left_column, .hino_grid .right_column {
    display: flex;
    flex-direction: column;
}
.right_column .grid_item.white {
    flex-grow: 1;
}
@media (max-width: 991px) {
    .hino_grid { grid-template-columns: 1fr; }
}

.grid_item.white h2.camiones_bg_text {
    color: #e60012;
    font-size: clamp(3rem, 8vw, 7.5rem);
    font-weight: 900;
    letter-spacing: -3px;
    margin-bottom: 0px;
}
.model_text {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: #1C1C1C;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Premium Single Truck View Styles (camiones_unitaria.png) */
.unitaria_header_section {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 60px 0 0px;
    overflow: hidden;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.unitaria_header_section .container {
    position: relative;
    z-index: 5;
}

.unitaria_back_title {
    position: absolute;
    top: 80px; /* Precise vertical placement starting below the header navigation pill */
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Outfit', sans-serif;
    font-size: clamp(6rem, 18vw, 22rem); /* Grand, majestic scale making it center and huge */
    font-weight: 900;
    color: #e60012 !important; /* Solid Hino Red */
    letter-spacing: -0.06em; /* Squeezes letters together for the compact bold mockup look */
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 0;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    text-align: center;
    white-space: nowrap; /* Prevents awkward wrapping under any viewport size */
}

.unitaria_truck_wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    pointer-events: none;
}

.unitaria_truck_hero_img {
    max-width: 540px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 0;
    display: block;
    margin-bottom: -5px; /* Sits perfectly on the bottom border */
}

.unitaria_model_indicator {
    position: relative;
    z-index: 3;
    text-align: left;
    margin-bottom: 20px;
}

.unitaria_model_indicator .modl_text {
    color: #e60012;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: -10px;
}

.unitaria_model_indicator .model_number {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: clamp(4rem, 8vw, 85px);
    color: #1C1C1C;
    letter-spacing: -4px;
    line-height: 1;
}

/* Action Buttons below main truck */
.unitaria_action_buttons {
    position: relative;
    display: flex;
    justify-content: flex-end; /* Aligns to bottom right of container on desktop */
    gap: 15px;
    z-index: 3;
    margin-top: -65px; /* Pulls up to align next to bottom of truck cab */
    padding-bottom: 15px;
}

.unitaria_action_buttons a, .unitaria_action_buttons button {
    font-family: 'Outfit', sans-serif;
    padding: 14px 38px;
    border-radius: 8px; /* Premium curved rectangular style matching mockup */
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.unitaria_btn_pdf {
    background: #e60012;
    color: white !important;
}

.unitaria_btn_pdf:hover {
    background: #b5050f;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(227, 6, 19, 0.25);
}

.unitaria_btn_quote {
    background: #1C1C1C; /* Premium charcoal black */
    color: white !important;
}

.unitaria_btn_quote:hover {
    background: #000000;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

@media (max-width: 991px) {
    .unitaria_header_section {
        padding: 40px 0 30px;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .unitaria_back_title {
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        font-size: clamp(4rem, 18vw, 12rem);
        letter-spacing: -0.05em; /* Proportional letter squeezing on tablets */
        color: #e60012 !important;
        z-index: 1;
        text-align: center;
        white-space: nowrap;
    }
    .unitaria_truck_wrapper {
        margin: 15px 0;
        z-index: 2;
    }
    .unitaria_truck_hero_img {
        max-width: 320px;
        margin: 0 auto;
    }
    .unitaria_model_indicator {
        position: relative;
        text-align: center;
        margin-bottom: 15px;
        z-index: 3;
    }
    .unitaria_action_buttons {
        position: relative;
        margin-top: 20px;
        flex-direction: row;
        justify-content: center;
        gap: 12px;
        width: 100%;
        padding-bottom: 0;
    }
    .unitaria_action_buttons a, .unitaria_action_buttons button {
        width: auto;
        flex: 1;
        max-width: 220px;
        font-size: 11px;
        padding: 12px 15px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .unitaria_back_title {
        font-size: clamp(3rem, 20vw, 8rem);
        top: 50px;
        letter-spacing: -0.04em; /* Tight letter squeeze on mobile viewports */
    }
    .unitaria_truck_hero_img {
        max-width: 260px;
    }
    .unitaria_action_buttons {
        flex-direction: column;
        align-items: center;
    }
    .unitaria_action_buttons a, .unitaria_action_buttons button {
        width: 90%;
        max-width: 280px;
    }
}

/* Spec Grid Cards */
.unitaria_specs_card_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 30px 0;
}
.unitaria_spec_item {
    background: #F8F9FA;
    border-radius: 16px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #EAEAEA;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.unitaria_spec_item .icon_holder {
    width: 60px;
    height: 60px;
    color: #e60012;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.unitaria_spec_item .spec_val {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #1C1C1C;
    margin-bottom: 4px;
}
.unitaria_spec_item .spec_lbl {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    color: #777;
    font-weight: 500;
}

@media (max-width: 991px) {
    .unitaria_specs_card_grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .unitaria_specs_card_grid { grid-template-columns: 1fr; }
}

/* Accordion Component Redesign */
.premium_accordion {
    width: 100%;
}
.premium_accordion_item {
    border-top: 1px solid #EAEAEA;
    background: transparent;
}
.premium_accordion_item:last-child {
    border-bottom: 1px solid #EAEAEA;
}
.premium_accordion_trigger {
    width: 100%;
    padding: 25px 0;
    background: transparent;
    border: none;
    outline: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.premium_accordion_trigger .trigger_left {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #1C1C1C;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.premium_accordion_trigger .trigger_left i, 
.premium_accordion_trigger .trigger_left svg {
    font-size: 24px;
    color: #1C1C1C;
}
.premium_accordion_trigger .chevron_icon {
    font-size: 18px;
    color: #777;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.premium_accordion_item.is-open .chevron_icon {
    transform: rotate(180deg);
}

.premium_accordion_panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.premium_accordion_item.is-open .premium_accordion_panel {
    max-height: 2000px;
}
.premium_accordion_body {
    padding: 5px 0 35px;
}

/* Carousels & Photos in Accordions */
.rounded_carousel {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.carousel_overlay_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    padding: 30px 20px 20px;
    color: white;
}
.carousel_overlay_caption h5 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: white;
    margin-bottom: 5px;
}

/* Red Form Quote Section */
.quote_section_red {
    background: #e60012;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.quote_section_title {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: clamp(3rem, 8vw, 6.5rem);
    color: white;
    text-align: center;
    line-height: 0.9;
    letter-spacing: -3px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.quote_form_container {
    background: transparent;
    position: relative;
    z-index: 2;
}
.quote_form_container .form-control {
    background: white;
    border: none;
    border-radius: 50px;
    padding: 15px 25px;
    height: auto;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}
.quote_form_container select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23777777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 16px;
}
.quote_form_container textarea.form-control {
    border-radius: 20px;
    resize: none;
}
.quote_form_container label {
    font-family: 'Outfit', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: white;
    margin-bottom: 8px;
}
.quote_section_truck_overlay {
    position: absolute;
    right: -100px;
    bottom: -50px;
    width: 600px;
    z-index: 1;
    pointer-events: none;
}
@media (max-width: 1200px) {
    .quote_section_truck_overlay { width: 450px; right: -50px; }
}
@media (max-width: 991px) {
    .quote_section_truck_overlay { display: none; }
}

.unitaria_grid_usos {
    display: flex;
    gap: 30px;
    margin-top: 25px;
}
.unitaria_uso_item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #1C1C1C;
    font-size: 14px;
}
.unitaria_uso_item i {
    color: #e60012;
    font-size: 20px;
}

/* Catálogo de Camiones - Rediseño Premium 2026 (menu-nuestros-camiones-hinno-chiapas-web.png) */

/* 1. Hero Section de Catálogo (página /camiones) */
.page-camiones .menu_button_absolute {
    background: #002340 !important;
    font-size: 14px !important;
    letter-spacing: 2.5px !important;
    padding: 12px 20px !important;
    border-radius: 0 8px 8px 0 !important;
}
.page-camiones .menu_button_absolute:hover {
    background: #001D3D !important;
    padding-left: 24px !important;
}
.camiones_hero_section {
    background: #FFFFFF;
    padding: 60px 0 80px;
    position: relative;
    border-bottom: 1px solid #EDEDED;
}
.camiones_hero_section .hero_content {
    padding: 24px 40px 24px 72px;
    text-align: left;
}
.camiones_hero_section .camiones_hero_title,
.camiones_hero_section .hero_content h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 0.98;
    letter-spacing: -1.5px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 0;
    text-align: left;
}
.camiones_hero_section .camiones_hero_title .camiones_hero_camion {
    font-size: 0.92em;
    font-weight: 700;
}
.camiones_hero_section .camiones_hero_subtitle,
.camiones_hero_section .hero_content p {
    font-family: 'Outfit', sans-serif;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 28px;
    font-size: 1.05rem;
    letter-spacing: 0.3px;
    line-height: 1.35;
    text-transform: uppercase;
    text-align: left;
}
.camiones_hero_section .camiones_hero_cta {
    margin-top: 28px;
    padding: 14px 40px;
    font-size: 1rem;
    border-radius: 8px !important;
    align-self: flex-start;
}
.camiones_hero_section .hero_image_container {
    text-align: right !important;
    padding-right: 0;
    padding-left: 12px;
}
.camiones_hero_section .camiones_hero_image {
    width: 100%;
    max-width: 580px;
    display: inline-block;
    margin-right: -48px;
    transform: translateX(24px);
}
.camiones_hero_section .btn-hino-red {
    display: inline-flex;
    align-items: center;
    background: #e60012 !important;
    color: white !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 38px;
    border-radius: 8px;
    margin-top: 25px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(230, 0, 18, 0.2);
}
.camiones_hero_section .btn-hino-red:hover {
    background: #b5000e !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(230, 0, 18, 0.35);
}
@media (max-width: 991px) {
    .camiones_hero_section .hero_content {
        padding: 16px 24px;
        text-align: left;
        margin-bottom: 32px;
    }
    .camiones_hero_section .hero_image_container {
        padding-right: 24px;
        padding-left: 24px;
        text-align: center !important;
    }
    .camiones_hero_section .camiones_hero_image {
        max-width: 100%;
        margin-right: 0;
        transform: none;
    }
}

/* 2. Sección del Catálogo y Filtros */
.camiones_list_section {
    background: #F6F6F6 !important;
    padding: 90px 0 100px;
}
@media (max-width: 767px) {
    .camiones_list_section .filters-button-group {
        justify-content: center !important;
        flex-wrap: wrap !important;
        overflow-x: visible !important;
        gap: 10px !important;
        padding-bottom: 0;
    }
    .camiones_list_section .filters-button-group .button {
        font-size: 13px !important;
        padding: 8px 14px !important;
    }
}
.camiones_list_title {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: clamp(3.4rem, 6.2vw, 5.5rem);
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: #1c1c1c; /* Black */
    text-align: center;
    margin-bottom: 48px;
}
.camiones_list_title span {
    color: #e60012; /* Red */
}

/* Rediseño de botones de filtro */
.filters-button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 48px !important;
}
.filters-button-group li {
    list-style: none;
}
.camiones_list_section .filters-button-group {
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-bottom: 48px !important;
    max-width: 100%;
    overflow-x: visible !important;
    overflow-y: visible !important;
    padding: 4px 8px 8px;
    justify-content: center;
}
.camiones_list_section .filters-button-group li {
    flex-shrink: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.camiones_list_section .filters-button-group .button {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: clamp(11px, 0.95vw, 15px);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #1c1c1c;
    background: transparent;
    border: none;
    outline: none;
    padding: 9px 14px;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 1200px) {
    .camiones_list_section .filters-button-group {
        overflow-x: visible;
    }
    .camiones_list_section .filters-button-group .button {
        font-size: 15px;
        padding: 9px 18px;
    }
}
.camiones_list_section .filters-button-group .button:hover {
    color: #e60012;
}
.camiones_list_section .filters-button-group .button.active {
    background: #e60012 !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(230, 0, 18, 0.2);
}

/* 3. Rejilla y Tarjetas Premium */
.feature_vehicle_filter.element-grid {
    display: block !important;
    width: 100%;
}
/* Grilla catálogo camiones: flex centrado (última fila incompleta también al centro) */
.camiones_list_section .feature_vehicle_filter.camiones_cards_grid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin: 0 auto 60px !important;
    clear: both;
}
.camiones_list_section .feature_vehicle_filter.camiones_cards_grid::after {
    display: none;
}
.camiones_list_section .feature_vehicle_filter.camiones_cards_grid .element-item {
    float: none !important;
    flex: 0 0 25%;
    width: 25% !important;
    max-width: 25%;
    padding: 12px 14px;
    box-sizing: border-box;
}
@media (max-width: 1200px) {
    .camiones_list_section .feature_vehicle_filter.camiones_cards_grid .element-item {
        flex: 0 0 33.333%;
        width: 33.333% !important;
        max-width: 33.333%;
    }
}
@media (max-width: 991px) {
    .camiones_list_section .feature_vehicle_filter.camiones_cards_grid .element-item {
        flex: 0 0 50%;
        width: 50% !important;
        max-width: 50%;
    }
}
@media (max-width: 576px) {
    .camiones_list_section .feature_vehicle_filter.camiones_cards_grid .element-item {
        flex: 0 0 100%;
        width: 100% !important;
        max-width: 100%;
    }
}
.feature_vehicle_filter .element-item {
    float: left;
    padding: 15px;
    width: 25% !important; /* 4 columns on desktop */
    box-sizing: border-box;
}
@media (max-width: 1200px) {
    .feature_vehicle_filter .element-item {
        width: 33.333% !important; /* 3 columns on large tablets */
    }
}
@media (max-width: 991px) {
    .feature_vehicle_filter .element-item {
        width: 50% !important; /* 2 columns on medium tablets */
    }
}
@media (max-width: 576px) {
    .feature_vehicle_filter .element-item {
        width: 100% !important; /* 1 column on mobile */
    }
}


.truck_card_premium {
    background: transparent;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.10); /* Borde gris al 10% */
    display: block;
    height: auto;
    min-height: auto;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    text-decoration: none !important;
}
.camiones_list_section .truck_card_premium {
    border-radius: 16px;
    padding: 0;
    height: auto;
    min-height: auto;
    width: 100%;
}
.truck_card_premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-color: rgba(230, 0, 18, 0.15);
}
.truck_card_header {
    text-align: center;
    margin-bottom: 10px;
}
.camiones_list_section .truck_card_header {
    margin-bottom: 10px;
}
.truck_card_series {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #1c1c1c; /* Black */
    text-transform: uppercase;
    margin-bottom: 4px;
}
.camiones_list_section .truck_card_series {
    font-size: 16px;
    margin-bottom: 6px;
}
.truck_card_series .num_red {
    color: #e60012 !important; /* Red highlight */
    font-weight: 900;
}
.truck_card_model {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #1C1C1C;
    line-height: 1.1;
    margin-top: 0;
}
.camiones_list_section .truck_card_model {
    font-size: 26px;
}
.truck_card_image {
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 0;
    pointer-events: none;
}
.camiones_list_section .truck_card_image {
    height: auto;
    margin-top: 0;
}
.truck_card_image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.truck_card_premium:hover .truck_card_image img {
    transform: scale(1.06);
}

/* 4. Formulario de Cotización Azul Marino */
.quote_section_navy {
    background: #191919 !important; /* Premium Dark Charcoal */
    padding: 80px 0;
    position: relative;
    overflow: visible; /* allow nice-select dropdown to extend outside section */
}
.quote_section_navy_media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}
.quote_section_navy_title {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: #e60012 !important; /* All Red */
    text-align: center;
    margin-bottom: 40px;
}
.quote_section_navy_title span {
    color: #e60012 !important; /* Red */
}
.quote_section_navy .form-control {
    font-family: 'Outfit', sans-serif;
    background: #FFFFFF !important;
    color: #1C1C1C !important;
    border: none !important;
    border-radius: 12px !important;
    height: 38px !important;
    padding: 6px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
}
.quote_section_navy textarea.form-control {
    height: auto !important;
    resize: none !important;
    border-radius: 12px !important;
    padding: 15px 25px !important;
}
.quote_section_navy label {
    font-family: 'Outfit', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 8px;
    display: block;
}
/* Style overrides for nice-select elements inside quote_section_navy */
.quote_section_navy .nice-select {
    font-family: 'Outfit', sans-serif !important;
    background: #FFFFFF !important;
    color: #1C1C1C !important;
    border: none !important;
    border-radius: 12px !important;
    height: 38px !important;
    line-height: 38px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    float: none !important;
    width: 100% !important;
    position: relative !important;
    overflow: visible !important;
    display: block !important;
}
.quote_section_navy .nice-select:after {
    position: absolute !important;
    right: 25px !important;
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg) !important;
    border-bottom: 2px solid #555 !important;
    border-right: 2px solid #555 !important;
    margin-top: 0 !important;
    display: block !important;
    pointer-events: none !important;
    z-index: 10 !important;
}
.quote_section_navy .nice-select.open:after {
    transform: translateY(-50%) rotate(-135deg) !important;
}
.quote_section_navy .nice-select .current {
    color: #1C1C1C !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    height: 100% !important;
}
.quote_section_navy .nice-select.open {
    z-index: 100 !important;
    overflow: visible !important;
}
/* Scrollable dropdown: ~6 visible options, rest via scroll */
.quote_section_navy .nice-select .list,
.quote_section_navy .nice-select.open .list {
    border-radius: 16px !important;
    width: 100% !important;
    margin-top: 5px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    text-align: center !important;
    max-height: 240px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    z-index: 101 !important;
}
.quote_section_navy .nice-select .list::-webkit-scrollbar {
    width: 8px;
}
.quote_section_navy .nice-select .list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 0 16px 16px 0;
}
.quote_section_navy .nice-select .list::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 4px;
}
.quote_section_navy .nice-select .list::-webkit-scrollbar-thumb:hover {
    background: #e60012;
}
.quote_section_navy .nice-select .option {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}
.quote_navy_truck_overlay {
    position: absolute;
    right: -80px;
    bottom: -45px;
    width: 600px;
    z-index: 1;
    pointer-events: none;
}
.quote_section_navy .container,
.quote_section_navy .row,
.quote_section_navy [class*="col-"] {
    position: relative;
    overflow: visible;
}
.quote_section_navy .container {
    z-index: 2;
}
@media (max-width: 1200px) {
    .quote_navy_truck_overlay { width: 450px; right: -50px; }
}
@media (max-width: 991px) {
    .quote_navy_truck_overlay { display: none; }
}

/* Banner slick slider customization */
.banner_slick_slider {
    position: relative;
    width: 100%;
}

.banner_slick_slider .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 20;
}

.banner_slick_slider .slick-dots li {
    margin: 0;
    padding: 0;
}

.banner_slick_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.banner_slick_slider .slick-dots li.slick-active button {
    background: #e60012;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(230, 0, 18, 0.6);
}

.banner_slick_slider .slick-dots li button:hover {
    background: #e60012;
}

/* Slick Custom Arrows */
.banner_slick_slider .slick-prev,
.banner_slick_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 35, 64, 0.6);
    color: white !important;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
}

.banner_slick_slider .slick-prev:hover,
.banner_slick_slider .slick-next:hover {
    background: #e60012;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(230, 0, 18, 0.4);
}

.banner_slick_slider .slick-prev {
    left: 40px;
}

.banner_slick_slider .slick-next {
    right: 40px;
}
.banner_slick_slider .slick-prev::before,
.banner_slick_slider .slick-next::before {
    content: none !important;
}

.banner_slick_slider .slick-prev i,
.banner_slick_slider .slick-next i {
    font-size: 20px !important;
    color: white !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.btn-pill-hino.dark-charcoal {
    background: #2d2d2d;
    color: white !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-pill-hino.dark-charcoal:hover {
    background: #1c1c1c;
    color: white !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .banner_slick_slider .slick-prev,
    .banner_slick_slider .slick-next {
        display: none !important;
    }
}

/* Custom Select Centering and Placeholder Styling */
select.select-centered {
    text-align: center !important;
    text-align-last: center !important;
}

select.select-centered option {
    text-align: center !important;
    text-align-last: center !important;
}

.nice-select.select-centered {
    text-align: center !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nice-select.select-centered .current {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
    height: 100% !important;
    color: rgba(0, 0, 0, 0.9) !important; /* Black at 90% default */
}

.nice-select.select-centered .list {
    text-align: center !important;
    width: 100% !important;
}
.quote_section_navy .nice-select.select-centered .list,
.quote_section_navy .nice-select.select-centered.open .list {
    max-height: 240px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.nice-select.select-centered .option {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.nice-select.select-centered::after {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg) !important;
    float: none !important;
    margin: 0 !important;
    display: block !important;
    z-index: 10 !important;
}

.nice-select.select-centered.open::after {
    transform: translateY(-50%) rotate(-135deg) !important;
}

/* Specific Placeholder styling (black at 90%) for the option items in the list */
.nice-select.select-centered .option[data-value="TODOS"],
.nice-select.select-centered .option[data-value=""],
.quote_section_navy .nice-select .option[data-value="TODOS"],
.quote_section_navy .nice-select .option[data-value=""] {
    color: rgba(0, 0, 0, 0.9) !important;
    font-weight: 500 !important;
}

/* Use :has() to set color to 90% black when a placeholder option is selected */
.nice-select.select-centered:has(.option[data-value="TODOS"].selected) .current,
.nice-select.select-centered:has(.option[data-value=""].selected) .current,
.quote_section_navy .nice-select:has(.option[data-value="TODOS"].selected) .current,
.quote_section_navy .nice-select:has(.option[data-value=""].selected) .current {
    color: rgba(0, 0, 0, 0.9) !important;
    font-weight: 500 !important;
}

/* Regular selections have a solid standard color */
.nice-select.select-centered:not(:has(.option[data-value="TODOS"].selected)):not(:has(.option[data-value=""].selected)) .current,
.quote_section_navy .nice-select:not(:has(.option[data-value="TODOS"].selected)):not(:has(.option[data-value=""].selected)) .current {
    color: #1C1C1C !important;
    font-weight: 600 !important;
}

/* Ensure all form labels in custom forms are normal weight (not bold) */
.quote_section_red label,
.quote_form_container label,
.quote_section_navy label,
.style-form label,
.form_modal_cotizacion label,
.modal-body label,
form label,
.form-group label,
.col-form-label {
    font-weight: normal !important;
}

/* Footer Responsive Centering */
@media (max-width: 767px) {
    .footer_redesign {
        text-align: center !important;
    }
    .footer_redesign p {
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .footer_redesign .social_icons {
        justify-content: center !important;
    }
}

/* ==========================================
   UI/UX MICRO-INTERACTIONS & TRANSITIONS
   ========================================== */

/* 1. Floating Menu Button & WhatsApp */
.menu_button_absolute {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.menu_button_absolute:hover {
    background: #e60012 !important;
    padding-left: 20px !important;
    box-shadow: 4px 4px 15px rgba(230, 0, 18, 0.4) !important;
}

.whatsapp_fixed {
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.whatsapp_fixed:hover {
    transform: scale(1.08) translateY(-4px) !important;
}

/* 2. Hero Section Animations */
.inicio_hero_section .inicio_hero_image {
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.inicio_hero_section:hover .inicio_hero_image {
    transform: translateX(35px) scale(1.02) !important;
}
@media (max-width: 991px) {
    .inicio_hero_section:hover .inicio_hero_image {
        transform: translateY(-8px) scale(1.03) !important;
    }
}

/* 3. Grid Blocks Hover Depth and Motion Effects */

/* Promotions Block */
.page-inicio .promociones_block {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.page-inicio .promociones_truck {
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.page-inicio .promociones_block:hover {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3) !important;
}
.page-inicio .promociones_block:hover .promociones_truck {
    transform: translate(-15px, -5px) scale(1.04) !important;
}
@media (max-width: 767px) {
    .page-inicio .promociones_block:hover .promociones_truck {
        transform: scale(1.04) !important;
    }
}

/* Flotillas Block */
.page-inicio .flotillas_promo_block {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.page-inicio .flotillas_promo_truck {
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.page-inicio .flotillas_promo_block:hover {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3) !important;
}
.page-inicio .flotillas_promo_block:hover .flotillas_promo_truck {
    transform: translate(15px, -5px) scale(1.04) !important;
}
@media (max-width: 767px) {
    .page-inicio .flotillas_promo_block:hover .flotillas_promo_truck {
        transform: scale(1.04) !important;
    }
}

/* White Camiones Block */
.page-inicio .camiones_grid_block {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.page-inicio .inicio_truck_main {
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.page-inicio .camiones_grid_block .camiones_bg_text {
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.3s ease !important;
}
.page-inicio .camiones_grid_block:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
}
.page-inicio .camiones_grid_block:hover .inicio_truck_main {
    transform: translateY(-10px) scale(1.03) !important;
}
.page-inicio .camiones_grid_block:hover .camiones_bg_text {
    transform: scale(1.02) !important;
    color: #b3000e !important;
}

/* Support Block */
.page-inicio .soporte_block {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.page-inicio .soporte_logo {
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.page-inicio .soporte_block:hover {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.4) !important;
}
.page-inicio .soporte_block:hover .soporte_logo {
    transform: scale(1.06) rotate(1deg) !important;
}

/* --- PREMIUM LIQUID ENTRANCE VIA TRANSITIONS (.loaded class) --- */

/* Base states (hidden / shifted) */
.page-inicio .inicio_hero_title {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.page-inicio .inicio_hero_subtitle {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.page-inicio .inicio_hero_cta {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.page-inicio .inicio_hero_image {
    opacity: 0;
    transform: translateX(60px) scale(0.96);
    transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

@media (max-width: 991px) {
    .page-inicio .inicio_hero_image {
        transform: translateY(30px) scale(0.96);
    }
}

/* Base states for grid elements */
.page-inicio .promociones_block {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.page-inicio .promociones_title {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.page-inicio .promociones_btn {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, box-shadow 0.3s ease !important;
}
.page-inicio .promociones_subtitle {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.page-inicio .promociones_truck {
    opacity: 0;
    transform: translate(40px, 30px) scale(0.95);
    transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.page-inicio .flotillas_promo_block {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.page-inicio .flotillas_promo_title {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.page-inicio .flotillas_promo_truck {
    opacity: 0;
    transform: translate(-40px, 30px) scale(0.95);
    transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.page-inicio .flotillas_promo_btn {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, box-shadow 0.3s ease !important;
}
.page-inicio .flotillas_promo_subtitle {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.page-inicio .camiones_grid_block {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.page-inicio .camiones_bg_text {
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease !important;
}
.page-inicio .inicio_truck_main {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.page-inicio .inicio_model_text {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.page-inicio .camiones_grid_btn {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, box-shadow 0.3s ease !important;
}

.page-inicio .soporte_block {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.page-inicio .soporte_logo {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.page-inicio .soporte_btn {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, box-shadow 0.3s ease !important;
}
.page-inicio .soporte_subtitle {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}


/* --- TRIGGERED STATES WHEN LOADED (.loaded class applied to body) --- */
.loaded .page-inicio .inicio_hero_title {
    opacity: 1;
    transform: translateY(0);
}
.loaded .page-inicio .inicio_hero_subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s !important;
}
.loaded .page-inicio .inicio_hero_cta {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.35s !important;
}
.loaded .page-inicio .inicio_hero_image {
    opacity: 1;
    transform: translateX(24px) scale(1);
    transition-delay: 0.15s !important;
}

@media (max-width: 991px) {
    .loaded .page-inicio .inicio_hero_image {
        transform: translateY(0) scale(1);
        transition-delay: 0.15s !important;
    }
}

/* Staggered Grid Blocks Triggered */
.loaded .page-inicio .promociones_block {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s !important;
}
.loaded .page-inicio .promociones_title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.45s !important;
}
.loaded .page-inicio .promociones_btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s !important;
}
.loaded .page-inicio .promociones_subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.65s !important;
}
.loaded .page-inicio .promociones_truck {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    transition-delay: 0.5s !important;
}

.loaded .page-inicio .flotillas_promo_block {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.45s !important;
}
.loaded .page-inicio .flotillas_promo_title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s !important;
}
.loaded .page-inicio .flotillas_promo_truck {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    transition-delay: 0.65s !important;
}
.loaded .page-inicio .flotillas_promo_btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.72s !important;
}
.loaded .page-inicio .flotillas_promo_subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.78s !important;
}

.loaded .page-inicio .camiones_grid_block {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.38s !important;
}
.loaded .page-inicio .camiones_bg_text {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.5s !important;
}
.loaded .page-inicio .inicio_truck_main {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.58s !important;
}
.loaded .page-inicio .inicio_model_text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.68s !important;
}
.loaded .page-inicio .camiones_grid_btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.74s !important;
}

.loaded .page-inicio .soporte_block {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.52s !important;
}
.loaded .page-inicio .soporte_logo {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.65s !important;
}
.loaded .page-inicio .soporte_btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.74s !important;
}
.loaded .page-inicio .soporte_subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s !important;
}







