.gradient-background {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    max-width: 800px;
    margin: auto;
}

.contenedor-preguntas {
    background: rgba(225, 176, 235, 0.1);
    border-radius: 10px;
    width: 90%;
    margin: auto;
    text-align: left;
}

.resultado-analisis {
    display: none;
    margin-top: 20px;
    padding: 20px;
    background: rgba(234, 225, 236, 0.1);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.resultado-titulo {
    text-align: center;
    color: #333;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

.resultado-iframe {
    width: 90%;
    height: 500px;
    border: none;
    border-radius: 10px;
}