/* ============================================================
   FLEET & COMMERCIAL TYRES PAGE - SPECIFIC STYLES
   Only affects /fleet_commercial_tyres page
   Extends main.css — never edits it directly.
   Icons use the inline SVG sprite (forward direction), not
   Font Awesome — everything else follows the established
   main.css pattern used by the homepage / about us / locking page.
   ============================================================ */

/* ===== HERO SECTION OVERRIDES ===== */
.hero-fleet .hero-bg-image {
    display: block;
    width: 100%;
    height: 500px;
    max-height: 500px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-fleet .hero-bg-image {
        height: 220px;
        max-height: 220px;
    }
}

/* secondary hero CTA — main.css has no light/outline variant for a dark photo overlay */
.hero-content-overlay .btn-outline-light {
    display: inline-block;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
}

.hero-content-overlay .btn-outline-light:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.hero-cta-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 8px;
}

/* ===== HERO FEATURES ===== */
.hero-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 28px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 30px;
    max-width: 550px;
}

.hero-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.hero-features li svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ===== TRUST STRIP ===== */
.trust-strip {
    padding: 20px 0;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
}

.trust-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 0;
    flex-wrap: nowrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    padding: 10px 12px;
    justify-content: center;
    min-width: 0;
    background: transparent;
    border-radius: 10px;
}

.trust-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #28a745;
}

.trust-icon svg {
    width: 16px;
    height: 16px;
    stroke: #ffffff;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.trust-text {
    flex: 1;
    min-width: 0;
}

.trust-text strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    color: #2D3032;
    line-height: 1.2;
}

.trust-text span {
    display: block;
    font-size: 0.7rem;
    color: #555759;
    line-height: 1.3;
}

.trust-divider {
    width: 1px;
    height: 32px;
    background: #E0E0E0;
    flex-shrink: 0;
}

/* ===== INTRO TEXT SECTION ===== */
.intro-section {
    padding: 60px 0 40px;
    background: #FFFFFF;
}

.intro-section .intro-text {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.intro-section .intro-text p {
    color: var(--soft-charcoal);
    font-size: 1.05rem;
    margin-bottom: 14px;
}

/* ===== WHO WE WORK WITH - audience cards ===== */
.who-section {
    background: var(--light-grey);
    padding: 60px 0;
}

.audience-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.audience-card {
    background: #FFFFFF;
    border: 1px solid var(--border-grey);
    border-radius: 16px;
    padding: 30px;
    flex: 1;
    min-width: 260px;
}

.audience-scale {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 14px;
}

.audience-scale .num {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    color: var(--red);
    line-height: 1;
}

.audience-scale .unit {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--dark-grey);
}

.audience-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #2D3032;
    margin-bottom: 10px;
}

.audience-card p {
    color: var(--soft-charcoal);
    font-size: 0.95rem;
    margin: 0 0 14px;
}

.audience-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.audience-tags li {
    background: var(--light-grey);
    color: var(--soft-charcoal);
    font-size: 0.78rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
}

/* ===== SERVICES GRID - SVG icons replacing Font Awesome glyph ===== */
.service-icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: var(--red);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-fleet .service-bg {
    background-image: url('../images/content/blackeagle_fleet_banner.webp');
    opacity: 0.30;
}

.service-fleet:hover .service-bg {
    opacity: 0.45;
}

/* ===== WHY MOBILE FITTING - reuse the why-choose checkmark icon as a dense grid ===== */
.check-section {
    padding: 60px 0;
    background: #FFFFFF;
}

.check-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

.check-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.check-item .why-choose-icon svg {
    width: 32px;
    height: 32px;
}

.check-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: #2D3032;
    margin-bottom: 3px;
}

.check-item p {
    font-size: 0.88rem;
    color: var(--soft-charcoal);
    margin: 0;
}

/* ===== VEHICLES WE WORK ON - text-chip variant of the brands scroll strip ===== */
.vehicle-section {
    background: var(--light-grey);
    padding: 50px 0;
}

.scroll-chips {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding: 12px 2px;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.scroll-chips::-webkit-scrollbar {
    height: 6px;
}

.scroll-chips::-webkit-scrollbar-track {
    background: var(--mid-grey);
    border-radius: 10px;
}

.scroll-chips::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 10px;
}

.vehicle-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid var(--border-grey);
    border-radius: 30px;
    padding: 10px 18px;
    flex-shrink: 0;
    white-space: nowrap;
}

.vehicle-chip svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--red);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.vehicle-chip span {
    font-size: 0.88rem;
    font-weight: 600;
    color: #2D3032;
}

.vehicle-note {
    margin-top: 20px;
    color: var(--soft-charcoal);
    font-size: 0.92rem;
}

/* ===== BUSINESS ACCOUNT CALLOUT (reuses callout-box pattern) ===== */
.callout-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--light-grey);
    border-left: 4px solid var(--red);
    border-radius: 12px;
    padding: 26px 28px;
    max-width: 900px;
    margin: 0 auto;
}

.callout-box .callout-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
}

.callout-box .callout-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--red);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.callout-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    margin: 0 0 4px;
    color: #2D3032;
}

.callout-box p {
    margin: 0;
    color: var(--soft-charcoal);
    font-size: 0.95rem;
    line-height: 1.5;
    flex: 1;
}

.callout-box .btn {
    flex-shrink: 0;
}

.business-account-section {
    padding: 60px 0;
    background: #FFFFFF;
}

/* ===== FAQ - SVG chevron instead of Font Awesome ===== */
.faq-question svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: var(--red);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

/* ===== FOOTER PAYMENT ICON IMAGES ===== */
.footer-payments img {
    display: inline-block;
    width: auto;
    height: 28px;
    max-width: 45px;
    object-fit: contain;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 2px 6px;
    transition: all 0.2s ease;
}

/* ===== CONTACT LIST ICONS - FORCE RED, SVG SPRITE VERSION ===== */
.contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-list svg.icon {
    color: #D32F2F !important;
    fill: #D32F2F !important;
    stroke: #D32F2F !important;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.contact-list svg.icon use {
    fill: #D32F2F !important;
    stroke: #D32F2F !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 900px) {
    .audience-grid {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .hero-features {
        grid-template-columns: 1fr;
        gap: 6px;
        max-width: 100%;
    }

    .hero-features li {
        color: #555759;
        text-shadow: none;
    }

    .hero-features li svg {
        stroke: var(--red);
    }

    .trust-strip {
        padding: 14px 0;
        overflow-x: auto;
    }

    .trust-strip-inner {
        flex-wrap: nowrap;
        gap: 0;
        padding: 0 16px;
        min-width: 500px;
    }

    .trust-item {
        flex: 1 0 auto;
        padding: 8px 10px;
        min-width: 90px;
        flex-direction: column;
        text-align: center;
        gap: 4px;
    }

    .trust-divider {
        display: none;
    }

    .callout-box {
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }

    .callout-box .btn {
        width: 100%;
        justify-content: center;
    }
}