/* İş Merkezi profil — modern, sade, kart tabanlı arayüz */

.bc-site {
    --bc-accent: var(--c-primary, #0f766e);
    --bc-accent-soft: var(--c-primary-l, #f0fdfa);
    --bc-border: #e6eaf0;
    --bc-border-strong: #cbd5e1;
    --bc-muted: var(--text-muted, #64748b);
    --bc-text: var(--text, #0f172a);
    --bc-sale: #dc2626;
    --bc-rent: #16a34a;
    --bc-rail-w: 356px;
    --bc-gutter: 8px;
    --bc-r-lg: 22px;
    --bc-r-md: 16px;
    --bc-r-sm: 12px;
    --bc-shadow-xs: 0 1px 2px rgba(15,23,42,.05);
    --bc-shadow-sm: 0 2px 10px rgba(15,23,42,.05);
    --bc-shadow-md: 0 10px 30px rgba(15,23,42,.07);
    --bc-shadow-lg: 0 24px 56px rgba(15,23,42,.12);
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Sol içerik + sağ sticky sidebar */
.bc-site__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--bc-rail-w);
    gap: 22px 24px;
    align-items: start;
    margin-top: 22px;
}

.bc-media {
    margin-bottom: 0;
}

.bc-site__primary {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bc-site__rail {
    position: sticky;
    top: calc(var(--header-h, 72px) + 16px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    z-index: 5;
}

@media (max-width: 960px) {
    .bc-site__layout {
        grid-template-columns: 1fr;
    }
    .bc-site__rail {
        position: static;
        max-width: 460px;
    }
}

.bc-site__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
    margin: 0 0 14px;
}

.bc-site__back {
    margin: 0;
    font-size: 13px;
}

.bc-site__back a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--bc-muted);
    font-weight: 700;
    text-decoration: none;
    transition: color .15s ease;
}

.bc-site__back a:hover { color: var(--bc-accent); }

.bc-site__toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bc-site__action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid var(--bc-border-strong);
    border-radius: 999px;
    background: #fff;
    color: var(--bc-text);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.bc-site__action-btn:hover {
    border-color: var(--bc-accent);
    color: var(--bc-accent);
    box-shadow: var(--bc-shadow-xs);
    transform: translateY(-1px);
}

.bc-site__action-btn--map {
    background: var(--bc-accent);
    border-color: var(--bc-accent);
    color: #fff;
}

.bc-site__action-btn--map:hover {
    background: var(--primary-dark, #0d5f58);
    border-color: var(--primary-dark, #0d5f58);
    color: #fff;
    transform: translateY(-1px);
}

.bc-share {
    position: relative;
    display: inline-flex;
}

.bc-share__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    min-width: 208px;
    padding: 6px;
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-r-sm);
    background: #fff;
    box-shadow: var(--bc-shadow-lg);
}

.bc-share__menu[hidden] { display: none; }

.bc-share__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 11px;
    border: 0;
    border-radius: 9px;
    background: none;
    color: var(--bc-text);
    font: inherit;
    font-size: 13px;
    font-weight: 650;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    transition: background .12s ease;
}

.bc-share__item:hover { background: #f1f5f9; }

.bc-share__item--whatsapp { color: #25d366; }
.bc-share__item--whatsapp svg { color: #25d366; }

/* Hero — kapak görselli */
.bc-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: clamp(260px, 38vw, 420px);
    margin-bottom: 18px;
    border-radius: var(--bc-r-lg);
    overflow: hidden;
    background:
        linear-gradient(150deg, #0b1220 0%, var(--c-primary-d, #134e4a) 62%, var(--bc-accent) 130%);
    color: #fff;
    box-shadow: var(--bc-shadow-md);
}

.bc-hero--cover {
    background-color: #0b1220;
    background-image: var(--bc-hero-cover);
    background-size: cover;
    background-position: center;
}

.bc-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 18, 32, 0.15) 0%, rgba(11, 18, 32, 0.45) 45%, rgba(11, 18, 32, 0.82) 100%);
    pointer-events: none;
    z-index: 0;
}

.bc-hero--cover .bc-hero__overlay {
    background:
        linear-gradient(105deg, rgba(11, 18, 32, 0.72) 0%, rgba(11, 18, 32, 0.35) 48%, rgba(11, 18, 32, 0.2) 100%),
        linear-gradient(180deg, transparent 0%, rgba(11, 18, 32, 0.55) 70%, rgba(11, 18, 32, 0.78) 100%);
}

.bc-hero__inner {
    position: relative;
    z-index: 1;
    padding: 28px 28px 22px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bc-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.bc-hero__title-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.bc-hero__title {
    margin: 0;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.12;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.bc-hero__logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 6px 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--bc-shadow-sm);
}

.bc-hero__logo img {
    max-height: 100%;
    max-width: 120px;
    object-fit: contain;
    display: block;
}

.bc-hero__loc {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0 0;
    font-size: 14px;
    opacity: 0.9;
    font-weight: 500;
}

.bc-hero__loc svg {
    flex: 0 0 auto;
    opacity: 0.85;
}

.bc-hero__contact {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: rgba(8, 12, 22, 0.55);
    border-top: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(10px);
}

.bc-hero__contact-item {
    flex: 1 1 140px;
    padding: 14px 18px;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.1);
    min-width: 0;
    transition: background .15s ease;
}

.bc-hero__contact-item:last-child { border-right: 0; }

.bc-hero__contact-item:hover { background: rgba(255,255,255,.09); }

.bc-hero__contact-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.65;
    margin-bottom: 3px;
}

.bc-hero__contact-item strong {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bc-hero__contact-item--stat strong {
    font-size: 18px;
}

/* Yatay istatistik şeridi — otomatik kayan slider */
.bc-stats {
    margin: 0 0 4px;
    padding: 4px 0 0;
}

.bc-stats__viewport {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

.bc-stats__track {
    display: flex;
    width: max-content;
    padding: 2px 0 4px;
    animation: bc-stats-scroll var(--bc-stats-duration, 30s) linear infinite;
    will-change: transform;
}

.bc-stats__group {
    display: flex;
    align-items: stretch;
    gap: 10px;
    flex: 0 0 auto;
    padding-right: 10px;
}

.bc-stats__viewport:hover .bc-stats__track {
    animation-play-state: paused;
}

.bc-stats__item {
    flex: 0 0 178px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 14px 16px;
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-r-md);
    background: #fff;
    box-shadow: var(--bc-shadow-xs);
}

.bc-stats__icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--bc-accent-soft);
    color: var(--bc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bc-stats__icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.bc-stats__text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bc-stats__value {
    font-size: 16px;
    font-weight: 800;
    color: var(--bc-text);
    letter-spacing: -0.02em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bc-stats__label {
    font-size: 12px;
    font-weight: 650;
    color: var(--bc-muted);
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes bc-stats-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .bc-stats__track { animation: none; }
    .bc-stats__viewport { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 720px) {
    .bc-stats__item {
        flex-basis: 160px;
    }
    .bc-hero {
        min-height: 240px;
        border-radius: var(--bc-r-md);
    }
    .bc-hero__inner { padding: 28px 18px 18px; }
}

.bc-admin-bar {
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-r-md);
    background: #fff;
    box-shadow: var(--bc-shadow-xs);
}

.bc-admin-bar .bc-site__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.bc-admin-bar .bc-site__actions .btn,
.bc-admin-bar .bc-site__actions form {
    width: auto;
}

/* Mosaic gallery — portal style */
.bc-media {
    display: block;
    margin-bottom: 0;
    min-width: 0;
}

.bc-media__gallery {
    min-width: 0;
    max-width: 100%;
}

.bc-media__tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--bc-border);
}

.bc-media__tab {
    appearance: none;
    border: 0;
    background: none;
    padding: 10px 4px;
    margin-right: 18px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    color: var(--bc-muted);
    cursor: pointer;
    position: relative;
    transition: color .15s ease;
}

.bc-media__tab:hover { color: var(--bc-text); }

.bc-media__tab.is-active {
    color: var(--bc-text);
}

.bc-media__tab.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--bc-accent);
    border-radius: 2px;
}

.bc-media__panel[hidden] { display: none; }

.bc-media__panel .bc-video-preview {
    height: clamp(240px, 34vw, 360px);
}

.bc-mosaic {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: var(--bc-gutter);
    min-height: 240px;
    height: clamp(240px, 34vw, 360px);
}

.bc-mosaic--single {
    grid-template-columns: 1fr;
}

.bc-mosaic__side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: var(--bc-gutter);
    min-height: 0;
}

.bc-mosaic__side .bc-mosaic__cell:only-child {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.bc-mosaic__side .bc-mosaic__cell:first-child:nth-last-child(2),
.bc-mosaic__side .bc-mosaic__cell:first-child:nth-last-child(2) ~ .bc-mosaic__cell {
    grid-column: 1 / -1;
}

.bc-mosaic__side .bc-mosaic__cell:first-child:nth-last-child(3) ~ .bc-mosaic__cell:last-child {
    grid-column: 1 / -1;
}

.bc-mosaic__cell {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: var(--bc-r-md);
    overflow: hidden;
    background: #e9edf3;
    cursor: zoom-in;
    min-height: 0;
}

.bc-mosaic__cell--main {
    grid-row: 1 / -1;
}

.bc-mosaic__cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s cubic-bezier(.2,.7,.2,1);
}

.bc-mosaic__cell:hover img {
    transform: scale(1.045);
}

.bc-mosaic__more {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: rgba(15, 23, 42, 0.32);
    pointer-events: none;
}

.bc-mosaic__more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: center;
    box-shadow: var(--bc-shadow-md);
}

.bc-mosaic__all { display: none !important; }

.bc-media__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    border: 1.5px dashed var(--bc-border-strong);
    border-radius: var(--bc-r-md);
    color: var(--bc-muted);
    font-weight: 650;
    background: #f8fafc;
}

@media (max-width: 720px) {
    .bc-mosaic {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
    }
    .bc-mosaic__cell--main {
        grid-row: auto;
        aspect-ratio: 16 / 10;
        min-height: 200px;
    }
    .bc-mosaic__side {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: minmax(88px, 120px);
    }
}

/* Primary map block */
.bc-map {
    margin-bottom: 0;
}

.bc-map__card {
    border-radius: var(--bc-r-lg);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--bc-border);
    box-shadow: var(--bc-shadow-sm);
}

.bc-map__frame {
    position: relative;
    width: 100%;
    height: clamp(240px, 32vw, 340px);
    background: #e9edf3;
}

.bc-map__frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.bc-map__frame--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bc-muted);
    font-weight: 650;
    text-align: center;
    padding: 24px;
}

.bc-map__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    padding: 16px 20px;
    background: #fff;
    border-top: 1px solid var(--bc-border);
}

.bc-map__addr {
    margin: 0;
    flex: 1 1 180px;
    font-size: 13.5px;
    font-weight: 650;
    color: var(--bc-text);
    line-height: 1.4;
}

.bc-map__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--bc-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    border: 0;
    box-shadow: 0 8px 20px rgba(var(--c-primary-rgb, 15, 118, 110), .28);
    flex-shrink: 0;
    transition: transform .15s ease, background .15s ease;
}

.bc-map__cta:hover {
    background: var(--primary-dark, #0d5f58);
    color: #fff;
    transform: translateY(-1px);
}

.bc-map__cta svg { flex-shrink: 0; }

/* Sidebar cards */
.bc-side-card {
    padding: 18px 18px 16px;
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-r-md);
    background: #fff;
    box-shadow: var(--bc-shadow-xs);
}

.bc-side-card.bc-contact {
    background: #fff;
}

.bc-side-card__title {
    margin: 0 0 14px;
    font-size: 16.5px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--bc-text);
}

/* Contact form */
.bc-contact__flash {
    margin: 0 0 12px;
    padding: 11px 13px;
    border-radius: var(--bc-r-sm);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.4;
}

.bc-contact__flash--ok {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.bc-contact__flash--err {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.bc-contact__form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.bc-contact__hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.bc-contact__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bc-contact__field > span {
    font-size: 12px;
    font-weight: 700;
    color: var(--bc-muted);
}

.bc-contact__field em,
.bc-contact__check em {
    color: var(--bc-sale);
    font-style: normal;
}

.bc-contact__field input,
.bc-contact__field textarea {
    width: 100%;
    min-height: 44px;
    padding: 11px 14px;
    border: 1.5px solid var(--bc-border);
    border-radius: var(--bc-r-sm);
    background: #f8fafc;
    color: var(--bc-text);
    font: inherit;
    font-size: 14px;
    transition: border-color .15s, box-shadow .15s, background .15s;
}

.bc-contact__field textarea {
    min-height: 100px;
    resize: vertical;
}

.bc-contact__field input:focus,
.bc-contact__field textarea:focus {
    outline: none;
    border-color: var(--bc-accent);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(var(--c-primary-rgb, 15, 118, 110), .13);
}

.bc-contact__check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--bc-text);
    cursor: pointer;
}

.bc-contact__check input {
    margin-top: 2px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    accent-color: var(--bc-accent);
}

.bc-contact__kvkk-link {
    display: inline;
    padding: 0;
    border: 0;
    background: none;
    color: var(--bc-accent);
    font: inherit;
    font-weight: 750;
    text-decoration: underline;
    cursor: pointer;
}

.bc-contact__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: stretch;
    min-height: 46px;
    margin-top: 4px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: var(--bc-accent);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(var(--c-primary-rgb, 15, 118, 110), .25);
    transition: transform .15s ease, background .15s ease;
}

.bc-contact__submit:hover {
    background: var(--primary-dark, #0d5f58);
    transform: translateY(-1px);
}

.bc-contact__submit--ghost {
    background: #fff;
    color: var(--bc-text);
    border: 1px solid var(--bc-border-strong);
    box-shadow: none;
}

.bc-contact__submit--ghost:hover {
    background: #f8fafc;
    color: var(--bc-text);
    transform: none;
}

.bc-kvkk-dialog {
    border: 0;
    border-radius: var(--bc-r-lg);
    padding: 0;
    max-width: min(440px, calc(100vw - 32px));
    box-shadow: var(--bc-shadow-lg);
}

.bc-kvkk-dialog::backdrop {
    background: rgba(15, 23, 42, 0.5);
}

.bc-kvkk-dialog__inner { padding: 0; }

.bc-kvkk-dialog__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--bc-border);
}

.bc-kvkk-dialog__head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}

.bc-kvkk-dialog__close {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: #f1f5f9;
    color: var(--bc-text);
    font-size: 22px;
    cursor: pointer;
}

.bc-kvkk-dialog__body {
    padding: 18px 20px;
    font-size: 13px;
    line-height: 1.6;
    color: var(--bc-text);
}

.bc-kvkk-dialog__body p { margin: 0 0 10px; }
.bc-kvkk-dialog__body p:last-child { margin-bottom: 0; }

.bc-kvkk-dialog__foot {
    padding: 0 20px 20px;
}

.bc-rail__quick-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.bc-rail__qstat {
    padding: 12px 14px;
    border-radius: var(--bc-r-sm);
    border: 1px solid var(--bc-border);
    background: #fff;
}

.bc-rail__qstat span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--bc-muted);
}

.bc-rail__qstat strong {
    display: block;
    margin-top: 3px;
    font-size: 19px;
    color: var(--bc-sale);
}

.bc-rail__qstat--rent strong { color: var(--bc-rent); }

.bc-rail__qstat em {
    display: block;
    margin-top: 2px;
    font-style: normal;
    font-size: 12px;
    color: var(--bc-muted);
}

.bc-rail__ad-slot {
    min-width: 0;
}

/* Blocks */
.bc-block {
    margin-bottom: 0;
    padding: 22px 24px;
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-r-lg);
    background: #fff;
    box-shadow: var(--bc-shadow-xs);
}

.bc-block__title {
    margin: 0 0 16px;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.015em;
}

.bc-block__count {
    font-size: 0.82em;
    font-weight: 650;
    color: var(--bc-muted);
}

.bc-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

@media (max-width: 900px) {
    .bc-overview { grid-template-columns: repeat(2, 1fr); }
}

.bc-overview__item {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 15px;
    border-radius: var(--bc-r-sm);
    background: #f8fafc;
    border: 1px solid var(--bc-border);
    transition: border-color .15s ease, background .15s ease;
}

.bc-overview__item:hover {
    border-color: var(--bc-border-strong);
    background: #f4f6f9;
}

.bc-overview__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: var(--bc-accent-soft);
    color: var(--bc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bc-overview__icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.bc-overview__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--bc-muted);
    margin-bottom: 2px;
}

.bc-overview__value {
    font-size: 15px;
    font-weight: 800;
    color: var(--bc-text);
}

/* Hakkında metin bloğu */
.bc-about {
    padding: 4px 2px 2px;
}

.bc-about__title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.015em;
}

.bc-about__body {
    font-size: 15px;
    line-height: 1.7;
    color: var(--bc-text);
}

.bc-about__body p { margin: 0 0 0.85em; }
.bc-about__body p:last-child { margin-bottom: 0; }

/* Video & sanal tur CTA */
.bc-media-cta {
    position: relative;
    border-radius: var(--bc-r-lg);
    overflow: hidden;
    min-height: 168px;
    color: #fff;
    box-shadow: var(--bc-shadow-sm);
    background: linear-gradient(150deg, #0b1220 0%, var(--c-primary-d, #134e4a) 70%, var(--bc-accent) 140%);
}

.bc-media-cta__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.35;
}

.bc-media-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
    padding: 26px 24px;
    background: linear-gradient(90deg, rgba(11, 18, 32, 0.72), rgba(11, 18, 32, 0.45));
}

.bc-media-cta__play {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
}

.bc-media-cta__copy { flex: 1 1 180px; min-width: 0; }

.bc-media-cta__title {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.bc-media-cta__text {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
}

.bc-media-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bc-media-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--bc-accent);
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform .15s ease, filter .15s ease;
}

.bc-media-cta__btn:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    color: #fff;
}

.bc-media-cta__btn--ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.bc-media-cta__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Accordion */
.bc-accordions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
}

.bc-acc {
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-r-md);
    background: #fff;
    overflow: hidden;
    box-shadow: var(--bc-shadow-xs);
    transition: border-color .15s ease;
}

.bc-acc[open] { border-color: var(--bc-border-strong); }

.bc-acc__summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 800;
    color: var(--bc-text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    user-select: none;
    transition: background .12s ease;
}

.bc-acc__summary:hover { background: #f8fafc; }

.bc-acc__summary::-webkit-details-marker { display: none; }

.bc-acc__summary::after {
    content: '';
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    border-right: 2px solid var(--bc-accent);
    border-bottom: 2px solid var(--bc-accent);
    transform: rotate(45deg);
    transition: transform .2s ease;
}

.bc-acc:not([open]) .bc-acc__summary::after { transform: rotate(-45deg); }

.bc-acc__summary em {
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    color: var(--bc-muted);
    margin-left: auto;
    margin-right: 8px;
}

.bc-acc__body {
    padding: 0 20px 18px;
    border-top: 1px solid var(--bc-border);
    padding-top: 16px;
}

.bc-site__desc {
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--bc-text);
}

.bc-site__desc p { margin: 0 0 12px; }

.bc-feature-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 14px;
}

@media (max-width: 800px) {
    .bc-feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .bc-feature-grid { grid-template-columns: 1fr; }
}

.bc-feature-grid li {
    position: relative;
    padding: 9px 10px 9px 30px;
    border-radius: var(--bc-r-sm);
    background: #f8fafc;
    border: 1px solid var(--bc-border);
    font-size: 13px;
    font-weight: 650;
    color: var(--bc-text);
    transition: opacity .15s ease, color .15s ease, background .15s ease;
}

.bc-feature-grid li::before {
    content: '✓';
    position: absolute;
    left: 11px;
    color: var(--bc-accent);
    font-weight: 800;
}

.bc-feature-grid li.is-off {
    opacity: 0.42;
    color: var(--bc-muted);
    font-weight: 550;
    background: #fafbfc;
    border-color: #eef1f5;
}

.bc-feature-grid li.is-off::before {
    content: '·';
    color: #cbd5e1;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}

.bc-video-preview {
    position: relative;
    display: block;
    border-radius: var(--bc-r-md);
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #0f172a;
    border: 1px solid var(--bc-border);
}

.bc-video-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bc-video-preview__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.4);
    transition: transform 0.2s ease, background 0.2s ease;
}

.bc-video-preview__play svg { margin-left: 3px; }

.bc-video-preview:hover .bc-video-preview__play {
    transform: translate(-50%, -50%) scale(1.08);
    background: #fff;
}

.bc-video-preview__hint {
    margin: 10px 0 0;
    font-size: 12px;
    color: var(--bc-muted);
    text-align: center;
}

.bc-site__media-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.bc-site__media-btn {
    display: inline-flex;
    align-items: center;
    padding: 11px 18px;
    border-radius: 999px;
    background: var(--bc-accent);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    transition: transform .15s ease, filter .15s ease;
}

.bc-site__media-btn:hover { filter: brightness(0.94); color: #fff; transform: translateY(-1px); }

.bc-site__floor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
}

.bc-site__floor-item {
    display: block;
    border-radius: var(--bc-r-sm);
    overflow: hidden;
    border: 1px solid var(--bc-border);
    aspect-ratio: 4/3;
    background: #f8fafc;
}

.bc-site__floor-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.bc-site__floor-item:hover img { transform: scale(1.04); }

/* Fiyat analizi */
.bc-price {
    margin-bottom: 0;
    border-radius: var(--bc-r-lg);
    overflow: hidden;
    border: 1px solid var(--bc-border);
    background: #fff;
    box-shadow: var(--bc-shadow-xs);
}
.bc-price + .bc-price {
    margin-top: 16px;
}

.bc-price--rail {
    box-shadow: var(--bc-shadow-sm);
}

.bc-price--rail .bc-price__head {
    padding: 14px 16px;
}

.bc-price--rail .bc-price__title {
    font-size: 14.5px;
}

.bc-price--rail .bc-price__sub {
    font-size: 11px;
    margin: 0;
    opacity: 0.78;
}

.bc-price--rail .bc-price__summary {
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.bc-price--rail .bc-price__card {
    padding: 12px 14px;
}

.bc-price--rail .bc-price__card span {
    font-size: 10px;
}

.bc-price--rail .bc-price__card strong {
    font-size: 14px;
}

.bc-price--rail .bc-price__table-wrap {
    max-height: 280px;
    overflow: auto;
}

.bc-price--rail .bc-price-table {
    font-size: 11.5px;
}

.bc-price--rail .bc-price-table th,
.bc-price--rail .bc-price-table td {
    padding: 7px 8px;
}

.bc-price__head {
    padding: 18px 22px;
    background: linear-gradient(120deg, #111827 0%, #1f2937 100%);
    color: #fff;
}
.bc-price#fiyat-analizi-dukkan .bc-price__head {
    background: linear-gradient(120deg, var(--bc-accent) 0%, var(--c-primary-d, #115e59) 100%);
}

.bc-price__title {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.bc-price__sub {
    margin: 0;
    font-size: 12px;
    opacity: 0.85;
    font-weight: 600;
}

.bc-price__summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 18px;
}

@media (max-width: 800px) {
    .bc-price__summary { grid-template-columns: repeat(2, 1fr); }
}

.bc-price__card {
    padding: 15px;
    border-radius: var(--bc-r-sm);
    border: 1px solid var(--bc-border);
    background: #f8fafc;
}

.bc-price__card span {
    display: block;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--bc-muted);
    margin-bottom: 4px;
}

.bc-price__card strong {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.bc-price__card--sale strong { color: var(--bc-sale); }
.bc-price__card--rent strong { color: var(--bc-rent); }

.bc-price__table-wrap {
    overflow-x: auto;
    padding: 0 18px 10px;
}

.bc-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.bc-price-table th,
.bc-price-table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--bc-border);
    text-align: right;
    white-space: nowrap;
}

.bc-price-table th:first-child,
.bc-price-table td:first-child {
    text-align: left;
    font-weight: 750;
}

.bc-price-table thead th {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--bc-muted);
    background: #f8fafc;
}

.bc-price-table th.is-sale-count,
.bc-price-table th.is-sale-m2 { color: var(--bc-sale); }
.bc-price-table th.is-rent-count,
.bc-price-table th.is-rent-m2 { color: var(--bc-rent); }

.bc-price-table td.is-muted { color: var(--bc-muted); }

.bc-price__disclaimer {
    margin: 0;
    padding: 12px 18px 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--bc-muted);
}

/* İlanlar */
.bc-listings__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.bc-listings__head .bc-block__title { margin: 0; }

.bc-listings__tools {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bc-site__per-page {
    display: inline-flex;
    gap: 2px;
    padding: 3px;
    border: 1px solid var(--bc-border);
    border-radius: 999px;
    background: #f8fafc;
}

.bc-site__per-page-item {
    min-width: 32px;
    padding: 5px 10px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: var(--bc-text);
    text-align: center;
    transition: background .15s ease, color .15s ease;
}

.bc-site__per-page-item.is-active,
.bc-site__per-page-item:hover {
    background: var(--bc-accent);
    color: #fff;
}

.bc-site__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.bc-site__tab {
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid var(--bc-border);
    background: #fff;
    color: var(--bc-text);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.bc-site__tab.is-active,
.bc-site__tab:hover {
    background: var(--bc-accent-soft);
    border-color: var(--bc-accent);
    color: var(--bc-accent);
}

.bc-site__empty {
    text-align: center;
    padding: 40px 16px;
    color: var(--bc-muted);
    font-weight: 650;
    background: #f8fafc;
    border-radius: var(--bc-r-md);
}

.bc-site__listing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

@media (max-width: 900px) {
    .bc-site__listing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .bc-site__listing-grid { grid-template-columns: 1fr; }
}

.bc-site__card {
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-r-md);
    overflow: hidden;
    background: #fff;
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.bc-site__card:hover {
    box-shadow: var(--bc-shadow-md);
    transform: translateY(-2px);
    border-color: var(--bc-border-strong);
}

.bc-site__card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.bc-site__card-img {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #f1f5f9;
    overflow: hidden;
}

.bc-site__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.bc-site__card:hover .bc-site__card-img img { transform: scale(1.05); }

.bc-site__card-placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bc-muted);
    font-weight: 700;
}

.bc-site__card-badge {
    position: absolute;
    top: 9px;
    left: 9px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.bc-site__card-body { padding: 12px 14px 14px; }

.bc-site__card-price {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 800;
    color: var(--bc-accent);
}

.bc-site__card-price small {
    font-size: 11px;
    font-weight: 600;
    color: var(--bc-muted);
}

.bc-site__card-title {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bc-site__card-loc {
    margin: 0;
    font-size: 11px;
    color: var(--bc-muted);
}

.bc-site__listings-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.bc-site__range { font-size: 13px; color: var(--bc-muted); }

.bc-site__pagination {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.bc-site__pagination a,
.bc-site__pagination span {
    min-width: 34px;
    padding: 7px 10px;
    border: 1px solid var(--bc-border);
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: var(--bc-text);
    background: #fff;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.bc-site__pagination a.is-active,
.bc-site__pagination a:hover {
    background: var(--bc-accent);
    border-color: var(--bc-accent);
    color: #fff;
}

.bc-site__ellipsis {
    border: 0 !important;
    background: transparent !important;
    color: var(--bc-muted) !important;
}

.bc-admin-extra {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.bc-site__side-card {
    padding: 16px 18px;
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-r-md);
    background: #fff;
}

.bc-site__side-card h3 {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--bc-muted);
}

.bc-site__dl {
    margin: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 7px 12px;
    font-size: 13px;
}

.bc-site__dl dt { color: var(--bc-muted); font-weight: 650; }
.bc-site__dl dd { margin: 0; font-weight: 650; text-align: right; word-break: break-word; }
.bc-site__dl a { color: var(--bc-accent); text-decoration: none; }

.bc-site__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bc-site__actions .btn {
    justify-content: center;
    width: 100%;
}

.bc-site__muted {
    margin: 0;
    font-size: 13px;
    color: var(--bc-muted);
}

.bc-site__hint {
    margin: -6px 0 12px;
    font-size: 13px;
    color: var(--bc-muted);
}

/* Alt CTA — tam genişlik bant */
.bc-cta {
    margin: 28px 0 8px;
    border-radius: var(--bc-r-lg);
    overflow: hidden;
    background:
        radial-gradient(760px 300px at 15% 0%, rgba(var(--c-primary-rgb, 15, 118, 110), .25), transparent 55%),
        linear-gradient(150deg, #0b1220 0%, var(--c-primary-d, #134e4a) 65%, var(--bc-accent) 135%);
    color: #fff;
    box-shadow: var(--bc-shadow-md);
}

.bc-cta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px 24px;
    padding: 26px 28px;
}

.bc-cta__lead {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1 1 280px;
    min-width: 0;
    text-align: left;
}

.bc-cta__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.bc-cta__title {
    margin: 0 0 4px;
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.3;
}

.bc-cta__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,.78);
}

.bc-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.bc-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--bc-accent);
    color: #fff;
    font-weight: 800;
    font-size: 13.5px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform .15s ease, filter .15s ease, background .15s ease;
}

.bc-cta__btn:hover {
    filter: brightness(1.06);
    color: #fff;
    transform: translateY(-1px);
}

.bc-cta__btn--wa {
    background: #0b1220;
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.bc-cta__btn--wa:hover {
    background: #141c2e;
    color: #fff;
}

.bc-cta__btn--secondary {
    background: #fff;
    color: #0f172a;
}

.bc-cta__btn--secondary:hover {
    background: var(--bc-accent-soft);
    color: var(--bc-accent);
    filter: none;
}

@media (max-width: 720px) {
    .bc-cta__inner {
        padding: 22px 18px;
    }
    .bc-cta__actions {
        width: 100%;
        justify-content: stretch;
    }
    .bc-cta__btn {
        flex: 1 1 calc(50% - 4px);
    }
}

/* Benzer Yapılar — kompakt otomatik kayan kartlar */
.bc-similar {
    margin-top: 12px;
    padding: 22px 0 8px;
}

.bc-similar__head {
    margin-bottom: 14px;
    padding: 0 2px;
}

.bc-similar__title {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.bc-similar__sub {
    margin: 0;
    font-size: 13px;
    color: var(--bc-muted);
    font-weight: 500;
}

.bc-similar__viewport {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
}

.bc-similar__viewport--static {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    mask-image: none;
    -webkit-mask-image: none;
}

.bc-similar__track {
    display: flex;
    width: max-content;
    padding: 2px 0 6px;
    animation: bc-similar-scroll var(--bc-similar-duration, 28s) linear infinite;
    will-change: transform;
}

.bc-similar__group {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex: 0 0 auto;
    padding-right: 12px;
}

.bc-similar__viewport--static .bc-similar__track {
    animation: none;
}

.bc-similar__viewport:hover .bc-similar__track {
    animation-play-state: paused;
}

.bc-scard {
    flex: 0 0 196px;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--bc-border);
    box-shadow: var(--bc-shadow-xs);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.bc-scard:hover {
    border-color: color-mix(in srgb, var(--bc-accent) 35%, var(--bc-border));
    box-shadow: var(--bc-shadow-sm);
    transform: translateY(-2px);
}

.bc-scard__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.bc-scard__media {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #e8edf3;
    overflow: hidden;
}

.bc-scard__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.bc-scard:hover .bc-scard__media img {
    transform: scale(1.05);
}

.bc-scard__ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--bc-accent);
    background: linear-gradient(145deg, var(--bc-accent-soft), #eef2f7);
}

.bc-scard__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(11, 18, 32, 0.78);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.01em;
    backdrop-filter: blur(4px);
}

.bc-scard__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 10px 11px 12px;
    min-width: 0;
}

.bc-scard__name {
    margin: 0;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: -0.015em;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bc-text);
}

.bc-scard__loc {
    margin: 0;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--bc-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bc-scard__meta {
    margin: 4px 0 0;
    font-size: 11px;
    font-weight: 650;
    color: var(--bc-accent);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes bc-similar-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .bc-similar__track { animation: none; }
    .bc-similar__viewport {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        mask-image: none;
        -webkit-mask-image: none;
    }
}

@media (max-width: 560px) {
    .bc-scard { flex-basis: 168px; }
    .bc-similar { padding-top: 16px; }
}

/* Sponsor logo şeridi — Benzer Yapılar'ın altında, kesintisiz kayan logolar */
.bc-sponsors {
    margin: 4px 0 0;
    padding: 22px 0;
    border-top: 1px solid var(--bc-border);
}

.bc-sponsors__viewport {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.bc-sponsors__track {
    display: flex;
    width: max-content;
    animation: none;
    will-change: transform;
}

.bc-sponsors__track.is-ready {
    animation: bc-sponsors-scroll var(--bc-sponsors-duration, 30s) linear infinite;
}

.bc-sponsors__group {
    display: flex;
    align-items: center;
    gap: 48px;
    flex: 0 0 auto;
    padding-right: 48px;
    box-sizing: content-box;
}

.bc-sponsors__viewport:hover .bc-sponsors__track { animation-play-state: paused; }

.bc-sponsors__item {
    flex: 0 0 auto;
    height: 44px;
    display: flex;
    align-items: center;
}

.bc-sponsors__item img {
    max-height: 100%;
    max-width: 140px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: grayscale(1);
    opacity: .6;
    transition: filter .2s ease, opacity .2s ease;
}

.bc-sponsors__item a:hover img { filter: grayscale(0); opacity: 1; }

@keyframes bc-sponsors-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-1 * var(--marquee-shift, 50%))); }
}

@media (prefers-reduced-motion: reduce) {
    .bc-sponsors__track,
    .bc-sponsors__track.is-ready { animation: none; }
    .bc-sponsors__viewport { overflow-x: auto; }
}

/* Lightbox uyumu */
.gallery-item--zoomable { cursor: zoom-in; }

.image-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 4000;
    background: rgba(10, 15, 26, .92);
    align-items: center;
    justify-content: center;
    padding: 64px 48px 28px;
}
.image-lightbox.is-open { display: flex; }
.image-lightbox__toolbar {
    position: absolute;
    top: 12px;
    left: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
}
.image-lightbox__counter { font-size: 14px; font-weight: 600; }
.image-lightbox__close {
    width: 40px; height: 40px; border: 0; border-radius: 12px;
    background: rgba(255,255,255,.14); color: #fff; font-size: 24px; cursor: pointer;
    transition: background .15s ease;
}
.image-lightbox__close:hover { background: rgba(255,255,255,.24); }
.image-lightbox__nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 46px; height: 46px; border: 0; border-radius: 999px;
    background: rgba(255,255,255,.14); color: #fff; font-size: 26px; cursor: pointer;
    transition: background .15s ease;
}
.image-lightbox__nav:hover { background: rgba(255,255,255,.24); }
.image-lightbox__nav--prev { left: 12px; }
.image-lightbox__nav--next { right: 12px; }
.image-lightbox__stage {
    max-width: min(1100px, 100%);
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-lightbox__img {
    max-width: 100%;
    max-height: calc(100vh - 100px);
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0,0,0,.4);
}

@media print {
    .no-print,
    .piyasa-header,
    .piyasa-footer,
    .bc-site__toolbar,
    .bc-site__rail,
    .bc-contact,
    .bc-media-cta,
    .bc-cta,
    .image-lightbox { display: none !important; }
    .bc-site { max-width: none; }
    .bc-site__layout { display: block; }
    .bc-media { display: block; }
    .bc-mosaic { height: 280px; }
    .bc-hero { min-height: 180px; }
    .bc-stats__track { animation: none; transform: none; flex-wrap: wrap; width: auto; }
    .bc-stats__group[aria-hidden="true"],
    .bc-stats__item[aria-hidden="true"] { display: none !important; }
    .bc-stats__group { padding-right: 0; flex-wrap: wrap; }
    .bc-stats__viewport { overflow: visible; mask-image: none; -webkit-mask-image: none; }
    .bc-similar__track { animation: none; transform: none; flex-wrap: wrap; width: auto; }
    .bc-similar__group[aria-hidden="true"],
    .bc-scard[aria-hidden="true"] { display: none !important; }
    .bc-similar__group { padding-right: 0; flex-wrap: wrap; }
    .bc-similar__viewport { overflow: visible; mask-image: none; -webkit-mask-image: none; }
    .bc-sponsors__group[aria-hidden="true"] { display: none !important; }
    a { color: inherit !important; text-decoration: none !important; }
}
