/* ═══════════════════════════════════════════════════════════════
   BHUMIBODH — Land & Property
   Light, earthy, interactive. Ivory · Deep Green · Gold.
   ═══════════════════════════════════════════════════════════════ */

:root {
    --bb-bg: #faf7f0;
    --bb-bg-soft: #f3eee2;
    --bb-surface: #ffffff;
    --bb-ink: #1e2b24;
    --bb-ink-soft: #55645c;
    --bb-green: #1e6b4e;
    --bb-green-deep: #14503a;
    --bb-green-tint: #e3f0e9;
    --bb-gold: #d9a441;
    --bb-gold-deep: #b9832a;
    --bb-gold-tint: #faf0da;
    --bb-terra: #c96f4a;
    --bb-wa: #25d366;
    --bb-radius: 18px;
    --bb-radius-lg: 28px;
    --bb-shadow: 0 10px 34px rgba(30, 43, 36, .10);
    --bb-shadow-lg: 0 24px 60px rgba(30, 43, 36, .16);
    --bb-font-display: 'Fraunces', Georgia, serif;
    --bb-font-body: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--bb-font-body);
    background: var(--bb-bg);
    color: var(--bb-ink);
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

/* Hide Odoo's stock header/footer inside wrapwrap (ours is injected outside it) */
#wrapwrap > header#top { display: none !important; }
#wrapwrap > footer#bottom { display: none !important; }
#wrapwrap { background: var(--bb-bg); }

.bb-main { display: block; }

/* ── Scroll reveal ── */
.bb-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
}
.bb-reveal.bb-in {
    opacity: 1;
    transform: none;
}
@media (prefers-reduced-motion: reduce) {
    .bb-reveal { opacity: 1; transform: none; transition: none; }
    * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ═══════════════ HEADER ═══════════════ */
.bb-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(250, 247, 240, .82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(30, 43, 36, .08);
    transition: box-shadow .3s ease;
}
.bb-header.bb-scrolled { box-shadow: 0 6px 24px rgba(30,43,36,.08); }

.bb-nav {
    max-width: 1240px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.bb-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.bb-logo:hover { text-decoration: none; }
.bb-logo-mark {
    width: 46px; height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--bb-green) 0%, var(--bb-green-deep) 100%);
    display: grid; place-items: center;
    box-shadow: 0 6px 16px rgba(20, 80, 58, .28);
    transition: transform .3s ease;
}
.bb-logo:hover .bb-logo-mark { transform: rotate(-6deg) scale(1.06); }
.bb-logo-mark svg { width: 30px; height: 30px; }
.bb-logo-plot { fill: none; stroke: #fff; stroke-width: 2.4; stroke-linejoin: round; }
.bb-logo-house { fill: none; stroke: var(--bb-gold); stroke-width: 2.4; stroke-linejoin: round; }
.bb-logo-sun { fill: var(--bb-gold); }
.bb-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.bb-logo-name {
    font-family: var(--bb-font-display);
    font-weight: 700; font-size: 1.35rem; color: var(--bb-ink); letter-spacing: .01em;
}
.bb-logo-tagline { font-size: .68rem; font-weight: 600; color: var(--bb-ink-soft); letter-spacing: .08em; }
.bb-logo-light .bb-logo-name { color: #fff; }
.bb-logo-light .bb-logo-tagline { color: rgba(255,255,255,.75); }

.bb-menu { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.bb-menu > li > a {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 12px;
    color: var(--bb-ink);
    font-weight: 600; font-size: .95rem;
    text-decoration: none;
    transition: background .25s, color .25s;
}
.bb-menu > li > a:hover { background: var(--bb-green-tint); color: var(--bb-green-deep); text-decoration: none; }
.bb-call-link { color: var(--bb-green) !important; white-space: nowrap; }
.bb-call-link i { margin-right: 4px; }

.bb-enquire-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, var(--bb-gold) 0%, var(--bb-gold-deep) 100%);
    color: #fff; border: none; cursor: pointer;
    font-family: var(--bb-font-body); font-weight: 700; font-size: .95rem;
    padding: 11px 20px; border-radius: 999px;
    box-shadow: 0 8px 20px rgba(185, 131, 42, .35);
    transition: transform .25s, box-shadow .25s;
}
.bb-enquire-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(185,131,42,.45); }
.bb-enquire-btn-full { width: 100%; justify-content: center; }

.bb-header-right-mobile { display: none; align-items: center; gap: 10px; }
.bb-call-chip {
    width: 42px; height: 42px; border-radius: 50%;
    display: grid; place-items: center;
    background: var(--bb-green-tint); color: var(--bb-green);
    text-decoration: none; font-size: 1rem;
}
.bb-hamburger {
    width: 42px; height: 42px; border: none; background: transparent; cursor: pointer;
    display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.bb-hamburger span {
    display: block; width: 22px; height: 2.5px; border-radius: 2px;
    background: var(--bb-ink); transition: transform .3s, opacity .3s;
}
.bb-hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.bb-hamburger.open span:nth-child(2) { opacity: 0; }
.bb-hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.bb-mobile-menu {
    display: none;
    border-top: 1px solid rgba(30,43,36,.08);
    background: var(--bb-bg);
    padding: 8px 24px 20px;
}
.bb-mobile-menu.open { display: block; }
.bb-mobile-menu ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.bb-mobile-menu a {
    display: block; padding: 12px 10px; border-radius: 12px;
    color: var(--bb-ink); font-weight: 600; text-decoration: none;
}
.bb-mobile-menu a:hover { background: var(--bb-green-tint); text-decoration: none; }
.bb-mobile-menu li:last-child { margin-top: 8px; }

@media (max-width: 991px) {
    .bb-menu { display: none; }
    .bb-header-right-mobile { display: flex; }
}

/* ═══════════════ BUTTONS ═══════════════ */
.bb-btn-primary, .bb-btn-ghost, .bb-btn-outline, .bb-btn-gold, .bb-btn-wa {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: var(--bb-font-body); font-weight: 700; font-size: 1rem;
    padding: 14px 26px; border-radius: 999px; cursor: pointer;
    text-decoration: none; border: none;
    transition: transform .25s, box-shadow .25s, background .25s, color .25s;
}
.bb-btn-primary {
    background: linear-gradient(135deg, var(--bb-green) 0%, var(--bb-green-deep) 100%);
    color: #fff; box-shadow: 0 10px 24px rgba(20,80,58,.30);
}
.bb-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(20,80,58,.40); color: #fff; text-decoration: none; }
.bb-btn-ghost {
    background: transparent; color: var(--bb-green-deep);
    box-shadow: inset 0 0 0 2px var(--bb-green);
}
.bb-btn-ghost:hover { background: var(--bb-green-tint); transform: translateY(-2px); }
.bb-btn-outline {
    background: transparent; color: var(--bb-ink);
    box-shadow: inset 0 0 0 2px rgba(30,43,36,.18);
}
.bb-btn-outline:hover { box-shadow: inset 0 0 0 2px var(--bb-green); color: var(--bb-green-deep); transform: translateY(-2px); text-decoration: none; }
.bb-btn-gold {
    background: linear-gradient(135deg, var(--bb-gold) 0%, var(--bb-gold-deep) 100%);
    color: #fff; box-shadow: 0 10px 24px rgba(185,131,42,.38);
}
.bb-btn-gold:hover { transform: translateY(-2px); color: #fff; text-decoration: none; }
.bb-btn-wa {
    background: var(--bb-wa); color: #fff;
    box-shadow: 0 10px 24px rgba(37,211,102,.32);
}
.bb-btn-wa:hover { transform: translateY(-2px); background: #1fba58; color: #fff; text-decoration: none; }
.bb-btn-block { width: 100%; }

/* ═══════════════ TYPOGRAPHY HELPERS ═══════════════ */
.bb-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    color: var(--bb-green);
    background: var(--bb-green-tint);
    padding: 7px 16px; border-radius: 999px;
}
.bb-eyebrow-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--bb-gold);
    animation: bbPulseDot 2s ease-in-out infinite;
}
@keyframes bbPulseDot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: .6; }
}
.bb-accent-text { color: var(--bb-green); }
.bb-accent-sweep {
    background: linear-gradient(90deg, var(--bb-gold-deep), var(--bb-gold), var(--bb-terra), var(--bb-gold-deep));
    background-size: 250% 100%;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
    animation: bbSweep 5s linear infinite;
}
@keyframes bbSweep { to { background-position: -250% 0; } }

.bb-section { max-width: 1240px; margin: 0 auto; padding: 84px 24px; }
.bb-section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.bb-section-title {
    font-family: var(--bb-font-display);
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 700; line-height: 1.15; margin: 18px 0 12px;
}
.bb-section-sub { color: var(--bb-ink-soft); font-size: 1.06rem; line-height: 1.65; margin: 0; }
.bb-section-cta { text-align: center; margin-top: 44px; }

/* ═══════════════ HERO ═══════════════ */
.bb-hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 72px);
    display: flex; flex-direction: column; justify-content: center;
}
.bb-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.bb-hero-blob {
    position: absolute; border-radius: 50%;
    filter: blur(70px); opacity: .55;
    animation: bbBlobDrift 14s ease-in-out infinite alternate;
}
.bb-blob-1 {
    width: 520px; height: 520px; top: -160px; right: -120px;
    background: radial-gradient(circle, var(--bb-gold-tint), rgba(217,164,65,.35));
}
.bb-blob-2 {
    width: 460px; height: 460px; bottom: -180px; left: -140px;
    background: radial-gradient(circle, var(--bb-green-tint), rgba(30,107,78,.25));
    animation-delay: -6s;
}
@keyframes bbBlobDrift {
    from { transform: translate(0,0) scale(1); }
    to   { transform: translate(40px, 30px) scale(1.12); }
}
.bb-hero-grid-lines {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(30,107,78,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30,107,78,.05) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 30%, transparent 75%);
}

.bb-hero-inner {
    position: relative;
    max-width: 1240px; margin: 0 auto;
    padding: 60px 24px 40px;
    display: grid; grid-template-columns: 1.05fr .95fr;
    gap: 40px; align-items: center;
}
.bb-hero-title {
    font-family: var(--bb-font-display);
    font-size: clamp(2.4rem, 5.2vw, 3.9rem);
    font-weight: 700; line-height: 1.12;
    margin: 22px 0 18px;
}
.bb-hero-sub {
    color: var(--bb-ink-soft);
    font-size: 1.12rem; line-height: 1.7;
    max-width: 540px; margin: 0 0 30px;
}
.bb-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.bb-hero-trust { display: flex; flex-wrap: wrap; gap: 18px; }
.bb-hero-trust span {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: .88rem; font-weight: 600; color: var(--bb-ink-soft);
}
.bb-hero-trust i { color: var(--bb-gold-deep); }

/* — 3D scene — */
.bb-hero-scene { perspective: 1100px; }
.bb-scene-tilt {
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(8deg) rotateY(-6deg);
    transition: transform .35s ease-out;
    will-change: transform;
}
.bb-iso-land { width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(20,80,58,.22)); }
.iso-grass { fill: #8fc9a8; }
.iso-side-l { fill: #5c9a79; }
.iso-side-r { fill: #4a8265; }
.iso-plot { stroke: rgba(255,255,255,.85); stroke-width: 2; stroke-linejoin: round; }
.iso-plot-a { fill: #a8d8bd; }
.iso-plot-b { fill: #badfc9; opacity: .9; animation: bbPlotGlow 3.6s ease-in-out infinite; }
.iso-plot-c { fill: #badfc9; opacity: .9; animation: bbPlotGlow 3.6s ease-in-out infinite 1.8s; }
@keyframes bbPlotGlow {
    0%, 100% { fill: #badfc9; }
    50% { fill: var(--bb-gold-tint); }
}
.iso-road { fill: none; stroke: #f0e8d5; stroke-width: 7; stroke-linecap: round; opacity: .9; }
.iso-house-wall-l { fill: #fdf6e8; }
.iso-house-wall-r { fill: #ecdfc4; }
.iso-house-roof { fill: var(--bb-terra); }
.iso-house-roof-hidden { fill: #a65836; }
.iso-trunk { fill: #8a6240; }
.iso-leaves { fill: #2e7d54; }
.iso-tree { transform-origin: center bottom; animation: bbTreeSway 5s ease-in-out infinite; }
.iso-tree-2 { animation-delay: -2.5s; }
@keyframes bbTreeSway {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(2.4deg); }
}
.bb-iso-pin { animation: bbPinBounce 2.2s ease-in-out infinite; transform-origin: 260px 168px; }
.iso-pin-body { fill: var(--bb-terra); stroke: #fff; stroke-width: 3; }
.iso-pin-hole { fill: #fff; }
@keyframes bbPinBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

.bb-float-card {
    position: absolute;
    display: flex; align-items: center; gap: 12px;
    background: rgba(255,255,255,.86);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 16px;
    padding: 12px 16px;
    box-shadow: var(--bb-shadow);
    animation: bbFloatY 5s ease-in-out infinite;
    will-change: transform;
}
.bb-float-card i { font-size: 1.4rem; color: var(--bb-green); }
.bb-float-card strong { display: block; font-size: .92rem; }
.bb-float-card span { display: block; font-size: .78rem; color: var(--bb-ink-soft); }
.bb-float-1 { top: 4%; left: -4%; animation-delay: 0s; }
.bb-float-2 { top: 38%; right: -6%; animation-delay: -1.6s; }
.bb-float-3 { bottom: 2%; left: 8%; animation-delay: -3.2s; }
.bb-float-3 i { color: var(--bb-wa); }
@keyframes bbFloatY {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -14px; }
}

.bb-hero-scroll-hint { display: flex; justify-content: center; padding-bottom: 26px; }
.bb-mouse {
    width: 26px; height: 42px; border-radius: 14px;
    border: 2px solid rgba(30,43,36,.3);
    display: flex; justify-content: center; padding-top: 7px;
}
.bb-mouse-wheel {
    width: 4px; height: 8px; border-radius: 3px;
    background: var(--bb-gold-deep);
    animation: bbWheel 1.6s ease-in-out infinite;
}
@keyframes bbWheel {
    0% { transform: translateY(0); opacity: 1; }
    70% { transform: translateY(12px); opacity: 0; }
    100% { transform: translateY(0); opacity: 0; }
}

@media (max-width: 991px) {
    .bb-hero-inner { grid-template-columns: 1fr; padding-top: 44px; }
    .bb-hero-scene { max-width: 480px; margin: 0 auto; }
    .bb-float-1 { left: 0; }
    .bb-float-2 { right: 0; }
}

/* ═══════════════ TYPE STRIP ═══════════════ */
.bb-type-strip {
    max-width: 1240px; margin: 0 auto; padding: 0 24px 20px;
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.bb-type-chip {
    display: inline-flex; align-items: center; gap: 9px;
    background: var(--bb-surface);
    border: 1px solid rgba(30,43,36,.10);
    color: var(--bb-ink); font-weight: 600; font-size: .93rem;
    padding: 11px 20px; border-radius: 999px;
    text-decoration: none;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.bb-type-chip i { color: var(--bb-gold-deep); }
.bb-type-chip:hover {
    transform: translateY(-3px);
    border-color: var(--bb-green);
    box-shadow: var(--bb-shadow);
    color: var(--bb-green-deep);
    text-decoration: none;
}

/* ═══════════════ PROPERTY CARDS ═══════════════ */
.bb-property-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
}
.bb-prop-card {
    display: flex; flex-direction: column;
    background: var(--bb-surface);
    border-radius: var(--bb-radius-lg);
    overflow: hidden;
    text-decoration: none; color: var(--bb-ink);
    box-shadow: var(--bb-shadow);
    border: 1px solid rgba(30,43,36,.06);
    transform-style: preserve-3d;
    transition: box-shadow .35s;
}
.bb-prop-card:hover { box-shadow: var(--bb-shadow-lg); text-decoration: none; color: var(--bb-ink); }
.bb-prop-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--bb-green-tint); }
.bb-prop-media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .6s cubic-bezier(.22,.61,.36,1);
}
.bb-prop-card:hover .bb-prop-media img { transform: scale(1.07); }
.bb-prop-media-placeholder {
    width: 100%; height: 100%;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
    background: linear-gradient(145deg, var(--bb-green-tint), var(--bb-gold-tint));
    color: var(--bb-green); font-size: 3rem;
}
.bb-prop-media-placeholder span { font-size: .9rem; font-weight: 600; color: var(--bb-ink-soft); }
.bb-prop-badge {
    position: absolute; top: 14px; left: 14px;
    font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
    padding: 6px 13px; border-radius: 999px; color: #fff;
}
.bb-prop-badge-available { background: var(--bb-green); }
.bb-prop-badge-reserved { background: var(--bb-gold-deep); }
.bb-prop-badge-sold { background: #9aa39e; }
.bb-prop-type-chip {
    position: absolute; bottom: 14px; right: 14px;
    background: rgba(255,255,255,.92);
    font-size: .76rem; font-weight: 700; color: var(--bb-green-deep);
    padding: 6px 13px; border-radius: 999px;
}
.bb-prop-body { padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.bb-prop-title {
    font-family: var(--bb-font-display);
    font-size: 1.22rem; font-weight: 600; margin: 0; line-height: 1.3;
}
.bb-prop-loc {
    display: flex; align-items: center; gap: 7px;
    color: var(--bb-ink-soft); font-size: .9rem; font-weight: 500;
}
.bb-prop-loc i { color: var(--bb-terra); }
.bb-prop-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: .85rem; color: var(--bb-ink-soft); font-weight: 600; }
.bb-prop-meta i { color: var(--bb-green); margin-right: 4px; }
.bb-prop-foot {
    margin-top: auto; padding-top: 14px;
    border-top: 1px dashed rgba(30,43,36,.14);
    display: flex; align-items: center; justify-content: space-between;
}
.bb-prop-price {
    font-family: var(--bb-font-display);
    font-size: 1.3rem; font-weight: 700; color: var(--bb-green-deep);
}
.bb-prop-cta { font-size: .88rem; font-weight: 700; color: var(--bb-gold-deep); }
.bb-prop-cta i { transition: transform .3s; }
.bb-prop-card:hover .bb-prop-cta i { transform: translateX(5px); }

/* ═══════════════ EMPTY STATE ═══════════════ */
.bb-empty-state {
    grid-column: 1 / -1;
    text-align: center;
    background: var(--bb-surface);
    border: 2px dashed rgba(30,107,78,.25);
    border-radius: var(--bb-radius-lg);
    padding: 60px 30px;
}
.bb-empty-state i { font-size: 2.6rem; color: var(--bb-green); margin-bottom: 14px; }
.bb-empty-state h3 { font-family: var(--bb-font-display); margin: 8px 0; }
.bb-empty-state p { color: var(--bb-ink-soft); margin-bottom: 22px; }

/* ═══════════════ WHY US ═══════════════ */
.bb-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}
.bb-why-card {
    background: var(--bb-surface);
    border-radius: var(--bb-radius-lg);
    padding: 32px 26px;
    border: 1px solid rgba(30,43,36,.06);
    box-shadow: var(--bb-shadow);
    transform-style: preserve-3d;
    transition: box-shadow .35s;
}
.bb-why-card:hover { box-shadow: var(--bb-shadow-lg); }
.bb-why-icon {
    width: 60px; height: 60px; border-radius: 18px;
    display: grid; place-items: center;
    background: linear-gradient(135deg, var(--bb-green-tint), var(--bb-gold-tint));
    color: var(--bb-green); font-size: 1.5rem;
    margin-bottom: 18px;
    transform: translateZ(30px);
}
.bb-why-card h3 { font-family: var(--bb-font-display); font-size: 1.2rem; margin: 0 0 10px; }
.bb-why-card p { color: var(--bb-ink-soft); font-size: .95rem; line-height: 1.65; margin: 0; }

/* ═══════════════ STATS ═══════════════ */
.bb-stats {
    background: linear-gradient(135deg, var(--bb-green-deep) 0%, var(--bb-green) 100%);
    position: relative; overflow: hidden;
}
.bb-stats::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 44px 44px;
}
.bb-stats-inner {
    position: relative;
    max-width: 1240px; margin: 0 auto;
    padding: 64px 24px;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px; text-align: center;
}
.bb-stat-num {
    font-family: var(--bb-font-display);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700; color: var(--bb-gold);
}
.bb-stat-label { color: rgba(255,255,255,.85); font-weight: 600; margin-top: 6px; }

/* ═══════════════ HOW IT WORKS ═══════════════ */
.bb-how-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 20px; align-items: stretch;
}
.bb-how-step {
    position: relative;
    background: var(--bb-surface);
    border-radius: var(--bb-radius-lg);
    padding: 40px 26px 30px;
    text-align: center;
    border: 1px solid rgba(30,43,36,.06);
    box-shadow: var(--bb-shadow);
    transition: transform .3s, box-shadow .3s;
}
.bb-how-step:hover { transform: translateY(-6px); box-shadow: var(--bb-shadow-lg); }
.bb-how-num {
    position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
    width: 38px; height: 38px; border-radius: 50%;
    display: grid; place-items: center;
    background: linear-gradient(135deg, var(--bb-gold), var(--bb-gold-deep));
    color: #fff; font-weight: 800;
    box-shadow: 0 6px 16px rgba(185,131,42,.4);
}
.bb-how-icon {
    width: 64px; height: 64px; margin: 0 auto 16px;
    border-radius: 50%;
    display: grid; place-items: center;
    background: var(--bb-green-tint); color: var(--bb-green);
    font-size: 1.5rem;
}
.bb-how-step h3 { font-family: var(--bb-font-display); font-size: 1.15rem; margin: 0 0 10px; }
.bb-how-step p { color: var(--bb-ink-soft); font-size: .93rem; line-height: 1.6; margin: 0; }
.bb-how-connector {
    align-self: center;
    width: 44px; height: 2px;
    background-image: linear-gradient(90deg, var(--bb-gold) 60%, transparent 40%);
    background-size: 12px 2px;
}
@media (max-width: 900px) {
    .bb-how-grid { grid-template-columns: 1fr; gap: 34px; }
    .bb-how-connector { display: none; }
}

/* ═══════════════ EMI CALCULATOR ═══════════════ */
.bb-emi-card {
    display: grid; grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    background: var(--bb-surface);
    border-radius: var(--bb-radius-lg);
    border: 1px solid rgba(30,43,36,.06);
    box-shadow: var(--bb-shadow-lg);
    padding: 46px;
    overflow: hidden;
}
.bb-emi-left .bb-section-title { margin-top: 16px; }
.bb-emi-field { margin-top: 26px; }
.bb-emi-field-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.bb-emi-field-head label { font-weight: 700; font-size: .95rem; }
.bb-emi-field-head output { font-weight: 800; color: var(--bb-green-deep); font-variant-numeric: tabular-nums; }
.bb-emi-card input[type=range] {
    width: 100%; height: 6px; -webkit-appearance: none; appearance: none;
    background: linear-gradient(90deg, var(--bb-green) var(--bb-fill, 50%), #e6e1d4 var(--bb-fill, 50%));
    border-radius: 6px; outline: none; cursor: pointer;
}
.bb-emi-card input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none;
    width: 22px; height: 22px; border-radius: 50%;
    background: #fff; border: 4px solid var(--bb-green);
    box-shadow: 0 3px 10px rgba(20,80,58,.35);
    transition: transform .2s;
}
.bb-emi-card input[type=range]::-webkit-slider-thumb:hover { transform: scale(1.2); }
.bb-emi-card input[type=range]::-moz-range-thumb {
    width: 22px; height: 22px; border-radius: 50%;
    background: #fff; border: 4px solid var(--bb-green);
    box-shadow: 0 3px 10px rgba(20,80,58,.35);
}
.bb-emi-right {
    background: linear-gradient(160deg, var(--bb-green-deep), var(--bb-green));
    border-radius: var(--bb-radius);
    padding: 34px 30px;
    color: #fff;
    display: flex; flex-direction: column; gap: 20px;
}
.bb-emi-result { text-align: center; }
.bb-emi-result-label {
    display: block; font-size: .85rem; font-weight: 700;
    letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.7);
}
.bb-emi-result-value {
    font-family: var(--bb-font-display);
    font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 700;
    color: var(--bb-gold);
    font-variant-numeric: tabular-nums;
}
.bb-emi-break { display: flex; flex-direction: column; gap: 10px; }
.bb-emi-break > div {
    display: flex; justify-content: space-between;
    padding: 10px 14px; border-radius: 12px;
    background: rgba(255,255,255,.08);
    font-size: .92rem;
}
.bb-emi-break span { color: rgba(255,255,255,.75); }
.bb-emi-note { font-size: .78rem; color: rgba(255,255,255,.6); text-align: center; margin: 0; }
@media (max-width: 900px) {
    .bb-emi-card { grid-template-columns: 1fr; padding: 30px 22px; }
}

/* ═══════════════ BLOG PREVIEW CARDS ═══════════════ */
.bb-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 26px;
}
.bb-blog-card {
    display: flex; flex-direction: column;
    background: var(--bb-surface);
    border-radius: var(--bb-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(30,43,36,.06);
    box-shadow: var(--bb-shadow);
    text-decoration: none; color: var(--bb-ink);
    transform-style: preserve-3d;
    transition: box-shadow .35s;
}
.bb-blog-card:hover { box-shadow: var(--bb-shadow-lg); text-decoration: none; color: var(--bb-ink); }
.bb-blog-card-band {
    height: 110px;
    background: linear-gradient(120deg, var(--bb-green), var(--bb-green-deep) 60%, var(--bb-gold-deep));
    display: grid; place-items: center;
    color: rgba(255,255,255,.9); font-size: 2rem;
    position: relative; overflow: hidden;
}
.bb-blog-card-band::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.22) 50%, transparent 60%);
    transform: translateX(-120%);
    transition: transform .7s;
}
.bb-blog-card:hover .bb-blog-card-band::after { transform: translateX(120%); }
.bb-blog-card-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.bb-blog-date { font-size: .8rem; font-weight: 700; color: var(--bb-gold-deep); letter-spacing: .06em; text-transform: uppercase; }
.bb-blog-card-body h3 { font-family: var(--bb-font-display); font-size: 1.2rem; margin: 0; line-height: 1.35; }
.bb-blog-card-body p { color: var(--bb-ink-soft); font-size: .93rem; line-height: 1.6; margin: 0; }
.bb-blog-readmore { margin-top: auto; padding-top: 10px; font-weight: 700; font-size: .9rem; color: var(--bb-green); }
.bb-blog-readmore i { transition: transform .3s; }
.bb-blog-card:hover .bb-blog-readmore i { transform: translateX(5px); }

/* ═══════════════ FINAL CTA ═══════════════ */
.bb-final-cta { padding: 40px 24px 100px; }
.bb-final-cta-inner {
    max-width: 1000px; margin: 0 auto;
    text-align: center;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(217,164,65,.22), transparent 55%),
        linear-gradient(150deg, var(--bb-green-deep), var(--bb-green));
    border-radius: var(--bb-radius-lg);
    padding: 70px 40px;
    color: #fff;
    box-shadow: var(--bb-shadow-lg);
}
.bb-final-cta-inner h2 {
    font-family: var(--bb-font-display);
    font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; margin: 0 0 12px;
}
.bb-final-cta-inner p { color: rgba(255,255,255,.8); font-size: 1.08rem; margin: 0 0 30px; }
.bb-final-cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ═══════════════ FOOTER ═══════════════ */
.bb-footer {
    background: #142019;
    color: rgba(255,255,255,.78);
}
.bb-footer-inner { max-width: 1240px; margin: 0 auto; padding: 70px 24px 26px; }
.bb-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 40px;
}
@media (max-width: 900px) { .bb-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .bb-footer-grid { grid-template-columns: 1fr; } }
.bb-footer-desc { margin: 18px 0 20px; line-height: 1.7; font-size: .95rem; }
.bb-footer-social { display: flex; gap: 10px; }
.bb-social-link {
    width: 42px; height: 42px; border-radius: 12px;
    display: grid; place-items: center;
    background: rgba(255,255,255,.08);
    color: #fff; font-size: 1.05rem;
    text-decoration: none;
    transition: background .3s, transform .3s;
}
.bb-social-link:hover { background: var(--bb-gold); color: #142019; transform: translateY(-3px); text-decoration: none; }
.bb-footer-col h4 {
    color: #fff; font-size: .95rem; font-weight: 800;
    letter-spacing: .1em; text-transform: uppercase;
    margin: 0 0 18px;
}
.bb-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.bb-footer-col a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .94rem; transition: color .25s; cursor: pointer; }
.bb-footer-col a:hover { color: var(--bb-gold); text-decoration: none; }
.bb-footer-contact-list li { display: flex; align-items: center; gap: 10px; }
.bb-footer-contact-list i { color: var(--bb-gold); width: 18px; }
.bb-footer-bottom {
    margin-top: 50px; padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: center; font-size: .85rem; color: rgba(255,255,255,.5);
}

/* ═══════════════ ENQUIRY MODAL ═══════════════ */
.bb-modal-overlay {
    position: fixed; inset: 0; z-index: 2000;
    background: rgba(20, 32, 25, .55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    opacity: 0; visibility: hidden;
    transition: opacity .35s, visibility .35s;
}
.bb-modal-overlay.open { opacity: 1; visibility: visible; }
.bb-modal {
    position: relative;
    width: 100%; max-width: 520px;
    max-height: 92vh; overflow-y: auto;
    background: var(--bb-bg);
    border-radius: var(--bb-radius-lg);
    padding: 38px 34px 30px;
    box-shadow: 0 40px 90px rgba(0,0,0,.35);
    transform: translateY(30px) scale(.96);
    transition: transform .4s cubic-bezier(.22,.61,.36,1);
}
.bb-modal-overlay.open .bb-modal { transform: none; }
.bb-modal-close {
    position: absolute; top: 16px; right: 16px;
    width: 38px; height: 38px; border-radius: 50%;
    border: none; cursor: pointer;
    background: rgba(30,43,36,.07); color: var(--bb-ink);
    font-size: 1rem;
    transition: background .25s, transform .25s;
}
.bb-modal-close:hover { background: rgba(30,43,36,.14); transform: rotate(90deg); }
.bb-modal-header { text-align: center; margin-bottom: 24px; }
.bb-modal-icon-ring {
    width: 66px; height: 66px; margin: 0 auto 14px;
    border-radius: 50%;
    display: grid; place-items: center;
    background: linear-gradient(135deg, var(--bb-green), var(--bb-green-deep));
    color: #fff; font-size: 1.6rem;
    box-shadow: 0 10px 26px rgba(20,80,58,.35);
}
.bb-modal-header h2 { font-family: var(--bb-font-display); font-size: 1.7rem; margin: 0 0 6px; }
.bb-modal-header p { color: var(--bb-ink-soft); margin: 0; font-size: .95rem; }
.bb-modal-property-chip {
    display: none;
    margin: 12px auto 0;
    width: fit-content; max-width: 100%;
    align-items: center; gap: 8px;
    background: var(--bb-gold-tint); color: var(--bb-gold-deep);
    font-size: .85rem; font-weight: 700;
    padding: 7px 14px; border-radius: 999px;
}
.bb-modal-property-chip.show { display: inline-flex; }

.bb-form-group { margin-bottom: 18px; }
.bb-form-group > label {
    display: flex; align-items: center; gap: 8px;
    font-weight: 700; font-size: .9rem; margin-bottom: 8px;
}
.bb-form-group > label i { color: var(--bb-green); }
.bb-req { color: var(--bb-terra); }
.bb-opt { color: var(--bb-ink-soft); font-weight: 500; font-size: .8rem; }
.bb-form-group input[type=text],
.bb-form-group input[type=tel],
.bb-form-group input[type=email],
.bb-form-group textarea {
    width: 100%;
    font-family: var(--bb-font-body); font-size: .98rem;
    padding: 13px 16px;
    border-radius: 14px;
    border: 2px solid rgba(30,43,36,.12);
    background: var(--bb-surface);
    color: var(--bb-ink);
    outline: none;
    transition: border-color .25s, box-shadow .25s;
    box-sizing: border-box;
}
.bb-form-group input:focus, .bb-form-group textarea:focus {
    border-color: var(--bb-green);
    box-shadow: 0 0 0 4px rgba(30,107,78,.12);
}
.bb-form-group input.bb-invalid, .bb-form-group textarea.bb-invalid { border-color: var(--bb-terra); }
.bb-field-error {
    display: none; margin-top: 6px;
    color: var(--bb-terra); font-size: .82rem; font-weight: 600;
}
.bb-field-error.show { display: block; }
.bb-interest-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.bb-pill {
    border: 2px solid rgba(30,43,36,.12);
    background: var(--bb-surface);
    color: var(--bb-ink-soft);
    font-family: var(--bb-font-body); font-weight: 700; font-size: .85rem;
    padding: 9px 16px; border-radius: 999px; cursor: pointer;
    transition: all .25s;
}
.bb-pill:hover { border-color: var(--bb-green); color: var(--bb-green-deep); }
.bb-pill.active {
    background: var(--bb-green); border-color: var(--bb-green);
    color: #fff;
    box-shadow: 0 6px 16px rgba(20,80,58,.3);
}
.bb-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--bb-gold) 0%, var(--bb-gold-deep) 100%);
    color: #fff; border: none; cursor: pointer;
    font-family: var(--bb-font-body); font-weight: 800; font-size: 1.05rem;
    padding: 16px; border-radius: 16px;
    box-shadow: 0 10px 26px rgba(185,131,42,.4);
    transition: transform .25s, box-shadow .25s;
}
.bb-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(185,131,42,.5); }
.bb-submit-btn:disabled { opacity: .7; cursor: wait; transform: none; }
.bb-form-privacy {
    text-align: center; margin: 14px 0 0;
    font-size: .8rem; color: var(--bb-ink-soft);
}
.bb-form-privacy i { color: var(--bb-green); margin-right: 5px; }
.bb-form-error-banner {
    display: none;
    background: #fdecea; color: #b3402e;
    border-radius: 12px; padding: 12px 16px;
    font-size: .9rem; font-weight: 600;
    margin-bottom: 16px;
}
.bb-form-error-banner.show { display: block; }

/* ═══════════════ SUCCESS OVERLAY ═══════════════ */
.bb-success-overlay {
    position: fixed; inset: 0; z-index: 2100;
    background:
        radial-gradient(ellipse at 50% 20%, rgba(217,164,65,.18), transparent 60%),
        rgba(250, 247, 240, .97);
    display: flex; align-items: center; justify-content: center;
    padding: 24px;
    opacity: 0; visibility: hidden;
    transition: opacity .4s, visibility .4s;
}
.bb-success-overlay.open { opacity: 1; visibility: visible; }
.bb-success-content { position: relative; text-align: center; max-width: 480px; }
.bb-success-circle { width: 110px; height: 110px; margin: 0 auto 24px; }
.bb-success-svg { width: 100%; height: 100%; }
.bb-success-ring {
    fill: none; stroke: var(--bb-green); stroke-width: 5;
    stroke-dasharray: 283; stroke-dashoffset: 283;
    transform: rotate(-90deg); transform-origin: center;
}
.bb-success-check {
    fill: none; stroke: var(--bb-gold-deep); stroke-width: 8;
    stroke-linecap: round; stroke-linejoin: round;
    stroke-dasharray: 100; stroke-dashoffset: 100;
}
.bb-success-overlay.open .bb-success-ring { animation: bbDrawRing .8s .1s ease-out forwards; }
.bb-success-overlay.open .bb-success-check { animation: bbDrawCheck .5s .7s ease-out forwards; }
@keyframes bbDrawRing { to { stroke-dashoffset: 0; } }
@keyframes bbDrawCheck { to { stroke-dashoffset: 0; } }
.bb-success-title { font-family: var(--bb-font-display); font-size: 2rem; margin: 0 0 12px; }
.bb-success-msg { color: var(--bb-ink-soft); font-size: 1.05rem; line-height: 1.7; margin: 0 0 28px; }
.bb-success-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.bb-success-close-btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--bb-green); color: #fff;
    border: none; cursor: pointer;
    font-family: var(--bb-font-body); font-weight: 700; font-size: 1rem;
    padding: 14px 26px; border-radius: 999px;
    box-shadow: 0 10px 24px rgba(20,80,58,.3);
    transition: transform .25s;
}
.bb-success-close-btn:hover { transform: translateY(-2px); }
.bb-success-leaves { position: absolute; inset: -60px 0 0; pointer-events: none; overflow: visible; }
.bb-leaf {
    position: absolute; top: -10px;
    font-size: 1.1rem;
    animation: bbLeafFall linear forwards;
}
@keyframes bbLeafFall {
    0% { transform: translateY(-20px) rotate(0deg); opacity: 1; }
    100% { transform: translateY(70vh) rotate(340deg); opacity: 0; }
}

/* ═══════════════ WHATSAPP FLOAT ═══════════════ */
.bb-wa-float {
    position: fixed; right: 22px; bottom: 22px; z-index: 1500;
    display: flex; align-items: center; gap: 10px;
    background: var(--bb-wa); color: #fff;
    padding: 13px 18px; border-radius: 999px;
    font-weight: 700; font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(37,211,102,.45);
    transition: transform .3s;
}
.bb-wa-float:hover { transform: scale(1.06); color: #fff; text-decoration: none; }
.bb-wa-float i { font-size: 1.5rem; }
.bb-wa-float::before {
    content: '';
    position: absolute; inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(37,211,102,.5);
    animation: bbWaPulse 2.2s ease-out infinite;
}
@keyframes bbWaPulse {
    to { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
}
@media (max-width: 640px) {
    .bb-wa-float-label { display: none; }
    .bb-wa-float { padding: 15px; }
}

/* ═══════════════ PAGE HERO (listing / blog) ═══════════════ */
.bb-page-hero {
    position: relative; overflow: hidden;
    padding: 76px 24px 30px;
    text-align: center;
}
.bb-page-hero-inner { position: relative; max-width: 760px; margin: 0 auto; }
.bb-page-title {
    font-family: var(--bb-font-display);
    font-size: clamp(2.1rem, 4.6vw, 3.2rem);
    font-weight: 700; margin: 18px 0 14px;
}

/* ═══════════════ FILTERS ═══════════════ */
.bb-listing { padding-top: 20px; }
.bb-filter-bar {
    display: flex; flex-direction: column; gap: 14px;
    background: var(--bb-surface);
    border: 1px solid rgba(30,43,36,.07);
    border-radius: var(--bb-radius-lg);
    box-shadow: var(--bb-shadow);
    padding: 20px 24px;
    margin-bottom: 38px;
}
.bb-filter-group { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.bb-filter-label {
    font-size: .85rem; font-weight: 800; color: var(--bb-ink-soft);
    letter-spacing: .04em; margin-right: 4px;
}
.bb-filter-label i { color: var(--bb-green); margin-right: 4px; }
.bb-filter-chip {
    display: inline-block;
    padding: 8px 17px; border-radius: 999px;
    border: 2px solid rgba(30,43,36,.1);
    color: var(--bb-ink-soft); font-weight: 700; font-size: .88rem;
    text-decoration: none;
    transition: all .25s;
}
.bb-filter-chip:hover { border-color: var(--bb-green); color: var(--bb-green-deep); text-decoration: none; }
.bb-filter-chip.active {
    background: var(--bb-green); border-color: var(--bb-green); color: #fff;
    box-shadow: 0 6px 16px rgba(20,80,58,.25);
}

/* ═══════════════ PROPERTY DETAIL ═══════════════ */
.bb-detail { padding: 30px 0 90px; }
.bb-detail-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.bb-breadcrumb {
    display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
    font-size: .88rem; font-weight: 600;
    color: var(--bb-ink-soft);
    padding: 18px 0 26px;
}
.bb-breadcrumb a { color: var(--bb-green); text-decoration: none; }
.bb-breadcrumb a:hover { text-decoration: underline; }
.bb-breadcrumb i { font-size: .7rem; }

.bb-detail-grid {
    display: grid; grid-template-columns: 1.55fr 1fr;
    gap: 36px; align-items: start;
}
@media (max-width: 991px) { .bb-detail-grid { grid-template-columns: 1fr; } }

.bb-gallery-main {
    position: relative;
    border-radius: var(--bb-radius-lg);
    overflow: hidden;
    aspect-ratio: 16/10;
    background: var(--bb-green-tint);
    box-shadow: var(--bb-shadow);
}
.bb-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.bb-gallery-placeholder { border-radius: var(--bb-radius-lg); }
.bb-gallery-thumbs {
    display: flex; gap: 12px; margin-top: 14px;
    overflow-x: auto; padding-bottom: 6px;
}
.bb-thumb {
    width: 92px; height: 68px; object-fit: cover;
    border-radius: 12px; cursor: pointer;
    border: 3px solid transparent;
    opacity: .75;
    transition: all .25s;
    flex: 0 0 auto;
}
.bb-thumb:hover { opacity: 1; }
.bb-thumb.active { border-color: var(--bb-gold); opacity: 1; }

.bb-spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    margin-top: 26px;
}
.bb-spec {
    background: var(--bb-surface);
    border: 1px solid rgba(30,43,36,.07);
    border-radius: var(--bb-radius);
    padding: 16px 14px;
    display: flex; flex-direction: column; gap: 4px;
    text-align: center;
    transition: transform .25s, box-shadow .25s;
}
.bb-spec:hover { transform: translateY(-4px); box-shadow: var(--bb-shadow); }
.bb-spec i { color: var(--bb-green); font-size: 1.2rem; margin-bottom: 4px; }
.bb-spec-label { font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--bb-ink-soft); }
.bb-spec-value { font-weight: 800; font-size: .98rem; }

.bb-highlights { margin-top: 34px; }
.bb-highlights h3, .bb-detail-desc h3 {
    font-family: var(--bb-font-display);
    font-size: 1.3rem; margin: 0 0 16px;
}
.bb-highlights h3 i, .bb-detail-desc h3 i { color: var(--bb-gold-deep); margin-right: 8px; }
.bb-highlight-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.bb-highlight-tag {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--bb-green-tint); color: var(--bb-green-deep);
    font-weight: 700; font-size: .9rem;
    padding: 9px 17px; border-radius: 999px;
}
.bb-detail-desc { margin-top: 34px; line-height: 1.75; color: var(--bb-ink-soft); }
.bb-detail-desc h3 { color: var(--bb-ink); }

.bb-detail-side { position: sticky; top: 96px; }
.bb-price-card {
    background: var(--bb-surface);
    border: 1px solid rgba(30,43,36,.07);
    border-radius: var(--bb-radius-lg);
    box-shadow: var(--bb-shadow-lg);
    padding: 30px 28px;
}
.bb-price-card-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.bb-price-value {
    font-family: var(--bb-font-display);
    font-size: 2rem; font-weight: 700; color: var(--bb-green-deep);
}
.bb-price-nego {
    background: var(--bb-gold-tint); color: var(--bb-gold-deep);
    font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
    padding: 5px 12px; border-radius: 999px;
}
.bb-detail-title { font-family: var(--bb-font-display); font-size: 1.45rem; margin: 6px 0; line-height: 1.3; }
.bb-detail-tagline { color: var(--bb-ink-soft); margin: 0 0 12px; }
.bb-map-btn {
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 12px;
    color: var(--bb-green); font-weight: 700; font-size: .92rem;
    text-decoration: none;
}
.bb-map-btn:hover { text-decoration: underline; }
.bb-price-card-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.bb-price-card .bb-form-privacy { margin-top: 16px; }
.bb-similar { margin-top: 70px; }

/* ═══════════════ BLOG THEMING ═══════════════ */
.bb-blog-hero {
    position: relative; overflow: hidden;
    text-align: center;
    padding: 76px 24px 50px;
    background: var(--bb-bg);
}
.bb-blog-hero-content { position: relative; max-width: 720px; margin: 0 auto; }
.bb-blog-post-top { padding-top: 30px; }

.bb-blog-cta {
    margin: 50px auto 30px;
    max-width: 860px;
    padding: 0 20px;
}
.bb-blog-cta-inner {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 22px;
    background:
        radial-gradient(ellipse at 85% 20%, rgba(217,164,65,.25), transparent 55%),
        linear-gradient(140deg, var(--bb-green-deep), var(--bb-green));
    border-radius: var(--bb-radius-lg);
    padding: 34px 38px;
    color: #fff;
    box-shadow: var(--bb-shadow-lg);
}
.bb-blog-cta-copy h3 { font-family: var(--bb-font-display); font-size: 1.45rem; margin: 0 0 8px; color: #fff; }
.bb-blog-cta-copy p { margin: 0; color: rgba(255,255,255,.8); }
.bb-blog-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Odoo blog cosmetics on our palette */
#wrapwrap .o_wblog_post_page_cover { background-color: var(--bb-bg) !important; }

/* ═══════════════ MISC ═══════════════ */
::selection { background: var(--bb-gold); color: #142019; }
