.nvf-start-price {
    width: 100%;
    overflow: clip;
    box-sizing: border-box;
    background: #f5f2ec;
    padding: 112px 24px;
}

.nvf-start-price *,
.nvf-start-price *::before,
.nvf-start-price *::after {
    box-sizing: border-box;
}

.nvf-start-price__inner {
    width: 100%;
    max-width: var(--size-container, 1440px);
    margin-inline: auto;
}

.nvf-start-price__layout {
    --nvf-start-price-left: 40%;
    display: grid;
    grid-template-columns: minmax(0, var(--nvf-start-price-left)) minmax(0, 1fr);
    align-items: start;
    gap: 88px;
}

.nvf-start-price__story {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.nvf-start-price__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #b82d4b;
    font-size: .625em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nvf-start-price__eyebrow > span {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: currentColor;
}

.nvf-start-price__heading {
    max-width: 9em;
    margin: .65em 0 0;
    color: #101010;
    font-size: clamp(3em, 5.15vw, 5.6em);
    font-weight: 600;
    line-height: .97;
    letter-spacing: -.058em;
    text-wrap: balance;
}

.nvf-start-price__description {
    max-width: 35em;
    margin-top: 36px;
    color: #4f5156;
    font-size: 1.0625em;
    line-height: 1.7;
}

.nvf-start-price__description p:first-child {
    margin-top: 0;
}

.nvf-start-price__description p:last-child {
    margin-bottom: 0;
}

.nvf-start-price__media {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 16px;
    margin: 48px 0 0;
    background: #ded9d1;
}

.nvf-start-price__media img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center center;
}

.nvf-start-price__offer {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d8d2c9;
    border-radius: 18px;
    background: #fff;
}

.nvf-start-price__offer-head {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    justify-content: flex-end;
    background: #17395f;
    padding: 34px 40px 36px;
}

.nvf-start-price__offer-label {
    color: #d75a70;
    font-size: .625em;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nvf-start-price__offer-title {
    margin: 15px 0 0;
    color: #fff;
    font-size: clamp(2em, 3.2vw, 3.4em);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.nvf-start-price__offer-body {
    padding: 40px;
}

.nvf-start-price__price-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    border-bottom: 1px solid #e2ddd5;
    padding-bottom: 36px;
}

.nvf-start-price__old-price {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #b82d4b;
    font-size: .8125em;
    font-weight: 600;
    line-height: 1.2;
}

.nvf-start-price__old-price > span {
    color: #6c6e72;
    font-size: .77em;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.nvf-start-price__old-price del {
    text-decoration-thickness: 1.5px;
}

.nvf-start-price__price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nvf-start-price__price {
    display: flex;
    align-items: flex-start;
    color: #101010;
    line-height: 1;
}

.nvf-start-price__currency {
    margin: .23em .13em 0 0;
    font-size: 1.4em;
    font-weight: 500;
}

.nvf-start-price__price-value {
    font-size: clamp(4.25em, 7vw, 7em);
    font-weight: 500;
    line-height: .82;
    letter-spacing: -.065em;
}

.nvf-start-price__price-note {
    margin-top: 15px;
    color: #6c6e72;
    font-size: .625em;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nvf-start-price__features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nvf-start-price__feature {
    display: flex;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid #e2ddd5;
    color: #34373c;
    padding: 22px 0;
    font-size: 1em;
    line-height: 1.45;
}

.nvf-start-price__check {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #b82d4b;
    color: #fff;
    line-height: 0;
}

.nvf-start-price__check svg {
    display: block;
    width: 16px;
    height: 16px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nvf-start-price__guarantee {
    display: grid;
    grid-template-columns: minmax(135px, .38fr) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    border-radius: 12px;
    background: #f0ece5;
    color: #17395f;
    margin-top: 28px;
    padding: 22px 24px;
}

.nvf-start-price__guarantee-label {
    font-size: .625em;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nvf-start-price__guarantee-text {
    font-size: .9375em;
    font-weight: 600;
    line-height: 1.45;
}

.nvf-start-price__offer-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-top: 1px solid #e2ddd5;
    margin-top: 32px;
    padding-top: 32px;
}

.nvf-start-price a.nvf-start-price__button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 0;
    border-radius: 999px;
    background-color: #b82d4b;
    background-image: none;
    box-shadow: none;
    color: #fff;
    padding: 16px 22px;
    font-size: .6875em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .13em;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transform: none;
    transition: color 260ms ease, background-color 260ms ease, transform 360ms cubic-bezier(.16, 1, .3, 1);
}

.nvf-start-price a.nvf-start-price__button:hover,
.nvf-start-price a.nvf-start-price__button:focus-visible {
    background-color: #17395f;
    background-image: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.nvf-start-price a.nvf-start-price__button:focus-visible {
    outline: 3px solid rgba(184, 45, 75, .3);
    outline-offset: 3px;
}

.nvf-start-price__button-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: transform 360ms cubic-bezier(.16, 1, .3, 1);
}

.nvf-start-price__button:hover .nvf-start-price__button-icon,
.nvf-start-price__button:focus-visible .nvf-start-price__button-icon {
    transform: translateX(3px);
}

.nvf-start-price .nvf-start-price__arrow-svg {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px;
    overflow: visible;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nvf-start-price__microcopy {
    max-width: 410px;
    margin-top: 11px;
    color: #6c6e72;
    font-size: .75em;
    line-height: 1.45;
    text-align: right;
}

.nvf-start-price__extra-note {
    max-width: 64em;
    margin: 28px auto 0;
    color: #5c5f64;
    font-size: .875em;
    line-height: 1.6;
    text-align: center;
}

.nvf-start-price__extra-note p:first-child {
    margin-top: 0;
}

.nvf-start-price__extra-note p:last-child {
    margin-bottom: 0;
}

.nvf-start-price__extra-note a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1024px) {
    .nvf-start-price {
        padding: 80px 20px;
    }

    .nvf-start-price__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 48px;
    }

    .nvf-start-price__heading {
        max-width: 11em;
        font-size: clamp(3em, 7vw, 5em);
    }

    .nvf-start-price__description {
        max-width: 46em;
    }

    .nvf-start-price__media {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .nvf-start-price {
        padding: 64px 16px;
    }

    .nvf-start-price__layout {
        gap: 32px;
    }

    .nvf-start-price__heading {
        max-width: none;
        font-size: clamp(2.65em, 11.5vw, 3.8em);
    }

    .nvf-start-price__description {
        margin-top: 28px;
        font-size: 1em;
    }

    .nvf-start-price__media {
        height: 260px;
        margin-top: 34px;
        border-radius: 14px;
    }

    .nvf-start-price__offer {
        border-radius: 14px;
    }

    .nvf-start-price__offer-head {
        min-height: 132px;
        padding: 28px 22px;
    }

    .nvf-start-price__offer-title {
        font-size: 2.25em;
    }

    .nvf-start-price__offer-body {
        padding: 28px 22px;
    }

    .nvf-start-price__price-row {
        align-items: flex-start;
        gap: 20px;
        padding-bottom: 28px;
    }

    .nvf-start-price__price-value {
        font-size: clamp(4em, 22vw, 5.25em);
    }

    .nvf-start-price__feature {
        align-items: flex-start;
        padding: 20px 0;
    }

    .nvf-start-price__guarantee {
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
        padding: 20px;
    }

    .nvf-start-price__offer-footer {
        align-items: stretch;
    }

    .nvf-start-price a.nvf-start-price__button {
        width: 100%;
    }

    .nvf-start-price__microcopy {
        max-width: none;
        text-align: center;
    }
}

@media (max-width: 390px) {
    .nvf-start-price__price-row {
        flex-direction: column-reverse;
    }

    .nvf-start-price__price-wrap {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nvf-start-price a.nvf-start-price__button,
    .nvf-start-price__button-icon {
        transition: none;
    }
}
