.nvf-offer-fit {
    background: #f5f2ec;
    box-sizing: border-box;
    color: #1d1d1b;
    overflow: hidden;
    width: 100%;
}

.nvf-offer-fit *,
.nvf-offer-fit *::before,
.nvf-offer-fit *::after {
    box-sizing: border-box;
}

.nvf-offer-fit__inner {
    margin: 0 auto;
    width: 100%;
}

.nvf-offer-fit__grid {
    --nvf-offer-fit-left: 47%;
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, var(--nvf-offer-fit-left)) minmax(0, 1fr);
}

.nvf-offer-fit--intro-right .nvf-offer-fit__intro {
    grid-column: 2;
}

.nvf-offer-fit--intro-right .nvf-offer-fit__detail {
    grid-column: 1;
    grid-row: 1;
}

.nvf-offer-fit__intro {
    min-width: 0;
    padding-top: 8px;
}

.nvf-offer-fit__eyebrow,
.nvf-offer-fit__detail-eyebrow,
.nvf-offer-fit__callout-heading {
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}

.nvf-offer-fit__eyebrow {
    color: #b82d4b;
    margin-bottom: 26px;
}

.nvf-offer-fit__intro-title,
.nvf-offer-fit__detail-title {
    color: #557ebb;
    font-family: inherit;
    font-weight: 700;
    letter-spacing: -.035em;
    margin: 0;
}

.nvf-offer-fit__intro-title {
    font-size: clamp(36px, 3.25vw, 60px);
    line-height: 1.02;
    margin-bottom: 20px;
}

.nvf-offer-fit__intro-text,
.nvf-offer-fit__detail-text {
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.62;
}

.nvf-offer-fit__intro-text {
    color: #202020;
    margin-bottom: 32px;
    max-width: 660px;
}

.nvf-offer-fit__intro-text > :first-child,
.nvf-offer-fit__detail-text > :first-child {
    margin-top: 0;
}

.nvf-offer-fit__intro-text > :last-child,
.nvf-offer-fit__detail-text > :last-child {
    margin-bottom: 0;
}

.nvf-offer-fit__checklist {
    display: flex;
    flex-direction: column;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nvf-offer-fit__check-item {
    align-items: flex-start;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.nvf-offer-fit__check-icon {
    align-items: center;
    background: #b82d4b;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    margin-top: 1px;
    width: 30px;
}

.nvf-offer-fit__check-icon svg {
    display: block;
    fill: none;
    height: 55%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.1;
    width: 55%;
}

.nvf-offer-fit__check-text {
    color: #1d1d1b;
    flex: 1 1 auto;
    font-family: inherit;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.48;
    padding-top: 2px;
}

.nvf-offer-fit__detail {
    background: #fff;
    border-radius: 20px;
    min-width: 0;
    overflow: hidden;
    padding: 52px 52px 56px;
}

.nvf-offer-fit__detail-eyebrow {
    color: #b82d4b;
    margin-bottom: 24px;
}

.nvf-offer-fit__detail-title {
    font-size: clamp(29px, 2.45vw, 46px);
    line-height: 1.08;
    margin-bottom: 25px;
}

.nvf-offer-fit__detail-text {
    color: #252523;
}

.nvf-offer-fit__detail-text p {
    margin-bottom: 1.15em;
}

.nvf-offer-fit__callout {
    align-items: center;
    background: #17395f;
    border-radius: 14px;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-top: 38px;
    padding: 30px 34px;
}

.nvf-offer-fit__callout-copy {
    min-width: 0;
}

.nvf-offer-fit__callout-heading {
    color: #eaa4b4;
    margin-bottom: 8px;
}

.nvf-offer-fit__callout-text {
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42;
    margin: 0;
}

.nvf-offer-fit__button {
    align-items: center;
    background: #b82d4b;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    gap: 13px;
    justify-content: center;
    line-height: 1;
    min-height: 50px;
    padding: 0 19px 0 23px;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nvf-offer-fit__button svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 18px;
}

.nvf-offer-fit__button:hover,
.nvf-offer-fit__button:focus-visible {
    background: #8f1f3b;
    color: #fff;
    transform: translateX(2px);
}

.nvf-offer-fit__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.nvf-offer-fit__standalone-button {
    margin-top: 34px;
}

@media (max-width: 1024px) {
    .nvf-offer-fit__intro-title {
        font-size: clamp(34px, 4.5vw, 48px);
    }

    .nvf-offer-fit__detail-title {
        font-size: clamp(28px, 3.6vw, 38px);
    }

    .nvf-offer-fit__intro-text,
    .nvf-offer-fit__detail-text,
    .nvf-offer-fit__check-text {
        font-size: 16px;
    }

    .nvf-offer-fit__callout {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .nvf-offer-fit__grid {
        display: flex;
        flex-direction: column;
    }

    .nvf-offer-fit--intro-right .nvf-offer-fit__intro,
    .nvf-offer-fit--intro-right .nvf-offer-fit__detail {
        grid-column: auto;
        grid-row: auto;
    }

    .nvf-offer-fit--intro-right .nvf-offer-fit__intro {
        order: 0;
    }

    .nvf-offer-fit--intro-right .nvf-offer-fit__detail {
        order: 1;
    }

    .nvf-offer-fit__intro {
        padding-top: 0;
    }

    .nvf-offer-fit__intro-title {
        font-size: clamp(32px, 10vw, 42px);
        line-height: 1.04;
    }

    .nvf-offer-fit__detail-title {
        font-size: clamp(28px, 8.6vw, 36px);
    }

    .nvf-offer-fit__check-item {
        gap: 12px;
    }

    .nvf-offer-fit__callout {
        gap: 22px;
        margin-top: 30px;
    }

    .nvf-offer-fit__button {
        min-height: 48px;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nvf-offer-fit__button {
        transition: none;
    }
}
