.form-header {
    text-align: center;
    margin-bottom: 25px;
}

.form-icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 2rem;
}

.form-header h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.form-header p {
    color: var(--text-light);
}

.form-footer {
    margin-top: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-light);
}

.contato-cta {
    margin-top: 30px;
}

.contato-cta-info {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9rem;
    color: var(--text-light);
}

.privacy-content {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 20px;
}

.privacy-content h4 {
    font-size: 1.1rem;
    margin-top: 15px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.privacy-content ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.privacy-content ul li {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.professor-cta {
    margin-top: 25px;
}

.cta-buttons-group {
    display: flex;
    gap: 15px;
}
