.pricing-page {
    --tsl-violet: #3c2fc0;
    --tsl-violet-strong: #3124b8;
    --tsl-violet-soft: #f2f1fc;
    --tsl-ink: #242e45;
    --tsl-body: #4f5870;
    --tsl-muted: #7b8192;
    --tsl-border: #dfe3ef;
    --tsl-border-soft: #edf0f6;
    --tsl-flamingo: #e94f8b;
    --tsl-coral: #f7693c;
    --tsl-yellow: #f6c94a;
    --tsl-surface: #ffffff;
    --tsl-page: #f7f8fc;
    color: var(--tsl-ink);
    background: #ffffff;
    font-family: var(--primary-font, "Inter", sans-serif);
    overflow-x: hidden;
}

.pricing-page *,
.pricing-page *::before,
.pricing-page *::after {
    box-sizing: border-box;
}

.pricing-page a {
    text-decoration: none;
}

.pricing-page button,
.pricing-page a {
    transition: color .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.pricing-page button {
    font: inherit;
}

.pricing-container {
    width: min(calc(100% - 40px), 1180px);
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.pricing-kicker {
    display: inline-flex;
    align-items: center;
    color: var(--tsl-violet);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pricing-primary-button,
.pricing-secondary-button,
.pricing-link-button,
.plan-checkout-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.pricing-primary-button,
.plan-checkout-button {
    border: 1px solid var(--tsl-violet);
    background: var(--tsl-violet);
    color: #fff;
}

.pricing-primary-button:hover,
.plan-checkout-button:hover {
    border-color: var(--tsl-violet-strong);
    background: var(--tsl-violet-strong);
    color: #fff;
    transform: translateY(-1px);
}

.pricing-secondary-button,
.pricing-link-button {
    border: 1px solid rgba(60, 47, 192, .24);
    background: #fff;
    color: var(--tsl-violet);
}

.pricing-secondary-button:hover,
.pricing-link-button:hover {
    border-color: var(--tsl-violet);
    color: var(--tsl-violet-strong);
    box-shadow: 0 12px 28px rgba(60, 47, 192, .1);
}

.is-hidden {
    display: none !important;
}

.pricing-section-heading {
    max-width: 820px;
    margin: 0 auto 32px;
    text-align: center;
}

.pricing-section-heading--split {
    max-width: none;
    display: grid;
    gap: 18px;
    text-align: left;
}

.pricing-section-heading h2,
.pricing-contact-card h2 {
    margin: 8px 0 0;
    color: var(--tsl-ink);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.14;
}

.pricing-section-heading p,
.pricing-contact-card p {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--tsl-body);
    font-size: 15px;
    line-height: 1.62;
}

/* Hero */
.pricing-hero {
    padding: 116px 0 64px;
    background:
        linear-gradient(180deg, rgba(242, 241, 252, .72), rgba(255, 255, 255, .96) 62%, #fff 100%);
    border-bottom: 1px solid rgba(60, 47, 192, .09);
}

.pricing-hero-grid {
    display: grid;
    gap: 34px;
    align-items: start;
}

.pricing-hero-copy {
    min-width: 0;
}

.pricing-hero-copy h1 {
    max-width: 820px;
    margin: 0;
    color: var(--tsl-ink);
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    padding-bottom: 2px;
}

.pricing-hero-copy p {
    max-width: 690px;
    margin: 18px 0 0;
    color: var(--tsl-body);
    font-size: 17px;
    line-height: 1.62;
}

.pricing-mosaic-strip {
    display: block;
    width: min(100%, 680px);
    height: 22px;
    margin: 18px 0 0;
    overflow: hidden;
}

.pricing-mosaic-strip img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.pricing-hero-summary {
    display: grid;
    gap: 5px;
    max-width: 520px;
    margin-top: 24px;
    padding: 15px 17px;
    border: 1px solid rgba(60, 47, 192, .22);
    border-radius: 8px;
    background: rgba(242, 241, 252, .82);
}

.pricing-summary-price {
    color: var(--tsl-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.pricing-summary-note {
    color: #626b7e;
    font-size: 13px;
    line-height: 1.35;
}

.pricing-proof-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 10px 14px;
    max-width: 660px;
    margin-top: 18px;
}

.pricing-proof-list span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--tsl-body);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.pricing-proof-list i {
    color: var(--tsl-violet);
}

.pricing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

/* Bundle finder */
.bundle-finder {
    min-width: 0;
    padding: 24px;
    border: 1px solid rgba(60, 47, 192, .16);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(36, 46, 69, .12);
}

.bundle-finder-header {
    display: block;
}

.bundle-finder-header h2 {
    margin: 0;
    color: var(--tsl-ink);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.16;
}

.finder-stepper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
}

.pricing-page .finder-step {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid var(--tsl-border);
    border-radius: 8px;
    background: #fff;
    color: #5d6678;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
    overflow: visible;
}

.finder-step-label {
    display: block;
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    font-size: inherit !important;
    line-height: inherit !important;
}

.pricing-page .finder-step.is-active {
    border-color: var(--tsl-violet);
    background: var(--tsl-violet-soft);
    color: var(--tsl-violet);
    box-shadow: 0 0 0 2px rgba(60, 47, 192, .08);
}

.finder-step-panels {
    margin-top: 24px;
}

.finder-panel {
    display: none;
    padding: 0 !important;
    margin: 0 !important;
}

.finder-panel.is-active {
    display: block;
}

.finder-panel-heading h3 {
    margin: 0;
    color: var(--tsl-ink);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
}

.finder-panel-heading p {
    margin: 7px 0 0;
    color: #647086;
    font-size: 14px;
    line-height: 1.48;
}

.finder-field {
    margin-top: 18px;
}

.finder-label {
    display: block;
    margin-bottom: 8px;
    color: var(--tsl-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.finder-choice-grid {
    display: grid;
    gap: 8px;
}

.finder-choice-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.finder-choice-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-page .finder-choice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid var(--tsl-border);
    border-radius: 8px;
    background: #fff;
    color: var(--tsl-ink);
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.16 !important;
    text-align: center;
}

.pricing-page .finder-choice.is-active {
    border-color: var(--tsl-violet);
    background: var(--tsl-violet-soft);
    color: var(--tsl-violet);
    box-shadow: 0 0 0 2px rgba(60, 47, 192, .08);
}

.finder-next {
    width: 100%;
    margin-top: 20px;
}

.finder-recommendation {
    margin-top: 18px;
    padding: 18px 0 0;
    border-top: 1px solid var(--tsl-border-soft);
}

.finder-recommendation h4 {
    margin: 0;
    color: var(--tsl-ink);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
}

.finder-recommendation p {
    margin: 9px 0 0;
    color: var(--tsl-body);
    font-size: 14px;
    line-height: 1.52;
}

.finder-price-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-top: 16px;
}

.finder-price-line strong {
    color: var(--tsl-ink);
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.finder-price-line span {
    color: #687386;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
}

.finder-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.roi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.roi-range {
    display: block;
    min-width: 0;
    padding: 15px;
    border: 1px solid var(--tsl-border);
    border-radius: 8px;
    background: #fbfcff;
}

.roi-range span {
    display: block;
    color: #657086;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.roi-range strong {
    display: block;
    margin-top: 5px;
    color: var(--tsl-ink);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
}

.roi-range input {
    width: 100%;
    margin-top: 11px;
    accent-color: var(--tsl-violet);
}

.roi-results {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.roi-results div {
    min-width: 0;
    padding: 12px 0 0;
    border-top: 1px solid var(--tsl-border-soft);
}

.roi-results span {
    display: block;
    color: #687386;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}

.roi-results strong {
    display: block;
    margin-top: 5px;
    color: var(--tsl-ink);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

/* Included strip */
.pricing-included-strip {
    padding: 14px 0;
    border-bottom: 1px solid rgba(60, 47, 192, .1);
    background: #fff;
}

.included-strip-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
}

.included-strip-title {
    color: var(--tsl-violet);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.included-strip-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.included-strip-items span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--tsl-body);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.included-strip-items i {
    color: var(--tsl-violet);
}

/* Catalogue */
.pricing-catalog-section,
.pricing-comparison-section,
.pricing-faq-section,
.pricing-contact-section {
    padding: 64px 0;
}

.pricing-catalog-section {
    padding-top: 88px;
    background: #fff;
}

.bundle-family-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 900px;
    margin-bottom: 24px;
}

.bundle-family-tab {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 76px;
    padding: 16px 18px;
    border: 1px solid var(--tsl-border);
    border-radius: 8px;
    background: #fff;
    color: var(--tsl-ink);
    text-align: left;
}

.bundle-family-tab i {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--tsl-violet-soft);
    color: var(--tsl-violet);
}

.bundle-family-tab strong,
.bundle-family-tab small {
    display: block;
}

.bundle-family-tab strong {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.bundle-family-tab small {
    margin-top: 4px;
    color: #6a7487;
    font-size: 12px;
    line-height: 1.3;
}

.bundle-family-tab.is-active {
    border-color: var(--tsl-violet);
    box-shadow: 0 0 0 2px rgba(60, 47, 192, .08);
}

.pricing-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 18px;
}

.pricing-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    padding: 24px;
    border: 1px solid var(--tsl-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(36, 46, 69, .06);
}

.pricing-plan-card.is-recommended,
.pricing-plan-card.is-current {
    border-color: rgba(60, 47, 192, .58);
    box-shadow: 0 18px 44px rgba(60, 47, 192, .13);
}

.pricing-plan-card.is-best-value {
    border-color: rgba(247, 105, 60, .58);
}

.plan-card-top {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    min-width: 0;
}

.plan-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: var(--tsl-violet-soft);
    color: var(--tsl-violet);
}

.plan-family {
    display: block;
    color: var(--tsl-violet);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.plan-card-top h3 {
    margin: 4px 0 0;
    color: var(--tsl-ink);
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    overflow-wrap: normal;
}

.plan-badge {
    align-self: flex-start;
    margin-top: 16px;
    padding: 6px 10px;
    border-radius: 8px;
    background: var(--tsl-violet);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
}

.is-best-value .plan-badge {
    background: var(--tsl-coral);
}

.plan-use-case {
    margin: 18px 0 0;
    color: var(--tsl-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.42;
}

.plan-description {
    margin: 8px 0 0;
    color: var(--tsl-body);
    font-size: 14px;
    line-height: 1.54;
}

.plan-price {
    margin-top: 20px;
}

.plan-price strong {
    display: block;
    color: var(--tsl-ink);
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.plan-price span {
    display: block;
    margin-top: 8px;
    color: #687386;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.38;
}

.plan-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    padding: 16px 0;
    border-top: 1px solid var(--tsl-border-soft);
    border-bottom: 1px solid var(--tsl-border-soft);
}

.plan-highlights div {
    min-width: 0;
}

.plan-highlights strong,
.plan-highlights span {
    display: block;
}

.plan-highlights strong {
    color: var(--tsl-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.plan-highlights span {
    margin-top: 4px;
    color: #687386;
    font-size: 11px;
    line-height: 1.25;
}

.plan-feature-list {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.plan-feature-list li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    color: #4f5b70;
    font-size: 13px;
    line-height: 1.42;
}

.feature-marker {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--tsl-violet-soft);
    color: var(--tsl-violet);
    font-size: 10px;
}

.plan-more {
    margin-top: 10px;
}

.plan-more summary {
    color: var(--tsl-violet);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.plan-checkout-button {
    width: 100%;
    margin-top: auto;
}

/* Comparison */
.pricing-comparison-section {
    padding-top: 88px;
    background: var(--tsl-page);
}

.comparison-heading {
    margin-bottom: 16px;
}

.comparison-heading h3 {
    margin: 0;
    color: var(--tsl-ink);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.2;
}

.comparison-heading p {
    margin: 7px 0 0;
    color: #657086;
    font-size: 14px;
    line-height: 1.5;
}

.comparison-table-scroll {
    overflow-x: auto;
    border: 1px solid var(--tsl-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(36, 46, 69, .05);
}

.comparison-table {
    width: 100%;
    min-width: 840px;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 15px 16px;
    border-bottom: 1px solid var(--tsl-border-soft);
    color: #4f5b70;
    font-size: 13px;
    line-height: 1.42;
    text-align: left;
    vertical-align: top;
}

.comparison-table th {
    background: var(--tsl-violet-soft);
    color: var(--tsl-ink);
    font-weight: 800;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
    width: 230px;
    color: var(--tsl-ink);
    font-weight: 800;
}

.comparison-table small {
    display: block;
    margin-top: 5px;
    color: #657086;
    font-size: 11px;
    font-weight: 750;
}

.comparison-table tr:last-child td {
    border-bottom: 0;
}

.comparison-mobile-list {
    display: none;
}

/* FAQ */
.pricing-faq-section {
    background: #fff;
}

.pricing-faq {
    max-width: 900px;
    margin: 0 auto;
}

.pricing-faq .accordion-item {
    border: 1px solid var(--tsl-border);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.pricing-faq .accordion-item + .accordion-item {
    margin-top: 10px;
}

.pricing-faq .accordion-button {
    min-height: 58px;
    padding: 16px 18px;
    color: var(--tsl-ink);
    font-size: 16px !important;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.28 !important;
    box-shadow: none;
}

.pricing-faq .accordion-button:not(.collapsed) {
    background: var(--tsl-violet-soft);
    color: var(--tsl-violet);
}

.pricing-faq .accordion-body {
    color: #5d687b;
    font-size: 14px;
    line-height: 1.62;
}

/* Contact */
.pricing-contact-section {
    background: var(--tsl-page);
}

.pricing-contact-card {
    display: grid;
    gap: 22px;
    padding: 26px;
    border: 1px solid var(--tsl-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(36, 46, 69, .05);
}

.pricing-contact-actions {
    display: grid;
    gap: 9px;
    align-content: start;
}

.pricing-contact-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    color: var(--tsl-ink);
    font-size: 14px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.pricing-contact-link:hover {
    color: var(--tsl-violet);
}

@media (min-width: 576px) {
    .pricing-container {
        width: min(calc(100% - 56px), 1180px);
    }
}

@media (min-width: 768px) {
    .pricing-container {
        width: min(calc(100% - 72px), 1180px);
    }

    .pricing-hero {
        padding: 124px 0 68px;
    }

    .pricing-hero-copy h1 {
        font-size: 42px;
    }

    .pricing-section-heading h2,
    .pricing-contact-card h2 {
        font-size: 34px;
    }
}

@media (min-width: 992px) {
    .pricing-container {
        width: min(calc(100% - 96px), 1280px);
    }

    .pricing-section-heading--split {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .pricing-contact-card {
        grid-template-columns: minmax(0, 1fr) minmax(280px, auto);
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .pricing-container {
        width: min(calc(100% - 112px), 1440px);
    }

    .pricing-hero-copy h1 {
        font-size: 42px;
    }

    .pricing-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(500px, 560px);
        gap: 48px;
    }

    .bundle-finder {
        margin-top: 54px;
    }
}

@media (min-width: 1400px) {
    .pricing-container {
        width: min(calc(100% - 140px), 1640px);
    }

    .pricing-hero-copy h1 {
        font-size: 50px;
    }

    .pricing-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(560px, 650px);
        gap: 64px;
    }

    .bundle-finder {
        margin-top: 66px;
    }
}

@media (max-width: 991px) {
    .bundle-family-tabs {
        max-width: none;
    }

    .roi-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .pricing-primary-button,
    .pricing-secondary-button,
    .pricing-link-button {
        width: 100%;
    }

    .pricing-hero {
        padding: 136px 0 48px;
    }

    .pricing-hero-copy h1 {
        font-size: 32px;
        line-height: 1.12;
    }

    .pricing-mosaic-strip {
        height: 18px;
    }

    .bundle-finder {
        padding: 18px;
    }

    .finder-choice-grid--two,
    .finder-choice-grid--three,
    .finder-actions,
    .roi-grid,
    .roi-results,
    .bundle-family-tabs,
    .plan-highlights {
        grid-template-columns: 1fr;
    }

    .finder-stepper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .pricing-page .finder-step {
        min-height: 46px;
        padding: 8px 6px;
        font-size: 12px !important;
    }

    .pricing-proof-list {
        grid-template-columns: 1fr;
    }

    .finder-step {
        justify-content: center;
    }

    .pricing-catalog-section,
    .pricing-comparison-section,
    .pricing-faq-section,
    .pricing-contact-section {
        padding: 54px 0;
    }

    .comparison-table-scroll {
        display: none;
    }

    .comparison-mobile-list {
        display: grid;
        gap: 12px;
    }

    .comparison-mobile-card {
        padding: 16px;
        border: 1px solid var(--tsl-border);
        border-radius: 8px;
        background: #fff;
    }

    .comparison-mobile-card h3 {
        margin: 0;
        color: var(--tsl-ink);
        font-size: 19px;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 1.24;
    }

    .comparison-mobile-card > span {
        display: block;
        margin-top: 4px;
        color: #657086;
        font-size: 12px;
        font-weight: 800;
    }

    .comparison-mobile-card dl {
        display: grid;
        gap: 0;
        margin: 12px 0 0;
    }

    .comparison-mobile-card dl div {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        padding: 9px 0;
        border-top: 1px solid var(--tsl-border-soft);
    }

    .comparison-mobile-card dt,
    .comparison-mobile-card dd {
        margin: 0;
        color: #4f5b70;
        font-size: 13px;
        line-height: 1.35;
    }

    .comparison-mobile-card dt {
        font-weight: 800;
    }

    .comparison-mobile-card dd {
        text-align: right;
    }
}

@media (max-width: 575px) {
    .pricing-container {
        width: min(calc(100% - 28px), 100%);
    }

    .pricing-hero-copy h1 {
        font-size: 30px;
    }

    .pricing-section-heading h2,
    .pricing-contact-card h2 {
        font-size: 26px;
    }

    .plan-price strong,
    .finder-price-line strong {
        font-size: 34px;
    }
}
