.page-landing--plans {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.page-landing--plans *,
.page-landing--plans *::before,
.page-landing--plans *::after {
    box-sizing: border-box;
    min-width: 0;
}

.page-landing--plans .landing-hero {
    min-height: clamp(560px, 88vh, 860px);
}

.page-landing--plans .landing-hero__content {
    max-width: 980px;
}

.page-landing--plans .landing-hero h1 {
    font-size: clamp(2.9rem, 7vw, 5rem);
    line-height: 0.98;
    margin-bottom: 24px;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.page-landing--plans .landing-hero__subtitle {
    max-width: 720px;
    margin: 0 auto 46px;
    font-size: clamp(1.06rem, 2.1vw, 1.24rem);
    line-height: 1.72;
}

.page-landing--plans .landing-features--plans {
    padding-top: 88px;
    padding-bottom: 120px;
}

.page-landing--plans .landing-section-header {
    max-width: 760px;
}

.page-landing--plans .plans-note {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.7;
}

.page-landing--plans .plans-highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 1180px;
    margin: 0 auto 48px;
    padding: 0 24px;
}

.page-landing--plans .plans-highlight {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 600;
}

.page-landing--plans .pricing-grid {
    max-width: 1240px;
    margin: 48px auto 0;
    padding: 0 24px;
    align-items: stretch;
}

.page-landing--plans .plans-compare {
    max-width: 1240px;
    margin: 22px auto 0;
    padding: 0 24px;
}

.page-landing--plans .plans-compare__panel {
    display: block;
    margin-top: 0;
    min-width: 0;
    max-width: 100%;
}

.page-landing--plans .plans-compare__panel-inner {
    overflow: hidden;
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.024);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.page-landing--plans .plans-compare__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px 12px;
}

.page-landing--plans .plans-compare__copy {
    display: grid;
    gap: 8px;
    max-width: 720px;
}

.page-landing--plans .plans-compare__copy h3 {
    margin: 0;
    font-size: clamp(1.08rem, 1.9vw, 1.38rem);
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.page-landing--plans .plans-compare__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.55;
}

.page-landing--plans .plans-compare__mobile-hint {
    display: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.page-landing--plans .plans-compare__table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 22px 22px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.14) transparent;
}

.page-landing--plans .plans-compare__table-wrap::-webkit-scrollbar {
    height: 10px;
}

.page-landing--plans .plans-compare__table-wrap::-webkit-scrollbar-track {
    background: transparent;
}

.page-landing--plans .plans-compare__table-wrap::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    border: 3px solid transparent;
    background-clip: content-box;
}

.page-landing--plans .plans-compare__table {
    width: 100%;
    min-width: 800px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    font-variant-numeric: tabular-nums;
}

.page-landing--plans .plans-compare__table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: rgba(7, 8, 15, 0.88);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.page-landing--plans .plans-compare__table th,
.page-landing--plans .plans-compare__table td {
    padding: 12px 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    vertical-align: middle;
    line-height: 1.25;
}

.page-landing--plans .plans-compare__feature-col {
    position: sticky;
    left: 0;
    z-index: 3;
    width: 31%;
    text-align: left !important;
    background: rgba(10, 12, 20, 0.88);
    box-shadow: 8px 0 18px rgba(0, 0, 0, 0.08);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.94);
}

.page-landing--plans .plans-compare__table thead .plans-compare__feature-col {
    z-index: 4;
    background: rgba(7, 8, 15, 0.92);
}

.page-landing--plans .plans-compare__group-row th {
    padding: 11px 13px 10px;
    text-align: left;
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-landing--plans .plans-compare__cell {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
}

.page-landing--plans .plans-compare__cell--check {
    color: rgba(255, 255, 255, 0.92);
}

.page-landing--plans .plans-compare__cell--dash {
    color: rgba(255, 255, 255, 0.42);
}

.page-landing--plans .plans-compare__state--check {
    color: color-mix(in srgb, var(--accent) 56%, #ffffff 44%);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0.5px);
}

.page-landing--plans .plans-compare__state--dash {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-0.5px);
}

.page-landing--plans .plans-compare__value {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.page-landing--plans .plan-card {
    min-height: 100%;
    padding: 50px 30px 30px !important;
}

.page-landing--plans .plan-card__top {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

.page-landing--plans .plan-card__top > div {
    display: grid;
    gap: 10px;
    align-content: start;
}

.page-landing--plans .plans-price {
    display: grid;
    gap: 4px;
    min-height: 4.15rem;
    margin: 0;
    color: #ffffff;
    font-variant-numeric: tabular-nums;
}

.page-landing--plans .plans-price__currency {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.05;
    text-transform: uppercase;
}

.page-landing--plans .plans-price__main {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.page-landing--plans .plans-price__amount {
    font-size: clamp(1.52rem, 2.45vw, 1.9rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.page-landing--plans .plans-price__suffix {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
}

.page-landing--plans .plan-card__description {
    margin: 0;
    min-height: 3.1em;
    line-height: 1.5;
}

.page-landing--plans .feature-list {
    list-style: none;
    gap: 3px;
    margin-bottom: 20px;
    padding-left: 0;
}

.page-landing--plans .feature-list li {
    position: relative;
    padding: 1px 0 1px 18px;
    line-height: 1.32;
}

.page-landing--plans .feature-list li::before {
    content: '';
    position: absolute;
    top: 0.72em;
    left: 2px;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--plan-accent, var(--accent)) 70%, #ffffff 30%);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--plan-accent, var(--accent)) 14%, transparent);
}

.page-landing--plans .plan-card__promo {
    margin-bottom: 18px;
}

.page-landing--plans .plan-card__actions--stack {
    margin-top: auto;
}

.page-landing--plans .plan-card--featured {
    position: relative;
    overflow: hidden;
}

.page-landing--plans .plan-card--featured .plan-card__top > div {
    padding-right: 58px;
}

.page-landing--plans .plan-ribbon {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 108px;
    height: 108px;
    overflow: hidden;
    z-index: 5;
    pointer-events: none;
}

.page-landing--plans .plan-ribbon span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 30px;
    top: 16px;
    right: -36px;
    padding: 0 10px;
    transform: rotate(45deg);
    transform-origin: center;
    border-radius: 0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--plan-accent, var(--accent)) 88%, #ffffff 12%), color-mix(in srgb, var(--plan-accent, var(--accent)) 52%, #0f172a 48%));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 18px rgba(4, 10, 24, 0.24);
    color: rgba(255, 255, 255, 0.98);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
    white-space: nowrap;
    text-transform: uppercase;
}

@media (max-width: 780px) {
    .page-landing--plans .landing-hero {
        min-height: auto;
        padding: 104px 20px 64px;
    }

    .page-landing--plans .landing-hero__bg {
        background-attachment: scroll;
    }

    .page-landing--plans .landing-hero h1 {
        margin-bottom: 20px;
        max-width: min(11ch, 100%);
        text-wrap: balance;
    }

    .page-landing--plans .landing-hero__subtitle {
        max-width: min(36rem, 100%);
        margin-bottom: 32px;
    }

    .page-landing--plans .landing-features--plans {
        padding-top: 72px;
        padding-bottom: 88px;
    }

    .page-landing--plans .pricing-grid {
        padding: 0 20px;
    }

    .page-landing--plans .plans-compare {
        margin-top: 20px;
        padding: 0 20px;
    }

    .page-landing--plans .plans-compare__header {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 18px 10px;
    }

    .page-landing--plans .plans-compare__mobile-hint {
        display: inline-flex;
        align-items: center;
    }

    .page-landing--plans .plans-compare__table-wrap {
        padding: 0 14px 16px;
    }

    .page-landing--plans .plans-compare__table {
        min-width: 748px;
    }

    .page-landing--plans .plans-compare__feature-col {
        width: 33%;
        box-shadow: 6px 0 14px rgba(0, 0, 0, 0.06);
    }

    .page-landing--plans .plans-compare__table th,
    .page-landing--plans .plans-compare__table td {
        padding: 11px 12px;
    }

    .page-landing--plans .plan-card {
        padding: 52px 24px 28px !important;
    }

    .page-landing--plans .plans-price {
        min-height: 3.9rem;
    }

    .page-landing--plans .plans-price__currency {
        font-size: 0.78rem;
    }

    .page-landing--plans .plans-price__amount {
        font-size: clamp(1.36rem, 6vw, 1.7rem);
    }

    .page-landing--plans .plans-price__suffix {
        font-size: 0.82rem;
    }

    .page-landing--plans .plan-card--featured .plan-card__top > div {
        padding-right: 52px;
    }

    .page-landing--plans .plan-ribbon {
        width: 96px;
        height: 96px;
    }

    .page-landing--plans .plan-ribbon span {
        width: 132px;
        height: 28px;
        top: 15px;
        right: -33px;
        padding: 0 8px;
        font-size: 0.54rem;
    }
}

@media (max-width: 560px) {
    .page-landing--plans .landing-hero {
        padding: 88px clamp(14px, 4vw, 16px) 52px;
    }

    .page-landing--plans .landing-hero h1 {
        font-size: clamp(2rem, 10.5vw, 2.72rem);
        line-height: 1;
        margin-bottom: 16px;
        letter-spacing: -0.045em;
    }

    .page-landing--plans .landing-hero__subtitle {
        margin-bottom: 24px;
        font-size: 0.98rem;
        line-height: 1.58;
    }

    .page-landing--plans .landing-hero__ctas {
        width: 100%;
        max-width: 330px;
        gap: 10px;
    }

    .page-landing--plans .landing-hero__ctas .cta-primary,
    .page-landing--plans .landing-hero__ctas .cta-secondary {
        width: 100%;
        max-width: 100%;
        min-height: 46px;
        justify-content: center;
        padding: 12px 16px;
        border-radius: 14px;
        font-size: 0.95rem;
        white-space: normal;
        text-align: center;
    }

    .page-landing--plans .landing-hero__eyebrow {
        max-width: 100%;
        padding: 7px 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: 0.7rem;
        line-height: 1.2;
    }

    .page-landing--plans .landing-hero__scroll {
        display: none;
    }

    .page-landing--plans .landing-features--plans {
        padding-top: 56px;
        padding-bottom: 72px;
    }

    .page-landing--plans .plans-highlights {
        justify-content: flex-start;
        gap: 8px;
        margin-bottom: 32px;
        padding: 0 16px;
    }

    .page-landing--plans .plans-highlight {
        min-height: 34px;
        padding: 7px 10px;
        border-radius: 10px;
        font-size: 0.82rem;
    }

    .page-landing--plans .pricing-grid,
    .page-landing--plans .plans-compare {
        padding: 0 16px;
    }

    .page-landing--plans .plans-compare {
        margin-top: 16px;
    }

    .page-landing--plans .plans-compare__panel-inner {
        border-radius: 18px;
    }

    .page-landing--plans .plans-compare__header {
        padding: 16px 14px 8px;
    }

    .page-landing--plans .plans-compare__table-wrap {
        padding: 0 12px 14px;
    }

    .page-landing--plans .plan-card {
        padding: 42px 16px 20px !important;
        border-radius: 18px;
    }

    .page-landing--plans .plan-card__top {
        margin-bottom: 16px;
    }
}
