﻿/* ==========================================
   TARJETA - AJUSTE DE TIPOGRAFÍA
   HERO ORIGINAL + RESTO MÁS PEQUEÑO
========================================== */

/* =====================================================
   HERO PRINCIPAL
   (SE MANTIENE COMO ESTABA ORIGINALMENTE)
===================================================== */

.tarjeta-hero-text p {
    font-size: clamp(1.8rem, 2.4vw, 3.1rem) !important;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 5px;
    margin-bottom: 1.2rem;
}

.tarjeta-hero-text h1 {
    font-size: clamp(4rem, 5.8vw, 6.6rem) !important;
    font-weight: 800;
    letter-spacing: 8px;
    line-height: 1.25;
    margin-bottom: 2rem;
}

.tarjeta-hero-text span {
    display: block;
    font-size: clamp(1.3rem, 1.7vw, 2rem) !important;
    font-weight: 300;
    margin-bottom: 3rem;
}

.tarjeta-btn {
    font-size: clamp(1.1rem, 1.5vw, 1.8rem) !important;
}

/* =====================================================
   BENEFICIOS
===================================================== */

.tarjeta-beneficios h2 {
    font-size: 2.7rem !important;
}

.beneficios-subtitle {
    font-size: 1.35rem !important;
    margin-bottom: 4rem;
}

.beneficio-item h3 {
    font-size: 1.25rem !important;
    line-height: 1.4;
}

.beneficio-item p {
    font-size: 1rem !important;
    line-height: 1.7;
}

/* =====================================================
   SECCIÓN FINAL
===================================================== */

.tarjeta-card-text {
    text-align: center;
}

    .tarjeta-card-text h2 {
        font-size: 2.6rem !important;
        line-height: 1.2;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .tarjeta-card-text p {
        font-size: 1.25rem !important;
        line-height: 1.7;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

/* =====================================================
   BOTÓN FINAL CENTRADO
===================================================== */

.tarjeta-btn-white {
    background: #fff;
    color: #92733c;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem !important;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    /* Hero se mantiene */

    .tarjeta-hero-text h1 {
        font-size: clamp(3rem, 9vw, 5rem) !important;
    }

    .tarjeta-beneficios h2 {
        font-size: 2.2rem !important;
    }

    .tarjeta-card-text h2 {
        font-size: 2.1rem !important;
    }
}

@media (max-width: 575px) {

    /* Hero se mantiene */

    .tarjeta-hero-text p {
        font-size: 1rem !important;
    }

    .tarjeta-hero-text h1 {
        font-size: 2.8rem !important;
    }

    .tarjeta-hero-text span {
        font-size: 1rem !important;
    }

    .beneficios-subtitle {
        font-size: 1.1rem !important;
    }

    .beneficio-item h3 {
        font-size: 1.1rem !important;
    }

    .beneficio-item p {
        font-size: .95rem !important;
    }

    .tarjeta-card-text h2 {
        font-size: 1.8rem !important;
    }

    .tarjeta-card-text p {
        font-size: 1rem !important;
    }
}
