/* KIA Dong Nai Custom Stylesheet */
body,
html {
    font-synthesis: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hạn chế rớt dòng 1 chữ trên Desktop và mọi màn hình */
h1, h2, h3, h4, h5, h6,
.section-subtitle,
.news-subtitle,
.service-hero-subtitle,
.modal-desc-custom {
    text-wrap: balance;
    text-wrap: pretty;
}

/* Layout & General Classes */
.topbar-hotline-link {
    color: white !important;
    font-weight: bold;
}

.nav-link-home {
    color: var(--color-primary) !important;
}

.nav-icon-dropdown {
    font-size: 0.7rem;
    margin-left: 3px;
}

.text-required {
    color: var(--color-primary);
}

.relative {
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

/* Header & Footer */
.footer-logo-link {
    display: block;
    margin-bottom: 20px;
}

.footer-logo-img {
    height: 32px;
    filter: brightness(0) invert(1);
}

.footer-widget-title-contact {
    margin-top: 10px;
}

.footer-desc {
    font-size: 0.875rem;
    color: #B0B0C0;
    margin-bottom: 20px;
}

.footer-subscribe-desc {
    font-size: 0.875rem;
    color: #B0B0C0;
    margin-bottom: 12px;
}

.footer-subscribe-form {
    display: flex;
}

.footer-subscribe-input {
    border-radius: 4px 0 0 4px;
    border: none;
    height: 40px;
    font-size: 0.875rem;
}

.footer-subscribe-btn {
    border-radius: 0 4px 4px 0;
    height: 40px;
    padding: 0 16px;
}

/* Modal Popup */
.modal-title-custom {
    font-size: 1.5rem;
    color: var(--color-secondary);
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
}

.modal-desc-custom {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    text-align: center;
    margin-bottom: 24px;
}

.modal-submit-btn {
    margin-top: 12px;
    height: 48px;
}

/* Homepage Hero & Utilities */
.hero-actions {
    display: flex;
    gap: 15px;
}

.ml-2 {
    margin-left: 8px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.section-subtitle {
    color: var(--color-text-muted);
    max-width: 680px;
    margin: 10px auto 0;
    text-wrap: balance;
    text-wrap: pretty;
}

/* Product Cards */
.btn-card-action {
    padding: 10px !important;
    font-size: 0.8rem !important;
}

/* Why Choose Us & Detailing */
.counter-desc {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--color-text-muted);
}

.why-img {
    border-radius: var(--border-radius-card);
    box-shadow: var(--shadow-hover);
}

/* Testimonials */
.testimonials-swiper-wrap {
    padding-bottom: 40px;
}

.testimonial-text {
    font-style: italic;
    font-size: 0.9375rem;
}

/* News Section */
.news-section {
    background-color: var(--color-white);
    padding: 80px 0;
}

.news-title-custom {
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 2rem;
}

.news-subtitle {
    color: var(--color-text-muted);
    max-width: 680px;
    margin: 10px auto 0;
    text-wrap: balance;
    text-wrap: pretty;
}

.blog-title-margin {
    margin-bottom: 15px;
}

.blog-desc-custom {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Contact Page Styles */
.contact-hero {
    background-image: linear-gradient(rgba(12, 13, 20, 0.75), rgba(12, 13, 20, 0.75)), url('/assets/img/bg/blog_hero_lineup.jpg');
    background-size: cover;
    background-position: center;
    padding: 160px 0 80px 0;
    color: white;
}

.contact-hero-title {
    color: white !important;
    font-size: 2.25rem;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.contact-hero-desc {
    margin-bottom: 0;
    color: #B0B0C0;
    font-size: 0.9375rem;
    margin-top: 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.text-breadcrumb-link {
    color: #B0B0C0 !important;
}

.text-white {
    color: white !important;
}

.contact-info-section {
    padding: 60px 0 30px 0;
}

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.contact-card {
    background: white;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.contact-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(235, 27, 46, 0.1);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 1.5rem;
}

.contact-card-title {
    font-size: 1.25rem;
    color: var(--color-secondary);
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-card-desc {
    color: var(--color-text-muted);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-card-desc-short {
    color: var(--color-text-muted);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 5px;
}

.contact-card-link {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.contact-card-link-icon {
    font-size: 0.75rem;
    margin-left: 3px;
}

.contact-grid-section {
    padding: 30px 0 80px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 992px) {
    .contact-grid {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

.contact-form-wrap {
    background: white;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.contact-form-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--color-secondary);
    font-weight: 700;
}

.contact-form-desc {
    color: var(--color-text-muted);
    font-size: 0.9375rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .contact-form-row {
        grid-template-columns: 1fr 1fr;
    }
}

.contact-form-group-in-row {
    margin-bottom: 0;
}

.contact-input {
    height: 48px;
    border-radius: 6px;
}

.contact-form-group-margin {
    margin-bottom: 25px;
}

.contact-textarea {
    border-radius: 6px;
    padding: 15px;
    resize: none;
}

.contact-submit-btn {
    height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 220px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(235, 27, 46, 0.2);
    border: none;
    cursor: pointer;
}

.contact-right-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-map-wrap {
    background: white;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact-map-container {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ECECEC;
    margin-bottom: 20px;
    flex: 1;
}

.contact-directions-btn {
    background: #2b353e;
    color: white !important;
    height: 48px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(43, 53, 62, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-directions-btn:hover {
    background: #1e252c;
    box-shadow: 0 6px 15px rgba(43, 53, 62, 0.25);
}

/* Blog List & Detail Page Styles */
.blog-hero {
    background-image: linear-gradient(rgba(12, 13, 20, 0.75), rgba(12, 13, 20, 0.75)), url('/assets/img/bg/blog_hero_lineup.jpg');
    background-size: cover;
    background-position: center;
    padding: 160px 0 80px 0;
    color: white;
}

.blog-hero-title {
    color: white !important;
    font-size: 2.25rem;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.blog-hero-desc {
    margin-bottom: 0;
    color: #B0B0C0;
    font-size: 0.9375rem;
    margin-top: 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.blog-page-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-page-card-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
}

.blog-page-card-title {
    font-size: 1.15rem;
    margin-bottom: 10px;
    line-height: 1.4;
}

.text-secondary-link {
    color: var(--color-secondary) !important;
}

.blog-page-card-desc {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    line-height: 1.5;
    margin-bottom: 0;
}

.detail-hero-title {
    color: white !important;
    font-size: 2rem;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.article-meta-cat {
    font-size: 0.75rem;
    color: var(--color-primary);
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.article-detail-title {
    font-size: 2rem;
    color: var(--color-secondary);
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: 800;
}

.article-detail-img-wrap {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9;
    border: 1px solid #ECECEC;
}

.article-detail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.table-responsive-container {
    overflow-x: auto;
    margin: 24px 0;
}

.spec-table-custom {
    width: 100%;
    border: 1px solid #ECECEC;
}

.spec-table-header {
    background-color: #F8F9FA;
    font-weight: bold;
    color: var(--color-secondary);
}

.spec-table-th {
    padding: 12px;
    border-bottom: 2px solid #ECECEC;
}

.spec-table-td {
    padding: 12px;
    border-bottom: 1px solid #ECECEC;
}

.spec-table-td-highlight {
    padding: 12px;
    border-bottom: 1px solid #ECECEC;
    color: var(--color-primary);
    font-weight: bold;
}

.text-primary-bold {
    color: var(--color-primary) !important;
    font-weight: bold;
}

/* Unified Product Card styling */
.product-card .product-info {
    padding: 16px 20px 20px 20px !important;
}

.product-card h3.product-title {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
    font-size: 1.15rem !important;
    line-height: 1.3 !important;
    height: 1.3em !important;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card h3.product-title a {
    color: var(--color-secondary);
}

.product-card h3.product-title a:hover {
    color: var(--color-primary) !important;
}

.product-card .product-price {
    margin-bottom: 6px !important;
    font-size: 1.05rem !important;
    font-weight: 700;
    color: var(--color-primary);
}

.product-card p.product-desc {
    font-size: 0.82rem !important;
    line-height: 1.4 !important;
    height: 2.8em !important;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px !important;
    color: var(--color-text-muted) !important;
}

.product-actions {
    display: flex;
    gap: 8px;
    margin-top: 0 !important;
}

.product-actions .btn {
    flex: 1;
    text-align: center;
    white-space: nowrap !important;
    font-size: 0.72rem !important;
    padding: 11px 2px !important;
    text-transform: uppercase;
    font-weight: 700;
}

/* Product Index Page Custom Styles */
.category-list a.active {
    color: var(--color-primary) !important;
    padding-left: 5px !important;
}

.category-list a.active span.count {
    background: var(--color-primary) !important;
    color: white !important;
}

.section-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
}

.section-header-title-custom {
    font-size: 1.4rem;
    color: var(--color-secondary);
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.section-header-count-custom {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    font-weight: 600;
}

.text-primary-bold-count {
    color: var(--color-primary);
    font-weight: 700;
}

.pagination-center {
    margin-top: 35px;
    justify-content: center;
}

/* Product Detail Page Custom Styles */
.product-detail-specs {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.product-detail-specs th,
.product-detail-specs td {
    padding: 12px 16px;
    border: 1px solid #ECECEC;
    font-size: 0.9375rem;
}

.product-detail-specs th {
    background-color: #F8F9FA;
    font-weight: 700;
    color: var(--color-secondary);
    text-align: left;
}

.spec-group-title {
    background-color: #EFEFEF !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 0.85rem !important;
    letter-spacing: 0.5px;
}

.thumb-item {
    transition: all 0.2s ease !important;
    opacity: 0.7;
}

.thumb-item:hover {
    opacity: 1;
}

.thumb-item.active {
    border-color: var(--color-primary) !important;
    opacity: 1 !important;
    box-shadow: 0 2px 8px rgba(235, 27, 46, 0.3) !important;
    transform: scale(1.03);
}

.tab-trigger.active {
    border-bottom: 3px solid var(--color-primary) !important;
    color: var(--color-primary) !important;
}

.tabs-header::-webkit-scrollbar {
    display: none;
}

.product-gallery-img {
    transition-timing-function: ease;
}

.product-gallery-info {
    padding-top: 32px !important;
}

.icon-check-primary {
    color: var(--color-primary);
}

.detail-tabs-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.tabs-header-scroll {
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #ECECEC;
    margin-bottom: 25px;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tab-trigger-btn {
    font-family: var(--font-heading);
    padding: 12px 10px;
    font-weight: 700;
    font-size: 0.95rem;
    border: none;
    background: none;
    border-bottom: 3px solid transparent;
    color: var(--color-text-muted);
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: -2px;
    margin-right: 15px;
    text-align: left;
    transition: all 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
    font-synthesis: none;
}

.tab-trigger-btn.first-tab {
    padding-left: 0;
}

.tab-trigger-btn.last-tab {
    margin-right: 0;
}

.spec-td-title {
    width: 40%;
}

.document-icon-pdf {
    color: #E24C4C;
    font-size: 2rem;
}

.document-title-text {
    margin: 0 0 4px 0;
    color: var(--color-secondary);
}

.document-meta-text {
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

.document-btn-dl {
    padding: 8px 16px;
    font-size: 0.8rem;
    border-radius: 4px;
}

.document-btn-icon {
    margin-right: 6px;
}

.divider-custom {
    border: none;
    border-top: 1px solid #ECECEC;
    margin: 40px 0;
}

.form-label-req {
    color: var(--color-primary);
}

.text-secondary-link {
    color: var(--color-secondary);
}

.pd-10px {
    padding: 10px !important;
}

.mg-bt-10px {
    margin-bottom: 10px !important;
}

.mg-top-10px {
    margin-top: 10px !important;
}

.mg-top-20px {
    margin-top: 20px !important;
}

.mg-top-30px {
    margin-top: 30px !important;
}

.mg-bt-20px {
    margin-bottom: 20px !important;
}

/* Custom Focus Ring override riêng cho POPUP MODAL GET QUOTE (#lead-modal-form) */
#lead-modal-form input:focus-visible,
#lead-modal-form textarea:focus-visible,
#lead-modal-form select:focus-visible,
#lead-modal-form button:focus-visible {
    outline: 1px solid #cbd5e1 !important;
    outline-offset: 1px !important;
}

/* ==========================================================================
   SERVICES MODULE STYLES (Pages/Services & ViewComponents/ServiceBooking)
   ========================================================================== */

/* Hero Banner & Breadcrumbs */
.service-hero-banner {
    background-image: linear-gradient(rgba(12, 13, 20, 0.75), rgba(12, 13, 20, 0.75)), url('/assets/img/bg/blog_hero_lineup.jpg');
    background-size: cover;
    background-position: center;
    padding: 160px 0 80px 0;
    color: white;
}

.service-hero-title {
    color: white;
    font-size: 2.25rem;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.service-detail-hero-title {
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.service-hero-subtitle {
    margin-bottom: 0;
    color: #B0B0C0;
    font-size: 0.9375rem;
    margin-top: 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.service-hero-link {
    color: #B0B0C0;
}

.service-hero-current {
    color: white;
}

/* Service Index Card List Grid */
.service-grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-card-info {
    padding: 20px;
}

.service-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 10px;
}

.service-card-title-link {
    color: var(--color-secondary);
    text-decoration: none;
}

.service-card-desc {
    color: var(--color-text-muted);
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-card-btn {
    padding: 8px 16px;
    font-size: 0.8rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

.icon-space-left {
    margin-left: 3px;
}

.icon-space-left-6 {
    margin-left: 6px;
}

/* Service Detail Article Content */
.service-detail-title {
    font-size: 1.8rem;
    line-height: 1.4;
    color: var(--color-secondary);
    margin-bottom: 15px;
    font-weight: 800;
}

.service-article-meta {
    margin-bottom: 25px;
}

.service-steps-list {
    margin: 20px 0;
    padding-left: 20px;
}

.service-table-wrapper {
    overflow-x: auto;
    margin: 24px 0;
}

.service-spec-table {
    width: 100%;
    border: 1px solid #ECECEC;
    border-collapse: collapse;
    font-size: 0.9375rem;
}

.service-spec-table thead tr {
    background-color: #F8F9FA;
    font-weight: bold;
    color: var(--color-secondary);
    border-bottom: 2px solid #ECECEC;
    text-align: left;
}

.service-spec-table th,
.service-spec-table td {
    padding: 12px;
    border: 1px solid #ECECEC;
}

.service-divider {
    border: none;
    border-top: 1px solid #ECECEC;
    margin: 40px 0;
}

/* Service Booking ViewComponent Form */
.service-booking-wrapper {
    background-color: #F8F9FA;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.service-booking-title {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
    color: var(--color-secondary);
}

.service-booking-desc {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    margin-bottom: 24px;
    line-height: 1.6;
}

.service-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.service-form-grid-mb25 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}

.form-group-mb0 {
    margin-bottom: 0 !important;
}

.text-primary-asterisk {
    color: var(--color-primary);
}

.service-form-input {
    height: 46px;
    border-radius: 6px;
    background: white;
}

.service-form-date {
    height: 46px;
    border-radius: 6px;
    padding: 10px;
    background: white;
}

.service-booking-submit-btn {
    height: 48px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    padding: 0 30px;
    box-shadow: 0 4px 12px rgba(235, 27, 46, 0.2);
}

@media (max-width: 640px) {

    .service-form-grid,
    .service-form-grid-mb25 {
        grid-template-columns: 1fr;
    }
}

/* Mobile Hero Banner Optimization - Solid Black Header & Clear Unmasked Slide */
@media (max-width: 767px) {

    /* 1. Menu đen cố định trên mobile & Slide nằm bên dưới menu */
    .is-home .homepage-header,
    .homepage-header {
        position: relative !important;
        top: 0 !important;
        background-color: #0A0A0A !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        z-index: 1000 !important;
    }

    .homepage-header .logo img {
        filter: brightness(0) invert(1) !important;
    }

    .homepage-header .hamburger span {
        background-color: #FFFFFF !important;
    }

    /* 2. Slider hiển thị full tỉ lệ sắc nét bên dưới Menu */
    .hero-slider-container {
        min-height: auto !important;
        height: auto !important;
        aspect-ratio: 1920 / 840 !important;
        max-height: none !important;
        background-color: transparent !important;
        position: relative !important;
    }

    .hero-slide {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    /* 3. Xóa bỏ hoàn toàn lớp phủ mờ đen (linear-gradient overlay) phía trước hình slide */
    .hero-slide::before {
        display: none !important;
        content: none !important;
        opacity: 0 !important;
    }

    .hero-content {
        display: none !important;
    }

    /* Nút chuyển slide & Chấm tròn phân trang */
    .hero-slider-container .swiper-button-prev,
    .hero-slider-container .swiper-button-next {
        width: 34px !important;
        height: 34px !important;
        background-color: rgba(235, 27, 46, 0.85) !important;
        border: none !important;
    }

    .hero-slider-container .swiper-button-prev i,
    .hero-slider-container .swiper-button-next i {
        font-size: 0.8rem !important;
        color: #ffffff !important;
    }

    .hero-slider-container .swiper-pagination {
        bottom: 6px !important;
    }

    .hero-slider-container .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
        margin: 0 3px !important;
        background: #ffffff !important;
        opacity: 0.6;
    }

    .hero-slider-container .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: #EB1B2E !important;
    }
}

/* Budget page centered button class */
.btn-budget-submit {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    padding: 10px !important;
    white-space: nowrap !important;
    font-size: clamp(0.72rem, 1.2vw, 0.95rem) !important;
    background-color: var(--color-primary) !important;
    color: #ffffff !important;
    border-radius: 6px !important;
}

/* Consult widget image fix - Full uncropped banner image */
.consult-img-wrapper {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
}

.consult-img-wrapper img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

/* Popup Modal Optimization Desktop & Mobile */
#popup-bao-gia .modal-content {
    width: 90% !important;
    max-width: 460px !important;
}

@media (min-width: 768px) {
    #popup-bao-gia .modal-content {
        width: 1020px !important;
        max-width: 1060px !important;
        height: 600px !important;
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 767px) {
    .modal-overlay {
        padding: 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #popup-bao-gia .modal-content {
        width: 88% !important;
        margin: auto !important;
        max-height: 92vh !important;
        overflow-y: auto !important;
    }

    .modal-close {
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 50% !important;
        background-color: rgba(15, 23, 42, 0.85) !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 100 !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35) !important;
        border: 1px solid rgba(255, 255, 255, 0.25) !important;
        cursor: pointer !important;
    }

    .modal-close:hover {
        background-color: #BB162B !important;
        color: #ffffff !important;
    }

    /* Optimization cho blog-hero trên mobile để tiết kiệm không gian */
    .blog-hero {
        padding: 90px 0 40px 0 !important;
    }
}

/* PriceList Page Additional Utilities */
.col-version { width: 40%; }
.col-engine { width: 25%; }
.col-price { width: 15%; }
.col-action { width: 20%; text-align: center; }
.td-action-cell { text-align: center; }

/* Register To Drive Page Styles */
.testdrive-heading { text-transform: uppercase; margin-bottom: 20px; }
.testdrive-req-box { margin-top: 30px; display: flex; align-items: center; gap: 15px; }
.testdrive-req-icon { font-size: 2.5rem; color: var(--color-primary); }
.testdrive-req-title { margin-bottom: 4px; }
.testdrive-req-desc { margin-bottom: 0; color: var(--color-text-muted); font-size: 0.875rem; }
.testdrive-form-card { background-color: white; border: 1px solid #ECECEC; border-radius: var(--border-radius-card); padding: 32px; box-shadow: var(--shadow-hover); }
.testdrive-form-title { font-size: 1.25rem; text-transform: uppercase; margin-bottom: 24px; border-bottom: 2px solid var(--color-primary); display: inline-block; padding-bottom: 6px; }
.btn-testdrive-submit { margin-top: 16px; height: 48px; width: 100%; max-width: 100%; box-sizing: border-box; display: flex; align-items: center; justify-content: center; text-align: center; }

@media (max-width: 768px) {
  .testdrive-form-card { padding: 15px !important; }
}
.col-price { width: 15%; }
.col-action { width: 20%; text-align: center; }
.td-action-cell { text-align: center; }

/* ==========================================================================
   DESKTOP HEADER SOLID WHITE & CLEAR HERO BANNER OVERRIDES
   ========================================================================== */
@media (min-width: 993px) {
  /* Header Nền Trắng, Vị Trí Cố Định Chuẩn Trên Desktop */
  .homepage-header {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #EAEAEA !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
  }

  /* Sticky Header trên Desktop */
  .homepage-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #EAEAEA !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  }

  /* Logo Đen trên Desktop */
  .homepage-header .logo img {
    filter: none !important;
  }

  /* Chữ Menu Màu Đen / Xám Đậm */
  .homepage-header .nav-link,
  .homepage-header.is-sticky .nav-link {
    color: #111827 !important;
    text-shadow: none !important;
  }

  /* Hover & Active State */
  .homepage-header .nav-link:hover,
  .homepage-header.is-sticky .nav-link:hover,
  .homepage-header .nav-link[aria-current="page"],
  .homepage-header.is-sticky .nav-link[aria-current="page"] {
    color: var(--color-primary, #BB162B) !important;
  }

  .homepage-header .nav-link[aria-current="page"]::after {
    background-color: var(--color-primary, #BB162B) !important;
    box-shadow: none !important;
  }

  /* Menu Thả Xuống & Mega Menu Nền Sáng Chuẩn */
  .homepage-header .dropdown-menu,
  .homepage-header .mega-menu {
    background-color: #ffffff !important;
    border: 1px solid #EAEAEA !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  }

  .homepage-header .mega-col-title {
    color: #111827 !important;
    border-bottom-color: #EAEAEA !important;
  }

  .homepage-header .mega-list li a,
  .homepage-header .dropdown-menu li a {
    color: #4B5563 !important;
  }

  .homepage-header .mega-list li a:hover,
  .homepage-header .dropdown-menu li a:hover {
    color: var(--color-primary, #BB162B) !important;
    background-color: #F9FAFB !important;
  }

  /* Loại bỏ lớp phủ tối mờ (dark overlay) trên Slide Banner Desktop để ảnh hiển thị 100% rõ nét */
  .hero-slide::before {
    display: none !important;
  }
}