﻿    /* HERO */

    .page-hero {
        max-width: 900px;
        margin: 0 auto;
        padding-bottom: 5rem;
        text-align: center;
    }

.trial-intro {
    max-width: 850px;
    margin: 0 auto;
    color: #495057;
    font-size: 1.15rem;
    line-height: 1.8;
}

/* CABECERAS DE SECCIÓN */

.trial-section-header {
    max-width: 850px;
    margin: 0 auto 3rem;
    text-align: center;
}

.trial-section-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trial-section-header h2 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
}

.trial-section-header p {
    margin-bottom: 0;
    color: #495057;
    line-height: 1.8;
}


/* QUÉ INCLUYE */

.trial-included {
    padding-bottom: 5rem;
}

.trial-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.trial-benefit {
    padding: 2rem;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
}

.trial-benefit-icon {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.trial-benefit h3 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 900;
}

.trial-benefit p {
    margin-bottom: 0;
    color: #6c757d;
    line-height: 1.65;
}


/* CÓMO FUNCIONA */

.trial-process {
    padding-bottom: 5rem;
}

.trial-process-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.trial-process-step {
    padding: 2rem;
    border-radius: 20px;
    background: #f8f9fa;
    text-align: center;
}

.trial-process-number {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #212529;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 900;
}

.trial-process-step h3 {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    font-weight: 900;
}

.trial-process-step p {
    margin-bottom: 0;
    color: #6c757d;
    line-height: 1.65;
}


/* FORMULARIO */

.trial-form-section {
    padding-bottom: 5rem;
}

.trial-form-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 24px;
    overflow: hidden;
}

    .trial-form-container iframe {
        display: block;
        width: 100%;
        min-height: 1250px;
        border: 0;
        background: transparent;
    }


/* PREGUNTAS FRECUENTES */

.trial-faq {
    max-width: 900px;
    margin: 0 auto;
}

.trial-faq-list {
    overflow: hidden;
    border: 1px solid #e9ecef;
    border-radius: 24px;
    background: #ffffff;
}

.trial-faq-item {
    padding: 1.75rem 2rem;
    border-top: 1px solid #e9ecef;
}

    .trial-faq-item:first-child {
        border-top: 0;
    }

    .trial-faq-item h3 {
        margin-bottom: 0.75rem;
        font-size: 1.1rem;
        font-weight: 900;
    }

    .trial-faq-item p {
        margin-bottom: 0.75rem;
        color: #495057;
        line-height: 1.7;
    }

        .trial-faq-item p:last-child {
            margin-bottom: 0;
        }


/* TABLET */

@media (max-width: 991.98px) {

    .trial-benefits,
    .trial-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* MÓVIL */

@media (max-width: 767.98px) {

        .page-hero {
            padding-bottom: 4rem;
        }

    .trial-intro {
        font-size: 1.05rem;
    }

    .trial-intro-main {
        font-size: 1.15rem;
    }

    .trial-included,
    .trial-process,
    .trial-form-section {
        padding-bottom: 4rem;
    }

    .trial-section-header {
        margin-bottom: 2rem;
    }

    .trial-benefits,
    .trial-process-steps {
        grid-template-columns: 1fr;
    }

    .trial-benefit,
    .trial-process-step {
        padding: 1.5rem;
    }

    .trial-form-container {
        border-radius: 18px;
    }

        .trial-form-container iframe {
            min-height: 1500px;
            height: 1500px;
        }

    .trial-faq {
        margin-bottom: 0;
    }

    .trial-faq-list {
        border-radius: 18px;
    }

    .trial-faq-item {
        padding: 1.5rem 1.25rem;
    }
}
