/* =============================================================
   Yaşam Destek — v4 (dönüşüm odaklı)
   ============================================================= */

:root {
  --bg: #ffffff;
  --bg-soft: #f6f8fb;
  --bg-muted: #eef2f7;

  --ink-950: #0a1a2f;
  --ink-900: #0b2545;
  --ink-800: #13315c;
  --ink-700: #1f4578;

  --accent-700: #163f75;
  --accent-600: #1e4d8c;
  --accent-500: #2f6cc0;
  --accent-100: #e6eef9;
  --accent-50:  #f2f6fc;

  --cta: #c62828;          /* sıcak dönüşüm rengi — tek noktada kullanılır */
  --cta-hover: #a52020;

  --success-600: #0f7a5a;
  --success-100: #e4f4ec;
  --warning-600: #8a6500;
  --warning-100: #fcf3d6;
  --danger-600:  #b42318;

  --text-900: #0e1726;
  --text-800: #1a2332;
  --text-700: #344054;
  --text-600: #475467;
  --text-500: #667085;
  --text-400: #98a2b3;

  --border-100: #eef0f4;
  --border-200: #e4e7ec;
  --border-300: #d0d5dd;

  --shadow-xs: 0 1px 2px rgba(16, 24, 40, 0.04);
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.06), 0 1px 2px rgba(16, 24, 40, 0.04);
  --shadow-md: 0 8px 20px -8px rgba(16, 24, 40, 0.12);
  --shadow-lg: 0 20px 40px -16px rgba(16, 24, 40, 0.16);
  --shadow-cta: 0 10px 24px -8px rgba(198, 40, 40, 0.45);

  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px;
  --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 64px; --space-9: 96px;

  --r-sm: 8px; --r-md: 12px; --r-lg: 16px; --r-xl: 20px; --r-pill: 999px;

  --font-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --container: 1180px;
  --container-narrow: 820px;

  --utility-h: 38px;
  --header-h: 72px;
  --header-h-scrolled: 60px;
  --mobile-bottom-h: 64px;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 16px);
  overflow-x: clip;
}
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-700);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
html.is-locked, body.is-locked { overflow: hidden; height: 100%; touch-action: none; overscroll-behavior: none; }

img, svg { display: block; max-width: 100%; }
img { height: auto; }

a { color: var(--accent-600); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--ink-900); }
button { font-family: inherit; cursor: pointer; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
::selection { background: var(--accent-100); color: var(--ink-900); }

/* Tipografi */
h1, h2, h3, h4 {
  margin: 0 0 var(--space-3);
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--ink-900);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
h1 { font-size: clamp(2.1rem, 4.8vw, 3.4rem); font-weight: 500; line-height: 1.08; letter-spacing: -0.025em; }
h2 { font-size: clamp(1.75rem, 3vw, 2.35rem); }
h3 { font-size: 1.18rem; letter-spacing: -0.01em; font-family: var(--font-sans); font-weight: 600; }
h4 { font-size: 1rem; font-family: var(--font-sans); font-weight: 600; color: var(--ink-900); }

p { margin: 0 0 var(--space-3); color: var(--text-600); }
p.lead { font-size: 1.1rem; line-height: 1.65; color: var(--text-600); max-width: 62ch; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px;
  background: var(--accent-50);
  color: var(--accent-600);
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: var(--r-pill);
  margin-bottom: var(--space-4);
  border: 1px solid var(--accent-100);
}
.eyebrow--light { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.15); color: #fff; }

/* Layout */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--space-5); }
.container--narrow { max-width: var(--container-narrow); }
section { padding: var(--space-9) 0; }
section.section--tight { padding: var(--space-7) 0; }
.section-heading { max-width: 720px; margin: 0 auto var(--space-7); text-align: center; }
.section-heading p { margin-top: var(--space-3); font-size: 1.02rem; }

/* =============================================================
   Utility bar (masaüstü)
   ============================================================= */
.utility-bar {
  background: linear-gradient(90deg, #0a1628 0%, #0e2244 50%, #0a1628 100%);
  color: rgba(255,255,255,0.78);
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  letter-spacing: 0.01em;
}
.utility-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--utility-h);
  gap: var(--space-4); flex-wrap: wrap;
}
.utility-contacts { display: inline-flex; align-items: center; gap: var(--space-5); flex-wrap: wrap; }
.utility-contacts a, .utility-contacts span {
  display: inline-flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.72); font-weight: 500;
  transition: color 0.2s ease;
}
.utility-contacts a:hover { color: #fff; }
.utility-contacts svg { width: 13px; height: 13px; color: #6fa3d8; flex-shrink: 0; }
.utility-trust {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 500; color: rgba(255,255,255,0.88);
  padding: 3px 10px 3px 8px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.utility-trust svg { width: 13px; height: 13px; color: #6adda0; flex-shrink: 0; }

/* =============================================================
   HEADER
   ============================================================= */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,0.88);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(220,228,240,0.7);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.site-header::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--accent-500) 30%, var(--accent-600) 50%, var(--accent-500) 70%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,0.97);
  border-bottom-color: var(--border-200);
  box-shadow: 0 1px 0 rgba(16,24,40,0.03), 0 12px 28px -16px rgba(16,24,40,0.14);
}
.site-header.is-scrolled::after { opacity: 1; }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h); gap: var(--space-4);
  transition: min-height 0.3s ease;
}
.site-header.is-scrolled .header-inner { min-height: var(--header-h-scrolled); }

.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ink-900); flex-shrink: 0; min-width: 0; text-decoration: none; }
.brand-logo-img {
  width: 44px; height: 44px; flex-shrink: 0;
  object-fit: contain;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; gap: 1px; }
.brand-text strong {
  font-family: var(--font-serif); font-weight: 600; font-size: 1.05rem;
  color: var(--ink-900); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  letter-spacing: -0.01em;
}
.brand-text small {
  font-size: 0.7rem; color: var(--accent-500); letter-spacing: 0.05em;
  font-weight: 600; text-transform: uppercase;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.site-nav { display: flex; align-items: center; gap: 0; }
.mobile-menu-cta, .mobile-menu-call, .mobile-menu-trust { display: none; }
.nav-link {
  position: relative;
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 0.875rem; font-weight: 500; color: var(--text-600);
  padding: 8px 15px; border-radius: 0;
  background: transparent; border: 0;
  transition: color 0.2s ease;
  cursor: pointer; font-family: inherit;
  letter-spacing: 0.01em;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0; left: 50%; right: 50%;
  height: 2px;
  background: var(--accent-500);
  border-radius: 2px 2px 0 0;
  transition: left 0.22s ease, right 0.22s ease;
}
.nav-link:hover { color: var(--ink-900); background: transparent; }
.nav-link:hover::after { left: 15px; right: 15px; }
.nav-link.is-active { color: var(--accent-600); background: transparent; }
.nav-link.is-active::after { left: 15px; right: 15px; }

/* Header yan aksiyonlar */
.header-actions { display: inline-flex; align-items: center; gap: 12px; }
.header-cta {
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, var(--cta) 0%, #e53535 100%);
  box-shadow: 0 4px 14px -4px rgba(198,40,40,0.5), 0 1px 3px rgba(198,40,40,0.2);
  font-size: 0.875rem;
  padding: 9px 18px;
}
.header-cta:hover {
  background: linear-gradient(135deg, var(--cta-hover) 0%, var(--cta) 100%);
  box-shadow: 0 6px 18px -4px rgba(198,40,40,0.55), 0 2px 4px rgba(198,40,40,0.25);
  transform: translateY(-1px);
}

/* Mobil toggle */
.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  background: transparent;
  border: 1.5px solid var(--border-300);
  border-radius: 10px; padding: 0;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.nav-toggle:hover {
  border-color: var(--accent-500);
  background: var(--accent-50);
  box-shadow: 0 0 0 3px rgba(47,108,192,0.1);
}
.nav-toggle span {
  display: block; height: 1.5px; width: 18px;
  background: var(--ink-800);
  margin: 4.5px auto; border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
/* X (çarpı) görünümü istenmiyor: hamburger açıkken de hamburger kalır. Backdrop ve CTA ile kapatılır. */

.nav-backdrop {
  position: fixed; inset: 0;
  background: rgba(10,26,47,0.45);
  backdrop-filter: blur(2px);
  opacity: 0; visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  z-index: 55;
}
.nav-backdrop.is-open { opacity: 1; visibility: visible; transition: opacity 0.25s ease; }

/* Butonlar */
.button {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-weight: 600; font-size: 0.94rem;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  cursor: pointer; white-space: nowrap;
  text-decoration: none; font-family: inherit;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.button--primary { background: var(--ink-900); color: #fff; box-shadow: 0 4px 10px -4px rgba(11,37,69,0.45); }
.button--primary:hover { background: var(--ink-800); color: #fff; transform: translateY(-1px); }
.button--cta {
  background: var(--cta); color: #fff;
  box-shadow: var(--shadow-cta);
}
.button--cta:hover { background: var(--cta-hover); color: #fff; transform: translateY(-1px); }
.button--accent { background: var(--accent-600); color: #fff; box-shadow: 0 4px 10px -4px rgba(30,77,140,0.45); }
.button--accent:hover { background: var(--ink-800); color: #fff; transform: translateY(-1px); }
.button--ghost { background: transparent; color: var(--ink-900); border-color: var(--border-300); }
.button--ghost:hover { background: var(--bg-soft); border-color: var(--ink-700); }
.button--light { background: #fff; color: var(--ink-900); }
.button--light:hover { background: var(--bg-soft); }
.button--sm { padding: 8px 14px; font-size: 0.85rem; }
.button--lg { padding: 14px 28px; font-size: 0.98rem; }
.button .arrow { display: inline-block; transition: transform 0.2s ease; }
.button:hover .arrow { transform: translateX(2px); }

.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #6eff9e;
  box-shadow: 0 0 0 0 rgba(110,255,158,0.6);
  animation: pulseDot 1.8s infinite;
  margin-right: 2px;
}
@keyframes pulseDot {
  0%   { box-shadow: 0 0 0 0 rgba(110,255,158,0.6); }
  70%  { box-shadow: 0 0 0 8px rgba(110,255,158,0); }
  100% { box-shadow: 0 0 0 0 rgba(110,255,158,0); }
}

/* =============================================================
   HERO — dönüşüm odaklı
   ============================================================= */
.hero {
  position: relative;
  padding: clamp(40px, 6vw, 80px) 0 clamp(48px, 7vw, 96px);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; top: -180px; right: -180px;
  width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(30,77,140,0.08), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.hero-copy h1 { margin-bottom: var(--space-4); }
.hero-copy h1 em { font-style: italic; color: var(--accent-600); font-weight: 500; }
.hero-copy .lead { margin-bottom: var(--space-5); }

.hero-live {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.82rem; font-weight: 600;
  color: var(--success-600);
  background: var(--success-100);
  padding: 6px 12px; border-radius: var(--r-pill);
  margin-bottom: var(--space-4);
  border: 1px solid rgba(15,122,90,0.18);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-bottom: var(--space-4); }
.hero-meta {
  display: flex; gap: var(--space-5); flex-wrap: wrap;
  font-size: 0.86rem; color: var(--text-600);
  margin-bottom: var(--space-5);
}
.hero-meta strong { color: var(--ink-900); font-weight: 700; margin-right: 4px; }

.trust-row {
  display: flex; flex-wrap: wrap; gap: var(--space-4) var(--space-6);
  padding-top: var(--space-5);
  border-top: 1px solid var(--border-200);
}
.trust-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.88rem; color: var(--text-600); font-weight: 500;
}
.trust-item svg { width: 16px; height: 16px; color: var(--success-600); flex-shrink: 0; }

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--bg-muted);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,26,47,0) 45%, rgba(10,26,47,0.5) 100%);
  pointer-events: none;
}
.hero-badge {
  position: absolute; left: 16px; top: 16px;
  background: rgba(255,255,255,0.96);
  border-radius: var(--r-pill);
  padding: 7px 12px 7px 10px;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.78rem; font-weight: 600;
  color: var(--ink-900);
  box-shadow: var(--shadow-sm); z-index: 2;
}
.hero-badge .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--success-600);
  box-shadow: 0 0 0 3px rgba(15,122,90,0.18);
}
.hero-proof {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  z-index: 2;
  background: rgba(255,255,255,0.97);
  border-radius: var(--r-md);
  padding: 12px 14px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: var(--shadow-md);
}
.hero-proof .avatars {
  display: flex;
}
.hero-proof .avatars span {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-500), var(--ink-700));
  border: 2px solid #fff;
  color: #fff;
  font-size: 0.7rem; font-weight: 700;
  display: grid; place-items: center;
  margin-left: -8px;
}
.hero-proof .avatars span:first-child { margin-left: 0; }
.hero-proof .text { font-size: 0.8rem; color: var(--text-700); line-height: 1.4; }
.hero-proof .text strong { color: var(--ink-900); display: block; font-size: 0.85rem; }

/* =============================================================
   Benefit strip (conversion aid)
   ============================================================= */
.benefit-strip {
  background: var(--ink-900);
  color: #fff;
  padding: 18px 0;
}
.benefit-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
}
.benefit-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.85);
}
.benefit-item svg {
  width: 22px; height: 22px; flex-shrink: 0;
  color: #7ae0b4;
}
.benefit-item strong { color: #fff; display: block; font-weight: 600; font-size: 0.92rem; }

/* =============================================================
   Stats
   ============================================================= */
.stats-band {
  background: linear-gradient(135deg, var(--ink-900) 0%, var(--ink-800) 100%);
  color: #fff;
  position: relative; overflow: hidden;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
  text-align: center;
}
.stat-card { padding: var(--space-3) var(--space-4); border-right: 1px solid rgba(255,255,255,0.08); }
.stat-card:last-child { border-right: 0; }
.stat-card strong {
  display: block; font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: #fff; line-height: 1.1; margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.stat-card span { font-size: 0.82rem; color: rgba(255,255,255,0.65); letter-spacing: 0.03em; }

/* =============================================================
   Process (3 adım, conversion aid)
   ============================================================= */
.process { background: var(--bg); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.process-step {
  text-align: center;
  padding: var(--space-5) var(--space-3) 0;
  position: relative;
}
.step-number {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto var(--space-3);
  background: var(--accent-50); color: var(--accent-600);
  font-family: var(--font-serif); font-size: 1.5rem; font-weight: 600;
  border: 1px solid var(--accent-100);
}
.process-step h3 { margin-bottom: 6px; font-size: 1.05rem; }
.process-step p { font-size: 0.93rem; max-width: 32ch; margin: 0 auto; color: var(--text-600); }
.process-cta { text-align: center; margin-top: var(--space-6); }

/* =============================================================
   Programs
   ============================================================= */
.programs { background: var(--bg-soft); }
.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}
.program-card {
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  padding: var(--space-5);
  display: flex; flex-direction: column;
  gap: var(--space-3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.program-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent-600);
}
.program-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--accent-50); color: var(--accent-600);
  border-radius: 10px;
  margin-bottom: var(--space-2);
}
.program-icon svg { width: 22px; height: 22px; }
.program-card h3 { margin-bottom: 2px; font-size: 1.1rem; }
.program-card p { font-size: 0.93rem; color: var(--text-600); margin-bottom: var(--space-3); flex: 1; }
.program-link {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 5px;
  font-weight: 600; font-size: 0.88rem; color: var(--accent-600);
}
.program-link:hover { color: var(--ink-900); }
.program-link .arrow { transition: transform 0.2s ease; }
.program-link:hover .arrow { transform: translateX(3px); }

/* =============================================================
   About
   ============================================================= */
.about { background: var(--bg); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.about-image {
  aspect-ratio: 16 / 10;
  border-radius: var(--r-xl);
  overflow: hidden; box-shadow: var(--shadow-md);
  background: var(--bg-muted);
}
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-values {
  list-style: none; padding: 0; margin: var(--space-5) 0 0;
  display: grid; gap: var(--space-4);
}
.about-values li { display: flex; gap: 14px; align-items: flex-start; }
.about-values .v-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--accent-50); color: var(--accent-600);
  border-radius: 10px;
}
.about-values .v-icon svg { width: 18px; height: 18px; }
.about-values strong { display: block; font-weight: 600; color: var(--ink-900); margin-bottom: 2px; font-size: 1rem; }
.about-values p { margin: 0; font-size: 0.93rem; color: var(--text-600); }

/* =============================================================
   Testimonials (social proof)
   ============================================================= */
.testimonials { background: var(--bg-soft); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}
.testimonial-card {
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  padding: var(--space-5);
  display: flex; flex-direction: column; gap: var(--space-3);
}
.testimonial-card .stars {
  display: inline-flex; gap: 2px; color: #f5b340;
}
.testimonial-card .stars svg { width: 15px; height: 15px; }
.testimonial-card blockquote {
  margin: 0; font-size: 0.96rem; color: var(--text-700);
  line-height: 1.6;
}
.testimonial-card blockquote::before { content: "“"; }
.testimonial-card blockquote::after { content: "”"; }
.testimonial-meta {
  display: flex; align-items: center; gap: 10px;
  margin-top: auto; padding-top: var(--space-3);
  border-top: 1px solid var(--border-100);
}
.testimonial-meta .avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-500), var(--ink-700));
  color: #fff; font-weight: 600; font-size: 0.95rem;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.testimonial-meta .m-text strong { display: block; font-size: 0.9rem; color: var(--ink-900); }
.testimonial-meta .m-text span { font-size: 0.8rem; color: var(--text-500); }

/* =============================================================
   Policy
   ============================================================= */
.policy { background: var(--bg); }
.policy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}
.policy-card {
  background: var(--bg-soft);
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  padding: var(--space-5);
}
.policy-card h3 { display: flex; align-items: center; gap: 10px; margin-bottom: var(--space-4); font-size: 1.05rem; }
.policy-card h3 .badge {
  width: 30px; height: 30px; border-radius: 8px;
  display: grid; place-items: center; flex-shrink: 0;
}
.policy-card h3 .badge svg { width: 16px; height: 16px; color: #fff; }
.policy-card.do h3 .badge { background: var(--success-600); }
.policy-card.info h3 .badge { background: var(--ink-700); }
.policy-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.policy-list li {
  padding-left: 26px; position: relative;
  font-size: 0.94rem; color: var(--text-600); line-height: 1.55;
}
.policy-list li::before {
  content: ""; position: absolute; left: 0; top: 6px;
  width: 16px; height: 16px; border-radius: 50%;
  background-repeat: no-repeat; background-position: center; background-size: 10px;
}
.policy-card.do .policy-list li::before {
  background-color: var(--success-100);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f7a5a' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.policy-card.info .policy-list li::before {
  background-color: var(--accent-50);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e4d8c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E");
}

/* =============================================================
   FAQ
   ============================================================= */
.faq { background: var(--bg-soft); }
.faq-list { max-width: 760px; margin: 0 auto; display: grid; gap: var(--space-2); }
.faq-item {
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--r-md);
  padding: 14px 20px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-item[open] { border-color: var(--accent-600); box-shadow: var(--shadow-sm); }
.faq-item summary {
  cursor: pointer; list-style: none;
  font-weight: 600; font-size: 0.98rem;
  color: var(--ink-900);
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-4);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; width: 22px; height: 22px; flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e4d8c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-size: 16px; background-position: center; background-repeat: no-repeat;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-item p { margin: 10px 0 0; color: var(--text-600); font-size: 0.94rem; line-height: 1.6; }

/* =============================================================
   Contact card (ads compliance)
   ============================================================= */
.contact { background: var(--bg); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-4);
}
.contact-card {
  background: var(--bg-soft);
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  padding: var(--space-5);
  display: flex; flex-direction: column; gap: 10px;
}
.contact-card .c-icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--accent-50); color: var(--accent-600);
  display: grid; place-items: center;
  margin-bottom: 4px;
}
.contact-card .c-icon svg { width: 20px; height: 20px; }
.contact-card strong { color: var(--ink-900); font-size: 1rem; font-weight: 600; }
.contact-card a { color: var(--accent-600); font-weight: 500; font-size: 0.95rem; word-break: break-word; }
.contact-card p { margin: 0; font-size: 0.9rem; color: var(--text-600); }

/* =============================================================
   CTA band
   ============================================================= */
.cta-band {
  background: linear-gradient(135deg, var(--ink-900) 0%, var(--ink-800) 100%);
  color: #fff;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute; top: -120px; right: -120px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(47,108,192,0.2), transparent 60%);
  pointer-events: none;
}
.cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: var(--space-6);
  align-items: center;
}
.cta-inner h2 { color: #fff; margin-bottom: var(--space-3); }
.cta-inner p { color: rgba(255,255,255,0.78); margin-bottom: 0; font-size: 0.98rem; max-width: 62ch; }
.cta-inner .actions { display: flex; flex-direction: column; gap: var(--space-2); }
@media (min-width: 860px) { .cta-inner .actions { align-items: flex-end; } }
.cta-inner .fineprint { font-size: 0.8rem; color: rgba(255,255,255,0.58); }

/* =============================================================
   Form page
   ============================================================= */
.form-page { background: var(--bg-soft); }
.form-hero {
  padding: clamp(36px, 5vw, 64px) 0 var(--space-5);
  background: var(--bg);
  border-bottom: 1px solid var(--border-200);
}
.form-hero h1 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); margin-bottom: var(--space-4); }
.form-hero .lead { max-width: 62ch; }

.form-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  padding: var(--space-7) var(--space-5) var(--space-9);
  align-items: start;
}
.form-card {
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  padding: clamp(20px, 4vw, 36px);
  box-shadow: var(--shadow-sm);
}
.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
.form-fields .full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 0.84rem; font-weight: 600; color: var(--ink-900); }
.field label .req { color: var(--danger-600); margin-left: 2px; }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 0.95rem;
  color: var(--text-900); background: #fff;
  border: 1px solid var(--border-300);
  border-radius: var(--r-sm);
  padding: 11px 13px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  width: 100%; min-width: 0;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent-600);
  box-shadow: 0 0 0 3px rgba(30,77,140,0.15);
}
.field .hint { font-size: 0.78rem; color: var(--text-500); margin-top: 2px; }

.consent {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 0.88rem; color: var(--text-600);
  padding: 12px 14px;
  background: var(--bg-soft);
  border: 1px solid var(--border-200);
  border-radius: var(--r-md);
  margin-top: var(--space-4); line-height: 1.55;
}
.consent input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--accent-600); flex-shrink: 0; }
.consent a { color: var(--accent-600); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }

.form-submit-row { margin-top: var(--space-5); display: flex; flex-direction: column; gap: var(--space-3); }
.form-submit-row .button { width: 100%; padding: 13px 22px; font-size: 0.98rem; }

.form-feedback { font-size: 0.9rem; padding: 11px 14px; border-radius: var(--r-sm); margin: 0; display: none; }
.form-feedback[data-state="info"]    { display: block; background: var(--accent-50); color: var(--accent-600); border: 1px solid var(--accent-100); }
.form-feedback[data-state="success"] { display: block; background: var(--success-100); color: var(--success-600); border: 1px solid rgba(15,122,90,0.2); }
.form-feedback[data-state="warning"] { display: block; background: var(--warning-100); color: var(--warning-600); border: 1px solid rgba(138,101,0,0.2); }

.form-side { position: sticky; top: calc(var(--header-h) + 16px); display: grid; gap: var(--space-3); }
.side-card {
  background: #fff; border: 1px solid var(--border-200);
  border-radius: var(--r-lg); padding: var(--space-5);
}
.side-card h3 { font-size: 0.98rem; margin-bottom: var(--space-3); display: flex; align-items: center; gap: 8px; }
.side-card h3 svg { width: 18px; height: 18px; color: var(--accent-600); flex-shrink: 0; }
.side-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.side-list li { padding-left: 22px; position: relative; font-size: 0.9rem; color: var(--text-600); line-height: 1.55; }
.side-list li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--accent-600);
  box-shadow: 0 0 0 3px var(--accent-50);
}

/* =============================================================
   Legal
   ============================================================= */
.legal-page { background: var(--bg); }
.legal-hero {
  padding: clamp(40px, 5vw, 72px) 0 var(--space-5);
  background: var(--bg-soft);
  border-bottom: 1px solid var(--border-200);
}
.legal-hero h1 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); }
.legal-body { max-width: 780px; margin: 0 auto; padding: var(--space-7) var(--space-5) var(--space-9); }
.legal-body section { padding: var(--space-5) 0; border-top: 1px solid var(--border-200); }
.legal-body section:first-of-type { border-top: 0; padding-top: 0; }
.legal-body h2 { font-size: 1.3rem; margin-bottom: var(--space-3); }
.legal-body h3 { font-size: 1.05rem; margin-top: var(--space-4); margin-bottom: var(--space-2); color: var(--ink-800); }
.legal-body p, .legal-body li { color: var(--text-600); line-height: 1.75; }
.legal-body ul { padding-left: 20px; }
.legal-body li + li { margin-top: 6px; }
.legal-toc {
  background: var(--bg-soft); border: 1px solid var(--border-200);
  border-radius: var(--r-md); padding: var(--space-5);
  margin-bottom: var(--space-6);
}
.legal-toc strong { display: block; color: var(--ink-900); margin-bottom: var(--space-2); font-size: 0.95rem; font-family: var(--font-sans); font-weight: 600; }
.legal-toc ol { margin: 0; padding-left: 20px; color: var(--text-600); font-size: 0.92rem; }
.legal-toc a { color: var(--text-700); }
.legal-toc a:hover { color: var(--accent-600); }

/* =============================================================
   Footer
   ============================================================= */
.site-footer {
  background: var(--ink-950);
  color: rgba(255,255,255,0.7);
  padding-top: var(--space-8);
  font-size: 0.9rem;
  position: relative;
}
.footer-cta {
  background: linear-gradient(135deg, var(--ink-900) 0%, var(--ink-800) 100%);
  border-radius: var(--r-xl);
  padding: clamp(28px, 5vw, 48px);
  margin-bottom: var(--space-8);
  border: 1px solid rgba(255,255,255,0.06);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--space-6);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.footer-cta::before {
  content: ""; position: absolute; top: -100px; right: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(47,108,192,0.22), transparent 60%);
  pointer-events: none;
}
.footer-cta h2 { color: #fff; font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: var(--space-2); position: relative; }
.footer-cta p { color: rgba(255,255,255,0.78); margin: 0; font-size: 0.95rem; position: relative; }
.footer-cta .actions { display: flex; flex-direction: column; gap: 10px; position: relative; }
@media (min-width: 860px) { .footer-cta .actions { align-items: flex-end; } }
.footer-cta .fineprint { font-size: 0.78rem; color: rgba(255,255,255,0.55); }

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--space-6);
  padding-bottom: var(--space-6);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand strong { display: block; font-family: var(--font-serif); color: #fff; font-size: 1.2rem; margin-bottom: 6px; }
.footer-brand p { color: rgba(255,255,255,0.62); font-size: 0.9rem; max-width: 40ch; }
.footer-trustline {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: var(--space-3);
}
.footer-trustline span {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.78rem; color: rgba(255,255,255,0.68);
  padding: 5px 10px; border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
}
.footer-trustline svg { width: 12px; height: 12px; color: #7ae0b4; }
.footer-note {
  display: block; margin-top: var(--space-3);
  color: rgba(255,255,255,0.42);
  font-size: 0.78rem; line-height: 1.55; max-width: 44ch;
}
.footer-col h4 {
  color: #fff; font-family: var(--font-sans);
  font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: var(--space-3); font-weight: 600;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-col a { color: rgba(255,255,255,0.68); }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: var(--space-3);
  padding: var(--space-5) 0;
  color: rgba(255,255,255,0.5); font-size: 0.82rem;
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: var(--space-4); }

/* =============================================================
   Mobile bottom nav (dönüşüm odaklı, sticky)
   ============================================================= */
.mobile-bottom-nav {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 56;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--border-200);
  box-shadow: 0 -6px 20px -12px rgba(16,24,40,0.18);
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px));
}
.mbn-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr;
  gap: 6px;
  align-items: stretch;
}
.mbn-item {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px;
  padding: 8px 4px;
  border-radius: 10px;
  font-size: 0.7rem; font-weight: 600;
  color: var(--text-600);
  background: transparent; border: 0;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
  min-height: 50px;
}
.mbn-item:hover, .mbn-item:focus-visible { background: var(--bg-soft); color: var(--ink-900); outline: none; }
.mbn-item svg { width: 20px; height: 20px; }
.mbn-item.mbn-call { color: var(--success-600); }
.mbn-item.mbn-cta {
  background: var(--cta); color: #fff;
  box-shadow: var(--shadow-cta);
  font-size: 0.82rem;
  flex-direction: row; gap: 6px;
}
.mbn-item.mbn-cta:hover, .mbn-item.mbn-cta:focus-visible { background: var(--cta-hover); color: #fff; }
.mbn-item.mbn-cta svg { width: 16px; height: 16px; }

/* =============================================================
   Cookie banner (KVKK / Ads compliance, non-intrusive)
   ============================================================= */
.cookie-banner {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 70;
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 16px 18px;
  max-width: 680px;
  margin-left: auto; margin-right: auto;
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
  transform: translateY(140%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.3s ease;
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
.cookie-banner .cb-text { flex: 1 1 260px; font-size: 0.86rem; color: var(--text-700); line-height: 1.5; }
.cookie-banner .cb-text a { color: var(--accent-600); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.cookie-banner .cb-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-banner .button { padding: 8px 16px; font-size: 0.85rem; }

/* =============================================================
   Reveal
   ============================================================= */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .pulse-dot { animation: none; }
}

/* =============================================================
   Responsive
   ============================================================= */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { aspect-ratio: 16 / 11; max-width: 640px; margin: 0 auto; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image { max-width: 480px; margin: 0 auto; }
  .programs-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-card { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); padding: var(--space-3) var(--space-3) var(--space-4); }
  .stats-grid .stat-card:nth-last-child(-n+2) { border-bottom: 0; }
  .benefit-strip-inner { grid-template-columns: repeat(2, 1fr); row-gap: 14px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .form-layout { grid-template-columns: 1fr; }
  .form-side { position: static; }
  .cta-inner, .footer-cta { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .utility-bar { display: none; }

  .nav-toggle { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; }

  .site-nav {
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: var(--space-3) var(--space-4) var(--space-5);
    gap: 4px;
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-8px);
    opacity: 0; visibility: hidden;
    border-bottom: 1px solid var(--border-200);
    box-shadow: 0 20px 30px -20px rgba(16,24,40,0.2);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
    z-index: 58;
  }
  .site-nav[data-open="true"] { transform: translateY(0); opacity: 1; visibility: visible; transition: opacity 0.22s ease, transform 0.22s ease; }
  .nav-link {
    padding: 13px 16px; font-size: 0.95rem;
    border-radius: 10px; width: 100%;
    justify-content: flex-start; text-align: left;
    letter-spacing: 0;
  }
  .nav-link::after { display: none; }
  .nav-link:hover { background: var(--bg-soft); color: var(--ink-900); }
  .nav-link.is-active { background: var(--accent-50); color: var(--accent-600); }

  /* Mobil menüdeki CTA blok */
  .mobile-menu-cta {
    display: block;
    margin-top: var(--space-3);
    padding: 14px;
    background: linear-gradient(135deg, var(--ink-900) 0%, var(--ink-800) 100%);
    border-radius: var(--r-md);
    color: #fff;
  }
  .mobile-menu-cta strong { display: block; color: #fff; font-size: 0.95rem; margin-bottom: 4px; }
  .mobile-menu-cta p { margin: 0 0 10px; color: rgba(255,255,255,0.78); font-size: 0.82rem; }
  .mobile-menu-cta .button { width: 100%; }

  .mobile-menu-call {
    margin-top: var(--space-2);
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 14px;
    border: 1px solid var(--border-300);
    border-radius: var(--r-md);
    font-weight: 600; font-size: 0.92rem;
    color: var(--ink-900);
    background: #fff;
  }
  .mobile-menu-call svg { width: 16px; height: 16px; color: var(--success-600); }

  .mobile-menu-trust {
    display: grid;
    margin-top: var(--space-3);
    gap: 6px;
    padding: 12px;
    background: var(--bg-soft);
    border-radius: var(--r-md);
    font-size: 0.82rem;
  }
  .mobile-menu-trust span { display: inline-flex; align-items: center; gap: 6px; color: var(--text-700); }
  .mobile-menu-trust svg { width: 14px; height: 14px; color: var(--success-600); }

  .header-actions .header-cta { display: inline-flex; padding: 10px 18px; font-size: 0.9rem; }
  .header-actions { gap: 8px; }

  /* Mobil üst menu açık/kapalı duruma bakılmaksızın sabit kalır */
  .site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; }
  body { padding-top: var(--header-h); }

  /* Mobil bottom nav açık */
  .mobile-bottom-nav { display: block; }

  /* Sayfa alt boşluğu (sticky bottom nav için) */
  body { padding-bottom: var(--mobile-bottom-h); }
  .cookie-banner { bottom: calc(var(--mobile-bottom-h) + 12px); }
}

@media (max-width: 768px) {
  :root { --header-h: 64px; }

  section { padding: var(--space-7) 0; }
  section.section--tight { padding: var(--space-5) 0; }

  .brand-text small { display: none; }
  .brand-text strong { font-size: 0.95rem; }

  .hero { padding: clamp(32px, 6vw, 56px) 0 clamp(40px, 7vw, 72px); }
  .hero-copy h1 { font-size: clamp(1.95rem, 7vw, 2.4rem); }

  .programs-grid, .process-grid, .policy-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-card { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .stats-grid .stat-card:last-child { border-bottom: 0; }

  .benefit-strip-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }

  .form-fields { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: var(--space-5); }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .brand-logo-img { width: 36px; height: 36px; border-radius: 50%; }
  .brand-text strong { font-size: 0.9rem; }
  .hero-proof { padding: 10px 12px; }
  .hero-proof .text { font-size: 0.74rem; }
}

/* =============================================================
   HERO SLIDER (1. kısım — görsel, profesyonel)
   ============================================================= */
.hero-slider {
  position: relative;
  width: 100%;
  height: clamp(360px, 62vh, 620px);
  overflow: hidden;
  background: var(--ink-900);
  isolation: isolate;
}
.hs-track { position: absolute; inset: 0; }
.hs-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 0.9s ease, visibility 0s linear 0.9s;
  z-index: 1;
}
.hs-slide.is-active {
  opacity: 1; visibility: visible; z-index: 2;
  transition: opacity 0.9s ease;
}
.hs-slide img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  animation: hsZoom 10s ease-in-out infinite alternate;
}
.hs-slide.is-active img { animation-play-state: running; }
@keyframes hsZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.06); }
}
.hs-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,26,47,0.15) 0%, rgba(10,26,47,0.72) 70%, rgba(10,26,47,0.85) 100%),
    linear-gradient(90deg, rgba(10,26,47,0.55) 0%, rgba(10,26,47,0.15) 60%, transparent 100%);
}
.hs-content {
  position: relative;
  height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  color: #fff;
  padding-bottom: clamp(40px, 8vh, 80px);
  padding-top: clamp(60px, 10vh, 120px);
  max-width: 820px;
}
.hs-kicker {
  display: inline-flex; align-self: flex-start;
  padding: 5px 12px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: var(--r-pill);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #fff;
  margin-bottom: var(--space-4);
}
.hs-content h2 {
  color: #fff;
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(1.6rem, 3.6vw, 2.6rem);
  line-height: 1.15; letter-spacing: -0.02em;
  margin-bottom: var(--space-3);
  max-width: 22ch;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(0,0,0,0.18);
}
.hs-content p {
  color: rgba(255,255,255,0.88);
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  max-width: 56ch;
  margin: 0;
}
.hs-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 3;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  color: #fff;
  display: grid; place-items: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.hs-arrow:hover { background: rgba(255,255,255,0.26); }
.hs-arrow svg { width: 20px; height: 20px; }
.hs-prev { left: 20px; }
.hs-next { right: 20px; }
.hs-dots {
  position: absolute; bottom: 20px; left: 0; right: 0;
  display: flex; justify-content: center; gap: 8px;
  z-index: 3;
}
.hs-dot {
  width: 28px; height: 4px; border-radius: 4px;
  background: rgba(255,255,255,0.35);
  border: 0; padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, width 0.2s ease;
}
.hs-dot.is-active { background: #fff; width: 40px; }
@media (max-width: 768px) {
  .hero-slider { height: clamp(320px, 60vh, 480px); }
  .hs-arrow { width: 38px; height: 38px; }
  .hs-prev { left: 10px; } .hs-next { right: 10px; }
  .hs-content { padding-bottom: 60px; }
}

/* =============================================================
   HERO v2 — copy + side card (2. kısım)
   ============================================================= */
.hero-side {
  display: flex; flex-direction: column; gap: var(--space-4);
}
.hero-proof-card {
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  padding: var(--space-4) var(--space-5);
  display: flex; align-items: center; gap: var(--space-4);
  box-shadow: var(--shadow-sm);
}
.hero-proof-card .avatars { display: flex; flex-shrink: 0; }
.hero-proof-card .avatars span {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-500), var(--ink-700));
  border: 2px solid #fff;
  color: #fff; font-size: 0.72rem; font-weight: 700;
  display: grid; place-items: center;
  margin-left: -10px;
}
.hero-proof-card .avatars span:first-child { margin-left: 0; }
.hero-proof-card .text strong { display: block; color: var(--ink-900); font-size: 0.98rem; }
.hero-proof-card .text span { color: var(--text-600); font-size: 0.84rem; }

.hero-benefits {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-3);
  background: var(--bg-soft);
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  padding: var(--space-4);
}
.hero-benefits li { display: flex; gap: 10px; align-items: flex-start; }
.hero-benefits .hb-icon {
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--accent-50); color: var(--accent-600);
  display: grid; place-items: center; flex-shrink: 0;
}
.hero-benefits .hb-icon svg { width: 16px; height: 16px; }
.hero-benefits strong { display: block; color: var(--ink-900); font-size: 0.9rem; font-weight: 600; }
.hero-benefits span { color: var(--text-600); font-size: 0.8rem; }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr !important; }
  .hero-side { max-width: 720px; margin: 0 auto; width: 100%; }
}
@media (max-width: 560px) {
  .hero-benefits { grid-template-columns: 1fr; }
}

/* =============================================================
   AIDS — Yardımlar (3. kısım, görselli kartlar)
   ============================================================= */
.aids { background: var(--bg-soft); }
.aids-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.aid-card {
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.aid-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent-600);
}
.aid-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--bg-muted);
  overflow: hidden;
}
.aid-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.aid-card:hover .aid-media img { transform: scale(1.04); }
.aid-tag {
  position: absolute; left: 14px; top: 14px;
  background: rgba(255,255,255,0.96);
  color: var(--ink-900);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 11px;
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-sm);
}
.aid-body {
  padding: var(--space-5);
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.aid-body h3 { font-size: 1.15rem; margin: 0; color: var(--ink-900); font-weight: 600; }
.aid-body p { font-size: 0.94rem; color: var(--text-600); margin: 0; flex: 1; }
.aid-link {
  align-self: flex-start;
  margin-top: 6px;
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 600; font-size: 0.9rem; color: var(--accent-600);
  padding: 7px 0;
}
.aid-link:hover { color: var(--ink-900); }
.aid-link .arrow { transition: transform 0.2s ease; }
.aid-link:hover .arrow { transform: translateX(3px); }

@media (max-width: 1024px) { .aids-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .aids-grid { grid-template-columns: 1fr; } }

/* =============================================================
   INLINE APPLY — Başvuru formu (4. kısım)
   ============================================================= */
.inline-apply { background: var(--bg); }
.inline-apply-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}
.inline-apply-copy { position: sticky; top: calc(var(--header-h) + 16px); }
.inline-apply-copy h2 { font-size: clamp(1.75rem, 2.6vw, 2.1rem); }
.inline-apply-bullets {
  list-style: none; padding: 0; margin: var(--space-5) 0 var(--space-5);
  display: grid; gap: 10px;
}
.inline-apply-bullets li {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.95rem; color: var(--text-700);
}
.inline-apply-bullets svg {
  width: 18px; height: 18px; color: var(--success-600); flex-shrink: 0;
}
.inline-apply-full { align-self: flex-start; }
.inline-apply-card {
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  padding: clamp(20px, 3vw, 32px);
  box-shadow: var(--shadow-md);
}

@media (max-width: 1024px) {
  .inline-apply-grid { grid-template-columns: 1fr; }
  .inline-apply-copy { position: static; }
}

/* =============================================================
   TESTIMONIALS COMPACT (kompakt, güven veren)
   ============================================================= */
.testimonials-compact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  max-width: 1080px; margin: 0 auto;
}
.tc-item {
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  padding: var(--space-4) var(--space-5);
  display: flex; flex-direction: column; gap: var(--space-3);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.tc-item:hover { border-color: var(--accent-100); box-shadow: var(--shadow-sm); }
.tc-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}
.tc-head .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-500), var(--ink-700));
  color: #fff; font-weight: 700; font-size: 0.86rem;
  display: grid; place-items: center;
}
.tc-head strong { display: block; color: var(--ink-900); font-size: 0.92rem; }
.tc-head > div:nth-child(2) span { color: var(--text-500); font-size: 0.78rem; }
.tc-head .stars { display: inline-flex; gap: 1px; color: #f5b340; }
.tc-head .stars svg { width: 13px; height: 13px; }
.tc-item blockquote {
  margin: 0; color: var(--text-700);
  font-size: 0.92rem; line-height: 1.6;
  position: relative; padding-left: 14px;
  border-left: 2px solid var(--accent-100);
}
.tc-trustbar {
  max-width: 1080px; margin: var(--space-6) auto 0;
  display: flex; flex-wrap: wrap; gap: var(--space-4) var(--space-6);
  justify-content: center;
  padding: var(--space-4);
  border-top: 1px solid var(--border-200);
}
.tc-trustbar span {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.85rem; color: var(--text-600); font-weight: 500;
}
.tc-trustbar svg { width: 15px; height: 15px; color: var(--success-600); }

@media (max-width: 1024px) { .testimonials-compact { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .testimonials-compact { grid-template-columns: 1fr; } }

/* =============================================================
   CONTACT PAGE (ayrı iletisim.html)
   ============================================================= */
.contact-hero {
  background: linear-gradient(135deg, var(--ink-900) 0%, var(--ink-800) 100%);
  color: #fff;
  padding: clamp(60px, 8vw, 100px) 0 clamp(80px, 10vw, 140px);
  position: relative; overflow: hidden;
}
.contact-hero::before {
  content: ""; position: absolute; top: -140px; right: -140px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(47,108,192,0.28), transparent 60%);
  pointer-events: none;
}
.contact-hero .eyebrow { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.18); }
.contact-hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: var(--space-4); max-width: 22ch; }
.contact-hero .lead { color: rgba(255,255,255,0.82); max-width: 60ch; }

.contact-wrap {
  max-width: var(--container);
  margin: calc(-1 * clamp(60px, 7vw, 100px)) auto 0;
  padding: 0 var(--space-5) var(--space-9);
  position: relative; z-index: 2;
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  margin-bottom: var(--space-7);
}
.ct-card {
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--r-lg);
  padding: var(--space-5);
  display: flex; flex-direction: column; gap: 10px;
  box-shadow: var(--shadow-md);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.ct-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.ct-icon {
  width: 46px; height: 46px; border-radius: 11px;
  background: var(--accent-50); color: var(--accent-600);
  display: grid; place-items: center;
  margin-bottom: 6px;
}
.ct-icon svg { width: 22px; height: 22px; }
.ct-card h3 { font-size: 1.08rem; margin: 0; color: var(--ink-900); font-family: var(--font-sans); }
.ct-card a { color: var(--accent-600); font-weight: 600; font-size: 0.98rem; word-break: break-word; }
.ct-card p { margin: 0; color: var(--text-600); font-size: 0.9rem; line-height: 1.55; }
.ct-badge {
  align-self: flex-start;
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px;
  background: var(--success-100); color: var(--success-600);
  font-size: 0.76rem; font-weight: 600;
  border-radius: var(--r-pill);
}

.contact-form-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  background: #fff;
  border: 1px solid var(--border-200);
  border-radius: var(--r-xl);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow-sm);
}
.contact-form-copy h2 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); margin-bottom: var(--space-3); }
.contact-form-copy p { color: var(--text-600); max-width: 48ch; }
.contact-form-copy ul {
  list-style: none; padding: 0; margin: var(--space-4) 0 0;
  display: grid; gap: 10px;
}
.contact-form-copy li {
  display: flex; align-items: center; gap: 10px;
  color: var(--text-700); font-size: 0.94rem;
}
.contact-form-copy li svg { width: 18px; height: 18px; color: var(--success-600); flex-shrink: 0; }

.contact-form .form-fields { grid-template-columns: 1fr 1fr; }
.contact-form .form-fields .full { grid-column: 1 / -1; }

@media (max-width: 900px) {
  .contact-cards { grid-template-columns: 1fr; }
  .contact-form-wrap { grid-template-columns: 1fr; }
  .contact-form .form-fields { grid-template-columns: 1fr; }
}

/* =============================================================
   Eski .programs kart stilleri artık kullanılmıyor (aids kullanılıyor).
   Boyut/uyumluluk için kalabilir; HTML'de referans yok.
   ============================================================= */
