/* PlansWebsite.aspx — white page, inset #FBFBFB shell, Rubik; section titles bold left */

.plans-marketing-page {
    margin: 0;
    font-family: "Rubik", system-ui, sans-serif;
    background: #ffffff;
}

.plans-marketing-page .page-wrapper.product-detail-page {
    font-family: "Rubik", system-ui, sans-serif;
    background: #ffffff;
}

.plans-marketing-page .navbar.main-nav,
.plans-marketing-page .footer-section {
    font-family: "Rubik", system-ui, sans-serif;
}

/* Keep Plans navbar static (same behavior as other static marketing pages). */
.plans-marketing-page .navbar.main-nav,
.plans-marketing-page .navbar.main-nav.fixed-top {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

/* Stripe grid — navbar through plan tables (About Us pattern, Plans palette) */
.plans-marketing-page .plans-stripe-zone {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

body.plans-marketing-page .plans-stripe-zone .plans-stripe-media {
    position: relative;
    z-index: 1;
}

body.plans-marketing-page .plans-stripe-zone .plans-stripe-media::before {
    --s: calc(100vw / 11);
    --plans--grid-opacity: 0.89;

    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    margin-left: -50vw;
    height: 100%;
    z-index: 0;
    pointer-events: none;

    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.55) 8%,
        #000 18%,
        #000 82%,
        rgba(0, 0, 0, 0.5) 92%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.55) 8%,
        #000 18%,
        #000 82%,
        rgba(0, 0, 0, 0.5) 92%,
        transparent 100%
    );
    opacity: var(--plans--grid-opacity);

    background-color: #ffffff;
    background-image:
        linear-gradient(to bottom, #FFFFFF 51%, #FAEFE7 65%, #E7E0F6 78%, #EDF2FA 87%, #FFFFFF 99%),
        linear-gradient(to bottom, #FFFFFF 44%, #FAEFE7 53%, #E7E0F6 69%, #EDF2FA 80%, #FFFFFF 99%),
        linear-gradient(to bottom, #FFFFFF 28%, #FAEFE7 49%, #E7E0F6 64%, #EDF2FA 73%, #FFFFFF 92%),
        linear-gradient(to bottom, #FFFFFF 24%, #FAEFE7 46%, #E7E0F6 58%, #EDF2FA 69%, #FFFFFF 91%),
        linear-gradient(to bottom, #FFFFFF 22%, #FAEFE7 39%, #E7E0F6 62%, #EDF2FA 78%, #FFFFFF 92%),
        linear-gradient(to bottom, #FFFFFF 16%, #FAEFE7 37%, #E7E0F6 53%, #EDF2FA 70%, #FFFFFF 88%),
        linear-gradient(to bottom, #FFFFFF 14%, #FAEFE7 31%, #E7E0F6 54%, #EDF2FA 54%, #FFFFFF 83%),
        linear-gradient(to bottom, #FFFFFF 8%, #FAEFE7 26%, #E7E0F6 43%, #EDF2FA 65%, #FFFFFF 86%),
        linear-gradient(to bottom, #FFFFFF 3%, #FAEFE7 22%, #E7E0F6 39%, #EDF2FA 53%, #FFFFFF 76%),
        linear-gradient(to bottom, #FFFFFF 6%, #FAEFE7 27%, #E7E0F6 48%, #EDF2FA 65%, #FFFFFF 87%),
        linear-gradient(to bottom, #FFFFFF 13%, #FAEFE7 36%, #E7E0F6 53%, #EDF2FA 73%, #FFFFFF 85%);

    background-size:
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%;

    background-position:
        calc(var(--s) * 0)  0,
        calc(var(--s) * 1)  0,
        calc(var(--s) * 2)  0,
        calc(var(--s) * 3)  0,
        calc(var(--s) * 4)  0,
        calc(var(--s) * 5)  0,
        calc(var(--s) * 6)  0,
        calc(var(--s) * 7)  0,
        calc(var(--s) * 8)  0,
        calc(var(--s) * 9)  0,
        calc(var(--s) * 10) 0;

    background-repeat: no-repeat;
}

body.plans-marketing-page .plans-stripe-zone .plans-stripe-media > * {
    position: relative;
    z-index: 1;
}

.plans-marketing-page .plans-stripe-zone .plans-stripe-media .navbar.main-nav,
.plans-marketing-page .plans-stripe-zone .plans-stripe-media .navbar.main-nav.fixed-top {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.plans-hero {
    padding-bottom: clamp(0.75rem, 2.5vw, 1.5rem);
    background: transparent;
}

.plans-hero-inner {
    padding-left: clamp(1rem, 4vw, 2rem);
    padding-right: clamp(1rem, 4vw, 2rem);
}

.plans-page-title {
    font-family: "Rubik", system-ui, sans-serif;
    font-size: clamp(1.125rem, 2.4vw, 1.5rem);
    font-weight: 700;
    color: #130033;
    margin: 0;
    letter-spacing: -0.02em;
    padding: clamp(0.75rem, 2vw, 1.25rem) clamp(0.75rem, 3vw, 1.5rem) 0.5rem;
    line-height: 1.35;
}

.plans-segment-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1rem 1rem;
}

.plans-segment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 8.75rem;
    padding: 0.55rem 1.35rem;
    border-radius: 8px !important;
    border: 1px solid #E8E8E8;
    background: #ffffff;
    color: #123773;
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.plans-segment-icon {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    background-color: #EE6849;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-mode: luminance;
    mask-mode: luminance;
}

.plans-segment-icon--business {
    -webkit-mask-image: url("../img/blog/business icon.png");
    mask-image: url("../img/blog/business icon.png");
}

.plans-segment-icon--policy {
    -webkit-mask-image: url("../img/blog/policy icon.png");
    mask-image: url("../img/blog/policy icon.png");
}

.plans-segment-icon--media {
    -webkit-mask-image: url("../img/blog/media icon.png");
    mask-image: url("../img/blog/media icon.png");
}

.plans-segment-btn:hover:not(.is-active),
.plans-segment-btn:focus-visible:not(.is-active) {
    border-color: #E8E8E8;
    color: #123773;
    background: #ffffff;
}

.plans-segment-btn.is-active {
    background: #123773;
    border-color: #123773;
    color: #ffffff;
}

.plans-segment-btn.is-active .plans-segment-icon {
    background-color: #ffffff;
}

.plans-table-section {
    padding-bottom: clamp(3rem, 8vw, 5rem);
    background: transparent;
}

.plans-table-shell {
    max-width: min(1200px, 100%);
    margin-left: auto;
    margin-right: auto;
    padding: clamp(1rem, 3vw, 1.75rem) clamp(1rem, 4vw, 2.25rem);
    background: transparent;
    box-sizing: border-box;
}

.plans-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: transparent;
}

.plans-table {
    width: 100%;
    min-width: 680px;
    border-collapse: separate;
    border-spacing: 10px 0;
    border: none;
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #4c4c4c;
    background: transparent;
}

/* Column titles row — Best for Media aligned with Essential / Suite / Enterprise */
.plans-table thead .plans-th {
    vertical-align: bottom;
    padding: 1.25rem 1rem 1rem;
    text-align: center;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: "Rubik", system-ui, sans-serif;
    font-weight: 700;
    background: transparent;
    border: none;
}

.plans-table thead .plans-th--feature {
    width: 34%;
    text-align: left;
    background: transparent;
    text-transform: none;
    letter-spacing: 0.02em;
}

.plans-table thead .plans-th--tier {
    width: 22%;
    border-radius: 16px 16px 0 0;
}

.plans-table thead .plans-th--tier:nth-child(2),
.plans-table thead .plans-th--tier:nth-child(3),
.plans-table thead .plans-th--tier:nth-child(4),
.plans-table tbody td:nth-child(2),
.plans-table tbody td:nth-child(3),
.plans-table tbody td:nth-child(4) {
    border-style: solid;
    border-color: transparent;
    border-width: 0 1px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(180deg, #3F83FF 0%, #EE6849 53%, #3F83FF 100%);
    background-origin: border-box;
    transition: box-shadow 220ms ease;
}

.plans-table thead .plans-th--tier:nth-child(2),
.plans-table thead .plans-th--tier:nth-child(3),
.plans-table thead .plans-th--tier:nth-child(4) {
    border-top-width: 1px;
    border-bottom-width: 0;
}

.plans-table tbody td:nth-child(2),
.plans-table tbody td:nth-child(3),
.plans-table tbody td:nth-child(4) {
    border-top-width: 0;
    border-bottom-width: 0;
}

.plans-table tbody tr:has(+ tr.plans-row--footer) td:nth-child(2),
.plans-table tbody tr:has(+ tr.plans-row--footer) td:nth-child(3),
.plans-table tbody tr:has(+ tr.plans-row--footer) td:nth-child(4) {
    border-bottom-width: 1px;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}

.plans-table:has(.plans-th--tier:nth-child(2):hover) .plans-th--tier:nth-child(2),
.plans-table:has(tbody td:nth-child(2):hover) .plans-th--tier:nth-child(2),
.plans-table:has(.plans-th--tier:nth-child(2):hover) tbody td:nth-child(2),
.plans-table:has(tbody td:nth-child(2):hover) tbody td:nth-child(2),
.plans-table:has(.plans-th--tier:nth-child(3):hover) .plans-th--tier:nth-child(3),
.plans-table:has(tbody td:nth-child(3):hover) .plans-th--tier:nth-child(3),
.plans-table:has(.plans-th--tier:nth-child(3):hover) tbody td:nth-child(3),
.plans-table:has(tbody td:nth-child(3):hover) tbody td:nth-child(3),
.plans-table:has(.plans-th--tier:nth-child(4):hover) .plans-th--tier:nth-child(4),
.plans-table:has(tbody td:nth-child(4):hover) .plans-th--tier:nth-child(4),
.plans-table:has(.plans-th--tier:nth-child(4):hover) tbody td:nth-child(4),
.plans-table:has(tbody td:nth-child(4):hover) tbody td:nth-child(4) {
    box-shadow: 0 8px 22px rgba(63, 131, 255, 0.1);
}

.plans-table thead .plans-th--tier-head .plans-tier-name {
    font-weight: 700;
}

.plans-header-spacer {
    height: 2.375rem;
    pointer-events: none;
}

.plans-tier-name {
    display: block;
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #130033;
    font-weight: 700;
    margin-bottom: 0;
}

.plans-btn {
    display: inline-block;
    border-radius: 4px !important;
    padding: 0.45rem 1.25rem;
    font-family: "Rubik", system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    text-decoration: none !important;
    border: 1px solid #123773 !important;
    cursor: pointer;
    white-space: nowrap;
}

.plans-btn-text--compact {
    display: none;
}

.plans-tier-cta {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 2.5rem;
    margin: 0 0.65rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #E8E8E8;
}

.plans-table thead .plans-th--tier .plans-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.375rem;
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 1.15;
    text-align: center;
}

.plans-btn--primary {
    background: #3F83FF !important;
    border-color: #3F83FF !important;
    color: #fff !important;
}

.plans-btn--primary:hover,
.plans-btn--primary:focus-visible {
    background: #3F83FF !important;
    border-color: #3F83FF !important;
    color: #fff !important;
    opacity: 0.92;
}

.plans-btn--primary-dark {
    background: #FFC328 !important;
    border-color: #FFC328 !important;
    color: #130033 !important;
}

.plans-btn--primary-dark:hover,
.plans-btn--primary-dark:focus-visible {
    background: #FFC328 !important;
    border-color: #FFC328 !important;
    color: #130033 !important;
    opacity: 0.92;
}

.plans-btn--accent {
    background: #EE6849 !important;
    border-color: #EE6849 !important;
    color: #fff !important;
}

.plans-btn--accent:hover,
.plans-btn--accent:focus-visible {
    background: #EE6849 !important;
    border-color: #EE6849 !important;
    color: #fff !important;
    opacity: 0.92;
}

/* Body feature labels & cells — regular weight */
.plans-table tbody .plans-feature {
    text-align: left;
    font-family: "Rubik", system-ui, sans-serif;
    font-weight: 400;
    padding: 0.62rem 1rem;
    color: #4c4c4c;
    border: none;
    width: 34%;
}

.plans-table tbody .plans-feature.plans-feature--tip,
.plans-table tbody .plans-feature.plans-feature--tip .plans-feature-label--has-tip {
    font-size: 1.0625rem;
    line-height: 1.38;
}

.plans-feature--accent {
    color: #ef4650 !important;
    font-weight: 500 !important;
}

.plans-feature-label--has-tip {
    position: relative;
    display: inline;
    cursor: help;
    border-bottom: 1px dotted #9aa5be;
}

.plans-feature-tooltip {
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    z-index: 30;
    width: min(280px, 70vw);
    padding: 0.65rem 0.85rem;
    border-radius: 8px;
    background: #e4e8ef;
    color: #4c4c4c;
    border: 1px solid #c5cdd9;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 160ms ease, visibility 160ms ease;
    box-shadow: 0 6px 18px rgba(18, 55, 115, 0.1);
}

.plans-feature-label--has-tip:hover .plans-feature-tooltip,
.plans-feature-label--has-tip:focus-visible .plans-feature-tooltip {
    opacity: 1;
    visibility: visible;
}

.plans-row--footer .plans-footer-cell {
    padding: 1.25rem 1rem 1.5rem;
    text-align: center;
    color: #4c4c4c;
    font-size: 0.9375rem;
}

.plans-row--footer .plans-footer-cell a {
    color: #123773;
    font-weight: 600;
    text-decoration: underline;
}

.plans-table tbody .plans-cell {
    text-align: center;
    font-family: "Rubik", system-ui, sans-serif;
    font-weight: 400;
    padding: 0.45rem 0.55rem;
    color: #4c4c4c;
    border: none;
}

.plans-row--users .plans-cell--highlight {
    color: #ef4650 !important;
    font-weight: 500;
}

.plans-table tbody .plans-row--users th.plans-feature {
    text-align: center !important;
    font-weight: 400 !important;
}

.plans-row--users th.plans-feature {
    border-top: 1px solid #E8E8E8;
}

/* Section titles row */
.plans-table .plans-cat-row .plans-cat-label {
    padding: 0.75rem 1rem;
    text-align: left;
    font-family: "Rubik", system-ui, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #4C4C4C;
    background: transparent;
    border: none;
}

.plans-cat-row .plans-cell--cat-fill {
    padding: 0.75rem 0.65rem;
    background-color: #ffffff;
}

.plans-row--stripe th.plans-feature {
    background: transparent;
}

.plans-row:not(.plans-row--stripe):not(.plans-row--users):not(.plans-cat-row) th.plans-feature {
    background: transparent;
}

.plans-cell--icon {
    font-size: 1.25rem;
    line-height: 1;
    color: #4c4c4c;
}

.plans-ic--yes {
    color: #22c55e;
}

.plans-ic--no {
    color: #9ca3af;
}

.plans-cell--empty {
    color: #cbd5e1;
    background: transparent;
}

.plans-extra-cta-section {
    padding: clamp(2.2rem, 5vw, 3.6rem) 0 clamp(3rem, 6vw, 4.25rem);
    background: #ffffff;
}

.plans-language-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    border-radius: 8px;
    background: linear-gradient(90deg, #f26b4f 0%, #f6bc2e 100%);
    overflow: hidden;
}

.plans-language-banner::before {
    content: "";
    position: absolute;
    right: 16%;
    top: -44px;
    width: 185px;
    height: 185px;
    border-radius: 58% 42% 46% 54% / 48% 44% 56% 52%;
    background: linear-gradient(135deg, rgba(246, 154, 62, 0.55) 0%, rgba(244, 126, 78, 0.38) 100%);
    transform: rotate(-22deg);
    pointer-events: none;
    z-index: 0;
}

.plans-language-banner::after {
    content: "";
    position: absolute;
    right: 29%;
    top: 42%;
    width: 112px;
    height: 74px;
    border-radius: 52% 48% 46% 54% / 54% 52% 48% 46%;
    background: linear-gradient(135deg, rgba(245, 142, 71, 0.45) 0%, rgba(242, 112, 87, 0.2) 100%);
    transform: rotate(-34deg);
    pointer-events: none;
    z-index: 0;
}

.plans-language-copy {
    position: relative;
    z-index: 1;
    max-width: 72%;
}

.plans-language-copy h2 {
    margin: 0 0 0.35rem;
    padding-bottom: 0.25rem;
    color: #ffffff;
    font-family: "Rubik", system-ui, sans-serif;
    font-size: clamp(1.55rem, 2.1vw, 2.1rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.01em;
    max-width: 520px;
}

.plans-language-copy p {
    margin: 0;
    color: #ffffff;
    opacity: 0.96;
    font-family: "Rubik", system-ui, sans-serif;
    font-size: clamp(0.94rem, 1.05vw, 1.08rem);
    font-weight: 400;
    line-height: 1.32;
    letter-spacing: -0.005em;
    max-width: 780px;
}

.plans-language-btn {
    position: relative;
    z-index: 2;
    text-align: center;
}

.plans-decision-cta {
    position: relative;
    overflow: hidden;
    margin-top: clamp(2.5rem, 6vw, 4.5rem);
    text-align: center;
    padding: clamp(2rem, 5vw, 2.8rem) 1rem;
    background-color: #ffffff;
}

.plans-decision-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px);
    background-size: 100px 100px;
    background-position: center top;
    pointer-events: none;
}

.plans-decision-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(ellipse 92% 82% at 50% 50%, transparent 52%, rgba(255, 255, 255, 0.98) 100%);
    pointer-events: none;
}

.plans-decision-cta > * {
    position: relative;
    z-index: 2;
}

.plans-decision-cta h3 {
    margin: 0;
    color: #130033;
    font-family: "Rubik", system-ui, sans-serif;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    font-weight: 700;
    line-height: 1.2;
}

.plans-decision-cta p {
    margin: 0.7rem 0 1.3rem;
    color: #666666;
    font-family: "Rubik", system-ui, sans-serif;
    font-size: clamp(1.05rem, 1.8vw, 1.55rem);
    font-weight: 400;
}

.plans-decision-cta .plans-btn.btn-request-demo {
    min-width: 160px;
    min-height: 48px;
    padding: 12px 36px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    background: #123773 !important;
    border-color: #123773 !important;
    color: #ffffff !important;
}

.plans-decision-cta .plans-btn.btn-request-demo:hover,
.plans-decision-cta .plans-btn.btn-request-demo:focus-visible {
    background: #123773 !important;
    border-color: #123773 !important;
    color: #ffffff !important;
    opacity: 0.92;
}

@media (max-width: 768px) {
    .plans-segment-filters {
        flex-wrap: nowrap;
        gap: 0.4rem;
        padding: 0 0.5rem 0.75rem;
    }

    .plans-segment-btn {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        gap: 0.35rem;
        padding: 0.42rem 0.45rem;
        font-size: 0.75rem;
    }

    .plans-segment-icon {
        width: 0.95rem;
        height: 0.95rem;
    }

    .plans-table-section .container {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .plans-table-shell {
        padding: 0.35rem 0.1rem 0.65rem;
    }

    .plans-table-responsive {
        overflow: visible;
        border-radius: 10px;
    }

    .plans-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 3px 0;
        font-size: 0.68rem;
    }

    .plans-table tbody td:nth-child(2),
    .plans-table tbody td:nth-child(3),
    .plans-table tbody td:nth-child(4) {
        border-top-width: 0;
        border-bottom-width: 0;
        background-color: #ffffff;
    }

    .plans-table thead .plans-th--tier:nth-child(2),
    .plans-table thead .plans-th--tier:nth-child(3),
    .plans-table thead .plans-th--tier:nth-child(4) {
        border-top-width: 1px;
        border-bottom-width: 0;
    }

    .plans-table tbody tr:has(+ tr.plans-row--footer) td:nth-child(2),
    .plans-table tbody tr:has(+ tr.plans-row--footer) td:nth-child(3),
    .plans-table tbody tr:has(+ tr.plans-row--footer) td:nth-child(4) {
        border-bottom-width: 1px;
    }

    .plans-table thead .plans-th {
        padding: 0.55rem 0.18rem 0.5rem;
        font-size: 0.62rem;
        letter-spacing: 0.015em;
    }

    .plans-tier-name {
        font-size: 0.72rem;
        line-height: 1.15;
    }

    .plans-feature,
    .plans-cell {
        padding: 0.38rem 0.16rem;
        font-size: 0.63rem;
        line-height: 1.2;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .plans-table tbody .plans-feature.plans-feature--tip,
    .plans-table tbody .plans-feature.plans-feature--tip .plans-feature-label--has-tip {
        font-size: 0.7rem;
        line-height: 1.28;
    }

    .plans-table .plans-cat-row .plans-cat-label {
        font-size: 0.62rem;
        line-height: 1.15;
        padding: 0.45rem 0.2rem;
    }

    .plans-tier-cta {
        min-height: 1.85rem;
    }

    .plans-table thead .plans-th--tier .plans-btn {
        width: 100%;
        max-width: 5.5rem;
        min-height: 1.85rem;
        height: 1.85rem;
        padding: 0.28rem 0.25rem;
        font-size: 0.625rem;
        white-space: nowrap;
        line-height: 1;
    }

    .plans-btn-text--full {
        display: none;
    }

    .plans-btn-text--compact {
        display: inline;
    }

    .plans-header-spacer {
        height: 1.2rem;
    }

    .plans-language-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.9rem;
        border-radius: 10px;
    }

    .plans-language-banner::before {
        right: -22px;
        top: -56px;
        width: 150px;
        height: 150px;
        opacity: 0.42;
    }

    .plans-language-banner::after {
        right: 10%;
        top: 56%;
        width: 86px;
        height: 56px;
        opacity: 0.3;
    }

    .plans-language-copy {
        max-width: 100%;
    }

    .plans-language-copy h2 {
        font-size: 1.25rem;
        line-height: 1.12;
        margin-bottom: 0.55rem;
        max-width: 100%;
    }

    .plans-language-copy p {
        font-size: 0.70rem;
        line-height: 1.3;
        max-width: 100%;
    }

    .plans-language-banner .language-strip-btn,
    .plans-language-banner .plans-language-btn {
        margin-top: 0.3rem;
        align-self: flex-end;
        border-radius: 4px !important;
    }

    .plans-decision-cta {
        margin-top: 2rem;
        padding: 1.35rem 0.9rem 1.75rem;
    }

    .plans-decision-cta::before {
        background-size: 72px 72px;
    }

    .plans-decision-cta h3 {
        font-size: 1.85rem;
        line-height: 1.18;
        letter-spacing: -0.01em;
        margin: 0 auto;
        max-width: 300px;
    }

    .plans-decision-cta p {
        font-size: 0.92rem;
        line-height: 1.35;
        margin: 0.6rem auto 1.05rem;
        max-width: 280px;
    }

    .plans-decision-cta .plans-btn.btn-request-demo {
        min-width: 160px;
        width: auto;
        max-width: none;
        padding: 12px 36px;
        font-size: 1rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .plans-table-shell {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .plans-table-responsive {
        overflow: visible;
    }

    .plans-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 4px 0;
        font-size: 0.74rem;
    }

    .plans-table tbody td:nth-child(2),
    .plans-table tbody td:nth-child(3),
    .plans-table tbody td:nth-child(4) {
        border-top-width: 0;
        border-bottom-width: 0;
        background-color: #ffffff;
    }

    .plans-table thead .plans-th--tier:nth-child(2),
    .plans-table thead .plans-th--tier:nth-child(3),
    .plans-table thead .plans-th--tier:nth-child(4) {
        border-top-width: 1px;
        border-bottom-width: 0;
    }

    .plans-table tbody tr:has(+ tr.plans-row--footer) td:nth-child(2),
    .plans-table tbody tr:has(+ tr.plans-row--footer) td:nth-child(3),
    .plans-table tbody tr:has(+ tr.plans-row--footer) td:nth-child(4) {
        border-bottom-width: 1px;
    }

    .plans-table thead .plans-th {
        padding: 0.56rem 0.24rem 0.5rem;
        font-size: 0.66rem;
    }

    .plans-feature,
    .plans-cell {
        padding: 0.24rem 0.12rem;
        font-size: 0.68rem;
        line-height: 1.14;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .plans-table tbody .plans-feature.plans-feature--tip,
    .plans-table tbody .plans-feature.plans-feature--tip .plans-feature-label--has-tip {
        font-size: 0.74rem;
        line-height: 1.22;
    }

    .plans-tier-name {
        font-size: 0.78rem;
    }

    .plans-table thead .plans-th--tier .plans-btn {
        width: 100%;
        max-width: 6.25rem;
        min-height: 2rem;
        height: 2rem;
        padding: 0.3rem 0.35rem;
        font-size: 0.6875rem;
        white-space: nowrap;
        line-height: 1;
    }

    .plans-decision-cta .plans-btn.btn-request-demo {
        width: auto;
        min-width: 160px;
        max-width: none;
        padding: 12px 36px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .plans-segment-btn {
        gap: 0.25rem;
        padding: 0.32rem 0.25rem;
        font-size: 0.6875rem;
    }

    .plans-segment-icon {
        width: 0.8rem;
        height: 0.8rem;
    }

    .plans-table thead .plans-th--tier .plans-btn {
        max-width: 4.85rem;
        min-height: 1.75rem;
        height: 1.75rem;
        font-size: 0.5625rem;
        padding: 0.22rem 0.15rem;
    }
}

