:root {
    --bg: #f8f5f0;
    --surface: #ffffff;
    --primary: #1a1a2e;
    --primary-light: #272744;
    --accent: #c97a1a;
    --accent-hover: #a86515;
    --accent-soft: #f5e6d0;
    --danger: #b71c1c;
    --danger-bg: #b71c1c;
    --warning-bg: #f9a825;
    --warning-text: #4a3600;
    --success: #2e7d32;
    --success-bg: #e8f5e9;
    --whatsapp: #25d366;
    --whatsapp-hover: #1da851;
    --r10-color: #e85d26;
    --text: #2d2d2d;
    --text-muted: #757575;
    --text-light: #a0a0a0;
    --border: #e0dbd3;
    --row-hover: #f0ebe2;
    --row-alt: #fdfcfa;
    --shadow-sm: 0 1px 4px rgba(26, 26, 46, 0.06);
    --shadow-md: 0 4px 16px rgba(26, 26, 46, 0.08);
    --shadow-lg: 0 8px 32px rgba(26, 26, 46, 0.10);
    --radius: 10px;
    --radius-sm: 6px;
    --font-display: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Inter', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* ---------- Temalı scroll çubuğu ---------- */
html {
    scrollbar-width: thin;                       /* Firefox */
    scrollbar-color: var(--accent) var(--bg);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bg);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--accent), var(--accent-hover));
    border-radius: 100px;
    border: 2px solid var(--bg);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-hover);
}

::-webkit-scrollbar-corner {
    background: var(--bg);
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
}

.band {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcements-wrap {
    display: flex;
    flex-direction: column;
}

.band-megaphone {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 1.6rem;
}

.band-megaphone--left {
    left: 5px;
}

.band-megaphone--right {
    right: 5px;
}

.band-megaphone {
    color: inherit;
    opacity: 0.85;
}

.band--red .band-megaphone {
    color: rgba(255,255,255,0.85);
}

.band--yellow .band-megaphone {
    color: rgba(74,54,0,0.75);
}

.band-text {
    display: inline-block;
}

.band--red {
    background: var(--danger-bg);
    color: #fff;
}

.band--yellow {
    background: var(--warning-bg);
    color: var(--warning-text);
}

.main-wrap {
    padding: 32px 0 80px;
    min-height: 70vh;
}

.page-title-block {
    margin-bottom: 28px;
    animation: fadeUp 0.5s ease both;
}

.page-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary);
    margin: 0 0 6px;
    line-height: 1.2;
}

.page-subtitle {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin: 0;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    padding: 0;
    animation: fadeUp 0.5s ease 0.1s both;
}

.filter-btn {
    display: inline-block;
    padding: 7px 18px;
    font-family: var(--font-body);
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--text-muted);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.filter-btn:hover {
    color: var(--accent);
    border-color: var(--accent);
}

.filter-btn.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.table-wrap {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    animation: fadeUp 0.5s ease 0.2s both;
}

.domain-table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.domain-table thead th {
    background: var(--primary);
    color: #d0d0e0;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 14px 16px;
    border: none;
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 2;
}

.domain-table tbody td {
    padding: 13px 16px;
    font-size: 0.9rem;
    border-bottom: 1px solid #f0ede8;
    vertical-align: middle;
    transition: background 0.15s ease;
}

.domain-table tbody tr {
    transition: background 0.15s ease;
}

.domain-table tbody tr:nth-child(even) {
    background: var(--row-alt);
}

.domain-table tbody tr:hover {
    background: var(--row-hover);
}

.domain-table tbody tr.hidden-row {
    display: none;
}

.site-adi-cell {
    color: var(--primary);
    font-size: 0.92rem;
}

.site-adi-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    margin: 0;
}

.site-adi-info {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.site-status {
    display: inline-flex;
}

.site-status .status-badge {
    padding: 2px 8px;
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.fiyat-cell {
    color: var(--accent);
    font-size: 0.95rem;
    white-space: nowrap;
}

.metric-badge {
    display: inline-block;
    min-width: 32px;
    text-align: center;
    padding: 3px 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--primary);
    background: #eee;
    border-radius: 6px;
}

.metric-cell {
    white-space: nowrap;
}

.metric-sep {
    margin: 0 4px;
    color: var(--text-light);
    font-weight: 600;
}

.status-badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 0.76rem;
    font-weight: 600;
    border-radius: 100px;
    letter-spacing: 0.02em;
}

.status-badge--active {
    background: var(--success-bg);
    color: var(--success);
}

.status-badge--passive {
    background: #ffebee;
    color: var(--danger);
}

.yazilim-badge {
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.76rem;
    font-weight: 500;
    border-radius: 6px;
}

.yazilim-badge--yes {
    background: #e3f2fd;
    color: #1565c0;
}

.yazilim-badge--no {
    background: #f5f5f5;
    color: #888;
}

.domain-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--accent);
}

.btn-wa-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    color: #fff;
    background: var(--whatsapp);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.btn-wa-row:hover {
    background: var(--whatsapp-hover);
    transform: translateY(-1px);
}

.btn-wa-row:active {
    transform: translateY(0);
}

.sidebar {
    position: sticky;
    top: 24px;
    animation: fadeUp 0.5s ease 0.3s both;
}

.sidebar-card {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    padding: 28px 24px;
    text-align: center;
    margin-bottom: 16px;
}

.sidebar-card--alt {
    padding: 20px 24px;
}

.sidebar-icon {
    margin-bottom: 16px;
}

.sidebar-title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.15rem;
    color: var(--primary);
    margin: 0 0 10px;
}

.sidebar-title--sm {
    font-size: 1rem;
}

.sidebar-desc {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin: 0 0 16px;
    line-height: 1.5;
}

.selected-count {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 16px;
    font-weight: 500;
    min-height: 20px;
}

.btn-whatsapp {
    display: inline-block;
    width: 100%;
    padding: 13px 20px;
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 600;
    color: #fff;
    background: var(--whatsapp);
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.btn-whatsapp:hover {
    background: var(--whatsapp-hover);
    transform: translateY(-1px);
}

.btn-whatsapp:active {
    transform: translateY(0);
}

.btn-r10 {
    display: inline-block;
    width: 100%;
    padding: 11px 20px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    background: var(--r10-color);
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
}

.btn-r10:hover {
    background: #cf4d1e;
    color: #fff;
    transform: translateY(-1px);
}

/* ---------- Sosyal linkler (Bizi Takip Edin) ---------- */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-social {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    padding: 11px 18px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    background-color: var(--social-color, var(--r10-color));
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='40'%3E%3Cg fill='%23ffffff' fill-opacity='0.22'%3E%3Ccircle cx='8' cy='10' r='2.5'/%3E%3Ccircle cx='26' cy='10' r='2.5'/%3E%3Ccircle cx='44' cy='10' r='2.5'/%3E%3Ccircle cx='8' cy='30' r='2.5'/%3E%3Ccircle cx='26' cy='30' r='2.5'/%3E%3Ccircle cx='44' cy='30' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    overflow: hidden;
    transition: filter 0.2s ease, transform 0.15s ease;
}

.btn-social i {
    font-size: 1.15rem;
    flex-shrink: 0;
}

.btn-social span {
    flex: 1;
    text-align: center;
}

.btn-social:hover {
    color: #fff;
    filter: brightness(0.92);
    transform: translateY(-1px);
}

/* ---------- Filtre araç çubuğu ---------- */
.cat-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    animation: fadeUp 0.5s ease 0.05s both;
}

.cat-pill {
    padding: 7px 18px;
    font-family: var(--font-body);
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--text-muted);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 100px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.cat-pill:hover {
    color: var(--accent);
    border-color: var(--accent);
}

.cat-pill.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.filter-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    position: relative;
    z-index: 30;
    animation: fadeUp 0.5s ease 0.1s both;
}

.table-wrap {
    position: relative;
    z-index: 1;
}

.cbox.is-open {
    z-index: 40;
}

.filter-search {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 240px;
    min-width: 220px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 0 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-search:focus-within {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(201, 122, 26, 0.12);
}

.filter-search > i {
    color: var(--text-light);
    font-size: 1rem;
    flex-shrink: 0;
}

.filter-search input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 10px 8px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text);
}

.filter-search-clear {
    display: none;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: none;
    background: var(--row-hover);
    color: var(--text-muted);
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease;
}

.filter-search-clear:hover {
    background: var(--accent);
    color: #fff;
}

/* Custom combobox */
.cbox {
    position: relative;
    flex: 0 0 auto;
}

/* Seçilen değer değişince kutu genişliği sabit kalsın (düzen kaymasın) */
.cbox[data-filter="kategori"] { width: 190px; }
.cbox[data-filter="sort"]   { width: 188px; }
.cbox[data-filter="da_min"] { width: 142px; }
.cbox[data-filter="pa_min"] { width: 142px; }
.cbox[data-filter="yas"]    { width: 168px; }

.cbox-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    padding: 9px 14px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 100px;
    font-family: var(--font-body);
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--text);
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cbox-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cbox-toggle:hover {
    border-color: var(--accent);
}

.cbox.is-open .cbox-toggle {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(201, 122, 26, 0.12);
}

.cbox-key {
    color: var(--text-muted);
}

.cbox-label strong {
    color: var(--primary);
    font-weight: 600;
}

.cbox-caret {
    font-size: 0.7rem;
    color: var(--text-muted);
    transition: transform 0.2s ease;
}

.cbox.is-open .cbox-caret {
    transform: rotate(180deg);
}

.cbox-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 100%;
    list-style: none;
    margin: 0;
    padding: 6px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}

.cbox.is-open .cbox-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cbox-opt {
    padding: 9px 14px;
    font-size: 0.85rem;
    color: var(--text);
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

.cbox-opt:hover {
    background: var(--row-hover);
    color: var(--accent);
}

.cbox-opt.is-active {
    background: var(--primary);
    color: #fff;
    font-weight: 500;
}

/* Custom checkbox */
.filter-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 100px;
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--text);
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s ease;
}

.filter-check:hover {
    border-color: var(--accent);
}

.filter-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.filter-check-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--border);
    border-radius: 5px;
    color: #fff;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.filter-check-box i {
    font-size: 0.85rem;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.filter-check input:checked + .filter-check-box {
    background: var(--accent);
    border-color: var(--accent);
}

.filter-check input:checked + .filter-check-box i {
    opacity: 1;
    transform: scale(1);
}

.filter-clear {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 14px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 100px;
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--text-muted);
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.filter-clear:hover {
    color: var(--danger);
    background: #ffebee;
}

.filter-result-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    font-size: 0.82rem;
    color: var(--text-muted);
    border-bottom: 1px solid #f0ede8;
}

.filter-result-bar span#resultCount {
    color: var(--accent);
    font-weight: 700;
}

.filter-loading {
    display: none;
    color: var(--accent);
}

.filter-loading.is-active {
    display: inline-flex;
}

.filter-loading i {
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Mobil filtre paneli — masaüstünde gizli/şeffaf, filtreler satır içinde kalır */
.filter-open-btn { display: none; }
.filter-controls { display: contents; }
.filter-controls-inner { display: contents; }
.filter-sheet-head { display: none; }
.filter-apply { display: none; }
.filter-backdrop { display: none; }

.site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding: 0;
    background-color: #ef6c00;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.16' stroke-width='2'%3E%3Ccircle cx='200' cy='200' r='45'/%3E%3Ccircle cx='200' cy='200' r='85'/%3E%3Ccircle cx='200' cy='200' r='125'/%3E%3Ccircle cx='200' cy='200' r='165'/%3E%3C/g%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cg fill='%23ffffff' fill-opacity='0.16'%3E%3Ccircle cx='14' cy='14' r='3'/%3E%3Ccircle cx='48' cy='14' r='3'/%3E%3Ccircle cx='82' cy='14' r='3'/%3E%3Ccircle cx='116' cy='14' r='3'/%3E%3Ccircle cx='14' cy='48' r='3'/%3E%3Ccircle cx='48' cy='48' r='3'/%3E%3Ccircle cx='82' cy='48' r='3'/%3E%3Ccircle cx='116' cy='48' r='3'/%3E%3Ccircle cx='14' cy='82' r='3'/%3E%3Ccircle cx='48' cy='82' r='3'/%3E%3Ccircle cx='82' cy='82' r='3'/%3E%3Ccircle cx='116' cy='82' r='3'/%3E%3Ccircle cx='14' cy='116' r='3'/%3E%3Ccircle cx='48' cy='116' r='3'/%3E%3Ccircle cx='82' cy='116' r='3'/%3E%3Ccircle cx='116' cy='116' r='3'/%3E%3C/g%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='60'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.15' stroke-width='2' stroke-linejoin='round'%3E%3Cpolygon points='35,14 51,30 35,46 19,30'/%3E%3Cpolygon points='95,14 111,30 95,46 79,30'/%3E%3Cpolygon points='155,14 171,30 155,46 139,30'/%3E%3Cpolygon points='215,14 231,30 215,46 199,30'/%3E%3C/g%3E%3C/svg%3E"),
        linear-gradient(135deg, #e65100, #ff8f00);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right bottom, left top, center top, center;
    background-size: 200px 200px, 140px 140px, 250px 60px, cover;
}

.site-footer .container-fluid {
    position: relative;
    z-index: 1;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-brand {
    font-family: var(--font-display);
    font-weight: 700;
    color: #fff;
    font-size: 1.05rem;
}

.footer-home {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.footer-logo {
    height: 34px;
    width: auto;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 0 16px;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-sep {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.3);
    vertical-align: middle;
}

.mobile-whatsapp-bar {
    display: none;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        position: static;
    }

    .main-wrap {
        padding-bottom: 100px;
    }

    /* Footer, alttaki sabit sipariş çubuğunun altında kalmasın */
    .site-footer {
        padding-bottom: 84px;
    }

    .mobile-whatsapp-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 12px 20px;
        box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.10);
        z-index: 1000;
        gap: 12px;
    }

    .mobile-wa-count {
        font-size: 0.84rem;
        font-weight: 500;
        color: var(--text-muted);
        white-space: nowrap;
    }

    .btn-whatsapp--sm {
        padding: 10px 18px;
        font-size: 0.84rem;
        width: auto;
        flex-shrink: 0;
    }
}

@media (max-width: 767.98px) {
    .page-title {
        font-size: 1.5rem;
    }

    .page-subtitle {
        font-size: 0.85rem;
    }

    .band {
        font-size: 0.75rem;
        padding: 8px 16px;
    }

    .band-megaphone i {
        font-size: 1.2rem;
    }

    .domain-table thead th {
        font-size: 0.7rem;
        padding: 10px 10px;
    }

    .domain-table tbody td {
        font-size: 0.82rem;
        padding: 10px 10px;
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-links a {
        padding: 0 10px;
        font-size: 0.82rem;
    }

    .filter-bar {
        gap: 6px;
    }

    .filter-btn {
        padding: 5px 14px;
        font-size: 0.78rem;
    }
}

/* ===================== BLOG ===================== */
.blog-card-link {
    display: block;
    text-decoration: none;
    height: 100%;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: fadeUp 0.5s ease both;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.blog-card-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.blog-card-noimg {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: rgba(255, 255, 255, 0.25);
    font-size: 2.6rem;
}

.blog-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.blog-card-cat {
    display: inline-block;
    width: fit-content;
    padding: 3px 12px;
    margin-bottom: 10px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 600;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.blog-card-title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.08rem;
    color: var(--primary);
    line-height: 1.35;
    margin: 0 0 8px;
}

.blog-card-excerpt {
    flex: 1;
    font-size: 0.86rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0 0 14px;
}

.blog-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: var(--text-light);
}

.blog-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-light);
}

.blog-empty i {
    font-size: 3rem;
    opacity: 0.4;
}

.blog-empty p {
    margin-top: 12px;
    font-size: 0.95rem;
    color: var(--text-muted);
}

/* Blog sidebar */
.blog-side-card {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    padding: 20px;
    margin-bottom: 20px;
}

.blog-side-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.02rem;
    color: var(--primary);
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.blog-side-title i {
    color: var(--accent);
    font-size: 0.95rem;
}

.blog-search {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 3px 3px 3px 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-search:focus-within {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(201, 122, 26, 0.12);
}

.blog-search input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 8px 6px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: var(--text);
}

.blog-search button {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.blog-search button:hover {
    background: var(--accent-hover);
}

.blog-cat-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-cat-list li + li {
    margin-top: 4px;
}

.blog-cat-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text);
    transition: background 0.18s ease, color 0.18s ease;
}

.blog-cat-list a:hover {
    background: var(--row-hover);
    color: var(--accent);
}

.blog-cat-list a.is-active {
    background: var(--primary);
    color: #fff;
}

.blog-cat-count {
    flex-shrink: 0;
    min-width: 26px;
    text-align: center;
    padding: 2px 8px;
    font-size: 0.74rem;
    font-weight: 600;
    border-radius: 100px;
    background: var(--accent-soft);
    color: var(--accent);
}

.blog-cat-list a.is-active .blog-cat-count {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.blog-pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 36px;
}

.blog-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--text);
    background: var(--surface);
    border: 1px solid var(--border);
    transition: all 0.2s ease;
}

.blog-page-link:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.blog-page-link.is-active {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* ---- Tek yazı ---- */
.post-wrap,
.static-page {
    max-width: 880px;
    margin: 0 auto;
    animation: fadeUp 0.5s ease both;
}

.post-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    margin-bottom: 22px;
}

.post-back:hover {
    color: var(--accent-hover);
}

.post-head {
    margin-bottom: 28px;
}

.post-cat {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 14px;
    background: var(--accent);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 600;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.post-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.2;
    color: var(--primary);
    margin: 0 0 12px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-muted);
    font-size: 0.88rem;
}

.post-cover {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: var(--radius);
    margin-bottom: 32px;
    box-shadow: var(--shadow-md);
}

.post-content,
.page-content {
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--text);
}

.post-content h1, .post-content h2, .post-content h3,
.post-content h4, .post-content h5, .post-content h6,
.page-content h1, .page-content h2, .page-content h3,
.page-content h4, .page-content h5, .page-content h6 {
    font-family: var(--font-display);
    color: var(--primary);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 12px;
}

.post-content p,
.page-content p {
    margin-bottom: 15px;
}

.post-content img,
.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.post-content ul, .post-content ol,
.page-content ul, .page-content ol {
    padding-left: 24px;
    margin-bottom: 15px;
}

.post-content a,
.page-content a {
    color: var(--accent);
}

.post-content blockquote,
.page-content blockquote {
    border-left: 4px solid var(--accent);
    padding: 12px 20px;
    margin: 20px 0;
    background: var(--row-alt);
    font-style: italic;
    color: #555;
    border-radius: 0 8px 8px 0;
}

.post-content table,
.page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.post-content table th, .post-content table td,
.page-content table th, .page-content table td {
    padding: 10px 14px;
    border: 1px solid var(--border);
    font-size: 0.9rem;
}

.post-content table th,
.page-content table th {
    background: var(--primary);
    color: #fff;
    font-weight: 500;
}

.related-title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--primary);
    margin: 48px 0 20px;
}

@media (max-width: 767.98px) {
    .post-title {
        font-size: 1.5rem;
    }
    .filter-toolbar {
        gap: 8px;
    }
    .filter-search {
        flex: 1 1 100%;
    }
}

/* ===================== MOBİL FİLTRE PANELİ ===================== */
@media (max-width: 767.98px) {
    .filter-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        animation: none;     /* transform içeren animasyon fixed paneli bozuyordu */
        position: static;    /* stacking context oluşturmasın */
        z-index: auto;       /* yoksa panel örtünün altında kalıyor */
    }

    .filter-search {
        flex: none;
        width: 100%;
    }

    .filter-open-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        align-self: center;
        padding: 12px 32px;
        background: #fff;
        color: var(--primary);
        border: 1px solid var(--border);
        border-radius: 100px;
        font-family: var(--font-body);
        font-weight: 600;
        font-size: 0.92rem;
        box-shadow: var(--shadow-md);
        cursor: pointer;
        transition: transform 0.15s ease, box-shadow 0.2s ease;
    }

    .filter-open-btn i { color: var(--accent); font-size: 1.05rem; }
    .filter-open-btn:active { transform: scale(0.97); }

    /* Arka plan bulanık örtü */
    .filter-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(26, 26, 46, 0.45);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        z-index: 1090;
    }
    .filter-backdrop.is-open { opacity: 1; visibility: visible; }

    /* Alttan açılan panel */
    .filter-controls {
        display: flex;
        flex-direction: column;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1100;
        max-height: 85vh;
        background: var(--surface);
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.22);
        transform: translateY(100%);
        transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .filter-controls.is-open { transform: translateY(0); }

    .filter-sheet-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        border-bottom: 1px solid var(--border);
        font-family: var(--font-display);
        font-weight: 600;
        font-size: 1.05rem;
        color: var(--primary);
    }
    .filter-sheet-head span { display: flex; align-items: center; gap: 8px; }
    .filter-sheet-head i { color: var(--accent); }

    .filter-sheet-close {
        width: 34px;
        height: 34px;
        border: none;
        border-radius: 50%;
        background: var(--row-hover);
        color: var(--text-muted);
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .filter-controls-inner {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 18px 20px 22px;
        overflow-y: auto;
    }

    .filter-controls .cbox { width: 100%; }
    .filter-controls .cbox-toggle { width: 100%; }

    /* Panelde dropdown yerine akordeon (taşma/kesilme olmasın) */
    .filter-controls .cbox-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: var(--bg);
        max-height: 0;
        overflow: hidden;
        padding: 0 6px;
        margin-top: 0;
        transition: max-height 0.22s ease, padding 0.22s ease, margin 0.22s ease;
    }
    .filter-controls .cbox.is-open .cbox-menu {
        max-height: 340px;
        padding: 6px;
        margin-top: 8px;
        border-radius: 10px;
    }

    .filter-check { width: 100%; justify-content: flex-start; }
    .filter-clear { width: 100%; justify-content: center; }

    .filter-apply {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 14px;
        margin-top: 4px;
        background: var(--accent);
        color: #fff;
        border: none;
        border-radius: var(--radius-sm);
        font-family: var(--font-body);
        font-weight: 600;
        font-size: 0.95rem;
        cursor: pointer;
    }
    .filter-apply:active { background: var(--accent-hover); }
}
