/* Pagina preturi — 3 coloane (pachete) */

.pricing-plans-row {
    align-items: stretch;
}

.pricing-plan-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #dfe7ef;
    border-top: 4px solid #eb247b;
    box-shadow: 0 4px 14px rgba(47, 55, 66, 0.08);
}

.pricing-plan-card__head {
    padding: 1.25rem 1.35rem 0.75rem;
    text-align: center;
    border-bottom: 1px solid #dfe7ef;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.pricing-plan-card__head h3 {
    margin: 0;
    color: #3d4652;
    font-size: 1.15rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.pricing-plan-card__prices {
    margin: 0;
    padding: 1rem 1.35rem;
    border-bottom: 1px solid #eef1f5;
}

.pricing-plan-card__prices > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.75rem;
    padding: 0.45rem 0;
    border-bottom: 1px dashed #eef1f5;
}

.pricing-plan-card__prices > div:last-child {
    border-bottom: 0;
}

.pricing-plan-card__prices dt {
    margin: 0;
    color: #697386;
    font-size: 0.82rem;
    font-weight: 600;
}

.pricing-plan-card__prices dd {
    margin: 0;
    color: #2f3338;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: right;
    max-width: 55%;
}

.pricing-plan-card__hint {
    display: block;
    margin-top: 0.2rem;
    color: #697386;
    font-size: 0.72rem;
    font-weight: 400;
    line-height: 1.3;
}

.pricing-plan-card__section {
    padding: 0.85rem 1.35rem;
    flex: 1 1 auto;
}

.pricing-plan-card__section h4 {
    margin: 0 0 0.65rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid #eb247b;
    color: #3d4652;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing-plan-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-plan-card__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0;
    font-size: 0.82rem;
    color: #526071;
    border-bottom: 1px solid #f3f5f8;
}

.pricing-plan-card__list li span:first-child {
    flex: 1 1 auto;
    line-height: 1.35;
}

.pricing-cell {
    flex-shrink: 0;
    min-width: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.pricing-cell--yes {
    color: #1f6b3f;
}

.pricing-cell--no {
    color: #9aa3b2;
}

.pricing-cell--highlight {
    color: #eb247b;
    font-weight: 600;
    font-size: 0.78rem;
}

.pricing-plan-card__footer {
    padding: 1rem 1.35rem 1.35rem;
    margin-top: auto;
    text-align: center;
    border-top: 1px solid #eef1f5;
}

.btn-notifica-plan {
    display: inline-block;
    min-width: 10rem;
    padding: 0.55rem 1.25rem;
    border: 0;
    border-radius: 3px;
    color: #ffffff !important;
    background: #eb247b;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0.04em;
}

.btn-notifica-plan:hover {
    color: #ffffff !important;
    background: #d41f6d;
}

.pricing-footnotes {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    background: #ffffff;
    border: 1px solid #dfe7ef;
    color: #697386;
    font-size: 0.8rem;
    line-height: 1.55;
}

.pricing-footnotes p {
    margin: 0 0 0.35rem;
}

.pricing-footnotes p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .public-page-shell.pricing-page {
        padding: 1.5rem 0 2rem;
    }
}
