.hvvcs-wrap,
.hvvcs-wrap * {
    box-sizing: border-box;
}

/* Reset all plugin buttons to prevent Flatsome theme conflicts */
.hvvcs-wrap button,
.hvvcs-wrap button:hover,
.hvvcs-wrap button:focus,
.hvvcs-wrap button:active,
.hvvcs-catalog-wrap button,
.hvvcs-catalog-wrap button:hover,
.hvvcs-catalog-wrap button:focus,
.hvvcs-catalog-wrap button:active {
    outline: none;
    box-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    line-height: inherit;
    font-family: inherit;
}

.hvvcs-wrap a.hvvcs-car-card-btn,
.hvvcs-wrap a.hvvcs-car-card-btn:hover,
.hvvcs-wrap a.hvvcs-car-card-btn:focus,
.hvvcs-catalog-wrap a.hvvcs-car-card-btn,
.hvvcs-catalog-wrap a.hvvcs-car-card-btn:hover,
.hvvcs-catalog-wrap a.hvvcs-car-card-btn:focus {
    text-transform: none;
    letter-spacing: normal;
    font-family: inherit;
    outline: none;
    box-shadow: none !important;
}

.hvvcs-wrap {
    --hvvcs-blue: #1d4ed8;
    --hvvcs-text: #121826;
    --hvvcs-muted: #6b7280;
    --hvvcs-border: #e6eaf0;
    --hvvcs-bg: #f7f9fc;
    --hvvcs-card: #ffffff;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 14px 34px;
    color: var(--hvvcs-text);
    font-family: inherit;
}

.hvvcs-hero {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.hvvcs-summary-card,
.hvvcs-gallery-card,
.hvvcs-config-card {
    background: var(--hvvcs-card);
    border: 1px solid var(--hvvcs-border);
    border-radius: 12px;
}

.hvvcs-summary-card {
    border-color: transparent;
    background: transparent;
    padding: 0;
}

.hvvcs-breadcrumb {
    margin-bottom: 15px;
    font-size: 12px;
    color: #8a93a3;
}

.hvvcs-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    transition: color .18s ease;
}

.hvvcs-breadcrumb a:hover {
    color: var(--hvvcs-blue, #1d4ed8);
    text-decoration: underline;
}

.hvvcs-breadcrumb-sep {
    margin: 0 4px;
    color: #c5cdd8;
}

.hvvcs-breadcrumb strong {
    color: #374151;
}

.hvvcs-title {
    margin: 0 0 4px !important;
    padding: 0 !important;
    font-size: 32px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    color: #111827;
}

.hvvcs-subtitle {
    margin-bottom: 18px;
    font-size: 14px;
    color: var(--hvvcs-muted);
}

.hvvcs-price {
    margin-bottom: 4px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--hvvcs-blue);
}

.hvvcs-price-note {
    margin-bottom: 18px;
    font-size: 12px;
    color: #8a93a3;
}

.hvvcs-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    margin: 18px 0 24px;
}

.hvvcs-spec-item {
    display: flex;
    gap: 8px;
    min-width: 0;
}

.hvvcs-spec-icon {
    flex: 0 0 16px;
    width: 16px;
    color: #2563eb;
    line-height: 1.2;
    font-size: 13px;
    text-align: center;
}

.hvvcs-spec-icon i {
    display: inline-block;
    width: 1em;
}

.hvvcs-spec-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hvvcs-spec-text strong {
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.hvvcs-spec-text small {
    color: #7c8798;
    font-size: 12px;
    line-height: 1.25;
}

.hvvcs-warranty-card {
    padding: 15px 14px;
    border: 1px solid var(--hvvcs-border);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .03);
}

.hvvcs-warranty-title {
    margin-bottom: 13px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
}

.hvvcs-warranty-main {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
}

.hvvcs-warranty-note {
    font-size: 12px;
    color: #6b7280;
}

.hvvcs-gallery-card {
    min-height: 420px;
    padding: 20px 20px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.hvvcs-main-image-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    overflow: hidden;
    display: block;
    background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
    border-radius: 12px;
}

.hvvcs-main-image {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center center;
    display: block;
    background-color: #fff;
}
.hvvcs-empty-image {
    min-height: 180px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px dashed var(--hvvcs-border);
    border-radius: 12px;
    color: #94a3b8;
    background: #f8fafc;
}

.hvvcs-thumb-strip {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
}

.hvvcs-thumbs {
    display: flex;
    gap: 10px;
    justify-content: center;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
}

.hvvcs-thumbs::-webkit-scrollbar {
    display: none;
}

.hvvcs-thumb {
    width: 70px;
    height: 48px;
    padding: 4px;
    border: 1px solid var(--hvvcs-border);
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hvvcs-thumb img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.hvvcs-thumb.hvvcs-active {
    border-color: var(--hvvcs-blue);
    box-shadow: 0 0 0 1px var(--hvvcs-blue);
}

.hvvcs-thumb:hover {
    transform: translateY(-1px);
}

.hvvcs-gallery-arrow {
    width: 26px;
    height: 26px;
    padding: 0 !important;
    border: 1px solid var(--hvvcs-border) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #9aa4b2;
    line-height: 1;
    font-size: 22px;
    cursor: pointer;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.hvvcs-gallery-arrow:hover {
    color: var(--hvvcs-blue);
    border-color: #bfcbff !important;
    background: #f8fafc !important;
}

.hvvcs-config-card {
    margin-top: 24px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 26px;
}

.hvvcs-config-title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 800;
    color: #1f2937;
}

.hvvcs-variant-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hvvcs-variant-btn {
    min-height: 116px;
    width: 100%;
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 7px;
    padding: 18px 20px !important;
    border: 1px solid var(--hvvcs-border) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #111827 !important;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    appearance: none;
    -webkit-appearance: none;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.35 !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .025) !important;
    transform: translateY(0);
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.hvvcs-variant-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 0 rgba(37, 99, 235, 0);
    transition: box-shadow .18s ease;
}

.hvvcs-variant-btn::after {
    content: '✓';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--hvvcs-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    transform: scale(.84);
    transition: opacity .18s ease, transform .18s ease;
}

.hvvcs-variant-btn span,
.hvvcs-variant-btn strong,
.hvvcs-variant-btn small {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.hvvcs-variant-btn span {
    padding-right: 28px;
    color: #1f2937 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

.hvvcs-variant-btn strong {
    color: var(--hvvcs-blue) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
}

.hvvcs-variant-btn small {
    color: #7c8798 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
}

.hvvcs-variant-btn:hover,
.hvvcs-variant-btn:focus {
    border-color: #b9c7ff !important;
    background: #f8fbff !important;
    color: #111827 !important;
    box-shadow: 0 14px 34px rgba(29, 78, 216, .10) !important;
    transform: translateY(-2px);
}

.hvvcs-variant-btn:hover span,
.hvvcs-variant-btn:focus span {
    color: #111827 !important;
}

.hvvcs-variant-btn:hover strong,
.hvvcs-variant-btn:focus strong {
    color: var(--hvvcs-blue) !important;
}

.hvvcs-variant-btn:hover small,
.hvvcs-variant-btn:focus small {
    color: #6b7280 !important;
}

.hvvcs-variant-btn:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .18) !important;
    outline-offset: 2px;
}

.hvvcs-variant-btn.hvvcs-active {
    border-color: var(--hvvcs-blue) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%) !important;
    color: #111827 !important;
    box-shadow: 0 16px 36px rgba(29, 78, 216, .13) !important;
    transform: translateY(0);
}

.hvvcs-variant-btn.hvvcs-active::before {
    box-shadow: inset 0 0 0 1px var(--hvvcs-blue);
}

.hvvcs-variant-btn.hvvcs-active::after {
    opacity: 1;
    transform: scale(1);
}

.hvvcs-variant-btn.hvvcs-active:hover,
.hvvcs-variant-btn.hvvcs-active:focus {
    border-color: var(--hvvcs-blue) !important;
    background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%) !important;
    box-shadow: 0 18px 40px rgba(29, 78, 216, .16) !important;
    transform: translateY(-1px);
}

.hvvcs-swatch-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hvvcs-swatch {
    width: 28px;
    height: 28px;
    padding: 0 !important;
    border: 1px solid #d8dee8 !important;
    border-radius: 50% !important;
    background: var(--hvvcs-swatch, #fff) !important;
    cursor: pointer;
    position: relative;
    min-width: 0 !important;
    min-height: 0 !important;
}

.hvvcs-swatch span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.hvvcs-swatch.hvvcs-active::after {
    content: '';
    position: absolute;
    inset: -4px;
    border: 2px solid var(--hvvcs-blue);
    border-radius: 50%;
}

.hvvcs-tabs {
    margin-top: 22px;
}

.hvvcs-tab-nav {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--hvvcs-border);
    overflow-x: auto;
    scrollbar-width: none;
}

.hvvcs-tab-nav::-webkit-scrollbar {
    display: none;
}

.hvvcs-tab-btn {
    flex: 0 0 auto;
    padding: 15px 16px !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    background: transparent !important;
    color: #5d6676;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.hvvcs-tab-btn:hover {
    color: var(--hvvcs-blue);
    background: transparent !important;
}

.hvvcs-tab-btn.hvvcs-active {
    color: var(--hvvcs-blue);
    border-bottom-color: var(--hvvcs-blue) !important;
    background: transparent !important;
}

.hvvcs-tab-panels {
    margin-top: 20px;
}

.hvvcs-tab-panel {
    display: none;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 36px;
    align-items: stretch;
}

.hvvcs-tab-panel.hvvcs-active {
    display: grid;
}

.hvvcs-tab-copy h2 {
    margin: 0 0 10px !important;
    padding: 0 !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #111827;
}

.hvvcs-tab-copy p {
    margin: 0 0 16px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.75;
}

.hvvcs-bullet-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.hvvcs-bullet-list li {
    margin: 0 0 9px !important;
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #374151;
}

.hvvcs-bullet-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #10b981;
    font-weight: 900;
}

.hvvcs-tab-image {
    min-height: 250px;
    border-radius: 10px;
    overflow: hidden;
    background: #f8fafc;
}

.hvvcs-tab-image img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    display: block;
}

.hvvcs-notice {
    max-width: 900px;
    margin: 20px auto;
    padding: 14px;
    border: 1px solid #fde68a;
    border-radius: 8px;
    background: #fffbeb;
    color: #92400e;
}

@media (max-width: 991px) {
    .hvvcs-hero,
    .hvvcs-config-card,
    .hvvcs-tab-panel,
    .hvvcs-tab-panel.hvvcs-active {
        grid-template-columns: 1fr;
    }

    .hvvcs-gallery-card {
        min-height: auto;
    }

    .hvvcs-main-image-box {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 640px) {
    .hvvcs-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0 8px 24px;
        overflow: hidden;
    }

    .hvvcs-hero {
        gap: 14px;
    }

    .hvvcs-title {
        font-size: 27px !important;
    }

    .hvvcs-summary-card {
        padding-left: 0;
        padding-right: 0;
    }

    .hvvcs-gallery-card {
        width: 100%;
        min-height: auto;
        padding: 10px;
        border-radius: 12px;
    }

    .hvvcs-main-image-box {
        width: 100%;
        height: clamp(220px, 58vw, 320px);
        aspect-ratio: auto;
        border-radius: 10px;
    }

    .hvvcs-main-image {
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        object-fit: cover;
        object-position: center center;
    }

    .hvvcs-thumb-strip {
        grid-template-columns: 28px minmax(0, 1fr) 28px;
        gap: 6px;
        margin-top: 10px;
        align-items: center;
    }

    .hvvcs-thumbs {
        justify-content: flex-start;
        gap: 8px;
        padding: 2px 1px 7px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .hvvcs-thumb {
        flex: 0 0 58px;
        width: 58px;
        height: 44px;
        padding: 3px;
        border-radius: 7px;
        scroll-snap-align: start;
    }

    .hvvcs-thumb img {
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        object-fit: cover;
        object-position: center center;
    }

    .hvvcs-gallery-arrow {
        width: 28px;
        height: 44px;
        border-radius: 999px !important;
        font-size: 20px;
        background: #fff !important;
    }

    .hvvcs-spec-grid,
    .hvvcs-variant-grid {
        grid-template-columns: 1fr;
    }

    .hvvcs-config-card {
        gap: 18px;
        padding: 15px;
        border-radius: 12px;
    }

    .hvvcs-variant-btn {
        min-height: 96px;
        padding: 15px 16px !important;
        border-radius: 9px !important;
    }

    .hvvcs-variant-btn span {
        font-size: 14px !important;
    }

    .hvvcs-variant-btn strong {
        font-size: 15px !important;
    }

    .hvvcs-variant-btn small {
        font-size: 12px !important;
    }

    .hvvcs-variant-btn:hover,
    .hvvcs-variant-btn.hvvcs-active:hover {
        transform: none;
    }

    .hvvcs-swatch-list {
        gap: 14px;
    }

    .hvvcs-swatch {
        width: 30px;
        height: 30px;
    }

    .hvvcs-tab-nav {
        margin-left: -8px;
        margin-right: -8px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .hvvcs-tab-btn {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 420px) {
    .hvvcs-wrap {
        padding-left: 6px;
        padding-right: 6px;
    }

    .hvvcs-gallery-card {
        padding: 8px;
    }

    .hvvcs-main-image-box {
        height: 230px;
    }

    .hvvcs-thumb {
        flex-basis: 52px;
        width: 52px;
        height: 40px;
    }
}
/* HV Car Catalog - isolated classes for Flatsome */
.hvvcs-catalog-wrap,
.hvvcs-catalog-wrap * {
    box-sizing: border-box;
}

.hvvcs-catalog-wrap {
    --hvvcs-blue: #1d4ed8;
    --hvvcs-text: #121826;
    --hvvcs-muted: #6b7280;
    --hvvcs-border: #e6eaf0;
    --hvvcs-card: #ffffff;
    max-width: 1180px;
    margin: 0 auto;
    padding: 26px 14px 36px;
    color: var(--hvvcs-text);
    font-family: inherit;
}

.hvvcs-catalog-title {
    margin: 0 0 28px !important;
    padding: 0 !important;
    text-align: center;
    font-size: 30px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: .01em;
    color: #111827;
}

.hvvcs-catalog-grid {
    display: grid;
    grid-template-columns: repeat(var(--hvvcs-catalog-cols, 3), minmax(0, 1fr));
    gap: 24px;
}

.hvvcs-car-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--hvvcs-border);
    border-radius: 14px;
    background: var(--hvvcs-card);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .035);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hvvcs-car-card:hover {
    transform: translateY(-2px);
    border-color: #d9e1ef;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .07);
}

.hvvcs-car-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    overflow: hidden;
    display: block;
    background: #f8fafc;
    text-decoration: none !important;
}

.hvvcs-car-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.hvvcs-car-card-body {
    padding: 18px 22px 20px;
}

.hvvcs-car-card-title {
    min-height: 30px;
    margin: 0 0 4px !important;
    padding: 0 !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    color: #111827;
}

.hvvcs-car-card-title-link,
.hvvcs-car-card-title-link:hover,
.hvvcs-car-card-title-link:focus,
.hvvcs-car-card-title-link:active,
.hvvcs-car-card-title-link:visited {
    color: inherit !important;
    text-decoration: none !important;
}

.hvvcs-car-card-title-link:hover {
    color: var(--hvvcs-blue) !important;
}

.hvvcs-car-card-subtitle {
    min-height: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #7c8798;
}

.hvvcs-car-card-price {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--hvvcs-blue);
}

.hvvcs-car-card-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 2px;
    padding-top: 20px;
    border-top: 1px solid #edf1f6;
}

.hvvcs-car-card-spec {
    min-width: 0;
}

.hvvcs-car-card-icon {
    display: block;
    height: 18px;
    margin-bottom: 5px;
    color: var(--hvvcs-blue);
    font-size: 13px;
    line-height: 1;
}

.hvvcs-car-card-icon i {
    display: inline-block;
    width: 1em;
}

.hvvcs-car-card-spec strong,
.hvvcs-car-card-spec small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hvvcs-car-card-spec strong {
    color: #111827;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
}

.hvvcs-car-card-spec small {
    margin-top: 3px;
    color: #7c8798;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.hvvcs-car-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #edf1f6;
}

.hvvcs-car-card-btn,
.hvvcs-car-card-btn:hover,
.hvvcs-car-card-btn:focus,
.hvvcs-car-card-btn:active,
.hvvcs-car-card-btn:visited {
    min-height: 42px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    padding: 10px 14px !important;
    border-radius: 7px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: none !important;
    outline: none !important;
    transition: background .18s ease, border-color .18s ease, color .18s ease !important;
    cursor: pointer;
}

.hvvcs-car-card-btn-light {
    border: 1px solid #dfe6f0;
    background: #fff;
    color: #111827 !important;
}

.hvvcs-car-card-btn-light:hover {
    border-color: #c9d4e4;
    background: #f8fafc;
}

.hvvcs-car-card-btn-primary {
    border: 1px solid var(--hvvcs-blue);
    background: var(--hvvcs-blue);
    color: #fff !important;
}

.hvvcs-car-card-btn-primary:hover {
    filter: brightness(.96);
}

@media (max-width: 991px) {
    .hvvcs-catalog-grid {
        grid-template-columns: repeat(var(--hvvcs-catalog-tablet-cols, 2), minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .hvvcs-catalog-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hvvcs-catalog-title {
        font-size: 25px !important;
    }

    .hvvcs-catalog-grid {
        grid-template-columns: repeat(var(--hvvcs-catalog-mobile-cols, 1), minmax(0, 1fr));
        gap: 16px;
    }

    .hvvcs-car-card-image {
        aspect-ratio: 16 / 9;
    }

    .hvvcs-car-card-body {
        padding: 16px;
    }

    .hvvcs-car-card-actions {
        grid-template-columns: 1fr;
    }
}

/* HVVCS CTA buttons dưới bảo hành và sticky dưới màn hình */
.hvvcs-cta-actions,
.hvvcs-cta-actions * {
    box-sizing: border-box;
}

.hvvcs-inline-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
}

.hvvcs-cta-btn,
.hvvcs-cta-btn:hover,
.hvvcs-cta-btn:focus,
.hvvcs-cta-btn:active,
.hvvcs-cta-btn:visited {
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    padding: 11px 18px !important;
    border-radius: 7px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: none !important;
    outline: none !important;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease !important;
}

.hvvcs-cta-btn-outline {
    border: 1px solid #d7dfec !important;
    background: #fff !important;
    color: var(--hvvcs-blue, #1d4ed8) !important;
}

.hvvcs-cta-btn-outline:hover {
    border-color: var(--hvvcs-blue, #1d4ed8) !important;
    background: #f8fbff !important;
    color: var(--hvvcs-blue, #1d4ed8) !important;
}

.hvvcs-cta-btn-primary {
    border: 1px solid var(--hvvcs-blue, #1d4ed8) !important;
    background: var(--hvvcs-blue, #1d4ed8) !important;
    color: #fff !important;
}

.hvvcs-cta-btn-primary:hover {
    border-color: #1745bd !important;
    background: #1745bd !important;
    color: #fff !important;
}

.hvvcs-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(29, 78, 216, .13) !important;
}

.hvvcs-bottom-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid #e5eaf2;
    box-shadow: 0 -10px 32px rgba(15, 23, 42, .10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hvvcs-bottom-sticky-inner {
    max-width: 1180px;
    min-height: 70px;
    margin: 0 auto;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
}

.hvvcs-bottom-sticky-info {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

.hvvcs-bottom-sticky-info strong {
    color: #5f6775;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hvvcs-bottom-sticky-info span {
    color: var(--hvvcs-blue, #1d4ed8);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
    white-space: nowrap;
}

.hvvcs-sticky-actions {
    display: grid;
    grid-template-columns: 190px 190px;
    gap: 12px;
    align-items: center;
}

.hvvcs-sticky-actions .hvvcs-cta-btn {
    min-height: 46px;
}

body.hvvcs-has-sticky-cta {
    padding-bottom: 82px;
}

@media (min-width: 992px) {
    .hvvcs-inline-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .hvvcs-bottom-sticky-inner {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hvvcs-bottom-sticky-info {
        justify-content: center;
    }

    .hvvcs-bottom-sticky-info strong,
    .hvvcs-bottom-sticky-info span {
        font-size: 14px;
    }

    .hvvcs-sticky-actions {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .hvvcs-inline-actions {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 12px;
    }

    .hvvcs-inline-actions .hvvcs-cta-btn {
        min-height: 40px;
        padding: 9px 10px !important;
        font-size: 12.5px !important;
    }

    .hvvcs-bottom-sticky-inner {
        min-height: 56px;
        padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    }

    .hvvcs-bottom-sticky-info {
        display: none;
    }

    .hvvcs-sticky-actions {
        gap: 8px;
    }

    .hvvcs-sticky-actions .hvvcs-cta-btn {
        min-height: 40px;
        padding: 9px 10px !important;
        border-radius: 6px !important;
        font-size: 12.5px !important;
    }

    body.hvvcs-has-sticky-cta {
        padding-bottom: 62px;
    }
}

/* HVVCS form tư vấn nhanh */
body.hvvcs-consult-open {
    overflow: hidden;
}

.hvvcs-consult-modal,
.hvvcs-consult-modal * {
    box-sizing: border-box;
}

.hvvcs-consult-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

.hvvcs-consult-modal.hvvcs-open {
    display: flex;
}

.hvvcs-consult-backdrop {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, .55) 0%, rgba(15, 23, 42, .72) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hvvcs-consult-dialog {
    --hvvcs-consult-accent: var(--hvvcs-blue, #1d4ed8);
    --hvvcs-consult-border: #e5edf6;
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    max-height: calc(100vh - 56px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 36px 100px rgba(15, 23, 42, .28);
    color: #111827;
}

.hvvcs-consult-dialog::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 40%, #60a5fa 100%);
}

.hvvcs-consult-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 3;
    width: 56px;
    height: 56px;
    padding: 0 !important;
    border: 1px solid #dce6f1 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .88) !important;
    color: #111827 !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
}

.hvvcs-consult-close:hover {
    background: #fff !important;
    border-color: #b8c8df !important;
    transform: translateY(-1px) rotate(90deg);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .12);
}

.hvvcs-consult-head {
    position: relative;
    padding: 38px 42px 26px;
    border-bottom: 1px solid #edf2f8;
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, .18), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.hvvcs-consult-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    margin-bottom: 18px;
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d4ed8 0%, #2f64ef 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(29, 78, 216, .18);
}

.hvvcs-consult-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    box-shadow: 0 0 0 5px rgba(255,255,255,.14);
}

.hvvcs-consult-head h3 {
    margin: 0 80px 10px 0 !important;
    padding: 0 !important;
    color: #0f172a;
    font-size: 40px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: -.03em;
}

.hvvcs-consult-head p {
    max-width: 760px;
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.hvvcs-consult-form {
    max-height: calc(100vh - 190px);
    overflow-y: auto;
    padding: 28px 42px 40px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.hvvcs-consult-form::-webkit-scrollbar {
    width: 8px;
}

.hvvcs-consult-form::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.hvvcs-consult-product {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    margin-bottom: 28px;
    padding: 18px;
    border: 1px solid #e2ebf4;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,251,255,1) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 16px 34px rgba(15, 23, 42, .05);
}

.hvvcs-consult-product-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(180deg, #eaf1f8 0%, #f8fafc 100%);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}

.hvvcs-consult-product-img img,
.hvvcs-consult-no-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 13px;
}

.hvvcs-consult-product-info span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: #5b6b84;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.hvvcs-consult-product-info strong {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.03em;
}

.hvvcs-consult-product-info em {
    display: block;
    color: #64748b;
    font-size: 17px;
    line-height: 1.55;
    font-style: normal;
}

.hvvcs-consult-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 22px;
    align-items: start;
}

.hvvcs-consult-form label {
    display: block;
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .01em;
}

.hvvcs-consult-form label > span,
.hvvcs-consult-form label small {
    color: #64748b;
}

.hvvcs-consult-form input,
.hvvcs-consult-form textarea {
    width: 100% !important;
    margin-top: 10px !important;
    padding: 16px 18px !important;
    border: 1px solid #dce6f1 !important;
    border-radius: 16px !important;
    background: #f8fbfe !important;
    color: #0f172a !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .02) !important;
    outline: none !important;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.hvvcs-consult-form input::placeholder,
.hvvcs-consult-form textarea::placeholder {
    color: #94a3b8;
}

.hvvcs-consult-form input:hover,
.hvvcs-consult-form textarea:hover {
    border-color: #c5d3e5 !important;
    background: #ffffff !important;
}

.hvvcs-consult-form input:focus,
.hvvcs-consult-form textarea:focus {
    border-color: var(--hvvcs-consult-accent) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(29, 78, 216, .10), 0 10px 22px rgba(29, 78, 216, .06) !important;
    transform: translateY(-1px);
}

.hvvcs-consult-note {
    margin-top: 20px;
}

.hvvcs-consult-note textarea {
    min-height: 148px;
    resize: vertical;
}

.hvvcs-consult-hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.hvvcs-consult-status {
    display: none;
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}

.hvvcs-consult-status.hvvcs-info,
.hvvcs-consult-status.hvvcs-success,
.hvvcs-consult-status.hvvcs-error {
    display: block;
}

.hvvcs-consult-status.hvvcs-info {
    background: #eff6ff;
    color: #1d4ed8;
}

.hvvcs-consult-status.hvvcs-success {
    background: #ecfdf5;
    color: #047857;
}

.hvvcs-consult-status.hvvcs-error {
    background: #fef2f2;
    color: #b91c1c;
}

.hvvcs-consult-submit {
    min-width: 320px;
    min-height: 58px;
    margin-top: 22px !important;
    padding: 16px 28px !important;
    border: 1px solid var(--hvvcs-consult-accent) !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #1d4ed8 0%, #2f64ef 100%) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(29, 78, 216, .24) !important;
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease !important;
}

.hvvcs-consult-submit:hover {
    transform: translateY(-2px);
    filter: brightness(.98);
    box-shadow: 0 22px 42px rgba(29, 78, 216, .28) !important;
}

.hvvcs-consult-submit:disabled {
    cursor: wait;
    opacity: .72;
    transform: none;
}

@media (max-width: 991px) {
    .hvvcs-consult-dialog {
        width: min(900px, 100%);
    }

    .hvvcs-consult-head h3 {
        font-size: 34px !important;
    }

    .hvvcs-consult-product {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .hvvcs-consult-product-info strong {
        font-size: 30px;
    }
}

@media (max-width: 782px) {
    .hvvcs-consult-modal {
        padding: 10px;
        align-items: flex-end;
    }

    .hvvcs-consult-dialog {
        max-height: calc(100vh - 20px);
        border-radius: 24px 24px 0 0;
    }

    .hvvcs-consult-close {
        top: 14px;
        right: 14px;
        width: 46px;
        height: 46px;
        font-size: 24px !important;
    }

    .hvvcs-consult-head {
        padding: 24px 18px 18px;
    }

    .hvvcs-consult-badge {
        min-height: 30px;
        margin-bottom: 12px;
        padding: 7px 14px;
        font-size: 11px;
    }

    .hvvcs-consult-head h3 {
        margin-right: 54px !important;
        font-size: 24px !important;
        letter-spacing: -.02em;
    }

    .hvvcs-consult-head p {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .hvvcs-consult-form {
        max-height: calc(100vh - 160px);
        padding: 18px;
    }

    .hvvcs-consult-product {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 12px;
        margin-bottom: 18px;
        padding: 10px;
        border-radius: 18px;
    }

    .hvvcs-consult-product-img {
        border-radius: 14px;
    }

    .hvvcs-consult-product-info span {
        margin-bottom: 8px;
        padding: 6px 10px;
        font-size: 10px;
    }

    .hvvcs-consult-product-info strong {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .hvvcs-consult-product-info em {
        font-size: 13px;
        line-height: 1.45;
    }

    .hvvcs-consult-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hvvcs-consult-form input,
    .hvvcs-consult-form textarea {
        padding: 13px 14px !important;
        border-radius: 14px !important;
        font-size: 14px !important;
    }

    .hvvcs-consult-note {
        margin-top: 14px;
    }

    .hvvcs-consult-note textarea {
        min-height: 116px;
    }

    .hvvcs-consult-submit {
        width: 100% !important;
        min-width: 0;
        min-height: 52px;
        border-radius: 14px !important;
        font-size: 14px !important;
    }
}

/* HVVCS v1.5.2 - nâng cấp form tư vấn: icon, thời gian liên hệ, chính sách, reCAPTCHA, loading */
.hvvcs-consult-field {
    position: relative;
}

.hvvcs-consult-field > span:first-child {
    display: block;
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .01em;
}

.hvvcs-consult-field > i {
    position: absolute;
    left: 17px;
    top: 47px;
    z-index: 2;
    width: 18px;
    color: #64748b;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    pointer-events: none;
    transition: color .18s ease, transform .18s ease;
}

.hvvcs-consult-field:focus-within > i {
    color: var(--hvvcs-consult-accent, #1d4ed8);
    transform: translateY(-1px);
}

.hvvcs-consult-form .hvvcs-consult-field input,
.hvvcs-consult-form .hvvcs-consult-field select,
.hvvcs-consult-form .hvvcs-consult-field textarea {
    padding-left: 48px !important;
}

.hvvcs-consult-form select {
    width: 100% !important;
    margin-top: 10px !important;
    padding: 16px 42px 16px 48px !important;
    border: 1px solid #dce6f1 !important;
    border-radius: 16px !important;
    background: #f8fbfe !important;
    color: #0f172a !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .02) !important;
    outline: none !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position: calc(100% - 22px) calc(50% + 1px), calc(100% - 16px) calc(50% + 1px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.hvvcs-consult-form select:hover {
    border-color: #c5d3e5 !important;
    background-color: #fff !important;
}

.hvvcs-consult-form select:focus {
    border-color: var(--hvvcs-consult-accent, #1d4ed8) !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 4px rgba(29, 78, 216, .10), 0 10px 22px rgba(29, 78, 216, .06) !important;
    transform: translateY(-1px);
}

.hvvcs-consult-field-wide {
    grid-column: 1 / -1;
}

.hvvcs-consult-agree {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #e2ebf4;
    border-radius: 16px;
    background: #f8fbfe;
    color: #475569 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
}

.hvvcs-consult-agree input[type="checkbox"] {
    flex: 0 0 auto;
    width: 20px !important;
    height: 20px !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-shadow: none !important;
    cursor: pointer;
}

.hvvcs-consult-agree span {
    display: block;
}

.hvvcs-consult-agree a {
    color: var(--hvvcs-consult-accent, #1d4ed8) !important;
    font-weight: 900;
    text-decoration: none !important;
}

.hvvcs-consult-agree a:hover {
    text-decoration: underline !important;
}

.hvvcs-consult-recaptcha {
    display: flex;
    justify-content: flex-start;
    margin-top: 18px;
    overflow-x: auto;
}

.hvvcs-consult-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hvvcs-consult-submit-spinner {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,.45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: hvvcsConsultSpin .8s linear infinite;
}

.hvvcs-consult-submit.hvvcs-loading .hvvcs-consult-submit-spinner {
    display: inline-block;
}

.hvvcs-consult-submit.hvvcs-loading {
    filter: none;
    transform: none;
    box-shadow: 0 12px 26px rgba(29, 78, 216, .18) !important;
}

@keyframes hvvcsConsultSpin {
    to { transform: rotate(360deg); }
}

.hvvcs-consult-status.hvvcs-info,
.hvvcs-consult-status.hvvcs-success,
.hvvcs-consult-status.hvvcs-error {
    position: relative;
    padding-left: 42px;
}

.hvvcs-consult-status.hvvcs-info::before,
.hvvcs-consult-status.hvvcs-success::before,
.hvvcs-consult-status.hvvcs-error::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.hvvcs-consult-status.hvvcs-info::before {
    content: "\f110";
    animation: hvvcsConsultSpin .8s linear infinite;
}

.hvvcs-consult-status.hvvcs-success::before {
    content: "\f058";
}

.hvvcs-consult-status.hvvcs-error::before {
    content: "\f06a";
}

@media (max-width: 782px) {
    .hvvcs-consult-field > i {
        top: 42px;
        left: 15px;
        font-size: 14px;
    }

    .hvvcs-consult-form .hvvcs-consult-field input,
    .hvvcs-consult-form .hvvcs-consult-field select,
    .hvvcs-consult-form .hvvcs-consult-field textarea {
        padding-left: 44px !important;
    }

    .hvvcs-consult-form select {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        border-radius: 14px !important;
        font-size: 14px !important;
    }

    .hvvcs-consult-agree {
        padding: 12px 13px;
        border-radius: 14px;
        font-size: 13px !important;
    }

    .hvvcs-consult-recaptcha {
        transform: scale(.92);
        transform-origin: left top;
        margin-bottom: -8px;
    }
}


/* HVVCS v1.5.3 - làm đẹp khu vực chọn cấu hình và tab nội dung */
.hvvcs-wrap .hvvcs-config-card {
    margin-top: 28px !important;
    padding: 28px 30px !important;
    display: grid !important;
    grid-template-columns: minmax(320px, 1.25fr) minmax(220px, .9fr) minmax(220px, .9fr) !important;
    gap: 34px !important;
    align-items: start !important;
    border: 1px solid #e6edf6 !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .045) !important;
}

.hvvcs-wrap .hvvcs-config-group {
    min-width: 0;
}

.hvvcs-wrap .hvvcs-config-title {
    margin-bottom: 16px !important;
    color: #0f172a !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
    letter-spacing: -.01em;
}

.hvvcs-wrap .hvvcs-variant-grid {
    gap: 14px !important;
}

.hvvcs-wrap .hvvcs-variant-btn {
    min-height: 112px !important;
    border-radius: 16px !important;
    border-color: #dde7f3 !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .035) !important;
}

.hvvcs-wrap .hvvcs-variant-btn span {
    color: #172033 !important;
    font-size: 16px !important;
}

.hvvcs-wrap .hvvcs-variant-btn strong {
    color: #1d4ed8 !important;
    font-size: 17px !important;
}

.hvvcs-wrap .hvvcs-variant-btn small {
    color: #7a8798 !important;
    font-size: 13px !important;
}

.hvvcs-wrap .hvvcs-variant-btn:hover,
.hvvcs-wrap .hvvcs-variant-btn:focus {
    border-color: #9db6ff !important;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%) !important;
    box-shadow: 0 16px 36px rgba(29, 78, 216, .11) !important;
    transform: translateY(-2px) !important;
}

.hvvcs-wrap .hvvcs-variant-btn.hvvcs-active {
    border-color: #1d4ed8 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f2f6ff 100%) !important;
    box-shadow: 0 18px 38px rgba(29, 78, 216, .14) !important;
}

.hvvcs-wrap .hvvcs-swatch-list {
    gap: 16px !important;
    padding: 6px 0 0 !important;
}

.hvvcs-wrap .hvvcs-swatch {
    width: 34px !important;
    height: 34px !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 0 0 1px #dbe4ef, 0 8px 18px rgba(15, 23, 42, .08) !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.hvvcs-wrap .hvvcs-swatch:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 0 0 1px #b7c6da, 0 12px 24px rgba(15, 23, 42, .13) !important;
}

.hvvcs-wrap .hvvcs-swatch.hvvcs-active::after {
    inset: -6px !important;
    border: 2px solid #1d4ed8 !important;
    box-shadow: 0 0 0 4px rgba(29, 78, 216, .08) !important;
}

.hvvcs-wrap .hvvcs-tabs {
    margin-top: 34px !important;
}

.hvvcs-wrap .hvvcs-tab-nav {
    gap: 8px !important;
    padding: 8px !important;
    border: 1px solid #e6edf6 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .04) !important;
}

.hvvcs-wrap .hvvcs-tab-btn {
    min-height: 44px !important;
    padding: 12px 18px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: #5f6b7c !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease !important;
}

.hvvcs-wrap .hvvcs-tab-btn:hover {
    background: #f3f7ff !important;
    color: #1d4ed8 !important;
}

.hvvcs-wrap .hvvcs-tab-btn.hvvcs-active {
    background: #1d4ed8 !important;
    color: #fff !important;
    border-bottom-color: transparent !important;
    box-shadow: 0 10px 22px rgba(29, 78, 216, .18) !important;
}

.hvvcs-wrap .hvvcs-tab-panels {
    margin-top: 18px !important;
}

.hvvcs-wrap .hvvcs-tab-panel.hvvcs-active {
    display: grid !important;
    grid-template-columns: minmax(300px, .42fr) minmax(0, .58fr) !important;
    gap: 32px !important;
    align-items: stretch !important;
    padding: 28px !important;
    border: 1px solid #e6edf6 !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .045) !important;
}

.hvvcs-wrap .hvvcs-tab-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.hvvcs-wrap .hvvcs-tab-copy h2 {
    margin: 0 0 14px !important;
    color: #0f172a !important;
    font-size: 28px !important;
    line-height: 1.22 !important;
    font-weight: 900 !important;
    letter-spacing: -.025em;
}

.hvvcs-wrap .hvvcs-tab-copy p {
    margin: 0 0 18px !important;
    color: #475569 !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.hvvcs-wrap .hvvcs-bullet-list {
    display: grid !important;
    gap: 10px !important;
}

.hvvcs-wrap .hvvcs-bullet-list li {
    min-height: 40px;
    margin: 0 !important;
    padding: 10px 14px 10px 42px !important;
    border: 1px solid #eaf0f7;
    border-radius: 14px;
    background: #ffffff;
    color: #263244 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .025);
}

.hvvcs-wrap .hvvcs-bullet-list li::before {
    content: '✓' !important;
    left: 14px !important;
    top: 10px !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ecfdf5;
    color: #10b981 !important;
    font-size: 13px;
    line-height: 1;
}

.hvvcs-wrap .hvvcs-tab-image {
    min-height: 380px !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: #eef3f8 !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .10) !important;
}

.hvvcs-wrap .hvvcs-tab-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 380px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    transition: transform .28s ease !important;
}

.hvvcs-wrap .hvvcs-tab-panel:hover .hvvcs-tab-image img {
    transform: scale(1.015);
}

@media (max-width: 991px) {
    .hvvcs-wrap .hvvcs-config-card,
    .hvvcs-wrap .hvvcs-tab-panel.hvvcs-active {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .hvvcs-wrap .hvvcs-config-card {
        padding: 22px !important;
    }

    .hvvcs-wrap .hvvcs-tab-panel.hvvcs-active {
        padding: 22px !important;
    }

    .hvvcs-wrap .hvvcs-tab-image,
    .hvvcs-wrap .hvvcs-tab-image img {
        min-height: 300px !important;
    }
}

@media (max-width: 640px) {
    .hvvcs-wrap .hvvcs-config-card {
        margin-top: 18px !important;
        padding: 16px !important;
        border-radius: 16px !important;
        gap: 18px !important;
    }

    .hvvcs-wrap .hvvcs-variant-grid {
        grid-template-columns: 1fr !important;
    }

    .hvvcs-wrap .hvvcs-variant-btn {
        min-height: 96px !important;
        padding: 15px 16px !important;
    }

    .hvvcs-wrap .hvvcs-swatch {
        width: 31px !important;
        height: 31px !important;
    }

    .hvvcs-wrap .hvvcs-tabs {
        margin-top: 24px !important;
    }

    .hvvcs-wrap .hvvcs-tab-nav {
        padding: 6px !important;
        border-radius: 14px !important;
    }

    .hvvcs-wrap .hvvcs-tab-btn {
        min-height: 40px !important;
        padding: 10px 13px !important;
        border-radius: 10px !important;
        font-size: 13px !important;
    }

    .hvvcs-wrap .hvvcs-tab-panel.hvvcs-active {
        padding: 16px !important;
        border-radius: 18px !important;
        gap: 18px !important;
    }

    .hvvcs-wrap .hvvcs-tab-copy h2 {
        font-size: 22px !important;
    }

    .hvvcs-wrap .hvvcs-tab-copy p {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .hvvcs-wrap .hvvcs-bullet-list li {
        font-size: 13px !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .hvvcs-wrap .hvvcs-tab-image,
    .hvvcs-wrap .hvvcs-tab-image img {
        min-height: 220px !important;
    }
}

/* HVVCS v1.5.4 - reset mạnh cho tab/form để tránh Flatsome override */
.hvvcs-wrap [data-hvvcs-tabs],
.hvvcs-wrap [data-hvvcs-tabs] * {
    box-sizing: border-box !important;
}

.hvvcs-wrap [data-hvvcs-tabs] .hvvcs-tab-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 0 22px !important;
    padding: 10px !important;
    border: 1px solid #e5edf7 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .045) !important;
    overflow: visible !important;
}

.hvvcs-wrap [data-hvvcs-tabs] button.hvvcs-tab-btn,
.hvvcs-wrap [data-hvvcs-tabs] button.hvvcs-tab-btn:hover,
.hvvcs-wrap [data-hvvcs-tabs] button.hvvcs-tab-btn:focus,
.hvvcs-wrap [data-hvvcs-tabs] button.hvvcs-tab-btn:active {
    appearance: none !important;
    -webkit-appearance: none !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 44px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: #5f6b7c !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer !important;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.hvvcs-wrap [data-hvvcs-tabs] button.hvvcs-tab-btn:hover {
    background: #f3f7ff !important;
    color: #1d4ed8 !important;
    transform: translateY(-1px) !important;
}

.hvvcs-wrap [data-hvvcs-tabs] button.hvvcs-tab-btn.hvvcs-active,
.hvvcs-wrap [data-hvvcs-tabs] button.hvvcs-tab-btn.hvvcs-active:hover,
.hvvcs-wrap [data-hvvcs-tabs] button.hvvcs-tab-btn.hvvcs-active:focus {
    background: #1d4ed8 !important;
    color: #fff !important;
    border-bottom-color: transparent !important;
    box-shadow: 0 12px 24px rgba(29, 78, 216, .22) !important;
    transform: none !important;
}

.hvvcs-wrap [data-hvvcs-tabs] .hvvcs-tab-panels {
    margin-top: 0 !important;
}

.hvvcs-wrap [data-hvvcs-tabs] .hvvcs-tab-panel {
    display: none !important;
}

.hvvcs-wrap [data-hvvcs-tabs] .hvvcs-tab-panel.hvvcs-active {
    display: grid !important;
}

.hvvcs-consult-modal .hvvcs-consult-form,
.hvvcs-consult-modal .hvvcs-consult-form * {
    box-sizing: border-box !important;
}

.hvvcs-consult-modal .hvvcs-consult-grid:empty {
    display: none !important;
}

.hvvcs-consult-modal .hvvcs-consult-field {
    position: relative !important;
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.hvvcs-consult-modal .hvvcs-consult-note.hvvcs-consult-field {
    margin-top: 20px !important;
}

.hvvcs-consult-modal .hvvcs-consult-field > span:first-child {
    display: block !important;
    margin: 0 0 10px !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: .01em !important;
}

.hvvcs-consult-modal .hvvcs-consult-field > i {
    position: absolute !important;
    left: 18px !important;
    top: auto !important;
    bottom: 18px !important;
    z-index: 3 !important;
    width: 18px !important;
    height: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #64748b !important;
    font-size: 15px !important;
    line-height: 1 !important;
    pointer-events: none !important;
}

.hvvcs-consult-modal .hvvcs-consult-note.hvvcs-consult-field > i {
    top: 47px !important;
    bottom: auto !important;
}

.hvvcs-consult-modal .hvvcs-consult-field:focus-within > i {
    color: #1d4ed8 !important;
}

.hvvcs-consult-modal .hvvcs-consult-form .hvvcs-consult-field input,
.hvvcs-consult-modal .hvvcs-consult-form .hvvcs-consult-field select,
.hvvcs-consult-modal .hvvcs-consult-form .hvvcs-consult-field textarea {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 15px 18px 15px 50px !important;
    border: 1px solid #dce6f1 !important;
    border-radius: 16px !important;
    background-color: #f8fbfe !important;
    color: #0f172a !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .02) !important;
    outline: none !important;
}

.hvvcs-consult-modal .hvvcs-consult-form .hvvcs-consult-field textarea {
    min-height: 148px !important;
    padding-top: 16px !important;
    resize: vertical !important;
}

.hvvcs-consult-modal .hvvcs-consult-form .hvvcs-consult-field select {
    padding-right: 46px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%) !important;
    background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50% !important;
    background-size: 6px 6px, 6px 6px !important;
    background-repeat: no-repeat !important;
}

.hvvcs-consult-modal .hvvcs-consult-form .hvvcs-consult-field input:focus,
.hvvcs-consult-modal .hvvcs-consult-form .hvvcs-consult-field select:focus,
.hvvcs-consult-modal .hvvcs-consult-form .hvvcs-consult-field textarea:focus {
    border-color: #1d4ed8 !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 4px rgba(29, 78, 216, .10), 0 10px 22px rgba(29, 78, 216, .06) !important;
}

@media (max-width: 640px) {
    .hvvcs-wrap [data-hvvcs-tabs] .hvvcs-tab-nav {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding: 8px !important;
        gap: 8px !important;
        scrollbar-width: none !important;
    }

    .hvvcs-wrap [data-hvvcs-tabs] .hvvcs-tab-nav::-webkit-scrollbar {
        display: none !important;
    }

    .hvvcs-wrap [data-hvvcs-tabs] button.hvvcs-tab-btn {
        min-height: 40px !important;
        padding: 10px 14px !important;
        font-size: 13px !important;
        border-radius: 11px !important;
    }

    .hvvcs-consult-modal .hvvcs-consult-field > i {
        left: 16px !important;
        bottom: 16px !important;
    }

    .hvvcs-consult-modal .hvvcs-consult-note.hvvcs-consult-field > i {
        top: 43px !important;
    }

    .hvvcs-consult-modal .hvvcs-consult-form .hvvcs-consult-field input,
    .hvvcs-consult-modal .hvvcs-consult-form .hvvcs-consult-field select,
    .hvvcs-consult-modal .hvvcs-consult-form .hvvcs-consult-field textarea {
        min-height: 52px !important;
        padding-left: 46px !important;
        font-size: 14px !important;
        border-radius: 14px !important;
    }
}

/* HVVCS monthly promotion section - isolated from Flatsome */
.hvvcs-wrap .hvvcs-promo-section,
.hvvcs-wrap .hvvcs-promo-section * {
    box-sizing: border-box;
}

.hvvcs-wrap .hvvcs-promo-section {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 34px;
    align-items: center;
    margin: 30px 0 26px;
    padding: 26px;
    border: 1px solid #e5edf7;
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 22px 52px rgba(15, 23, 42, .055);
}

.hvvcs-wrap .hvvcs-promo-visual {
    min-width: 0;
    text-align: center;
}

.hvvcs-wrap .hvvcs-promo-car-frame {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: radial-gradient(circle at 50% 38%, #ffffff 0%, #f7faff 68%, #eef4fb 100%);
    overflow: hidden;
}

.hvvcs-wrap .hvvcs-promo-car-frame img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: contain;
    object-position: center center;
    display: block;
    filter: drop-shadow(0 16px 22px rgba(15, 23, 42, .12));
}

.hvvcs-wrap .hvvcs-promo-swatches {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 18px;
}

.hvvcs-wrap .hvvcs-promo-swatches span {
    width: 38px;
    height: 22px;
    display: inline-block;
    border: 1px solid #d8e0ea;
    border-radius: 3px;
    background: var(--hvvcs-promo-swatch, #fff);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

.hvvcs-wrap .hvvcs-promo-price {
    margin-top: 14px;
    color: #ef2b2d;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.01em;
    text-transform: uppercase;
}

.hvvcs-wrap .hvvcs-promo-price strong {
    color: inherit;
    font-weight: 900;
}

.hvvcs-wrap .hvvcs-promo-card {
    position: relative;
    min-width: 0;
    padding: 26px 28px 24px;
    border: 2px dashed #ef4444;
    border-radius: 20px;
    background: rgba(255,255,255,.9);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 12px 28px rgba(15,23,42,.04);
}

.hvvcs-wrap .hvvcs-promo-eyebrow {
    margin-bottom: 8px;
    text-align: center;
    color: #475569;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
}

.hvvcs-wrap .hvvcs-promo-title {
    margin: 0 0 8px !important;
    padding: 0 !important;
    text-align: center;
    color: #ef2b2d !important;
    font-size: 26px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: -.02em;
}

.hvvcs-wrap .hvvcs-promo-month {
    margin-bottom: 18px;
    text-align: center;
    color: #2563eb;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 900;
    text-transform: uppercase;
}

.hvvcs-wrap .hvvcs-promo-content {
    display: grid;
    gap: 11px;
}

.hvvcs-wrap .hvvcs-promo-group-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: #2563eb;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 900;
}

.hvvcs-wrap .hvvcs-promo-group-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    color: #2563eb;
    font-size: 13px;
}

.hvvcs-wrap .hvvcs-promo-list {
    margin: 0 !important;
    padding: 0 0 0 27px !important;
    list-style: disc !important;
}

.hvvcs-wrap .hvvcs-promo-list li {
    margin: 0 0 6px !important;
    padding: 0 !important;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.hvvcs-wrap .hvvcs-promo-list li::marker {
    color: #64748b;
}

.hvvcs-wrap .hvvcs-promo-group:first-child .hvvcs-promo-list li {
    color: #ef2b2d;
    font-weight: 700;
}

/* v1.5.9 promo quote center fix */
.hvvcs-wrap .hvvcs-promo-card {
    text-align: center;
}

.hvvcs-wrap .hvvcs-promo-content {
    text-align: left;
}

.hvvcs-wrap .hvvcs-promo-note {
    margin: 12px 0 14px;
    padding-top: 10px;
    border-top: 1px solid #b7bec9;
    color: #ef4444;
    text-align: center;
    font-size: 13px;
    font-style: italic;
    font-weight: 800;
}

.hvvcs-wrap button.hvvcs-promo-quote-btn,
.hvvcs-wrap button.hvvcs-promo-quote-btn:hover,
.hvvcs-wrap button.hvvcs-promo-quote-btn:focus,
.hvvcs-wrap button.hvvcs-promo-quote-btn:active,
.hvvcs-wrap button.hvvcs-promo-quote-btn:visited {
    -webkit-appearance: none !important;
    appearance: none !important;
    box-sizing: border-box !important;
    width: max-content !important;
    max-width: 100% !important;
    min-width: 190px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 auto !important;
    padding: 10px 22px !important;
    border: 1px solid #2688d9 !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #2487d8 0%, #1d73bd 100%) !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .01em !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    box-shadow: 0 10px 22px rgba(36, 135, 216, .22) !important;
    cursor: pointer !important;
    outline: none !important;
    overflow: hidden !important;
    position: relative !important;
    backface-visibility: hidden !important;
    transform: translateZ(0) !important;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, filter .18s ease, box-shadow .18s ease !important;
}

.hvvcs-wrap button.hvvcs-promo-quote-btn i,
.hvvcs-wrap button.hvvcs-promo-quote-btn span {
    position: relative;
    z-index: 1;
}

.hvvcs-wrap button.hvvcs-promo-quote-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,.14) 100%);
    opacity: 0;
    transition: opacity .18s ease;
}

.hvvcs-wrap button.hvvcs-promo-quote-btn:hover,
.hvvcs-wrap button.hvvcs-promo-quote-btn:focus {
    border-color: #1d73bd !important;
    background: linear-gradient(135deg, #2c94e6 0%, #1e76c2 100%) !important;
    color: #fff !important;
    transform: translateY(-1px) translateZ(0) !important;
    filter: none !important;
    box-shadow: 0 14px 26px rgba(36, 135, 216, .28) !important;
}

.hvvcs-wrap button.hvvcs-promo-quote-btn:hover::before,
.hvvcs-wrap button.hvvcs-promo-quote-btn:focus::before {
    opacity: 1;
}

.hvvcs-wrap button.hvvcs-promo-quote-btn:active {
    transform: translateY(0) translateZ(0) !important;
    box-shadow: 0 8px 18px rgba(36, 135, 216, .22) !important;
}

@media (max-width: 991px) {
    .hvvcs-wrap .hvvcs-promo-section {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 22px;
    }

    .hvvcs-wrap .hvvcs-promo-card {
        max-width: 640px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .hvvcs-wrap .hvvcs-promo-section {
        margin: 22px 0;
        padding: 14px;
        border-radius: 20px;
    }

    .hvvcs-wrap .hvvcs-promo-car-frame {
        min-height: 190px;
        border-radius: 18px;
    }

    .hvvcs-wrap .hvvcs-promo-car-frame img {
        max-height: 230px;
    }

    .hvvcs-wrap .hvvcs-promo-swatches {
        gap: 8px;
        margin-top: 12px;
    }

    .hvvcs-wrap .hvvcs-promo-swatches span {
        width: 31px;
        height: 19px;
    }

    .hvvcs-wrap .hvvcs-promo-price {
        font-size: 17px;
    }

    .hvvcs-wrap .hvvcs-promo-card {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .hvvcs-wrap .hvvcs-promo-title {
        font-size: 22px !important;
    }

    .hvvcs-wrap .hvvcs-promo-month,
    .hvvcs-wrap .hvvcs-promo-group-title {
        font-size: 13px;
    }

    .hvvcs-wrap .hvvcs-promo-list li {
        font-size: 13px;
    }

    .hvvcs-wrap .hvvcs-promo-quote-btn {
        width: 100% !important;
        min-width: 0;
    }
}

/* HVVCS v1.5.7 - global promotion, rolling cost, related slider */
.hvvcs-wrap .hvvcs-promo-swatches .hvvcs-promo-swatch,
.hvvcs-wrap .hvvcs-promo-swatches .hvvcs-promo-swatch:hover,
.hvvcs-wrap .hvvcs-promo-swatches .hvvcs-promo-swatch:focus,
.hvvcs-wrap .hvvcs-promo-swatches .hvvcs-promo-swatch:active {
    width: 42px !important;
    height: 26px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid #d8e0ea !important;
    border-radius: 5px !important;
    background: var(--hvvcs-promo-swatch, #fff) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.45) !important;
    outline: none !important;
    cursor: pointer;
    text-indent: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.hvvcs-wrap .hvvcs-promo-swatches .hvvcs-promo-swatch span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.hvvcs-wrap .hvvcs-promo-swatches .hvvcs-promo-swatch:hover {
    transform: translateY(-1px);
    border-color: #b9c7da !important;
}

.hvvcs-wrap .hvvcs-promo-swatches .hvvcs-promo-swatch.hvvcs-active {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .18), inset 0 0 0 1px rgba(255,255,255,.65) !important;
}

.hvvcs-wrap .hvvcs-promo-car-image {
    transition: opacity .18s ease, transform .18s ease;
}

.hvvcs-rolling-cost-section {
    margin-top: 34px;
}

.hvvcs-rolling-cost-section .hvrce-estimator {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hvvcs-related-section,
.hvvcs-related-section * {
    box-sizing: border-box;
}

.hvvcs-related-section {
    margin: 34px 0 18px;
    padding: 26px;
    border: 1px solid #e5edf7;
    border-radius: 28px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    box-shadow: 0 18px 46px rgba(15, 23, 42, .05);
}

.hvvcs-related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.hvvcs-related-head h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: #0f172a;
    font-size: 26px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: -.02em;
}

.hvvcs-related-arrows {
    display: inline-flex;
    gap: 10px;
}

.hvvcs-related-arrow,
.hvvcs-related-arrow:hover,
.hvvcs-related-arrow:focus,
.hvvcs-related-arrow:active {
    width: 40px !important;
    height: 40px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 1px solid #dbe6f2 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #1d4ed8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .06) !important;
    cursor: pointer;
    outline: none !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.hvvcs-related-arrow:hover {
    transform: translateY(-1px);
    border-color: #bfcbff !important;
    box-shadow: 0 12px 24px rgba(29, 78, 216, .12) !important;
}

.hvvcs-related-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 31%);
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 4px 2px 8px;
}

.hvvcs-related-track::-webkit-scrollbar {
    display: none;
}

.hvvcs-related-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e5edf7;
    border-radius: 20px;
    background: #fff;
    scroll-snap-align: start;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .045);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hvvcs-related-card:hover {
    transform: translateY(-2px);
    border-color: #d4deec;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .075);
}

.hvvcs-related-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f4f7fb;
    text-decoration: none !important;
    color: #94a3b8 !important;
}

.hvvcs-related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform .22s ease;
}

.hvvcs-related-card:hover .hvvcs-related-img img {
    transform: scale(1.035);
}

.hvvcs-related-body {
    padding: 16px 18px 18px;
}

.hvvcs-related-body h3 {
    margin: 0 0 6px !important;
    padding: 0 !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
    font-weight: 900 !important;
}

.hvvcs-related-body h3 a,
.hvvcs-related-body h3 a:hover,
.hvvcs-related-body h3 a:focus {
    color: #0f172a !important;
    text-decoration: none !important;
}

.hvvcs-related-body h3 a:hover {
    color: #1d4ed8 !important;
}

.hvvcs-related-body p {
    margin: 0 0 10px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.hvvcs-related-body strong {
    display: block;
    margin-bottom: 14px;
    color: #1d4ed8;
    font-size: 17px;
    font-weight: 900;
}

.hvvcs-related-btn,
.hvvcs-related-btn:hover,
.hvvcs-related-btn:focus,
.hvvcs-related-btn:active {
    min-height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 9px 16px !important;
    border: 1px solid #d9e2ee !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.hvvcs-related-btn:hover {
    border-color: #1d4ed8 !important;
    color: #1d4ed8 !important;
}

@media (max-width: 991px) {
    .hvvcs-related-track {
        grid-auto-columns: minmax(240px, 45%);
    }
}

@media (max-width: 640px) {
    .hvvcs-wrap .hvvcs-promo-swatches .hvvcs-promo-swatch,
    .hvvcs-wrap .hvvcs-promo-swatches .hvvcs-promo-swatch:hover,
    .hvvcs-wrap .hvvcs-promo-swatches .hvvcs-promo-swatch:focus {
        width: 34px !important;
        height: 22px !important;
    }

    .hvvcs-related-section {
        margin-top: 24px;
        padding: 16px;
        border-radius: 20px;
    }

    .hvvcs-related-head h2 {
        font-size: 22px !important;
    }

    .hvvcs-related-track {
        grid-auto-columns: minmax(230px, 82%);
        gap: 14px;
    }
}
