.nvf-comparison,
.nvf-comparison * {
    box-sizing: border-box;
}

.nvf-comparison {
    --nvf-comparison-columns: 3;
    --nvf-comparison-column-gap: 8px;
    --nvf-comparison-row-gap: 8px;
    --nvf-comparison-sticky-offset: 0px;
    background: #f4f2ed;
    color: #171717;
    font-family: inherit;
    overflow: clip;
    padding: 110px 24px 90px;
    position: relative;
    width: 100%;
}

.nvf-comparison__inner {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
}

.nvf-comparison__intro-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
}

.nvf-comparison__eyebrow {
    align-items: center;
    background: transparent;
    border: 1px solid #ad233b;
    border-radius: 999px;
    color: #ad233b;
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .13em;
    line-height: 1;
    margin: 0 0 16px;
    padding: 9px 17px 8px;
    text-transform: uppercase;
}

.nvf-comparison__title {
    color: #111;
    font-family: inherit;
    font-size: clamp(30px, 2.35vw, 42px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.08;
    margin: 0 auto;
    max-width: 760px;
}

.nvf-comparison__intro {
    color: #2d2d2d;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    margin: 14px auto 0;
    max-width: 620px;
}

.nvf-comparison__table-shell {
    background: #fff;
    border-radius: 18px;
    margin-top: 42px;
    padding: 8px;
    position: relative;
    width: 100%;
}

.nvf-comparison__table {
    position: relative;
    width: 100%;
}

.nvf-comparison__header,
.nvf-comparison__row,
.nvf-comparison__actions {
    display: flex;
    gap: var(--nvf-comparison-column-gap);
    min-width: 0;
    width: 100%;
}

.nvf-comparison__header {
    --nvf-comparison-sticky-bg: #fff;
    background: var(--nvf-comparison-sticky-bg);
    position: relative;
    z-index: 4;
}

.nvf-comparison--sticky .nvf-comparison__header {
    position: sticky;
    top: var(--nvf-comparison-sticky-offset);
}

.nvf-comparison__corner,
.nvf-comparison__row-name,
.nvf-comparison__actions-spacer {
    flex: 1 1 0;
    min-width: 0;
}

.nvf-comparison__header-inner,
.nvf-comparison__row-cells,
.nvf-comparison__actions-inner {
    flex: var(--nvf-comparison-columns) 1 0;
    min-width: 0;
}

.nvf-comparison__header-list,
.nvf-comparison__row-cells,
.nvf-comparison__actions-list {
    display: flex;
    gap: var(--nvf-comparison-column-gap);
    width: 100%;
}

.nvf-comparison__corner,
.nvf-comparison__header-cell,
.nvf-comparison__row-name,
.nvf-comparison__cell {
    align-items: center;
    border-radius: 12px;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
}

.nvf-comparison__corner {
    background: #f0eee8;
    min-height: 64px;
    padding: 22px 20px;
}

.nvf-comparison__corner-label,
.nvf-comparison__plan-name,
.nvf-comparison__row-heading {
    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .105em;
    line-height: 1.35;
    margin: 0;
    text-transform: uppercase;
}

.nvf-comparison__corner-label {
    color: #171717;
}

.nvf-comparison__header-cell {
    align-items: flex-start;
    background: #faf9f7;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    min-height: 64px;
    padding: 22px 20px;
}

.nvf-comparison__plan-name {
    color: var(--nvf-plan-accent, #111);
}

.nvf-comparison__plan-meta {
    color: #5f5f5f;
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 5px;
}

.nvf-comparison__body {
    display: flex;
    flex-direction: column;
    gap: var(--nvf-comparison-row-gap);
    margin-top: var(--nvf-comparison-row-gap);
}

.nvf-comparison__row-name {
    background: #f0eee8;
    min-height: 56px;
    padding: 18px 20px;
}

.nvf-comparison__row-heading {
    color: #171717;
}

.nvf-comparison__cell {
    background: #faf9f7;
    flex: 1 1 0;
    min-height: 56px;
    padding: 18px 20px;
}

.nvf-comparison__cell-label {
    color: #242424;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.45;
}

.nvf-comparison__cell--check,
.nvf-comparison__cell--minus {
    justify-content: center;
}

.nvf-comparison__icon {
    display: block;
    height: 19px;
    width: 19px;
}

.nvf-comparison__icon--check {
    color: #213f73;
}

.nvf-comparison__icon--minus {
    color: #a3acb9;
}

.nvf-comparison__pill {
    background: #e9eef7;
    border-radius: 999px;
    color: #213f73;
    display: inline-flex;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 11px;
}

.nvf-comparison__actions {
    margin-top: 12px;
}

.nvf-comparison__action-cell {
    align-items: center;
    display: flex;
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
}

.nvf-comparison__button {
    align-items: center;
    background: var(--nvf-button-bg, #111);
    border-radius: 999px;
    color: var(--nvf-button-color, #fff);
    display: inline-flex;
    font-family: inherit;
    font-size: 9px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    letter-spacing: .09em;
    line-height: 1.2;
    max-width: 240px;
    min-height: 44px;
    padding: 15px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
    width: 82%;
}

.nvf-comparison__button:hover,
.nvf-comparison__button:focus-visible {
    background: var(--nvf-button-hover-bg, #2b2b2b);
    color: var(--nvf-button-hover-color, #fff);
    transform: translateY(-1px);
}

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

.nvf-comparison__button-arrow {
    flex: 0 0 auto;
    font-size: 1.15em;
    line-height: 1;
}

.nvf-comparison__footer {
    color: #282828;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.65;
    margin: 24px auto 0;
    max-width: 520px;
    text-align: center;
}

.nvf-comparison__footer p {
    margin: 0;
}

.nvf-comparison__footer a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

@media (max-width: 1024px) {
    .nvf-comparison {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nvf-comparison__corner,
    .nvf-comparison__header-cell,
    .nvf-comparison__row-name,
    .nvf-comparison__cell {
        padding-left: 14px;
        padding-right: 14px;
    }

    .nvf-comparison__cell-label {
        font-size: 12px;
    }

    .nvf-comparison__button {
        padding-left: 14px;
        padding-right: 14px;
        width: 94%;
    }
}

@media (max-width: 767px) {
    .nvf-comparison {
        overflow: hidden;
        padding: 76px 16px 68px;
    }

    .nvf-comparison__title {
        font-size: clamp(28px, 8.5vw, 38px);
    }

    .nvf-comparison__intro {
        font-size: 14px;
        line-height: 1.7;
    }

    .nvf-comparison__table-shell {
        border-radius: 14px;
        margin-top: 34px;
        padding: 6px;
    }

    .nvf-comparison__corner {
        display: none;
    }

    .nvf-comparison__header-inner,
    .nvf-comparison__actions-inner {
        flex: 1 1 100%;
        max-width: none;
    }

    .nvf-comparison__header-cell {
        align-items: center;
        justify-content: center;
        min-height: 68px;
        padding: 14px 7px;
        text-align: center;
    }

    .nvf-comparison__plan-name {
        font-size: 8.5px;
        letter-spacing: .075em;
        overflow-wrap: anywhere;
    }

    .nvf-comparison__plan-meta {
        font-size: 9px;
    }

    .nvf-comparison__row {
        flex-direction: column;
        gap: 6px;
    }

    .nvf-comparison__body {
        gap: 10px;
        margin-top: 10px;
    }

    .nvf-comparison__row-name,
    .nvf-comparison__row-cells {
        flex: 1 1 100%;
        max-width: none;
        width: 100%;
    }

    .nvf-comparison__row-name {
        justify-content: center;
        min-height: 42px;
        padding: 12px 10px;
        text-align: center;
    }

    .nvf-comparison__row-heading {
        font-size: 8.5px;
    }

    .nvf-comparison__cell {
        align-items: flex-start;
        justify-content: center;
        min-height: 82px;
        padding: 14px 8px;
        text-align: center;
    }

    .nvf-comparison__cell--check,
    .nvf-comparison__cell--minus {
        align-items: center;
    }

    .nvf-comparison__cell-label {
        font-size: 10px;
        line-height: 1.45;
        overflow-wrap: anywhere;
        width: 100%;
    }

    .nvf-comparison__actions {
        margin-top: 18px;
    }

    .nvf-comparison__actions-spacer {
        display: none;
    }

    .nvf-comparison__actions-list {
        flex-direction: column;
        gap: 10px;
    }

    .nvf-comparison__button {
        max-width: none;
        min-height: 46px;
        width: 100%;
    }

    .nvf-comparison__footer {
        font-size: 12px;
        margin-top: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nvf-comparison__button {
        transition: none !important;
    }
}
