body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    background: #ffffff;
    color: #0A1A3F;
}

/* MENU MOBILE */
.topbar {
    background: #0A1A3F;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar h1 {
    margin: 0;
    font-size: 20px;
}

#menuBtn {
    background: none;
    border: none;
    color: white;
    font-size: 26px;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background: #0A1A3F;
}

.mobile-menu a {
    padding: 15px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #ffffff22;
}

/* HERO */
.hero {
    padding: 80px 20px;
    text-align: center;
    background: #0A1A3F;
    color: white;
}

.btn-yellow {
    background: #F2C230;
    padding: 12px 20px;
    border-radius: 8px;
    color: #0A1A3F;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin: 10px;
}

.btn-white {
    background: white;
    padding: 12px 20px;
    border-radius: 8px;
    color: #0A1A3F;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin: 10px;
}

/* SEÇÕES */
section {
    padding: 40px 20px;
    text-align: center;
}

.servicos .cards,
.depoimentos .cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card {
    background: #F2C230;
    padding: 20px;
    border-radius: 10px;
    font-weight: bold;
}

.portfolio audio {
    width: 100%;
    margin: 10px 0;
}

.contato {
    background: #0A1A3F;
    color: white;
}

footer {
    background: #2E2E2E;
    color: white;
    padding: 15px;
    text-align: center;
}
