.wave-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.wave-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.wave-divider.white .shape-fill {
    fill: #FFFFFF;
}

.wave-divider.light-gray .shape-fill {
    fill: #f0f0f0;
}

.wave-divider.top {
    top: 0;
    bottom: auto;
    transform: rotate(0);
}

.section {
    padding: 30px 0;
    position: relative;
    padding-top: 80px; /* 30px de espaçamento + 50px do header */
}

.section-with-wave {
    padding-bottom: 60px;
}

/* Ajustes específicos para cada seção */
.hero {
    padding-bottom: 60px;
}

.company {
    padding-top: 50px;
}

.resources {
    padding-top: 40px;
}

.creditors {
    padding-top: 40px;
}

.contact {
    padding-top: 30px;
}