/* Melhoria da descrição da secção */
.section-description {
    max-width: 700px;
    margin: 1.5rem auto 0;
    font-size: 1.05rem;
    color: var(--muted-text);
    line-height: 1.8;
}

.section-description p {
    margin-bottom: 0.5rem;
}

.section-description p:last-child {
    margin-bottom: 0;
}

/* Ajuste do título da secção para ser mais elegante */
.section-header h2 {
    font-size: 2.5rem;
    color: var(--text-color);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

/* Optional: decorative line under title */
.section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--gold);
    margin: 1rem auto 0;
    border-radius: 2px;
}
