/* ============================================================
   Şehir içerik / SEO sayfası (/{il}-veterinerleri)
   ============================================================ */
.sehir-main {
    background: #f8fafc;
    padding-top: 80px; /* sabit header */
    min-height: 70vh;
}
.sehir-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 28px 20px 56px;
}

.sehir-breadcrumb {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 16px;
}
.sehir-breadcrumb a { color: #64748b; text-decoration: none; }
.sehir-breadcrumb a:hover { color: #f3123d; }
.sehir-breadcrumb span { margin: 0 6px; color: #cbd5e1; }
.sehir-breadcrumb strong { color: #1f2937; }

.sehir-hero {
    background: linear-gradient(135deg, #fff1f4 0%, #f5f3ff 100%);
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    padding: 28px 26px;
    margin-bottom: 22px;
}
.sehir-hero h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(24px, 3.5vw, 34px);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 12px;
}
.sehir-hero-ozet {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
}
.sehir-hero-ozet span { display: inline-flex; align-items: center; gap: 7px; }
.sehir-hero-ozet i { color: #f3123d; }

.sehir-icerik {
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    padding: 24px 26px;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.75;
    color: #374151;
}
.sehir-icerik p { margin: 0 0 14px; }
.sehir-icerik p:last-child { margin-bottom: 0; }
.sehir-icerik h2, .sehir-icerik h3 { font-family: 'Quicksand', sans-serif; color: #1f2937; margin: 18px 0 10px; }
.sehir-icerik ul, .sehir-icerik ol { margin: 0 0 14px; padding-left: 22px; }
.sehir-icerik a { color: #f3123d; font-weight: 600; text-decoration: none; }
.sehir-icerik img { max-width: 100%; height: auto; border-radius: 10px; margin: 8px 0; border: 1px solid #f3123d4a; }

.sehir-hizli,
.sehir-ilceler {
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    padding: 22px 26px;
    margin-bottom: 22px;
}
.sehir-hizli h2,
.sehir-ilceler h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 14px;
}
.sehir-hizli-linkler,
.sehir-ilce-linkler {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.sehir-hizli-link {
    display: inline-block;
    padding: 9px 15px;
    border-radius: 22px;
    background: #fff3f5;
    color: #f3123d;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s ease;
}
.sehir-hizli-link:hover { background: #f3123d; color: #fff; }
.sehir-ilce-link {
    display: inline-block;
    padding: 7px 13px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s ease;
}
.sehir-ilce-link:hover { background: #e2e8f0; color: #0f172a; }

.sehir-cta {
    text-align: center;
    margin-top: 10px;
}
.sehir-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 15px 30px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f3123d 0%, #d40f36 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}
.sehir-cta-btn:hover { box-shadow: 0 10px 24px rgba(243, 18, 61, 0.3); transform: translateY(-2px); color: #fff; }

@media (max-width: 600px) {
    .sehir-hero, .sehir-icerik, .sehir-hizli, .sehir-ilceler { padding: 18px 16px; }
}

/* ===== 2 kolon: içerik + sağ sidebar (blog) ===== */
.sehir-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: start;
}
.sehir-layout--tek { grid-template-columns: 1fr; max-width: 860px; margin: 0 auto; }
.sehir-govde { min-width: 0; }

.sehir-yan { position: sticky; top: 96px; }
.sehir-yan-kart {
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    padding: 20px 18px;
}
.sehir-yan-baslik {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.35;
}
.sehir-yan-baslik i { color: #f3123d; }
.sehir-yazi-liste { list-style: none; margin: 0; padding: 0; }
.sehir-yazi { border-top: 1px solid #f1f5f9; }
.sehir-yazi:first-child { border-top: none; }
.sehir-yazi a {
    display: flex;
    gap: 11px;
    padding: 12px 0;
    text-decoration: none;
    align-items: center;
}
.sehir-yazi-foto {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 9px;
    overflow: hidden;
    background: #f1f5f9;
}
.sehir-yazi-foto img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sehir-yazi-icerik { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.sehir-yazi-baslik {
    font-size: 13.5px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sehir-yazi a:hover .sehir-yazi-baslik { color: #f3123d; }
.sehir-yazi-tarih { font-size: 12px; color: #94a3b8; }
.sehir-yan-tumu {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #f3123d;
    text-decoration: none;
}
.sehir-yan-tumu:hover { text-decoration: underline; }

@media (max-width: 880px) {
    .sehir-layout { grid-template-columns: 1fr; }
    .sehir-yan { position: static; }
    .sehir-container { max-width: 760px; }
}

/* ===== Üst hero (tüm şehir sayfalarında ortak) ===== */
.sehir-hero-ust {
    background-color: #bfe3f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sehir-hero-ust-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.sehir-hero-ust-sol { flex: 1 1 52%; max-width: 560px; }
.sehir-hero-ust-baslik {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(24px, 3.4vw, 38px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 14px;
}
.sehir-hero-ust-icerik {
    font-size: 15px;
    line-height: 1.75;
    color: #ffffff;
}
.sehir-hero-ust-icerik p { margin: 0 0 10px; }
.sehir-hero-ust-icerik p:last-child { margin-bottom: 0; }
.sehir-hero-ust-icerik strong { color: #102d49; }
.sehir-hero-ust-icerik a { color: #0b66c3; font-weight: 600; }
.sehir-hero-ust-sag {
    flex: 0 0 auto;
    max-width: 44%;
    display: flex;
    justify-content: flex-end;
}
.sehir-hero-ust-sag img {
    max-width: 100%;
    max-height: 300px;
    height: auto;
    display: block;
}

@media (max-width: 820px) {
    .sehir-hero-ust-inner { flex-direction: column; text-align: center; gap: 24px; padding: 36px 18px; }
    .sehir-hero-ust-sol { max-width: 100%; }
    .sehir-hero-ust-sag { max-width: 80%; justify-content: center; }
}
