/* ==========================================================================
   Hakkımızda sayfası — açık, editöryel düzen.
   Eski koyu hero/vinil tasarımı kaldırıldı; sayfa artık sitenin geri kalanıyla
   aynı dili konuşuyor: gri zemin, beyaz kart, mavi vurgu, sans tipografi.
   style.min.css ve theme-modern.css'ten SONRA yüklenir.
   ========================================================================== */

/* ---------- Breadcrumb ---------- */
body.theme-modern .abx-crumb {
    background: #fff;
    border-bottom: 1px solid var(--m-line);
}
body.theme-modern .abx-crumb .container {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 16px 24px 0;
    font-size: .82rem;
    color: var(--m-muted);
}
body.theme-modern .abx-crumb a { color: var(--m-muted); text-decoration: none; }
body.theme-modern .abx-crumb a:hover { color: var(--m-blue); }
body.theme-modern .abx-crumb i { font-size: .6rem; color: var(--m-line); }
body.theme-modern .abx-crumb span { color: var(--m-ink); font-weight: 600; }

/* ---------- Sayfa başlığı ---------- */
body.theme-modern .abx-head {
    background: #fff;
    border-bottom: 1px solid var(--m-line);
}
body.theme-modern .abx-head .container { padding: 14px 24px 30px; }
body.theme-modern .abx-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--m-soft);
    border: 1px solid var(--m-line);
    color: var(--m-blue);
    font-family: var(--m-sans);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 6px 13px;
    border-radius: 100px;
}
body.theme-modern .abx-head h1 {
    font-family: var(--m-sans);
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.14;
    color: var(--m-ink);
    margin: 16px 0 0;
}
body.theme-modern .abx-head h1 span { color: var(--m-blue); }
body.theme-modern .abx-head p {
    font-size: 1.12rem;
    line-height: 1.55;
    color: #4c5663;
    margin: 14px 0 0;
    max-width: 760px;
}

/* ---------- Künye şeridi ---------- */
body.theme-modern .abx-stats {
    background: linear-gradient(135deg, var(--m-blue-dark), var(--m-blue));
}
body.theme-modern .abx-stats .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px 24px;
}
body.theme-modern .abx-stat { text-align: center; color: #fff; }
body.theme-modern .abx-stat + .abx-stat { border-left: 1px solid rgba(255, 255, 255, .22); }
body.theme-modern .abx-stat b {
    display: block;
    font-family: var(--m-sans);
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.1;
}
body.theme-modern .abx-stat small {
    display: block;
    margin-top: 4px;
    font-size: .73rem;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
}

/* ---------- Kart kabuğu ---------- */
body.theme-modern .abx-wrap { padding: 26px 24px 40px; }
body.theme-modern .abx-card {
    background: #fff;
    border: 1px solid var(--m-line);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(15, 23, 32, .05);
    padding: 24px 26px 26px;
    margin-bottom: 22px;
}
body.theme-modern .abx-card > p {
    color: var(--m-body);
    line-height: 1.75;
    margin: 0 0 14px;
}
body.theme-modern .abx-card > p:last-child { margin-bottom: 0; }

body.theme-modern .abx-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}
body.theme-modern .abx-card-head h2 {
    font-family: var(--m-sans);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--m-ink);
    margin: 0;
    padding-bottom: 9px;
    border-bottom: 3px solid var(--m-blue);
}
body.theme-modern .abx-card-head a {
    font-size: .8rem;
    font-weight: 700;
    color: var(--m-blue);
    text-decoration: none;
    white-space: nowrap;
}
body.theme-modern .abx-card-head a i { font-size: .62rem; margin-left: 4px; }

/* ---------- Hikayemiz ---------- */
body.theme-modern .abx-split {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 34px;
    align-items: start;
}
body.theme-modern .abx-tag {
    display: inline-block;
    font-family: var(--m-sans);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--m-blue);
    margin-bottom: 10px;
}
body.theme-modern .abx-split h2 {
    font-family: var(--m-sans);
    font-size: 1.62rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.01em;
    color: var(--m-ink);
    margin: 0 0 16px;
}
body.theme-modern .abx-split h2 span { color: var(--m-blue); }
body.theme-modern .abx-split p {
    color: var(--m-body);
    line-height: 1.75;
    margin: 0 0 14px;
}
body.theme-modern .abx-checks {
    list-style: none;
    margin: 0;
    padding: 18px 20px;
    background: var(--m-soft);
    border: 1px solid var(--m-line);
    border-radius: 8px;
}
body.theme-modern .abx-checks li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    font-size: .92rem;
    line-height: 1.5;
    color: var(--m-body);
    padding: 9px 0;
}
body.theme-modern .abx-checks li + li { border-top: 1px solid var(--m-line); }
body.theme-modern .abx-checks i {
    flex: 0 0 auto;
    margin-top: 3px;
    font-size: .72rem;
    color: #fff;
    background: var(--m-blue);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Yönetim panelinden gelen serbest içerik */
body.theme-modern .abx-rich { line-height: 1.75; color: var(--m-body); }
body.theme-modern .abx-rich h2,
body.theme-modern .abx-rich h3 {
    font-family: var(--m-sans);
    color: var(--m-ink);
    font-weight: 700;
}
body.theme-modern .abx-rich img { max-width: 100%; height: auto; border-radius: 6px; }

/* ---------- Yayın akışı ---------- */
body.theme-modern .abx-akis-row {
    display: grid;
    grid-template-columns: 82px 1fr 160px;
    gap: 18px;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid var(--m-line);
}
body.theme-modern .abx-akis-row:first-child { border-top: 0; }
body.theme-modern .abx-akis-row.is-live { background: var(--m-soft); }
body.theme-modern .abx-akis-time {
    font-family: var(--m-sans);
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--m-blue);
    line-height: 1.2;
    text-align: center;
}
body.theme-modern .abx-akis-time small {
    display: block;
    font-size: .76rem;
    font-weight: 600;
    color: var(--m-muted);
}
body.theme-modern .abx-akis-body h3 {
    font-family: var(--m-sans);
    font-size: 1rem;
    font-weight: 700;
    color: var(--m-ink);
    margin: 0 0 3px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
body.theme-modern .abx-akis-body p {
    margin: 0;
    font-size: .88rem;
    line-height: 1.5;
    color: var(--m-muted);
}
body.theme-modern .abx-live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--m-red);
    color: #fff;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .07em;
    padding: 3px 9px;
    border-radius: 100px;
}
body.theme-modern .abx-live span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
body.theme-modern .abx-akis-dj {
    text-align: right;
    font-size: .88rem;
    font-weight: 600;
}
body.theme-modern .abx-akis-dj a { color: var(--m-blue); text-decoration: none; }
body.theme-modern .abx-akis-dj a:hover { text-decoration: underline; }
body.theme-modern .abx-akis-dj span { color: var(--m-muted); }

/* ---------- Programcılar ---------- */
body.theme-modern .abx-team {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
    gap: 18px;
}
body.theme-modern .abx-team-card {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--m-line);
    border-radius: 8px;
    padding: 20px 14px 18px;
    transition: border-color .2s ease, box-shadow .2s ease;
}
body.theme-modern .abx-team-card:hover {
    border-color: rgba(22, 104, 179, .45);
    box-shadow: 0 6px 18px rgba(15, 23, 32, .09);
}
body.theme-modern .abx-team-card img,
body.theme-modern .abx-team-avatar {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    background: var(--m-soft);
    color: var(--m-blue);
    font-family: var(--m-sans);
    font-size: 1.7rem;
    font-weight: 800;
}
body.theme-modern .abx-team-card h3 {
    font-family: var(--m-sans);
    font-size: .98rem;
    font-weight: 700;
    color: var(--m-ink);
    margin: 0 0 3px;
}
body.theme-modern .abx-team-card:hover h3 { color: var(--m-blue); }
body.theme-modern .abx-team-card small {
    display: block;
    font-size: .82rem;
    color: var(--m-blue);
    font-weight: 600;
}
body.theme-modern .abx-team-card em {
    display: block;
    margin-top: 3px;
    font-style: normal;
    font-size: .78rem;
    color: var(--m-muted);
}

/* ---------- Değerler ---------- */
body.theme-modern .abx-values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
}
body.theme-modern .abx-value {
    border: 1px solid var(--m-line);
    border-radius: 8px;
    padding: 20px 18px;
}
body.theme-modern .abx-value > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--m-soft);
    color: var(--m-blue);
    font-size: 1.05rem;
    margin-bottom: 12px;
}
body.theme-modern .abx-value h3 {
    font-family: var(--m-sans);
    font-size: 1rem;
    font-weight: 700;
    color: var(--m-ink);
    margin: 0 0 7px;
}
body.theme-modern .abx-value p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.6;
    color: var(--m-muted);
}

/* ---------- Misyon / Vizyon ---------- */
body.theme-modern .abx-mv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
body.theme-modern .abx-mv .abx-card { margin-bottom: 22px; }
body.theme-modern .abx-mv-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--m-blue), var(--m-blue-light));
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 13px;
}
body.theme-modern .abx-mv h2 {
    font-family: var(--m-sans);
    font-size: 1.16rem;
    font-weight: 800;
    color: var(--m-ink);
    margin: 0 0 9px;
}
body.theme-modern .abx-mv p {
    margin: 0;
    line-height: 1.7;
    color: var(--m-body);
}

/* ---------- CTA ---------- */
body.theme-modern .abx-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    flex-wrap: wrap;
    background: linear-gradient(135deg, var(--m-blue-dark), var(--m-blue));
    border-radius: 8px;
    padding: 26px 28px;
}
body.theme-modern .abx-cta h2 {
    font-family: var(--m-sans);
    font-size: 1.45rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 5px;
}
body.theme-modern .abx-cta p { margin: 0; color: rgba(255, 255, 255, .85); }
body.theme-modern .abx-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }
body.theme-modern .abx-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    color: var(--m-blue-dark);
    font-family: var(--m-sans);
    font-weight: 700;
    font-size: .92rem;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 6px;
    transition: opacity .2s;
}
body.theme-modern .abx-btn:hover { opacity: .88; }
body.theme-modern .abx-btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
}

/* ---------- Mobil ---------- */
@media (max-width: 991px) {
    body.theme-modern .abx-split { grid-template-columns: 1fr; gap: 24px; }
    body.theme-modern .abx-mv { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    body.theme-modern .abx-crumb .container,
    body.theme-modern .abx-head .container,
    body.theme-modern .abx-stats .container { padding-left: 16px; padding-right: 16px; }
    body.theme-modern .abx-wrap { padding: 18px 16px 30px; }
    body.theme-modern .abx-card { padding: 18px 16px 20px; }
    body.theme-modern .abx-head h1 { font-size: 1.7rem; }
    body.theme-modern .abx-head p { font-size: 1rem; }
    body.theme-modern .abx-stats .container { grid-template-columns: 1fr 1fr; gap: 16px 0; }
    body.theme-modern .abx-stat:nth-child(3) { border-left: 0; }
    body.theme-modern .abx-stat b { font-size: 1.5rem; }
    body.theme-modern .abx-akis-row {
        grid-template-columns: 66px 1fr;
        grid-template-areas: "time body" ". dj";
        gap: 6px 14px;
    }
    body.theme-modern .abx-akis-time { grid-area: time; text-align: left; }
    body.theme-modern .abx-akis-body { grid-area: body; }
    body.theme-modern .abx-akis-dj { grid-area: dj; text-align: left; font-size: .84rem; }
    body.theme-modern .abx-team { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    body.theme-modern .abx-cta { padding: 22px 18px; }
    body.theme-modern .abx-cta h2 { font-size: 1.2rem; }
}
