/* V4 preview: each tariff keeps its name and monthly price in its own tab. */
.pz-page.pz-pricing-v4 .pz-card[data-eh-card] { container-type: inline-size; }
.pz-page.pz-pricing-v4 .pz-eh-tab,
.pz-page.pz-pricing-v4 .pz-eh-tab--mini:not([aria-selected="true"]),
.pz-page.pz-pricing-v4 .pz-eh-tab[aria-selected="true"] {
    display: flex;
    min-height: 164px;
    padding: 20px 12px 18px;
    margin-bottom: -1px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.pz-page.pz-pricing-v4 .pz-eh-tab-content {
    display: flex;
    width: fit-content;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.pz-page.pz-pricing-v4 .pz-eh-tab-label {
    display: block;
    width: 100%;
    font-size: clamp(1.2rem, 7.5cqi, 1.75rem);
    font-weight: 800;
    line-height: 1.08;
    /* Reserve two title lines so both prices share the same vertical position. */
    min-height: 2.16em;
    overflow-wrap: normal;
    hyphens: none;
}
.pz-page.pz-pricing-v4 .pz-eh-tab-plan { display: block; white-space: nowrap; }
.pz-page.pz-pricing-v4 .pz-eh-tab-phase {
    display: block;
    margin-top: 5px;
    font-size: clamp(.75rem, 4cqi, .95rem);
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}
.pz-page.pz-pricing-v4 .pz-eh-tab[aria-selected] .pz-eh-tab-price {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    color: inherit;
}
.pz-page.pz-pricing-v4 .pz-eh-tab-price strong {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-size: clamp(1.3rem, 7.5cqi, 1.9rem);
    font-weight: 800;
    line-height: 1;
    color: inherit;
}
.pz-page.pz-pricing-v4 .pz-eh-tab-cycle,
.pz-page.pz-pricing-v4 .pz-eh-tab-setup {
    font-size: clamp(.55rem, 2.5cqi, .65rem);
    font-weight: 500;
    line-height: 1.3;
    color: inherit;
}
.pz-page.pz-pricing-v4 .pz-eh-tab-cycle span { display: block; white-space: nowrap; }
.pz-page.pz-pricing-v4 .pz-eh-tab-setup { display: block; margin-top: 8px; }
.pz-page.pz-pricing-v4 .pz-eh-availability { margin: 0 0 16px; }
.pz-page.pz-pricing-v4 .pz-eh-ready .pz-eh-turn .pz-price { display: none; }
.pz-page.pz-pricing-v4 .pz-eh-ready .pz-card-text { margin-top: 0; }
@media (max-width: 450px) {
    .pz-page.pz-pricing-v4 .pz-eh-tab,
    .pz-page.pz-pricing-v4 .pz-eh-tab--mini:not([aria-selected="true"]),
    .pz-page.pz-pricing-v4 .pz-eh-tab[aria-selected="true"] { min-height: 152px; padding: 18px 9px 16px; }
    .pz-page.pz-pricing-v4 .pz-eh-tab[aria-selected] .pz-eh-tab-price { gap: 5px; }
}
