:root {
    --gold-light-card: #f2e7c9;
    --bg-light-box: #f9f9f9;
}


/* --- HERO BANNER --- */
.servicios-hero {
    background-color: var(--bg-dark);
    padding: 75px 20px;
    text-align: center;
    color: var(--white);
}

.servicios-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.servicios-hero .hero-subtitle {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 15px;
    color: #cccccc;
}

/* --- SUBMENÚ MINI MENÚ --- */
/* --- BANNER DE LA FLOTA --- */
.flota-banner {
    padding: 10px 20px 40px 20px;
}

.banner-wrapper {
    width: 100%;
    height: auto;
    max-height: 480px;
    overflow: hidden;
    border-radius: 4px;
}

.img-panoramica {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* --- INTRODUCCIÓN --- */
.vehiculos-intro {
    text-align: center;
    padding-bottom: 35px;
}

.vehiculos-intro h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: var(--text-dark);
    margin: 0 0 12px 0;
    font-weight: 600;
}

.intro-line {
    width: 45px;
    height: 2px;
    background-color: var(--gold-primary);
    margin: 0 auto 18px auto;
}

.intro-subtitle {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14.5px;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto;
}

/* --- REJILLA DE TARJETAS (3 COLUMNAS CON CAÍDA DE SOMBRA) --- */
.vehiculos-cards-section {
    padding-bottom: 60px;
}

.vehiculos-grid {
    display: flex;
    gap: 30px;
}

.vehiculo-card {
    flex: 1;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 45px 30px 40px 30px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Variación de Tarjeta Destacada de la izquierda */
.card-destacada {
    background-color: var(--gold-light-card);
    border-color: transparent;
}

.badge-principal {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #bb9438;
    color: #ffffff;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.vehiculo-icon-wrapper {
    width: 54px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 22px auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.vehiculo-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--text-dark);
    margin: 0 0 14px 0;
    font-weight: 600;
}

.v-desc {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13.5px;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0 0 25px 0;
    min-height: 55px;
}

/* Contenedores de las imágenes */
.v-thumb {
    width: 100%;
    height: 180px;
    background-color: #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.v-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Listado de viñetas doradas */
.v-specs {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.v-specs li {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    color: #333333;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.v-specs li::before {
    content: "✓";
    color: #cda14d;
    position: absolute;
    left: 0;
    top: -1px;
    font-weight: bold;
    font-size: 14px;
}

/* --- BLOQUES TÉCNICOS INFERIORES --- */
.caracteristicas-flota {
    padding: 10px 20px 60px 20px;
}

.caracteristicas-grid {
    display: flex;
    gap: 20px;
}

.char-box {
    flex: 1;
    background-color: var(--bg-light-box);
    padding: 30px 25px;
    border-radius: 8px;
    text-align: center;
}

.char-icon {
    font-size: 22px;
    display: block;
    margin-bottom: 12px;
}

.char-box h4 {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 8px 0;
}

.char-box p {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.4;
}

/* --- CTA: AYUDA INMEDIATA --- */
.ayuda-inmediata-section {
    padding: 20px 20px 80px 20px;
}

.ayuda-box {
    background-color: #030303;
    padding: 50px 40px;
    text-align: center;
    color: var(--white);
}

.ayuda-box h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin: 0 0 15px 0;
}

.ayuda-box p {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14.5px;
    color: #cccccc;
    margin-bottom: 30px;
}

.btn-llamar, .btn-formulario {
    display: inline-block;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    padding: 13px 28px;
    margin: 5px 10px;
    border-radius: 4px;
    transition: all 0.2s;
}

.btn-llamar {
    background-color: var(--gold-bg-btn);
    color: #000000;
}

.btn-formulario {
    background-color: transparent;
    color: var(--white);
    border: 1px solid #444444;
}

.btn-formulario:hover {
    background-color: rgba(255, 255, 255, 0.05);
}


@media (max-width: 992px) {
    .vehiculos-grid, .caracteristicas-grid {
        flex-direction: column;
        gap: 25px;
    }
    
    .vehiculo-card {
        padding-top: 55px;
    }
}

@media (max-width: 768px) {
    .servicios-hero h1 {
        font-size: 32px;
    }

        .btn-llamar, .btn-formulario {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
}