:root {
    --bb-brown: #8F1A18;
    --bb-brown-dark: #5B1F24;
    --bb-cream: #F7F1EA;
    --bb-soft: #EFE6DA;
    --bb-text: #3A1F1F;
    --bb-muted: #7B6661;
}

* { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--bb-text); background: #fff; }
a { color: inherit; }

.bb-header { background: rgba(255,255,255,.96); box-shadow: 0 8px 24px rgba(80, 45, 35, .08); }
.bb-navbar { padding: 10px 0; }
.bb-logo { max-height: 58px; width: auto; }
.navbar-light .navbar-nav .nav-link { color: var(--bb-text); font-weight: 700; font-size: 14px; padding-left: 12px; padding-right: 12px; }
.navbar-light .navbar-nav .nav-link:hover { color: var(--bb-brown); }

.bb-btn-primary, .bb-btn-outline:hover { background: var(--bb-brown); border-color: var(--bb-brown); color: #fff !important; border-radius: 999px; font-weight: 700; padding: 10px 22px; box-shadow: 0 10px 20px rgba(139,74,54,.18); }
.bb-btn-primary:hover { background: var(--bb-brown-dark); border-color: var(--bb-brown-dark); color: #fff; }
.bb-btn-outline { border: 1px solid var(--bb-brown); color: var(--bb-brown) !important; border-radius: 999px; font-weight: 700; padding: 10px 22px; }
.bb-btn-light { background: #fff; border-color: #fff; color: var(--bb-brown) !important; border-radius: 999px; font-weight: 700; padding: 10px 22px; }

.bb-hero { padding: 140px 0 80px; background: linear-gradient(110deg, #fff 0%, var(--bb-cream) 50%, var(--bb-soft) 100%); position: relative; overflow: hidden; }
.bb-hero::after { content: ""; width: 520px; height: 520px; border-radius: 50%; background: rgba(139,74,54,.09); position: absolute; right: -160px; top: 80px; }
.bb-hero h1 { font-size: clamp(34px, 5vw, 62px); line-height: 1.05; font-weight: 900; letter-spacing: -.04em; margin: 18px 0; color: var(--bb-brown-dark); }
.bb-hero-text { font-size: 19px; color: var(--bb-muted); max-width: 560px; }
.bb-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.bb-hero-card { position: relative; z-index: 1; border-radius: 34px; background: #fff; padding: 16px; box-shadow: 0 30px 80px rgba(80,45,35,.16); }
.bb-hero-card img { width: 100%; border-radius: 28px; display: block; max-height: 520px; object-fit: cover; }

.bb-pill { display: inline-block; background: var(--bb-soft); color: var(--bb-brown); border-radius: 999px; padding: 7px 16px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.bb-section { padding: 80px 0; }
.bb-section h2, .bb-banner h2 { font-weight: 900; color: var(--bb-brown-dark); letter-spacing: -.03em; }
/*.bb-photo-rounded { width: 100%; border-radius: 30px; box-shadow: 0 25px 60px rgba(80,45,35,.12); height: auto;  display: block;} */
.bb-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 5% center;
}
.bb-card { background: #fff; border-radius: 18px; padding: 22px; margin-bottom: 18px; min-height: 150px; box-shadow: 0 12px 40px rgba(80,45,35,.09); border: 1px solid #f1e1da; }
.bb-card h5, .bb-benefit h5 { font-weight: 800; color: var(--bb-brown-dark); }
.bb-card p, .bb-benefit p, .bb-section p { color: var(--bb-muted); }

.bb-banner { background: var(--bb-brown); padding: 58px 0; }
.bb-banner h2 { color: #fff; font-size: clamp(28px, 4vw, 46px); }
.bb-soft { background: var(--bb-cream); }
.bb-benefit { height: 100%; background: #fff; border-radius: 20px; padding: 30px 24px; box-shadow: 0 12px 40px rgba(80,45,35,.08); }
.bb-icon { width: 54px; height: 54px; margin: 0 auto 18px; border-radius: 50%; background: var(--bb-soft); color: var(--bb-brown); display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 900; }
.bb-list { list-style: none; padding: 0; margin: 20px 0 0; }
.bb-list li { margin-bottom: 12px; color: var(--bb-muted); font-weight: 700; }
.bb-list li::before { content: "✓"; color: var(--bb-brown); font-weight: 900; margin-right: 10px; }
.bb-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bb-gallery img { width: 100%; height: 190px; object-fit: cover; border-radius: 20px; box-shadow: 0 12px 35px rgba(80,45,35,.1); background: #fff; }
.bb-gallery img:first-child { grid-column: span 2; height: 250px; }
.bb-contact { background: #fff; }
.bb-map-box { min-height: 260px; border-radius: 26px; padding: 34px; background: linear-gradient(135deg, var(--bb-soft), #fff); border: 1px solid #efd9d1; box-shadow: 0 18px 50px rgba(80,45,35,.08); }
.bb-footer { background: var(--bb-brown); color: #fff; padding: 24px 0; font-size: 14px; }
.bb-footer a { color: #fff; font-weight: 700; text-decoration: underline; }

@media (max-width: 991px) {
    .bb-hero { padding-top: 120px; }
    .navbar-nav { padding-top: 15px; }
    .navbar-nav .btn { margin-top: 8px; display: inline-block; }
}

@media (max-width: 575px) {
    .bb-logo { max-height: 48px; }
    .bb-section { padding: 58px 0; }
    .bb-hero-actions .btn { width: 100%; }
    .bb-gallery { grid-template-columns: 1fr; }
    .bb-gallery img, .bb-gallery img:first-child { grid-column: auto; height: 210px; }
}

.bb-location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.bb-map-box { overflow: hidden; padding: 0; }
.bb-map-box iframe { display: block; border-radius: 26px; min-height: 360px; }

@media (max-width: 575px) {
    .bb-location-actions .btn { width: 100%; }
    .bb-map-box iframe { min-height: 300px; }
}

/* Mapa estilo card do Google Maps na Home */
.bb-map-box {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 35px rgba(78, 45, 55, 0.18);
}

.bb-map-box iframe {
    display: block;
    width: 100%;
    min-height: 320px;
    border: 0;
}




.bb-carousel-custom {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    height: 450px;
    box-shadow: 0 25px 60px rgba(80,45,35,.12);
}

.bb-carousel-btn {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: rgba(90,55,40,.55);
    color: #fff;
    font-size: 24px;
    transition: .3s;
}

.bb-carousel-btn:hover {
    background: rgba(90,55,40,.85);
    transform: translateY(-50%) scale(1.08);
}

/* Tema Lux Spa Premium */
.bb-footer, .bb-banner { background: linear-gradient(135deg, #8F1A18, #5B1F24) !important; }
.bb-btn-primary, .bb-btn-outline:hover { background: #8F1A18 !important; border-color: #8F1A18 !important; }
.bb-btn-primary:hover { background: #5B1F24 !important; border-color: #5B1F24 !important; }
.bb-btn-light { color: #8F1A18 !important; }
.bb-card, .bb-benefit, .bb-hero-card, .bb-map-box { border-color: rgba(200,164,122,.35) !important; }
