/* Full-page dark shell (wrapper is parent of .bd-page, not child) */
body:has(.bd-page),
body:has(.bd-page) .aiz-main-wrapper {
    background: #060a10 !important;
}

.bd-page { background: #060a10; min-height: 100vh; color: #e2e8f0; }

.bd-hero {
    padding: 96px 0 40px;
    text-align: center;
    background: linear-gradient(135deg, #070b11 0%, #0d1623 55%, rgba(0, 148, 236, 0.12) 100%);
}
.bd-kicker {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.75rem;
}
.bd-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 2.8rem);
    color: #fff;
    margin-bottom: 0.75rem;
}
.bd-hero h1 span { color: #38bdf8; }
.bd-lead {
    max-width: 680px;
    margin: 0 auto 0.75rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.05rem;
    line-height: 1.6;
}
.bd-count { color: rgba(255, 255, 255, 0.45); font-size: 0.88rem; }

.bd-filters { padding: 0 0 24px; }
.bd-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    margin-bottom: 16px;
}
.bd-filter-field label {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.35rem;
}
.bd-select {
    min-width: 200px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
}
.bd-filter-actions { display: flex; flex-wrap: wrap; gap: 8px; }

.bd-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.bd-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-size: 0.82rem;
    transition: all 0.2s ease;
}
.bd-chip:hover,
.bd-chip.is-active {
    background: rgba(56, 189, 248, 0.15);
    border-color: rgba(56, 189, 248, 0.45);
    color: #fff;
}

.bd-list { padding: 8px 0 72px; }
.bd-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}
.bd-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.bd-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.bd-card-clickable:hover,
.bd-card-link:focus-visible .bd-card {
    border-color: rgba(56, 189, 248, 0.45);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.bd-card-top { display: flex; gap: 12px; align-items: flex-start; position: relative; }
.bd-card-chevron {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.35);
    font-size: 1.2rem;
    line-height: 1;
    padding-top: 4px;
}
.bd-card-detail-hint { pointer-events: none; opacity: 0.85; }
.bd-logo-box {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #fff;
    padding: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}
.bd-logo-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}
.bd-logo-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.06);
}
.bd-card-head h2 {
    font-size: 1.02rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.3;
}
.bd-location,
.bd-distance {
    margin: 0;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
}
.bd-distance { color: #38bdf8; }

.bd-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.bd-badge {
    font-size: 0.68rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.25);
    color: #bae6fd;
}

.bd-desc {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.5;
}

.bd-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.bd-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    padding: 0.55rem 0.9rem;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.bd-btn-primary { background: #0284c7; color: #fff; }
.bd-btn-wa { background: #16a34a; color: #fff; }
.bd-btn-ghost {
    background: rgba(56, 189, 248, 0.12);
    color: #e0f2fe;
    border: 1px solid rgba(56, 189, 248, 0.35);
}
.bd-btn-muted {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.bd-empty {
    text-align: center;
    padding: 48px 16px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.65);
}
.bd-empty i { font-size: 2.4rem; color: #38bdf8; margin-bottom: 12px; display: block; }
.bd-empty h2 { color: #fff; font-size: 1.2rem; margin-bottom: 8px; }
.bd-empty p { max-width: 520px; margin: 0 auto 10px; line-height: 1.55; }
.bd-empty-hint { font-size: 0.85rem; color: rgba(255, 255, 255, 0.45) !important; }
.bd-empty-link { color: #38bdf8; text-decoration: underline; }

.bd-preview-banner { padding: 0 0 8px; }
.bd-preview-banner-inner {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #e0f2fe;
    font-size: 0.88rem;
    line-height: 1.5;
}
.bd-preview-banner-inner i { font-size: 1.35rem; color: #38bdf8; flex-shrink: 0; margin-top: 2px; }
.bd-preview-banner-inner strong { color: #fff; }

.bd-card-preview {
    border-color: rgba(56, 189, 248, 0.45);
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.15);
    position: relative;
}
.bd-preview-tag {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.18);
    color: #7dd3fc;
    align-self: flex-start;
}

.bd-pagination { margin-top: 28px; }
.bd-pagination .pagination { justify-content: center; }
.bd-pagination .page-link {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
}
.bd-pagination .page-item.active .page-link {
    background: #0284c7;
    border-color: #0284c7;
}

@media (max-width: 640px) {
    .bd-filter-row { flex-direction: column; align-items: stretch; }
    .bd-select { width: 100%; }
}

/* ── Detay sayfası ── */
.bd-detail-page .bd-detail-hero { padding: 96px 0 32px; }
.bd-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}
.bd-breadcrumb a { color: #7dd3fc; text-decoration: none; }
.bd-breadcrumb a:hover { text-decoration: underline; }
.bd-detail-preview-note { margin-bottom: 20px; }
.bd-detail-head {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 24px;
}
.bd-detail-logo.bd-logo-box {
    width: 88px;
    height: 88px;
    border-radius: 18px;
    padding: 8px;
}
.bd-detail-head-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.1rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.25;
}
.bd-detail-desc {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    max-width: 720px;
}
.bd-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.bd-btn-lg { padding: 0.7rem 1.1rem; font-size: 0.88rem; }
.bd-detail-map,
.bd-detail-address,
.bd-detail-hours,
.bd-detail-services,
.bd-detail-back {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.bd-detail-map h2,
.bd-detail-address h2,
.bd-detail-hours h2,
.bd-detail-services h2 {
    font-size: 1rem;
    color: #fff;
    margin: 0 0 14px;
}
.bd-map-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    aspect-ratio: 16 / 9;
    background: rgba(255, 255, 255, 0.03);
}
.bd-map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.bd-map-link { margin-top: 10px; font-size: 0.85rem; }
.bd-map-link a { color: #7dd3fc; }
.bd-hours-table {
    width: 100%;
    max-width: 420px;
    border-collapse: collapse;
}
.bd-hours-table th,
.bd-hours-table td {
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    text-align: left;
    font-size: 0.88rem;
}
.bd-hours-table th { color: rgba(255, 255, 255, 0.55); font-weight: 600; width: 42%; }
.bd-hours-table td { color: #e2e8f0; }
.bd-hours-table tr.is-closed td { color: rgba(255, 255, 255, 0.4); }
.bd-service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.bd-service-list li {
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.82);
}
.bd-detail-back { padding-bottom: 72px; }

@media (max-width: 640px) {
    .bd-detail-head { flex-direction: column; }
    .bd-detail-logo.bd-logo-box { width: 72px; height: 72px; }
}
