/* ==========================================================================
   PAGES.CSS — Sprint 3 deduplication
   
   Consolidates page-family CSS that was previously duplicated as an inline
   family). Moving it here means the browser downloads and parses it once
   and reuses it, cached, across every page — instead of re-parsing an
   identical block on every single navigation. No visual change: this is
   the exact same CSS text that was already shipping, just deduplicated.
   ========================================================================== */

/* ---- Service category & sub-service pages (/hizmetler/*/) (99 pages) ---- */
.svc-hero {
      padding-top: var(--nav-h);
      background: var(--bg);
      padding-bottom: 0;
    }
    .svc-hero-in {
      max-width: var(--container);
      margin: 0 auto;
      padding: 64px var(--section-pad) 72px;
    }
    .svc-hero-top {
      display: grid;
      grid-template-columns: 1fr;
      gap: 48px;
    }
    @media (min-width: 1024px) { .svc-hero-top { grid-template-columns: 1fr 420px; align-items: start; } }
    .sh-pill {
      display: inline-flex; align-items: center; gap: 8px;
      font-family: var(--fd); font-size: 11px; font-weight: 700;
      text-transform: uppercase; letter-spacing: .1em;
      padding: 5px 14px 5px 8px; border-radius: 100px;
      margin-bottom: 22px;
      background: rgba(108,79,245,.1); color: #6C4FF5;
      border: 1px solid rgba(108,79,245,.2);
    }
    .sh-pill-dot { width: 7px; height: 7px; background: #6C4FF5; border-radius: 50%; }
    .svc-h1 {
      font-family: var(--fd); font-size: clamp(42px,5.5vw,82px);
      font-weight: 800; letter-spacing: -.03em; line-height: 1.0;
      color: var(--ink); margin-bottom: 22px;
    }
    .svc-lead { font-size: clamp(15px,1.4vw,17px); color: var(--ink2); line-height: 1.85; max-width: 520px; margin-bottom: 32px; }
    .svc-ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
    .svc-trust { display: flex; flex-wrap: wrap; gap: 14px 28px; }
    .strust { font-size: 12.5px; color: var(--ink3); display: flex; align-items: center; gap: 6px; }
    .strust svg { width: 14px; height: 14px; stroke: var(--g); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
    .svc-stat-panel {
      background: var(--w); border: 1px solid var(--bdr);
      border-radius: var(--radius-4xl); padding: 30px;
      box-shadow: var(--shadow-sm);
    }
    .ssp-label { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--ink3); font-family: var(--fd); margin-bottom: 18px; display: block; }
    .ssp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .ssp-item { display: flex; flex-direction: column; gap: 4px; }
    .ssp-n { font-family: var(--fd); font-size: 32px; font-weight: 800; letter-spacing: -.03em; line-height: 1; color: var(--ink); }
    .ssp-n em { color: #6C4FF5; font-style: normal; }
    .ssp-l { font-size: 12px; color: var(--ink3); }
    .ssp-divider { height: 1px; background: var(--bdr); margin: 18px 0; }
    .ssp-case { display: flex; flex-direction: column; gap: 6px; }
    .ssp-case-tag { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--ink3); font-family: var(--fd); }
    .ssp-case-m { font-family: var(--fd); font-size: 28px; font-weight: 800; letter-spacing: -.03em; color: #6C4FF5; line-height: 1; }
    .ssp-case-l { font-size: 13px; font-weight: 600; color: var(--ink); }
    .ssp-case-lnk { font-size: 11.5px; color: var(--r); text-decoration: none; font-weight: 600; margin-top: 4px; display: inline-block; }
    /* Sub-services grid */
    .svc-sub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin-top: 56px; }
    @media (max-width: 900px) { .svc-sub-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) { .svc-sub-grid { grid-template-columns: 1fr; } }
    .ssc {
      display: flex; flex-direction: column; gap: 12px;
      background: var(--w); border: 1px solid var(--bdr);
      border-radius: var(--radius-3xl); padding: 26px 24px;
      text-decoration: none;
      transition: transform .25s var(--spring), box-shadow .25s, border-color .2s;
    }
    .ssc:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(108,79,245,.25); }
    .ssc-ico { width: 42px; height: 42px; border-radius: 10px; background: rgba(108,79,245,.1); display: flex; align-items: center; justify-content: center; }
    .ssc-ico svg { width: 20px; height: 20px; stroke: #6C4FF5; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .ssc-ttl { font-family: var(--fd); font-size: 16px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; line-height: 1.2; }
    .ssc-p { font-size: 13px; color: var(--ink3); line-height: 1.75; }
    .ssc-arr { font-size: 12px; color: #6C4FF5; font-weight: 600; margin-top: auto; }
    /* Sectors section */
    .svc-sectors { background: var(--w); padding: 80px var(--section-pad); }
    .svc-sec-in { max-width: var(--container); margin: 0 auto; }
    .sec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 44px; }
    @media (max-width: 900px) { .sec-grid { grid-template-columns: repeat(2, 1fr); } }
    .sec-item { border: 1px solid var(--bdr); border-radius: var(--radius-2xl); padding: 18px; text-decoration: none; transition: border-color .2s, background .2s; }
    .sec-item:hover { border-color: rgba(108,79,245,.3); background: rgba(108,79,245,.04); }
    .sec-item-name { font-family: var(--fd); font-size: 14px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }
    .sec-item-p { font-size: 12px; color: var(--ink3); margin-top: 4px; line-height: 1.6; }
    /* Cities section */
    .svc-cities { padding: 80px var(--section-pad); background: var(--bg); }
    .svc-cities-in { max-width: var(--container); margin: 0 auto; }
    .city-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
    .city-tag {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 13px; font-weight: 500;
      border: 1px solid var(--bdr); border-radius: 100px;
      padding: 7px 16px; text-decoration: none;
      color: var(--ink2); background: var(--w);
      transition: border-color .15s, color .15s, background .15s;
    }
    .city-tag:hover { border-color: rgba(108,79,245,.4); color: #6C4FF5; background: rgba(108,79,245,.05); }
    .city-tag span { font-size: 11px; color: var(--ink3); }

/* ---- Sector pages (/sektor/*/) (44 pages) ---- */
.sd-hero { padding-top: var(--nav-h); background: var(--bg); }
    .sd-hero-in { max-width: var(--container); margin: 0 auto; padding: 64px var(--section-pad) 72px; }
    .sd-pill { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fd); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 5px 14px 5px 8px; border-radius: 100px; margin-bottom: 22px; background: rgba(255,122,0,.1); color: #FF7A00; border: 1px solid rgba(255,122,0,.2); }
    .sd-pill-dot { width: 7px; height: 7px; background: #FF7A00; border-radius: 50%; }
    .sd-h1 { font-family: var(--fd); font-size: clamp(42px,5.5vw,82px); font-weight: 800; letter-spacing: -.03em; line-height: 1.0; color: var(--ink); margin-bottom: 22px; max-width: 760px; }
    .sd-lead { font-size: clamp(15px,1.4vw,17px); color: var(--ink2); line-height: 1.85; max-width: 560px; margin-bottom: 32px; }
    /* Challenge cards */
    .challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin-top: 56px; }
    @media (max-width: 900px) { .challenge-grid { grid-template-columns: 1fr; } }
    .challenge-card { background: var(--w); border: 1px solid var(--bdr); border-radius: var(--radius-3xl); padding: 26px 24px; }
    .challenge-num { font-family: var(--fd); font-size: 11px; font-weight: 700; color: #FF7A00; margin-bottom: 12px; letter-spacing: .05em; }
    .challenge-ttl { font-family: var(--fd); font-size: 16px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; margin-bottom: 8px; line-height: 1.25; }
    .challenge-p { font-size: 13px; color: var(--ink3); line-height: 1.75; }
    /* Services for sector */
    .sec-svc-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 44px; }
    @media (max-width: 900px) { .sec-svc-list { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) { .sec-svc-list { grid-template-columns: 1fr; } }
    .sec-svc-item { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--w); border: 1px solid var(--bdr); border-radius: var(--radius-2xl); text-decoration: none; transition: border-color .15s, transform .2s var(--spring); }
    .sec-svc-item:hover { border-color: #FF7A00; transform: translateY(-2px); }
    .sec-svc-ico { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,122,0,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .sec-svc-ico svg { width: 17px; height: 17px; stroke: #FF7A00; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .sec-svc-name { font-family: var(--fd); font-size: 13.5px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }

/* ---- Province hub pages (province tier-1 & tier-2) (21 pages) ---- */
.prov-hero { padding-top: var(--nav-h); background: var(--bg); }
    .prov-hero-in { max-width: var(--container); margin: 0 auto; padding: 64px var(--section-pad) 72px; }
    .prov-pill { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fd); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 5px 14px 5px 8px; border-radius: 100px; margin-bottom: 22px; background: rgba(0,170,238,.1); color: #00AAEE; border: 1px solid rgba(0,170,238,.2); }
    .prov-pill-dot { width: 7px; height: 7px; background: #00AAEE; border-radius: 50%; }
    .prov-h1 { font-family: var(--fd); font-size: clamp(42px,5.5vw,82px); font-weight: 800; letter-spacing: -.03em; line-height: 1.0; color: var(--ink); margin-bottom: 22px; }
    .prov-lead { font-size: clamp(15px,1.4vw,17px); color: var(--ink2); line-height: 1.85; max-width: 560px; margin-bottom: 32px; }
    .prov-stat-row { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 44px; }
    .pst { padding: 0 26px 0 0; margin-right: 26px; border-right: 1px solid var(--bdr); }
    .pst:last-child { border-right: none; padding-right: 0; margin-right: 0; }
    .pst-n { font-family: var(--fd); font-size: clamp(20px,2.2vw,28px); font-weight: 800; letter-spacing: -.03em; color: var(--ink); display: block; line-height: 1; }
    .pst-l { font-size: 11.5px; color: var(--ink3); margin-top: 4px; display: block; }
    /* Services in city grid */
    .prov-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin-top: 44px; }
    @media (max-width: 900px) { .prov-svc-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) { .prov-svc-grid { grid-template-columns: 1fr; } }
    .psc {
      display: flex; flex-direction: column; gap: 10px;
      background: var(--w); border: 1px solid var(--bdr); border-radius: var(--radius-3xl);
      padding: 24px 22px; text-decoration: none;
      transition: transform .25s var(--spring), box-shadow .25s, border-color .2s;
    }
    .psc:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(0,170,238,.25); }
    .psc-ico { width: 40px; height: 40px; border-radius: 10px; background: rgba(0,170,238,.1); display: flex; align-items: center; justify-content: center; }
    .psc-ico svg { width: 19px; height: 19px; stroke: #00AAEE; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .psc-ttl { font-family: var(--fd); font-size: 15px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
    .psc-p { font-size: 12.5px; color: var(--ink3); line-height: 1.7; }
    /* Districts */
    .district-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
    .district-tag { font-size: 13px; font-weight: 500; border: 1px solid var(--bdr); border-radius: 100px; padding: 7px 16px; text-decoration: none; color: var(--ink2); background: var(--w); transition: border-color .15s, color .15s, background .15s; }
    .district-tag:hover { border-color: #00AAEE; color: #00AAEE; background: rgba(0,170,238,.05); }

/* ---- Glossary term pages (/sozluk/*/) (16 pages) ---- */
.term-hero { padding-top: var(--nav-h); background: var(--bg); }
    .term-in { max-width: 720px; margin: 0 auto; padding: 56px var(--section-pad) 80px; }
    .term-pill { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fd); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 5px 14px 5px 8px; border-radius: 100px; margin-bottom: 22px; background: rgba(108,79,245,.1); color: #6C4FF5; border: 1px solid rgba(108,79,245,.2); }
    .term-pill-dot { width: 7px; height: 7px; background: #6C4FF5; border-radius: 50%; }
    .term-h1 { font-family: var(--fd); font-size: clamp(30px,4.2vw,48px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; color: var(--ink); margin-bottom: 20px; }
    .term-short { font-size: 18px; color: var(--ink); font-weight: 500; line-height: 1.7; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
    .term-body p { font-size: 16px; line-height: 1.85; color: var(--ink2); margin-bottom: 20px; }
    .term-related { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
    .term-related-ttl { font-family: var(--fd); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink3); margin-bottom: 14px; }
    .term-related-links { display: flex; flex-wrap: wrap; gap: 10px; }
    .term-related-links a { display: inline-block; padding: 8px 16px; border-radius: 100px; border: 1px solid var(--line); font-size: 13.5px; color: var(--ink2); text-decoration: none; }
    .term-related-links a:hover { border-color: #6C4FF5; color: #6C4FF5; }

/* ---- Blog article pages (/blog/*/) (12 pages) ---- */
.art-hero { padding-top: var(--nav-h); background: var(--bg); }
    .art-hero-in { max-width: 760px; margin: 0 auto; padding: 56px var(--section-pad) 8px; }
    .art-pill { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fd); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 5px 14px 5px 8px; border-radius: 100px; margin-bottom: 22px; }
    .art-pill-dot { width: 7px; height: 7px; border-radius: 50%; }
    .art-h1 { font-family: var(--fd); font-size: clamp(30px,4.2vw,52px); font-weight: 800; letter-spacing: -.03em; line-height: 1.08; color: var(--ink); margin-bottom: 20px; }
    .art-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; color: var(--ink3); margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
    .art-body { max-width: 760px; margin: 0 auto; padding: 0 var(--section-pad) 64px; }
    .art-body p { font-size: 16.5px; line-height: 1.85; color: var(--ink2); margin-bottom: 22px; }
    .art-body h2 { font-family: var(--fd); font-size: clamp(22px,2.6vw,30px); font-weight: 800; letter-spacing: -.02em; color: var(--ink); margin: 44px 0 18px; }
    .art-body h3 { font-family: var(--fd); font-size: 19px; font-weight: 700; color: var(--ink); margin: 30px 0 12px; }
    .art-body ul, .art-body ol { margin: 0 0 22px; padding-left: 22px; }
    .art-body li { font-size: 16px; line-height: 1.8; color: var(--ink2); margin-bottom: 10px; }
    .art-body strong { color: var(--ink); font-weight: 700; }
    .art-cta-box { background: var(--w); border: 1px solid var(--line); border-radius: 16px; padding: 28px; margin: 40px 0; }
    .art-cta-box p { margin-bottom: 14px; font-size: 15px; }
    .art-related { max-width: var(--container); margin: 0 auto; padding: 20px var(--section-pad) 80px; }

/* ---- Case study detail pages (/basari-hikayeleri/*/) (9 pages) ---- */
.cs-detail-header { padding-top: var(--nav-h); background: var(--ink-fixed); position: relative; overflow: hidden; }
    .cs-detail-header::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse 55% 75% at 82% 20%, rgba(108,79,245,.12) 0%, transparent 52%); pointer-events:none; }
    .cs-detail-header-in { max-width: 900px; margin: 0 auto; padding: 56px var(--section-pad) 64px; position: relative; z-index: 1; }
    .csd-breadcrumb a, .csd-breadcrumb span { font-family: var(--fd); font-size: 12px; color: rgba(255,255,255,.3); text-decoration: none; }
    .csd-breadcrumb a:hover { color: rgba(255,255,255,.6); }
    .csd-breadcrumb .sep { margin: 0 6px; color: rgba(255,255,255,.15); }
    .csd-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 20px; }
    .csd-tag { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 5px 12px; border-radius: 100px; font-family: var(--fd); background: rgba(255,255,255,.08); color: rgba(255,255,255,.6); }
    .csd-h1 { font-family: var(--fd); font-size: clamp(32px,4.5vw,56px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; color: #fff; margin-bottom: 32px; max-width: 760px; }
    /* KPI row */
    .csd-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-3xl); overflow: hidden; }
    @media (max-width: 640px) { .csd-kpis { grid-template-columns: 1fr; } }
    .csd-kpi { padding: 24px 26px; border-right: 1px solid rgba(255,255,255,.08); }
    .csd-kpi:last-child { border-right: none; }
    @media (max-width: 640px) { .csd-kpi { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); } .csd-kpi:last-child { border-bottom: none; } }
    .csd-kpi-n { font-family: var(--fd); font-size: clamp(28px,3vw,40px); font-weight: 800; letter-spacing: -.03em; color: var(--y); line-height: 1; }
    .csd-kpi-l { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 6px; }
    /* Body content */
    .cs-detail-body { max-width: 760px; margin: 0 auto; padding: 64px var(--section-pad) 40px; }
    .csd-section { margin-bottom: 56px; padding-top: 40px; border-top: 1px solid var(--bdr); }
    .csd-section:first-child { padding-top: 0; border-top: none; }
    .csd-section-num { font-family: var(--fd); font-size: 11px; font-weight: 700; color: var(--r); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
    .csd-section-ttl { font-family: var(--fd); font-size: clamp(24px,2.8vw,34px); font-weight: 800; color: var(--ink); letter-spacing: -.02em; margin-bottom: 18px; line-height: 1.15; }
    .csd-section p { font-size: 15px; color: var(--ink2); line-height: 1.9; margin-bottom: 16px; }
    .csd-before-after { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); margin: 24px 0; }
    @media (max-width: 640px) { .csd-before-after { grid-template-columns: 1fr; } }
    .ba-card { padding: 22px; border-radius: var(--radius-2xl); }
    .ba-card.before { background: var(--bg); border: 1px solid var(--bdr); }
    .ba-card.after { background: rgba(0,201,122,.06); border: 1px solid rgba(0,201,122,.2); }
    .ba-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-family: var(--fd); margin-bottom: 10px; }
    .ba-card.before .ba-label { color: var(--ink3); }
    .ba-card.after .ba-label { color: #00804C; }
    .ba-metric { font-family: var(--fd); font-size: 28px; font-weight: 800; letter-spacing: -.03em; }
    .ba-card.before .ba-metric { color: var(--ink3); }
    .ba-card.after .ba-metric { color: #00804C; }
    .ba-desc { font-size: 12.5px; color: var(--ink3); margin-top: 4px; }
    /* Timeline steps */
    .csd-timeline { margin: 24px 0; }
    .csd-tl-item { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--bdr); }
    .csd-tl-item:last-child { border-bottom: none; }
    .csd-tl-month { font-family: var(--fd); font-size: 13px; font-weight: 800; color: var(--r); flex-shrink: 0; width: 70px; }
    .csd-tl-content { flex: 1; }
    .csd-tl-ttl { font-family: var(--fd); font-size: 14.5px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
    .csd-tl-p { font-size: 13px; color: var(--ink3); line-height: 1.7; }
    /* Metric cards final results */
    .csd-final-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin: 24px 0; }
    @media (max-width: 640px) { .csd-final-metrics { grid-template-columns: 1fr; } }
    .fm-card { background: var(--w); border: 1px solid var(--bdr); border-radius: var(--radius-2xl); padding: 22px; }
    .fm-n { font-family: var(--fd); font-size: 32px; font-weight: 800; color: var(--r); letter-spacing: -.03em; }
    .fm-l { font-size: 12.5px; color: var(--ink3); margin-top: 6px; }
    /* Tags row */
    .csd-tags-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 32px 0; border-top: 1px solid var(--bdr); }
    .csd-final-tag { font-size: 12px; font-weight: 600; border: 1px solid var(--bdr); border-radius: 100px; padding: 6px 14px; color: var(--ink3); }

/* ---- Blog category pages (/blog/kategori/*/) (9 pages) ---- */
.bcat-hero { padding-top: var(--nav-h); background: var(--bg); }
    .bcat-in { max-width: var(--container); margin: 0 auto; padding: 64px var(--section-pad) 80px; }
    .bcat-pill { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fd); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 5px 14px 5px 8px; border-radius: 100px; margin-bottom: 22px; background: rgba(108,79,245,.1); color: #6C4FF5; border: 1px solid rgba(108,79,245,.2); }
    .bcat-pill-dot { width: 7px; height: 7px; background: #6C4FF5; border-radius: 50%; }
    .bcat-h1 { font-family: var(--fd); font-size: clamp(38px,5vw,68px); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; color: var(--ink); margin-bottom: 20px; }
    .bcat-lead { font-size: clamp(15px,1.4vw,17px); color: var(--ink2); line-height: 1.8; max-width: 560px; margin-bottom: 20px; }
    .bcat-count { font-size: 12.5px; color: var(--ink3); margin-bottom: 44px; }
    .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
    @media (max-width: 880px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) { .blog-grid { grid-template-columns: 1fr; } }

/* ---- Regional location hub pages (/lokasyonlar/*/) (8 pages) ---- */
.loc-hero { padding-top: var(--nav-h); background: var(--bg); }
    .loc-hero-in { max-width: var(--container); margin: 0 auto; padding: 72px var(--section-pad) 72px; }
    .loc-h1 { font-family: var(--fd); font-size: clamp(46px,6vw,90px); font-weight: 800; letter-spacing: -.035em; line-height: 1.0; color: var(--ink); margin-bottom: 22px; }
    .loc-h1 em { color: #00AAEE; font-style: normal; }
    .loc-lead { font-size: clamp(15px,1.5vw,18px); color: var(--ink2); line-height: 1.8; max-width: 580px; margin-bottom: 48px; }
    .loc-stats { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 56px; }
    .loc-si { padding: 0 28px 0 0; margin-right: 28px; border-right: 1px solid var(--bdr); }
    .loc-si:last-child { border-right: none; padding-right: 0; margin-right: 0; }
    .loc-sin { font-family: var(--fd); font-size: clamp(22px,2.5vw,34px); font-weight: 800; letter-spacing: -.03em; color: var(--ink); display: block; line-height: 1; }
    .loc-sin em { color: #00AAEE; font-style: normal; }
    .loc-sil { font-size: 12px; color: var(--ink3); margin-top: 4px; display: block; }
    /* Major cities grid */
    .major-city-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 44px; }
    @media (max-width: 1000px) { .major-city-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 600px) { .major-city-grid { grid-template-columns: repeat(2, 1fr); } }
    .mc-card {
      background: var(--w); border: 1px solid var(--bdr); border-radius: var(--radius-3xl);
      padding: 22px 20px; text-decoration: none;
      transition: border-color .15s, transform .2s var(--spring), box-shadow .2s;
      display: flex; flex-direction: column; gap: 4px;
    }
    .mc-card:hover { border-color: #00AAEE; transform: translateY(-4px); box-shadow: var(--shadow); }
    .mc-card-name { font-family: var(--fd); font-size: 17px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
    .mc-card-meta { font-size: 11.5px; color: var(--ink3); }
    /* Region groups */
    .region-group { margin-bottom: 40px; }
    .region-title { font-family: var(--fd); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ink3); margin-bottom: 16px; }
    .region-cities { display: flex; flex-wrap: wrap; gap: 7px; }
    .rc-tag { font-size: 13px; font-weight: 500; border: 1px solid var(--bdr); border-radius: 100px; padding: 7px 15px; text-decoration: none; color: var(--ink2); background: var(--w); transition: border-color .15s, color .15s, background .15s; }
    .rc-tag:hover { border-color: #00AAEE; color: #00AAEE; background: rgba(0,170,238,.05); }
