/* ============================================================
   SERVICE LANDING PAGE — MOBILE  (≤ BREAKPOINT)
   Full mobile stylesheet for the redesigned service page.
   pc.css only loads at min-width:BREAKPOINT, so this file
   must carry every service-* rule the mobile viewport needs.
   ============================================================ */

/* ============================================================
   BASE
   ============================================================ */
body {
    margin-bottom: 0;
}

.pc-only {
    display: none !important;
}

.service-landing-page {
    min-height: 100vh;
    background: #ffffff;
    color: #111111;
    font-family: "Volvo-Centum-Display-Light", "Verdana", "Arial", sans-serif;
}

/* ============================================================
   HEADER — stacked, centered
   ============================================================ */
.service-site-header {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
}

.service-site-header__dealer-name {
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.service-site-header__brand-logo,
.service-footer__brand-logo {
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 9px;
}

.service-site-header__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

/* ============================================================
   CONTENT WRAPPER
   ============================================================ */
.service-landing-page__content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 20px 40px;
}

/* ============================================================
   ACTION BUTTONS  (shared across all sections)
   ============================================================ */
.service-action-button {
    min-height: 44px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    box-sizing: border-box;
}

.service-action-button--primary {
    background: #000000;
    color: #ffffff;
    width: 100%;
}

.service-action-button--secondary {
    border: 1px solid #111111;
    background: transparent;
    color: #111111;
    font-size: 14px;
    width: 100%;
}

.service-action-button--light {
    background: #ffffff;
    color: #111111;
    font-size: 14px;
}

.service-action-button--outline-light {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
}

/* ============================================================
   HERO SECTION — mobile: stacked (video on top, text below)
   ============================================================ */
.service-hero-section {
    position: relative;
    height: auto;
    background: #ffffff;
    overflow: visible;
}

.service-hero-section__mask {
    display: none;
}

.service-hero-section__overlay {
    position: relative;
    inset: auto;
    z-index: 1;
    color: #111111;
}

.service-hero-section__content {
    position: static;
    padding: 24px 0 0;
    z-index: 1;
}

.service-hero-section__title {
    margin: 0;
    font-family: "Volvo-Centum-Display-ExtraBold", "Verdana", "Arial", sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.3px;
    line-height: 1.15;
    color: #111111;
}

.service-hero-section__description {
    margin: 4px 0 20px;
    font-size: 13px;
    color: #333333;
}

.service-hero-section__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-hero-section__actions .service-action-button {
    width: 100%;
}

.service-hero-section__actions .service-action-button--light {
    background: #000000;
    color: #ffffff;
}

.service-hero-section__actions .service-action-button--outline-light {
    border: 1px solid #111111;
    color: #111111;
}

.service-hero-section__video-controls {
    position: absolute;
    right: 12px;
    bottom: auto;
    top: calc((100vw - 40px) * 0.5625 - 36px);
    display: flex;
    gap: 14px;
    z-index: 20;
}

.service-video-control {
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-video-control__icon {
    width: 20px;
    height: 20px;
    display: block;
}

.service-hero-section:fullscreen,
.service-hero-section:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
    aspect-ratio: auto;
    background: #000000;
    overflow: hidden;
}

.service-hero-section:fullscreen .service-hero-section__overlay,
.service-hero-section:-webkit-full-screen .service-hero-section__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.service-hero-section:fullscreen .video-container,
.service-hero-section:-webkit-full-screen .video-container {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
}

.service-hero-section:fullscreen #video_frame_bg,
.service-hero-section:-webkit-full-screen #video_frame_bg {
    width: 100%;
    height: 100%;
    padding-top: 0;
}

.service-video-modal__player-wrap:fullscreen,
.service-video-modal__player-wrap:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
    max-height: none;
    aspect-ratio: auto;
    background: #000000;
}

/* ============================================================
   VIDEO CONTAINER
   ============================================================ */
.video-container {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
}

#video_frame_bg {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    position: relative;
}

#video_XYposition {
    clear: both;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

#video_XYposition .track_ctrl_context_container {
    z-index: 101;
}

#video_viewport {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('../../../files/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}

#video_viewport .service-video-fallback-player {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000000;
}

#video_viewport.hover .track_ctrl_context_container {
    display: block;
}

#video_viewport.errorMsg {
    background-image: none;
}

#video_viewport.errorMsg div {
    display: none;
}

#video_viewport.errorMsg:before {
    line-height: 0;
    content: 'Sorry, this video has failed to load.';
    color: white;
    border: 20px solid #000;
    font-family: "Volvo-Centum-Display-Light", "Verdana", "Arial", sans-serif;
    font-size: 12px;
    display: block;
    position: relative;
    z-index: 1000;
}

/* ============================================================
   CAROUSEL — shared track + controls (mobile: 1 card per page)
   ============================================================ */
.service-video-carousel,
.service-offers-carousel {
    margin-top: 20px;
}

.service-video-carousel__grid.is-centered,
.service-offers-carousel__grid.is-centered {
    justify-content: center;
}

.service-carousel-controls.is-hidden {
    display: none;
}

.service-video-carousel__grid,
.service-offers-carousel__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 2px;
    margin: 0 -2px;
}

.service-video-carousel__grid::-webkit-scrollbar,
.service-offers-carousel__grid::-webkit-scrollbar {
    display: none;
}

.service-video-carousel__grid > .service-video-card {
    flex: 0 0 calc(100% - 30px);
    scroll-snap-align: start;
}

.service-video-carousel__grid > .service-video-card:only-child {
    flex: 0 0 100%;
}

.service-offers-carousel__grid > .service-offer-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
}

/* ── carousel controls ── */
.service-carousel-controls {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-carousel-controls__button {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    position: relative;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    background: #ffffff;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}

.service-carousel-controls__button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #111111;
    border-right: 1.5px solid #111111;
    transform: translate(-65%, -50%) rotate(-135deg);
}

.service-carousel-controls__button + .service-carousel-controls__button::before {
    transform: translate(-35%, -50%) rotate(45deg);
}

.service-carousel-controls__button:disabled {
    opacity: 0.35;
    cursor: default;
}

.service-carousel-controls__dots {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 12px;
}

.service-carousel-controls__dot {
    width: 20px;
    height: 2px;
    padding: 0;
    border: 0;
    border-radius: 2px;
    background: #c7c7c7;
    cursor: pointer;
    transition: width 0.2s ease-out, background-color 0.2s ease-out;
}

.service-carousel-controls__dot.is-active {
    width: 32px;
    background: #111111;
}

/* ============================================================
   VIDEO CARDS
   ============================================================ */
.service-video-card,
.service-offer-card {
    position: relative;
    border: 1px solid #e3e3e3;
    background: #ffffff;
}

.service-video-card__thumbnail-placeholder,
.service-maintenance-callout__image-placeholder,
.service-text-signup-section__image-placeholder,
.service-dealer-info-section__map-placeholder,
.service-offer-card__background-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #d9d9d9, #9f9f9f);
}

.service-video-card__thumbnail-placeholder {
    height: 200px;
}

.service-video-card__thumbnail {
    width: 100%;
    overflow: hidden;
}

.service-video-card__thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.service-video-card__play-button {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    border: 0;
    cursor: pointer;
    background: transparent;
}

.service-video-card__body {
    padding: 16px 20px;
}

.service-video-card__eyebrow {
    margin: 0 0 6px;
    font-size: 11px;
    color: #666666;
}

.service-video-card__title {
    margin: 0 0 12px;
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.service-video-card__description {
    margin: 0;
    font-size: 13px;
}

/* ============================================================
   RECOMMENDED MAINTENANCE CALLOUT — mobile: stacked, image first
   ============================================================ */
.service-maintenance-callout {
    margin-top: 40px;
    display: flex;
    flex-direction: column-reverse;
    background: #f5f5f5;
}

.service-maintenance-callout__image-placeholder {
    width: 100%;
    min-height: 220px;
    overflow: hidden;
}

.service-maintenance-callout__image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-maintenance-callout__content {
    padding: 28px 20px 32px;
}

.service-maintenance-callout__title {
    margin: 0 0 20px;
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.service-maintenance-callout__description {
    margin: 0 0 24px;
    font-size: 14px;
}

.service-maintenance-callout__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-maintenance-callout__actions .service-action-button {
    width: 100%;
}

/* ============================================================
   OFFER CARDS — mobile: 1 per page, full-width
   ============================================================ */
.service-offer-card {
    min-height: 526px;
    overflow: hidden;
}

.service-offer-card--image {
    color: #ffffff;
    background: #222222;
}

.service-offer-card--plain {
    color: #111111;
}

.service-offer-card--auth {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background: #222222;
}

.service-offer-card--auth .cp.cp_auth_form {
    border: 0;
}

.service-offer-card--auth .cp-pad.coupon_container_auth_form {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: none !important;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
}

.service-offer-card--auth .cp_auth_form {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.service-offer-card--auth .form-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-offer-card--auth .form-body {
    padding: 24px 20px;
    align-items: center;
}

.service-offer-card--auth .button_tab {
    display: inline-block;
    margin: 0 0 20px;
    padding: 4px 14px;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background: rgba(255,255,255,.16);
    color: #ffffff;
    border: 0;
    cursor: default;
    font-family: inherit;
}

.service-offer-card--auth .cp-text-small.text-white {
    font-size: 14px !important;
    color: #ffffff !important;
    margin: 0 0 20px;
    padding: 0 !important;
    text-align: center;
}

.service-offer-card--auth .cp-button {
    width: 100%;
    max-width: none;
    height: 51px;
    border-radius: 25px;
    font-size: 14px !important;
    font-weight: 700;
    font-family: inherit;
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.service-offer-card--auth .cp-button:hover {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
}

.service-offer-card--auth #custom_google_button_coupon {
    background-color: rgba(255,255,255,.16) !important;
    border-color: rgba(255,255,255,.3);
    color: #ffffff !important;
}

.service-offer-card--auth #custom_google_button_coupon:hover {
    background-color: #ffffff !important;
    color: #111111 !important;
    opacity: 1;
}

.service-offer-card--auth .google-icon {
    background: #ffffff !important;
}

.service-offer-card--auth #custom_google_button_coupon:hover .google-icon {
    background: #111111 !important;
}

.service-offer-card--auth .form-other-methods-selector .form-row,
.service-offer-card--auth .contact-form .form-row {
    max-width: none !important;
    width: 100%;
    margin: 6px auto;
}

.service-offer-card--auth .coupon_container_auth_form .form-control,
.service-offer-card--auth .coupon_container_auth_form select.form-control {
    width: 100% !important;
    max-width: 100% !important;
}

.service-offer-card--auth .cp-button {
    width: 100% !important;
}

.service-offer-card--auth .privacy-policy {
    float: none !important;
    text-align: center !important;
    padding-top: 16px !important;
}

.service-offer-card--auth .privacy-policy a {
    font-size: 12px !important;
    color: rgba(255,255,255,.6) !important;
}

.service-offer-card--auth .no-wrap {
    text-align: center;
    padding-top: 24px;
}

/* ── Auth banner overrides (header_auth_form snippet) ──────── */
#header_auth_form .banner-section,
#header_auth_form .banner-section * {
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-weight: 700;
}


#header_auth_form .banner-bg {
    display: none;
}

#header_auth_form #button_unlock_offer,
.button_unlock_offer,
#header_auth_form #button_unlock_offer_mb {
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    border: 2px solid #111111;
    color: #111111;
    border-radius: 25px;
}

#header_auth_form .header-auth-form .form-btn-container button.__lg,
#header_auth_form .banner-img-mb .form-btn-container button.__lg {
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    border: 2px solid #111111;
    border-radius: 25px;
    background: transparent;
    color: #111111;
}

/* auth coupon card font */
.service-offer-card--auth,
.service-offer-card--auth .cp-pad.coupon_container_auth_form,
.service-offer-card--auth .cp-button,
.service-offer-card--auth .button_tab,
.service-offer-card--auth .cp-text-small {
    font-family: "Volvo-Centum-Display-Light", "Verdana", "Arial", sans-serif;
}

.service-offer-card__background-placeholder {
    position: absolute;
    inset: 0;
}

.service-offer-card--image .service-offer-card__background-placeholder {
    filter: brightness(0.55);
}

.service-offer-card__image-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-offer-card__content {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 50px clamp(28px, 10.5vw, 42px) 24px;
    min-height: 526px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-offer-card__badge {
    margin: 0 0 20px;
    padding: 4px 14px;
    border-radius: 14px;
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background: rgba(255,255,255,.16);
    color: #ffffff;
}

.service-offer-card--plain .service-offer-card__badge {
    background: rgba(0,0,0,.06);
    color: #111111;
}

.service-offer-card__dealer-name {
    margin: 0 0 28px;
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.service-offer-card__label {
    margin: 0 0 8px;
    font-size: 20px;
    letter-spacing: normal;
    font-family: Volvo-Centum-Display-Regular, "Verdana", "Arial", sans-serif;
    text-transform: uppercase;
}

.service-offer-card__discount {
    margin: 12px 0 20px;
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.service-offer-card__description {
    margin: 0 0 auto;
    font-size: 15px;
}

.service-offer-card__disclaimer {
    margin: 44px 0 0;
    font-size: 10px;
    line-height: 1.35;
}

.service-offer-card__save-button,
.service-offer-card__schedule-button {
    width: 100%;
    height: 51px;
    margin-top: auto;
    border: 0;
    border-radius: 25px;
    background: #ffffff;
    color: #111111;
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

.service-offer-card .service-action-button {
    width: 100%;
    margin-top: 14px;
}

.service-offer-card__image-overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
    z-index: 1;
    position: absolute;
}

/* ============================================================
   SERVICE BY VOLVO CARS — static image banner
   ============================================================ */
.service-volvo-features-banner {
    margin-top: 48px;
}

.service-volvo-features-banner__image {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================================
   VOLVO VALET: PICKUP & DELIVERY
   ============================================================ */
.service-valet-section {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
}

.service-valet-section__image {
    background: #e8e8e8;
}

.service-valet-section__image img {
    width: 100%;
    height: auto;
    display: block;
}

.service-valet-section__content {
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-valet-section__title {
    margin: 0 0 12px;
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.service-valet-section__title sup {
    font-size: 11px;
}

.service-valet-section__description {
    margin: 0 0 12px;
    font-size: 14px;
}

.service-valet-section__disclaimer {
    margin: 0 0 20px;
    font-size: 10px;
    color: #888888;
}

/* ============================================================
   BENEFITS — mobile: single column, stacked
   ============================================================ */
.service-benefits-section {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.service-benefit-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-benefit-item--reverse {
    direction: ltr;
}

.service-benefit-item--reverse > * {
    direction: ltr;
}

.service-benefit-item__content {
    display: flex;
    flex-direction: column;
}

.service-benefit-item__title {
    margin: 0 0 20px;
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.service-benefit-item__list {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
    font-size: 13px;
    color: #333333;
}

.service-benefit-item__list li {
    margin-bottom: 8px;
}

.service-benefit-item__list li:last-child {
    margin-bottom: 0;
}

.service-benefit-item__disclaimer {
    font-size: 11px;
    color: #666;
    margin-top: 12px;
}

.service-benefit-item__image {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    display: none;
}

.service-benefit-item__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ============================================================
   TEXT NOTIFICATIONS SIGN-UP — mobile: stacked
   ============================================================ */
.service-text-signup-section {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-text-signup-section__image-placeholder {
    width: 100%;
}

.service-text-signup-section__image-placeholder img {
    width: 100%;
    height: auto;
    display: block;
}

.service-text-signup-section__title {
    margin: 0 0 16px;
    font-size: 20px;
}

.service-text-signup-section__description {
    margin: 0 0 20px;
    font-size: 14px;
}

.service-text-signup-form__row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-text-signup-form__row--names {
    margin-bottom: 16px;
}

.service-text-signup-form__field {
    position: relative;
}

.service-text-signup-form__label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.service-text-signup-form__input,
.service-text-signup-form__submit {
    height: 48px;
    border-radius: 25px;
}

.service-text-signup-form__input {
    width: 100%;
    padding: 0 20px;
    border: 1px solid #c7c7c7;
    font-size: 14px;
    box-sizing: border-box;
}

.service-text-signup-form__submit {
    width: 100%;
    border: 0;
    background: #000000;
    color: #ffffff;
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.service-text-signup-form__error {
    display: none;
    margin-top: 6px;
    padding: 0 14px;
    font-size: 11px;
    color: #c00000;
}

.service-text-signup-form.was-validated .service-text-signup-form__input:invalid {
    border-color: #c00000;
}

.service-text-signup-form.was-validated .service-text-signup-form__input:invalid ~ .service-text-signup-form__error {
    display: block;
}

.service-text-signup-form__consent {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    font-size: 11px;
}

/* ============================================================
   DEALER INFO — mobile: single column, stacked
   ============================================================ */
.service-dealer-info-section {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.service-dealer-info-section__title {
    margin: 0 0 24px;
    font-size: 24px;
}

.service-dealer-info-section__columns {
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.service-dealer-info-section__subtitle {
    margin: 0 0 12px;
    font-size: 18px;
}

.service-dealer-info-section__copy {
    font-size: 13px;
}

.service-dealer-info-section__link {
    color: #111111;
    text-decoration: underline;
}

.service-dealer-info-section__map {
    min-height: 260px;
    background: #eef0ee;
    position: relative;
    overflow: hidden;
}

.service-dealer-info-section__map img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(1);
}

/* ============================================================
   FOOTER — mobile: stacked
   ============================================================ */
.service-footer {
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #000000;
    color: #ffffff;
    text-align: center;
}

.service-footer__legal {
    margin: 0;
    font-size: 11px;
    color: #b3b3b3;
}

/* ============================================================
   SCHEDULE SERVICE MODAL
   ============================================================ */
.service-schedule-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0,0,0,.55);
}

.service-schedule-modal-overlay.is-open {
    display: block;
}

.service-schedule-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
}

.service-schedule-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 1;
    border: 0;
    background: transparent;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    color: #111111;
}

.service-schedule-modal__iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

body.service-modal-open {
    overflow: hidden;
}

/* ============================================================
   VIDEO PLAYER MODAL — mobile
   ============================================================ */
.service-video-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0,0,0,.55);
}

.service-video-modal-overlay.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-video-modal {
    position: relative;
    width: 100%;
    max-height: 90vh;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 48px 20px 24px;
}

.service-video-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 10;
    border: 0;
    background: transparent;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    color: #111111;
}

.service-video-modal__player-wrap {
    position: relative;
    width: 100%;
    max-height: 75vh;
    aspect-ratio: 16 / 9;
    flex: 0 0 auto;
}

.service-video-modal__player {
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

/* Ensure iframe fills container and hides default controls */
.service-video-modal__player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.service-video-modal__controls {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: flex;
    gap: 12px;
    z-index: 10;
    pointer-events: auto;
}

.service-video-modal__info {
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
}

.service-video-modal__text {
    min-width: 0;
}

.service-video-modal__title {
    margin: 0 0 6px;
    font-family: "Volvo-Centum-Display-ExtraBold", "Verdana", "Arial", sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.service-video-modal__description {
    margin: 0;
    font-size: 13px;
    color: #555555;
}

.service-video-modal__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ============================================================
   SAVE OFFER MODAL — mobile: full-screen, stacked
   ============================================================ */
.service-save-offer-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(2px);
}

.service-save-offer-modal-overlay.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-save-offer-modal {
    position: relative;
    width: 100%;
    max-height: 90vh;
    background: #ffffff;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.service-save-offer-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 100;
    border: 0;
    background: transparent;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    color: #111111;
    padding: 0;
}

.service-save-offer-modal__container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.service-save-offer-modal__preview {
    background: #f5f5f5;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    position: relative;
}

.service-save-offer-modal__preview::before {
    display: none;
}

.service-save-offer-preview {
    width: 100%;
    max-width: 340px;
    border-radius: 8px;
    overflow: hidden;
    background: #222222;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.service-save-offer-preview--plain {
    background: #ffffff;
    color: #111111;
}

.service-save-offer-preview--plain .service-save-offer-preview__image {
    display: none;
}

.service-save-offer-preview--plain .service-offer-card__badge {
    background: rgba(0,0,0,.06);
    color: #111111;
}

.service-save-offer-preview__image {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #d9d9d9, #9f9f9f);
    background-size: cover;
    background-position: center;
}

.service-save-offer-preview__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.service-save-offer-preview__content {
    position: relative;
    z-index: 1;
    padding: 28px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-save-offer-preview__badge {
    display: inline-block;
    background: rgba(255,255,255,.15);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 4px;
    font-family: "Volvo-Centum-Display-SemiBold", "Verdana", "Arial", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    text-align: center;
    backdrop-filter: blur(4px);
}

.service-save-offer-preview__dealer {
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}

.service-save-offer-preview__title {
    font-family: "Volvo-Centum-Display-SemiBold", "Verdana", "Arial", sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,.85);
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-save-offer-preview__price {
    font-family: "Volvo-Centum-Display-ExtraBold", "Verdana", "Arial", sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.service-save-offer-preview__description {
    font-family: "Volvo-Centum-Display-Medium", "Verdana", "Arial", sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
    flex-grow: 1;
}

.service-save-offer-preview__disclaimer {
    font-size: 9px;
    color: rgba(255,255,255,.7);
    margin-top: auto;
}

.service-save-offer-modal__form {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.service-save-offer-modal__title {
    margin: 0 0 8px;
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #111111;
}

.service-save-offer-modal__subtitle {
    margin: 0 0 4px;
    font-size: 14px;
    color: #333333;
}

.service-save-offer-modal__hint {
    margin: 0 0 24px;
    font-size: 12px;
    color: #888888;
}

.service-save-offer-form__options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.service-save-offer-form__option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    color: #333333;
}

.service-save-offer-form__checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #111111;
    flex-shrink: 0;
}

.service-save-offer-form__input {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    margin-bottom: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    background: #ffffff;
}

.service-save-offer-form__input::placeholder {
    color: #999999;
}

.service-save-offer-form__input:focus {
    outline: none;
    border-color: #111111;
}

.service-save-offer-form__print-notice {
    background: transparent;
    padding: 0;
    border: none;
    margin-bottom: 20px;
}

.service-save-offer-form__print-notice p {
    margin: 0 0 6px;
    font-size: 14px;
    color: #333333;
}

.service-save-offer-form__print-notice p:first-child {
    font-family: "Volvo-Centum-Display-Bold", "Verdana", "Arial", sans-serif;
    font-weight: 700;
    color: #111111;
}

.service-save-offer-form__submit {
    width: 100%;
    height: 48px;
    background: #1a1a1a;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    font-family: "Volvo-Centum-Display-SemiBold", "Verdana", "Arial", sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin-top: 16px;
}

/* ============================================================
   UWM VIDEO PLAYER CONTROL OVERRIDES
   Native controls hidden; custom controls in the hero drive the player.
   ============================================================ */
#playerControlsUwm,
#playerControlsContainerUwm {
    display: none !important;
}

/* ============================================================
   AUTHENTICATION FORM TEMPLATES
   ============================================================ */
.hide {
    display: none;
}

.form-flname.show,
.form-czemail.show {
    display: flex;
    flex-direction: column;
}

.form-row {
    padding: 0;
    margin: 0;
}

.form-control {
    height: 50px !important;
    width: 100%;
    padding: 0 16px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
}

.form-control:focus {
    outline: none;
    border-color: #111111;
}

.invalid-feedback {
    display: none;
    margin-top: 4px;
    padding: 0 4px;
    font-size: 11px;
    color: #c00000;
}

.was-validated .form-control:invalid {
    border-color: #c00000;
}

.was-validated .form-control:invalid ~ .invalid-feedback {
    display: block;
}

.header-auth-form .auth-form,
.header-auth-form .form-flname {
    width: 100%;
    min-height: auto;
}

.header-auth-form .auth-form .form-czemail,
.header-auth-form .auth-form .form-flname {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-auth-form .form-control {
    height: 50px !important;
}

.contact-form .form-row:not(#head_auth_form_mb.contact-form .form-row) {
    max-width: 100% !important;
}
