/* ================================================================
   SparkLabs True Zero  |  Main Stylesheet
   Tip sistemi: Manrope (baslik) + Open Sans (govde)
   ================================================================ */

/* -- Custom Properties -------------------------------------- */
:root {
  /* SparkLabs True Zero - koyu teal + krem tema.
     Ana teal logodaki "True Zero" tonundan (#48A090) koyulastirildi;
     beyaz zeminde metin kontrasti icin gerekli. */
  --green-900: #08251F;   /* en koyu: koyu bolumler, banner gradyan alti */
  --green-800: #0C463A;
  --green-700: #0F6E5C;   /* ana marka rengi */
  --green-600: #17876F;
  --green-500: #35998A;
  --green-300: #9ED3C6;   /* mat sage vurgu / koyu zeminde hover */
  --green-200: #DCD8C8;   /* yumusak kenarliklar (krem tonlu) */
  --green-100: #DCEAE4;   /* dolgu bolum zemini */
  --green-50:  #F7F2E6;   /* krem taban - sunumun zemin rengi */
  --ink-900:   #121A17;   /* footer / yesilimsi siyaha yakin */
  --muted:     #5A6862;   /* mat gri metin/kenarlik */
  --on-dark-soft: #C6DAD2; /* breadcrumb ve koyu zeminde yumusak metin */
  --accent:        #E08A1E; /* logodaki turuncu spark, mat cekilmis - az kullan */
  --accent-strong: #BF7016;

  /* eski isimler yeni temaya yonlendirildi */
  --navy:       #0F6E5C;
  --navy-dark:  #08251F;
  --navy-mid:   #0C463A;
  --gold:       #E08A1E;
  --gold-lt:    #F0A946;
  --white:      #ffffff;
  --cream:      #F7F2E6;   /* sayfa tabani */
  --cream-alt:  #DCEAE4;   /* alternatif bolum zemini (= --green-100) */
  --cream-line: #E4DCCA;   /* krem zemin uzerinde ince ayrac */
  --lime-soft:  #D9EAD8;   /* ana sayfa kisa form blogu */
  --gray-lt:    #F2EDE1;
  --gray-mid:   #E4DCCA;
  --gray-text:  #5A6862;
  --text:       #1E2A26;
  --link:       #0F6E5C;

  --f-head: 'Manrope', 'Open Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --f-body: 'Open Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --wrap:   1200px;
  --r:      8px;    /* butonlar, menu ogeleri, kucuk yuzeyler */
  --r-card: 14px;   /* kartlar, tablolar, callout gibi kutu yuzeyler */
  --sh:     0 2px 14px rgba(8,37,31,.12);
  --sh-lg:  0 8px 32px rgba(8,37,31,.20);
  --ease:   .22s ease;
}

/* ── Erisilebilirlik ────────────────────────────────────────── */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10001;
}
.skip-link:focus {
  left: 8px;
  top: 8px;
  background: var(--green-700);
  color: #fff;
  font-family: var(--f-head);
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 6px;
  outline: 2px solid #fff;
}
.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;
}
.footer-col-title { font-size: 1.2rem; font-weight: 700; margin: 0 0 16px; }
.dropdown li.active > a,
.mobile-dropdown li.active > a { background: rgba(0,0,0,.18); }

/* ── Reset ──────────────────────────────────────────────────── */
*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img,
video { display: block; max-width: 100%; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* ── Base ───────────────────────────────────────────────────── */
body {
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

/* ── Typography ─────────────────────────────────────────────── */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--f-head);
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy);
  letter-spacing: -.01em;
  /* Basligin son satirinda 1-2 kelime tek basina kalmasin; satirlar dengelensin.
     Desteklemeyen tarayici yok sayar, davranis eskisi gibi kalir. */
  text-wrap: balance;
}
h1 { font-size: clamp(2rem,   5.5vw, 3.4rem); font-weight: 800; }

/* theme.css (vendor) `p,ol,ul{font-family:Poppins}` tanimliyor; Poppins yuklu degil
   ve yedek liste yok -> tarayici serif'e dusuyor. Govde fontuna geri cekiliyor. */
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figcaption,
caption,
th,
td,
label,
input,
select,
textarea,
button {
  font-family: var(--f-body);
}
h2 { font-size: clamp(1.55rem,3.2vw, 2.2rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.55rem); }
h4 { font-size: 1.12rem; }
p { margin-bottom: 1.2rem; }
a { color: var(--link); text-decoration: none; transition: color var(--ease); }
a:hover { color: var(--navy); }

.container {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 28px;
}

/* ================================================================
   HEADER
   ================================================================ */
.site-header {
  /* hello-elementor'ın display:flex ve padding:1rem override'larını sıfırla */
  display: block;
  padding-block-start: 0;
  padding-block-end: 0;
  padding: 0;
  /* hello-elementor theme.css'nin max-width kısıtlamasını kaldır */
  max-width: none;
  width: 100%;
  margin-inline-start: 0;
  margin-inline-end: 0;
  /* Özel stiller */
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,.10);
}
.header-bar { height: 3px; background: var(--gold); }

/* .site-header .header-inner: hello-elementor'ın yüksek-specificity selector'ını geçersiz kıl */
.site-header .header-inner,
.header-inner {
  max-width: 1320px;   /* 8 ust menu basligi 1200px'e sigmiyor (T-04) */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 72px;
  gap: 20px;
}

.logo { flex-shrink: 0; display: flex; align-items: center; text-decoration: none; }
.site-logo-img { height: 54px; width: auto; display: block; }

.main-nav { flex: 1; display: flex; justify-content: center; }
.nav-menu { display: flex; align-items: center; gap: 2px; }

.nav-item > a,
.nav-item > a:link,
.nav-item > a:visited {
  display: block;
  padding: 8px 9px;
  font-family: var(--f-head);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .055em;
  /* ponytail: text-transform yok — Turkce i→I hatasi. Etiketler HTML'de buyuk yazili. */
  color: var(--navy);
  border-radius: var(--r);
  white-space: nowrap;
  transition: color var(--ease), background var(--ease);
  text-decoration: none;
}
.nav-item > a:hover,
.nav-item.active > a { color: var(--gold); background: rgba(26,58,92,.06); }

/* Netzero Portal: menude mavi rozet */
.nav-item > a[href*="portalnetzerotekmer"],
.nav-item > a[href*="portalnetzerotekmer"]:link,
.nav-item > a[href*="portalnetzerotekmer"]:visited {
  color: #123A63;
  background: #DCEBFA;
  border: 2px solid #123A63;
  border-radius: 8px;
  padding: 6px 12px;
}
.nav-item > a[href*="portalnetzerotekmer"]:hover { color: #0B2742; background: #C3DDF5; border-color: #0B2742; }

.has-dropdown > a::after { content: ' ▾'; font-size: .65em; opacity: .7; }

.nav-item { position: relative; }

.dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: var(--navy-dark);
  border-top: 2px solid var(--gold);
  border-radius: 0 0 var(--r) var(--r);
  box-shadow: var(--sh-lg);
  min-width: 235px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity var(--ease), visibility var(--ease), transform var(--ease);
  z-index: 200;
}
.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li a,
.dropdown li a:link,
.dropdown li a:visited {
  display: block;
  font-family: var(--f-head);
  padding: 10px 20px;
  font-size: .84rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: color var(--ease), background var(--ease);
  text-decoration: none;
}
.dropdown li:last-child a { border-bottom: none; }
.dropdown li a:hover { color: var(--gold); background: rgba(255,255,255,.06); }

.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

.hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border-radius: var(--r);
  transition: background var(--ease);
}
.hamburger:hover { background: rgba(26,58,92,.07); }
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform var(--ease), opacity var(--ease), width var(--ease);
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; width: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile Menu ────────────────────────────────────────────── */
.mobile-menu {
  display: none;
  background: var(--navy-dark);
  border-top: 1px solid rgba(255,255,255,.08);
  padding-bottom: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.mobile-menu.open { display: block; max-height: 90vh; overflow-y: auto; }

.mobile-nav > li > a {
  display: block;
  padding: 13px 24px;
  font-family: var(--f-head);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .055em;
  color: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(255,255,255,.06);
  cursor: pointer;
}
.mobile-nav > li > a:hover { color: var(--gold); }

.mobile-dropdown { background: rgba(0,0,0,.25); display: none; }
.mobile-dropdown.open { display: block; }
.mobile-dropdown li a {
  display: block;
  padding: 10px 24px 10px 40px;
  font-size: .83rem;
  color: rgba(255,255,255,.62);
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.mobile-dropdown li a:hover { color: var(--gold); }

.footer-logo { margin-bottom: 14px; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: .78rem;
  color: rgba(255,255,255,.32);
}
.footer-bottom a { color: rgba(255,255,255,.42); }
.footer-bottom a:hover { color: var(--gold); }

/* ================================================================
   PAGE BANNER (inner pages)
   ================================================================ */
.page-banner {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px 0 54px;
  position: relative;
}
.page-banner::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
}

.page-banner-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  letter-spacing: -.015em;
}
#position { scroll-margin-top: 100px; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1200px) {
  .nav-item > a { font-size: .70rem; padding: 8px 8px; }
  .site-logo-img { height: 46px; }
}

/* 6 baslikli menu + CTA + dil degistirici 1100px altinda sigmiyor, mobil menuye gec */
@media (max-width: 1100px) {
  .main-nav { display: none; }
  .hamburger { display: flex; }
}

@media (max-width: 768px) {
  :root { --wrap: 100%; }
  body { font-size: 16px; }

  .main-nav { display: none; }
  .hamburger { display: flex; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
}

/* ── Form durum mesaji (js/main.js) ─────────────────────────── */
.form-durum {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: .92rem;
  line-height: 1.55;
  background: var(--green-100);
  border-left: 4px solid var(--green-600);
  color: var(--green-900);
}
.form-durum--hata {
  background: #F6E7DF;
  border-left-color: var(--accent-strong);
  color: #6C3418;
}
.form-durum--hata a { color: var(--accent-strong); text-decoration: underline; }

/* ================================================================
   Icerik sistemi - tum ic sayfalar bu siniflari kullanir.
   ponytail: 70 sayfaya ayri <style> yazmak yerine tek yerde.
   ================================================================ */

.section { padding: 56px 0; }
.section--alt { background: var(--cream-alt); }
.section--dark { background: var(--green-900); color: #fff; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark p { color: var(--on-dark-soft); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.section > .wrap > h2 { margin: 0 0 10px; color: var(--green-800); }
.section > .wrap > h2 + .lede { margin-top: 0; }

.lede {
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--text);
  max-width: 62ch;
  margin: 0 0 26px;
}
.eyebrow {
  font-family: var(--f-head);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green-600);
  margin: 0 0 8px;
}

.prose p { margin: 0 0 16px; line-height: 1.75; max-width: 70ch; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 22px; max-width: 70ch; }
.prose li { margin: 0 0 9px; line-height: 1.65; }
.prose h3 { margin: 30px 0 10px; color: var(--green-800); font-size: 1.18rem; }
.prose strong { color: var(--green-800); }

.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }

/* Kartlar: katmanli yumusak golge + hover'da hafif kalkma.
   Ust kenardaki teal serit hover'da aciliyor (transform: scaleX). */
.card {
  position: relative;
  background: #fff;
  border: 1px solid var(--cream-line);
  border-radius: var(--r-card);
  padding: 22px 20px;
  box-shadow: 0 1px 2px rgba(8, 37, 31, .05),
              0 4px 14px rgba(8, 37, 31, .07);
  transition: box-shadow var(--ease), transform var(--ease), border-color var(--ease);
}
.card::before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -1px;
  width: 4px;
  border-radius: var(--r-card) 0 0 var(--r-card);
  background: linear-gradient(180deg, var(--green-700), var(--green-500));
  transform: scaleY(0);
  transform-origin: center;
  transition: transform var(--ease);
}
.card:hover {
  transform: translateY(-3px);
  border-color: var(--green-300);
  box-shadow: 0 2px 4px rgba(8, 37, 31, .07),
              0 12px 30px rgba(8, 37, 31, .15);
}
.card:hover::before { transform: scaleY(1); }
.card:focus-within {
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px var(--green-100),
              0 12px 30px rgba(8, 37, 31, .15);
}
.card:hover h3 { color: var(--green-800); }
.card h3 { transition: color var(--ease); }
.card:hover .photo { border-color: var(--green-300); }
.card .photo { transition: border-color var(--ease); }
.section--alt .card { border-color: var(--green-200); }
.card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--green-700);
  font-family: var(--f-head);
}
.card p { margin: 0; line-height: 1.6; font-size: .95rem; color: var(--muted); }
.card .card-num {
  display: block;
  font-family: var(--f-head);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .1em;
  color: var(--accent);
  margin: 0 0 6px;
}

.stat { text-align: center; }
.stat b {
  display: block;
  font-family: var(--f-head);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 800;
  color: var(--green-700);
  line-height: 1.05;
}
.stat span { display: block; margin-top: 6px; font-size: .92rem; color: var(--muted); }

.steps { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.steps li {
  flex: 1 1 160px;
  background: var(--green-700);
  color: #fff;
  font-family: var(--f-head);
  font-weight: 700;
  text-align: center;
  padding: 14px 10px;
  border-radius: 10px;
}
.steps li {
  box-shadow: 0 2px 8px rgba(8, 37, 31, .12);
  transition: transform var(--ease), box-shadow var(--ease);
}
.steps li:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(8, 37, 31, .2); }
.steps li:nth-child(2) { background: var(--green-600); }
.steps li:nth-child(3) { background: var(--green-500); }
.steps li:nth-child(4) { background: var(--green-300); color: var(--green-900); }

.callout {
  background: var(--green-100);
  border-left: 4px solid var(--green-700);
  border-radius: var(--r-card);
  padding: 18px 20px;
  margin: 26px 0 0;
  box-shadow: 0 1px 2px rgba(8, 37, 31, .05),
              0 4px 14px rgba(8, 37, 31, .06);
}
.callout p { margin: 0; line-height: 1.65; }
.callout--note {
  background: var(--gray-lt);
  border-left-color: var(--accent);
  font-size: .92rem;
  color: var(--muted);
}

.btn, .btn:link, .btn:visited {
  display: inline-block;
  background: var(--green-700);
  color: #fff;
  font-family: var(--f-head);
  font-weight: 700;
  font-size: .92rem;
  padding: 12px 22px;
  border-radius: var(--r);
  text-decoration: none;
  transition: background-color var(--ease), transform var(--ease);
}
.btn:hover { background: var(--green-800); transform: translateY(-1px); }
.btn--accent, .btn--accent:link, .btn--accent:visited { background: var(--accent); color: #16202B; }
.btn--accent:hover { background: var(--accent-strong); color: #fff; }
.btn--ghost, .btn--ghost:link, .btn--ghost:visited {
  background: transparent; color: var(--green-700);
  border: 1.5px solid var(--green-700);
}
.btn--ghost:hover { background: var(--green-700); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.tbl-wrap {
  overflow-x: auto;
  margin: 26px 0 0;
  border: 1px solid var(--cream-line);
  border-radius: var(--r-card);
  box-shadow: 0 1px 2px rgba(8, 37, 31, .05),
              0 4px 14px rgba(8, 37, 31, .07);
}
.tbl { width: 100%; border-collapse: collapse; min-width: 620px; font-size: .93rem; }
.tbl { border-radius: var(--r-card); overflow: hidden; }
.tbl th {
  background: var(--green-700); color: #fff; text-align: left;
  padding: 12px 14px; font-family: var(--f-head); font-weight: 700;
}
.tbl td { padding: 11px 14px; border-bottom: 1px solid var(--cream-line); }
.tbl tbody tr:last-child td { border-bottom: 0; }
.tbl tbody tr:nth-child(even) { background: var(--gray-lt); }
.tbl tbody tr { transition: background-color var(--ease); }
.tbl tbody tr:hover { background: var(--green-100); }

.person h3 { margin: 0 0 2px; font-size: 1.02rem; color: var(--green-800); }
.person .role {
  /* ponytail: text-transform yok. Sayfa lang="tr" oldugunda tarayici Turkce
     buyuk harf kuralini uyguluyor ve "Chief" -> "CHIEF" degil "CHİEF" oluyor. */
  font-family: var(--f-head); font-weight: 700; font-size: .88rem;
  letter-spacing: .01em;
  color: var(--accent-strong); margin: 0 0 10px;
}
.person ul { margin: 0; padding-left: 18px; }
.person li { font-size: .9rem; line-height: 1.55; color: var(--muted); margin-bottom: 5px; }

.timeline { list-style: none; margin: 26px 0 0; padding: 0 0 0 26px; border-left: 2px solid var(--green-300); }
.timeline li {
  position: relative;
  padding: 10px 14px 20px;
  border-radius: var(--r-card);
  transition: background-color var(--ease);
}
.timeline li:hover { background: var(--green-100); }
.timeline li::before {
  content: ""; position: absolute; left: -33px; top: 14px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--green-700); border: 2px solid #fff;
  transition: transform var(--ease), background-color var(--ease);
}
.timeline li:hover::before { transform: scale(1.35); background: var(--accent); }
.timeline .when {
  display: block; font-family: var(--f-head); font-weight: 800;
  font-size: .82rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--green-600); margin-bottom: 3px;
}
.timeline .what { font-weight: 700; color: var(--green-800); }
.timeline p { margin: 3px 0 0; font-size: .93rem; color: var(--muted); }

.namelist { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.namelist li {
  background: #fff; border: 1px solid var(--cream-line); border-radius: 999px;
  padding: 7px 15px; font-size: .9rem; color: var(--green-800);
  box-shadow: 0 1px 2px rgba(8, 37, 31, .05);
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}
.namelist li:hover {
  border-color: var(--green-300);
  box-shadow: 0 4px 12px rgba(8, 37, 31, .12);
  transform: translateY(-2px);
}
.section--alt .namelist li { border-color: var(--green-200); }

/* Sayfa ici icindekiler (Hızlandırıcı) */
.with-toc { display: grid; grid-template-columns: 1fr 220px; gap: 40px; align-items: start; }
.toc { position: sticky; top: 100px; margin: 0; padding: 0; list-style: none; font-size: .9rem; }
.toc li { margin: 0 0 4px; }
.toc a {
  display: block; padding: 7px 12px; border-left: 2px solid var(--cream-line);
  color: var(--muted); text-decoration: none; transition: all var(--ease);
}
.toc a:hover { border-left-color: var(--green-700); color: var(--green-700); background: var(--gray-lt); }
.anchor { scroll-margin-top: 96px; }

.ext::after { content: " \2197"; font-size: .85em; }

@media (max-width: 980px) {
  .grid-4, .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .with-toc { grid-template-columns: 1fr; }
  .toc { position: static; display: flex; flex-wrap: wrap; gap: 6px; }
  .toc a { border-left: 0; border: 1px solid var(--cream-line); border-radius: var(--r); }
}
@media (max-width: 640px) {
  .section { padding: 40px 0; }
  .grid-2, .grid-3, .grid-4, .grid-5 { grid-template-columns: 1fr; }
}

/* ---- Header CTA + dil degistirici (nav-sync.py uretir) ----------
   Header acik zeminli oldugu icin koyu metin kullaniliyor. */
.header-actions { display: flex; align-items: center; gap: 14px; }

.lang-switch {
  display: flex; align-items: center; gap: 2px;
  font-family: var(--f-head);
  font-size: .82rem; font-weight: 700; letter-spacing: .04em;
}
.lang-switch .lang-opt,
.lang-switch .lang-opt:link,
.lang-switch .lang-opt:visited {
  color: var(--muted);
  text-decoration: none;
  padding: 3px 7px;
  border-radius: 3px;
  transition: color var(--ease), background-color var(--ease);
}
.lang-switch .lang-opt:hover { color: var(--green-700); background: var(--green-100); }
.lang-switch .lang-opt.active { color: var(--green-800); background: var(--green-100); }
.lang-switch .lang-sep { color: var(--green-200); }

.btn-cta,
.btn-cta:link,
.btn-cta:visited {
  display: inline-block;
  background: var(--accent);
  color: #16202B;
  font-family: var(--f-head);
  font-size: .82rem; font-weight: 800; letter-spacing: .06em;
  padding: 10px 18px;
  border-radius: var(--r);
  text-decoration: none;
  white-space: nowrap;
  transition: background-color var(--ease), transform var(--ease);
}
.btn-cta:hover { background: var(--accent-strong); color: #fff; transform: translateY(-1px); }

.mobile-cta a {
  display: block;
  margin: 12px 16px 6px;
  padding: 12px 18px;
  background: var(--accent);
  color: #16202B !important;
  font-family: var(--f-head);
  font-weight: 800;
  text-align: center;
  border-radius: var(--r);
}

@media (max-width: 1180px) {
  .btn-cta { padding: 9px 13px; font-size: .76rem; }
  .header-actions { gap: 9px; }
}
@media (max-width: 900px) {
  .btn-cta { display: none; }   /* mobilde menu icindeki CTA kullanilir */
}

/* Kisi kartinda portre (about/team, about/advisory-board) */
.person .photo {
  display: block;
  width: 104px;
  height: 104px;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: var(--r-card);
  border: 1px solid var(--cream-line);
  background: var(--gray-lt);
  margin: 0 0 14px;
}
.section--alt .person .photo { border-color: var(--green-200); }
@media (max-width: 640px) {
  .person .photo { width: 88px; height: 88px; }
}

/* ================================================================
   Formlar - iki sutunlu kompakt izgara, yuvarlak kart icinde.
   Gonder dugmesi ve JS'in ekledigi .form-durum da kartin icinde kalir.
   ================================================================ */
.tz-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--cream-line);
  border-radius: var(--r-card);
  padding: 26px 24px;
  box-shadow: 0 1px 2px rgba(8, 37, 31, .05),
              0 4px 14px rgba(8, 37, 31, .07);
  max-width: 760px;
}
.section--alt .tz-form { border-color: var(--green-200); }

.tz-form .fld {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  min-width: 0;
}
.tz-form .fld--wide { grid-column: 1 / -1; }

.tz-form label {
  font-family: var(--f-head);
  font-size: .84rem;
  font-weight: 700;
  color: var(--green-800);
}
.tz-form .req { color: var(--accent-strong); }

.tz-form input,
.tz-form select,
.tz-form textarea {
  width: 100%;
  font-size: .95rem;
  line-height: 1.5;
  color: var(--text);
  background: var(--gray-lt);
  border: 1px solid var(--cream-line);
  border-radius: var(--r);
  padding: 10px 12px;
  transition: border-color var(--ease), box-shadow var(--ease), background-color var(--ease);
}
.tz-form textarea { resize: vertical; min-height: 130px; }
.tz-form input:hover,
.tz-form select:hover,
.tz-form textarea:hover { border-color: var(--green-300); }
.tz-form input:focus,
.tz-form select:focus,
.tz-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px var(--green-100);
}

.tz-form button {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 2px;
}

@media (max-width: 640px) {
  .tz-form { grid-template-columns: 1fr; padding: 20px 18px; gap: 14px; }
}

/* Footer alt bandi: yasal linkler. page-head.tpl'deki !important kurallarini
   gectigi icin ayni ozgullukte yaziliyor. */
body > footer .footer-bottom .footer-yasal {
  margin-top: 7px !important;
  font-size: .8rem;
  opacity: .85;
}
body > footer .footer-bottom .footer-yasal a { text-decoration: none; }
body > footer .footer-bottom .footer-yasal a:hover { text-decoration: underline; }
