.btn-what {
    background-color: #fec001;
    color: #111827;
    font-weight: 600;
    border: none;
}


.footer-premium {
    background-color: #000 !important;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif
}

.text-taxi-yellow {
    color: #fec001 !important
}

.footer-links-inline {
    gap: 15px
}

.footer-link {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500;
    letter-spacing: 1px;
    transition: color .3s ease;
    opacity: .85
}

.footer-link:hover {
    color: #fec001 !important;
    opacity: 1
}

.link-divider {
    color: #fff3;
    font-weight: 300
}

.social-icon {
    color: #fff !important;
    font-size: 1.2rem;
    transition: transform .3s ease, color .3s ease;
    opacity: .85
}

.social-icon:hover {
    color: #fec001 !important;
    transform: translateY(-2px);
    opacity: 1
}

.footer-legal-text {
    font-size: .78rem !important;
    letter-spacing: .5px
}

.legal-link {
    color: #fff !important;
    text-decoration: none !important;
    opacity: .5;
    transition: opacity .3s ease
}

.legal-link:hover {
    opacity: .9
}

.opacity-20 {
    opacity: .2 !important
}

@media(max-width:768px) {
    .footer-premium {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .footer-premium .d-flex {
        flex-direction: column !important;
        text-align: center !important;
        justify-content: center !important;
        gap: 20px !important
    }

    .link-divider {
        display: none !important
    }

    .footer-links-inline {
        flex-direction: row !important;
        gap: 20px 25px !important;
        justify-content: center !important;
        padding: 0 10px
    }

    .footer-legal-text {
        gap: 15px !important
    }
}


/* ==========================================================================
   HERO BANNER - ESTILO PREMIUM KIA (TAXIFÁCIL CRÍTICO)
   ========================================================================== */

/* Contenedor principal con altura fija responsiva */
.tf-hero-container {
    position: relative;
    width: 100%;
    height: 480px;
    background-color: #0f172a;
    overflow: hidden;
    font-family: system-ui, -apple-system, sans-serif;
}

@media (min-width: 768px) {
    .tf-hero-container {
        height: 540px;
    }
}

@media (min-width: 1024px) {
    .tf-hero-container {
        height: 400px;
    }
}

/* Control de transiciones de los Sliders */
.tf-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 10;
}

.tf-hero-slide.active {
    opacity: 1;
    z-index: 20;
}

/* Comportamiento de la imagen: Enfocada a la derecha en pantallas grandes */
.tf-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) {
    .tf-hero-img {
        object-position: right center;
    }
}

/* Máscara Degradada: Oscuro sutil a la izquierda, transparente a la derecha */
.tf-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 100%);
    z-index: 21;
}

/* Layout del contenido usando Flexbox */
.tf-hero-content {
    position: absolute;
    inset: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 24px 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
    z-index: 22;
    box-sizing: border-box;
}

/* Bloque de Textos */
.tf-hero-text-group {
    max-width: 540px;
    margin-top: auto;
}

@media (min-width: 768px) {
    .tf-hero-text-group {
        margin-top: 40px;
    }
}

.tf-hero-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    tracking: 0.1em;
    color: #cbd5e1;
    display: block;
    margin-bottom: 6px;
}

.tf-hero-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 12px 0;
}

@media (min-width: 768px) {
    .tf-hero-title {
        font-size: 52px;
    }
}

.tf-hero-description {
    font-size: 14px;
    line-height: 1.5;
    color: #e2e8f0;
    font-weight: 400;
    margin: 0;
}

/* Barra de Características Inferiores */
.tf-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    max-width: 800px;
    margin-top: auto;
}

.tf-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 220px;
}

.tf-feature-icon svg {
    width: 20px;
    height: 20px;
    color: #ffffff;
    opacity: 0.9;
}

.tf-feature-text h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #cbd5e1;
    margin: 0 0 2px 0;
}

.tf-feature-text p {
    font-size: 11px;
    line-height: 1.3;
    color: #f1f5f9;
    font-weight: 300;
    margin: 0;
}

/* Botón flotante superior derecho estilo Corporativo */
.tf-btn-cotizar {
    position: absolute;
    top: 24px;
    right: 24px;
    background-color: #ffffff;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px 24px;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
    z-index: 30;
}

.tf-btn-cotizar:hover {
    background-color: #f8fafc;
}

/* ==========================================================================
   VISUALIZADOR DE VEHÍCULOS INTERACTIVO (ESTILO KIA PREMIUM)
   ========================================================================== */

.tf-viewer-360-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 64px auto;
    padding: 48px 24px;
    text-align: center;
    background-color: #ffffff;
    /* Fondo blanco infinito */
    font-family: system-ui, -apple-system, sans-serif;
    box-sizing: border-box;
}

/* Título de la Sección */
.tf-viewer-title {
    font-size: 28px;
    font-weight: 800;
    color: #0a192f;
    margin: 0 0 20px 0;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .tf-viewer-title {
        font-size: 42px;
    }
}

/* Contenedor de los círculos cromáticos */
.tf-color-selector-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

/* Botón de color (Círculo) */
.tf-color-dot {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    padding: 0;
    outline: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-color-dot:hover {
    transform: scale(1.1);
}

/* Estado activo del botón de color */
.tf-color-dot.active {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0a192f;
}

/* Icono Check oculto por defecto */
.tf-check-icon {
    width: 14px;
    height: 14px;
    color: #ffffff;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

/* Mostrar check cuando el botón está activo */
.tf-color-dot.active .tf-check-icon {
    opacity: 1;
    transform: scale(1);
}

/* Si el color de fondo es blanco o muy claro, el check cambia a negro para contraste */
.tf-color-dot[style*="background-color: #ffffff"] .tf-check-icon,
.tf-color-dot[style*="background-color: white"] .tf-check-icon {
    color: #000000;
}

/* Texto indicativo del color */
.tf-color-label {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.tf-reference-text {
    color: #6b7280;
    font-weight: 400;
    font-size: 13px;
    margin-left: 4px;
}

/* Escenario de visualización de la imagen */
.tf-viewer-stage {
    position: relative;
    width: 100%;
    max-w: 800px;
    margin: 0 auto;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (min-width: 768px) {
    .tf-viewer-stage {
        height: 280px;
    }
}

/* Manejo de visibilidad de las imágenes */
.tf-viewer-img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 10;
}

.tf-viewer-img.active {
    opacity: 1;
    visibility: visible;
    z-index: 20;
}

/* ==========================================================================
   SECCIÓN DISEÑO INTERIOR - RÉPLICA FIEL KIA MOTOR
   ========================================================================== */

.tf-interior-section {
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0;
    font-family: system-ui, -apple-system, sans-serif;
}

.tf-interior-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 992px) {
    .tf-interior-wrapper {
        flex-direction: row;
        align-items: flex-start;
        gap: 50px;
    }
}

/* --- Bloque Editorial Izquierdo --- */
.tf-interior-left {
    flex: 1;
    text-align: left;
}

.tf-interior-section-tag {
    font-size: 14px;
    color: #6b7280;
    font-weight: 400;
    margin-bottom: 6px;
    display: block;
}

.tf-interior-section-title {
    font-size: 26px;
    font-weight: 700;
    color: #051429;
    /* Tono azul oscuro/negro característico de Kia */
    line-height: 1.2;
    margin: 0 0 20px 0;
    letter-spacing: -0.01em;
}

@media (min-width: 768px) {
    .tf-interior-section-title {
        font-size: 34px;
    }
}

.tf-interior-main-description {
    font-size: 14px;
    line-height: 1.6;
    color: #1f2937;
    margin: 0 0 40px 0;
    font-weight: 400;
    max-width: 480px;
}

/* Lista limpia sin sangrías raras */
.tf-interior-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tf-interior-feature-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 2px 0;
}

/* Punto indicador (Solo se pinta de negro si está activo) */
.tf-feature-bullet {
    width: 5px;
    height: 5px;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

.tf-interior-feature-item-title {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    /* Letras grises atenuadas para los inactivos */
    transition: color 0.2s ease, font-weight 0.2s ease;
}

/* --- ESTADO ACTIVO (Idéntico a la foto de referencia) --- */
.tf-interior-feature-item.active .tf-feature-bullet {
    background-color: #051429;
    /* Se activa el punto negro */
}

.tf-interior-feature-item.active .tf-interior-feature-item-title {
    font-weight: 700;
    color: #051429;
    /* Letra negra y pesada */
}

.tf-interior-disclaimer {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 400;
    display: block;
}

/* --- Bloque de Imagen Derecho --- */
.tf-interior-right {
    flex: 1;
    width: 100%;
}

.tf-interior-image-container {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

@media (min-width: 640px) {
    .tf-interior-image-container {
        height: 340px;
    }
}

@media (min-width: 992px) {
    .tf-interior-image-container {
        height: 420px;
    }
}

.tf-interior-display-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.tf-interior-display-img.active {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   SECCIÓN PREMIUM: DISEÑO EXTERIOR DINÁMICO (ESTILO KIA PREMIUM OSCURO)
   ========================================================================== */

.tf-exterior-section {
    width: 100%;
    background-color: #051429;
    /* Fondo oscuro idéntico a image_04f656.jpg */
    padding: 60px 0;
    font-family: system-ui, -apple-system, sans-serif;
}

.tf-exterior-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column-reverse;
    /* Mobile: Texto arriba, imagen abajo */
    gap: 32px;
}

@media (min-width: 992px) {
    .tf-exterior-wrapper {
        flex-direction: row;
        /* Desktop: Imagen izquierda, Texto derecha */
        align-items: center;
        gap: 64px;
    }
}

/* --- Bloque de Imagen Izquierdo --- */
.tf-exterior-left {
    flex: 1;
    width: 100%;
}

.tf-exterior-image-container {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-color: transparent;
}

@media (min-width: 640px) {
    .tf-exterior-image-container {
        height: 340px;
    }
}

@media (min-width: 992px) {
    .tf-exterior-image-container {
        height: 420px;
    }
}

.tf-exterior-display-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}

.tf-exterior-display-img.active {
    opacity: 1;
    visibility: visible;
}

/* --- Bloque Editorial Derecho (Contraste Claro) --- */
.tf-exterior-right {
    flex: 1;
    text-align: left;
}

.tf-exterior-section-tag {
    font-size: 14px;
    color: #9ca3af;
    /* Gris claro sobre fondo oscuro */
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}

/* Título dinámico claro */
.tf-exterior-section-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 20px 0;
    letter-spacing: -0.02em;
    transition: opacity 0.25s ease-in-out;
}

@media (min-width: 768px) {
    .tf-exterior-section-title {
        font-size: 34px;
        color: #fec001;
    }
}

/* Párrafo descriptivo dinámico */
.tf-exterior-main-description {
    font-size: 14px;
    line-height: 1.6;
    color: #e5e7eb;
    /* Blanco roto de alta legibilidad */
    margin: 0 0 36px 0;
    font-weight: 400;
    max-width: 480px;
    transition: opacity 0.25s ease-in-out;
}

/* Menú vertical de navegación */
.tf-exterior-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tf-exterior-feature-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 2px 0;
    user-select: none;
}

/* Bullet minimalista adaptado para el fondo oscuro */
.tf-exterior-bullet {
    width: 5px;
    height: 5px;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-block;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

.tf-exterior-feature-item-title {
    font-size: 14px;
    font-weight: 400;
    color: #9ca3af;
    /* Inactivos en gris */
    transition: color 0.2s ease, font-weight 0.2s ease;
}

/* --- ESTADOS INTERACTIVOS ACTIVOS (.active) --- */
.tf-exterior-feature-item.active .tf-exterior-bullet {
    background-color: #ffffff;
    /* Punto blanco activo */
}

.tf-exterior-feature-item.active .tf-exterior-feature-item-title {
    font-weight: 700;
    color: #ffffff;
    /* Texto brillante */
}

.tf-exterior-disclaimer {
    font-size: 11px;
    color: #6b7280;
    font-weight: 400;
    display: block;
}

/* PADRE: Fondo oscuro de borde a borde */
.tf-exterior-section {
    width: 100vw;
    /* Fuerza el ancho al 100% del viewport (pantalla) */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #000000;
    padding: 60px 0;
    box-sizing: border-box;
}

/* HIJO: Contenedor centrado */
.tf-exterior-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    /* Esto es lo que centra el contenido */
    padding: 0 24px;
    /* Padding solo para los lados en móvil */
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
}

@media (min-width: 992px) {
    .tf-exterior-wrapper {
        flex-direction: row;
        align-items: center;
        gap: 64px;
    }
}

/*Vehiulos precio menu*/

/* Contenedor del menú sub-header */
.tf-sub-nav {
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 5%;

}

/* Grupo izquierdo: Título y Precio */
.tf-nav-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.tf-model-name {
    font-size: 1.25rem;
    font-weight: 900;
    color: #111827;
    text-transform: uppercase;
}

.tf-price-tag {
    color: #6b7280;
    font-size: 1.1rem;
    font-weight: 600;
}

.tf-price-amount {
    color: #111827;
}

/* Links de navegación */
.tf-nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tf-nav-links a {
    text-decoration: none;
    color: #374151;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.tf-nav-links a:hover {
    color: #000000;
}

/* Botón Cotizar */
.tf-nav-btn {
    background-color: #fec001;
    color: #000000;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}

.tf-sub-nav {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 15px 0;
}

.tf-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* Empuja el brand a la izq y los links a la der */
    align-items: center;
    padding: 0 20px;
}

.tf-nav-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.1rem;
}

.tf-model-name {
    font-weight: 700;
    color: #05141f;
}

.tf-price-divider {
    color: #d1d5db;
}

.tf-price-tag {
    color: #6b7280;
}

.tf-price-amount {
    font-weight: 600;
    color: #05141f;
}

.tf-nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
    /* Espacio entre links */
    align-items: center;
    margin: 0;
}

.tf-nav-links a {
    background-color: #fec001;
    text-decoration: none;
    color: #000000 !important;
    font-weight: 500;
    transition: color 0.2s;
}

.tf-nav-links a:hover {
    color: #000;
}

/* Botón Cotizar */
.tf-nav-btn {
    background-color: #05141f;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 4px;
}

.tf-sub-nav {

    padding: 1rem 5%;
    width: 100%;
}

.tf-nav-container {
    display: flex;
    justify-content: space-between;
    /* Separa los elementos al máximo */
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
    /* Permite que el contenido baje si no cabe */
    gap: 20px;
    /* Espacio mínimo entre elementos */
}

.tf-nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    /* Evita que el precio se parta en dos líneas innecesariamente */
}

.tf-nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Ajuste para Móviles (Pantallas pequeñas) */
@media (max-width: 640px) {
    .tf-nav-container {
        flex-direction: column;
        /* Apila el precio y el botón verticalmente */
        text-align: center;
    }

    .tf-nav-brand {
        flex-direction: column;
        /* Apila nombre y precio en vertical */
        gap: 5px;
    }

    .tf-price-divider {
        display: none;
        /* Oculta la barra vertical en móvil para limpiar el diseño */
    }
}

/* Contenedor del formulario */
/* Contenedor padre más compacto y centrado */
#cotizar {
    max-width: 800px;
    /* Reducimos el ancho para que no se vea estirado */
    margin: 2rem auto;
    background: #ffffff;
    padding: 2rem;

}

/* Espaciado entre campos */
.space-y-6>*+* {
    margin-top: 1.25rem;
}

/* Etiquetas (Labels) más legibles */
label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

/* Inputs y Textareas con mejor estilo */
input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    font-size: 0.95rem;
    transition: all 0.2s;
}

input:focus,
select:focus,
textarea:focus {
    background-color: #ffffff;
    border-color: #eab308;
    outline: none;
    box-shadow: 0 0 0 4px rgba(234, 179, 8, 0.1);
}

/* Botón estilo "Call to Action" */
button[type="submit"] {
    width: 100%;
    background-color: #111827;
    /* Negro elegante */
    color: #ffffff;
    padding: 0.9rem;
    border-radius: 8px;
    font-weight: 700;
    margin-top: 1rem;
    transition: background 0.3s;
}

button[type="submit"]:hover {
    background-color: #eab308;
    /* Cambia a amarillo al pasar el mouse */
    color: #000;
}

.buttonCt :hover {
    background-color: #eab308;
    /* Cambia a amarillo al pasar el mouse */
    color: #000;
}

/* Forzar que el grid funcione sin depender solo de Tailwind */
.grid-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columnas iguales */
    gap: 10px;
}

/* En pantallas pequeñas (celulares), cambiar a 1 sola columna */
@media (max-width: 768px) {
    .grid-form {
        grid-template-columns: 1fr;
    }
}

/* Asegurar que los elementos ocupen el ancho total de su celda */
.span-full {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .span-full {
        grid-column: span 1;
    }
}
/* Estilo general del párrafo tipo borrador */
.legal-paragraph {
    font-size: 0.875rem; /* text-sm */
    color: #303236;      /* text-gray-500 */
    font-weight: 300;    /* font-light */
    font-style: italic;
    line-height: 1.6;
    text-align: justify;
}

/* Estado oculto del texto adicional */
.legal-more {
    display: none;
}

/* El botón con apariencia de enlace */
.legal-linkbtn {
    background: none;
    border: none;
    color: #000000 !important;      /* text-blue-600 */
    text-decoration: underline !important;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    margin-left: 4px;
}

.legal-linkbtn:hover {
    color: #1e40af !important;      /* text-blue-800 */
}


/* Contenedor principal */
.catalog-section { padding: 64px 0; background-color: #f9fafb; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Título */
.header { text-align: center; margin-bottom: 64px; }
.header h1 { font-size: 2.5rem; font-weight: 800; color: #111827; margin-bottom: 10px; }

/* Grid: Aquí forzamos que se pongan uno al lado del otro */
.vehicle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Tarjeta */
.vehicle-card {
    background: white;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: transform 0.3s ease;
}
.vehicle-card:hover { transform: translateY(-5px); }

/* Control de Imagen: Esto arregla el tamaño gigante */
.image-wrapper {
    height: 150px; /* Altura fija para el contenedor */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.image-wrapper img {
    max-height: 100%; /* La imagen nunca será más alta que 180px */
    width: auto;      /* Mantiene la proporción */
    object-fit: contain;
}

/* Tipografía y Botón */
.info .label { font-size: 0.75rem; color: #d97706; font-weight: 800; text-transform: uppercase; }
.info h2 { font-size: 1.25rem; font-weight: 700; color: #111827; margin: 10px 0; }
.info .price { font-size: 1.1rem; font-weight: 600; color: #374151; margin-bottom: 20px; }
.btn-more {
    background: #111827;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
}
.btn-mas-info {
    display: inline-block;
    background-color: #0d1720; /* Color oscuro tipo concesionario */
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px; /* Hace que sea totalmente redondeado */
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 14px;
    margin-top: 15px;
}

.btn-mas-info:hover {
    background-color: #000000;
    cursor: pointer;
}

/* Contenedor de cada elemento individual */
.vehicle-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra horizontalmente imagen y texto */
    text-align: center;
    padding: 20px 0;
}

/* Ajuste de la sección info para que el botón se centre correctamente */
.info {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra todo dentro del bloque info */
    width: 100%;
}

/* Opcional: separador suave si quieres que no se vea tan vacío */
.vehicle-item:hover {
    background-color: #fafafa;
    border-radius: 15px;
    transition: background 0.3s ease;
}
