.container-bristol-section-acesso-restrito {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    padding: 0 64px 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-bristol-section-acesso-restrito .banner {
    width: 100%;
    height: 380px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 64px;
    position: relative;
}

.container-bristol-section-acesso-restrito .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.container-bristol-section-acesso-restrito .info {
    text-align: center;
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.container-bristol-section-acesso-restrito .title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    color: #5a4f4c;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.container-bristol-section-acesso-restrito .title strong {
    font-weight: 700;
}

.container-bristol-section-acesso-restrito .subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #5a4f4c;
    margin: 0 0 16px 0;
}

.container-bristol-section-acesso-restrito .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin-top: 16px;
}

.container-bristol-section-acesso-restrito .btn {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #9e5520;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 18px 36px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1.5px solid #9e5520;
    box-sizing: border-box;
}

.container-bristol-section-acesso-restrito .btn:hover {
    background-color: #9e5520;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .container-bristol-section-acesso-restrito {
        padding: 0 40px 60px;
    }

    .container-bristol-section-acesso-restrito .banner {
        height: 280px;
        margin-bottom: 48px;
    }

    .container-bristol-section-acesso-restrito .title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .container-bristol-section-acesso-restrito {
        padding: 0 20px 40px;
    }

    .container-bristol-section-acesso-restrito .banner {
        height: 200px;
        margin-bottom: 32px;
    }

    .container-bristol-section-acesso-restrito .title {
        font-size: 28px;
    }

    .container-bristol-section-acesso-restrito .subtitle {
        font-size: 16px;
    }

    .container-bristol-section-acesso-restrito .buttons {
        flex-direction: column;
        gap: 16px;
    }

    .container-bristol-section-acesso-restrito .btn {
        width: 100%;
        padding: 16px 24px;
    }
}
