.ad-header { position: fixed; z-index: 9990; top: 0; right: 0; left: 0; width: 100%; margin: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(2,9,15,.94); box-shadow: 0 5px 18px rgba(0,0,0,.14); }
.ad-header__inner { display: grid; grid-template-columns: 235px 1fr auto; min-height: 64px; align-items: center; gap: 28px; }
.ad-logo img { display: block; width: 205px; height: auto; }
.ad-nav { display: flex; justify-content: center; gap: clamp(14px, 2vw, 29px); }
.ad-nav a, .ad-header__phone { position: relative; color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.ad-nav a:hover, .ad-header__phone:hover { color: var(--ad-blue); }
.ad-nav a.is-active { color: #53adee; }
.ad-nav a.is-active::after { content: ""; position: absolute; right: 0; bottom: -23px; left: 0; height: 2px; background: var(--ad-blue); }
.ad-header__phones { display: flex; min-width: 178px; flex-direction: column; align-items: center; justify-content: center; gap: 1px; }
.ad-header__phone { display: inline-flex !important; width: 100%; min-width: 0 !important; min-height: 21px; align-items: center; justify-content: center !important; white-space: nowrap; }
.ad-header__phone span { display: inline-block; width: 18px; margin-right: 6px; font-size: 14px; text-align: center; }
.ad-header__phone--mobile { color: #dbeaf4; }
.ad-header__phone--mobile span { color: #75c5ff !important; }
.ad-header__phone--mobile svg { display: block; width: 14px; height: 17px; margin: auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ad-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.ad-header-socials { display: flex; align-items: center; gap: 7px; }
.ad-header-socials a { display: grid; width: 31px; height: 31px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transition: color var(--ad-transition), border-color var(--ad-transition), background var(--ad-transition), transform var(--ad-transition); }
.ad-header-socials a:hover { color: #fff; border-color: var(--ad-blue); background: var(--ad-blue); transform: translateY(-2px); }
.ad-header-socials svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ad-header-socials svg path:first-child, .ad-header-socials svg .is-filled { fill: currentColor; stroke: none; }
.ad-header-socials a:first-child svg path { fill: currentColor; stroke: none; }
.ad-mobile-socials { display: flex; gap: 16px; margin-top: 8px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.15); }
.ad-mobile-socials a { color: #6dbdf6; font-size: 10px; }
.ad-menu-toggle, .ad-mobile-nav { display: none; }

.ad-hero { position: relative; display: flex; width: 100vw; min-height: 690px; align-items: center; margin-left: calc(50% - 50vw); padding: 118px 0 150px; color: #fff; background: #7da8c7 url("../../images/hero-mediterranean-drive-v2.webp") 54% center/cover no-repeat; }
.ad-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,11,18,.46) 0%, rgba(3,11,18,.2) 45%, rgba(3,11,18,.54) 100%), radial-gradient(circle at 49% 39%, rgba(3,11,18,.44), transparent 53%); }
.ad-hero .ad-container { position: static; z-index: 1; display: flex; align-items: center; justify-content: center; }
.ad-hero__content { width: min(780px, 100%); margin-inline: auto; text-align: center !important; }
.ad-hero__eyebrow { margin: 0 auto 10px; color: #eef7fd; font-size: 14px; font-weight: 600; letter-spacing: .025em; text-align: center !important; text-shadow: 0 2px 18px rgba(0,0,0,.6); }
.ad-hero__title { width: 100%; margin: 0 auto 14px; color: #fff; font-size: clamp(48px, 5.4vw, 76px); font-weight: 800; line-height: .96; letter-spacing: -.03em; text-align: center !important; text-shadow: 0 3px 25px rgba(0,0,0,.4); text-transform: uppercase; }
.ad-hero__title-main, .ad-hero__title-accent { display: block; width: 100%; text-align: center !important; }
.ad-hero__title-main { color: #fff; }
.ad-hero__title-accent { color: #79c7ff; }
.ad-hero__text { margin: 0 auto 24px; color: #fff; font-size: 16px; font-weight: 500; line-height: 1.45; text-align: center !important; text-shadow: 0 2px 15px rgba(0,0,0,.62); }
.ad-hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.ad-hero__trust { display: flex; justify-content: center; gap: 0; margin-top: 30px; }
.ad-hero__trust > span { display: grid; grid-template-columns: 30px auto; min-width: 168px; padding: 0 20px; color: #e4edf3; border-right: 1px solid rgba(255,255,255,.34); font-size: 8px; text-align: left; text-shadow: 0 1px 8px rgba(0,0,0,.7); text-transform: uppercase; }
.ad-hero__trust > span:first-child { padding-left: 0; }
.ad-hero__trust > span:last-child { border-right: 0; }
.ad-hero__trust b { grid-row: 1 / 3; align-self: center; color: #a9ddff; font-size: 25px; font-weight: 400; }
.ad-hero__trust strong { color: #fff; font-size: 10px; }

.ad-hero-search { position: absolute; right: auto; bottom: -86px; left: 50%; width: min(1340px, calc(100% - 48px)); margin: 0; filter: drop-shadow(0 18px 28px rgba(3,11,18,.2)); transform: translateX(-50%); }
.ad-hero-search__tabs { display: flex; width: max-content; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: 9px 9px 0 0; background: rgba(3,11,18,.88); }
.ad-hero-search__tabs label { position: relative; display: block; margin: 0; cursor: pointer; }
.ad-hero-search__tabs input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.ad-hero-search__tabs span { display: grid; min-width: 150px; min-height: 49px; padding: 0 24px; place-items: center; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; transition: background var(--ad-transition), color var(--ad-transition); }
.ad-hero-search__tabs input:checked + span { background: var(--ad-blue); }
.ad-hero-search__tabs input:focus-visible + span { outline: 3px solid #fff; outline-offset: -4px; }
.ad-hero-search__controls { display: grid; grid-template-columns: 1.05fr 1.05fr .78fr 1.08fr 176px; min-height: 118px; align-items: stretch; padding: 20px; border-radius: 0 10px 10px 10px; background: #fff; }
.ad-hero-search__field { display: flex; min-width: 0; flex-direction: column; justify-content: center; gap: 7px; margin: 0; padding: 0 22px; border-right: 1px solid #e4e9ed; }
.ad-hero-search__field:first-child { padding-left: 8px; }
.ad-hero-search__field > span { color: #15202a; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ad-hero-search__field select,
.ad-hero-search__field select.select2-hidden-accessible { position: static !important; display: block !important; visibility: visible !important; width: 100% !important; min-width: 0 !important; max-width: 100% !important; height: 34px !important; min-height: 34px !important; margin: 0 !important; padding: 0 30px 0 0 !important; overflow: visible !important; clip: auto !important; clip-path: none !important; border: 0 !important; outline: 0; opacity: 1 !important; pointer-events: auto !important; color: #69747d !important; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='m1 1 4.5 4.5L10 1' fill='none' stroke='%2369747d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 3px center/11px 7px no-repeat !important; box-shadow: none !important; white-space: normal !important; font-family: inherit; font-size: 13px !important; font-weight: 500; appearance: none; -webkit-appearance: none; cursor: pointer; }
.ad-hero-search__field > .select2,
.ad-hero-search__field > .select2-container { display: none !important; }
.ad-hero-search__field select:focus { box-shadow: 0 2px 0 var(--ad-blue) !important; }
.ad-hero-search__submit { display: flex; min-width: 0; min-height: 70px; align-self: center; align-items: center; justify-content: center; gap: 12px; margin-left: 20px; padding: 0 24px; border: 0; border-radius: 8px; color: #fff; background: var(--ad-ink); font-family: inherit; font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: background var(--ad-transition), transform var(--ad-transition); }
.ad-hero-search__submit:hover { background: var(--ad-blue-dark); transform: translateY(-1px); }
.ad-hero-search__submit:focus-visible { outline: 3px solid rgba(22,136,223,.35); outline-offset: 3px; }
.ad-hero-search__submit svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.ad-hero + .ad-section, .ad-hero + .ad-transit-banner { padding-top: 130px; }

.ad-section--vehicles { background: #fff; }
.home .ad-section--vehicles .ad-vehicle-grid, .home .ad-section--incoming .ad-vehicle-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.home .ad-section--vehicles .ad-vehicle-card__title { min-height: 42px; font-size: 15px; }
.home .ad-section--vehicles .ad-vehicle-card__meta { font-size: 12px; }
.home .ad-section--vehicles .ad-vehicle-card__price { font-size: 21px; }
.home .ad-section--vehicles .ad-card-link { min-height: 40px; font-size: 11px; }
.home .ad-section--vehicles .ad-section__eyebrow { font-size: 13px; }
.home .ad-section--vehicles .ad-section__title { font-size: clamp(30px, 3vw, 42px); }
.home .ad-section--vehicles .ad-text-link { font-size: 12px; }
.ad-section--incoming { padding-top: 18px; }
.ad-transit-banner { position: relative; min-height: 245px; padding: 31px 0; color: #fff; background: #04101a url("../../images/import-ship.jpg") center/cover no-repeat; }
.ad-transit-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,10,17,.96) 0%, rgba(2,10,17,.84) 29%, rgba(2,10,17,.08) 68%); }
.ad-transit-banner .ad-container { position: relative; }
.ad-transit-banner__content { max-width: 390px; }
.ad-transit-banner h2 { margin: 0 0 11px; color: #fff; }
.ad-transit-banner .ad-kicker { font-size: 13px; }
.ad-transit-banner h2 { font-size: clamp(30px, 3vw, 42px); }
.ad-transit-banner p:not(.ad-kicker) { margin-bottom: 17px; font-size: 15px; line-height: 1.55; }

.ad-vehicle-request { padding: 46px 0; background: #f5f7f9; }
.ad-vehicle-request__panel { display: grid; grid-template-columns: minmax(340px, .78fr) minmax(0, 1.42fr); align-items: stretch; overflow: hidden; border: 2px solid #287ec1; border-radius: 12px; background: #fff; box-shadow: 0 14px 38px rgba(4, 29, 48, .09); }
.ad-vehicle-request__intro { position: relative; min-width: 0; padding: 38px 36px 0; border-right: 1px solid #e3e8ec; }
.ad-vehicle-request__eyebrow { margin: 0 0 10px; color: #0b1116; font-size: 14px; font-weight: 800; line-height: 1.55; text-transform: uppercase; }
.ad-vehicle-request__intro h2 { margin: 0; color: #080d11; font-size: clamp(37px, 4vw, 55px); font-weight: 800; line-height: 1.04; letter-spacing: -.035em; text-transform: uppercase; }
.ad-vehicle-request__intro h2 span { color: var(--ad-blue); }
.ad-vehicle-request__copy { max-width: 400px; margin: 18px 0 22px; color: #26313a; font-size: 14px; font-weight: 500; line-height: 1.6; }
.ad-vehicle-request__benefits { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.ad-vehicle-request__benefits li { display: flex; align-items: center; gap: 12px; color: #18232b; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.ad-vehicle-request__benefits li span { display: grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border-radius: 50%; color: #fff; background: #166db0; font-size: 12px; }
.ad-vehicle-request__car { position: relative; width: calc(100% + 54px); margin: -2px -30px -4px; }
.ad-vehicle-request__car picture, .ad-vehicle-request__car picture img { display: block; width: 100%; }
.ad-vehicle-request__car picture img { height: auto; object-fit: contain; }
.ad-vehicle-request__car-logo { position: absolute; top: 50%; left: 54%; z-index: 1; width: 27%; height: auto; filter: drop-shadow(0 2px 2px rgba(0,0,0,.65)); transform: translate(-50%, -50%); }

.ad-vehicle-request__form-wrap { min-width: 0; padding: 32px 34px 22px; }
.ad-vehicle-request__form-wrap h3, .ad-vehicle-request__form-wrap h4 { color: #146eb3; font-weight: 800; text-transform: uppercase; }
.ad-vehicle-request__form-wrap h3 { margin: 0 0 17px; font-size: 22px; line-height: 1.2; }
.ad-vehicle-request__form-wrap h4 { margin: 17px 0 10px; font-size: 14px; line-height: 1.2; }
.ad-form-notice { margin: -4px 0 14px; padding: 10px 13px; border: 1px solid; border-radius: 5px; font-size: 12px; font-weight: 600; }
.ad-form-notice--success { color: #17623a; border-color: #9cd4b5; background: #edf9f2; }
.ad-form-notice--error { color: #8b2830; border-color: #e5aeb3; background: #fff1f2; }
.ad-request-form { position: relative; }
.ad-request-form__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ad-request-form__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: start; gap: 11px 12px; }
.ad-request-form__grid--vehicle .ad-request-field { grid-column: span 2; }
.ad-request-form__grid--vehicle .ad-request-field--wide { grid-column: span 3; }
.ad-request-form__grid--vehicle .ad-request-field--extras { grid-column: span 4; }
.ad-request-form__grid--details .ad-request-field { grid-column: span 2; }
.ad-request-form__grid--details .ad-request-field--notes { grid-column: span 4; }
.ad-request-field { position: relative; display: block; min-width: 0; margin: 0 !important; text-align: left; }
.ad-request-field > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.ad-request-field input, .ad-request-field select, .ad-request-field textarea { display: block; width: 100%; margin: 0; border: 1px solid #d8dde1; border-radius: 4px; outline: 0; color: #29343c; background-color: #fff; box-shadow: 0 1px 3px rgba(10, 28, 41, .05); font-family: inherit; font-size: 12px; font-weight: 500; line-height: 1.35; text-align: left; transition: border-color var(--ad-transition), box-shadow var(--ad-transition); }
.ad-request-field input, .ad-request-field select { height: 48px; min-height: 48px; padding: 0 13px; }
.ad-request-field select,
.ad-request-field select.select2-hidden-accessible {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 48px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 36px 0 13px !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #29343c !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1.5 5 5 5-5' fill='none' stroke='%235d6871' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 13px center !important;
    background-size: 12px 8px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    pointer-events: auto !important;
    cursor: pointer;
}
.ad-request-field > .select2,
.ad-request-field > .select2-container { display: none !important; }
.ad-request-field select:disabled { cursor: not-allowed; color: #89939b !important; background-color: #f5f7f8 !important; }
.ad-request-field textarea { height: 70px; min-height: 70px; padding: 10px 13px; resize: vertical; line-height: 1.5; }
.ad-request-field input::placeholder, .ad-request-field textarea::placeholder { color: #68727a; opacity: 1; }
.ad-request-field input:focus, .ad-request-field select:focus, .ad-request-field textarea:focus { border-color: var(--ad-blue); box-shadow: 0 0 0 3px rgba(22, 136, 223, .12); }
.ad-request-form__submit { display: flex; width: 100%; min-height: 50px; align-items: center; justify-content: center; gap: 12px; margin-top: 13px; padding: 0 22px; border: 0; border-radius: 4px; color: #fff; background: linear-gradient(90deg, #087ad1, #0c65c9); box-shadow: 0 5px 13px rgba(10, 112, 203, .22); font-family: inherit; font-size: 14px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; cursor: pointer; transition: transform var(--ad-transition), filter var(--ad-transition), opacity var(--ad-transition); }
.ad-request-form__submit:hover { filter: brightness(1.07); transform: translateY(-1px); }
.ad-request-form__submit:focus-visible { outline: 3px solid rgba(22, 136, 223, .28); outline-offset: 2px; }
.ad-request-form__submit:disabled { cursor: wait; opacity: .72; transform: none; }
.ad-request-form__submit svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.ad-request-form__reassurance { margin: 10px 0 3px; color: #5c6670; font-size: 10px; text-align: center; }
.ad-request-form__trust { display: flex; align-items: center; justify-content: center; gap: 14px; color: #69737b; font-size: 10px; }
.ad-request-form__trust span { white-space: nowrap; }
.ad-request-form__trust i { color: #b7bec4; font-style: normal; }

.ad-benefits { padding: 20px 0 26px; color: #fff; background: #030b12; }
.ad-benefits .ad-section__header { margin-right: auto; margin-bottom: 20px; margin-left: auto; text-align: center !important; }
.ad-benefits .ad-section__header p, .ad-benefits .ad-section__header h2 { width: 100%; text-align: center !important; }
.ad-benefits .ad-kicker { font-size: 13px; }
.ad-benefits h2 { color: #fff; font-size: clamp(28px, 3vw, 38px); }
.ad-benefits .ad-benefit-grid { display: flex; justify-content: center; }
.ad-benefits .ad-benefit-grid article { width: 100%; max-width: 240px; flex: 1 1 0; }
.ad-benefits .ad-benefit-grid article, .ad-benefits .ad-benefit-grid span, .ad-benefits .ad-benefit-grid h3, .ad-benefits .ad-benefit-grid p { text-align: center !important; }
.ad-benefits .ad-benefit-grid h3, .ad-benefits .ad-benefit-grid p { margin-right: auto; margin-left: auto; }
.ad-benefits .ad-benefit-grid h3 { font-size: 15px; }
.ad-benefits .ad-benefit-grid p { font-size: 12px; }

@media (max-width: 1100px) {
    .ad-header__inner { grid-template-columns: 210px 1fr auto; }
    .ad-logo img { width: 190px; }
    .ad-nav { gap: 13px; }
    .ad-header__phone { display: none !important; }
    .ad-benefits .ad-benefit-grid { flex-wrap: wrap; }
    .ad-benefits .ad-benefit-grid article { max-width: none; flex: 0 0 33.333%; }
    .ad-benefits .ad-benefit-grid article:nth-child(3) { border-right: 0; }
    .ad-vehicle-request__panel { grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr); }
    .ad-vehicle-request__intro { padding-right: 28px; padding-left: 28px; }
    .ad-vehicle-request__form-wrap { padding-right: 24px; padding-left: 24px; }
    .ad-hero-search__controls { grid-template-columns: repeat(4, minmax(0, 1fr)) 160px; }
    .ad-hero-search__field { padding-inline: 15px; }
    .ad-hero-search__submit { margin-left: 14px; padding-inline: 17px; }
}
@media (max-width: 1000px) {
    .ad-vehicle-request__panel { grid-template-columns: 1fr; }
    .ad-vehicle-request__intro { min-height: 470px; padding-right: 46%; border-right: 0; border-bottom: 1px solid #e3e8ec; }
    .ad-vehicle-request__car { position: absolute; right: -6%; bottom: -1%; width: 59%; margin: 0; }
}
@media (max-width: 940px) {
    .home .ad-section--vehicles .ad-vehicle-grid, .home .ad-section--incoming .ad-vehicle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
    .home .ad-section--vehicles .ad-vehicle-card { min-width: 0; }
    .ad-hero { min-height: 730px; padding-bottom: 210px; }
    .ad-hero-search { bottom: -148px; }
    .ad-hero-search__controls { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 16px; }
    .ad-hero-search__field { min-height: 72px; padding: 8px 17px; border-bottom: 1px solid #e4e9ed; }
    .ad-hero-search__field:nth-child(2) { border-right: 0; }
    .ad-hero-search__field:nth-child(3), .ad-hero-search__field:nth-child(4) { border-bottom: 0; }
    .ad-hero-search__field:nth-child(4) { border-right: 0; }
    .ad-hero-search__submit { grid-column: 1 / -1; min-height: 58px; margin: 14px 0 0; }
    .ad-hero + .ad-section, .ad-hero + .ad-transit-banner { padding-top: 192px; }
}
@media (max-width: 820px) {
    .ad-header__inner { display: flex; justify-content: space-between; }
    .ad-nav { display: none; }
    .ad-header-socials { display: none; }
    .ad-menu-toggle { display: flex; width: 34px; height: 34px; flex-direction: column; justify-content: center; gap: 5px; padding: 6px; border: 0; background: transparent; }
    .ad-menu-toggle span:not(.screen-reader-text) { width: 100%; height: 2px; background: #fff; }
    .ad-mobile-nav { position: absolute; top: 64px; right: 0; left: 0; flex-direction: column; padding: 12px 24px 20px; background: #030b12; }
    .ad-mobile-nav.is-open { display: flex; }
    .ad-mobile-nav a { padding: 10px 0; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; }
    .ad-hero { background-position: 58% center; }
    .ad-hero::before { background: linear-gradient(180deg, rgba(2,8,13,.54), rgba(2,8,13,.2) 48%, rgba(2,8,13,.7)); }
    .ad-hero__trust { overflow-x: auto; }
    .ad-hero__trust > span { min-width: 140px; }
}
@media (max-width: 680px) {
    .ad-benefits .ad-benefit-grid article { flex-basis: 50%; }
    .ad-benefits .ad-benefit-grid article:nth-child(3) { border-right: 1px solid rgba(255,255,255,.22); }
    .ad-benefits .ad-benefit-grid article:nth-child(2n) { border-right: 0; }
    .ad-vehicle-request__intro { min-height: 0; padding: 30px 24px 0; }
    .ad-vehicle-request__car { position: relative; right: auto; bottom: auto; width: calc(100% + 30px); margin: -12px -15px -3px; }
    .ad-vehicle-request__form-wrap { padding: 27px 20px 21px; }
    .ad-request-form__grid--vehicle .ad-request-field, .ad-request-form__grid--vehicle .ad-request-field--wide { grid-column: span 3; }
    .ad-request-form__grid--vehicle .ad-request-field--extras, .ad-request-form__grid--vehicle .ad-request-field--budget { grid-column: span 6; }
    .ad-request-form__grid--details .ad-request-field { grid-column: span 3; }
    .ad-request-form__grid--details .ad-request-field--notes { grid-column: span 6; }
}
@media (max-width: 560px) {
    .ad-logo img { width: 170px; }
    .ad-hero { min-height: 760px; padding: 100px 0 255px; background-position: 63% center; }
    .ad-hero__eyebrow { font-size: 12px; }
    .ad-hero__title { font-size: 42px; }
    .ad-hero__text { font-size: 13px; }
    .ad-hero__actions { align-items: stretch; flex-direction: column; padding-inline: 18px; }
    .ad-hero__trust { display: none; }
    .ad-hero-search { bottom: -205px; width: min(100% - 28px, 1340px); }
    .ad-hero-search__tabs { width: 100%; border-radius: 9px 9px 0 0; }
    .ad-hero-search__tabs label { flex: 1; }
    .ad-hero-search__tabs span { min-width: 0; padding-inline: 10px; }
    .ad-hero-search__controls { display: grid; grid-template-columns: 1fr; padding: 14px; border-radius: 0 0 9px 9px; }
    .ad-hero-search__field, .ad-hero-search__field:first-child, .ad-hero-search__field:nth-child(3), .ad-hero-search__field:nth-child(4) { min-height: 60px; padding: 7px 5px; border-right: 0; border-bottom: 1px solid #e4e9ed; }
    .ad-hero-search__field:nth-child(4) { border-bottom: 0; }
    .ad-hero-search__submit { min-height: 54px; margin-top: 12px; }
    .ad-hero + .ad-section, .ad-hero + .ad-transit-banner { padding-top: 248px; }
    .ad-transit-banner { min-height: 330px; display: flex; align-items: end; background-position: 64% center; }
    .ad-transit-banner::before { background: linear-gradient(0deg, rgba(2,10,17,.98) 10%, rgba(2,10,17,.15) 100%); }
    .home .ad-section--vehicles .ad-vehicle-grid, .home .ad-section--incoming .ad-vehicle-grid { display: grid; grid-template-columns: 1fr; overflow: visible; }
    .home .ad-section--vehicles .ad-vehicle-card { min-width: 0; }
    .ad-vehicle-request { padding: 28px 0; }
    .ad-vehicle-request .ad-container { width: min(100% - 20px, 1340px); }
    .ad-vehicle-request__panel { border-width: 1px; border-radius: 9px; }
    .ad-vehicle-request__eyebrow { font-size: 12px; }
    .ad-vehicle-request__intro h2 { font-size: 37px; }
    .ad-vehicle-request__copy { font-size: 13px; }
    .ad-vehicle-request__form-wrap h3 { font-size: 19px; }
    .ad-request-form__grid--vehicle .ad-request-field, .ad-request-form__grid--vehicle .ad-request-field--wide, .ad-request-form__grid--vehicle .ad-request-field--extras, .ad-request-form__grid--details .ad-request-field, .ad-request-form__grid--details .ad-request-field--notes { grid-column: 1 / -1; }
    .ad-request-form__trust { flex-wrap: wrap; gap: 3px 9px; }
    .ad-request-form__trust i { display: none; }
}
