body {
    font-family: 'Inter', sans-serif;
}

/* Títulos de seção — alinhamento visual entre blocos */
.section-title {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.02em;
}
@media (min-width: 768px) {
    .section-title {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

.hero-bg {
    width: 100%;
    background-color: #0f172a;
    background-image: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.7)),
        url('https://vidamusicbrasil.com.br/images/vidamusic.webp');
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

details summary::-webkit-details-marker {
    display: none;
}

html {
    scroll-behavior: smooth;
}
