/* BBP Premium v4.0 - Dunkelblau/Gold */
:root{--bbp-dark:#0F2747;--bbp-dark2:#0a1d36;--bbp-dark3:#162d4a;--bbp-gold:#C8A45D;--bbp-gold2:#b8913d;--bbp-white:#ffffff;--bbp-gray:#f4f6f9;--bbp-gray2:#e8ecf0;--bbp-text:#1a2332;--bbp-text2:#4a5568;--bbp-text3:#718096;--bbp-green:#10b981;--bbp-blue:#3b82f6;--bbp-shadow:0 4px 20px rgba(15,39,71,.12);--bbp-shadow2:0 8px 40px rgba(15,39,71,.18);--bbp-radius:14px;--bbp-radius2:10px;--bbp-trans:all .25s ease}
*{box-sizing:border-box}
.bbp-page-wrapper{min-height:60vh}
/* === HERO === */
.bbp-hero{background:linear-gradient(135deg,var(--bbp-dark2) 0%,var(--bbp-dark) 50%,#1a3a6b 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.bbp-hero::before{content:'';position:absolute;top:-50%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(200,164,93,.12) 0%,transparent 70%);pointer-events:none}
.bbp-hero::after{content:'';position:absolute;bottom:-30%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);pointer-events:none}
.bbp-hero-inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}
.bbp-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(200,164,93,.15);border:1px solid rgba(200,164,93,.3);color:var(--bbp-gold);padding:6px 16px;border-radius:50px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:20px}
.bbp-hero h1{font-size:clamp(28px,5vw,52px);font-weight:800;color:var(--bbp-white);line-height:1.15;margin:0 0 16px;letter-spacing:-.5px}
.bbp-hero h1 span{color:var(--bbp-gold)}
.bbp-hero-sub{font-size:clamp(15px,2vw,19px);color:rgba(255,255,255,.75);margin:0 0 36px;line-height:1.6}
/* === STATS === */
.bbp-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin:0 0 36px}
.bbp-stat{text-align:center;color:var(--bbp-white)}
.bbp-stat-num{font-size:32px;font-weight:800;color:var(--bbp-gold);line-height:1;display:block}
.bbp-stat-label{font-size:12px;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.5px;margin-top:4px}
/* === SEARCH === */
.bbp-search-wrap{background:rgba(255,255,255,.1);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:20px;max-width:780px;margin:0 auto}
.bbp-search-row{display:flex;gap:10px;flex-wrap:wrap}
.bbp-search-input-wrap{flex:1;position:relative;min-width:200px}
.bbp-search-input-wrap svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);opacity:.5}
.bbp-search-input-wrap input{width:100%;padding:14px 14px 14px 44px;border:2px solid rgba(255,255,255,.3);border-radius:12px;font-size:15px;background:rgba(255,255,255,.97);color:var(--bbp-text);outline:none;transition:var(--bbp-trans)}
.bbp-search-input-wrap input:focus{border-color:var(--bbp-gold);box-shadow:0 0 0 3px rgba(200,164,93,.2)}
.bbp-search-row select{padding:14px 18px;border:2px solid rgba(255,255,255,.3);border-radius:12px;font-size:14px;background:rgba(255,255,255,.97);color:var(--bbp-text);outline:none;cursor:pointer;min-width:150px;transition:var(--bbp-trans)}
.bbp-search-row select:focus{border-color:var(--bbp-gold)}
.bbp-btn-search{padding:14px 28px;background:var(--bbp-gold);color:var(--bbp-dark);border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;white-space:nowrap;transition:var(--bbp-trans)}
.bbp-btn-search:hover{background:var(--bbp-gold2);transform:translateY(-1px)}
/* === CTA BUTTONS === */
.bbp-hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}
.bbp-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--bbp-gold);color:var(--bbp-dark);border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;text-decoration:none;transition:var(--bbp-trans)}
.bbp-btn-primary:hover{background:var(--bbp-gold2);transform:translateY(-2px);box-shadow:0 8px 24px rgba(200,164,93,.4);color:var(--bbp-dark)}
.bbp-btn-outline{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;background:transparent;color:var(--bbp-white);border:2px solid rgba(255,255,255,.4);border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:var(--bbp-trans)}
.bbp-btn-outline:hover{border-color:var(--bbp-white);background:rgba(255,255,255,.1);color:var(--bbp-white)}
/* === DIRECTORY LAYOUT === */
.bbp-directory-section{padding:40px 0}
.bbp-directory-layout{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:start;max-width:1400px;margin:0 auto;padding:0 20px}
@media(max-width:900px){.bbp-directory-layout{grid-template-columns:1fr}}
/* === SIDEBAR === */
.bbp-sidebar{position:sticky;top:80px}
.bbp-sidebar-card{background:var(--bbp-white);border-radius:var(--bbp-radius);box-shadow:var(--bbp-shadow);padding:22px;margin-bottom:20px;border:1px solid var(--bbp-gray2)}
.bbp-sidebar-card h3{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--bbp-text3);margin:0 0 14px;display:flex;align-items:center;gap:6px}
.bbp-sidebar-card h3::before{content:'';display:inline-block;width:3px;height:14px;background:var(--bbp-gold);border-radius:2px}
.bbp-cat-list{list-style:none;margin:0;padding:0}
.bbp-cat-list li a{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:var(--bbp-radius2);color:var(--bbp-text);text-decoration:none;font-size:14px;transition:var(--bbp-trans)}
.bbp-cat-list li a:hover,.bbp-cat-list li a.active{background:linear-gradient(135deg,rgba(15,39,71,.06),rgba(200,164,93,.08));color:var(--bbp-dark)}
.bbp-cat-list li a.active{font-weight:600;color:var(--bbp-dark)}
.bbp-cat-count{background:var(--bbp-gray);color:var(--bbp-text3);font-size:11px;padding:2px 8px;border-radius:50px;font-weight:600}
.bbp-cat-list li a.active .bbp-cat-count{background:var(--bbp-gold);color:var(--bbp-dark)}
.bbp-sidebar-cta{background:linear-gradient(135deg,var(--bbp-dark),var(--bbp-dark3));color:var(--bbp-white);border-radius:var(--bbp-radius);padding:24px;margin-bottom:20px;text-align:center}
.bbp-sidebar-cta h3{color:var(--bbp-gold);font-size:14px;font-weight:700;margin:0 0 8px}
.bbp-sidebar-cta p{font-size:13px;color:rgba(255,255,255,.7);margin:0 0 16px;line-height:1.5}
.bbp-sidebar-cta .bbp-btn-primary{width:100%;justify-content:center;font-size:13px;padding:11px 16px}
/* === MAIN CONTENT === */
.bbp-main-content{}
.bbp-results-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:10px}
.bbp-results-count{font-size:14px;color:var(--bbp-text2);font-weight:500}
.bbp-results-count strong{color:var(--bbp-dark);font-weight:700}
.bbp-sort-wrap select{padding:9px 14px;border:1.5px solid var(--bbp-gray2);border-radius:var(--bbp-radius2);font-size:13px;background:var(--bbp-white);color:var(--bbp-text);outline:none;cursor:pointer}
/* === LISTING CARDS === */
.bbp-listings-grid{display:flex;flex-direction:column;gap:16px}
.bbp-card{background:var(--bbp-white);border-radius:var(--bbp-radius);box-shadow:var(--bbp-shadow);border:1.5px solid var(--bbp-gray2);transition:var(--bbp-trans);overflow:hidden;position:relative}
.bbp-card:hover{box-shadow:var(--bbp-shadow2);transform:translateY(-2px);border-color:rgba(200,164,93,.3)}
.bbp-card-premium{border-color:var(--bbp-gold);border-width:2px}
.bbp-card-premium::before{content:'PREMIUM';position:absolute;top:14px;right:14px;background:linear-gradient(135deg,var(--bbp-gold),var(--bbp-gold2));color:var(--bbp-dark);font-size:10px;font-weight:800;letter-spacing:.6px;padding:4px 10px;border-radius:50px}
.bbp-card-inner{display:flex;gap:18px;padding:20px 24px;align-items:flex-start}
@media(max-width:640px){.bbp-card-inner{flex-direction:column;gap:12px}}
.bbp-card-logo{width:68px;height:68px;border-radius:12px;background:linear-gradient(135deg,var(--bbp-dark),var(--bbp-dark3));display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;color:var(--bbp-gold);flex-shrink:0;overflow:hidden}
.bbp-card-logo img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.bbp-card-body{flex:1;min-width:0}
.bbp-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:6px;flex-wrap:wrap}
.bbp-card-title{font-size:17px;font-weight:700;color:var(--bbp-dark);text-decoration:none;display:block}
.bbp-card-title:hover{color:var(--bbp-gold)}
.bbp-card-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px;align-items:center}
.bbp-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:50px;font-size:11px;font-weight:600;letter-spacing:.2px}
.bbp-tag-cat{background:rgba(15,39,71,.08);color:var(--bbp-dark)}
.bbp-tag-loc{background:rgba(16,185,129,.1);color:#059669}
.bbp-tag-prem{background:linear-gradient(135deg,rgba(200,164,93,.15),rgba(200,164,93,.25));color:#92400e}
.bbp-card-desc{font-size:13.5px;color:var(--bbp-text2);line-height:1.6;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.bbp-card-actions{display:flex;gap:8px;flex-wrap:wrap}
.bbp-btn-sm{display:inline-flex;align-items:center;gap:5px;padding:8px 16px;border-radius:8px;font-size:12.5px;font-weight:600;text-decoration:none;transition:var(--bbp-trans);cursor:pointer;border:none}
.bbp-btn-profile{background:var(--bbp-dark);color:var(--bbp-white)}
.bbp-btn-profile:hover{background:var(--bbp-dark3);color:var(--bbp-white)}
.bbp-btn-website{background:var(--bbp-gold);color:var(--bbp-dark)}
.bbp-btn-website:hover{background:var(--bbp-gold2);color:var(--bbp-dark)}
.bbp-card-rating{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--bbp-text3)}
.bbp-stars{color:#f59e0b;letter-spacing:-1px}
/* === SINGLE LISTING === */
.bbp-single-cover{width:100%;height:260px;background:linear-gradient(135deg,var(--bbp-dark),var(--bbp-dark3));position:relative;overflow:hidden}
.bbp-single-cover img{width:100%;height:100%;object-fit:cover}
.bbp-single-cover-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,39,71,.7),transparent)}
.bbp-single-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.bbp-single-header{display:flex;gap:24px;align-items:flex-end;margin-top:-50px;position:relative;z-index:2;padding-bottom:24px;border-bottom:1px solid var(--bbp-gray2);flex-wrap:wrap}
.bbp-single-logo{width:100px;height:100px;border-radius:16px;background:var(--bbp-white);box-shadow:0 4px 20px rgba(15,39,71,.15);border:3px solid var(--bbp-white);display:flex;align-items:center;justify-content:center;font-size:38px;font-weight:800;color:var(--bbp-dark);flex-shrink:0;overflow:hidden}
.bbp-single-logo img{width:100%;height:100%;object-fit:cover;border-radius:13px}
.bbp-single-title-wrap{flex:1}
.bbp-single-title-wrap h1{font-size:clamp(22px,4vw,34px);font-weight:800;color:#ffffff;margin:0 0 8px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.bbp-single-badges{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.bbp-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:50px;font-size:12px;font-weight:600}
.bbp-badge-cat{background:rgba(15,39,71,.08);color:var(--bbp-dark)}
.bbp-badge-loc{background:rgba(16,185,129,.1);color:#059669}
.bbp-badge-prem{background:linear-gradient(135deg,var(--bbp-gold),var(--bbp-gold2));color:var(--bbp-dark)}
.bbp-badge-ver{background:rgba(59,130,246,.1);color:#1d4ed8}
.bbp-single-layout{display:grid;grid-template-columns:1fr 340px;gap:28px;margin-top:28px;align-items:start}
@media(max-width:900px){.bbp-single-layout{grid-template-columns:1fr}}
.bbp-section{background:var(--bbp-white);border-radius:var(--bbp-radius);box-shadow:var(--bbp-shadow);border:1.5px solid var(--bbp-gray2);padding:28px;margin-bottom:24px}
.bbp-section h2{font-size:17px;font-weight:700;color:var(--bbp-dark);margin:0 0 18px;display:flex;align-items:center;gap:10px;padding-bottom:14px;border-bottom:1.5px solid var(--bbp-gray2)}
.bbp-section h2::before{content:'';display:inline-block;width:4px;height:18px;background:linear-gradient(to bottom,var(--bbp-gold),var(--bbp-gold2));border-radius:2px}
.bbp-section p{color:var(--bbp-text2);line-height:1.75;font-size:15px;margin:0 0 12px}
/* Gallery */
.bbp-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-top:4px}
.bbp-gallery-item{border-radius:10px;overflow:hidden;aspect-ratio:4/3;cursor:pointer;transition:var(--bbp-trans)}
.bbp-gallery-item:hover{transform:scale(1.03)}
.bbp-gallery-item img{width:100%;height:100%;object-fit:cover}
/* Video */
.bbp-video-wrap{position:relative;padding-bottom:56.25%;height:0;border-radius:var(--bbp-radius2);overflow:hidden;background:var(--bbp-dark)}
.bbp-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}
/* Opening Hours */
.bbp-hours-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}
.bbp-hours-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:var(--bbp-gray);border-radius:var(--bbp-radius2);font-size:13.5px}
.bbp-hours-day{font-weight:600;color:var(--bbp-dark)}
.bbp-hours-time{color:var(--bbp-text2)}
.bbp-hours-open{color:var(--bbp-green);font-weight:600}
.bbp-hours-closed{color:#ef4444}
/* Sidebar contact */
.bbp-contact-card{background:var(--bbp-white);border-radius:var(--bbp-radius);box-shadow:var(--bbp-shadow);border:1.5px solid var(--bbp-gray2);padding:24px;margin-bottom:20px}
.bbp-contact-card h3{font-size:13px;font-weight:700;color:var(--bbp-dark);text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;display:flex;align-items:center;gap:6px}
.bbp-contact-card h3::before{content:'';width:3px;height:14px;background:var(--bbp-gold);border-radius:2px;display:inline-block}
.bbp-contact-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--bbp-gray2);font-size:14px;color:var(--bbp-text2)}
.bbp-contact-item:last-child{border-bottom:none}
.bbp-contact-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,rgba(15,39,71,.08),rgba(200,164,93,.1));display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}
.bbp-contact-item a{color:var(--bbp-dark);font-weight:500;text-decoration:none}
.bbp-contact-item a:hover{color:var(--bbp-gold)}
.bbp-cta-card{background:linear-gradient(135deg,var(--bbp-dark),var(--bbp-dark3));border-radius:var(--bbp-radius);padding:24px;margin-bottom:20px;text-align:center;color:var(--bbp-white)}
.bbp-cta-card h3{color:var(--bbp-gold);font-size:15px;font-weight:700;margin:0 0 8px}
.bbp-cta-card p{font-size:13px;color:rgba(255,255,255,.7);margin:0 0 16px;line-height:1.5}
.bbp-cta-card .bbp-btn-primary{width:100%;justify-content:center}
/* === FAQ === */
.bbp-faq-item{border:1.5px solid var(--bbp-gray2);border-radius:var(--bbp-radius2);margin-bottom:10px;overflow:hidden}
.bbp-faq-question{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;font-weight:600;font-size:14px;color:var(--bbp-dark);transition:var(--bbp-trans);user-select:none}
.bbp-faq-question:hover{background:var(--bbp-gray)}
.bbp-faq-question.active{background:linear-gradient(135deg,rgba(15,39,71,.04),rgba(200,164,93,.06));color:var(--bbp-dark)}
.bbp-faq-icon{width:24px;height:24px;border-radius:50%;background:var(--bbp-gray2);display:flex;align-items:center;justify-content:center;font-size:16px;transition:var(--bbp-trans);flex-shrink:0}
.bbp-faq-question.active .bbp-faq-icon{background:var(--bbp-gold);color:var(--bbp-dark);transform:rotate(45deg)}
.bbp-faq-answer{display:none;padding:0 20px 16px;font-size:14px;color:var(--bbp-text2);line-height:1.7}
.bbp-faq-answer.open{display:block}
/* === REVIEWS === */
.bbp-review-summary{display:flex;gap:24px;align-items:center;margin-bottom:24px;padding:20px;background:var(--bbp-gray);border-radius:var(--bbp-radius2);flex-wrap:wrap}
.bbp-review-score{text-align:center}
.bbp-review-score .big{font-size:52px;font-weight:800;color:var(--bbp-dark);line-height:1}
.bbp-review-score .stars-big{font-size:24px;color:#f59e0b;letter-spacing:2px}
.bbp-review-score .cnt{font-size:13px;color:var(--bbp-text3)}
.bbp-review-bars{flex:1;min-width:200px}
.bbp-bar-row{display:flex;align-items:center;gap:10px;margin-bottom:6px;font-size:12px}
.bbp-bar-label{width:40px;color:var(--bbp-text3)}
.bbp-bar-track{flex:1;height:6px;background:var(--bbp-gray2);border-radius:3px;overflow:hidden}
.bbp-bar-fill{height:100%;background:var(--bbp-gold);border-radius:3px;transition:width .6s ease}
.bbp-bar-count{width:30px;text-align:right;color:var(--bbp-text3)}
.bbp-review-card{border:1.5px solid var(--bbp-gray2);border-radius:var(--bbp-radius2);padding:18px;margin-bottom:12px;transition:var(--bbp-trans)}
.bbp-review-card:hover{border-color:rgba(200,164,93,.3)}
.bbp-review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;flex-wrap:wrap;gap:8px}
.bbp-reviewer{display:flex;align-items:center;gap:10px}
.bbp-reviewer-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--bbp-dark),var(--bbp-dark3));color:var(--bbp-gold);font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center}
.bbp-reviewer-name{font-weight:600;font-size:14px;color:var(--bbp-dark)}
.bbp-review-date{font-size:12px;color:var(--bbp-text3)}
.bbp-review-text{font-size:14px;color:var(--bbp-text2);line-height:1.65}
.bbp-review-form{background:var(--bbp-gray);border-radius:var(--bbp-radius2);padding:20px;margin-top:16px}
.bbp-review-form h4{font-size:14px;font-weight:700;color:var(--bbp-dark);margin:0 0 14px}
.bbp-star-select{display:flex;gap:4px;margin-bottom:12px;cursor:pointer;font-size:28px}
.bbp-star-select span{color:var(--bbp-gray2);transition:color .15s}
.bbp-star-select span.active,.bbp-star-select span:hover{color:#f59e0b}
/* === SOCIAL ICONS === */
.bbp-social-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}
.bbp-social-link{width:38px;height:38px;border-radius:8px;background:var(--bbp-gray);color:var(--bbp-text2);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:16px;transition:var(--bbp-trans);border:1.5px solid var(--bbp-gray2)}
.bbp-social-link:hover{background:var(--bbp-dark);color:var(--bbp-white);border-color:transparent;transform:translateY(-2px)}
/* === MAP === */
.bbp-map-wrap{border-radius:var(--bbp-radius2);overflow:hidden;height:220px;background:var(--bbp-gray);margin-top:4px}
.bbp-map-wrap iframe{width:100%;height:100%;border:none}
/* === BREADCRUMB === */
.bbp-breadcrumb{padding:12px 20px;font-size:13px;color:var(--bbp-text3);max-width:1200px;margin:0 auto}
.bbp-breadcrumb a{color:var(--bbp-text3);text-decoration:none}
.bbp-breadcrumb a:hover{color:var(--bbp-gold)}
.bbp-breadcrumb span{margin:0 6px;opacity:.4}
/* === SIMILAR === */
.bbp-similar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}
/* === FORM === */
.bbp-form-wrap{max-width:720px;margin:0 auto;padding:40px 20px}
.bbp-form-box{background:var(--bbp-white);border-radius:var(--bbp-radius);box-shadow:var(--bbp-shadow2);border:1.5px solid var(--bbp-gray2);padding:40px}
.bbp-form-box h2{font-size:22px;font-weight:700;color:var(--bbp-dark);margin:0 0 6px}
.bbp-step-bar{display:flex;gap:0;margin-bottom:30px}
.bbp-step{flex:1;padding:10px 6px;text-align:center;font-size:12px;font-weight:600;border-bottom:3px solid var(--bbp-gray2);color:var(--bbp-text3);transition:var(--bbp-trans)}
.bbp-step.active{border-bottom-color:var(--bbp-gold);color:var(--bbp-gold)}
.bbp-step.done{border-bottom-color:var(--bbp-green);color:var(--bbp-green)}
.bbp-form-group{margin-bottom:18px}
.bbp-form-group label{display:block;font-size:13px;font-weight:600;color:var(--bbp-dark);margin-bottom:6px}
.bbp-form-group input,.bbp-form-group textarea,.bbp-form-group select{width:100%;padding:12px 14px;border:1.5px solid var(--bbp-gray2);border-radius:var(--bbp-radius2);font-size:14px;color:var(--bbp-text);outline:none;transition:var(--bbp-trans);background:var(--bbp-white)}
.bbp-form-group input:focus,.bbp-form-group textarea:focus,.bbp-form-group select:focus{border-color:var(--bbp-gold);box-shadow:0 0 0 3px rgba(200,164,93,.15)}
/* === STICKY CTA === */
.bbp-sticky-cta{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:10px}
.bbp-sticky-cta a{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:var(--bbp-trans);text-decoration:none}
.bbp-sticky-cta a:hover{transform:scale(1.1)}
.bbp-whatsapp-btn{background:#25d366}
.bbp-cta-add-btn{background:var(--bbp-gold);color:var(--bbp-dark)}
/* === NO RESULTS === */
.bbp-no-results{text-align:center;padding:60px 20px;color:var(--bbp-text3)}
.bbp-no-results svg{margin-bottom:16px;opacity:.3}
.bbp-no-results h3{font-size:18px;color:var(--bbp-text2);margin:0 0 8px}
/* === MOBILE === */
@media(max-width:640px){.bbp-hero{padding:50px 16px 40px}.bbp-search-wrap{padding:14px}.bbp-search-row{flex-direction:column}.bbp-stats{gap:24px}.bbp-stat-num{font-size:26px}.bbp-card-inner{padding:16px}.bbp-single-cover{height:180px}.bbp-single-logo{width:80px;height:80px;font-size:30px}.bbp-single-header{margin-top:-40px;padding-bottom:16px}.bbp-directory-layout{padding:0 12px}.bbp-section{padding:18px}.bbp-sticky-cta{bottom:16px;right:16px}}
