.dealer-sms-marketing-body {
    --sms-navy: #071c4a;
    --sms-navy-deep: #05122f;
    --sms-blue: #1f66ff;
    --sms-blue-soft: #edf4ff;
    --sms-blue-mid: #63afff;
    --sms-ink: #102654;
    --sms-text: #3f5476;
    --sms-border: rgba(11, 39, 90, 0.1);
    --sms-shadow: 0 24px 58px rgba(7, 24, 58, 0.12);
    background:
        radial-gradient(circle at 0% 12%, rgba(64, 142, 255, 0.08), transparent 18%),
        radial-gradient(circle at 100% 18%, rgba(64, 142, 255, 0.08), transparent 18%),
        linear-gradient(180deg, #f9fbff 0%, #ffffff 45%, #f7faff 100%);
    color: var(--sms-ink);
    overflow-x: hidden;
}

.dealer-sms-marketing-body #hdlr {
    display: none;
}

.smsm-page {
    overflow: hidden;
}

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

.smsm-section-heading {
    display: grid;
    gap: 0.9rem;
    justify-items: center;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    max-width: 44rem;
    text-align: center;
}

.smsm-section-heading h2 {
    color: var(--sms-ink);
    font-family: "Sora", sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 0;
}

.smsm-section-heading h2 span {
    color: var(--sms-blue);
}

.smsm-section-heading p {
    color: rgba(237, 244, 255, 0.86);
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

.smsm-section-heading--light h2 {
    color: #ffffff;
}

.smsm-section-heading__rule {
    background: linear-gradient(90deg, rgba(31, 102, 255, 0), rgba(31, 102, 255, 0.95), rgba(31, 102, 255, 0));
    border-radius: 999px;
    display: block;
    height: 4px;
    width: 96px;
}

.smsm-btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-family: "Sora", sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.02em;
    min-height: 56px;
    padding: 0 1.8rem;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

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

.smsm-btn--primary {
    background: linear-gradient(135deg, #1d66ff 0%, #2461f5 48%, #2f8fff 100%);
    box-shadow: 0 18px 32px rgba(29, 102, 255, 0.22);
    color: #ffffff;
}

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

.smsm-hero {
    overflow: hidden;
    padding: clamp(2.2rem, 4vw, 3rem) 0 clamp(3.2rem, 6vw, 4.4rem);
    position: relative;
}

.smsm-hero::before,
.smsm-hero::after,
.smsm-band::before,
.smsm-band::after,
.smsm-workflow::before,
.smsm-workflow::after,
.smsm-cta::before,
.smsm-cta::after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.smsm-hero::before {
    background:
        radial-gradient(circle at 50% 50%, rgba(61, 148, 255, 0.15), transparent 62%);
    height: 560px;
    right: -110px;
    top: -110px;
    width: 560px;
}

.smsm-hero::after {
    background:
        radial-gradient(circle, rgba(64, 143, 255, 0.28) 0 1.2px, transparent 1.4px);
    background-size: 18px 18px;
    height: 180px;
    opacity: 0.9;
    right: max(12px, calc(50% - 670px));
    top: 86px;
    width: 180px;
}

.smsm-hero .container,
.smsm-band .container,
.smsm-workflow .container,
.smsm-cta .container {
    position: relative;
    z-index: 1;
}

.smsm-hero__grid {
    align-items: center;
    display: grid;
    gap: clamp(1.8rem, 3vw, 3rem);
    grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1.2fr);
}

.smsm-hero__content {
    align-items: flex-start;
    display: grid;
    gap: 1.25rem;
    justify-items: start;
    max-width: 31rem;
}

.smsm-pill {
    align-items: center;
    background: linear-gradient(135deg, #1b67ff 0%, #327dff 100%);
    border-radius: 999px;
    box-shadow: 0 16px 26px rgba(29, 102, 255, 0.16);
    color: #ffffff;
    display: inline-flex;
    font-family: "Sora", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0 1rem;
}

.smsm-pill::before {
    content: "★";
    font-size: 0.82rem;
    line-height: 1;
}

.smsm-hero__title {
    display: grid;
    gap: 0.1rem;
    margin: 0;
}

.smsm-hero__title span {
    display: block;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    letter-spacing: -0.07em;
    line-height: 0.9;
}

.smsm-hero__title span:first-child {
    color: #092154;
    font-size: clamp(3rem, 7vw, 5.5rem);
}

.smsm-hero__title span:last-child {
    background: linear-gradient(180deg, #398cff 0%, #1f66ff 55%, #1957e0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(3.2rem, 7vw, 5.9rem);
}

.smsm-hero__rule {
    background: linear-gradient(90deg, #1f66ff 0%, rgba(31, 102, 255, 0.18) 100%);
    border-radius: 999px;
    display: block;
    height: 4px;
    width: 95px;
}

.smsm-hero__lede {
    color: var(--sms-ink);
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.06rem;
    line-height: 1.78;
    margin: 0;
    max-width: 28rem;
}

.smsm-hero__visual {
    display: flex;
    justify-content: center;
    position: relative;
}

.smsm-hero__visual::before {
    background:
        radial-gradient(circle at 50% 50%, rgba(72, 152, 255, 0.14), rgba(72, 152, 255, 0) 72%);
    height: 540px;
    inset: auto auto 0 50%;
    transform: translateX(-50%);
    width: 540px;
}

.smsm-hero__image-shell {
    display: flex;
    justify-content: center;
    max-width: 860px;
    position: relative;
}

.smsm-hero__image-shell img {
    display: block;
    filter: drop-shadow(0 36px 48px rgba(20, 55, 114, 0.14));
    height: auto;
    max-width: 100%;
    transform: translateX(2%);
    width: min(100%, 860px);
}

.smsm-band {
    background:
        radial-gradient(circle at 8% 100%, rgba(32, 111, 255, 0.12), transparent 22%),
        radial-gradient(circle at 92% 0%, rgba(32, 111, 255, 0.12), transparent 22%),
        linear-gradient(135deg, #071a46 0%, #081c4b 55%, #041530 100%);
    color: #ffffff;
    overflow: hidden;
}

.smsm-band::before {
    background:
        radial-gradient(circle at 0 50%, rgba(75, 162, 255, 0.22) 0 1.2px, transparent 1.4px);
    background-size: 14px 14px;
    height: 120px;
    left: -20px;
    opacity: 0.42;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
}

.smsm-band::after {
    background:
        repeating-radial-gradient(circle at 100% 0, rgba(61, 149, 255, 0.18) 0 2px, transparent 2px 12px);
    height: 260px;
    opacity: 0.22;
    right: -80px;
    top: -40px;
    width: 320px;
}

.smsm-band__grid {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.smsm-feature {
    display: grid;
    gap: 1rem;
    justify-items: center;
    padding: 0.5rem 0.5rem 0;
    text-align: center;
}

.smsm-feature__icon,
.smsm-step__icon,
.smsm-cta__badge {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.smsm-feature__icon {
    background: linear-gradient(180deg, rgba(45, 118, 255, 0.16) 0%, rgba(45, 118, 255, 0.05) 100%);
    border: 1px solid rgba(99, 175, 255, 0.34);
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #8fc0ff;
    font-size: 2rem;
    height: 92px;
    width: 92px;
}

.smsm-feature h3,
.smsm-step h3,
.smsm-cta__panel h2 {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0;
}

.smsm-feature h3 {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.1;
}

.smsm-feature p {
    color: rgba(228, 238, 255, 0.82);
    font-family: "Source Sans 3", sans-serif;
    font-size: 1rem;
    line-height: 1.72;
    margin: 0;
    max-width: 15rem;
}

.smsm-workflow {
    background:
        radial-gradient(circle at 0% 36%, rgba(61, 149, 255, 0.08), transparent 24%),
        radial-gradient(circle at 100% 72%, rgba(61, 149, 255, 0.08), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.smsm-workflow::before {
    background:
        linear-gradient(90deg, rgba(31, 102, 255, 0.12), rgba(31, 102, 255, 0.28), rgba(31, 102, 255, 0.12));
    height: 2px;
    left: 18%;
    right: 18%;
    top: 186px;
}

.smsm-workflow__track {
    display: grid;
    gap: 1.8rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
}

.smsm-step {
    display: grid;
    gap: 1rem;
    justify-items: center;
    padding: 1rem 1rem 0;
    position: relative;
    text-align: center;
}

.smsm-step__number {
    align-items: center;
    background: linear-gradient(180deg, #b7d5ff 0%, #8ab8ff 100%);
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(31, 102, 255, 0.12);
    color: #1d63ff;
    display: inline-flex;
    font-family: "Sora", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.smsm-step__icon {
    background: linear-gradient(180deg, #f7fbff 0%, #e9f2ff 100%);
    border: 1px solid rgba(31, 102, 255, 0.16);
    border-radius: 50%;
    box-shadow: 0 22px 44px rgba(24, 69, 151, 0.08);
    color: #1f66ff;
    font-size: 2rem;
    height: 118px;
    width: 118px;
}

.smsm-step h3 {
    color: var(--sms-ink);
    font-size: 1.62rem;
    line-height: 1.08;
}

.smsm-step p {
    color: var(--sms-text);
    font-family: "Source Sans 3", sans-serif;
    font-size: 1rem;
    line-height: 1.68;
    margin: 0;
    max-width: 16rem;
}

.smsm-cta {
    background:
        radial-gradient(circle at 8% 100%, rgba(32, 111, 255, 0.12), transparent 24%),
        radial-gradient(circle at 100% 0%, rgba(32, 111, 255, 0.16), transparent 24%),
        linear-gradient(135deg, #071a46 0%, #081c4b 55%, #041530 100%);
    overflow: hidden;
}

.smsm-cta::before {
    background:
        linear-gradient(90deg, rgba(35, 104, 214, 0) 0%, rgba(35, 104, 214, 0.3) 38%, rgba(35, 104, 214, 0) 100%);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
}

.smsm-cta::after {
    background:
        radial-gradient(circle at 50% 50%, rgba(72, 152, 255, 0.2), rgba(72, 152, 255, 0) 68%);
    height: 420px;
    inset: auto auto -180px 50%;
    transform: translateX(-50%);
    width: 640px;
}

.smsm-cta__panel {
    display: grid;
    gap: 1rem;
    justify-items: center;
    margin: 0 auto;
    max-width: 52rem;
    text-align: center;
}

.smsm-cta__badge {
    background: linear-gradient(180deg, rgba(29, 102, 255, 0.18) 0%, rgba(29, 102, 255, 0.06) 100%);
    border: 1px solid rgba(85, 160, 255, 0.32);
    border-radius: 50%;
    color: #69b7ff;
    font-size: 1.6rem;
    height: 88px;
    width: 88px;
}

.smsm-cta__panel h2 {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.02;
}

.smsm-cta__panel p {
    color: rgba(228, 238, 255, 0.84);
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.06rem;
    line-height: 1.7;
    margin: 0;
}

.smsm-page a {
    text-decoration: none;
}

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

    .smsm-hero__content {
        justify-items: center;
        margin-inline: auto;
        max-width: 36rem;
        text-align: center;
    }

    .smsm-hero__lede {
        max-width: 33rem;
    }

    .smsm-hero__rule {
        margin-inline: auto;
    }

    .smsm-hero__image-shell img {
        transform: none;
        width: min(100%, 760px);
    }

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

    .smsm-workflow::before {
        left: 13%;
        right: 13%;
    }
}

@media (max-width: 991.98px) {
    .dealer-sms-marketing-body .dealer-program-header .nav-bar {
        border-bottom: 0;
        box-shadow: none;
        padding: 0.7rem 0.7rem 0 !important;
    }

    .dealer-sms-marketing-body .dealer-program-header .nav-bar .navbar {
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(13, 27, 45, 0.08);
        border-radius: 22px;
        box-shadow: 0 18px 40px rgba(8, 18, 34, 0.12);
        padding: 0.9rem 1rem;
    }

    .dealer-sms-marketing-body .dealer-program-header .navbar-brand {
        margin-right: 0;
    }

    .dealer-sms-marketing-body .dealer-program-header .navbar-brand img {
        width: 122px;
    }

    .dealer-sms-marketing-body .dealer-program-header .navbar.navbar-expand-lg .navbar-toggler {
        align-items: center;
        border-radius: 14px;
        display: inline-flex;
        height: 46px;
        justify-content: center;
        min-width: 46px;
        padding: 0;
    }

    .dealer-sms-marketing-body .dealer-program-header .navbar-expand-lg .navbar-collapse {
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        border-top: 1px solid rgba(13, 27, 45, 0.08);
        margin-top: 0.95rem;
        padding-top: 0.95rem;
        width: 100%;
    }

    .dealer-sms-marketing-body .dealer-main-nav {
        gap: 0.5rem;
        padding-top: 0;
    }

    .dealer-sms-marketing-body .dealer-program-header .navbar-light .navbar-nav .nav-link,
    .dealer-sms-marketing-body .dealer-program-header .navbar .carx-nav-dropdown .dropdown-toggle {
        align-items: center;
        border: 1px solid rgba(13, 27, 45, 0.08);
        border-radius: 14px;
        display: flex;
        justify-content: space-between;
        min-height: 48px;
        padding: 0.85rem 1rem !important;
    }

    .dealer-sms-marketing-body .dealer-program-header .navbar-light .navbar-nav .nav-link:hover,
    .dealer-sms-marketing-body .dealer-program-header .navbar-light .navbar-nav .nav-link.active,
    .dealer-sms-marketing-body .dealer-program-header .navbar .carx-nav-dropdown .dropdown-toggle.show,
    .dealer-sms-marketing-body .dealer-program-header .navbar .carx-nav-dropdown:hover .dropdown-toggle {
        background: rgba(15, 120, 242, 0.08);
        border-color: rgba(15, 120, 242, 0.2);
    }

    .dealer-sms-marketing-body .dealer-program-header .navbar .carx-nav-dropdown .dropdown-menu {
        background: #f3f8ff !important;
        border: 1px solid rgba(13, 27, 45, 0.08) !important;
        border-radius: 16px !important;
        margin-top: 0.55rem !important;
        padding: 0.45rem;
    }

    .dealer-sms-marketing-body .dealer-program-header .navbar .carx-nav-dropdown .dropdown-item {
        padding: 0.75rem 0.8rem;
    }

    .dealer-sms-marketing-body .dealer-header-actions {
        border-top: 1px solid rgba(13, 27, 45, 0.08);
        gap: 0.65rem;
        margin-top: 0.95rem;
        padding-top: 0.95rem;
    }

    .dealer-sms-marketing-body .dealer-header-pill {
        min-height: 46px;
        width: 100%;
    }

    .smsm-section {
        padding: 4rem 0;
    }

    .smsm-hero {
        padding-bottom: 3.25rem;
    }

    .smsm-hero__title span:first-child {
        font-size: clamp(2.6rem, 10vw, 4.4rem);
    }

    .smsm-hero__title span:last-child {
        font-size: clamp(2.9rem, 10vw, 4.9rem);
    }

    .smsm-hero__visual::before,
    .smsm-hero::after,
    .smsm-band::after {
        display: none;
    }

    .smsm-step__icon {
        height: 104px;
        width: 104px;
    }

    .smsm-step h3 {
        font-size: 1.45rem;
    }
}

@media (max-width: 767.98px) {
    .dealer-sms-marketing-body .dealer-program-header .nav-bar {
        padding-inline: 0.45rem !important;
    }

    .dealer-sms-marketing-body .dealer-program-header .nav-bar .navbar {
        border-radius: 18px;
        padding: 0.75rem 0.85rem;
    }

    .dealer-sms-marketing-body .dealer-program-header .navbar-brand img {
        width: 110px;
    }

    .dealer-sms-marketing-body .dealer-program-header .navbar-light .navbar-nav .nav-link,
    .dealer-sms-marketing-body .dealer-program-header .navbar .carx-nav-dropdown .dropdown-toggle {
        font-size: 0.7rem;
        padding: 0.8rem 0.9rem !important;
    }

    .dealer-sms-marketing-body .dealer-header-pill {
        font-size: 0.68rem;
        min-height: 44px;
    }

    .smsm-section-heading h2,
    .smsm-cta__panel h2 {
        font-size: clamp(1.85rem, 8vw, 2.5rem);
    }

    .smsm-section-heading p,
    .smsm-feature p,
    .smsm-step p,
    .smsm-cta__panel p {
        font-size: 0.98rem;
    }

    .smsm-hero__grid {
        gap: 1.5rem;
    }

    .smsm-hero__content {
        gap: 1rem;
    }

    .smsm-pill {
        font-size: 0.78rem;
        min-height: 40px;
    }

    .smsm-hero__title span:first-child {
        font-size: clamp(2.4rem, 12vw, 3.7rem);
    }

    .smsm-hero__title span:last-child {
        font-size: clamp(2.5rem, 12vw, 3.95rem);
    }

    .smsm-hero__lede {
        font-size: 0.99rem;
        line-height: 1.7;
    }

    .smsm-band__grid,
    .smsm-workflow__track {
        grid-template-columns: 1fr;
    }

    .smsm-workflow::before {
        display: none;
    }

    .smsm-feature {
        justify-items: center;
        margin-inline: auto;
        max-width: 18rem;
    }

    .smsm-step {
        padding: 0;
    }

    .smsm-step__icon {
        height: 96px;
        width: 96px;
    }

    .smsm-cta__badge {
        height: 76px;
        width: 76px;
    }

    .smsm-btn {
        min-height: 52px;
        width: 100%;
    }

    .smsm-cta__panel {
        max-width: 30rem;
    }
}

@media (max-width: 575.98px) {
    .smsm-hero::before,
    .smsm-band::before,
    .smsm-workflow::after,
    .smsm-cta::after {
        display: none;
    }

    .smsm-section {
        padding: 3.5rem 0;
    }

    .smsm-pill {
        font-size: 0.74rem;
        min-height: 38px;
    }

    .smsm-hero__title span:first-child {
        font-size: clamp(2.2rem, 13vw, 3rem);
    }

    .smsm-hero__title span:last-child {
        font-size: clamp(2.3rem, 13vw, 3.2rem);
    }

    .smsm-feature__icon {
        font-size: 1.75rem;
        height: 84px;
        width: 84px;
    }

    .smsm-feature h3,
    .smsm-step h3 {
        font-size: 1.32rem;
    }
}
