/************ // General HTML Tags // ************/

@font-face {
    font-family: 'VW-Light';
    src: url('/wp-content/themes/genesis-sample/fonts/VWHeadWeb-Light.ttf');
}

@font-face {
    font-family: 'VW-regular';
    src: url('/wp-content/themes/genesis-sample/fonts/VWHeadWeb-Regular.ttf');
}

@font-face {
    font-family: 'VW-semibold';
    src: url('/wp-content/themes/genesis-sample/fonts/VWHeadWeb-Bold.ttf');
}

@font-face {
    font-family: 'VW-Bold';
    src: url('/wp-content/themes/genesis-sample/fonts/VWHeadWeb-ExtraBold.ttf');
}

body {
    color: #000000;
    background-color: #ffffff;
}

.entry-content {
    background-color: #ffffff;
}

* {
    outline: none !important;
}

:root {
    --vw-b: #17214f;
    --vw-lb: #0082d6;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'VW-regular';
}

p, a, i, li, div {
    font-family: 'VW-Regular';
    font-weight: 200;
}

img { pointer-events: none; }


.site-inner {
    clear: both;
    padding-top: 0;
    word-wrap: break-word;
    max-width: unset;
}

.entry {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 0;
}

.limitWidth {
    margin: 0 auto;
    max-width: 1400px;
    padding: 20px;
}

.site-header .wrap {
    display: flex;
    max-width: unset;
    align-items: center;
}

html {
    scroll-behavior: smooth;
}


.site-header>.wrap {
    padding: 0px 0;
}

.header-image .title-area {
    margin: unset;
}

.entry-header {
    display: none;
}

.bx-wrapper {
    position: relative;
    top: -45px;
    z-index: 0;
}

section#nav_menu-2 {
    padding: 0 20px 0 0;
}

.bx-wrapper .bx-viewport {
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    background: #00000000 !important;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: unset;
}

.widget-area.header-widget-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/************ // Site Structure // ************/

.title-area {
    display: none;
}

.site-header .wrap {
    display: flex;
    max-width: unset;
    align-items: center;
}

.site-header .widget-area {
    width: 1800px;
    margin: 0 auto;
    padding: 0 40px;
}

.site-header>.wrap {
    padding: 0px 0;
}

section#custom_html-2 {
    margin-bottom: 0;
}

/************ // Header // ************/

.headerSection {
    width: 100%;
    background-color: var(--vw-b);

}

.headerWrapperSection {
    width: 100%;
    max-width: 1500px;
    padding: 0px 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eachContact a {
    color: #fff;
    text-decoration: none;
    margin-left: 0;
    font-size: 15px;
}

.eachIcon a {
    display: flex;
}

a.button.headerTestDrive {
    font-weight: 500;
    background-color: var(--vw-lb);
    color: #fff;
    font-family: 'VW-regular';
    display: block;
    padding: 23px;
    border-radius: 0;
}

.iconsHolder {
    display: flex;
    gap: 20px;
}

.socialAndButtonWrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.peppermint {
    /* the element was .wrap.bannerSlider.peppermint.peppermint-inactive */
    position: relative;
}

/* related resource: *inspector-stylesheet:1:1 */
.peppermint-arrows {
    /* the element was .peppermint-arrows */
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

/* related resource: style.css?ver=2.2.4:303:1 */
img {
    /* the element was img#left-arr */
    pointer-events: auto;
    cursor: pointer;
}

/* related resource: style.css?ver=2.2.4:303:1 */
img {
    /* the element was img#right-arr */
    pointer-events: auto;
    cursor: pointer;
}

/************ // Menu // ************/

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus {
    text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus {
    color: var(--vw-lb) !important;
}

.genesis-nav-menu a {
    text-decoration: none;
    display: block;
    padding: 32px 20px;
    font-family: 'VW-semibold';
}

/************ // Content // ************/

.featured-vehicles-section {
    width: 100%;
    padding: 15px 40px 55px;
    background: #ffffff;
}

.featured-vehicles-heading {
    margin: 0 auto 28px;
    text-align: center;
}

.featured-vehicles-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--vw-lb);
    font-family: 'VW-semibold';
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}

.featured-vehicles-heading h2 {
    position: relative;
    margin: 0;
    padding-bottom: 18px;
    color: var(--vw-b);
    font-size: 40px;
    line-height: 1.1;
}

.featured-vehicles-heading h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 5px;
    background: var(--vw-lb);
    transform: translateX(-50%);
}

#archive_holder_new.featured-vehicles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.range-image {
    max-width: 1300px;
    margin: 0 auto;
}

.featured-vehicle-card {
    overflow: hidden;
    border: 1px solid #9da5b2;
    border-radius: 12px;
    background: #ffffff;
}

.featured-vehicle-link {
    display: flex;
    min-height: 325px;
    padding: 20px 14px 14px;
    color: var(--vw-b);
    text-decoration: none;
    flex-direction: column;
}

.featured-vehicle-link:hover,
.featured-vehicle-link:focus {
    color: var(--vw-b);
    text-decoration: none;
}

.featured-vehicle-image {
    display: flex;
    height: 185px;
    align-items: center;
    justify-content: center;
}

.featured-vehicle-image img {
    display: block;
    width: 100%;
}

.thompsons-footer-column {
    text-align: left;
}

.featured-vehicle-details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 15px;
    align-items: end;
    margin-top: 12px;
}

.featured-vehicle-details h3 {
    margin: 0;
    color: var(--vw-b);
    font-size: 28px;
    line-height: 1.1;
}

.featured-vehicle-price {
    margin: 0;
    color: var(--vw-lb);
    font-family: 'VW-semibold';
    font-size: 38px;
    line-height: 1;
    white-space: nowrap;
}

.featured-vehicle-cta {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 22px;
    color: var(--vw-b);
    font-family: 'VW-semibold';
    font-size: 18px;
    line-height: 1;
}

.featured-vehicle-cta span {
    font-size: 28px;
    line-height: 1;
}

.featured-vehicles-footer {
    margin-top: 32px;
    text-align: center;
}

.featured-vehicles-all {
    display: inline-flex;
    min-width: 195px;
    min-height: 52px;
    padding: 13px 28px;
    border: 1px solid var(--vw-b);
    border-radius: 28px;
    color: var(--vw-b);
    align-items: center;
    justify-content: center;
    font-family: 'VW-semibold';
    font-size: 17px;
    line-height: 1.1;
    text-decoration: none;
}

.featured-vehicles-all:hover,
.featured-vehicles-all:focus {
    background: var(--vw-b);
    color: #ffffff;
    text-decoration: none;
}

/************* // WhatsApp button // ************/

.waButton {
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 1%;
    right: 5%;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

/************ // About us // ************/

.tvw-about {
    --tvw-blue: #17214f;
    --tvw-light-blue: #0082d6;
    --tvw-bottom-bg: url("/wp-content/uploads/2026/05/About-us-bottom-banner.webp");
    color: var(--tvw-blue);
    background: #fff;
}

.tvw-about * {
    box-sizing: border-box;
}

.tvw-about__inner {
    width: min(100%, 1400px);
    margin: 0 auto;
    padding: clamp(56px, 7vw, 105px) 32px clamp(54px, 6vw, 88px);
    display: grid;
    grid-template-columns: minmax(280px, 1.02fr) minmax(320px, 0.98fr);
    gap: 0;
    align-items: start;
}

.tvw-about__photo-frame {
    width: 100%;
    margin-top: 28px;
}

.tvw-about__photo {
    display: block;
    width: 100%;
}

.tvw-about__content {
    max-width: 615px;
}

.tvw-about__title {
    margin: 0;
    color: var(--tvw-blue);
    font-family: "VW-Regular", Arial, sans-serif;
    font-size: clamp(34px, 3.2vw, 47px);
    line-height: 1.07;
    letter-spacing: 0;
}

.tvw-about__rule {
    display: block;
    width: 62px;
    height: 5px;
    margin: 12px 0 28px;
    background: var(--tvw-light-blue);
}

.tvw-about__copy {
    margin: 0 0 21px;
    color: var(--tvw-blue);
    font-family: "VW-regular";
    font-size: 15px;
    line-height: 1.27;
}

.tvw-about__cta {
    position: relative;
    min-height: 154px;
    overflow: hidden;
    color: #fff;
    background-image:
        linear-gradient(90deg, rgba(23, 33, 79, 0.98) 0%, rgba(23, 33, 79, 0.9) 34%, rgba(23, 33, 79, 0.82) 100%),
        var(--tvw-bottom-bg);
    background-size: cover;
    background-position: center;
}

.tvw-about__cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 29%, rgba(255, 255, 255, 0.1) 29% 30%, transparent 30% 62%, rgba(255, 255, 255, 0.1) 62% 63%, transparent 63%),
        rgba(23, 33, 79, 0.16);
    pointer-events: none;
}

.tvw-about__cta-inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1280px);
    min-height: 180px;
    margin: 0 auto;
    padding: 28px 32px;
    display: grid;
    grid-template-columns: 1fr 1.18fr auto;
    gap: clamp(28px, 5vw, 88px);
    align-items: center;
}

.tvw-about__cta-kicker,
.tvw-about__cta-text {
    margin: 0;
    font-family: "VW-light";
    font-size: clamp(15px, 1.3vw, 19px);
    line-height: 1.22;
}

.tvw-about__cta-title {
    margin: 5px 0 0;
    color: #fff;
    font-family: "VW-Bold", Arial, sans-serif;
    font-size: clamp(33px, 3vw, 46px);
    line-height: 1;
    letter-spacing: 0;
}

.tvw-about__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    min-height: 52px;
    padding: 13px 26px;
    border: 2px solid rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-family: "VW-Bold", Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.tvw-about__button:hover,
.tvw-about__button:focus {
    color: var(--tvw-blue);
    background: #fff;
    border-color: #fff;
}


/************ // WooCommerce // ************/


/************ // Footer // ************/

.thompsons-footer {
    width: 100%;
    background: var(--vw-b);
    color: #ffffff;
}

.thompsons-footer-main {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 55px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 40px 40px;
    align-items: center;
}

.thompsons-footer-logo {
    display: inline-flex;
    width: 160px;
    text-decoration: none;
}

.thompsons-footer-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.thompsons-footer-nav {
    display: grid;
    grid-auto-flow: column;
    gap: 80px;
    align-items: start;
    justify-content: start;
}

.thompsons-footer-column h3 {
    margin: 0 0 13px;
    color: rgba(255, 255, 255, 0.72);
    font-family: 'VW-Light';
    font-size: 18px;
    font-weight: 200;
    line-height: 1.2;
}

.thompsons-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thompsons-footer-column li {
    margin: 0 0 8px;
    padding: 0;
}

.thompsons-footer-column a {
    color: #ffffff;
    font-family: 'VW-regular';
    font-size: 17px;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 600;
}

.thompsons-footer-column a:hover,
.thompsons-footer-column a:focus,
.thompsons-footer-legal a:hover,
.thompsons-footer-legal a:focus {
    color: var(--vw-lb);
    text-decoration: none;
}

.thompsons-footer-bottom {
    display: flex;
    max-width: 1400px;
    min-height: 72px;
    margin: 0 auto;
    padding: 18px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.74);
    align-items: center;
    justify-content: space-between;
}

.thompsons-footer-bottom p {
    margin: 0;
    color: inherit;
    font-size: 16px;
    line-height: 1.3;
}

.thompsons-footer-legal {
    display: flex;
    gap: 42px;
    align-items: center;
}

.thompsons-footer-legal a,
.thompsons-footer-legal span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
}

.site-footer {
    padding: 0px 0;
}


/************ // Responsive // ************/

@media only screen and (max-width: 1100px) {
    #archive_holder_new.featured-vehicles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media only screen and (max-width: 980px) {
    .tvw-about__inner {
        grid-template-columns: 1fr;
        gap: 46px;
        padding-inline: 24px;
    }

    .tvw-about__photo-frame {
        margin: 0 auto;
    }

    .tvw-about__content {
        max-width: 720px;
        margin: 0 auto;
    }

    .tvw-about__cta-inner {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: center;
    }

    .wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .site-inner {
        padding: 0;
    }
}

@media only screen and (max-width: 700px) {
    .featured-vehicles-section {
        padding: 20px 18px 42px;
    }

    .featured-vehicles-heading h2 {
        font-size: 32px;
    }

    #archive_holder_new.featured-vehicles-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .featured-vehicle-link {
        min-height: 300px;
    }

    .featured-vehicle-image {
        height: 165px;
    }

    .featured-vehicle-details {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .featured-vehicle-details h3 {
        font-size: 26px;
    }

    .featured-vehicle-price {
        font-size: 34px;
    }

    .thompsons-footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 42px 24px 34px;
        text-align: center;
    }

    .thompsons-footer-logo {
        margin: 0 auto;
    }

    .thompsons-footer-nav {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .thompsons-footer-bottom {
        flex-direction: column;
        gap: 16px;
        padding: 22px 24px;
        text-align: center;
    }

    .thompsons-footer-legal {
        gap: 22px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 620px) {
    .tvw-about__inner {
        padding: 44px 18px 48px;
    }

    .tvw-about__photo-frame {
        padding: 11px 11px 27px;
        box-shadow: 8px 14px 20px rgba(0, 0, 0, 0.28);
        transform: rotate(-2deg);
    }

    .tvw-about__copy {
        font-size: 14px;
        line-height: 1.38;
    }

    .tvw-about__cta-inner {
        padding: 30px 18px;
    }

    .tvw-about__button {
        width: fit-content;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    /* Laptop */

}

@media screen and (max-width: 1024px) {
    /* Older Desktop */

}

@media screen and (max-width: 768px) {
    .widget-area.header-widget-area {
        flex-direction: column;
    }

    .js .nav-primary .genesis-nav-menu .menu-item, .js .site-header .genesis-nav-menu .menu-item {
        text-align: center;
    }


    .headerWrapperSection {
        flex-direction: column;
    }

    .wrapEachFinance {
        display: block;
    }

    .financeStep p {
        margin-bottom: 0;
        margin-left: 0px;
    }

    .financeStep, .emptyCol {
        width: 100%;
    }

    .financeStepsSection {
        padding: 0;
    }

}

@media screen and (max-width: 480px) {
    /* iPhone 6 Plus, Landscape Display */
        .peppermint-arrows {
        top: 36%;
        transform: translateY(-50%);
    }

    .thompsonColContent.thompsonColForm {
        padding: 0;
    }
}

@media screen and (max-width: 320px) {
    /* iPhone 4,5, Portrait Display */

}

/* =====================================================
   Thompson VW – Shared Page Components
   ===================================================== */

/* Hide site-wide banner slider on inner pages */
.page-id-426 .bannerSlider, .page-id-426 .peppermint-arrows,
.page-id-427 .bannerSlider, .page-id-427 .peppermint-arrows,
.page-id-428 .bannerSlider, .page-id-428 .peppermint-arrows,
.page-id-429 .bannerSlider, .page-id-429 .peppermint-arrows {
    display: none !important;
}

.thompsonPage {
    margin: 0 auto;
    padding: 0;
}

.thompsonPageInner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.thompsonPageHeader {
    text-align: center;
    margin-bottom: 56px;
}

.thompsonPageHeader h1 {
    color: #001e50;
    font-family: 'VW-regular', sans-serif;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 400;
    margin: 0 0 18px;
}

.thompsonUnderline {
    background: #0082d6;
    height: 4px;
    margin: 0 auto;
    width: 54px;
}

/* Two-column layout: image left, content right */
.thompsonTwoCol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.thompsonColImage {
    min-height: 400px;
}

.thompsonImagePlaceholder {
    background: #edf4fa;
    min-height: 420px;
    width: 100%;
}

.thompsonColMap iframe {
    border-radius: 12px;
    display: block;
    width: 100%;
    min-height: 420px;
}

.thompsonColContent h2 {
    color: #001e50;
    font-family: 'VW-regular', sans-serif;
    font-size: 28px;
    margin: 20px 0 20px;
}

/* Finance page buttons */
.thompsonPageButtons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.thompsonPageButtons .quform-popup-link {
    display: inline-flex;
    align-items: center;
    background: var(--vw-lb, #0082d6);
    border: none;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-family: 'VW-regular', sans-serif;
    font-size: 17px;
    max-width: unset;
    padding: 14px 32px;
    text-decoration: none;
    transition: background 180ms;
}

.thompsonPageButtons .quform-popup-link:nth-child(2) {
    background: var(--vw-b, #17214f);
}

.thompsonPageButtons .quform-popup-link:hover {
    opacity: 0.88;
}

.thompsonColContent p {
    color: #333;
    font-family: 'VW-regular', sans-serif;
    max-width: 540px;
    line-height: 1.7;
}

/* Finance – buttons row */
.financeButtons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

.financeButtons .quform-popup-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 999px;
    color: #fff !important;
    cursor: pointer;
    font-family: 'VW-regular', sans-serif;
    max-width: unset;
    padding: 14px 36px;
    text-decoration: none;
    transition: opacity 180ms;
    background: var(--vw-lb, #0082d6);
}

span.quform-popup-link.quform-popup-link-6 {
    background: var(--vw-b, #17214f);

}

.financeButtons .quform-popup-link:nth-child(2) {
    background: var(--vw-b, #17214f);
}

.financeButtons .quform-popup-link:hover {
    opacity: 0.85;
    color: #fff !important;
}

/* Finance – image */
.financeMainImg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 420px;
}

.financeStep p {
    text-align: left;
    font-style: italic;
    color: var(--vw-b);
    margin-bottom: -40px;
    margin-left: 10px;
}

.thompsonColContent.thompsonColForm {
    padding: 20px;
}

/* Make image column fill the same height as content column */
.financeTopSection .thompsonColImage {
    align-self: stretch;
}
.financeTopSection .thompsonColImage .financeMainImg {
    height: 100%;
    min-height: 380px;
}

/* Finance – steps section */
.financeStepsSection {
    padding: 40px 20px;
    max-width: 1800px;
    margin: 0 auto;
}

.financeStepsTitle {
    color: #001e50;
    font-family: 'VW-regular', sans-serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.financeStep, .emptyCol {
    width: 50%;
}

.wrapEachFinance {
    display: flex;
}

.wrapEachFinance.InvertFinance {
    flex-direction: row-reverse;
}

.wrapEachFinance img {
    width: 100%;
}

/* Steps: 6-column grid — 4 cols left (2 stacked), 2 cols right (1 centred) */
.financeStepsGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    align-items: center;
}

.financeStepsLeft {
    grid-column: 1 / span 4;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.financeStepsRight {
    grid-column: 5 / span 2;
}

.financeStepMain img,
.financeStepSmall img {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.financeStepMain p,
.financeStepSmall p {
    color: #333;
    font-family: 'VW-regular', sans-serif;
    font-size: 15px;
    margin: 0;
}

/* Privacy Policy */
.privacy-policy-page {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 60px 0;
}

.privacy-policy-page h1 {
    margin-bottom: 30px;
    color: var(--tvw-blue);
    font-family: "VW-Regular", Arial, sans-serif;
    font-size: clamp(34px, 3.2vw, 47px);
    line-height: 1.07;
    letter-spacing: 0;
}

.policy-section {
    margin-bottom: 40px;
}

.policy-section h2, .terms-section h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.privacy-policy-page p, .terms-page p {
    font-size: 15px;
    line-height: 1.27;
    margin-bottom: 10px;
}

.policy-section ul {
    padding-left: 20px;
}

.policy-section li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.27;
}

.contact-card {
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #f8f8f8;
    max-width: 500px;
}

/* Terms & Conditions */
.terms-page {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 60px 0;
}

.terms-page h1 {
    margin-bottom: 30px;
    color: var(--tvw-blue);
    font-family: "VW-Regular", Arial, sans-serif;
    font-size: clamp(34px, 3.2vw, 47px);
    line-height: 1.07;
    letter-spacing: 0;
}

.terms-section {
    margin-bottom: 40px;
}

.contact-card {
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #f8f8f8;
    max-width: 500px;
}

@media (max-width: 768px) {
    .financeStepsGrid {
        grid-template-columns: 1fr;
    }
}

.financeBottomText {
    color: #17214f;
    font-family: 'VW-regular', sans-serif;
    line-height: 1.7;
    margin: 55px 10px 0;
}

@media (max-width: 768px) {
    .financeStepsGrid {
        grid-template-columns: 1fr;
    }
    .financeStepMain img {
        height: 240px;
    }
    .financeStepSmall img {
        height: 180px;
    }
}

/* Sell My Car – motusvw style */
.sellMyCarWrap {
    padding-bottom: 80px;
}

.sellMyCarHero {
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    padding: 52px 20px 44px;
}

.sellMyCarHero h1 {
    color: #001e50;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 400;
    margin: 0;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.sellMyCarBody {
    padding: 52px 20px;
}

.sellMyCarBody .thompsonPageInner {
    max-width: 860px;
}

/* Responsive */
@media (max-width: 900px) {
    .thompsonTwoCol {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .thompsonImagePlaceholder,
    .thompsonColMap iframe {
        min-height: 300px;
    }
}

@media (max-width: 640px) {
    .thompsonPage {
        padding: 40px 16px 60px;
    }

    .thompsonPageButtons {
        flex-direction: column;
    }

    .thompsonPageButtons .quform-popup-link {
        text-align: center;
        justify-content: center;
    }
}

/* =====================================================
   Site-wide Quform submit button – rounded blue
   ===================================================== */
.quform-submit,
.quform-button-submit .quform-submit {
    background: var(--vw-b) !important;
    border: none !important;
    border-radius: 999px !important;
    color: #fff !important;
    cursor: pointer;
    font-family: 'VW-regular', sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    min-width: 140px;
    padding: 14px 34px !important;
    transition: background 180ms ease !important;
}

.quform-submit:hover,
.quform-button-submit .quform-submit:hover {
    background: var(--vw-lb) !important;
    color: #fff !important;
}