@font-face {
    font-family: 'Noway';
    src: url('../fonts/Noway-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noway';
    src: url('../fonts/Noway-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noway';
    src: url('../fonts/Noway-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noway';
    src: url('../fonts/Noway-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fffde6;
    font-family: 'Noway', sans-serif;
}

.banner-hero {
    width: 100%;
    display: block;
}

.banner-img {
    width: 100%;
    height: auto;
    display: block;
}

.secao-info {
    padding: 60px 0 50px;
}

.info-texto {
    max-width: 880px;
    margin: 0 auto;
    font-size: 2rem;
    color: #1a1a2e;
    line-height: 1.5;
    text-align: center;
}

.info-destaque {
    color: #ec1c63;
    font-weight: 700;
}

@media (max-width: 768px) {
    .secao-info {
        padding: 40px 0 30px;
    }

    .info-texto {
        font-size: 1.15rem;
    }
}

.secao-pacotes {
    padding: 10px 0 0;
}

.pacotes-wrap {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

.pacotes-box {
    position: relative;
    background-color: #4be3ac;
    border-radius: 40px;
    padding: 56px 64px 64px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding-bottom: 120px;
    margin-bottom: -60px;
    z-index: 1;

}

.pacotes-titulo {
    font-family: 'Noway', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: #142850;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.pacotes-cards {
    margin-bottom: 40px;
}

.pacote-link {
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.pacote-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.pacote-link:hover .pacote-img {
    transform: scale(1.08);
}

.btn-reserve {
    display: inline-block;
    background: #ec1c63;
    color: #ffffff;
    font-family: 'Noway', sans-serif;
    font-size: 1.45rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 9px 90px;
    border-radius: 50px;
    transition: background 0.2s, transform 0.1s;
}

.btn-reserve:hover {
    background: #d11355;
    color: #ffffff;
}

.btn-reserve:active {
    transform: scale(0.98);
}

.pacotes-aviso {
    margin: 22px 0 0;
    color: #142850;
    font-size: 1rem;
}

.pacotes-estrela {
    position: absolute;
    left: -90px;
    bottom: -120px;
    height: auto;
    z-index: 2;
}

.pacotes-mascote {
    position: absolute;
    right: -340px;
    bottom: -230px;
    height: auto;
    z-index: 2;
}

@media (max-width: 768px) {
    .secao-pacotes {
        padding: 0 0 80px;
    }

    .pacotes-box {
        padding: 40px 24px 100px;
        border-radius: 28px;
    }

    .pacotes-titulo {
        font-size: 1.4rem;
    }

    .pacotes-cards {
        margin-bottom: 28px;
    }

    .btn-reserve {
        font-size: 1rem;
        padding: 14px 40px;
    }

    .pacotes-aviso {
        font-size: 0.85rem;
    }

    .pacotes-estrela {
        width: 80px;
        left: 12px;
        bottom: -30px;
    }

    .pacotes-mascote {
        width: 130px;
        right: 12px;
        bottom: -40px;
    }
}

.secao-rodape {
    position: relative;
    overflow: hidden;
    padding: 90px 20px 60px;
    border-bottom: 20px solid #072259;
}

.rodape-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    z-index: 0;
    display: block;
}

.rodape-container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.rodape-texto {
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 28px;
}

.rodape-texto--bold {
    font-weight: 700;
    margin-top: 100px;
}

.rodape-texto strong {
    font-weight: 700;
}

.rodape-logo {
    width: auto;
    margin-top: 12px;
}

@media (max-width: 768px) {
    .secao-rodape {
        padding: 70px 20px 40px;
    }

    .rodape-texto {
        font-size: 1.05rem;
        margin-bottom: 20px;
    }
}
