/* ═══════════════════════════════════════════════════════════════
   EFORSAN Elektrik — Site Stil Sayfası
   Tüm sayfalar arasında paylaşılır. Tek kaynak, tarayıcı önbelleğinden
   ikinci sayfadan itibaren ücretsiz yüklenir.
   ═══════════════════════════════════════════════════════════════ */

  /* ─────────── FONTLAR (yerel, değişken, Türkçe alt küme) ───────────
     Fraunces & Inter — SIL Open Font License 1.1
     Eksenler: Fraunces opsz 9–144 + wght 300–600 · Inter opsz 14–32 + wght 300–700 */
  @font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url('/assets/fonts/fraunces-normal.woff2') format('woff2-variations'),
         url('/assets/fonts/fraunces-normal.woff2') format('woff2');
  }
  @font-face {
    font-family: 'Fraunces';
    font-style: italic;
    font-weight: 300 600;
    font-display: swap;
    src: url('/assets/fonts/fraunces-italic.woff2') format('woff2-variations'),
         url('/assets/fonts/fraunces-italic.woff2') format('woff2');
  }
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('/assets/fonts/inter-normal.woff2') format('woff2-variations'),
         url('/assets/fonts/inter-normal.woff2') format('woff2');
  }

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

  :root {
    --anthracite-950: #0E1114;
    --anthracite-900: #151A1F;
    --anthracite-800: #1C2229;
    --anthracite-700: #252C35;
    --anthracite-600: #333B46;
    --anthracite-400: #6B7682;
    --anthracite-300: #8C96A2;
    --anthracite-200: #B4BCC6;
    --anthracite-100: #E8EBEF;
    --anthracite-50:  #F4F6F8;

    --copper:         #B87333;   /* ikon · çizgi · kenarlık · KOYU zeminde metin */
    --copper-text:    #9F632C;   /* AÇIK zeminde küçük metin — beyazda 4,89:1 · #F4F6F8'de 4,50:1 */
    --copper-hover:   #A7682E;   /* buton hover ZEMİNİ — üzerinde beyaz 4,51:1 */
    --copper-light:   #D49050;
    --copper-dark:    #8A5620;

    --white: #FFFFFF;
    --ink: var(--anthracite-900);
    --muted: var(--anthracite-400);

    --serif: 'Fraunces', 'Times New Roman', serif;
    --sans: 'Inter', -apple-system, sans-serif;
  }

  html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;      /* 72px sabit menü + nefes payı → WCAG 2.4.11 */
    scroll-padding-bottom: 100px;  /* sabit WhatsApp düğmesi için */
  }

  body {
    font-family: var(--sans);
    background: var(--white);
    color: var(--ink);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  a { color: inherit; text-decoration: none; }

  /* ─────────── ODAK GÖSTERGESİ (WCAG 2.4.7 · 1.4.11 · 2.4.13) ───────────
     Klavye kullanıcısı her durakta nerede olduğunu görmeli.
     Fare tıklamasında halka çıkmaz — tasarım bozulmaz. */
  :where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid var(--anthracite-950);
    outline-offset: 2px;
    border-radius: 2px;
  }
  /* Koyu zeminlerde halka beyaz (#0E1114 üzerinde beyaz = 18,94:1) */
  .value-band :where(a, button):focus-visible,
  #neden :where(a, button):focus-visible,
  footer :where(a, button):focus-visible,
  .showcase-card:focus-visible,
  .whatsapp-btn:focus-visible {
    outline-color: var(--white);
    outline-offset: 3px;
  }
  :where(a, button, input, select, textarea):focus:not(:focus-visible) { outline: none; }
  .hero-alert:focus-visible, .form-alert:focus-visible {
    outline: 3px solid var(--anthracite-950);
    outline-offset: 2px;
  }
  .container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

  /* ─────────── ATLAMA BAĞLANTISI (WCAG 2.4.1) ─────────── */
  .skip-link {
    position: absolute; left: 16px; top: -120px; z-index: 300;
    background: var(--anthracite-950); color: var(--white);
    padding: 14px 24px;
    font-family: var(--sans); font-size: 14px; font-weight: 500;
    letter-spacing: 0.5px;
    border-bottom: 2px solid var(--copper);
    transition: top 0.15s ease;
  }
  .skip-link:focus {
    top: 16px;
    outline: 3px solid var(--copper);
    outline-offset: 2px;
  }
  #icerik:focus { outline: none; }

  /* Honeypot alanı — görsel olarak gizli ama erişilebilirlik ağacında etiketli */
  .hp-field {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0);
    clip-path: inset(50%); white-space: nowrap; border: 0;
  }

  /* Yalnızca ekran okuyucuya görünen metin */
  .sr-only {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0);
    clip-path: inset(50%); white-space: nowrap; border: 0;
  }

  /* ─────────── NAV ─────────── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(14,17,20,0.06);
  }

  .nav-inner {
    max-width: 1240px; margin: 0 auto; padding: 0 32px;
    height: 72px;
    display: flex; align-items: center; justify-content: space-between;
  }

  .brand {
    display: flex; align-items: center; gap: 12px;
  }
  .brand-mark {
    width: 34px; height: 34px; border-radius: 2px;
    background: var(--anthracite-900);
    display: flex; align-items: center; justify-content: center;
    position: relative;
  }
  .brand-mark::after {
    content: ''; position: absolute;
    inset: 3px; border: 1px solid var(--copper);
    border-radius: 1px;
  }
  .brand-mark span {
    font-family: var(--serif); font-weight: 500;
    font-size: 15px; color: var(--copper);
    letter-spacing: 0.5px; z-index: 1;
  }
  .brand-text { display: flex; flex-direction: column; line-height: 1; }
  .brand-text strong { font-weight: 500; letter-spacing: 1.5px; font-size: 16px; text-transform: uppercase; }
  .brand-text small { font-size: 10px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-top: 3px; }

  .nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
  .nav-links a {
    font-size: 14px; font-weight: 400; color: var(--anthracite-600);
    letter-spacing: 0.2px; transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--copper-text); }
  .nav-toggle { display: none; }

  .nav-phone {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 14px; font-weight: 500; color: var(--ink) !important;
    padding-left: 24px;
    border-left: 1px solid rgba(14,17,20,0.1);
  }
  .nav-phone svg { color: var(--copper); }

  /* ─────────── HERO ─────────── */
  .hero {
    padding: 160px 0 120px;
    position: relative;
    background: var(--white);
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute; top: 0; right: 0; bottom: 0;
    width: 40%;
    background: linear-gradient(135deg, var(--anthracite-950) 0%, var(--anthracite-800) 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
  }
  .hero::after {
    content: '';
    position: absolute; top: 0; right: 0; bottom: 0;
    width: 40%;
    background-image: url('/assets/img/hero-yuksek-gerilim-enerji-hatti.jpg');
    background-image: -webkit-image-set(
      url('/assets/img/hero-yuksek-gerilim-enerji-hatti.webp') type('image/webp'),
      url('/assets/img/hero-yuksek-gerilim-enerji-hatti.jpg') type('image/jpeg'));
    background-image: image-set(
      url('/assets/img/hero-yuksek-gerilim-enerji-hatti.webp') type('image/webp'),
      url('/assets/img/hero-yuksek-gerilim-enerji-hatti.jpg') type('image/jpeg'));
    background-size: cover;
    background-position: center;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.34;   /* 0.18'de fotoğraf tamamen görünmez kalıyordu */
    z-index: 0;
    mix-blend-mode: screen;
  }

  .hero-inner {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1.2fr 1fr;
    gap: 80px; align-items: center;
  }

  .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 500;
    letter-spacing: 3px; text-transform: uppercase;
    color: var(--copper-text); margin-bottom: 28px;
  }
  .eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--copper); }

  .hero h1 {
    font-family: var(--serif);
    font-size: clamp(44px, 5.5vw, 72px);
    font-weight: 400; line-height: 1.05;
    letter-spacing: -1.5px; color: var(--ink);
    margin-bottom: 28px;
  }
  .hero h1 em { font-style: italic; color: var(--copper); font-weight: 400; }

  .hero-lead {
    font-size: 18px; line-height: 1.7;
    color: var(--anthracite-600);
    max-width: 520px; margin-bottom: 40px; font-weight: 300;
  }

  .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

  .hero-trust-row {
    display: flex; gap: 40px;
    margin: 0 0 36px;
    padding: 20px 0;
    border-top: 1px solid rgba(14,17,20,0.08);
    border-bottom: 1px solid rgba(14,17,20,0.08);
    flex-wrap: wrap;
  }
  .trust-stat { display: flex; flex-direction: column; }
  .trust-stat-num {
    font-family: var(--serif);
    font-size: 26px; font-weight: 400;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.5px;
  }
  .trust-stat-num em { font-style: italic; color: var(--copper-text); }
  .trust-stat-label {
    font-size: 11px; color: var(--muted);
    letter-spacing: 1.5px; text-transform: uppercase;
    margin-top: 6px;
  }

  .btn-primary {
    background: var(--ink); color: var(--white);
    padding: 16px 32px;
    font-size: 14px; font-weight: 500; letter-spacing: 0.5px;
    border: none; cursor: pointer;
    display: inline-flex; align-items: center; gap: 10px;
    transition: all 0.25s;
  }
  .btn-primary:hover { background: var(--copper-hover); transform: translateY(-1px); }
  .btn-primary svg { transition: transform 0.25s; }
  .btn-primary:hover svg { transform: translateX(4px); }

  .btn-ghost {
    background: transparent; color: var(--ink);
    padding: 16px 32px;
    font-size: 14px; font-weight: 500; letter-spacing: 0.5px;
    border: 1px solid rgba(14,17,20,0.15);
    cursor: pointer;
    display: inline-flex; align-items: center; gap: 10px;
    transition: all 0.25s;
  }
  .btn-ghost:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }

  .hero-card {
    background: var(--white);
    border: 1px solid rgba(14,17,20,0.08);
    padding: 40px;
    position: relative;
  }
  .hero-card::before {
    content: ''; position: absolute; top: -1px; left: -1px;
    width: 60px; height: 60px;
    border-top: 2px solid var(--copper);
    border-left: 2px solid var(--copper);
  }
  .hero-card::after {
    content: ''; position: absolute; bottom: -1px; right: -1px;
    width: 60px; height: 60px;
    border-bottom: 2px solid var(--copper);
    border-right: 2px solid var(--copper);
  }

  .est-mark {
    font-family: var(--serif); font-style: italic;
    font-size: 13px; color: var(--copper);
    letter-spacing: 1px; margin-bottom: 4px;
  }
  .est-year {
    font-family: var(--serif); font-size: 56px; font-weight: 400;
    color: var(--ink); line-height: 1;
    margin-bottom: 20px; letter-spacing: -1px;
  }
  .est-divider { width: 40px; height: 2px; background: var(--copper); margin-bottom: 20px; }
  .est-text { font-size: 14px; color: var(--anthracite-600); line-height: 1.7; }

  .hero-meta {
    display: grid; grid-template-columns: repeat(3,1fr);
    margin-top: 32px;
    border-top: 1px solid rgba(14,17,20,0.08);
  }
  .hero-meta-item {
    padding: 20px 16px;
    border-right: 1px solid rgba(14,17,20,0.08);
    text-align: center;
  }
  .hero-meta-item:last-child { border-right: none; }
  .hero-meta-num {
    font-family: var(--serif); font-size: 28px; font-weight: 400;
    color: var(--ink); line-height: 1;
  }
  .hero-meta-label {
    font-size: 11px; color: var(--muted);
    letter-spacing: 1.5px; text-transform: uppercase; margin-top: 6px;
  }

  /* ─────────── HERO FORM ─────────── */
  .hero-form {
    background: var(--white);
    border: 1px solid rgba(14,17,20,0.1);
    padding: 32px 32px 28px;
    position: relative;
    box-shadow: 0 1px 2px rgba(14,17,20,0.03);
  }
  .hero-form::before {
    content: ''; position: absolute; top: -1px; left: -1px;
    width: 60px; height: 60px;
    border-top: 2px solid var(--copper);
    border-left: 2px solid var(--copper);
    pointer-events: none;
  }
  .hero-form::after {
    content: ''; position: absolute; bottom: -1px; right: -1px;
    width: 60px; height: 60px;
    border-bottom: 2px solid var(--copper);
    border-right: 2px solid var(--copper);
    pointer-events: none;
  }

  .hero-form-head { margin-bottom: 24px; }

  .hero-form-mark {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 14px;
  }
  .est-pill {
    font-family: var(--serif); font-style: italic;
    font-size: 12px; color: var(--copper-text);
    letter-spacing: 1px;
    padding: 3px 10px;
    border: 1px solid rgba(184,115,51,0.3);
    border-radius: 2px;
  }
  .hero-form-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #10B981;
    animation: pulse-dot 2s infinite;
  }
  @keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.5; transform: scale(1.4); }
  }
  .hero-form-live {
    font-size: 11px; color: var(--muted);
    letter-spacing: 0.3px;
  }

  .hero-form-title {
    font-family: var(--serif);
    font-size: 22px; font-weight: 500;
    color: var(--ink);
    letter-spacing: -0.3px;
    margin-bottom: 4px;
  }
  .hero-form-sub {
    font-size: 13px; color: var(--muted);
    font-weight: 300;
  }

  .hero-field { margin-bottom: 12px; }
  .hero-field label {
    display: block;
    font-size: 10px; color: var(--muted);
    letter-spacing: 1.5px; text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 6px;
  }
  .hero-field input,
  .hero-field select {
    width: 100%;
    background: var(--white);
    border: 1px solid var(--anthracite-400);   /* beyaz üzerinde 4,63:1 — alan sınırı görünür */
    color: var(--ink);
    font-family: var(--sans); font-size: 14px;
    padding: 11px 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .hero-field input:focus-visible,
  .hero-field select:focus-visible {
    border-color: var(--anthracite-950);
    outline: 3px solid var(--anthracite-950);
    outline-offset: 1px;
  }
  .field-hint {
    font-size: 11px; color: var(--anthracite-600);
    letter-spacing: 0; text-transform: none; font-weight: 400;
    margin-top: 4px; display: block;
  }
  .req-note {
    font-size: 11px; color: var(--anthracite-600);
    margin-bottom: 14px; letter-spacing: 0.2px;
  }

  .hero-form-submit {
    width: 100%;
    background: var(--ink); color: var(--white);
    padding: 14px 20px;
    margin-top: 8px;
    font-family: var(--sans); font-size: 14px;
    font-weight: 500; letter-spacing: 0.8px;
    border: none; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    transition: background 0.25s;
  }
  .hero-form-submit:hover { background: var(--copper-hover); }
  .hero-form-submit:disabled { opacity: 0.6; cursor: not-allowed; }
  .hero-form-submit.loading .btn-text::after {
    content: '...'; animation: dots 1.2s infinite;
  }

  .hero-form-trust {
    display: flex; justify-content: space-between;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(14,17,20,0.06);
    gap: 8px;
  }
  .trust-item {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 11px; color: var(--anthracite-600);
    letter-spacing: 0.2px;
  }
  .trust-item svg { color: var(--copper); flex-shrink: 0; }

  .hero-alert {
    padding: 10px 14px;
    margin-bottom: 14px;
    font-size: 12px; line-height: 1.5;
    border-left: 3px solid;
    white-space: pre-line;
  }
  .hero-alert.success {
    background: #ECFDF5;
    border-color: #10B981;
    color: #065F46;
  }
  .hero-alert.error {
    background: #FEF2F2;
    border-color: #DC2626;
    color: #991B1B;
  }

  /* ─────────── VALUE PROPS BAND ─────────── */
  .value-band {
    background: var(--anthracite-950);
    padding: 56px 0;
    color: var(--white);
    position: relative; overflow: hidden;
  }
  .value-band::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--copper), transparent);
  }
  .value-band::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184,115,51,0.4), transparent);
  }

  .value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .value-item {
    display: flex; gap: 18px; align-items: flex-start;
    padding: 0 28px;
    border-right: 1px solid rgba(255,255,255,0.08);
  }
  .value-item:last-child { border-right: none; }
  .value-item:first-child { padding-left: 0; }
  .value-item:last-child { padding-right: 0; }

  .value-icon {
    flex-shrink: 0;
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    color: var(--copper);
  }
  .value-icon svg { width: 100%; height: 100%; }

  .value-text h4 {
    font-family: var(--serif);
    font-size: 20px; font-weight: 500;
    color: var(--white);
    margin-bottom: 6px;
    letter-spacing: -0.2px;
  }
  .value-text p {
    font-size: 13px; line-height: 1.6;
    color: var(--anthracite-200);
    font-weight: 300;
  }

  /* ─────────── SECTIONS ─────────── */
  section { padding: 120px 0; }

  .section-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 500;
    letter-spacing: 3px; text-transform: uppercase;
    color: var(--copper-text); margin-bottom: 24px;
  }
  .section-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--copper); }

  .section-title {
    font-family: var(--serif);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 400; line-height: 1.1;
    letter-spacing: -1px; color: var(--ink);
    margin-bottom: 20px;
  }
  .section-title em { font-style: italic; color: var(--copper); }

  .section-lead {
    font-size: 17px; line-height: 1.7;
    color: var(--anthracite-600); max-width: 560px; font-weight: 300;
  }

  /* ─────────── SERVICES ─────────── */
  #hizmetler { background: var(--white); }

  .services-head {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 64px; margin-bottom: 72px; align-items: end;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(14,17,20,0.08);
    border-left: 1px solid rgba(14,17,20,0.08);
  }

  .svc {
    padding: 40px 36px 44px;
    border-right: 1px solid rgba(14,17,20,0.08);
    border-bottom: 1px solid rgba(14,17,20,0.08);
    position: relative;
    transition: background 0.25s;
  }
  .svc:hover { background: var(--anthracite-50); }

  .svc-num {
    font-family: var(--serif); font-style: italic;
    font-size: 13px; color: var(--copper-text);
    letter-spacing: 1px; margin-bottom: 20px;
  }

  .svc-icon {
    width: 44px; height: 44px; margin-bottom: 20px;
    color: var(--ink); stroke-width: 1;
    transition: color 0.25s;
  }
  .svc:hover .svc-icon { color: var(--copper); }

  .svc-title {
    font-family: var(--serif);
    font-size: 22px; font-weight: 500;
    color: var(--ink); margin-bottom: 12px;
    letter-spacing: -0.3px; line-height: 1.3;
  }

  .svc-desc {
    font-size: 14px; color: var(--anthracite-600);
    line-height: 1.65; margin-bottom: 20px; font-weight: 300;
  }

  .svc-items {
    list-style: none;
    display: flex; flex-direction: column; gap: 6px;
    padding-top: 16px;
    border-top: 1px dashed rgba(14,17,20,0.1);
  }
  .svc-items li {
    font-size: 12px; color: var(--anthracite-600);
    display: flex; align-items: flex-start; gap: 10px;
    letter-spacing: 0.2px;
  }
  .svc-items li::before {
    content: '→'; color: var(--copper);
    font-size: 11px; flex-shrink: 0; margin-top: 2px;
  }

  /* ─────────── WHY ─────────── */
  #neden {
    background: var(--anthracite-950);
    color: var(--white);
    position: relative; overflow: hidden;
  }
  #neden::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--copper), transparent);
  }
  #neden .section-title { color: var(--white); }
  #neden .section-lead { color: var(--anthracite-200); }

  .why-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: start;
  }

  .why-list { display: flex; flex-direction: column; margin-top: 48px; }

  .why-item {
    display: grid; grid-template-columns: 60px 1fr;
    gap: 24px; padding: 28px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .why-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.08); }

  .why-num {
    font-family: var(--serif); font-style: italic;
    font-size: 18px; color: var(--copper);
    letter-spacing: 1px; padding-top: 4px;
  }

  .why-text h4 {
    font-family: var(--serif); font-size: 20px; font-weight: 400;
    color: var(--white); margin-bottom: 6px; letter-spacing: -0.2px;
  }
  .why-text p {
    font-size: 14px; color: var(--anthracite-200);
    line-height: 1.7; font-weight: 300;
  }

  /* ─────────── CERTS ─────────── */
  .certs { margin-top: 48px; }

  .certs-label {
    font-size: 11px; color: var(--copper);
    letter-spacing: 3px; text-transform: uppercase;
    margin-bottom: 20px;
  }

  .certs-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
  }

  .cert-card {
    padding: 24px 20px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.02);
    transition: all 0.25s;
  }
  .cert-card:hover {
    border-color: var(--copper);
    background: rgba(184,115,51,0.04);
  }

  .cert-seal {
    width: 36px; height: 36px; margin-bottom: 14px;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid var(--copper); border-radius: 50%;
    color: var(--copper);
  }

  .cert-title {
    font-family: var(--serif); font-size: 14px; font-weight: 500;
    color: var(--white); margin-bottom: 4px; letter-spacing: 0.2px;
  }
  .cert-desc {
    font-size: 11px; color: var(--anthracite-300);
    letter-spacing: 0.3px; line-height: 1.5;
  }

  /* ─────────── STATS ─────────── */
  .why-visual { padding-top: 40px; }

  .stat-block {
    border-left: 2px solid var(--copper);
    padding: 8px 0 8px 32px; margin-bottom: 40px;
  }
  .stat-num-big {
    font-family: var(--serif); font-size: 72px; font-weight: 300;
    color: var(--white); line-height: 1;
    letter-spacing: -2px; margin-bottom: 8px;
  }
  .stat-num-big em { font-style: italic; color: var(--copper); }
  .stat-desc-big {
    font-size: 14px; color: var(--anthracite-200);
    line-height: 1.6; max-width: 340px; font-weight: 300;
  }

  .stat-row {
    display: grid; grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .stat-cell {
    padding: 24px 0 0;
    border-right: 1px solid rgba(255,255,255,0.08);
  }
  .stat-cell:last-child { border-right: none; padding-left: 24px; }
  .stat-cell:first-child { padding-right: 24px; }
  .stat-cell-num {
    font-family: var(--serif); font-size: 32px; font-weight: 400;
    color: var(--white); letter-spacing: -0.5px;
  }
  .stat-cell-label {
    font-size: 11px; color: var(--anthracite-300);
    letter-spacing: 2px; text-transform: uppercase; margin-top: 6px;
  }

  /* ─────────── SHOWCASE ─────────── */
  .showcase {
    background: var(--white);
    padding: 120px 0;
  }

  .showcase-head {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 64px; margin-bottom: 56px; align-items: end;
  }

  .showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 260px 260px;
    gap: 16px;
  }

  .showcase-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    background: var(--anthracite-100);
  }
  .showcase-card.tall { grid-row: span 2; }
  .showcase-card.wide { grid-column: span 2; }

  .showcase-img {
    position: absolute; inset: 0;
    display: block;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
  }
  .showcase-card:hover .showcase-img { transform: scale(1.06); }

  .showcase-card::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg,
      rgba(14,17,20,0)    0%,
      rgba(14,17,20,0.55) 50%,
      rgba(14,17,20,0.94) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .showcase-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 24px 24px 22px;
    z-index: 2;
    color: var(--white);
    transition: transform 0.35s ease;
  }
  .showcase-card:hover .showcase-overlay { transform: translateY(-4px); }

  .showcase-tag {
    display: inline-block;
    font-size: 10px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--copper-light);
    padding: 4px 10px;
    border: 1px solid rgba(212,144,80,0.6);
    background: rgba(14,17,20,0.85);   /* fotoğrafın parlak lekelerinde de okunur */
    backdrop-filter: blur(10px);
    margin-bottom: 12px;
  }

  .showcase-overlay h3 {
    font-family: var(--serif);
    font-size: 22px; font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
  }
  .showcase-card:not(.tall):not(.wide) .showcase-overlay h3 { font-size: 18px; }

  .showcase-overlay p {
    font-size: 13px;
    color: var(--anthracite-100);
    line-height: 1.5;
    font-weight: 300;
  }
  .showcase-card:not(.tall):not(.wide) .showcase-overlay p { display: none; }

  .showcase-cta {
    text-align: center;
    margin-top: 56px;
  }

  /* ─────────── TESTIMONIALS ─────────── */
  .testimonials {
    background: var(--anthracite-50);
    padding: 120px 0;
  }

  .testimonials-head {
    text-align: center;
    margin-bottom: 56px;
  }
  .testimonials-head .section-eyebrow {
    display: inline-flex;
  }

  .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .testimonial-card {
    background: var(--white);
    border: 1px solid rgba(14,17,20,0.06);
    padding: 36px 32px;
    display: flex; flex-direction: column;
    position: relative;
    transition: all 0.3s;
  }
  .testimonial-card:hover {
    border-color: var(--copper);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(14,17,20,0.06);
  }
  .testimonial-card::before {
    content: '"';
    position: absolute; top: 12px; right: 24px;
    font-family: var(--serif);
    font-size: 64px;
    color: var(--copper);
    opacity: 0.15;
    line-height: 1;
  }

  .stars {
    display: flex; gap: 3px;
    margin-bottom: 20px;
  }
  .stars svg {
    width: 16px; height: 16px;
    color: var(--copper);
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink);
    margin-bottom: 28px;
    font-weight: 300;
    flex: 1;
  }

  .testimonial-author {
    display: flex; align-items: center; gap: 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(14,17,20,0.08);
  }

  .author-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--anthracite-900);
    color: var(--copper);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif);
    font-size: 14px; font-weight: 500;
    letter-spacing: 0.5px;
    flex-shrink: 0;
  }

  .testimonial-author strong {
    display: block;
    font-size: 14px; font-weight: 500;
    color: var(--ink);
  }
  .testimonial-author small {
    font-size: 12px; color: var(--muted);
    font-weight: 300;
  }

  /* ─────────── CONTACT ─────────── */
  /* ─────────── SSS ─────────── */
  .sss { background: var(--anthracite-50); }
  .sss-head { max-width: 620px; margin-bottom: 64px; }
  .sss-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 48px 64px;
  }
  .sss-item h3 {
    font-family: var(--sans);
    font-size: 17px; font-weight: 600; line-height: 1.4;
    color: var(--ink);
    margin-bottom: 12px;
    padding-left: 22px; position: relative;
  }
  .sss-item h3::before {
    content: ''; position: absolute; left: 0; top: 9px;
    width: 12px; height: 1px; background: var(--copper);
  }
  .sss-item p {
    font-size: 15px; line-height: 1.75;
    color: var(--anthracite-600);
    padding-left: 22px;
  }
  .sss-note {
    margin-top: 56px; padding-top: 24px;
    border-top: 1px solid rgba(14,17,20,0.1);
    font-size: 12px; line-height: 1.7; color: var(--anthracite-400);
  }
  .sss-cta {
    margin-top: 40px; font-size: 15px; color: var(--anthracite-600);
  }
  .sss-cta a {
    color: var(--copper-text); font-weight: 500;
    border-bottom: 1px solid rgba(159,99,44,0.4);
  }
  .sss-cta a:hover { border-bottom-color: var(--copper-text); }

  #iletisim { background: var(--white); }

  .contact-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: start;
  }

  .contact-info { margin-top: 48px; display: flex; flex-direction: column; }

  .contact-row {
    display: grid; grid-template-columns: 50px 1fr;
    gap: 20px; padding: 24px 0;
    border-top: 1px solid rgba(14,17,20,0.08);
  }
  .contact-row:last-child { border-bottom: 1px solid rgba(14,17,20,0.08); }

  .contact-icon {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    color: var(--copper);
  }

  .contact-row h4 {
    font-size: 11px; color: var(--muted);
    letter-spacing: 2px; text-transform: uppercase;
    margin-bottom: 6px; font-weight: 500;
  }
  .contact-row a,
  .contact-row p {
    font-family: var(--serif); font-size: 18px;
    color: var(--ink); line-height: 1.4;
    transition: color 0.2s;
  }
  .contact-row a:hover { color: var(--copper-text); }

  .contact-form {
    background: var(--anthracite-50);
    padding: 48px 40px;
    position: relative;
  }
  .contact-form::before {
    content: ''; position: absolute; top: 0; left: 0;
    width: 40px; height: 2px; background: var(--copper);
  }

  .form-title {
    font-family: var(--serif); font-size: 28px; font-weight: 400;
    color: var(--ink); margin-bottom: 8px; letter-spacing: -0.5px;
  }
  .form-sub {
    font-size: 14px; color: var(--anthracite-600);
    margin-bottom: 32px; font-weight: 300;
  }

  .field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .form-row .field { margin-bottom: 0; }

  .field label {
    font-size: 11px; color: var(--muted);
    letter-spacing: 2px; text-transform: uppercase; font-weight: 500;
  }
  .field input, .field select, .field textarea {
    background: var(--white);
    border: 1px solid var(--anthracite-400);   /* #F4F6F8 üzerinde 4,27:1 */
    color: var(--ink);
    font-family: var(--sans); font-size: 15px;
    padding: 14px 16px;
    transition: border-color 0.2s, box-shadow 0.2s; width: 100%;
  }
  .field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible {
    border-color: var(--anthracite-950);
    outline: 3px solid var(--anthracite-950);
    outline-offset: 1px;
  }
  .field textarea { resize: vertical; min-height: 110px; }

  .form-submit {
    background: var(--ink); color: var(--white);
    padding: 16px;
    font-family: var(--sans);
    font-size: 14px; font-weight: 500; letter-spacing: 1px;
    border: none; cursor: pointer; width: 100%;
    margin-top: 20px;
    transition: background 0.25s;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  }
  .form-submit:hover { background: var(--copper-hover); }

  .form-note {
    font-size: 12px; color: var(--muted);
    margin-top: 16px; text-align: center; font-weight: 300;
  }

  /* ─── FORM ALERT ─────────────────────────────── */
  .form-alert {
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 13px; line-height: 1.5;
    border-left: 3px solid;
    white-space: pre-line;
  }
  .form-alert.success {
    background: #ECFDF5;
    border-color: #10B981;
    color: #065F46;
  }
  .form-alert.error {
    background: #FEF2F2;
    border-color: #DC2626;
    color: #991B1B;
  }
  .form-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .form-submit.loading .btn-text::after {
    content: '...';
    animation: dots 1.2s infinite;
  }
  @keyframes dots {
    0%, 20% { content: '.'; }
    40% { content: '..'; }
    60%, 100% { content: '...'; }
  }

  /* ─────────── FOOTER ─────────── */
  footer {
    background: var(--anthracite-950);
    color: var(--anthracite-200);
    padding: 72px 0 32px;
  }

  .footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .footer-brand {
    display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
  }
  .footer-brand .brand-mark { background: var(--white); }
  .footer-brand .brand-mark::after { border-color: var(--copper); }
  .footer-brand .brand-mark span { color: var(--copper); }
  .footer-brand .brand-text strong { color: var(--white); }
  .footer-brand .brand-text small { color: var(--anthracite-300); }

  .footer-about {
    font-size: 13px; color: var(--anthracite-300);
    line-height: 1.7; max-width: 320px; font-weight: 300;
  }

  .footer-col h5 {
    font-size: 11px; color: var(--copper);
    letter-spacing: 2px; text-transform: uppercase;
    margin-bottom: 20px; font-weight: 500;
  }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-col a {
    font-size: 13px; color: var(--anthracite-200);
    transition: color 0.2s;
  }
  .footer-col a:hover { color: var(--copper); }

  .footer-bottom {
    display: flex; justify-content: space-between;
    align-items: center; flex-wrap: wrap; gap: 16px;
    padding-top: 32px;
  }
  .footer-copy {
    font-size: 12px; color: var(--anthracite-400);
    letter-spacing: 0.3px; font-weight: 300;
  }
  .footer-est {
    font-family: var(--serif); font-style: italic;
    font-size: 12px; color: var(--anthracite-300); letter-spacing: 1px;
  }

  /* ─────────── WHATSAPP ─────────── */
  .whatsapp-btn {
    position: fixed; bottom: 28px; right: 28px; z-index: 200;
    background: var(--ink); color: white;
    width: 54px; height: 54px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.25s;
    border: 1px solid rgba(255,255,255,0.1);
  }
  .whatsapp-btn:hover { background: var(--copper-hover); transform: translateY(-2px); }

  /* ─────────── RESPONSIVE ─────────── */
  @media (max-width: 960px) {
    .hero-inner, .services-head, .why-grid, .contact-grid {
      grid-template-columns: 1fr; gap: 48px;
    }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .hero::before,
    .hero::after { display: none; }

    /* Mobilde form metnin hemen altına gelsin */
    .hero-inner > div:first-child { order: 1; }
    .hero-inner > div:last-child  { order: 2; }
    .hero-trust-row { gap: 24px; }
    .trust-stat-num { font-size: 22px; }

    /* Value band — 2 sütuna düşür */
    .value-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 32px 20px;
    }
    .value-item {
      border-right: none !important;
      padding: 0 !important;
    }

    /* Showcase */
    .showcase-head { grid-template-columns: 1fr; gap: 32px; }
    .showcase-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 220px);
    }
    .showcase-card.tall { grid-row: span 1; }
    .showcase-card.wide { grid-column: span 2; }

    /* Testimonials */
    .testimonial-grid { grid-template-columns: 1fr; }

    /* SSS */
    .sss-grid { grid-template-columns: 1fr; gap: 36px; }
  }

  @media (max-width: 640px) {
    /* ── Mobil açılır menü (WAI-ARIA disclosure kalıbı) ──
       Eskiden menü tamamen kayboluyordu; telefon numarası da onunla gidiyordu. */
    .nav-toggle {
      display: inline-flex; align-items: center; gap: 10px;
      min-height: 44px; padding: 8px 16px;
      background: transparent;
      border: 1px solid var(--anthracite-400);
      color: var(--ink);
      font-family: var(--sans); font-size: 13px; font-weight: 500;
      letter-spacing: 0.5px; cursor: pointer;
    }
    .nav-toggle-bars {
      width: 16px; height: 11px;
      border-top: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
    }
    .nav-links {
      display: none;
      position: absolute; top: 72px; left: 0; right: 0;
      flex-direction: column; align-items: stretch; gap: 0;
      background: var(--white);
      border-bottom: 1px solid rgba(14,17,20,0.12);
      padding: 8px 20px 16px;
    }
    .nav-links.is-open { display: flex; }
    .nav-links a {
      display: flex; align-items: center;
      min-height: 48px; font-size: 15px;
    }
    .nav-phone {
      padding-left: 0; border-left: none;
      border-top: 1px solid rgba(14,17,20,0.1); margin-top: 4px;
    }
    section { padding: 80px 0; }
    .hero { padding: 130px 0 80px; }
    .services-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; }
    .stat-num-big { font-size: 56px; }
    .contact-form { padding: 32px 24px; }
    .hero-form { padding: 26px 22px 22px; }
    .hero-form-trust { flex-direction: column; align-items: flex-start; gap: 8px; }
    .hero-trust-row {
      gap: 16px;
      padding: 16px 0;
    }
    .trust-stat-num { font-size: 20px; }
    .trust-stat-label { font-size: 10px; letter-spacing: 1px; }

    /* Value band — tek sütun */
    .value-grid { grid-template-columns: 1fr; gap: 24px; }
    .value-band { padding: 40px 0; }

    /* Showcase — tek sütun */
    .showcase { padding: 80px 0; }
    .showcase-grid {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(5, 220px);
    }
    .showcase-card.tall,
    .showcase-card.wide { grid-row: span 1; grid-column: span 1; }
    .showcase-card:not(.tall):not(.wide) .showcase-overlay h3 { font-size: 18px; }
    .showcase-card:not(.tall):not(.wide) .showcase-overlay p { display: block; }

    /* Testimonials */
    .testimonials { padding: 80px 0; }
    .testimonial-card { padding: 28px 24px; }
  }

  /* ─────────── HAREKET TERCİHİ (WCAG 2.2.2 / 2.3.3) ─────────── */
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }

    /* Nabız noktası sabit ve tam opak kalsın — anlamı korunur, hareket biter */
    .hero-form-dot { animation: none; opacity: 1; transform: none; }

    .showcase-card:hover .showcase-img,
    .showcase-card:hover .showcase-overlay,
    .testimonial-card:hover,
    .btn-primary:hover,
    .btn-primary:hover svg,
    .whatsapp-btn:hover { transform: none; }
  }
/* ═══════════════════════════════════════════════════════════════
   ÇOK SAYFALI MİMARİ — paylaşılan bileşenler
   Açılır menü · breadcrumb · hizmet sayfası hero'su · prose içerik ·
   ilgili hizmetler ızgarası · CTA bandı · hizmet hub kartları
   ═══════════════════════════════════════════════════════════════ */

/* ─────────── AÇILIR MENÜ (Hizmetler) ─────────── */
.nav-item-dropdown { position: relative; }
.nav-dropdown-trigger {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: none; padding: 0; cursor: pointer;
  font-family: var(--sans); font-size: 14px; font-weight: 400;
  color: var(--anthracite-600); letter-spacing: 0.2px;
  transition: color 0.2s;
}
.nav-dropdown-trigger:hover { color: var(--copper-text); }
.nav-item-dropdown.is-open .nav-dropdown-trigger { color: var(--copper-text); }
.nav-dropdown-caret { transition: transform 0.2s; flex-shrink: 0; }
.nav-item-dropdown.is-open .nav-dropdown-caret { transform: rotate(180deg); }

.nav-dropdown-panel {
  display: none;
  position: absolute; top: calc(100% + 22px); left: 50%; transform: translateX(-50%);
  width: 580px;
  background: var(--white);
  border: 1px solid rgba(14,17,20,0.08);
  box-shadow: 0 24px 48px -16px rgba(14,17,20,0.22);
  padding: 18px;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 12px;
  z-index: 110;
}
.nav-item-dropdown.is-open .nav-dropdown-panel { display: grid; }
.nav-dropdown-panel a {
  display: flex; flex-direction: column; gap: 3px;
  padding: 10px 12px; border-radius: 3px;
  transition: background 0.15s;
}
.nav-dropdown-panel a:hover, .nav-dropdown-panel a:focus-visible { background: var(--anthracite-50); }
.nav-dropdown-panel a strong { font-size: 13.5px; font-weight: 500; color: var(--ink); letter-spacing: 0; }
.nav-dropdown-panel a span { font-size: 12px; color: var(--anthracite-400); font-weight: 300; }
.nav-dropdown-panel a.nav-dropdown-all {
  grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 8px; justify-content: center;
  margin-top: 6px; padding-top: 16px; border-top: 1px solid rgba(14,17,20,0.08);
  font-size: 13px; font-weight: 500; color: var(--copper-text);
}

@media (max-width: 640px) {
  .nav-dropdown-panel {
    position: static; transform: none; width: auto;
    box-shadow: none; border: none; background: transparent;
    padding: 0 0 8px 8px;
    grid-template-columns: 1fr; gap: 0;
  }
  .nav-dropdown-panel a { padding: 11px 8px; }
  .nav-dropdown-panel a.nav-dropdown-all { justify-content: flex-start; margin-top: 4px; padding-top: 12px; }
  .nav-dropdown-trigger {
    width: 100%; justify-content: space-between;
    min-height: 48px; font-size: 15px;
  }
}

/* ─────────── BREADCRUMB ─────────── */
.breadcrumb { margin-bottom: 28px; }
.breadcrumb ol {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  list-style: none; font-size: 13px; color: var(--anthracite-400);
}
.breadcrumb li { display: flex; align-items: center; gap: 8px; }
.breadcrumb li:not(:last-child)::after { content: '/'; color: var(--anthracite-300); }
.breadcrumb a { color: var(--anthracite-400); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--copper-text); }
.breadcrumb li[aria-current="page"] { color: var(--anthracite-600); font-weight: 500; }

/* ─────────── HİZMET SAYFASI HERO ─────────── */
.svc-hero { padding: 152px 0 72px; background: var(--anthracite-50); }
.svc-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase;
  color: var(--copper-text); margin-bottom: 20px;
}
.svc-hero-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--copper); }
.svc-hero h1 {
  font-family: var(--serif); font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 400; line-height: 1.12; letter-spacing: -1px; color: var(--ink);
  max-width: 780px; margin-bottom: 20px;
}
.svc-hero h1 em { font-style: italic; color: var(--copper); font-weight: 400; }
.svc-hero-lead { font-size: 18px; line-height: 1.7; color: var(--anthracite-600); max-width: 640px; font-weight: 300; margin-bottom: 32px; }
.svc-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ─────────── HİZMET İÇERİK GÖVDESİ ─────────── */
.svc-content { padding: 88px 0; }
.svc-content .container { max-width: 1240px; }
.prose { max-width: 740px; }
.prose h2 {
  font-family: var(--serif); font-size: 28px; font-weight: 400;
  color: var(--ink); letter-spacing: -0.3px; margin: 56px 0 18px;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 17px; font-weight: 600; color: var(--ink); margin: 32px 0 12px; }
.prose p { font-size: 16px; line-height: 1.8; color: var(--anthracite-600); margin-bottom: 16px; }
.prose ul { margin: 0 0 20px; padding-left: 0; list-style: none; }
.prose ul li {
  position: relative; padding-left: 26px; margin-bottom: 10px;
  font-size: 15.5px; line-height: 1.65; color: var(--anthracite-600);
}
.prose ul li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 12px; height: 1px; background: var(--copper);
}
.prose strong { color: var(--ink); font-weight: 600; }
.prose .prose-note {
  margin-top: 28px; padding: 18px 22px;
  background: var(--anthracite-50); border-left: 2px solid var(--copper);
  font-size: 14px; line-height: 1.7; color: var(--anthracite-600);
}

/* ─────────── İLGİLİ HİZMETLER ─────────── */
.related-services { margin-top: 64px; padding-top: 48px; border-top: 1px solid rgba(14,17,20,0.08); }
.related-services h2 {
  font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--ink); margin-bottom: 24px;
}
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-grid a {
  display: block; padding: 24px; border: 1px solid rgba(14,17,20,0.08);
  transition: border-color 0.2s, background 0.2s;
}
.related-grid a:hover { border-color: var(--copper); background: var(--anthracite-50); }
.related-grid a strong { display: block; font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.related-grid a span { font-size: 13.5px; line-height: 1.5; color: var(--anthracite-400); }

/* ─────────── CTA BANDI (hizmet sayfası altı) ─────────── */
.cta-band { background: var(--anthracite-950); color: var(--white); padding: 64px 0; }
.cta-band-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}
.cta-band h2 { font-family: var(--serif); font-size: 26px; font-weight: 400; margin-bottom: 8px; }
.cta-band p { font-size: 15px; color: var(--anthracite-200); font-weight: 300; }
.cta-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band .btn-ghost { border-color: rgba(255,255,255,0.25); color: var(--white); }
.cta-band .btn-ghost:hover { background: var(--white); color: var(--ink); border-color: var(--white); }

/* ─────────── HİZMETLER HUB SAYFASI ─────────── */
.hub-hero { padding: 152px 0 72px; }
.hub-hero .section-lead { max-width: 620px; }

@media (max-width: 960px) {
  .related-grid { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .svc-hero { padding: 128px 0 56px; }
  .svc-content { padding: 56px 0; }
  .prose h2 { font-size: 23px; margin: 40px 0 14px; }
}

/* ─────────── HİZMET KARTI → DETAY BAĞLANTISI (anasayfa) ─────────── */
.svc-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 18px; font-size: 13px; font-weight: 500;
  color: var(--copper-text);
}
.svc-link:hover { text-decoration: underline; }
