    /* Marquee Wrapper Container */
    .marquee-container {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

    .marquee-container::before,
    .marquee-container::after {
        position: absolute;
        top: 0;
        width: 100px;
        height: 100%;
        content: "";
        z-index: 2;
    }

    .marquee-track {
        display: inline-flex;
        align-items: center;
        gap: 35px;
        animation: scrollRightToLeft 30s linear infinite;
    }

    .marquee-track img {
        width: 160px;
        height: 85px;
        object-fit: contain;
        opacity: 1;
        transition: transform 0.3s ease;
        flex-shrink: 0;
        mix-blend-mode: darken;
    }

    .marquee-track a {
        display: block;
    }

    .marquee-track img:hover {
        transform: scale(1.05);
    }

    .marquee-container:hover .marquee-track {
        animation-play-state: paused;
    }

    @keyframes scrollRightToLeft {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    /* Top Categories Section */
    .category-icon-link:hover .icon-box {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        background-color: #fff !important;
        border-color: #ddd !important;
    }

    .category-icon-link .icon-box {
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }

    .category-icon-link:hover span {
        color: #2563EB !important;
    }

    .cat-marquee-container {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }

    .cat-marquee-container::before,
    .cat-marquee-container::after {
        position: absolute;
        top: 0;
        width: 100px;
        height: 100%;
        content: "";
        z-index: 2;
        background: linear-gradient(to right, white 0%, transparent 100%);
    }

    .cat-marquee-container::after {
        right: 0;
        left: auto;
        background: linear-gradient(to left, white 0%, transparent 100%);
    }

    .cat-marquee-track {
        display: inline-flex;
        align-items: center;
        gap: 25px;
        animation: scrollRightToLeft 35s linear infinite;
        padding: 10px 0;
    }

    .cat-marquee-container:hover .cat-marquee-track {
        animation-play-state: paused;
    }

    .cat-marquee-item {
        width: 120px;
        flex-shrink: 0;
    }

    .cat-marquee-item .icon-box img {
        max-width: 100% !important;
        max-height: 100% !important;
        height: auto;
        object-fit: contain;
    }

    /* Swiper Navigation */
    .hover-nav-swiper .custom-nav-btn {
        opacity: 0;
        transition: opacity 0.3s;
        transform: scale(0.8);
        background: white;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        color: #333;
        margin-top: -16px;
    }

    .hover-nav-swiper .swiper-button-prev.custom-nav-btn {
        left: -4px !important;
    }

    .hover-nav-swiper .swiper-button-next.custom-nav-btn {
        right: -4px !important;
    }

    .hover-nav-swiper .custom-nav-btn::after {
        font-size: 14px;
        font-weight: bold;
    }

    .hover-nav-swiper:hover .custom-nav-btn {
        opacity: 1;
    }

    /* Testimonials */
    .testimonial-card {
        background: #f8f9fa;
        padding: 30px;
        border-radius: 8px;
        position: relative;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
        margin-bottom: 25px;
        /* space for the tail */
        height: 100%;
    }

    .testimonial-card::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 40px;
        border-width: 20px 20px 0 0;
        border-style: solid;
        border-color: #f8f9fa transparent transparent transparent;
    }

    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .testimonial-author img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .testimonial-stars {
        color: #ffc107;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .testimonial-quote-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 40px;
        color: #fff;
        line-height: 1;
    }

    .testimonial-swiper {
        padding: 15px;
        margin: -15px;
    }

    /* ===== Laptop Screen Product Card Uniformity ===== */
    /* Ensure all swiper product cards have same height on laptop screens */
    .latest-deals-swiper .swiper-slide,
    .categories-swiper .swiper-slide,
    .bestseller-swiper .swiper-slide,
    .newarrivals-swiper .swiper-slide,
    .toprated-swiper .swiper-slide {
        height: auto !important;
    }

    /* Force equal card heights within each swiper */
    .latest-deals-swiper .swiper-wrapper,
    .categories-swiper .swiper-wrapper,
    .bestseller-swiper .swiper-wrapper,
    .newarrivals-swiper .swiper-wrapper,
    .toprated-swiper .swiper-wrapper {
        align-items: stretch;
    }

    /* Laptop-specific card sizing (992px - 1499px) */
    @media (min-width: 992px) and (max-width: 1499px) {

        .latest-deals-swiper .swiper-slide img,
        .categories-swiper .swiper-slide img {
            height: 220px !important;
        }
    }

    /* ============================================================
       HOW IT WORKS — Split Layout (Left Info + Right Timeline)
       Matches site design system: Google Sans Flex, --graphite, --steel-blue
       ============================================================ */
    .hiw-section {
        background: var(--surface-primary);
        padding: 1.5rem 0;
    }    .hiw-full-banner {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .hiw-step-box {
        padding: 20px 10px;
        transition: transform 0.3s ease;
    }
    
    .hiw-step-box:hover {
        transform: translateY(-5px);
    }

    .hiw-step-circle-large {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: #DBEAFE; /* Light blue */
        color: var(--steel-blue-dark);
        font-family: 'Google Sans Flex', sans-serif;
        font-size: 22px;
        font-weight: 800;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
        box-shadow: 0 4px 15px rgba(37,99,235,0.4);
        transition: all 0.3s ease;
    }
    
    .hiw-step-box:hover .hiw-step-circle-large {
        transform: scale(1.1);
        box-shadow: 0 6px 25px rgba(37,99,235,0.6);
        background: #fff;
        color: #E65C00;
    }

    /* Horizontal connecting line (hidden on mobile) */
    @media (min-width: 992px) {
        .hiw-step-box:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 47px;
            right: -50%;
            width: 100%;
            height: 2px;
            background: rgba(255, 255, 255, 0.15);
            z-index: 1;
        }
    }

    /* HIW Responsive */
    @media (max-width: 991px) {
        .hiw-section {
            padding: 2.5rem 0;
        }
        .hiw-full-banner {
            border-radius: 16px !important;
        }
    }

    @media (max-width: 575px) {
        .hiw-section {
            padding: 2rem 0;
        }
        .hiw-step-box {
            padding: 10px;
        }
        .hiw-step-circle-large {
            width: 46px;
            height: 46px;
            font-size: 18px;
        }
    }


    /* ============================================================
       FAQ — Split Layout (Left CTA + Right Accordion)
       ============================================================ */
    .faq-section {
        background: #fff;
        /* padding: 100px 0; */
    }

    .faq-label {
        display: inline-block;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 3px;
        color: #2563eb;
        text-transform: uppercase;
        margin-bottom: 16px;
        background: #DBEAFE;
        padding: 6px 16px;
        border-radius: 50px;
    }

    .faq-heading {
        font-size: 32px;
        font-weight: 700;
        color: #0f172a;
        line-height: 1.2;
        margin: 0 0 16px;
        letter-spacing: -1px;
    }

    .faq-desc {
        font-size: 16px;
        color: #64748b;
        line-height: 1.6;
        margin: 0;
    }

    .faq-accordion-wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .faq-promo-link:hover {
        transform: translateY(-5px);
    }

    .faq-item {
        background: #fff;
        border: 1px solid transparent;
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    }

    .faq-item:hover {
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        transform: translateY(-2px);
    }

    .faq-item.active {
        box-shadow: 0 10px 30px rgba(37,99,235,0.1);
        border: 1px solid #2563eb;
    }

    .faq-question {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 22px 28px;
        background: none;
        border: none;
        cursor: pointer;
        text-align: left;
        transition: background 0.2s ease;
    }

    .faq-question:hover {
        background: #f8fafc;
    }

    .faq-q-text {
        font-size: 16px;
        font-weight: 700;
        color: #1e293b;
        flex: 1;
        line-height: 1.4;
    }

    .faq-chevron {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 50%;
        background: #f1f5f9;
        transition: all 0.35s ease;
    }

    .faq-chevron i {
        font-size: 12px;
        color: #64748b;
        transition: transform 0.35s ease, color 0.35s ease;
    }

    .faq-item.active .faq-chevron {
        background: #2563eb;
    }

    .faq-item.active .faq-chevron i {
        color: #fff;
        transform: rotate(180deg);
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), padding 0.35s ease;
        padding: 0 28px;
    }

    .faq-answer.open {
        max-height: 280px;
        padding: 0 28px 24px;
    }

    .faq-answer p {
        font-size: 15px;
        color: #475569;
        line-height: 1.75;
        margin: 0;
        border-top: 1px solid #f1f5f9;
        padding-top: 16px;
    }

    .faq-answer a {
        color: #2563eb;
        font-weight: 600;
        text-decoration: none;
    }

    .faq-answer a:hover {
        text-decoration: underline;
    }
    


    /* FAQ Responsive */
    @media (max-width: 991px) {
        .faq-section {
            padding: 80px 0;
        }
    }

    @media (max-width: 575px) {
        .faq-section {
            padding: 60px 0;
        }

        .faq-heading {
            font-size: 26px;
        }

        .faq-question {
            padding: 18px 20px;
        }

        .faq-q-text {
            font-size: 15px;
        }

        .faq-answer {
            padding: 0 20px;
        }

        .faq-answer.open {
            padding: 0 20px 20px;
        }
    }

    /* ============================================================
       Why Buy Section (Split Layout)
       ============================================================ */
    .why-buy-section {
        background: #ffffff;
    }
    
    .why-feature-item {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 40px;
        transition: transform 0.3s ease;
    }
    
    .why-feature-item:hover {
        transform: translateX(8px);
    }
    
    .why-feature-icon {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(37,99,235,0.02));
        color: #2563eb;
        font-size: 24px;
        flex-shrink: 0;
        transition: all 0.4s ease;
    }
    
    .why-feature-item:hover .why-feature-icon {
        background: linear-gradient(135deg, #2563eb, #3b82f6);
        color: #ffffff;
        transform: scale(1.05) rotate(3deg);
        box-shadow: 0 10px 20px rgba(37,99,235,0.2);
    }

    .why-sticky-header {
        position: sticky;
        top: 120px;
    }
    
    .why-trust-badge {
        font-size: 80px;
        color: #f8fafc;
        position: absolute;
        top: -20px;
        left: -10px;
        z-index: 0;
        transform: rotate(-10deg);
    }

/* ===== Extracted from Index.php Inline Styles ===== */

/* --- Hero Section --- */
.hero-badge { background-color: #1d4ed8; padding: 6px 16px; letter-spacing: 1px; }
.hero-title-upper { text-transform: uppercase; }
.hero-finder-max { max-width: 450px; }

/* --- Repeating utility sizes --- */
.idx-fs-15 { font-size: 15px; }
.idx-fs-14 { font-size: 14px; }
.idx-fs-13 { font-size: 13px; }
.idx-fs-11 { font-size: 11px; }
.idx-fs-10 { font-size: 10px; }
.idx-fs-9 { font-size: 9px; }
.idx-aspect-1 { aspect-ratio: 1/1; }
.idx-obj-cover { object-fit: cover; }
.idx-obj-contain-padded { object-fit: contain; padding: 12%; }
.idx-section-pad { padding: 2.25rem 0 !important; }

/* --- Category marquee icon box --- */
.idx-icon-box { aspect-ratio: 1/1; }

/* --- Featured Product Cards --- */
.idx-card-body { background: #fff; min-height: 110px; transition: all 0.3s ease; }
.idx-card-desc { font-size: 14.5px; line-height: 1.5; }
.idx-card-price-circle { width: 50px; height: 50px; font-size: 18px; margin-left: 5px; }
.idx-card-btn { font-size: 13px; width: fit-content; }
.idx-card-small-text { font-size: 10px; color: #555; }
.idx-card-brand-img { width: 28px; height: 28px; border: 1px solid #e0e0e0; }
.idx-card-stat { font-size: 40px; font-weight: 900; letter-spacing: -1px; }
.idx-card-cta { font-size: 11px; width: fit-content; border: none; box-shadow: 0 4px 10px rgba(0,0,0,0.15); }

/* --- Shop By Brand --- */
.idx-brand-overlay-height { height: 40px; overflow: visible; }
.idx-brand-pill { background-color: #fff; font-size: 12px; padding: 0.6rem 1.5rem; border-radius: 50px; }

/* --- Banner Cards (horizontal) --- */
.idx-banner-card {
    min-height: 220px;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 60%, transparent 100%);
    background-size: cover;
    background-position: center;
}
.idx-banner-title { font-size: 24px; line-height: 1.15; letter-spacing: -0.5px; }
.idx-banner-desc { font-size: 13px; line-height: 1.5; opacity: 0.85; max-width: 95%; }
.idx-banner-btn { font-size: 13px; font-weight: 600; opacity: 0.9; }

/* --- Featured Grid Cards --- */
.idx-grid-card-badge { aspect-ratio: 1/1; background: radial-gradient(circle, #2563eb, #1e3a8a); }
.idx-grid-card-title { font-size: 17px; text-shadow: 0 2px 5px rgba(0,0,0,0.9), 0 0 10px rgba(0,0,0,0.5); }
.idx-grid-card-desc { font-size: 13.5px; line-height: 1.6; text-shadow: 0 2px 5px rgba(0,0,0,0.9), 0 0 10px rgba(0,0,0,0.5); }
.idx-grid-card-price { font-size: 14px; line-height: 1.6; }

/* --- Testimonials (swiper) --- */
.idx-testimonial-body { font-size: 14px; line-height: 1.7; min-height: 150px; }
.idx-testimonial-stars { font-size: 13px; }
.idx-testimonial-avatar { width: 50px; height: 50px; border: 3px solid #eee; }

/* --- Why Trust Section --- */
.idx-trust-icon { font-size: 1.3rem; }
.idx-trust-w100 { width: 100%; }
.idx-max-85 { max-width: 85%; }

/* --- Extra --- */
.idx-cta-section { background: linear-gradient(135deg, #111827 0%, #1f2937 100%); }
.idx-about-img { max-width: 480px; border-radius: 16px; }

/* --- Second pass extractions --- */
.idx-highlight-gold { color: #ffb703; font-weight: 700; }
.idx-danger-fs13 { color: #e63946; font-size: 13px; }
.idx-subtitle-spaced { font-size: 12px; letter-spacing: 1px; }
.idx-fs-12 { font-size: 12px; }
.idx-cta-subtitle { font-size: 16px; max-width: 700px; }
.idx-cta-link { font-size: 14px; letter-spacing: 0.5px; }
.idx-fw600-16 { font-size: 16px; font-weight: 600; }
.idx-banner-cta { font-size: 14px; width: fit-content; letter-spacing: 0.5px; }
.idx-section-heading { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; }
.idx-deal-price { font-size: 26px; font-weight: 900; color: #e63946; letter-spacing: -0.5px; }
.idx-deal-title { font-size: 24px; font-weight: 600; letter-spacing: -0.5px; }
.idx-promo-title { font-size: 26px; line-height: 1.3; }
.idx-promo-desc { font-size: 14px; line-height: 1.6; opacity: 0.85; max-width: 90%; }
.idx-phone-icon-flip { font-size: 12px; transform: rotateY(180deg); }
.idx-mega-title { font-size: 32px; max-width: 400px; line-height: 1.2; }
.idx-mega-stat { font-size: 42px; font-weight: 900; letter-spacing: -1px; text-transform: uppercase; }
.idx-max-75 { max-width: 75%; }
.idx-max-70 { max-width: 70%; }
.idx-max-65 { max-width: 65%; }
.idx-grid-pad-tall { padding: 5px 5px 40px 5px; }
.idx-grid-pad { padding: 5px; }
.idx-promo-min-h { min-height: 650px; }
.idx-btn-orange-sm { background-color: #E65C00; font-weight: 600; font-size: 12px; letter-spacing: 0.5px; }
.idx-btn-orange-md { background-color: #E65C00; font-weight: 600; font-size: 13px; letter-spacing: 0.5px; }
.idx-promo-heading { font-size: 32px; letter-spacing: -0.5px; text-shadow: 0 2px 5px rgba(0,0,0,0.9), 0 0 10px rgba(0,0,0,0.5); }
.idx-promo-subtitle { font-size: 15px; text-shadow: 0 2px 5px rgba(0,0,0,0.9), 0 0 10px rgba(0,0,0,0.6); }
.idx-brand-pill { background-color: #fff; font-size: 12px; padding: 0.6rem 1.5rem; border-radius: 50px; }

/* ============================================================
   EXTRACTED INLINE STYLES — Index Page Banners & Sections
   ============================================================ */

/* --- How It Works Banner --- */
.idx-hiw-banner-bg {
    background-image: linear-gradient(rgba(11,31,51,0.6), rgba(11,31,51,0.6)), url('../../images/hiw_red_car.png');
    background-size: cover;
    background-position: center;
    min-height: 260px;
}

/* --- Tall Promo Banner (Brake Rotors) --- */
.idx-tall-promo-bg {
    background-image: linear-gradient(180deg, rgba(11,31,51,0.95) 0%, rgba(11,31,51,0.6) 50%, rgba(11,31,51,0.3) 100%), url('../../images/promo_brake_rotor.png');
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

/* --- Category Promo Cards --- */
.idx-cat-oem-bg {
    min-height: 220px;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 100%), url('../../images/cat_oem_orange.png');
    background-size: cover;
    background-position: center;
}
.idx-cat-used-bg {
    min-height: 220px;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 100%), url('../../images/cat_used_teal.png');
    background-size: cover;
    background-position: center;
}
.idx-cat-aftermarket-bg {
    min-height: 220px;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 100%), url('../../images/cat_aftermarket_magenta.png');
    background-size: cover;
    background-position: center;
}

/* --- Deal of the Week (Pro Wheel) --- */
.idx-deal-wheel-bg {
    background-image: url('../../images/deal_pro_wheel.png');
    background-size: cover;
    background-position: right center;
    height: calc(100% - 44px);
    min-height: 480px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.idx-deal-wheel-overlay {
    background: linear-gradient(90deg, rgba(30,34,38,0.95) 0%, rgba(30,34,38,0.8) 55%, rgba(30,34,38,0) 100%);
    z-index: 1;
}

/* --- Twin Promo Banners (Orange + Red) --- */
.idx-twin-orange-bg {
    background: url('../../images/orange_banner_bg.png') no-repeat center right;
    background-size: cover;
    background-color: #f97316;
    min-height: 200px;
    padding: 2rem 1.5rem;
}
.idx-twin-red-bg {
    background: url('../../images/red_banner_bg.png') no-repeat center right;
    background-size: cover;
    background-color: #b30000;
    min-height: 200px;
    padding: 2rem 1.5rem;
}

/* --- Full Width GTR Banner --- */
.idx-gtr-banner-bg {
    background-image: linear-gradient(90deg, rgba(11,31,51,1) 0%, rgba(11,31,51,0.8) 40%, rgba(11,31,51,0) 100%), url('../../images/banner_gtr.png');
    background-size: cover;
    background-position: right center;
    min-height: 280px;
}

/* --- FAQ Promo Banner --- */
.idx-faq-promo-bg {
    background-image: url('../../images/orange_gear_banner_horizontal.png');
    background-size: cover;
    background-position: center center;
    min-height: 520px;
    border-radius: 8px;
}

/* ============================================================
   Home Red Contact Banner
   ============================================================ */
.home-banner-red {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 6px 28px rgba(8, 22, 58, 0.25);
}
.home-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: right center;
}
.home-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
        rgba(8, 22, 58, 0.95) 0%,
        rgba(10, 35, 85, 0.75) 45%,
        rgba(15, 55, 125, 0.35) 100%);
    z-index: 1;
}
.home-banner-body {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 36px 40px;
}
.home-banner-left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
}

/* Animated icon ring */
.home-banner-icon-ring {
    width: 56px; height: 56px;
    min-width: 56px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: homeRedPulse 2.5s ease-in-out infinite;
    margin-top: 2px;
}
.home-banner-icon-ring i {
    font-size: 22px;
    color: #fff;
}
@keyframes homeRedPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    50% { box-shadow: 0 0 0 12px rgba(255, 255, 255, 0); }
}

/* Text content */
.home-banner-heading {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
    margin: 0 0 8px;
    letter-spacing: -0.2px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.45);
}
.home-banner-desc {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 14px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}
.home-banner-desc strong {
    color: #fff;
    font-weight: 700;
}

/* Trust badges */
.home-banner-badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.home-banner-badges span {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}
.home-banner-badges i {
    color: #fff;
    margin-right: 4px;
    font-size: 0.7rem;
}

/* Call CTA */
.home-banner-right {
    text-align: center;
    flex-shrink: 0;
}
.home-banner-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    color: #0a58ca;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 800;
    transition: all 0.3s ease;
    box-shadow: 0 4px 18px rgba(13, 110, 253, 0.35);
    white-space: nowrap;
}
.home-banner-call-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(13, 110, 253, 0.5);
    color: #0a58ca;
    text-decoration: none;
}
.home-banner-phone-icon {
    font-size: 18px;
    transform: scaleX(-1);
}
.home-banner-call-label {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}
.home-banner-call-num {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.3px;
}
.home-banner-hours {
    color: rgba(255,255,255,0.6);
    font-size: 0.72rem;
    margin: 10px 0 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.home-banner-hours i {
    margin-right: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .home-banner-body {
        flex-direction: column;
        padding: 28px 22px;
        text-align: center;
    }
    .home-banner-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .home-banner-badges { justify-content: center; }
    .home-banner-overlay {
        background: linear-gradient(180deg,
            rgba(8, 22, 58, 0.90) 0%,
            rgba(10, 35, 85, 0.75) 100%);
    }
    .home-banner-call-btn { padding: 12px 26px; }
    .home-banner-call-num { font-size: 1.05rem; }
}