/* Bloque de precio dos columnas */
.ft-pricing {
    padding: 5.5rem 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #1e40af 100%);
    color: #fff;
}

.ft-pricing__header {
    margin-bottom: 3.25rem;
}

.ft-pricing__title {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 900;
    color: #fff;
}

.ft-pricing__subtitle {
    margin: 0;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.78);
}

.ft-pricing__card {
    position: relative;
    padding: 2.75rem 2.25rem;
    border-radius: 1.35rem;
}

.ft-pricing__card--fundae {
    border: 2px solid #34d399;
    background: linear-gradient(135deg, #059669, #10b981);
    box-shadow: 0 12px 40px rgba(5, 150, 105, 0.2);
}

.ft-pricing__card--standard {
    border: 2px solid rgba(245, 158, 11, 0.45);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
}

.ft-pricing__badge {
    position: absolute;
    top: -0.85rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.35rem 1.15rem;
    border-radius: 50px;
    background: #f59e0b;
    color: #0f172a;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.ft-pricing__label {
    margin-bottom: 1.15rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ft-pricing__card--standard .ft-pricing__label {
    color: rgba(255, 255, 255, 0.72);
}

.ft-pricing__card--fundae .ft-pricing__label {
    color: rgba(255, 255, 255, 0.9);
}

.ft-pricing__amount {
    margin-bottom: 0.65rem;
}

.ft-pricing__amount--promo {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.65rem 1rem;
}

.ft-pricing__price {
    font-size: clamp(2.75rem, 6vw, 3.75rem);
    font-weight: 900;
    line-height: 1;
    color: #fbbf24;
}

.ft-pricing__free {
    font-size: clamp(2.5rem, 5.5vw, 3.5rem);
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.ft-pricing__original {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: rgba(255, 255, 255, 0.45);
    text-decoration: line-through;
}

.ft-pricing__note {
    margin-bottom: 1.85rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.ft-pricing__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.5rem 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.94);
}

.ft-pricing__features li .fa {
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: #34d399;
}

.ft-pricing__card--standard .ft-pricing__features li .fa {
    color: #fbbf24;
}

.ft-pricing__btn {
    padding: 0.95rem 1.35rem;
    border-radius: 0.7rem;
    font-size: 1rem;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.ft-pricing__btn:hover,
.ft-pricing__btn:focus {
    transform: translateY(-2px);
    text-decoration: none;
}

.ft-pricing__btn--fundae {
    border: 2px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
}

.ft-pricing__btn--fundae:hover,
.ft-pricing__btn--fundae:focus {
    background: rgba(255, 255, 255, 0.25);
    color: #fff !important;
}

.ft-pricing__btn--primary {
    border: none;
    background: #f59e0b;
    color: #0f172a !important;
}

.ft-pricing__btn--primary:hover,
.ft-pricing__btn--primary:focus {
    box-shadow: 0 10px 28px rgba(245, 158, 11, 0.4);
    color: #0f172a !important;
}

@media (max-width: 991px) {
    .ft-pricing {
        padding: 4rem 0;
    }

    .ft-pricing__card--standard {
        margin-top: 0.75rem;
    }
}

/* Sello garantía de aprobado */
.ft-garantia-aprobado__sello {
    max-width: 280px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 24px rgba(15, 23, 42, 0.18));
}
