.dealer-products-body {
    --dealer-products-accent: #1c73ff;
    --dealer-products-accent-dark: #0f4fca;
    --dealer-products-ink: #0f2344;
    --dealer-products-muted: #60728c;
    --dealer-products-line: rgba(26, 82, 168, 0.12);
    --dealer-products-surface: #ffffff;
    --dealer-products-soft: #f4f8fd;
    background:
        radial-gradient(circle at 14% 8%, rgba(74, 141, 245, 0.12), transparent 22%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    color: var(--dealer-products-ink);
}

.dealer-products-page {
    overflow: hidden;
    padding: clamp(2rem, 4vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
    position: relative;
}

.dealer-products-page::before,
.dealer-products-page::after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.dealer-products-page::before {
    background-image: radial-gradient(rgba(28, 115, 255, 0.16) 1.3px, transparent 1.3px);
    background-size: 16px 16px;
    border-radius: 999px;
    height: 18rem;
    left: -6rem;
    opacity: 0.45;
    top: 24rem;
    width: 18rem;
}

.dealer-products-page::after {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.9)),
        url("/images/attentionherosection.jpg") right top / cover no-repeat;
    border-radius: 999px 0 0 999px;
    height: 28rem;
    opacity: 0.2;
    position: absolute;
    right: -8rem;
    top: 0;
    width: min(44vw, 44rem);
}

.dealer-products-page .container {
    max-width: 1360px;
    position: relative;
    z-index: 1;
}

.dealer-products-page__eyebrow {
    color: var(--dealer-products-accent);
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.dealer-products-hero {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
}

.dealer-products-hero__copy {
    max-width: 42rem;
}

.dealer-products-hero__copy h1,
.dealer-products-section-head h2,
.dealer-products-value__intro h2,
.dealer-products-cta__copy h2,
.dealer-products-system__heading h2,
.dealer-products-pillar h3,
.dealer-product-card__body h3 {
    color: var(--dealer-products-ink);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    letter-spacing: -0.05em;
    margin: 0;
}

.dealer-products-hero__copy h1 {
    font-size: clamp(2.55rem, 4.5vw, 4.75rem);
    line-height: 0.96;
    margin-top: 0.95rem;
    max-width: 12ch;
}

.dealer-products-hero__copy p,
.dealer-products-system__heading span,
.dealer-products-system__item span,
.dealer-products-section-head p,
.dealer-product-card__body p,
.dealer-products-pillar p,
.dealer-products-cta__copy p {
    color: var(--dealer-products-muted);
    font-family: "Open Sans", sans-serif;
}

.dealer-products-hero__copy p {
    font-size: 1.05rem;
    line-height: 1.85;
    margin: 1.1rem 0 0;
    max-width: 38rem;
}

.dealer-products-hero__actions,
.dealer-products-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.dealer-products-hero__actions {
    margin-top: 1.5rem;
}

.dealer-products-button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.08em;
    min-height: 54px;
    min-width: 176px;
    padding: 0.88rem 1.45rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.dealer-products-button:hover,
.dealer-products-button:focus {
    transform: translateY(-2px);
}

.dealer-products-button--primary {
    background: linear-gradient(180deg, #2f87ff 0%, #1667ef 100%);
    box-shadow: 0 18px 32px rgba(22, 103, 239, 0.2);
    color: #ffffff;
}

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

.dealer-products-button--secondary {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(28, 115, 255, 0.14);
    box-shadow: 0 14px 28px rgba(13, 31, 54, 0.06);
    color: var(--dealer-products-accent-dark);
}

.dealer-products-button--secondary:hover,
.dealer-products-button--secondary:focus {
    color: var(--dealer-products-accent-dark);
}

.dealer-products-hero__notes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.45rem;
}

.dealer-products-hero__notes span {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(26, 82, 168, 0.1);
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(13, 31, 54, 0.05);
    color: #19365f;
    display: inline-flex;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0.7rem 1rem;
}

.dealer-products-system {
    background:
        radial-gradient(circle at 84% 18%, rgba(89, 160, 255, 0.22), transparent 24%),
        linear-gradient(180deg, rgba(8, 27, 54, 0.98) 0%, rgba(11, 35, 66, 0.98) 100%);
    border: 1px solid rgba(121, 168, 232, 0.16);
    border-radius: 30px;
    box-shadow: 0 34px 70px rgba(7, 21, 39, 0.18);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.dealer-products-system::before {
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(53, 140, 255, 0.16), transparent 28%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.dealer-products-system__visual,
.dealer-products-system__panel {
    position: relative;
    z-index: 1;
}

.dealer-products-system__visual {
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
    border-bottom: 1px solid rgba(121, 168, 232, 0.12);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.3rem 1.45rem;
}

.dealer-products-system__visual img {
    display: block;
    height: auto;
    max-width: 7.25rem;
}

.dealer-products-system__visual p {
    color: rgba(225, 236, 252, 0.86);
    font-family: "Montserrat", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0;
    text-transform: uppercase;
}

.dealer-products-system__panel {
    padding: 1.35rem 1.45rem 1.45rem;
}

.dealer-products-system__heading span {
    color: rgba(117, 196, 255, 0.84);
    display: inline-block;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.5;
}

.dealer-products-system__heading h2 {
    color: #ffffff;
    font-size: clamp(1.55rem, 2.2vw, 2.45rem);
    line-height: 1.02;
    margin-top: 0.55rem;
    max-width: 12ch;
}

.dealer-products-system__list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.35rem;
}

.dealer-products-system__item {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(132, 176, 233, 0.12);
    border-radius: 18px;
    display: flex;
    gap: 0.9rem;
    justify-content: space-between;
    padding: 1rem 1rem 0.95rem;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.dealer-products-system__item:hover,
.dealer-products-system__item:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(132, 176, 233, 0.24);
    transform: translateX(3px);
}

.dealer-products-system__item strong {
    color: #ffffff;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.dealer-products-system__item span {
    color: rgba(212, 227, 247, 0.76);
    flex: 0 0 auto;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.dealer-products-system__item--ops {
    box-shadow: inset 3px 0 0 #5eb3ff;
}

.dealer-products-system__item--reach {
    box-shadow: inset 3px 0 0 #55c7ff;
}

.dealer-products-system__item--finance {
    box-shadow: inset 3px 0 0 #34d4d0;
}

.dealer-products-system__item--marketing {
    box-shadow: inset 3px 0 0 #7ec9ff;
}

.dealer-products-showcase,
.dealer-products-value {
    margin-top: clamp(3.1rem, 6vw, 5rem);
}

.dealer-products-section-head,
.dealer-products-value__intro {
    align-items: end;
    display: grid;
    gap: 1rem 1.6rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
}

.dealer-products-section-head h2,
.dealer-products-value__intro h2 {
    font-size: clamp(2rem, 3vw, 3.15rem);
    line-height: 0.98;
    margin-top: 0.75rem;
    max-width: 15ch;
}

.dealer-products-section-head p,
.dealer-products-value__intro p {
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
}

.dealer-products-grid {
    display: grid;
    gap: 1.1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.8rem;
}

.dealer-product-card {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--dealer-products-line);
    border-radius: 26px;
    box-shadow: 0 22px 46px rgba(15, 35, 68, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dealer-product-card:hover {
    border-color: rgba(26, 82, 168, 0.22);
    box-shadow: 0 28px 58px rgba(15, 35, 68, 0.12);
    transform: translateY(-5px);
}

.dealer-product-card.is-featured {
    border-color: rgba(28, 115, 255, 0.24);
}

.dealer-product-card__media {
    background: #dbe6f6;
    display: block;
    overflow: hidden;
    position: relative;
}

.dealer-product-card__media::after {
    background: linear-gradient(180deg, rgba(8, 27, 54, 0.04), rgba(8, 27, 54, 0.24));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.dealer-product-card__media img {
    aspect-ratio: 16 / 10;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.dealer-product-card:hover .dealer-product-card__media img {
    transform: scale(1.04);
}

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

.dealer-product-card__eyebrow {
    color: var(--dealer-products-accent);
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.dealer-product-card__body h3 {
    font-size: clamp(1.55rem, 2vw, 2rem);
    line-height: 1;
    margin-top: 0.65rem;
}

.dealer-product-card__body p {
    font-size: 0.98rem;
    line-height: 1.75;
    margin: 0.85rem 0 0;
}

.dealer-product-card__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 1.35rem;
}

.dealer-product-card__link {
    color: var(--dealer-products-ink);
    font-family: "Montserrat", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.dealer-product-card__arrow {
    align-items: center;
    background: rgba(28, 115, 255, 0.08);
    border-radius: 999px;
    color: var(--dealer-products-accent);
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    height: 2.35rem;
    justify-content: center;
    width: 2.35rem;
}

.dealer-product-card--ops .dealer-product-card__arrow {
    background: rgba(94, 179, 255, 0.12);
}

.dealer-product-card--reach .dealer-product-card__arrow {
    background: rgba(85, 199, 255, 0.12);
}

.dealer-product-card--finance .dealer-product-card__arrow {
    background: rgba(52, 212, 208, 0.12);
}

.dealer-product-card--marketing .dealer-product-card__arrow {
    background: rgba(126, 201, 255, 0.14);
}

.dealer-product-card--leads .dealer-product-card__arrow {
    background: rgba(28, 115, 255, 0.12);
}

.dealer-product-card--support .dealer-product-card__arrow {
    background: rgba(70, 145, 255, 0.14);
}

.dealer-products-value__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.8rem;
}

.dealer-products-pillar {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(26, 82, 168, 0.1);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(15, 35, 68, 0.06);
    min-height: 100%;
    padding: 1.5rem 1.45rem;
}

.dealer-products-pillar h3 {
    font-size: 1.45rem;
    line-height: 1.02;
}

.dealer-products-pillar p {
    font-size: 0.98rem;
    line-height: 1.75;
    margin: 0.9rem 0 0;
}

.dealer-products-cta {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(8, 27, 54, 0.98) 0%, rgba(10, 35, 66, 0.92) 100%),
        url("/images/heronew.jpg") right center / cover no-repeat;
    border-radius: 32px;
    box-shadow: 0 34px 70px rgba(8, 27, 54, 0.18);
    display: grid;
    gap: 1.2rem 1.8rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: clamp(3rem, 6vw, 4.8rem);
    overflow: hidden;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    position: relative;
}

.dealer-products-cta::before {
    background:
        linear-gradient(90deg, rgba(8, 27, 54, 0.92), rgba(8, 27, 54, 0.68) 68%, rgba(8, 27, 54, 0.28)),
        radial-gradient(circle at 18% 24%, rgba(69, 148, 255, 0.18), transparent 22%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.dealer-products-cta__copy,
.dealer-products-cta__actions {
    position: relative;
    z-index: 1;
}

.dealer-products-cta__copy .dealer-products-page__eyebrow {
    color: #65c8ff;
}

.dealer-products-cta__copy h2 {
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.02;
    margin-top: 0.8rem;
    max-width: 15ch;
}

.dealer-products-cta__copy p {
    color: rgba(226, 238, 252, 0.88);
    font-size: 1rem;
    line-height: 1.75;
    margin: 1rem 0 0;
    max-width: 36rem;
}

.dealer-products-cta__actions {
    justify-content: flex-end;
}

@media (max-width: 1199.98px) {
    .dealer-products-hero,
    .dealer-products-section-head,
    .dealer-products-value__intro,
    .dealer-products-cta {
        grid-template-columns: 1fr;
    }

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

    .dealer-products-value__grid {
        grid-template-columns: 1fr;
    }

    .dealer-products-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    .dealer-products-page {
        padding-top: 1.75rem;
    }

    .dealer-products-page::after {
        display: none;
    }

    .dealer-products-hero__copy h1 {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .dealer-products-page::before {
        height: 12rem;
        left: -3rem;
        top: 34rem;
        width: 12rem;
    }

    .dealer-products-hero__copy h1 {
        font-size: clamp(2.1rem, 8vw, 3.2rem);
    }

    .dealer-products-grid {
        grid-template-columns: 1fr;
    }

    .dealer-products-section-head h2,
    .dealer-products-value__intro h2,
    .dealer-products-cta__copy h2 {
        max-width: none;
    }

    .dealer-products-button {
        min-width: 0;
        width: 100%;
    }

    .dealer-products-hero__actions,
    .dealer-products-cta__actions {
        width: 100%;
    }

    .dealer-products-system {
        border-radius: 24px;
    }

    .dealer-products-system__visual,
    .dealer-products-system__panel,
    .dealer-product-card__body,
    .dealer-products-pillar,
    .dealer-products-cta {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .dealer-products-system__visual {
        align-items: flex-start;
        flex-direction: column;
    }

    .dealer-products-system__item {
        align-items: flex-start;
        flex-direction: column;
    }
}
