/*
 * NDI — strony usług
 * Sprzedaż i zakup nieruchomości — wersja 3
 */

body.ndi-service-page {
    --ndi-navy: #0e1b31;
    --ndi-navy-deep: #091426;
    --ndi-ink: #142036;
    --ndi-muted: #707989;
    --ndi-gold: #c99a65;
    --ndi-gold-dark: #a97949;
    --ndi-paper: #f8f6f2;
    --ndi-line: #e4ddd4;
    margin: 0;
    background: #fff;
    color: var(--ndi-ink);
}

/*
 * Standardowy nagłówek RealHomes pozostaje technicznie załadowany,
 * ale na stronach usług zastępuje go nagłówek NDI.
 */
body.ndi-service-page .rh_header,
body.ndi-service-page .rh_header_var_1,
body.ndi-service-page .rh_header_advance,
body.ndi-service-page .rh_long_screen_header_temp {
    display: none !important;
}

body.ndi-service-page .rh_wrap {
    overflow: visible;
}

body.ndi-service-page .ndi-sales-page,
body.ndi-service-page .ndi-sales-page *,
body.ndi-service-page .ndi-sales-page *::before,
body.ndi-service-page .ndi-sales-page *::after {
    box-sizing: border-box;
}

body.ndi-service-page .ndi-sales-page {
    overflow: hidden;
    background: #fff;
}

.ndi-service-container {
    position: relative;
    z-index: 2;
    width: min(1320px, calc(100% - 64px));
    margin-inline: auto;
}

.ndi-service-kicker {
    margin: 0 0 20px;
    color: var(--ndi-gold);
    font-family: var(--font-ui, sans-serif);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ndi-service-heading {
    max-width: 920px;
    margin-bottom: 54px;
}

.ndi-service-heading--split {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, .55fr);
    gap: 80px;
    align-items: end;
}

.ndi-service-heading h2 {
    max-width: 850px;
    margin: 0;
    color: var(--ndi-ink);
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 700;
    line-height: .99;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.ndi-service-heading__aside {
    margin: 0 0 7px;
    color: var(--ndi-muted);
    font-family: var(--font-ui, sans-serif);
    font-size: 16px;
    line-height: 1.65;
}

.ndi-service-button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 15px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: var(--font-ui, sans-serif);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
    text-decoration: none;
    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.ndi-service-button:hover,
.ndi-service-button:focus-visible {
    transform: translateY(-2px);
    text-decoration: none;
}

.ndi-service-button--gold {
    background: var(--ndi-gold);
    color: var(--ndi-navy-deep);
}

.ndi-service-button--gold:hover,
.ndi-service-button--gold:focus-visible {
    background: #d7aa76;
    color: var(--ndi-navy-deep);
}

.ndi-service-button--light {
    background: #fff;
    color: var(--ndi-navy-deep);
}

.ndi-service-button--light:hover,
.ndi-service-button--light:focus-visible {
    background: var(--ndi-gold);
    color: var(--ndi-navy-deep);
}

.ndi-service-text-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 18px;
    padding-bottom: 7px;
    border-bottom: 1px solid currentColor;
    color: var(--ndi-gold-dark);
    font-family: var(--font-ui, sans-serif);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: gap .25s ease, color .25s ease;
}

.ndi-service-text-link:hover,
.ndi-service-text-link:focus-visible {
    gap: 24px;
    color: var(--ndi-ink);
    text-decoration: none;
}

.ndi-service-text-link--light {
    color: #fff;
}

/* Hero */

.ndi-sales-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(760px, 92vh, 980px);
    background:
        var(--ndi-sales-hero-image)
        center center / cover no-repeat;
    color: #fff;
}

.ndi-sales-hero .targ-header {
    z-index: 10;
}

.ndi-sales-hero__shade {
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 18, 35, .96) 0%,
            rgba(7, 18, 35, .89) 35%,
            rgba(7, 18, 35, .48) 64%,
            rgba(7, 18, 35, .08) 100%
        ),
        linear-gradient(
            180deg,
            rgba(5, 13, 26, .52) 0%,
            transparent 32%,
            rgba(5, 13, 26, .3) 100%
        );
}

.ndi-sales-hero__inner {
    display: flex;
    min-height: clamp(760px, 92vh, 980px);
    align-items: center;
    padding-top: 150px;
    padding-bottom: 92px;
}

.ndi-sales-hero__content {
    width: min(720px, 58%);
}

body.ndi-service-page .ndi-sales-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff !important;
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(60px, 6.2vw, 102px);
    font-weight: 700;
    line-height: .91;
    letter-spacing: -.064em;
    text-wrap: balance;
}

.ndi-sales-hero__lead {
    max-width: 720px;
    margin: 38px 0 0;
    color: rgba(255, 255, 255, .82);
    font-family: var(--font-ui, sans-serif);
    font-size: clamp(17px, 1.28vw, 21px);
    line-height: 1.68;
}

.ndi-sales-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-top: 42px;
}

/* Karty zakresu współpracy */

.ndi-sales-routes {
    padding: clamp(90px, 10vw, 150px) 0;
    background: var(--ndi-paper);
}

.ndi-sales-routes__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.ndi-sales-card {
    overflow: hidden;
    border: 1px solid var(--ndi-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16, 28, 45, .04);
    transition:
        transform .28s ease,
        box-shadow .28s ease;
}

.ndi-sales-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 55px rgba(16, 28, 45, .09);
}

.ndi-sales-card__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 8.6;
    background: #d8d5cf;
}

.ndi-sales-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.ndi-sales-card:hover .ndi-sales-card__image img {
    transform: scale(1.025);
}

.ndi-sales-card__body {
    display: flex;
    min-height: 310px;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 38px 36px;
}

.ndi-sales-card__number {
    display: block;
    margin-bottom: 32px;
    color: var(--ndi-gold-dark);
    font-family: var(--font-ui, sans-serif);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
}

.ndi-sales-card h3 {
    max-width: 580px;
    margin: 0;
    color: var(--ndi-ink);
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.ndi-sales-card p {
    max-width: 590px;
    margin: 18px 0 28px;
    color: var(--ndi-muted);
    font-family: var(--font-ui, sans-serif);
    font-size: 15px;
    line-height: 1.65;
}

.ndi-sales-card .ndi-service-text-link {
    margin-top: auto;
}

/* Gwarancja sprzedaży */

.ndi-sales-guarantee {
    position: relative;
    isolation: isolate;
    min-height: 690px;
    scroll-margin-top: 100px;
    background:
        var(--ndi-sales-guarantee-image)
        center center / cover no-repeat;
    color: #fff;
}

.ndi-sales-guarantee__shade {
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(7, 18, 35, .97) 0%,
            rgba(7, 18, 35, .91) 39%,
            rgba(7, 18, 35, .64) 68%,
            rgba(7, 18, 35, .34) 100%
        ),
        linear-gradient(
            180deg,
            rgba(7, 18, 35, .15),
            rgba(7, 18, 35, .6)
        );
}

.ndi-sales-guarantee__inner {
    display: grid;
    min-height: 690px;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .72fr);
    gap: 100px;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.ndi-sales-guarantee h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(52px, 5.5vw, 86px);
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.06em;
    text-wrap: balance;
}

.ndi-sales-guarantee__copy p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .83);
    font-family: var(--font-ui, sans-serif);
    font-size: 17px;
    line-height: 1.7;
}

.ndi-sales-guarantee__copy .ndi-service-button {
    margin-top: 18px;
}

/* Proces */

.ndi-sales-process {
    padding: clamp(90px, 9vw, 140px) 0;
    background: #fff;
}

.ndi-sales-process .ndi-service-heading {
    margin-bottom: 70px;
}

.ndi-sales-process__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 54px;
}

.ndi-sales-step__top {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 32px;
}

.ndi-sales-step__top span {
    flex: 0 0 auto;
    color: var(--ndi-gold);
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(54px, 5vw, 78px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.05em;
}

.ndi-sales-step__top i {
    display: block;
    width: 100%;
    height: 1px;
    background: #dcc2a5;
}

.ndi-sales-step h3 {
    margin: 0;
    color: var(--ndi-ink);
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(26px, 2.5vw, 38px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.ndi-sales-step p {
    max-width: 360px;
    margin: 18px 0 0;
    color: var(--ndi-muted);
    font-family: var(--font-ui, sans-serif);
    font-size: 16px;
    line-height: 1.65;
}

/* CTA */

.ndi-sales-cta {
    position: relative;
    isolation: isolate;
    min-height: 580px;
    background:
        var(--ndi-sales-cta-image)
        center center / cover no-repeat;
    color: #fff;
}

.ndi-sales-cta__shade {
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(5, 15, 29, .9) 0%,
            rgba(5, 15, 29, .68) 43%,
            rgba(5, 15, 29, .22) 75%,
            rgba(5, 15, 29, .08) 100%
        ),
        linear-gradient(
            180deg,
            transparent 35%,
            rgba(5, 15, 29, .34) 100%
        );
}

.ndi-sales-cta__inner {
    display: flex;
    min-height: 580px;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ndi-sales-cta__content {
    max-width: 720px;
}

.ndi-sales-cta h2 {
    margin: 0;
    color: #fff;
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(50px, 5.6vw, 86px);
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.06em;
    text-wrap: balance;
}

.ndi-sales-cta__content > p {
    margin: 25px 0 35px;
    color: rgba(255, 255, 255, .88);
    font-family: var(--font-ui, sans-serif);
    font-size: 20px;
    line-height: 1.5;
}

.ndi-sales-cta__signature {
    flex: 0 0 auto;
    align-self: flex-end;
    margin: 0 0 35px;
    color: rgba(255, 255, 255, .84);
    font-family: var(--font-ui, sans-serif);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.7;
    letter-spacing: .2em;
    text-align: right;
    text-transform: uppercase;
}

.ndi-sales-cta__signature span {
    display: block;
}

/* Tablet */

@media (max-width: 1100px) {
    .ndi-sales-hero__content {
        width: min(720px, 70%);
    }

    .ndi-service-heading--split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ndi-service-heading__aside {
        max-width: 620px;
    }

    .ndi-sales-guarantee__inner {
        grid-template-columns: 1fr 1fr;
        gap: 55px;
    }

    .ndi-sales-process__grid {
        gap: 30px;
    }
}

@media (max-width: 900px) {
    .ndi-sales-routes__grid {
        grid-template-columns: 1fr;
    }

    .ndi-sales-card__image {
        aspect-ratio: 16 / 8;
    }

    .ndi-sales-card__body {
        min-height: 280px;
    }

    .ndi-sales-guarantee__inner {
        grid-template-columns: 1fr;
        align-content: center;
        gap: 44px;
    }

    .ndi-sales-guarantee__copy {
        max-width: 650px;
    }

    .ndi-sales-process__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .ndi-sales-step {
        max-width: 680px;
    }

    .ndi-sales-step__top {
        max-width: 430px;
    }

    .ndi-sales-cta__inner {
        align-items: flex-end;
    }

    .ndi-sales-cta__signature {
        display: none;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .ndi-service-container {
        width: calc(100% - 40px);
    }

    .ndi-service-kicker {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .ndi-service-heading {
        margin-bottom: 36px;
    }

    .ndi-service-heading h2 {
        font-size: clamp(38px, 11vw, 52px);
        line-height: 1;
    }

    .ndi-service-heading__aside {
        font-size: 15px;
    }

    .ndi-service-button {
        width: 100%;
        min-height: 56px;
    }

    .ndi-sales-hero {
        min-height: 760px;
        background-position: 61% center;
    }

    .ndi-sales-hero__shade {
        background:
            linear-gradient(
                180deg,
                rgba(6, 16, 31, .62) 0%,
                rgba(6, 16, 31, .35) 24%,
                rgba(6, 16, 31, .9) 62%,
                rgba(6, 16, 31, .98) 100%
            );
    }

    .ndi-sales-hero__inner {
        min-height: 760px;
        align-items: flex-end;
        padding-top: 145px;
        padding-bottom: 54px;
    }

    .ndi-sales-hero__content {
        width: 100%;
    }

    body.ndi-service-page .ndi-sales-hero h1 {
        max-width: 100%;
        font-size: clamp(45px, 13vw, 62px);
        line-height: .96;
    }

    .ndi-sales-hero__lead {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.58;
    }

    .ndi-sales-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 32px;
    }

    .ndi-sales-hero__actions .ndi-service-text-link {
        margin-left: 2px;
    }

    .ndi-sales-routes {
        padding: 78px 0;
    }

    .ndi-sales-routes__grid {
        gap: 20px;
    }

    .ndi-sales-card {
        border-radius: 9px;
    }

    .ndi-sales-card__image {
        aspect-ratio: 4 / 2.75;
    }

    .ndi-sales-card__body {
        min-height: 0;
        padding: 26px 24px 28px;
    }

    .ndi-sales-card__number {
        margin-bottom: 23px;
    }

    .ndi-sales-card h3 {
        font-size: 32px;
    }

    .ndi-sales-card p {
        margin: 15px 0 25px;
        font-size: 14px;
    }

    .ndi-sales-guarantee {
        min-height: 720px;
        background-position: 62% center;
    }

    .ndi-sales-guarantee__shade {
        background:
            linear-gradient(
                180deg,
                rgba(7, 18, 35, .52) 0%,
                rgba(7, 18, 35, .82) 43%,
                rgba(7, 18, 35, .98) 100%
            );
    }

    .ndi-sales-guarantee__inner {
        min-height: 720px;
        align-content: end;
        gap: 30px;
        padding-top: 80px;
        padding-bottom: 58px;
    }

    .ndi-sales-guarantee h2 {
        font-size: clamp(43px, 12vw, 58px);
        line-height: .97;
    }

    .ndi-sales-guarantee__copy p {
        font-size: 15px;
        line-height: 1.62;
    }

    .ndi-sales-process {
        padding: 78px 0 82px;
    }

    .ndi-sales-process .ndi-service-heading {
        margin-bottom: 48px;
    }

    .ndi-sales-process__grid {
        gap: 42px;
    }

    .ndi-sales-step__top {
        max-width: none;
        margin-bottom: 20px;
    }

    .ndi-sales-step__top span {
        font-size: 56px;
    }

    .ndi-sales-step h3 {
        font-size: 29px;
    }

    .ndi-sales-step p {
        margin-top: 12px;
        font-size: 15px;
    }

    .ndi-sales-cta {
        min-height: 600px;
        background-position: 58% center;
    }

    .ndi-sales-cta__shade {
        background:
            linear-gradient(
                180deg,
                rgba(5, 15, 29, .2) 0%,
                rgba(5, 15, 29, .5) 42%,
                rgba(5, 15, 29, .94) 100%
            );
    }

    .ndi-sales-cta__inner {
        min-height: 600px;
        align-items: flex-end;
        padding-top: 90px;
        padding-bottom: 52px;
    }

    .ndi-sales-cta h2 {
        font-size: clamp(43px, 12vw, 58px);
        line-height: .97;
    }

    .ndi-sales-cta__content > p {
        margin: 20px 0 28px;
        font-size: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ndi-service-button,
    .ndi-service-text-link,
    .ndi-sales-card,
    .ndi-sales-card__image img {
        transition: none;
    }
}

/* NDI_SERVICE_SALES_HERO_TYPE_20260923 */
@media (min-width: 768px) {
    body.ndi-service-page .ndi-sales-hero__content {
        width: min(820px, 62%);
    }

    body.ndi-service-page .ndi-sales-hero h1 {
        max-width: 820px;
        font-size: clamp(56px, 5vw, 82px);
        line-height: .96;
        letter-spacing: -.055em;
    }
}

/* NDI_SERVICE_SALES_HERO_WIDTH_20260923 */
@media (min-width: 1100px) {
    body.ndi-service-page .ndi-sales-hero__content {
        width: min(760px, 54%);
    }

    body.ndi-service-page .ndi-sales-hero h1 {
        max-width: 760px;
    }
}

/* NDI_SALES_GUARANTEE_LAYOUT_V2_20260923 */

body.ndi-service-page .ndi-sales-guarantee {
    min-height: clamp(650px, 72vh, 780px);
    background-position: center center;
}

body.ndi-service-page .ndi-sales-guarantee__shade {
    background:
        linear-gradient(
            90deg,
            rgba(6, 18, 34, .97) 0%,
            rgba(6, 18, 34, .91) 24%,
            rgba(6, 18, 34, .68) 45%,
            rgba(6, 18, 34, .22) 70%,
            rgba(6, 18, 34, .05) 100%
        ),
        linear-gradient(
            180deg,
            rgba(6, 18, 34, .1) 0%,
            rgba(6, 18, 34, .18) 100%
        );
}

body.ndi-service-page .ndi-sales-guarantee__inner {
    display: flex;
    min-height: clamp(650px, 72vh, 780px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
    padding-top: 80px;
    padding-bottom: 80px;
}

body.ndi-service-page .ndi-sales-guarantee__heading,
body.ndi-service-page .ndi-sales-guarantee__copy {
    width: min(650px, 52%);
    max-width: 650px;
}

body.ndi-service-page .ndi-sales-guarantee__heading {
    margin: 0;
}

body.ndi-service-page .ndi-sales-guarantee__heading .ndi-service-kicker {
    margin-bottom: 22px;
}

body.ndi-service-page .ndi-sales-guarantee h2 {
    max-width: 650px;
    margin: 0;
    font-size: clamp(50px, 4.3vw, 72px);
    line-height: .97;
    letter-spacing: -.052em;
}

body.ndi-service-page .ndi-sales-guarantee__copy {
    margin: 0;
}

body.ndi-service-page .ndi-sales-guarantee__copy p {
    max-width: 630px;
    margin: 0 0 17px;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.55;
}

body.ndi-service-page
.ndi-sales-guarantee__copy
.ndi-service-button--light {
    width: min(520px, 100%);
    min-height: 68px;
    margin-top: 18px;
    padding: 18px 28px;
    border-color: var(--ndi-gold);
    background: var(--ndi-gold);
    color: var(--ndi-navy-deep);
}

body.ndi-service-page
.ndi-sales-guarantee__copy
.ndi-service-button--light:hover,
body.ndi-service-page
.ndi-sales-guarantee__copy
.ndi-service-button--light:focus-visible {
    border-color: #d8aa76;
    background: #d8aa76;
    color: var(--ndi-navy-deep);
}

/* Tablet */

@media (max-width: 1100px) {
    body.ndi-service-page .ndi-sales-guarantee__heading,
    body.ndi-service-page .ndi-sales-guarantee__copy {
        width: min(620px, 64%);
    }
}

/* Telefon */

@media (max-width: 767px) {
    body.ndi-service-page .ndi-sales-guarantee {
        min-height: 720px;
        background-position: 67% center;
    }

    body.ndi-service-page .ndi-sales-guarantee__shade {
        background:
            linear-gradient(
                180deg,
                rgba(6, 18, 34, .3) 0%,
                rgba(6, 18, 34, .62) 35%,
                rgba(6, 18, 34, .96) 66%,
                rgba(6, 18, 34, .99) 100%
            );
    }

    body.ndi-service-page .ndi-sales-guarantee__inner {
        min-height: 720px;
        justify-content: flex-end;
        gap: 22px;
        padding-top: 90px;
        padding-bottom: 46px;
    }

    body.ndi-service-page .ndi-sales-guarantee__heading,
    body.ndi-service-page .ndi-sales-guarantee__copy {
        width: 100%;
        max-width: none;
    }

    body.ndi-service-page .ndi-sales-guarantee h2 {
        max-width: 100%;
        font-size: clamp(41px, 11.5vw, 54px);
        line-height: .98;
    }

    body.ndi-service-page .ndi-sales-guarantee__copy p {
        font-size: 15px;
        line-height: 1.56;
    }

    body.ndi-service-page
    .ndi-sales-guarantee__copy
    .ndi-service-button--light {
        width: 100%;
        min-height: 58px;
        margin-top: 10px;
    }
}

/* NDI_GUARANTEE_BUTTON_V3_20260923 */

@media (min-width: 768px) {
    body.ndi-service-page
    .ndi-sales-guarantee__copy
    .ndi-service-button--light {
        width: 520px;
        max-width: 100%;
        min-height: 70px;
        padding: 18px 30px;
        justify-content: space-between;
        font-family: var(--font-ui, sans-serif);
        font-size: 15px;
        font-weight: 750;
        line-height: 1.25;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    body.ndi-service-page
    .ndi-sales-guarantee__copy
    .ndi-service-button--light {
        width: auto;
        max-width: 100%;
        min-height: 58px;
        padding: 15px 22px;
        gap: 28px;
        font-family: var(--font-ui, sans-serif);
        font-size: 14px;
        font-weight: 750;
        line-height: 1.25;
    }
}

/* NDI_GUARANTEE_BUTTON_V4_20260923 */

@media (min-width: 768px) {
    body.ndi-service-page
    .ndi-sales-guarantee__copy
    .ndi-service-button--light {
        width: 370px;
        max-width: 100%;
        min-height: 60px;
        padding: 15px 24px;
        justify-content: space-between;
        gap: 32px;
        font-family: var(--font-ui, sans-serif);
        font-size: 14px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: 0;
    }
}
