/* ── Página pública de precios ── */
.landing-hero.precios {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%), url(../img/chica-movexo.webp);
}

/* ── Página privada de precios ── */
.precios-private h1 {
    margin-top: 60px;
    text-align: center;
    font-size: 50px;
    line-height: 94%;
    font-family: 'Geom';
    font-weight: 700;
}

.plan-status-banner {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.plan-status-inner {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #1a1a1a;
    border: 1px solid #2e2e2e;
    border-radius: 10px;
    padding: 12px 20px;
    flex-wrap: wrap;
}

.plan-status-badge {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 6px;
    background: #2e2e2e;
    color: #aaa;
}

.plan-status-badge--trial   { background: rgba(255, 190, 0, 0.15); color: #f0b429; }
.plan-status-badge--basico  { background: rgba(59, 130, 246, 0.15); color: #60a5fa; }
.plan-status-badge--premium { background: rgba(139, 92, 246, 0.15); color: #a78bfa; }
.plan-status-badge--pro     { background: rgba(16, 185, 129, 0.15); color: #34d399; }

.plan-status-dates {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.plan-status-date-item {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.plan-status-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.plan-status-value {
    font-size: 14px;
    color: #e0e0e0;
    font-weight: 500;
}

.plan-status-value--muted { color: #555; }

.plan-status-sep {
    color: #3a3a3a;
    font-size: 16px;
}

.plan-status-inner--expirado {
    border-color: rgba(239, 68, 68, 0.3);
    background: rgba(239, 68, 68, 0.05);
}

.plan-status-expired-pill {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 4px;
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.plan-status-label--expired { color: #f87171; }
.plan-status-value--expired { color: #f87171; font-weight: 600; }

.plan-description-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    color: #b0b0b0;
    line-height: 1.5;
    margin-bottom: 16px;
    text-align: center;
}

.pricing-card-featured .plan-description-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.plan-badge--current {
    display: inline-block;
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid rgba(16, 185, 129, 0.3);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

/* ── Toggle de período de pago ── */
.periodo-toggle-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 auto 36px;
}

.periodo-toggle {
    display: inline-flex;
    background: #111217;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
}

.periodo-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 9px;
    background: transparent;
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    white-space: nowrap;
}

.periodo-btn:hover {
    color: #ddd;
    background: rgba(255,255,255,0.06);
}

.periodo-btn.active {
    background: #C556CD;
    color: #fff;
    font-weight: 700;
}

.badge-ahorro {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 5px;
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.25);
    margin-left: 6px;
    vertical-align: middle;
}

.periodo-toggle-nota {
    font-size: 12px;
    color: #999;
    text-align: center;
}

.price-periodo-label {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
    display: block;
}

.btn-plan-bloqueado {
    display: block;
    padding: 12px 20px;
    border-radius: 8px;
    background: rgba(255,255,255,0.04);
    color: #444;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: not-allowed;
    border: 1px solid rgba(255,255,255,0.06);
    box-sizing: border-box;
}

.plan-badge-hint {
    font-size: 12px;
    color: #555;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}
