.sf-leads-body {
    --sf-blue: #1f72ff;
    --sf-blue-strong: #0f5cf0;
    --sf-blue-soft: #5dbdff;
    --sf-dark: #071326;
    --sf-dark-deep: #04101f;
    --sf-dark-card: rgba(9, 22, 42, 0.88);
    --sf-white: #ffffff;
    --sf-ink: #0b1730;
    --sf-copy: #50617c;
    --sf-line: rgba(18, 57, 118, 0.14);
    --sf-glow: rgba(55, 154, 255, 0.26);
    background: #ffffff;
    color: var(--sf-ink);
    font-family: "Source Sans 3", sans-serif;
}

.sf-leads-body #hdlr {
    display: none !important;
}

.sf-leads-page {
    background: #ffffff;
    overflow: hidden;
}

.sf-leads-body .dealer-program-footer {
    animation: none !important;
    margin-top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.sf-leads-page .container {
    max-width: 1380px;
    padding-left: 28px;
    padding-right: 28px;
    position: relative;
}

.sf-leads-eyebrow {
    color: var(--sf-blue);
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.sf-leads-btn {
    align-items: center;
    border-radius: 0.82rem;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.14em;
    min-height: 58px;
    min-width: 188px;
    padding: 0.95rem 1.7rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.sf-leads-btn:hover,
.sf-leads-btn:focus {
    transform: translateY(-2px);
}

.sf-leads-btn--primary {
    background: linear-gradient(180deg, #2ca8ff 0%, #126ff1 100%);
    box-shadow: 0 18px 34px rgba(15, 92, 240, 0.28);
    color: #ffffff;
}

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

.sf-leads-btn--secondary {
    background: rgba(7, 19, 38, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.sf-leads-btn--secondary:hover,
.sf-leads-btn--secondary:focus {
    background: rgba(10, 26, 50, 0.46);
    border-color: rgba(255, 255, 255, 0.46);
    color: #ffffff;
}

.sf-leads-hero {
    background:
        linear-gradient(180deg, rgba(3, 10, 20, 0.62) 0%, rgba(3, 11, 23, 0.78) 58%, rgba(4, 12, 23, 0.94) 100%),
        linear-gradient(90deg, rgba(4, 12, 23, 0.92) 0%, rgba(4, 12, 23, 0.78) 35%, rgba(4, 12, 23, 0.22) 68%, rgba(4, 12, 23, 0.4) 100%),
        url("/images/sfu.png") center center / cover no-repeat;
    min-height: 920px;
    padding: 64px 0 40px;
    position: relative;
}

.sf-leads-hero::before {
    background:
        radial-gradient(circle at 20% 18%, rgba(60, 146, 255, 0.18), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.sf-leads-hero__inner {
    margin: 0 auto;
    max-width: 1120px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.sf-leads-hero__inner .sf-leads-eyebrow {
    color: #7dcfff;
    margin-bottom: 1.1rem;
}

.sf-leads-hero__inner h1,
.sf-leads-section__header h2,
.sf-leads-proof-card h3,
.sf-leads-benefit h3,
.sf-leads-step h3,
.sf-leads-deliverables h2,
.sf-leads-cta h3 {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 0;
}

.sf-leads-hero__inner h1 {
    color: #ffffff;
    font-size: clamp(2.55rem, 5.5vw, 4.8rem);
    line-height: 0.96;
    margin: 0 auto;
    max-width: none;
}

.sf-leads-hero__inner h1 span {
    display: block;
    white-space: nowrap;
}

.sf-leads-hero__accent {
    background: linear-gradient(180deg, #4ec4ff 0%, #258fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.sf-leads-hero__copy {
    color: rgba(236, 243, 255, 0.88);
    font-size: clamp(1rem, 1.45vw, 1.22rem);
    line-height: 1.72;
    margin: 1.65rem auto 0;
    max-width: 830px;
    text-wrap: balance;
}

.sf-leads-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.sf-leads-hero-panel {
    backdrop-filter: blur(18px);
    background:
        linear-gradient(180deg, rgba(11, 23, 43, 0.78) 0%, rgba(6, 18, 35, 0.94) 100%);
    border: 1px solid rgba(122, 165, 230, 0.28);
    border-radius: 24px;
    box-shadow:
        0 32px 70px rgba(2, 11, 23, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 78px auto 0;
    max-width: 1180px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.sf-leads-hero-panel::before {
    background: linear-gradient(90deg, rgba(57, 147, 255, 0.28), rgba(57, 147, 255, 0));
    content: "";
    height: 1px;
    inset: 0 0 auto;
    position: absolute;
}

.sf-leads-hero-panel__item {
    padding: 2rem 1.7rem 1.95rem;
    position: relative;
    text-align: center;
}

.sf-leads-hero-panel__item + .sf-leads-hero-panel__item::before {
    background: linear-gradient(180deg, rgba(113, 154, 219, 0.04), rgba(113, 154, 219, 0.28), rgba(113, 154, 219, 0.04));
    content: "";
    inset: 1.5rem auto 1.5rem 0;
    position: absolute;
    width: 1px;
}

.sf-leads-icon-badge {
    align-items: center;
    background: linear-gradient(180deg, rgba(236, 244, 255, 0.92) 0%, rgba(222, 236, 255, 0.96) 100%);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(28, 91, 184, 0.12);
    color: var(--sf-blue);
    display: inline-flex;
    font-size: 1.1rem;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.sf-leads-icon-badge--dark {
    background: radial-gradient(circle at 30% 25%, rgba(65, 170, 255, 0.24), rgba(14, 33, 58, 0.96));
    border: 1px solid rgba(99, 190, 255, 0.24);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 14px 28px rgba(4, 12, 24, 0.28);
    color: #41b1ff;
}

.sf-leads-hero-panel__item h2 {
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.18;
    margin: 1rem 0 0;
}

.sf-leads-hero-panel__item p {
    color: rgba(220, 232, 248, 0.82);
    font-size: 0.96rem;
    line-height: 1.66;
    margin: 0.95rem 0 0;
}

.sf-leads-section {
    position: relative;
}

.sf-leads-section--light {
    background: #ffffff;
    padding: 88px 0 84px;
}

.sf-leads-section--why::before,
.sf-leads-section--closing::before {
    background-image: radial-gradient(rgba(39, 118, 255, 0.18) 1.25px, transparent 1.25px);
    background-size: 16px 16px;
    content: "";
    height: 220px;
    left: -28px;
    opacity: 0.65;
    pointer-events: none;
    position: absolute;
    top: 72px;
    width: 180px;
}

.sf-leads-section--why::after,
.sf-leads-footer::after {
    background-image: radial-gradient(rgba(39, 118, 255, 0.18) 1.25px, transparent 1.25px);
    background-size: 16px 16px;
    content: "";
    height: 220px;
    opacity: 0.55;
    pointer-events: none;
    position: absolute;
    right: -20px;
    top: 28px;
    width: 200px;
}

.sf-leads-section__header {
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.sf-leads-section__header .sf-leads-eyebrow {
    margin-bottom: 1rem;
}

.sf-leads-section__header h2 {
    color: var(--sf-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    text-wrap: balance;
}

.sf-leads-section__header p {
    color: var(--sf-copy);
    font-size: 1.06rem;
    line-height: 1.75;
    margin: 1.15rem auto 0;
    max-width: 730px;
}

.sf-leads-proof-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 3.2rem;
    position: relative;
    z-index: 1;
}

.sf-leads-proof-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid rgba(213, 224, 242, 0.82);
    border-radius: 20px;
    box-shadow: 0 24px 48px rgba(16, 39, 77, 0.08);
    min-height: 100%;
    padding: 1.8rem 1.7rem 1.75rem;
}

.sf-leads-proof-card h3 {
    color: #12223f;
    font-size: 1.35rem;
    line-height: 1.15;
    margin-top: 1.15rem;
}

.sf-leads-proof-card p {
    color: var(--sf-copy);
    font-size: 1rem;
    line-height: 1.72;
    margin: 0.9rem 0 0;
}

.sf-leads-benefits-row {
    border-top: 1px solid rgba(16, 58, 124, 0.1);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 3rem;
    padding-top: 2.6rem;
    position: relative;
    z-index: 1;
}

.sf-leads-benefit {
    min-height: 100%;
    padding: 0 1.55rem;
    position: relative;
}

.sf-leads-benefit:first-child {
    padding-left: 0;
}

.sf-leads-benefit:last-child {
    padding-right: 0;
}

.sf-leads-benefit + .sf-leads-benefit::before {
    background: linear-gradient(180deg, rgba(39, 102, 203, 0), rgba(39, 102, 203, 0.22), rgba(39, 102, 203, 0));
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: 1px;
}

.sf-leads-benefit__icon {
    color: var(--sf-blue);
    display: inline-flex;
    font-size: 1.38rem;
}

.sf-leads-benefit h3 {
    color: #10203d;
    font-size: 1.3rem;
    line-height: 1.16;
    margin-top: 1rem;
}

.sf-leads-benefit p {
    color: var(--sf-copy);
    font-size: 1rem;
    line-height: 1.72;
    margin: 0.9rem 0 0;
}

.sf-leads-section--dark {
    background:
        radial-gradient(circle at 12% 46%, rgba(28, 103, 244, 0.14), transparent 24%),
        linear-gradient(180deg, #08162c 0%, #05111f 100%);
    color: #ffffff;
    padding: 84px 0 82px;
}

.sf-leads-process::before {
    border: 1px solid rgba(53, 124, 245, 0.15);
    border-radius: 999px;
    content: "";
    height: 220px;
    left: 40px;
    opacity: 0.7;
    pointer-events: none;
    position: absolute;
    top: 136px;
    width: 220px;
}

.sf-leads-section__header--dark .sf-leads-eyebrow {
    color: #7dcfff;
}

.sf-leads-section__header--dark h2,
.sf-leads-section__header--dark p,
.sf-leads-cta h3,
.sf-leads-cta p,
.sf-leads-step h3,
.sf-leads-step p {
    color: #ffffff;
}

.sf-leads-section__header--dark p {
    color: rgba(226, 236, 248, 0.8);
}

.sf-leads-process-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 3.15rem;
    position: relative;
    z-index: 1;
}

.sf-leads-step {
    min-height: 100%;
    padding: 0 1.1rem;
    position: relative;
    text-align: center;
}

.sf-leads-step::after {
    color: rgba(73, 141, 255, 0.7);
    content: "\2192";
    font-family: "Montserrat", sans-serif;
    font-size: 2.15rem;
    font-weight: 300;
    position: absolute;
    right: -0.75rem;
    top: 62px;
}

.sf-leads-step:last-child::after {
    display: none;
}

.sf-leads-step__number {
    align-items: center;
    background: linear-gradient(180deg, #1e73ff 0%, #155bdc 100%);
    border-radius: 999px;
    box-shadow: 0 14px 24px rgba(16, 91, 220, 0.24);
    color: #ffffff;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    letter-spacing: 0.12em;
    margin-bottom: 1.2rem;
    width: 44px;
}

.sf-leads-step__icon {
    align-items: center;
    background: linear-gradient(180deg, rgba(9, 27, 50, 0.76) 0%, rgba(11, 31, 58, 0.98) 100%);
    border: 1px solid rgba(103, 169, 255, 0.22);
    border-radius: 18px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 18px 32px rgba(0, 0, 0, 0.18);
    color: #7fcfff;
    display: inline-flex;
    font-size: 1.6rem;
    height: 84px;
    justify-content: center;
    width: 84px;
}

.sf-leads-step h3 {
    font-size: 1.36rem;
    line-height: 1.16;
    margin-top: 1.15rem;
}

.sf-leads-step p {
    color: rgba(219, 232, 247, 0.82);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0.85rem 0 0;
}

.sf-leads-section--closing {
    padding-top: 78px;
}

.sf-leads-closing {
    align-items: stretch;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
    position: relative;
    z-index: 1;
}

.sf-leads-deliverables h2 {
    color: var(--sf-ink);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    margin-top: 0.9rem;
    max-width: 11ch;
}

.sf-leads-deliverables__copy {
    color: var(--sf-copy);
    font-size: 1.08rem;
    line-height: 1.74;
    margin: 1.2rem 0 0;
    max-width: 610px;
}

.sf-leads-list {
    display: grid;
    gap: 1rem;
    list-style: none;
    margin: 1.9rem 0 0;
    padding: 0;
}

.sf-leads-list li {
    color: #183152;
    font-size: 1rem;
    line-height: 1.65;
    padding-left: 2rem;
    position: relative;
}

.sf-leads-list li::before {
    align-items: center;
    background: linear-gradient(180deg, #2ba7ff 0%, #156cef 100%);
    border-radius: 999px;
    color: #ffffff;
    content: "\2713";
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    height: 22px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0.15rem;
    width: 22px;
}

.sf-leads-cta {
    background:
        linear-gradient(180deg, rgba(6, 17, 34, 0.84) 0%, rgba(5, 15, 31, 0.96) 100%),
        url("/images/sfu.png") center center / cover no-repeat;
    border: 1px solid rgba(97, 160, 245, 0.2);
    border-radius: 26px;
    box-shadow: 0 28px 56px rgba(10, 24, 48, 0.18);
    min-height: 100%;
    overflow: hidden;
    padding: 2.4rem 2.3rem;
    position: relative;
}

.sf-leads-cta::before {
    background:
        linear-gradient(135deg, rgba(72, 157, 255, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.sf-leads-cta > * {
    position: relative;
    z-index: 1;
}

.sf-leads-cta .sf-leads-eyebrow {
    color: #7dcfff;
}

.sf-leads-cta h3 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.06;
    margin-top: 0.95rem;
    max-width: 13ch;
}

.sf-leads-cta p {
    color: rgba(226, 238, 249, 0.82);
    font-size: 1.03rem;
    line-height: 1.78;
    margin: 1.1rem 0 0;
    max-width: 30rem;
}

.sf-leads-cta .sf-leads-btn {
    margin-top: 1.8rem;
}

.sf-leads-footer {
    background:
        linear-gradient(180deg, #09162b 0%, #071121 100%);
    color: rgba(225, 236, 249, 0.86);
    padding: 1.65rem 0 1.55rem;
    position: relative;
}

.sf-leads-footer__inner {
    align-items: center;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.sf-leads-footer__brand,
.sf-leads-footer__payments,
.sf-leads-footer__legal {
    position: relative;
    z-index: 1;
}

.sf-leads-footer__brand img {
    display: block;
    margin-bottom: 0.6rem;
    max-width: 120px;
}

.sf-leads-footer__brand p {
    color: rgba(217, 229, 244, 0.82);
    font-size: 0.95rem;
    line-height: 1.45;
    margin: 0;
}

.sf-leads-footer__brand p span {
    display: block;
}

.sf-leads-footer__payments,
.sf-leads-footer__legal {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.sf-leads-footer__payments::before,
.sf-leads-footer__legal::before {
    background: rgba(162, 190, 227, 0.24);
    content: "";
    height: 54px;
    left: -1.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.sf-leads-footer__payments span,
.sf-leads-footer__legal span {
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sf-leads-footer__payments img {
    max-height: 30px;
    width: auto;
}

.sf-leads-footer__legal {
    justify-content: flex-end;
}

@media (max-width: 1199.98px) {
    .sf-leads-hero {
        min-height: auto;
        padding-top: 56px;
    }

    .sf-leads-hero-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 900px;
    }

    .sf-leads-hero-panel__item:nth-child(3)::before {
        display: none;
    }

    .sf-leads-proof-grid,
    .sf-leads-benefits-row,
    .sf-leads-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sf-leads-benefit {
        padding: 0 1rem 2rem;
    }

    .sf-leads-benefit:nth-child(odd) {
        padding-left: 0;
    }

    .sf-leads-benefit:nth-child(even) {
        padding-right: 0;
    }

    .sf-leads-benefit:nth-child(3),
    .sf-leads-benefit:nth-child(4) {
        padding-bottom: 0;
    }

    .sf-leads-benefit:nth-child(3)::before {
        display: none;
    }

    .sf-leads-benefits-row {
        gap: 2rem 0;
    }

    .sf-leads-step:nth-child(2)::after {
        display: none;
    }

    .sf-leads-closing {
        grid-template-columns: minmax(0, 1fr);
    }

    .sf-leads-footer__inner {
        grid-template-columns: minmax(0, 1fr);
        justify-items: start;
    }

    .sf-leads-footer__payments::before,
    .sf-leads-footer__legal::before {
        display: none;
    }

    .sf-leads-footer__legal {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .sf-leads-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .sf-leads-hero {
        padding: 42px 0 30px;
    }

    .sf-leads-hero__inner h1 {
        font-size: clamp(2.4rem, 12vw, 3.8rem);
    }

    .sf-leads-hero__inner h1 span {
        white-space: normal;
    }

    .sf-leads-hero__copy {
        font-size: 1rem;
        line-height: 1.66;
        margin-top: 1.15rem;
    }

    .sf-leads-hero__actions {
        flex-direction: column;
        gap: 0.85rem;
    }

    .sf-leads-btn {
        min-width: 100%;
    }

    .sf-leads-hero-panel,
    .sf-leads-proof-grid,
    .sf-leads-benefits-row,
    .sf-leads-process-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .sf-leads-hero-panel {
        margin-top: 2.4rem;
    }

    .sf-leads-hero-panel__item + .sf-leads-hero-panel__item::before,
    .sf-leads-benefit + .sf-leads-benefit::before {
        display: none;
    }

    .sf-leads-hero-panel__item {
        padding: 1.5rem 1.25rem;
    }

    .sf-leads-section--light,
    .sf-leads-section--dark {
        padding: 64px 0;
    }

    .sf-leads-section__header h2,
    .sf-leads-deliverables h2,
    .sf-leads-cta h3 {
        font-size: clamp(1.85rem, 8vw, 2.55rem);
    }

    .sf-leads-proof-card,
    .sf-leads-cta {
        padding: 1.55rem 1.3rem;
    }

    .sf-leads-benefits-row {
        border-top: 0;
        gap: 1.6rem;
        margin-top: 2rem;
        padding-top: 0;
    }

    .sf-leads-benefit,
    .sf-leads-benefit:first-child,
    .sf-leads-benefit:last-child {
        border-top: 1px solid rgba(16, 58, 124, 0.1);
        padding: 1.35rem 0 0;
    }

    .sf-leads-step {
        padding: 0;
    }

    .sf-leads-step::after {
        content: "\2193";
        display: block;
        inset: auto 50% -1.55rem auto;
        right: auto;
        top: auto;
        transform: translateX(50%);
    }

    .sf-leads-step:last-child::after {
        display: none;
    }

    .sf-leads-process-grid {
        gap: 2.2rem;
    }

    .sf-leads-footer {
        padding: 1.5rem 0;
    }

    .sf-leads-footer__brand img {
        max-width: 108px;
    }

    .sf-leads-footer__payments,
    .sf-leads-footer__legal {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }
}
