/* ============================================================
   Vitriole — tanıtım sitesi
   Tasarım sistemi: sıcak toprak/terracotta + kum, koyu espresso/umber
   ikincil vurgu. Manrope (başlık) + Inter (gövde) — serif YOK (bu
   proje tarihinde Fraunces/Cormorant Garamond iki kez denenip
   reddedilmişti, bkz. ARSIV-CLAUDE.md 15-17. maddeler). Space Grotesk
   ilk denemeydi, göz yorduğu için 2026-08-04'te Manrope'a değiştirildi.
   Koyu bölümler (kapanış CTA'sı, footer) BİLİNÇLİ OLARAK azınlıkta —
   site "ağır/boğucu" hissettirmesin diye.

   2026-08-03: Kullanıcıya 4 tamamen farklı paletin (toprak/terracotta,
   turkuaz+limon, minimal/monokrom, pastel lavanta+şeftali) küçük Hero
   mockup'ları gösterildi (ayrı bir karşılaştırma sayfasında) — "1 —
   Sıcak/Toprak" seçildi. Önceki mercan+çivit-mavisi paleti TAMAMEN bu
   toprak paletiyle değiştirildi. Değişken ADLARI da anlamlı kalsın diye
   yeniden adlandırıldı (--navy→--umber, --coral→--terracotta) — SINIF
   adları (.btn-navy, .btn-coral vb.) tarihsel olarak aynı bırakıldı,
   HTML'de gereksiz değişiklik riski almamak için (değerleri artık
   umber/terracotta'ya işaret ediyor). ============================================================ */

:root {
  /* Zemin — ağırlıklı kum/beyaz */
  --cream: #f6ecd9;
  --cream-deep: #efe0c4;
  --white: #ffffff;

  /* Metin — sıcak espresso/umber ailesi.
     2026-08-04 DÜZELTME: kullanıcı "Şeffaf Mali Kayıt Sistemi" kartındaki
     metnin okunmadığını bildirdi. WCAG script'iyle yeniden ölçüldü — eski
     --ink-soft (#6b5645) beyaz zeminde 6.90:1, kum zemininde 5.89:1
     veriyordu (ikisi de 4.5:1 eşiğini teknik olarak geçiyordu, bu kart
     BAŞKA bir kural da almıyordu — kod içinde ayrı bir hata bulunamadı).
     Yine de kullanıcının bildirdiği okunabilirlik sorununu ciddiye alıp
     AYNI hue korunarak koyultuldu (H24,S32,L26) — artık beyazda 9.80:1,
     kumda 8.37:1, ekstra güvenlik payı için. --ink-soft bu tondan
     TÜREYEN tüm yerlerde (nav linkleri, lede, feature-card açıklamaları,
     SSS cevapları vb.) otomatik güçlendi. */
  --ink: #3d2b1f;
  --ink-soft: #583e2d;
  --ink-faint: #81614b;

  /* Umber (eski --navy) — ikincil vurgu, birincil buton dolgusu, koyu
     bant zemini (yüksek kontrast, "güvenilir yazılım" hissi — ama artık
     çivit mavisi değil, koyu espresso/kahve tonu). */
  --umber: #4a3222;
  --umber-deep: #2e1f15;
  --umber-soft: rgba(74, 50, 34, 0.07);

  /* Terracotta (eski --coral) — birincil vurgu. İKİ TON: --terracotta
     parlak/dekoratif kullanım için (dolgu+beyaz/koyu metin, ikon arka
     planı, gradient) — TEK BAŞINA küçük metin ya da dolgu+BEYAZ metin
     için kontrastı yetersiz olabiliyor (mercan paletindeki 2.6-2.8:1
     dersiyle aynı risk). --terracotta-deep aynı hue'nun (H15) koyultulmuş
     hâli, küçük metin/buton dolgusu gibi kontrastın kritik olduğu
     yerlerde kullanılıyor — panelin "H20-50 ailesi koyulaşınca
     kahverengiye kaçıyor" dersiyle tutarlı: burada AYRICA kahverengiye
     kaçmasın diye SADECE L/S ayarlandı, hue (H15) hep sabit kaldı.
     TÜM kombinasyonlar (dolgu+beyaz, krem, krem-koyu, terracotta-soft
     üzerinde metin) WCAG script'iyle TEK TEK ≥4.5:1 doğrulandı — bkz.
     site deposu commit mesajı, tam liste. */
  --terracotta: #c1552c;
  --terracotta-deep: #9c3d1f;
  --terracotta-soft: #f3d9c8;

  --border: rgba(61, 43, 31, 0.14);
  --shadow-sm: 0 1px 2px rgba(61, 43, 31, 0.07), 0 4px 14px rgba(61, 43, 31, 0.06);
  --shadow-lg: 0 12px 40px rgba(74, 50, 34, 0.16);

  /* 2026-08-04: Space Grotesk göz yorduğu için elendi (kullanıcı geri
     bildirimi) — küçük bir 4 seçenekli karşılaştırma sunuldu, "Manrope +
     Inter" (3 numaralı seçenek) onaylandı. Manrope daha geniş/rahat
     karakterli, nötr bir geometrik sans — Space Grotesk'in "tuhaf" g/a
     harflerinden uzak. */
  --font-display: 'Manrope', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --wrap: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.wrap-narrow { max-width: 760px; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
h1 { font-size: clamp(34px, 4.6vw, 54px); line-height: 1.09; font-weight: 700; }
h2 { font-size: clamp(26px, 3.2vw, 38px); line-height: 1.16; }
h3 { font-size: 18px; line-height: 1.3; }
p { line-height: 1.65; margin: 0; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--terracotta-deep);
  margin-bottom: 14px;
}

.hl {
  background: linear-gradient(180deg, transparent 62%, var(--terracotta-soft) 62%);
  color: var(--umber);
}

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.btn-sm { padding: 9px 18px; font-size: 13.5px; }

/* Sınıf adı tarihsel (.btn-navy) — dolgusu artık --umber (koyu espresso). */
.btn-navy { background: var(--umber); color: #fff; box-shadow: 0 6px 20px rgba(74, 50, 34, 0.3); }
.btn-navy:hover { background: var(--umber-deep); box-shadow: 0 8px 26px rgba(74, 50, 34, 0.36); }

/* Sınıf adı tarihsel (.btn-coral) — dolgusu artık --terracotta-deep. */
.btn-coral { background: var(--terracotta-deep); color: #fff; box-shadow: 0 6px 20px rgba(156, 61, 31, 0.3); }
.btn-coral:hover { background: #7c3018; box-shadow: 0 8px 26px rgba(156, 61, 31, 0.36); }

.btn-outline-navy { background: transparent; color: var(--umber); border-color: rgba(74, 50, 34, 0.32); }
.btn-outline-navy:hover { background: var(--umber-soft); border-color: var(--umber); }

.btn-text { background: none; color: var(--umber); padding: 13px 6px; font-weight: 600; }
.btn-text:hover { color: var(--terracotta-deep); transform: none; }

/* ---------- Navigasyon ---------- */
.site-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 236, 217, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-nav.scrolled { border-color: var(--border); box-shadow: 0 2px 16px rgba(61, 43, 31, 0.06); }
.site-nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 700; font-size: 19px; text-decoration: none; color: var(--ink); }
.brand-mark { width: 22px; height: 22px; }
.nav-links { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; color: var(--ink-soft); font-size: 14.5px; font-weight: 500; transition: color 0.15s ease; }
.nav-links a:hover { color: var(--umber); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-cta { display: inline-flex; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; cursor: pointer; }
.menu-toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { display: none; flex-direction: column; padding: 8px 28px 22px; gap: 4px; }
.mobile-menu a:not(.btn) { padding: 12px 4px; text-decoration: none; color: var(--ink); font-weight: 500; border-bottom: 1px solid var(--border); }
.mobile-menu.open { display: flex; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 64px 0 80px; overflow: hidden; }
.hero-blob {
  position: absolute; top: -220px; right: -180px; width: 620px; height: 620px;
  background: radial-gradient(circle at 35% 35%, var(--terracotta) 0%, rgba(193, 85, 44, 0) 68%);
  opacity: 0.4; pointer-events: none; border-radius: 50%;
}
.hero-wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; position: relative; }

.trust-row { list-style: none; display: flex; gap: 30px; margin: 40px 0 0; padding: 0; flex-wrap: wrap; }
.trust-row li { display: flex; flex-direction: column; font-size: 12.5px; color: var(--ink-soft); }
.trust-row strong { font-family: var(--font-display); font-size: 16px; color: var(--umber); font-weight: 600; }

.cta-row { display: flex; align-items: center; gap: 8px; margin-top: 34px; flex-wrap: wrap; }

.lede { font-size: 17.5px; color: var(--ink-soft); margin-top: 20px; max-width: 520px; }

/* Telefon mockup */
.hero-visual { position: relative; display: flex; justify-content: center; }
.phone {
  width: 300px; background: var(--white); border-radius: 32px; padding: 10px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--border); position: relative;
}
.phone-notch { width: 90px; height: 20px; background: var(--ink); border-radius: 0 0 14px 14px; margin: 0 auto 6px; }
.phone-topbar { display: flex; align-items: center; gap: 10px; padding: 8px 10px 14px; border-bottom: 1px solid var(--border); }
.avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--umber); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: 13px; flex-shrink: 0; }
.who { font-size: 13.5px; display: flex; flex-direction: column; gap: 2px; }
.who strong { font-weight: 600; }
.status { display: flex; align-items: center; gap: 5px; font-size: 11.5px; color: var(--ink-faint); }
.status i { width: 6px; height: 6px; border-radius: 50%; background: #34c759; display: inline-block; }

.chat-body { padding: 16px 10px; display: flex; flex-direction: column; gap: 10px; min-height: 300px; }
.bubble { position: relative; max-width: 84%; padding: 9px 13px 16px; border-radius: 14px; font-size: 13px; line-height: 1.45; }
.bubble.in { align-self: flex-start; background: var(--cream-deep); color: var(--ink); border-bottom-left-radius: 4px; }
.bubble.out { align-self: flex-end; background: var(--umber); color: #fff; border-bottom-right-radius: 4px; }
/* Paylaşılan tek opacity yerine giden/gelen için AYRI değerler — bkz.
   mercan paletindeki 2026-08-03 dersi (aynı opaklık iki farklı zeminde
   farklı kontrast veriyor). Yeni umber/kum çiftiyle YENİDEN doğrulandı. */
.bubble .time { position: absolute; bottom: 5px; right: 12px; font-size: 9.5px; }
.bubble.out .time { opacity: 0.7; }
.bubble.in .time { opacity: 0.8; }

.chat-quickreplies { display: flex; gap: 8px; padding: 4px 10px 12px; flex-wrap: wrap; }
.chat-quickreplies span { font-size: 11px; padding: 7px 12px; border-radius: 999px; border: 1px solid var(--border); color: var(--umber); font-weight: 500; }

.stat-chip {
  position: absolute; background: var(--white); border-radius: var(--radius-sm);
  padding: 12px 16px; box-shadow: var(--shadow-sm); border: 1px solid var(--border);
  display: flex; flex-direction: column; line-height: 1.2;
}
.stat-chip strong { font-family: var(--font-display); font-size: 16px; color: var(--terracotta-deep); font-weight: 600; }
.stat-chip span { font-size: 11.5px; color: var(--ink-soft); }
.stat-chip-1 { top: 6%; left: -6%; }
.stat-chip-2 { bottom: 10%; right: -8%; }

/* ---------- Genel bölüm düzeni ---------- */
.section { padding: 92px 0; }
.section-tint { background: var(--cream-deep); }
.section-head { max-width: 640px; margin-bottom: 52px; }
.section-head p { margin-top: 16px; font-size: 16px; color: var(--ink-soft); }

/* ---------- Sorun / Çözüm ---------- */
.ps-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: stretch; }
.ps-arrow { display: flex; align-items: center; justify-content: center; color: var(--ink-faint); }
.ps-card { padding: 34px; border-radius: var(--radius-lg); border: 1px solid var(--border); }
.ps-problem { background: var(--white); }
.ps-solution { background: var(--umber); color: #fff; }
.ps-card h3 { margin: 14px 0 12px; }
.ps-solution h3 { color: #fff; }
.ps-problem p { color: var(--ink-soft); }
.ps-solution p { color: rgba(255, 255, 255, 0.78); }
.ps-tag { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; background: var(--cream-deep); color: var(--ink-soft); }
/* DÜZELTME: --terracotta dolgu + --ink metin 2.94:1 veriyordu (WCAG
   script'iyle bulundu, --ink bu palette'te bordo/çivit-mavisi paletindeki
   near-black --ink'ten daha "açık" bir kahve tonu olduğu için daha az
   kontrast bırakıyor) — --terracotta-deep dolgu + beyaz metne çevrildi,
   6.77:1. */
.ps-tag-solution { background: var(--terracotta-deep); color: #fff; }

/* ---------- Özellikler (bento) ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 28px; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.feature-featured {
  grid-column: span 2; grid-row: span 2; padding: 36px;
  background: linear-gradient(160deg, var(--umber) 0%, var(--umber-deep) 100%);
  color: #fff; display: flex; flex-direction: column; justify-content: flex-end;
}
.feature-featured .ico-lg { background: var(--terracotta); color: #fff; }
.ico { width: 42px; height: 42px; border-radius: 12px; background: var(--terracotta-soft); color: var(--terracotta-deep); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.ico-lg { width: 54px; height: 54px; border-radius: 14px; }
.feature-card h3 { margin-bottom: 8px; }
.feature-card p { color: var(--ink-soft); font-size: 14.5px; }
/* 2026-08-04 GERÇEK HATA: .feature-featured h3/p ile .feature-card h3/p
   TAM AYNI özgüllükte (0,1,1) — kaynak sırasında ÖNCE gelen kaybediyor.
   Bu iki kural burada, .feature-card p'DEN SONRA tanımlı olmalı; ters
   sırada iken .feature-featured p'nin rengi SESSİZCE .feature-card p'nin
   --ink-soft'una (koyu kahve) düşüyordu — koyu umber zemininde neredeyse
   görünmez oluyordu. Kullanıcı "metin görünmüyor" diye bildirdi,
   getComputedStyle ile doğrulanıp bulundu (WCAG script'i CSS'in
   TASARLANAN rengini varsayıyordu, GERÇEKTEN UYGULANAN rengi değil —
   bu yüzden matematiksel kontrol "geçti" ama gerçek render bozuktu). */
.feature-featured h3 { color: #fff; font-size: 22px; margin-top: 20px; }
.feature-featured p { color: rgba(255, 255, 255, 0.75); font-size: 15px; margin-top: 10px; }

/* ---------- Nasıl Çalışır ---------- */
.steps-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; }
.steps-track::before {
  content: ''; position: absolute; top: 26px; left: 12%; right: 12%; height: 1.5px;
  background: repeating-linear-gradient(90deg, var(--border) 0 8px, transparent 8px 16px);
}
.step-card { position: relative; }
.step-num { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--white); background: var(--terracotta-deep); width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; position: relative; z-index: 2; box-shadow: 0 0 0 6px var(--cream); }
.step-card h3 { margin-bottom: 8px; }
.step-card p { color: var(--ink-soft); font-size: 14.5px; }

/* ---------- Fiyatlandırma ---------- */
.pricing-band { position: relative; }
.pricing-blob { top: 10%; left: -220px; right: auto; width: 480px; height: 480px; opacity: 0.22; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; position: relative; }
/* 2026-08-04 DÜZELTME: "Önerilen" rozeti sadece öne çıkan karta ekstra
   bir satır ("Temel'deki her şey, ayrıca:") ekliyordu — bu da iki kartın
   içerik yüksekliğini FARKLILAŞTIRIP butonların hizasını bozuyordu.
   `.pricing-grid` zaten grid `align-items` varsayılanı (`stretch`)
   sayesinde iki kartı da EŞİT yükseklikte tutuyordu; eksik olan, kart
   içindeki butonu o eşit yüksekliğin ALT çizgisine sabitlemekti — flex
   column + buton üzerinde `margin-top:auto` ile çözüldü, rozet olsun
   olmasın butonlar artık aynı satırda. */
.price-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 38px; position: relative; display: flex; flex-direction: column; }
/* flex-column'un varsayılan `align-items:stretch`'i .tier-tag'i (kısa bir
   pil/rozet) tam kart genişliğine geriyordu — SADECE bu eleman için
   `align-self:flex-start` ile doğal/içerik genişliğine döndürüldü.
   Diğer çocuklar (ul, tier-name, amount) stretch'te KALMALI ki liste
   metni kartın tam genişliğinde doğru satır kırsın. */
.tier-tag { align-self: flex-start; }
/* transform-origin: bottom — scale(1.02) varsayılan (merkezden) büyüseydi
   alt kenarı da aşağı kaydırıp butonun hizasını komşu karttan ~3.5px
   kaydırırdı; alt kenardan büyütülünce alt kenar SABİT kalıyor, iki
   butonun alt çizgisi piksel piksel eşleşiyor. */
.price-featured { background: var(--umber); color: #fff; border-color: transparent; box-shadow: var(--shadow-lg); transform: scale(1.02); transform-origin: bottom; }
.tier-tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; padding: 5px 13px; border-radius: 999px; background: var(--cream-deep); color: var(--umber); }
.tier-tag-featured { background: rgba(255, 255, 255, 0.14); color: #fff; }
.tier-name { margin-top: 16px; color: var(--ink-soft); font-size: 14.5px; }
.tier-name-featured { color: rgba(255, 255, 255, 0.7); }
.amount { font-family: var(--font-display); font-size: 40px; font-weight: 700; margin-top: 12px; color: var(--ink); }
.amount-featured { color: #fff; }
.amount sub { font-family: var(--font-body); font-size: 14px; font-weight: 500; color: var(--ink-faint); }
.amount-featured sub { color: rgba(255, 255, 255, 0.6); }
.includes-note { margin-top: 20px; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.85); }
.price-card ul { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.price-card li { font-size: 14.5px; padding-left: 26px; position: relative; }
.price-card li::before { content: '✓'; position: absolute; left: 0; color: var(--terracotta-deep); font-weight: 700; }
/* Açık pastel-terracotta — umber zemininde okunur kalsın diye (aynı
   mantık eski --coral/navy düzeltmesiyle, yeni renklerle YENİDEN
   türetildi: H15,S60,L78 → 6.61:1). */
.price-featured li::before { color: #e9b6a5; }
.price-card .btn { width: 100%; justify-content: center; margin-top: auto; }
.badge-ribbon { position: absolute; top: -13px; right: 32px; background: var(--terracotta-deep); color: #fff; font-size: 11.5px; font-weight: 700; padding: 6px 14px; border-radius: 999px; letter-spacing: 0.03em; box-shadow: 0 4px 12px rgba(156, 61, 31, 0.35); }

/* ---------- SSS ---------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 6px 24px; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 18px 0; font-weight: 600; font-size: 15.5px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--cream-deep); color: var(--umber); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 400; transition: transform 0.2s ease, background 0.2s ease; }
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--terracotta-soft); color: var(--terracotta-deep); }
.faq-item p { padding-bottom: 20px; color: var(--ink-soft); font-size: 14.5px; max-width: 640px; }

/* ---------- Kapanış CTA (BİLİNÇLİ OLARAK TEK koyu bant, footer dışında) ---------- */
.closing-cta { background: var(--umber-deep); padding: 96px 0; text-align: center; }
.closing-cta h2 { color: #fff; }
.closing-cta p { color: rgba(255, 255, 255, 0.72); font-size: 17px; margin: 18px 0 34px; }

/* ---------- İletişim ---------- */
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 640px; }
.contact-card { display: flex; align-items: center; gap: 16px; padding: 22px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); text-decoration: none; color: var(--ink); transition: border-color 0.15s ease, transform 0.15s ease; }
.contact-card:hover { border-color: var(--umber); transform: translateY(-2px); }
.contact-card .ico { margin: 0; background: var(--umber-soft); color: var(--umber); flex-shrink: 0; }
.contact-card strong { display: block; font-size: 14.5px; }
.contact-card span { font-size: 13px; color: var(--ink-soft); }

/* ---------- Footer ---------- */
footer { background: var(--umber-deep); padding: 44px 0; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer-brand { color: #fff; }
.footer-links { display: flex; gap: 26px; }
.footer-links a { text-decoration: none; color: rgba(255, 255, 255, 0.65); font-size: 13.5px; }
.footer-links a:hover { color: #fff; }
.footer-copy { color: rgba(255, 255, 255, 0.6); font-size: 12.5px; }

/* ---------- Scroll-reveal (JS .in-view sınıfını ekliyor) ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Odak durumu (erişilebilirlik) ---------- */
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2.5px solid var(--umber); outline-offset: 3px; border-radius: 4px;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-wrap { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { order: -1; max-width: 340px; margin: 0 auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-featured { grid-column: span 2; }
  .steps-track { grid-template-columns: 1fr; gap: 36px; }
  .steps-track::before { display: none; }
  .ps-grid { grid-template-columns: 1fr; }
  .ps-arrow { transform: rotate(90deg); padding: 4px 0; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .price-featured { transform: none; }
}

@media (max-width: 720px) {
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .wrap { padding: 0 20px; }
  .hero { padding: 40px 0 56px; }
  .section { padding: 64px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-featured { grid-column: span 1; }
  .contact-row { grid-template-columns: 1fr; }
  .stat-chip { display: none; }
  .trust-row { gap: 20px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}
