*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f8faf9;color:#1a1a1a;line-height:1.5}.bd-hero{background:linear-gradient(135deg,#0f4c2d,#1a6b42 50%,#228b5b);padding:48px 24px 32px;position:relative;overflow:hidden}.bd-hero:before{top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%)}.bd-hero:after,.bd-hero:before{content:"";position:absolute;pointer-events:none}.bd-hero:after{bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.05) 0,transparent 70%)}.bd-hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.bd-hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500;color:white;margin-bottom:16px}.bd-hero-title{font-size:36px;font-weight:800;color:white;margin-bottom:12px;letter-spacing:-.5px}.bd-hero-accent{color:#fde047;position:relative;display:inline-block}.bd-hero-accent:after{content:"";position:absolute;bottom:-2px;left:-15px;right:-15px;height:2px;background:linear-gradient(90deg,transparent,#fde047 20%,#fde047 80%,transparent);border-radius:2px}.bd-hero-subtitle{font-size:16px;color:rgba(255,255,255,.85);max-width:600px;margin-bottom:24px}.bd-search-bar{display:flex;gap:12px;background:white;padding:8px;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.15);max-width:800px}.bd-search-field{flex:1 1;display:flex;align-items:center;gap:12px;padding:16px 18px;background:#eef2f0;border:1px solid #e0e6e3;border-radius:12px;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.bd-search-field:focus-within{background:white;border-color:#1c5235;box-shadow:0 0 0 3px rgba(28,82,53,.12)}.bd-search-field svg{width:20px;height:20px;color:#1c5235;flex-shrink:0}.bd-search-field input{flex:1 1;border:none;background:none;font-size:16px;font-weight:500;color:#0f172a;outline:none}.bd-search-field input::placeholder{color:#9ca3af}.bd-search-divider{width:1px;background:#e5e7eb;margin:8px 0}.bd-search-btn{display:flex;align-items:center;gap:8px;padding:12px 18px;background:linear-gradient(135deg,#1c5235,#228b5b);color:white;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.bd-search-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(28,82,53,.3)}.bd-search-btn svg{width:18px;height:18px}.bd-search-actions{display:flex;gap:6px;flex-shrink:0}.bd-signup-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;background:white;color:#1c5235;border:2px solid #1c5235;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;white-space:nowrap}.bd-signup-btn:hover{background:#f0fdf4;transform:translateY(-1px);box-shadow:0 4px 12px rgba(28,82,53,.18)}.bd-category-section{background:white;border-bottom:1px solid #e5e7eb;padding:0 24px;position:-webkit-sticky;position:sticky;top:80px;z-index:50}.bd-category-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:8px;overflow-x:auto;padding:16px 0;scrollbar-width:none}.bd-category-container::-webkit-scrollbar{display:none}.bd-category-tab{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#f5f7f6;border:1px solid transparent;border-radius:100px;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer;white-space:nowrap;transition:all .2s}.bd-category-tab:hover{background:#e8f5ed;color:#1c5235}.bd-category-tab.active{background:#1c5235;color:white;border-color:#1c5235}.bd-category-tab svg{width:16px;height:16px}.bd-category-tab .count{background:rgba(0,0,0,.1);padding:2px 8px;border-radius:10px;font-size:12px}.bd-category-tab.active .count{background:rgba(255,255,255,.2)}.bd-main-content{max-width:1200px;margin:0 auto;padding:24px}.bd-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.bd-results-count{font-size:14px;color:#6b7280}.bd-results-count strong{color:#1a1a1a;font-weight:600}.bd-view-controls{display:flex;align-items:center;gap:12px}.bd-sort-select{padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#4b5563;background:white;cursor:pointer}.bd-view-toggle{display:flex;background:#f5f7f6;border-radius:8px;padding:4px}.bd-view-btn{padding:8px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s}.bd-view-btn.active{background:white;color:#1c5235;box-shadow:0 1px 3px rgba(0,0,0,.1)}.bd-view-btn svg{width:18px;height:18px}.bd-business-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));grid-gap:20px;gap:20px}.bd-business-grid.list-view{grid-template-columns:1fr;gap:14px}.bd-business-card.list{display:grid;grid-template-columns:220px 1fr;align-items:stretch}.bd-business-card.list .bd-card-image{height:100%;min-height:180px}.bd-business-card.list .bd-card-content{padding:18px 22px;display:flex;flex-direction:column;gap:6px;min-width:0}.bd-business-card.list .bd-card-description{-webkit-line-clamp:3;line-clamp:3}.bd-business-card.list .bd-featured-badge{top:12px;left:12px}@media (max-width:767px){.bd-view-toggle{display:none}.bd-business-card.list{grid-template-columns:1fr}.bd-business-card.list .bd-card-image{height:140px;min-height:140px}.bd-business-card.list .bd-card-content{padding:16px 18px}}.bd-business-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:all .25s ease;cursor:pointer;position:relative;color:inherit;text-decoration:none;display:block}.bd-business-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.bd-business-card.featured{border:2px solid #f59e0b}.bd-featured-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:white;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:4px;z-index:10}.bd-card-image{height:140px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.bd-card-image img{width:100%;height:100%;object-fit:cover}.bd-card-image-placeholder{width:56px;height:56px;background:white;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.08)}.bd-card-image-placeholder svg{width:24px;height:24px;color:#94a3b8}.bd-card-content{padding:16px 18px 18px}.bd-card-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.bd-card-logo-inline{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#1c5235,#2d8659);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.bd-card-logo-inline img{width:100%;height:100%;object-fit:cover}.bd-card-logo-text{font-size:15px;font-weight:700;color:white}.bd-card-header-text{flex:1 1;min-width:0}.bd-card-title{font-size:16px;font-weight:700;color:#1a1a1a;margin:0;display:flex;align-items:center;gap:6px;line-height:1.3}.bd-card-verified{display:flex;align-items:center;gap:4px;color:#10b981;font-size:12px;font-weight:500}.bd-card-verified svg{width:14px;height:14px}.bd-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.bd-card-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#f0fdf4;color:#166534;border-radius:6px;font-size:12px;font-weight:500}.bd-card-tag.emergency{background:#fef2f2;color:#dc2626}.bd-card-tag svg{width:12px;height:12px}.bd-card-description{font-size:14px;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;min-width:0;margin-bottom:16px;line-height:1.5}.bd-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f3f4f6}.bd-card-location{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.bd-card-location svg{width:14px;height:14px;color:#9ca3af}.bd-card-actions{display:flex;align-items:center;gap:10px}.bd-card-rating{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#0f172a;font-weight:500}.bd-card-rating svg{color:#fbbf24;width:14px;height:14px}.bd-card-rating strong{font-weight:700}.bd-card-rating-count{color:#6b7280;font-weight:500}.bd-card-rating.muted svg{color:#d1d5db}.bd-card-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.bd-card-btn svg{width:16px;height:16px}.bd-card-btn.primary{background:#1c5235;color:white}.bd-card-btn.primary:hover{background:#164028}.bd-card-btn.secondary{background:#f5f7f6;color:#4b5563}.bd-card-btn.secondary:hover{background:#e8f5ed;color:#1c5235}.bd-cta-section{background:linear-gradient(135deg,#0f4c2d,#1a6b42);border-radius:20px;padding:40px;margin-top:40px;display:flex;justify-content:space-between;align-items:center;gap:24px}.bd-cta-content h3{font-size:24px;font-weight:700;color:white;margin-bottom:8px}.bd-cta-content p{color:rgba(255,255,255,.8);font-size:15px}.bd-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:white;color:#1c5235;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;white-space:nowrap}.bd-cta-btn:hover{transform:scale(1.02);box-shadow:0 8px 20px rgba(0,0,0,.2)}@media (max-width:768px){.bd-hero{padding:32px 16px 24px}.bd-hero-title{font-size:28px}.bd-hero-subtitle,.bd-hero-title{text-align:center}.bd-hero-subtitle{margin-left:auto;margin-right:auto}.bd-search-bar{flex-direction:column;gap:8px}.bd-search-actions{width:100%}.bd-search-actions .bd-search-btn,.bd-search-actions .bd-signup-btn{flex:1 1;justify-content:center}.bd-search-divider{display:none}.bd-business-grid{grid-template-columns:1fr}.bd-cta-section{flex-direction:column;text-align:center;padding:32px 24px}.bd-results-header{flex-direction:column;gap:12px;align-items:stretch}.bd-view-controls{width:100%;justify-content:space-between}.bd-filter-btn{margin-left:auto}}.bd-page-header{background:white;border-bottom:1px solid #e2e8f0;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:50}.bd-page-logo{font-size:18px;font-weight:800;color:#1c5235;text-decoration:none;letter-spacing:-.5px}.bd-page-cta{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#1c5235;color:white;border-radius:8px;text-decoration:none;font-size:13px;font-weight:600}.bd-page-cta:hover{background:#154128}@media (max-width:480px){.bd-page-header{padding:10px 16px}.bd-page-cta{font-size:12px;padding:7px 12px}}.bd-filter-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:white;border:1px solid #cbd5e1;border-radius:8px;font-size:13px;font-weight:500;color:#475569;cursor:pointer;position:relative}.bd-filter-btn:hover{background:#f8fafc;border-color:#94a3b8}.bd-filter-badge{background:#1c5235;color:white;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex}.bd-filter-badge,.bd-sheet-overlay{align-items:center;justify-content:center}.bd-sheet-overlay{position:fixed;inset:0;background:rgba(15,23,42,.5);display:flex;z-index:100;padding:20px}.bd-sheet{background:white;border-radius:12px;width:100%;max-width:480px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 20px 40px rgba(0,0,0,.2)}.bd-sheet-handle{display:none}.bd-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e2e8f0}.bd-sheet-header h2{font-size:18px;font-weight:700;color:#1e293b;margin:0}.bd-sheet-close{background:none;border:none;color:#64748b;cursor:pointer;font-size:18px;padding:4px 8px;border-radius:6px}.bd-sheet-close:hover{background:#f1f5f9;color:#1e293b}.bd-sheet-body{padding:20px 24px;overflow-y:auto;flex:1 1}.bd-sheet-section{margin-bottom:20px}.bd-sheet-section:last-child{margin-bottom:0}.bd-sheet-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:8px}.bd-sheet-toggle-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;color:#1e293b;cursor:pointer}.bd-sheet-toggle-row input[type=checkbox]{width:18px;height:18px;accent-color:#1c5235;cursor:pointer}.bd-sheet-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.bd-sheet-chip{padding:8px 14px;font-size:13px;font-weight:500;background:white;border:1px solid #cbd5e1;color:#1e293b;border-radius:999px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.bd-sheet-chip:hover{background:#f1f5f9}.bd-sheet-chip.active{background:#1c5235;border-color:#1c5235;color:white}.bd-sheet-slider{width:100%;accent-color:#1c5235;margin:8px 0 4px}.bd-sheet-slider-meta{font-size:13px;color:#1c5235;font-weight:600}.bd-sheet-footer{display:flex;justify-content:flex-end;gap:8px;padding:16px 24px;border-top:1px solid #e2e8f0;background:#f8fafc;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.bd-sheet-btn{flex:1 1;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;border:none;cursor:pointer}.bd-sheet-btn.primary{background:#1c5235;color:white}.bd-sheet-btn.primary:hover{background:#154128}.bd-sheet-btn.secondary{background:white;color:#475569;border:1px solid #cbd5e1}.bd-sheet-btn.secondary:hover{background:#f1f5f9}.bd-empty-state{text-align:center;padding:60px 24px;color:#64748b}.bd-empty-state svg{color:#cbd5e1;margin-bottom:16px}.bd-empty-state h3{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 8px}.bd-empty-state p{margin-bottom:16px}.bd-empty-cta{background:#1c5235;color:white;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.bd-empty-cta:hover{background:#154128}@media (max-width:767px){.bd-sheet-overlay{align-items:flex-end;padding:0 0 calc(72px + env(safe-area-inset-bottom, 0px))}.bd-sheet{width:100%;max-width:none;border-radius:20px 20px 0 0;max-height:calc(88vh - 72px - env(safe-area-inset-bottom, 0px));animation:bd-sheet-up .22s ease-out}.bd-sheet-handle{display:block;width:36px;height:4px;background:#cbd5e1;border-radius:999px;margin:12px auto 8px}@keyframes bd-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.bd-active-chips{background:white;padding:8px 24px 12px;display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;border-bottom:1px solid #f1f5f9}.bd-active-chips::-webkit-scrollbar{display:none}.bd-active-chip{flex-shrink:0;background:#dbeafe;color:#1e40af;padding:6px 10px 6px 12px;border:none;border-radius:999px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.bd-active-chip:hover{background:#bfdbfe}.bd-chip-x{background:rgba(30,64,175,.15);width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:10px}.bd-active-chip.clear{background:transparent;color:#475569}.bd-active-chip.clear:hover{background:#f1f5f9}.bd-sticky-sentinel{height:1px}.bd-sticky-search{position:fixed;top:0;left:0;right:0;background:white;border-bottom:1px solid #e2e8f0;padding:10px 12px;display:flex;gap:8px;align-items:center;z-index:30;transform:translateY(-100%);transition:transform .22s ease-out;box-shadow:0 2px 8px rgba(0,0,0,.06)}.bd-sticky-search.visible{transform:translateY(0)}.bd-sticky-pill{flex:1 1;background:#f1f5f9;border:none;border-radius:999px;padding:10px 14px;display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;cursor:pointer;text-align:left}.bd-sticky-pill:hover{background:#e2e8f0}.bd-sticky-filter{width:40px;height:40px;background:#1c5235;color:white;border:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;position:relative;flex-shrink:0}.bd-sticky-filter:hover{background:#154128}.bd-sticky-filter-badge{position:absolute;top:-3px;right:-3px;background:#ef4444;color:white;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.bd-hero{padding-top:100px}.bd-category-section{top:100px}}@media (max-width:480px){.bd-hero{padding-top:70px}.bd-category-section{top:70px}}.bd-seo-section{background:white;border-top:1px solid #e2e8f0;padding:32px 20px 48px}.bd-seo-inner{max-width:720px;margin:0 auto}.bd-seo-h2{font-size:20px;font-weight:700;color:#1e293b;margin:24px 0 10px;letter-spacing:-.01em}.bd-seo-h2:first-child{margin-top:0}.bd-seo-section p{font-size:15px;line-height:1.65;color:#334155;margin-bottom:12px}.bd-faq-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.bd-faq-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px}.bd-faq-item summary{font-size:15px;font-weight:600;color:#1e293b;cursor:pointer;list-style:none;position:relative;padding-right:24px}.bd-faq-item summary::-webkit-details-marker{display:none}.bd-faq-item summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:18px;font-weight:400;color:#94a3b8;transition:transform .15s}.bd-faq-item[open] summary:after{content:"−";color:#1c5235}.bd-faq-item p{margin:8px 0 0;font-size:14px;line-height:1.6;color:#475569}@media (max-width:480px){.bd-seo-section{padding:24px 16px 32px}.bd-seo-h2{font-size:18px}.bd-faq-item p,.bd-faq-item summary,.bd-seo-section p{font-size:14px}}