/* ══════════════════════════════════════════════════════
   Article Page — FBM Premium
   ══════════════════════════════════════════════════════ */

/* ── Hero ── */
.art-hero {
    background: var(--fbm-anthracite);
    padding: 48px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.art-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
    font-size: 12.5px;
}
.art-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
.art-breadcrumb a:hover { color: var(--fbm-gold); }
.art-bc-sep { color: var(--fbm-gold); font-size: 13px; }
.art-bc-current {
    color: var(--fbm-gold-light);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}
.art-hero-title {
    font-family: var(--fbm-font-display);
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 20px;
    max-width: 820px;
}
.art-hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}
.art-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: rgba(255,255,255,.5);
}
.art-meta-item i { color: var(--fbm-gold); font-size: 11px; }

/* Doğrulama rozetleri */
.art-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .04em;
    cursor: pointer;
    border: 1px solid;
    background: transparent;
    transition: opacity .2s;
}
.art-badge:hover { opacity: .8; }
.art-badge--reviewed { color: #7BB8F0; border-color: rgba(74,144,217,.35); background: rgba(74,144,217,.1); }
.art-badge--evidence { color: var(--fbm-gold-light); border-color: rgba(201,168,76,.35); background: rgba(201,168,76,.1); }
.art-badge--checked  { color: #86EFAC; border-color: rgba(34,197,94,.3); background: rgba(34,197,94,.08); }

/* ── Body ── */
.art-body { background: var(--fbm-offwhite); padding: 48px 0 72px; }
.art-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 40px;
    align-items: start;
}
.art-main { min-width: 0; }

/* ── Mobil randevu ── */
.art-mobile-appt {
    background: #fff;
    border-radius: var(--fbm-radius-lg);
    border: 1px solid rgba(201,168,76,.2);
    overflow: hidden;
    margin-bottom: 28px;
}
.art-mobile-appt-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    background: var(--fbm-anthracite);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-align: left;
}
.art-mobile-appt-btn i:first-child { color: var(--fbm-gold); }
.art-mobile-chevron { margin-left: auto; font-size: 12px; transition: transform .25s; }
.art-rotated { transform: rotate(180deg); }

/* ── Yazar kutusu ── */
.art-author-box {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: var(--fbm-radius-lg);
    padding: 24px;
    margin-bottom: 28px;
    box-shadow: var(--fbm-shadow-sm);
    border-left: 3px solid var(--fbm-gold);
}
.art-author-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2.5px solid var(--fbm-gold);
    flex-shrink: 0;
}
.art-author-img img { width: 100%; height: 100%; object-fit: cover; }
.art-author-info { flex: 1; min-width: 0; }
.art-author-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--fbm-gold);
    display: block;
    margin-bottom: 3px;
}
.art-author-name {
    font-family: var(--fbm-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--fbm-anthracite);
    line-height: 1.2;
}
.art-author-pos { font-size: 12.5px; color: #6B7280; margin: 3px 0 8px; }
.art-author-summary {
    font-size: 13px;
    color: #6B7280;
    line-height: 1.65;
    margin: 0 0 10px;
}
.art-author-links { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.art-author-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px; height: 30px;
    border-radius: 50%;
    background: var(--fbm-anthracite);
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    transition: background .2s, transform .2s;
}
.art-author-link:hover { background: var(--fbm-gold); color: var(--fbm-anthracite); transform: scale(1.1); }
.art-author-uni { height: 26px; width: auto; opacity: .7; }

/* ── Makale içeriği ── */
.art-content {
    background: #fff;
    border-radius: var(--fbm-radius-lg);
    padding: 36px 40px;
    margin-bottom: 24px;
    box-shadow: var(--fbm-shadow-sm);
    font-size: 15.5px;
    line-height: 1.82;
    color: #374151;
}
.art-content h2 {
    font-family: var(--fbm-font-display);
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 700;
    color: var(--fbm-anthracite);
    margin: 36px 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(201,168,76,.2);
}
.art-content h3 {
    font-family: var(--fbm-font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--fbm-anthracite);
    margin: 28px 0 10px;
}
.art-content h4 { font-weight: 600; color: var(--fbm-anthracite-muted); margin: 22px 0 8px; }
.art-content p { margin: 0 0 16px; }
.art-content ul, .art-content ol { margin: 0 0 16px; padding-left: 22px; }
.art-content li { margin-bottom: 7px; }
.art-content a { color: var(--fbm-blue); text-decoration: underline; text-decoration-thickness: 1px; }
.art-content a:hover { color: var(--fbm-blue-dark); }
.art-content img { max-width: 100%; border-radius: var(--fbm-radius); margin: 16px 0; height: auto; }
.art-content blockquote {
    margin: 28px 0;
    padding: 18px 24px;
    border-left: 4px solid var(--fbm-gold);
    background: rgba(201,168,76,.05);
    border-radius: 0 var(--fbm-radius) var(--fbm-radius) 0;
    font-style: italic;
    color: #4B5563;
}
.art-content table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; overflow-x: auto; display: block; }
.art-content th { background: var(--fbm-anthracite); color: #fff; padding: 10px 14px; text-align: left; font-weight: 600; font-size: 13px; }
.art-content td { padding: 9px 14px; border-bottom: 1px solid #E5E7EB; }
.art-content tr:last-child td { border-bottom: none; }
.art-content tr:nth-child(even) td { background: #F9FAFB; }

/* ── Yöntem Karşılaştırma Tablosu (DHI / FUE / FUT) ── */
.compare-method-wrap {
    margin: 32px 0 40px;
    border-radius: var(--fbm-radius-lg);
    overflow: hidden;
    box-shadow: var(--fbm-shadow);
    border: 1px solid rgba(201,168,76,.18);
    position: relative;
}
.compare-method-wrap::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, var(--fbm-gold), var(--fbm-gold-light));
}
.compare-method-caption {
    background: linear-gradient(135deg, var(--fbm-anthracite) 0%, var(--fbm-anthracite-light) 100%);
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.compare-method-caption-icon {
    width: 32px;
    height: 32px;
    border-radius: var(--fbm-radius-sm);
    background: rgba(201,168,76,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--fbm-gold);
    font-size: 13px;
}
.compare-method-caption-text {
    font-family: var(--fbm-font-display);
    font-size: .95rem;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    letter-spacing: .01em;
}
.compare-method-caption-text strong {
    color: var(--fbm-gold);
}
.compare-method-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.art-content .compare-method-table {
    width: 100% !important;
    display: table !important;
    border-collapse: collapse !important;
    font-size: 13.5px !important;
    margin: 0 !important;
    background: #fff;
}
.art-content .compare-method-table thead tr {
    background: #F8F7F4;
    border-bottom: 1px solid #E9EBF0;
}
.art-content .compare-method-table thead th {
    padding: 11px 16px !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
    background: transparent !important;
    color: #9CA3AF !important;
    white-space: nowrap;
    border: none !important;
}
.art-content .compare-method-table thead th.col-dhi { color: var(--fbm-gold) !important; }
.art-content .compare-method-table thead th.col-fue { color: var(--fbm-blue) !important; }
.art-content .compare-method-table thead th.col-fut { color: var(--fbm-anthracite-muted) !important; }
.art-content .compare-method-table tbody tr {
    border-bottom: 1px solid #F3F4F6 !important;
    transition: background .15s;
}
.art-content .compare-method-table tbody tr:hover { background: rgba(201,168,76,.04) !important; }
.art-content .compare-method-table tbody tr:last-child { border-bottom: none !important; }
.art-content .compare-method-table tbody tr:nth-child(even) { background: #FAFAFA; }
.art-content .compare-method-table tbody tr:nth-child(even) td { background: transparent !important; }
.art-content .compare-method-table tbody td {
    padding: 10px 16px !important;
    background: transparent !important;
    border-bottom: none !important;
    vertical-align: middle !important;
    line-height: 1.4;
    color: #374151;
}
.art-content .compare-method-table td.col-label {
    font-weight: 700 !important;
    color: var(--fbm-anthracite) !important;
    min-width: 175px;
    font-size: 13px;
    border-right: 1px solid #F3F4F6 !important;
}
.art-content .compare-method-table td.col-label.is-gold { color: var(--fbm-anthracite) !important; }
.art-content .compare-method-table td.val-gold  { color: #374151 !important; font-weight: 400; }
.art-content .compare-method-table td.val-blue  { color: #374151 !important; font-weight: 400; }
.art-content .compare-method-table td.val-muted { color: #374151 !important; }
.art-content .compare-method-table td:not(:first-child),
.art-content .compare-method-table th:not(:first-child) { min-width: 135px; }
@media (max-width: 640px) {
    .art-content .compare-method-table { font-size: 12px !important; }
    .art-content .compare-method-table td,
    .art-content .compare-method-table th { padding: 9px 10px !important; }
    .art-content .compare-method-table td.col-label,
    .art-content .compare-method-table th:first-child { min-width: 120px; }
    .art-content .compare-method-table td:not(:first-child),
    .art-content .compare-method-table th:not(:first-child) { min-width: 100px; }
}

/* ── İçerik Tablosu (TOC) ── */
.art-toc {
    background: #fff;
    border-radius: var(--fbm-radius-lg);
    border: 1px solid rgba(201,168,76,.2);
    box-shadow: var(--fbm-shadow-sm);
    margin: 28px 0 32px;
    overflow: hidden;
}
.art-toc-head {
    background: var(--fbm-anthracite);
    color: #fff;
    padding: 13px 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}
.art-toc-head i { color: var(--fbm-gold); font-size: 13px; }
.art-toc-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 14px 20px !important;
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.art-toc-list li {
    margin: 0 !important;
    list-style: none !important;
}
.art-toc-list li::before { display: none !important; content: none !important; }
.art-toc-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--fbm-anthracite);
    text-decoration: none;
    transition: background .18s, padding-left .18s;
    background: none;
}
.art-toc-list li a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 9px;
    color: var(--fbm-gold);
    flex-shrink: 0;
}
.art-toc-list li a:hover {
    background: rgba(201,168,76,.08);
    color: var(--fbm-anthracite);
    padding-left: 16px;
    text-decoration: none;
}

/* ── Paylaş ── */
.art-share {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #E5E7EB;
    margin-bottom: 24px;
}
.art-share-label {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #9CA3AF;
    margin-right: 4px;
}
.art-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s, opacity .2s;
    color: #fff;
}
.art-share-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,.18); color: #fff; }
.art-share-fb { background: #1877F2; }
.art-share-tw { background: #1DA1F2; }
.art-share-wa { background: #25D366; }

/* ── Kart (yorumlar) ── */
.art-card {
    background: #fff;
    border-radius: var(--fbm-radius-lg);
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: var(--fbm-shadow-sm);
}
.art-card-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 28px;
    background: var(--fbm-anthracite);
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 12px;
}
.art-card-head--static {
    cursor: default;
    pointer-events: none;
}
.art-card-title {
    font-family: var(--fbm-font-display);
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 10px;
}
.art-card-title-icon {
    color: var(--fbm-gold);
    font-size: 15px;
    flex-shrink: 0;
}
.art-card-chevron {
    color: var(--fbm-gold);
    font-size: 13px;
    transition: transform .25s;
    flex-shrink: 0;
}
.art-card-body { padding: 24px 28px; border-top: 1px solid rgba(0,0,0,.05); }

/* ── Yorumlar (comment-area) ── */
.cmt-area { }

.cmt-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.cmt-item {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #F3F4F6;
}
.cmt-item:last-of-type { border-bottom: none; }

.cmt-item--reply {
    background: rgba(201,168,76,.04);
    border-radius: var(--fbm-radius);
    padding: 16px 18px;
    margin: 0 0 4px;
    border-left: 3px solid var(--fbm-gold);
    border-bottom: none;
}

.cmt-avatar-wrap { flex-shrink: 0; }
.cmt-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(201,168,76,.3);
}
.cmt-item--reply .cmt-avatar { border-color: var(--fbm-gold); }

.cmt-body { flex: 1; min-width: 0; }

.cmt-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}
.cmt-name {
    font-family: var(--fbm-font-display);
    font-weight: 700;
    font-size: 14px;
    color: var(--fbm-anthracite);
}
.cmt-date {
    font-size: 11.5px;
    color: #9CA3AF;
    display: flex;
    align-items: center;
    gap: 4px;
}
.cmt-date i { font-size: 10px; color: var(--fbm-gold); }

.cmt-reply-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--fbm-gold);
    background: rgba(201,168,76,.12);
    padding: 2px 8px;
    border-radius: 10px;
}

.cmt-votes { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.cmt-vote {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 14px;
    text-decoration: none;
    transition: background .18s, color .18s;
    border: 1px solid transparent;
}
.cmt-vote--up {
    color: #16A34A;
    background: rgba(22,163,74,.07);
    border-color: rgba(22,163,74,.2);
}
.cmt-vote--up:hover { background: rgba(22,163,74,.15); color: #16A34A; }
.cmt-vote--down {
    color: #DC2626;
    background: rgba(220,38,38,.07);
    border-color: rgba(220,38,38,.2);
}
.cmt-vote--down:hover { background: rgba(220,38,38,.15); color: #DC2626; }

.cmt-text {
    font-size: 14.5px;
    line-height: 1.72;
    color: #374151;
    margin: 0;
}

.cmt-pagination { margin-top: 8px; margin-bottom: 8px; }

.cmt-empty {
    text-align: center;
    padding: 36px 0 28px;
    color: #9CA3AF;
}
.cmt-empty i {
    font-size: 2rem;
    color: rgba(201,168,76,.4);
    display: block;
    margin-bottom: 10px;
}
.cmt-empty p { font-size: 14px; margin: 0; }

/* Form */
.cmt-form-wrap {
    border-top: 1px solid #E5E7EB;
    margin-top: 8px;
    padding-top: 24px;
}
.cmt-form-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--fbm-font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--fbm-anthracite);
    margin-bottom: 20px;
}
.cmt-form-header i { color: var(--fbm-gold); font-size: 14px; }

.cmt-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.cmt-form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 16px; }
.cmt-form-row .cmt-form-group { margin-bottom: 0; }

.cmt-label {
    font-size: 12px;
    font-weight: 600;
    color: #6B7280;
    letter-spacing: .04em;
}
.cmt-input {
    width: 100%;
    border: 1px solid #D1D5DB;
    border-radius: var(--fbm-radius);
    padding: 10px 14px;
    font-size: 14px;
    color: var(--fbm-anthracite);
    background: #fff;
    transition: border-color .18s, box-shadow .18s;
    outline: none;
}
.cmt-input:focus {
    border-color: var(--fbm-gold);
    box-shadow: 0 0 0 3px rgba(201,168,76,.12);
}
.cmt-textarea { resize: vertical; min-height: 110px; }

.cmt-captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.cmt-captcha-img {
    cursor: pointer;
    border-radius: var(--fbm-radius);
    overflow: hidden;
    border: 1px solid #D1D5DB;
    line-height: 0;
    flex-shrink: 0;
}
.cmt-captcha-img img { display: block; height: 42px; width: auto; }
.cmt-captcha-refresh {
    height: 42px;
    padding: 0 12px;
    border: 1px solid #D1D5DB;
    border-radius: var(--fbm-radius);
    background: #fff;
    color: #6B7280;
    cursor: pointer;
    font-size: 13px;
    transition: border-color .18s, color .18s;
    flex-shrink: 0;
}
.cmt-captcha-refresh:hover { border-color: var(--fbm-gold); color: var(--fbm-anthracite); }
.cmt-captcha-input { flex: 1; min-width: 120px; max-width: 180px; }

.cmt-form-footer { display: flex; justify-content: flex-end; }
.cmt-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 28px;
    background: var(--fbm-anthracite);
    color: #fff;
    border: none;
    border-radius: var(--fbm-radius);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, transform .18s;
}
.cmt-submit:hover { background: var(--fbm-gold); color: var(--fbm-anthracite); transform: translateY(-1px); }
.cmt-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }

.cmt-error {
    font-size: 12px;
    color: #DC2626;
    margin-top: 3px;
    display: block;
}

@media (max-width: 640px) {
    .cmt-form-row { grid-template-columns: 1fr; }
    .cmt-votes { margin-left: 0; margin-top: 4px; }
    .cmt-meta { gap: 7px; }
    .cmt-captcha-input { max-width: 100%; }
    .cmt-form-footer { justify-content: stretch; }
    .cmt-submit { width: 100%; justify-content: center; }
}

/* ── Sidebar ── */
.art-sidebar { position: sticky; top: 100px; }
.art-sidebar-card {
    background: #fff;
    border-radius: var(--fbm-radius-lg);
    box-shadow: var(--fbm-shadow);
    overflow: hidden;
    margin-bottom: 24px;
}
.art-sidebar-head {
    background: var(--fbm-anthracite);
    color: #fff;
    padding: 16px 24px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}
.art-sidebar-head i { color: var(--fbm-gold); font-size: 15px; }

/* ── İlgili makaleler ── */
.art-related {
    background: #fff;
    padding: 56px 0 64px;
    border-top: 1px solid #E5E7EB;
}
.art-related-head { margin-bottom: 36px; text-align: center; }
.art-related-title {
    font-family: var(--fbm-font-display);
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--fbm-anthracite);
    margin: 0;
}
.art-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
}
.art-rel-card {
    background: var(--fbm-offwhite);
    border-radius: var(--fbm-radius-lg);
    overflow: hidden;
    text-decoration: none;
    box-shadow: var(--fbm-shadow-sm);
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s;
}
.art-rel-card:hover { transform: translateY(-4px); box-shadow: var(--fbm-shadow); }
.art-rel-img { aspect-ratio: 4/3; overflow: hidden; }
.art-rel-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.art-rel-card:hover .art-rel-img img { transform: scale(1.06); }
.art-rel-body { padding: 16px 18px 20px; flex: 1; display: flex; flex-direction: column; }
.art-rel-name {
    font-family: var(--fbm-font-display);
    font-size: .93rem;
    font-weight: 700;
    color: var(--fbm-anthracite);
    margin: 0 0 8px;
    line-height: 1.3;
}
.art-rel-desc { font-size: 12.5px; color: #6B7280; line-height: 1.55; flex: 1; margin: 0 0 10px; }
.art-rel-author {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--fbm-gold);
    display: flex;
    align-items: center;
    gap: 5px;
}
.art-rel-author::before {
    content: '';
    display: inline-block;
    width: 14px; height: 1.5px;
    background: var(--fbm-gold);
}

/* ── Modals ── */
.art-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,.55);
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.art-modal-box {
    background: #fff;
    border-radius: var(--fbm-radius-lg);
    padding: 36px 40px;
    max-width: 520px;
    width: 100%;
    position: relative;
    box-shadow: var(--fbm-shadow-lg);
    font-size: 14.5px;
    line-height: 1.72;
    color: #374151;
}
.art-modal-close {
    position: absolute;
    top: 14px; right: 18px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #9CA3AF;
    line-height: 1;
    transition: color .2s;
}
.art-modal-close:hover { color: var(--fbm-anthracite); }

/* ── Responsive ── */
.art-hide-mobile { display: block; }
.art-hide-desktop { display: none; }

@media (max-width: 1024px) {
    .art-grid { grid-template-columns: 1fr; }
    .art-hide-mobile { display: none !important; }
    .art-hide-desktop { display: block !important; }
}
@media (max-width: 640px) {
    .art-hero { padding: 28px 0 24px; }
    .art-hero-title { font-size: 1.2rem; }
    .art-body { padding: 24px 0 40px; }
    .art-content { padding: 22px 18px; font-size: 14.5px; }
    .art-author-box { flex-direction: column; gap: 14px; }
    .art-author-img { width: 64px; height: 64px; min-width: 64px; }
    .art-bc-current { max-width: 160px; }
    .art-related-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .art-card-body { padding: 18px 20px; }
}
@media (max-width: 480px) {
    .art-related-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════
   Süreç Bilgi Bloğu — .fue-steps
   ══════════════════════════════════════════ */
.fue-steps {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--fbm-anthracite);
    border-radius: var(--fbm-radius-lg);
    padding: 24px 28px;
    margin: 28px 0 36px;
    color: #fff;
    border: 1px solid rgba(201,168,76,.15);
}
.fue-steps .label {
    font-family: var(--fbm-font-display);
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.4;
    text-align: center;
    flex: 0 0 18%;
    color: #fff;
    padding-right: 20px;
    border-right: 1px solid rgba(201,168,76,.25);
}
.fue-steps .steps {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    flex: 1;
}
.fue-steps .step {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(201,168,76,.15);
    color: #fff;
    text-align: center;
    padding: 16px 10px;
    border-radius: var(--fbm-radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex: 1;
    min-height: 170px;
    font-size: 12.5px;
    font-weight: 600;
    transition: background .2s, border-color .2s;
}
.fue-steps .step:hover {
    background: rgba(201,168,76,.1);
    border-color: rgba(201,168,76,.35);
}
.fue-steps .step .icon {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fue-steps .step .icon img,
.fue-steps .step .icon svg {
    width: 52px;
    height: 52px;
    filter: brightness(0) invert(1) opacity(.8);
}
.fue-steps .step .icon i {
    font-size: 2.4rem;
    color: rgba(255,255,255,.75);
}
.fue-steps .step .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(255,255,255,.82);
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fue-steps .step .operation-subtext {
    background: var(--fbm-gold);
    color: var(--fbm-anthracite);
    font-weight: 700;
    border-radius: 20px;
    font-size: 13px;
    padding: 4px 12px;
    white-space: nowrap;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .fue-steps .label { font-size: .95rem; flex: 0 0 22%; }
    .fue-steps .step { font-size: 12px; padding: 12px 8px; }
}
@media (max-width: 700px) {
    .fue-steps {
        flex-direction: column;
        padding: 20px 18px;
        gap: 16px;
    }
    .fue-steps .label {
        flex: unset;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(201,168,76,.25);
        padding-right: 0;
        padding-bottom: 14px;
        font-size: 1rem;
    }
    .fue-steps .steps {
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }
    .fue-steps .step {
        flex: 0 0 calc(50% - 4px);
        min-height: 150px;
    }
}

/* ══════════════════════════════════════════════════════
   Legal Document Card (.ld-*)
   ══════════════════════════════════════════════════════ */
.ld-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(201,168,76,.2);
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
    margin-bottom: 36px;
}
.ld-head {
    background: var(--fbm-anthracite);
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
}
.ld-head-icon {
    width: 44px; height: 44px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(201,168,76,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--fbm-gold);
    font-size: 18px;
}
.ld-head-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
    margin-bottom: 3px;
}
.ld-head-title {
    font-family: var(--fbm-font-display);
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
}
.ld-badge {
    margin-left: auto;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--fbm-gold);
    border: 1px solid rgba(201,168,76,.35);
    background: rgba(201,168,76,.08);
}
.ld-meta {
    background: #FAFAF8;
    border-top: 1px solid rgba(201,168,76,.15);
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.ld-meta-item {
    display: flex;
    flex-direction: column;
    padding: 12px 20px;
    flex: 1;
    min-width: 120px;
    border-right: 1px solid #E9EBF0;
}
.ld-meta-item:last-child { border-right: none; }
.ld-meta-key {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #9CA3AF;
    margin-bottom: 3px;
}
.ld-meta-val {
    font-size: 13px;
    font-weight: 600;
    color: var(--fbm-anthracite);
}

/* Override Word-exported inline styles — ONLY target bare unstyled spans (Word artefacts) */
.art-content span:not([style]) {
    font-family: inherit;
    font-size: inherit;
}
.art-content p[style*="margin-right"], .art-content td[style*="margin"] {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media (max-width: 640px) {
    .ld-head { flex-wrap: wrap; }
    .ld-badge { margin-left: 0; }
    .ld-meta-item { flex: 0 0 50%; }
}

/* ══════════════════════════════════════════════════════
   WhatsApp CTA Block (.wa-cta-*)
   ══════════════════════════════════════════════════════ */
.wa-cta-block {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #1E2432 0%, #252C3D 100%);
    border-radius: 14px;
    padding: 24px 28px;
    margin: 28px 0;
    border: 1px solid rgba(201,168,76,.2);
    box-shadow: 0 4px 24px rgba(0,0,0,.1);
    flex-wrap: wrap;
}
.wa-cta-icon {
    width: 52px; height: 52px;
    flex-shrink: 0;
    border-radius: 14px;
    background: rgba(37,211,102,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #25D366;
}
.wa-cta-body { flex: 1; min-width: 180px; }
.wa-cta-title {
    font-family: var(--fbm-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.wa-cta-desc {
    font-size: 13px;
    color: rgba(255,255,255,.6);
    line-height: 1.55;
}
.wa-cta-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-wrap: wrap;
}
.wa-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    height: 44px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s, opacity .2s;
    white-space: nowrap;
}
.wa-cta-btn:hover { transform: translateY(-2px); text-decoration: none; }
.wa-cta-btn--wa {
    background: #25D366;
    color: #fff;
    box-shadow: 0 6px 18px rgba(37,211,102,.3);
}
.wa-cta-btn--wa:hover {
    box-shadow: 0 10px 24px rgba(37,211,102,.45);
    color: #fff;
}
.wa-cta-btn--phone {
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.85);
    border: 1px solid rgba(255,255,255,.15);
}
.wa-cta-btn--phone:hover {
    background: rgba(255,255,255,.16);
    color: #fff;
}

/* Kategori sayfası CTA bölümü */
.cat-wa-cta {
    background: var(--fbm-anthracite);
    padding: 56px 0;
    border-top: 1px solid rgba(201,168,76,.12);
}
.cat-wa-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.cat-wa-text { flex: 1; min-width: 240px; }
.cat-wa-title {
    font-family: var(--fbm-font-display);
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}
.cat-wa-desc {
    font-size: 14.5px;
    color: rgba(255,255,255,.55);
    line-height: 1.65;
    margin: 0;
    max-width: 560px;
}
.cat-wa-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

@media (max-width: 680px) {
    .wa-cta-block { flex-direction: column; align-items: flex-start; }
    .wa-cta-actions { width: 100%; }
    .wa-cta-btn { flex: 1; justify-content: center; }
    .cat-wa-inner { flex-direction: column; text-align: center; }
    .cat-wa-actions { justify-content: center; }
    .cat-wa-desc { margin: 0 auto; }
}
