.dealer-home-body {
    background: #f4f6fb;
    color: var(--dealer-text);
}

.dealer-home {
    overflow: hidden;
}

.dealer-home,
.dealer-home p,
.dealer-home li {
    font-family: "Source Sans 3", sans-serif;
}

.dealer-home h1,
.dealer-home h2,
.dealer-home h3,
.dealer-home h4,
.dealer-home .dealer-btn,
.dealer-home .dealer-inline-link,
.dealer-home .dealer-section-eyebrow {
    font-family: "Sora", sans-serif;
}

.dealer-section {
    padding: clamp(4rem, 7vw, 6rem) 0;
    position: relative;
}

.dealer-section-heading {
    margin-bottom: clamp(2.1rem, 4vw, 3rem);
    max-width: 900px;
}

.dealer-section-heading--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.dealer-section-eyebrow {
    color: var(--dealer-blue);
    display: inline-block;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 0.95rem;
    text-transform: uppercase;
}

.dealer-section-heading h2,
.dealer-contact__intro h2,
.dealer-cta-bar__copy h2,
.dealer-reach__overview h2 {
    color: var(--dealer-ink);
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.08;
    margin: 0;
}

.dealer-section-heading p,
.dealer-contact__intro p,
.dealer-reach__overview p,
.dealer-hero__copy,
.dealer-hero__caption p {
    color: var(--dealer-text);
    font-size: 1.04rem;
    line-height: 1.78;
}

.dealer-card {
    background: #ffffff;
    border: 1px solid rgba(13, 27, 45, 0.08);
    border-radius: 28px;
    box-shadow: var(--dealer-shadow);
}

.dealer-btn {
    appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    gap: 0.45rem;
    justify-content: center;
    letter-spacing: 0.08em;
    min-height: 50px;
    padding: 0 1.45rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.dealer-btn:hover {
    transform: translateY(-1px);
}

.dealer-btn--primary {
    background: linear-gradient(135deg, #165dff 0%, #0f4fd8 100%);
    box-shadow: 0 16px 28px rgba(22, 93, 255, 0.18);
    color: #ffffff;
}

.dealer-btn--primary:hover,
.dealer-btn--primary:focus {
    color: #ffffff;
}

.dealer-btn--outline-dark {
    background: #ffffff;
    border-color: rgba(13, 27, 45, 0.12);
    color: var(--dealer-ink);
}

.dealer-btn--outline-dark:hover,
.dealer-btn--outline-dark:focus {
    color: var(--dealer-ink);
}

.dealer-btn--light {
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(7, 23, 45, 0.14);
    color: var(--dealer-blue);
}

.dealer-btn--light:hover,
.dealer-btn--light:focus {
    color: var(--dealer-blue);
}

.dealer-btn--full {
    width: 100%;
}

.dealer-inline-link {
    color: var(--dealer-blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

.dealer-inline-link:hover {
    color: #0d43b7;
}

.dealer-hero {
    background:
        linear-gradient(180deg, #f4f6fb 0 1rem, transparent 1rem),
        linear-gradient(102deg, rgba(4, 17, 33, 0.92) 0%, rgba(7, 28, 56, 0.88) 44%, rgba(12, 47, 86, 0.72) 100%),
        url("/images/Untitled%20design%20%2816%29.png") center/cover no-repeat;
    padding: 0 0 clamp(4.5rem, 8vw, 6rem);
    position: relative;
}

.dealer-hero::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 96px 96px;
    content: "";
    inset: auto 0 0;
    opacity: 0.16;
    position: absolute;
    top: 1rem;
}

.dealer-hero::after {
    background:
        radial-gradient(circle at 74% 34%, rgba(60, 174, 255, 0.28), transparent 22%),
        radial-gradient(circle at 90% 68%, rgba(17, 92, 198, 0.24), transparent 26%);
    content: "";
    inset: 1rem 0 0;
    pointer-events: none;
    position: absolute;
}

.dealer-hero .container {
    position: relative;
    z-index: 1;
}

.dealer-hero__panel {
    padding: clamp(0.95rem, 2vw, 1.8rem) 0 0;
    position: relative;
}

.dealer-hero__grid {
    align-items: center;
    display: grid;
    gap: clamp(2.5rem, 5vw, 5.5rem);
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.dealer-hero__content,
.dealer-hero__visual,
.dealer-service-card,
.dealer-showcase-card,
.dealer-reach__overview,
.dealer-reach__media,
.dealer-plan,
.dealer-contact__intro {
    animation: dealerFadeUp 0.85s ease both;
}

.dealer-hero__visual {
    animation-delay: 0.12s;
}

.dealer-hero__content {
    max-width: 35rem;
}

.dealer-hero__eyebrow {
    color: #48a7ff;
}

.dealer-hero__kicker {
    color: rgba(255, 255, 255, 0.92);
    font-family: "Sora", sans-serif;
    font-size: clamp(1.08rem, 1.6vw, 1.34rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 1.4rem 0 0;
    max-width: 34rem;
}

.dealer-hero__title {
    color: #ffffff;
    font-size: 65px;
    font-weight: 800;
    letter-spacing: -0.07em;
    line-height: 0.9;
    margin: 0;
    max-width: 9.4ch;
    text-transform: uppercase;
}

.dealer-hero__title span {
    color: #1680ff;
}

.dealer-hero__copy {
    color: rgba(255, 255, 255, 0.74);
    margin: 1rem 0 0;
    max-width: 33rem;
}

.dealer-hero__actions {
    display: flex;
    margin-top: 1.9rem;
}

.dealer-hero__cta {
    min-width: 190px;
}

.dealer-hero__visual {
    position: relative;
}

.dealer-hero__visual-stage {
    isolation: isolate;
    min-height: clamp(340px, 39vw, 560px);
    position: relative;
}

.dealer-hero__orb {
    border-radius: 999px;
    filter: blur(10px);
    position: absolute;
}

.dealer-hero__orb--one {
    background: radial-gradient(circle, rgba(45, 158, 255, 0.62) 0%, rgba(45, 158, 255, 0) 72%);
    height: 240px;
    right: 8%;
    top: 4%;
    width: 240px;
}

.dealer-hero__orb--two {
    background: radial-gradient(circle, rgba(13, 96, 216, 0.58) 0%, rgba(13, 96, 216, 0) 72%);
    bottom: 4%;
    height: 220px;
    left: 10%;
    width: 220px;
}

.dealer-hero__visual-slider {
    inset: 3% 0 0 auto;
    margin-left: auto;
    max-width: min(100%, 760px);
    position: relative;
    width: 100%;
    z-index: 2;
}

.dealer-hero__visual-slide {
    inset: 0;
    opacity: 0;
    position: absolute;
}

.dealer-hero__visual-slide:first-child {
    position: relative;
}

.dealer-hero__visual-slide--one {
    animation: dealerHeroFade 15s infinite;
}

.dealer-hero__visual-slide--two {
    animation: dealerHeroFade 15s infinite 5s;
}

.dealer-hero__visual-slide--three {
    animation: dealerHeroFade 15s infinite 10s;
}

.dealer-hero__visual-image {
    animation: dealerHeroFloat 6s ease-in-out infinite;
    display: block;
    filter: drop-shadow(0 34px 70px rgba(3, 9, 18, 0.34));
    height: auto;
    margin-left: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.dealer-services {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.dealer-services__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dealer-service-card,
.dealer-showcase-card,
.dealer-plan {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dealer-service-card:hover,
.dealer-showcase-card:hover,
.dealer-plan:hover {
    transform: translateY(-4px);
}

.dealer-service-card__media {
    aspect-ratio: 16 / 10;
    background: linear-gradient(180deg, #f7f9fd 0%, #eff4fb 100%);
    overflow: hidden;
}

.dealer-service-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.dealer-service-card__media--contain img {
    object-fit: contain;
    padding: 1.15rem;
}

.dealer-service-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.4rem 1.35rem 1.45rem;
}

.dealer-service-card__body h3,
.dealer-showcase-card__body h3,
.dealer-feature-list__item h3,
.dealer-plan__name {
    color: var(--dealer-ink);
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.dealer-service-card__body p,
.dealer-showcase-card__body p,
.dealer-feature-list__item p,
.dealer-plan__list li,
.dealer-pricing__footnote,
.dealer-contact__points li {
    color: var(--dealer-text);
    font-size: 1rem;
    line-height: 1.72;
}

.dealer-service-card__body .dealer-inline-link {
    margin-top: auto;
    padding-top: 1rem;
}

.dealer-showcase {
    background:
        radial-gradient(circle at top left, rgba(75, 168, 255, 0.08), transparent 26%),
        #f4f6fb;
}

.dealer-showcase__grid {
    align-items: stretch;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dealer-showcase-card.is-hidden {
    display: none;
}

.dealer-showcase-card.is-hidden.is-revealed {
    display: flex;
}

.dealer-showcase-card {
    height: 100%;
}

.dealer-showcase-card__thumb {
    background:
        linear-gradient(180deg, #f7faff 0%, #f0f4fc 100%);
    border-bottom: 1px solid rgba(13, 27, 45, 0.08);
    height: clamp(250px, 24vw, 330px);
    overflow: hidden;
    padding: 0;
    position: relative;
}

.dealer-showcase-card__thumb img {
    display: block;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
    transform: translateY(0);
    transition: transform 4.2s linear;
    will-change: transform;
    width: 100%;
}

.dealer-showcase-card:hover .dealer-showcase-card__thumb img {
    transform: translateY(calc(var(--dealer-preview-shift, 0px) * -1));
}

.dealer-showcase-card__thumb::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 68%, rgba(9, 24, 44, 0.2) 100%);
    content: "";
    inset: auto 0 0;
    height: 78px;
    pointer-events: none;
    position: absolute;
}

.dealer-showcase-card__body {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    min-height: 112px;
    padding: 1.2rem 1.2rem 1.25rem;
    text-align: center;
}

.dealer-showcase-card__label {
    color: var(--dealer-blue);
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 0;
    text-transform: uppercase;
}

.dealer-showcase-card__action {
    font-size: 0.72rem;
    min-height: 44px;
    width: 100%;
}

.dealer-showcase__footer {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.dealer-showcase__toggle[aria-expanded="true"] {
    background: var(--dealer-ink);
    border-color: var(--dealer-ink);
    color: #ffffff;
}

.dealer-reach {
    background: #ffffff;
}

.dealer-reach__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.dealer-reach__overview,
.dealer-reach__media {
    padding: clamp(1.5rem, 2vw, 2rem);
}

.dealer-reach__overview p {
    margin: 1rem 0 1.75rem;
}

.dealer-reach__map {
    background: linear-gradient(180deg, #f7f9fd 0%, #eff4fb 100%);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    padding: 1.35rem;
}

.dealer-reach__map img {
    display: block;
    height: auto;
    max-width: 100%;
}

.dealer-reach__media {
    display: grid;
    gap: 1.4rem;
}

.dealer-feature-list {
    display: grid;
    gap: 1rem;
}

.dealer-feature-list__item {
    align-items: flex-start;
    display: flex;
    gap: 0.95rem;
}

.dealer-feature-list__item i {
    align-items: center;
    background: var(--dealer-soft);
    border-radius: 16px;
    color: var(--dealer-blue);
    display: inline-flex;
    font-size: 1.05rem;
    height: 46px;
    justify-content: center;
    min-width: 46px;
}

.dealer-feature-list__item h3 {
    margin-bottom: 0.25rem;
}

.dealer-feature-list__item p {
    margin: 0;
}

.dealer-video-frame {
    background: #0d203a;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.dealer-video-frame::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.dealer-video-frame video {
    display: block;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    width: 100%;
}

.dealer-pricing {
    background:
        radial-gradient(circle at 100% 0%, rgba(75, 168, 255, 0.11), transparent 22%),
        linear-gradient(135deg, #081522 0%, #0e213a 46%, #102946 100%);
    position: relative;
}

.dealer-pricing::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 88px 88px;
    content: "";
    inset: 0;
    opacity: 0.14;
    position: absolute;
}

.dealer-pricing .container {
    position: relative;
    z-index: 1;
}

.dealer-section-heading--light h2,
.dealer-section-heading--light p {
    color: #ffffff;
}

.dealer-section-heading--light p {
    opacity: 0.76;
}

.dealer-pricing__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dealer-plan {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    box-shadow: 0 28px 70px rgba(2, 7, 18, 0.24);
    min-height: 100%;
    padding: 1.9rem 1.55rem 1.65rem;
    position: relative;
}

.dealer-plan--featured {
    border-color: rgba(22, 93, 255, 0.22);
    transform: translateY(-8px);
}

.dealer-plan__badge {
    align-self: flex-start;
    background: linear-gradient(135deg, #165dff 0%, #0f4fd8 100%);
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
    padding: 0.45rem 0.8rem;
    text-transform: uppercase;
}

.dealer-plan__header {
    border-bottom: 1px solid rgba(13, 27, 45, 0.08);
    margin-bottom: 1.25rem;
    padding-bottom: 1.1rem;
}

.dealer-plan__name {
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.dealer-plan__price {
    color: var(--dealer-blue);
    font-family: "Sora", sans-serif;
    font-size: clamp(1.95rem, 3vw, 2.45rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
}

.dealer-plan__note {
    color: var(--dealer-text);
    margin: 0.45rem 0 0;
}

.dealer-plan__list {
    display: grid;
    gap: 0.75rem;
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

.dealer-plan__list li {
    padding-left: 1.45rem;
    position: relative;
}

.dealer-plan__list li::before {
    color: var(--dealer-blue);
    content: "\2713";
    font-size: 0.92rem;
    font-weight: 800;
    left: 0;
    position: absolute;
    top: 0.05rem;
}

.dealer-pricing__footnote {
    color: rgba(255, 255, 255, 0.76);
    margin: 1.4rem 0 0;
    text-align: center;
}

.dealer-pricing__footnote a {
    color: #ffffff;
}

.dealer-contact {
    background: linear-gradient(180deg, #ffffff 0%, #f4f6fb 100%);
}

.dealer-contact__grid {
    align-items: start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.dealer-contact__intro {
    background: linear-gradient(145deg, #0b1c31 0%, #123153 100%);
    border-radius: 28px;
    color: #ffffff;
    padding: clamp(1.7rem, 3vw, 2.35rem);
}

.dealer-contact__intro .dealer-section-eyebrow,
.dealer-cta-bar__copy .dealer-section-eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.dealer-contact__intro h2 {
    color: #ffffff;
}

.dealer-contact__intro p {
    color: rgba(255, 255, 255, 0.78);
    margin: 1rem 0 1.35rem;
}

.dealer-contact__points {
    display: grid;
    gap: 0.8rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dealer-contact__points li {
    color: rgba(255, 255, 255, 0.84);
    padding-left: 1.45rem;
    position: relative;
}

.dealer-contact__points li::before {
    color: var(--dealer-cyan);
    content: "\2713";
    font-weight: 800;
    left: 0;
    position: absolute;
    top: 0.05rem;
}

.dealer-cta-bar {
    background:
        linear-gradient(92deg, rgba(2, 14, 33, 0.97) 0%, rgba(4, 23, 51, 0.94) 42%, rgba(12, 76, 185, 0.64) 100%),
        url("/images/dfns.png") center/cover no-repeat;
    overflow: hidden;
    padding: clamp(4rem, 7vw, 5.8rem) 0;
    position: relative;
}

.dealer-cta-bar::before {
    background:
        linear-gradient(90deg, rgba(1, 9, 23, 0.48) 0%, rgba(1, 9, 23, 0.14) 46%, rgba(1, 9, 23, 0) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.dealer-cta-bar .container {
    position: relative;
    z-index: 1;
}

.dealer-cta-bar__inner {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 4vw, 3.5rem);
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    min-height: clamp(340px, 34vw, 460px);
}

.dealer-cta-bar__content {
    max-width: 43rem;
}

.dealer-cta-bar__copy {
    max-width: 36rem;
}

.dealer-cta-bar__copy h2 {
    color: #ffffff;
    font-size: clamp(2.45rem, 4.6vw, 4.35rem);
    letter-spacing: -0.06em;
    line-height: 0.96;
    margin: 0;
    max-width: 9ch;
}

.dealer-cta-bar__copy h2 span {
    color: #50b6ff;
}

.dealer-cta-bar__copy p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
    line-height: 1.74;
    margin: 1.15rem 0 0;
    max-width: 32rem;
}

.dealer-cta-bar__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.5rem;
    list-style: none;
    margin: 1.85rem 0 0;
    padding: 0;
}

.dealer-cta-bar__highlights li {
    align-items: center;
    color: rgba(255, 255, 255, 0.94);
    display: inline-flex;
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    gap: 0.65rem;
    letter-spacing: 0.01em;
}

.dealer-cta-bar__highlights li::before {
    background: #4bb0ff;
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(75, 176, 255, 0.12);
    content: "";
    display: inline-flex;
    height: 9px;
    min-width: 9px;
}

.dealer-cta-bar__action-panel {
    align-items: flex-start;
    align-self: center;
    display: grid;
    gap: 0.95rem;
    justify-items: start;
    margin-left: auto;
    max-width: 22rem;
    padding: 0;
    width: 100%;
}

.dealer-cta-bar__action {
    align-items: center;
    background: linear-gradient(180deg, #2e8fff 0%, #165dff 100%);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 18px 34px rgba(14, 85, 255, 0.22);
    color: #ffffff;
    display: inline-flex;
    font-family: "Sora", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    gap: 0.85rem;
    justify-content: center;
    letter-spacing: 0.09em;
    min-height: 64px;
    min-width: 292px;
    padding: 0 1.45rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dealer-cta-bar__action:hover,
.dealer-cta-bar__action:focus {
    background: linear-gradient(180deg, #40a0ff 0%, #1b69ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 20px 36px rgba(14, 85, 255, 0.28);
    color: #ffffff;
    transform: translateY(-1px);
}

.dealer-cta-bar__action-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 999px;
    color: #1459ef;
    display: inline-flex;
    font-size: 1.1rem;
    height: 38px;
    justify-content: center;
    min-width: 38px;
}

.dealer-cta-bar__note {
    color: rgba(255, 255, 255, 0.78);
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.98rem;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

@keyframes dealerFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dealerHeroFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes dealerHeroFade {
    0%,
    28% {
        opacity: 1;
    }

    33%,
    100% {
        opacity: 0;
    }
}

@media (max-width: 1399.98px) {
    .dealer-showcase__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .dealer-hero__grid,
    .dealer-contact__grid,
    .dealer-reach__grid {
        grid-template-columns: 1fr;
    }

    .dealer-hero__content {
        max-width: none;
    }

    .dealer-hero__title {
        max-width: none;
    }

    .dealer-hero__visual-image {
        margin-inline: auto;
        max-width: 760px;
    }

    .dealer-hero__visual-slider {
        inset: auto;
    }

    .dealer-pricing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dealer-cta-bar__inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .dealer-cta-bar__action-panel {
        margin-left: 0;
        max-width: 30rem;
    }
}

@media (max-width: 991.98px) {
    .dealer-section {
        padding: 4rem 0;
    }

    .dealer-hero {
        background:
            linear-gradient(180deg, #f4f6fb 0 0.6rem, transparent 0.6rem),
            linear-gradient(160deg, rgba(4, 17, 33, 0.94) 0%, rgba(8, 31, 59, 0.9) 52%, rgba(12, 47, 86, 0.78) 100%),
            url("/images/Untitled%20design%20%2816%29.png") center/cover no-repeat;
    }

    .dealer-hero::before {
        top: 0.6rem;
    }

    .dealer-services__grid,
    .dealer-showcase__grid,
    .dealer-pricing__grid {
        grid-template-columns: 1fr;
    }

    .dealer-hero__content {
        text-align: center;
    }

    .dealer-hero__actions {
        justify-content: center;
    }

    .dealer-plan--featured {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .dealer-hero {
        padding-bottom: 3.6rem;
    }

    .dealer-hero__panel {
        padding-top: 1.6rem;
    }

    .dealer-hero__title {
        font-size: clamp(2.6rem, 12vw, 4rem);
    }

    .dealer-hero__kicker {
        font-size: 1rem;
    }

    .dealer-hero__actions {
        margin-top: 1.45rem;
    }

    .dealer-hero__cta {
        width: 100%;
    }

    .dealer-hero__visual-stage {
        min-height: 260px;
    }

    .dealer-hero__visual-slide {
        animation-duration: 12s;
    }

    .dealer-hero__visual-image {
        max-width: 100%;
    }

    .dealer-showcase-card__thumb {
        height: 230px;
    }

    .dealer-service-card__body,
    .dealer-showcase-card__body,
    .dealer-reach__overview,
    .dealer-reach__media,
    .dealer-contact__intro {
        padding: 1.25rem;
    }

    .dealer-cta-bar {
        padding: 3.25rem 0;
    }

    .dealer-cta-bar__copy h2 {
        font-size: clamp(2.2rem, 11vw, 3.4rem);
    }

    .dealer-cta-bar__copy p {
        font-size: 0.96rem;
    }

    .dealer-cta-bar__highlights {
        gap: 0.8rem 1.2rem;
        margin-top: 1.6rem;
    }

    .dealer-cta-bar__highlights li {
        font-size: 0.95rem;
    }

    .dealer-cta-bar__action,
    .dealer-btn--outline-dark {
        width: 100%;
    }

    .dealer-cta-bar__action {
        min-width: 0;
    }
}
