/* ==========================================================================
   PÀGINES DE FLOTA INFORMATIVES (flota-furgonetes.php / flota-camions.php)
   Reutilitzen .vehicle-card-fitxa / .vehicle-header / .specs-container
   de style-fitxa.css, però SENSE .price-container ni formulari de dates.
   ========================================================================== */

.flota-hero {
    background: var(--gat-black-soft, #2D2D2D);
    padding: 48px 0 28px;
    text-align: center;
}

.flota-hero h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.flota-hero p {
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    max-width: 620px;
    margin: 0 auto;
}

/* Pestanyes de navegació Furgonetes / Camions */
.flota-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.flota-tab {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.75);
    transition: all 0.2s ease;
}

.flota-tab:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.5);
}

.flota-tab.active {
    background: var(--gat-orange, #E85E0D);
    border-color: var(--gat-orange, #E85E0D);
    color: #fff;
}

.flota-cta-footer {
    padding: 16px 18px 18px;
    border-top: 1px solid #eee;
    order: 4;
    margin-top: auto;
}

.flota-cta-footer a.btn-reserve {
    display: block;
    text-align: center;
    text-decoration: none;
}

.flota-info-note {
    font-size: 0.78rem;
    color: #999;
    text-align: center;
    margin-top: 8px;
}
