/* ==========================================================================
   CARGONET — pages.css
   Alt sayfa bileşen kütüphanesi. main.css'teki token'ları kullanır.

   01 · Breadcrumb
   02 · Sayfa hero'ları
   03 · Zengin metin (prose) + içindekiler
   04 · Bilgi kartları / özellik ızgaraları
   05 · Adım listeleri & zaman çizelgesi
   06 · Tablolar (aranabilir / sıralanabilir)
   07 · SSS akordiyonu
   08 · Formlar
   09 · Hesaplayıcı kutuları
   10 · Fiyat / karşılaştırma kartları
   11 · Blog
   12 · CTA bantları & yardımcılar
   ========================================================================== */

/* ==========================================================================
   01 · BREADCRUMB
   ========================================================================== */
.crumbs { background: var(--cn-soft); border-bottom: 1px solid var(--cn-line); }
.crumbs__list {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  min-height: 48px; padding: 10px 0; font-size: var(--fs-xs);
}
.crumbs__list li { display: flex; align-items: center; gap: 6px; color: var(--cn-muted); }
.crumbs__list a { color: var(--cn-body); }
.crumbs__list a:hover { color: var(--cn-orange); }
.crumbs__list i { font-size: 10px; color: var(--cn-line-2); }
.crumbs__list [aria-current] { color: var(--cn-ink); font-weight: 600; }

/* ==========================================================================
   02 · SAYFA HERO'LARI
   ========================================================================== */
.phero {
  position: relative; isolation: isolate; overflow: hidden;
  padding-block: 64px 72px;
  background:
    radial-gradient(90% 120% at 8% 0%, #EAF1FA 0%, transparent 60%),
    linear-gradient(180deg, #F7FAFD, #EEF3F9);
  border-bottom: 1px solid var(--cn-line);
}
.phero__map {
  position: absolute; z-index: 0; right: -6%; top: -10%; width: 68%; aspect-ratio: 1200/473;
  background: url("../images/patterns/world-map-dots-blue.svg") center/contain no-repeat;
  opacity: .3; pointer-events: none;
}
.phero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,440px); gap: 48px; align-items: center; }
.phero--plain .phero__inner { grid-template-columns: minmax(0,780px); }
.phero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; margin-bottom: 16px; border-radius: var(--r-pill);
  background: var(--cn-orange-100); color: var(--cn-orange);
  font-family: var(--ff-head); font-weight: 700; font-size: var(--fs-xs); letter-spacing: .01em;
}
.phero__eyebrow i, .phero__eyebrow svg { font-size: 14px; }
.phero__title { font-size: var(--fs-h1); line-height: 1.12; margin-bottom: 16px; }
.phero__lead { font-size: var(--fs-lead); line-height: 1.68; color: var(--cn-body); max-width: 660px; }
.phero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.phero__facts { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 30px; }
.phero__fact strong {
  display: block; font-family: var(--ff-head); font-weight: 800; font-size: 26px;
  color: var(--cn-ink); line-height: 1.1; letter-spacing: -.02em;
}
.phero__fact small { display: block; font-size: var(--fs-xs); color: var(--cn-body); margin-top: 2px; }

.phero__media { position: relative; }
.phero__media img {
  width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover;
  border-radius: var(--r-xl); box-shadow: var(--sh-lg);
}
.phero__badge {
  position: absolute; left: -22px; bottom: 26px;
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-md);
  padding: 12px 16px; box-shadow: var(--sh-lg); max-width: 260px;
}
.phero__badge span:last-child { min-width: 0; }
.phero__badge strong { display: block; font-family: var(--ff-head); font-size: var(--fs-sm); color: var(--cn-ink); line-height: 1.3; }
.phero__badge small { display: block; font-size: 12px; color: var(--cn-muted); }
.phero__badge-ico {
  flex: none; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  background: var(--cn-green-100); color: #067647; --ic-accent: #067647;
}

/* koyu varyant */
.phero--dark {
  background: radial-gradient(90% 130% at 12% 0%, #0B3A6B 0%, transparent 58%),
              linear-gradient(135deg, var(--cn-navy-2), var(--cn-navy-deep));
  border-bottom: 0;
}
.phero--dark .phero__title { color: #fff; }
.phero--dark .phero__lead { color: rgba(255,255,255,.76); }
.phero--dark .phero__eyebrow { background: rgba(255,255,255,.1); color: #FFB08A; }
.phero--dark .phero__fact strong { color: #fff; }
.phero--dark .phero__fact small { color: rgba(255,255,255,.6); }
.phero--dark .phero__map { background-image: url("../images/patterns/world-map-dots-light.svg"); opacity: .1; }

/* ==========================================================================
   03 · ZENGİN METİN + İÇİNDEKİLER
   ========================================================================== */
/* İki kolonlu içerik düzeni.
   Sağ kolon "sticky": kullanıcı solda okurken kartlar ekranda kalır. */
.layout-aside { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,330px); gap: 44px; align-items: start; }
.layout-aside--left { grid-template-columns: minmax(0,330px) minmax(0,1fr); }
.layout-aside > aside {
  position: sticky; top: calc(var(--cn-header-h) + 18px);
  align-self: start; display: grid; gap: 18px;
  max-height: calc(100vh - var(--cn-header-h) - 36px);
  overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin;
}
.layout-aside > aside::-webkit-scrollbar { width: 5px; }
.layout-aside > aside::-webkit-scrollbar-thumb { background: var(--cn-line-2); border-radius: 3px; }
.layout-aside > aside > * { margin: 0 !important; }
/* Grid çocukları varsayılan olarak min-width:auto alır; içinde geniş bir tablo
   varsa kolon esner ve sayfa yatayda taşar. Bu kural taşmayı kökten keser. */
.layout-aside > *, .tiles > *, .card-grid > *, .cta-band > *, .stat-band > *,
.steps-row > *, .plans > *, .blog-grid > * { min-width: 0; }
.table-wrap, .map-embed { max-width: 100%; }

.prose { max-width: 74ch; }
.prose > * + * { margin-top: 18px; }
.prose h2 { font-size: 26px; line-height: 1.25; margin-top: 40px; }
.prose h3 { font-size: 19px; line-height: 1.35; margin-top: 30px; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose p { font-size: var(--fs-body); line-height: 1.78; color: var(--cn-body); }
.prose strong { color: var(--cn-ink); font-weight: 600; }
.prose a:not(.btn) { color: var(--cn-orange); text-decoration: underline; text-underline-offset: 3px; }
.prose a:not(.btn):hover { color: var(--cn-orange-700); }
.prose ul, .prose ol { display: grid; gap: 10px; padding-left: 0; }
.prose ul li, .prose ol li {
  position: relative; padding-left: 30px;
  font-size: var(--fs-body); line-height: 1.72; color: var(--cn-body);
}
.prose ul li::before {
  content: ''; position: absolute; left: 8px; top: 11px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--cn-orange);
}
.prose ol { counter-reset: pr; }
.prose ol li { counter-increment: pr; }
.prose ol li::before {
  content: counter(pr); position: absolute; left: 0; top: 2px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--cn-orange-100); color: var(--cn-orange);
  font-family: var(--ff-head); font-weight: 700; font-size: 12px;
  display: grid; place-items: center;
}
.prose blockquote {
  margin: 26px 0; padding: 18px 22px; border-left: 3px solid var(--cn-orange);
  background: var(--cn-soft); border-radius: 0 var(--r-md) var(--r-md) 0;
  font-size: var(--fs-body); line-height: 1.72; color: var(--cn-ink-2);
}

/* içindekiler */
.toc {
  position: sticky; top: calc(var(--cn-header-h) + 20px);
  background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-lg);
  padding: 22px; box-shadow: var(--sh-sm);
}
.toc__title {
  font-family: var(--ff-head); font-weight: 700; font-size: var(--fs-sm);
  color: var(--cn-ink); margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.toc__title i { color: var(--cn-orange); }
.toc__list { display: grid; gap: 2px; }
.toc__list a {
  display: block; padding: 8px 12px; border-radius: var(--r-xs);
  font-size: var(--fs-xs); line-height: 1.5; color: var(--cn-body);
  border-left: 2px solid transparent;
}
.toc__list a:hover { background: var(--cn-soft); color: var(--cn-ink); }
.toc__list a.is-current { background: var(--cn-orange-100); color: var(--cn-orange); font-weight: 600; border-left-color: var(--cn-orange); }

/* kenar kartı */
.aside-card {
  background: linear-gradient(160deg, var(--cn-navy-2), var(--cn-navy-deep));
  border-radius: var(--r-lg); padding: 24px; color: #fff;
}
.aside-card h3 { color: #fff; font-size: 18px; line-height: 1.3; margin-bottom: 8px; }
.aside-card p { font-size: var(--fs-xs); line-height: 1.65; color: rgba(255,255,255,.72); margin-bottom: 16px; }
.aside-card .btn { width: 100%; }
.aside-card + .aside-card, .toc + .aside-card { margin-top: 20px; }

.aside-contact {
  background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-lg);
  padding: 22px; box-shadow: var(--sh-sm);
}
.aside-contact h3 { font-size: 16px; margin-bottom: 14px; }
.aside-contact ul { display: grid; gap: 12px; }
.aside-contact li { display: flex; gap: 11px; align-items: flex-start; font-size: var(--fs-xs); color: var(--cn-body); line-height: 1.5; }
.aside-contact i { color: var(--cn-orange); font-size: 15px; flex: none; margin-top: 1px; }
.aside-contact a { color: var(--cn-ink-2); font-weight: 600; }
.aside-contact a:hover { color: var(--cn-orange); }

/* ==========================================================================
   04 · BİLGİ KARTLARI / ÖZELLİK IZGARALARI
   ========================================================================== */
.tiles { display: grid; gap: 20px; }
.tiles--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.tiles--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.tiles--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }

.tile {
  position: relative; background: #fff; border: 1px solid var(--cn-line);
  border-radius: var(--r-lg); padding: 26px 24px; box-shadow: var(--sh-sm);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--cn-line-2); }
.tile__ico {
  width: 50px; height: 50px; border-radius: var(--r-md); display: grid; place-items: center;
  background: var(--cn-soft-2); color: var(--cn-navy); margin-bottom: 16px;
  transition: background-color var(--t) var(--ease), color var(--t) var(--ease);
}
.tile:hover .tile__ico { background: var(--cn-navy); color: #fff; --ic-accent: #FF7A45; }
.tile__ico--orange { background: var(--cn-orange-100); color: var(--cn-orange); --ic-accent: var(--cn-navy); }
.tile__ico--blue   { background: var(--cn-blue-100); color: var(--cn-blue); }
.tile__ico--purple { background: var(--cn-purple-100); color: var(--cn-purple); }
.tile__ico--green  { background: var(--cn-green-100); color: #067647; }
.tile h3 { font-size: var(--fs-h3); margin-bottom: 9px; line-height: 1.32; }
.tile p { font-size: var(--fs-sm); line-height: 1.66; color: var(--cn-body); }
.tile__link { position: absolute; inset: 0; border-radius: inherit; }
.tile__link:focus-visible { outline: 3px solid rgba(255,90,31,.6); outline-offset: -3px; }
.tile .link-arrow { margin-top: 14px; }
.tile:hover .link-arrow { color: var(--cn-orange); }
.tile:hover .link-arrow i { transform: translateX(4px); }
.tile__tag {
  position: absolute; top: 18px; right: 18px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--cn-orange); background: var(--cn-orange-100); padding: 4px 9px; border-radius: var(--r-pill);
}

/* yatay bilgi kartı */
.hcard {
  display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 16px; align-items: start;
  padding: 20px; background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-md);
}
.hcard__ico { width: 52px; height: 52px; border-radius: var(--r-sm); display: grid; place-items: center; background: var(--cn-soft-2); color: var(--cn-navy); }
.hcard h3 { font-size: 16px; margin-bottom: 6px; }
.hcard p { font-size: var(--fs-xs); line-height: 1.6; color: var(--cn-body); }

/* istatistik bandı */
.stat-band {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px;
  background: var(--cn-line); border: 1px solid var(--cn-line);
  border-radius: var(--r-xl); overflow: hidden;
}
.stat-band > div { background: #fff; padding: 28px 24px; text-align: center; }
.stat-band strong {
  display: block; font-family: var(--ff-head); font-weight: 800; font-size: 34px;
  color: var(--cn-ink); line-height: 1.1; letter-spacing: -.025em; margin-bottom: 6px;
}
.stat-band span { display: block; font-size: var(--fs-xs); color: var(--cn-body); line-height: 1.5; }
.stat-band--dark { background: rgba(255,255,255,.12); border-color: transparent; }
.stat-band--dark > div { background: var(--cn-navy-2); }
.stat-band--dark strong { color: #fff; }
.stat-band--dark span { color: rgba(255,255,255,.62); }

/* not / uyarı kutuları */
.note {
  display: flex; gap: 13px; padding: 16px 18px; border-radius: var(--r-md);
  font-size: var(--fs-sm); line-height: 1.65;
}
.note i { flex: none; font-size: 18px; margin-top: 1px; }
.note strong { display: block; font-family: var(--ff-head); margin-bottom: 3px; color: var(--cn-ink); }
.note--info  { background: var(--cn-blue-100); color: var(--cn-ink-2); }
.note--info i { color: var(--cn-blue); }
.note--warn  { background: var(--cn-amber-100); color: var(--cn-ink-2); }
.note--warn i { color: var(--cn-amber); }
.note--ok    { background: var(--cn-green-100); color: var(--cn-ink-2); }
.note--ok i  { color: #067647; }
.note--tip   { background: var(--cn-orange-100); color: var(--cn-ink-2); }
.note--tip i { color: var(--cn-orange); }

/* onay listesi */
.check-list { display: grid; gap: 12px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; font-size: var(--fs-body); line-height: 1.62; color: var(--cn-body); }
.check-list li > i { color: var(--cn-green); font-size: 17px; flex: none; margin-top: 3px; }
.check-list li b { color: var(--cn-ink); font-weight: 600; }
.check-list--cross li > i { color: #E5484D; }

/* evrak kontrol listesi (etkileşimli) */
.doc-list { display: grid; gap: 10px; }
.doc-list label {
  display: flex; gap: 13px; align-items: flex-start; cursor: pointer;
  padding: 15px 17px; border: 1px solid var(--cn-line-2); border-radius: var(--r-md);
  background: #fff; transition: all var(--t) var(--ease);
}
.doc-list label:hover { border-color: var(--cn-navy); }
.doc-list input { position: absolute; opacity: 0; pointer-events: none; }
.doc-list__box {
  flex: none; width: 22px; height: 22px; border-radius: 6px; margin-top: 1px;
  border: 2px solid var(--cn-line-2); display: grid; place-items: center;
  color: #fff; font-size: 12px; transition: all var(--t) var(--ease);
}
.doc-list__box i { opacity: 0; transform: scale(.6); transition: all var(--t) var(--ease); }
.doc-list input:checked + .doc-list__box { background: var(--cn-green); border-color: var(--cn-green); }
.doc-list input:checked + .doc-list__box i { opacity: 1; transform: scale(1); }
.doc-list input:checked ~ .doc-list__txt strong { text-decoration: line-through; color: var(--cn-muted); }
.doc-list input:focus-visible + .doc-list__box { outline: 3px solid rgba(255,90,31,.55); outline-offset: 2px; }
.doc-list__txt strong { display: block; font-family: var(--ff-head); font-size: var(--fs-sm); color: var(--cn-ink); margin-bottom: 3px; }
.doc-list__txt small { display: block; font-size: var(--fs-xs); line-height: 1.55; color: var(--cn-body); }
.doc-progress { display: flex; align-items: center; gap: 12px; margin-top: 16px; font-size: var(--fs-xs); color: var(--cn-body); }
.doc-progress__bar { flex: 1 1 auto; height: 6px; border-radius: 3px; background: var(--cn-line); overflow: hidden; }
.doc-progress__fill { display: block; height: 100%; width: 0; background: var(--cn-green); border-radius: 3px; transition: width .35s var(--ease); }

/* ==========================================================================
   05 · ADIM LİSTELERİ & ZAMAN ÇİZELGESİ
   ========================================================================== */
.steps-flow { display: grid; gap: 0; counter-reset: sf; }
.steps-flow li {
  position: relative; counter-increment: sf;
  display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 20px;
  padding-bottom: 30px;
}
.steps-flow li::before {
  content: ''; position: absolute; left: 25px; top: 54px; bottom: 4px; width: 2px;
  background: linear-gradient(var(--cn-line-2), var(--cn-line));
}
.steps-flow li:last-child { padding-bottom: 0; }
.steps-flow li:last-child::before { display: none; }
.steps-flow__num {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 2px solid var(--cn-orange); color: var(--cn-orange);
  font-family: var(--ff-head); font-weight: 800; font-size: 18px; z-index: 1;
}
.steps-flow__num::before { content: counter(sf); }
.steps-flow h3 { font-size: var(--fs-h3); margin-bottom: 7px; padding-top: 11px; }
.steps-flow p { font-size: var(--fs-sm); line-height: 1.7; color: var(--cn-body); }
.steps-flow__meta {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 10px;
  padding: 4px 11px; border-radius: var(--r-pill); background: var(--cn-soft-2);
  font-size: 12px; font-weight: 600; color: var(--cn-ink-2);
}
.steps-flow__meta i { color: var(--cn-orange); font-size: 12px; }

/* yatay adımlar */
.steps-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; counter-reset: sr; }
.steps-row--5 { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.steps-row li {
  counter-increment: sr; position: relative; padding: 26px 22px;
  background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-lg);
}
.steps-row li::before {
  content: '0' counter(sr);
  font-family: var(--ff-head); font-weight: 800; font-size: 32px; letter-spacing: -.03em;
  color: var(--cn-orange); opacity: .28; display: block; line-height: 1; margin-bottom: 12px;
}
.steps-row h3 { font-size: 16.5px; margin-bottom: 7px; }
.steps-row p { font-size: var(--fs-xs); line-height: 1.65; color: var(--cn-body); }

/* zaman çizelgesi — tek raylı düzen
   (etiketler yıl değil de kelime olabildiği için sabit genişlikli kolon
    kullanılmaz; böylece "Fulfillment" gibi uzun etiketler taşmaz.) */
.timeline { position: relative; display: grid; gap: 0; }
.timeline::before {
  content: ''; position: absolute; left: 16px; top: 12px; bottom: 12px; width: 2px;
  background: linear-gradient(var(--cn-orange) 0 6%, var(--cn-line) 18%, var(--cn-line));
}
.timeline li {
  position: relative; display: grid;
  grid-template-columns: 34px minmax(0,1fr); gap: 0 20px; padding-bottom: 32px;
}
.timeline li:last-child { padding-bottom: 0; }
.timeline__year {
  grid-column: 2; grid-row: 1;
  font-family: var(--ff-head); font-weight: 800; font-size: 12.5px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--cn-orange);
  margin-bottom: 6px;
}
.timeline__dot {
  grid-column: 1; grid-row: 1 / span 2; justify-self: start; align-self: start;
  width: 16px; height: 16px; border-radius: 50%; margin: 3px 0 0 9px;
  background: #fff; border: 3px solid var(--cn-orange); z-index: 1;
  box-shadow: 0 0 0 4px rgba(255,90,31,.12);
}
.timeline li > div { grid-column: 2; grid-row: 2; }
.timeline h3 { font-size: 18px; margin-bottom: 7px; line-height: 1.35; }
.timeline p { font-size: var(--fs-sm); line-height: 1.7; color: var(--cn-body); max-width: 66ch; }

/* ==========================================================================
   06 · TABLOLAR
   ========================================================================== */
.table-tools { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 18px; }
.search-field { position: relative; flex: 1 1 260px; max-width: 380px; }
.search-field i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--cn-muted); font-size: 16px; pointer-events: none; }
.search-field input {
  width: 100%; height: 48px; padding: 0 40px 0 42px;
  border: 1px solid var(--cn-line-2); border-radius: var(--r-sm); background: #fff;
  font-size: var(--fs-sm); color: var(--cn-ink);
  transition: border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.search-field input:focus { outline: none; border-color: var(--cn-orange); box-shadow: var(--sh-focus); }
.search-field__clear {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  color: var(--cn-muted); font-size: 12px;
}
.search-field__clear:hover { background: var(--cn-soft); color: var(--cn-ink); }
.table-count { font-size: var(--fs-xs); color: var(--cn-muted); margin-left: auto; }

.table-wrap {
  border: 1px solid var(--cn-line); border-radius: var(--r-lg); background: #fff;
  overflow-x: auto; box-shadow: var(--sh-sm); -webkit-overflow-scrolling: touch;
}
.data-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.data-table caption { text-align: left; padding: 16px 20px 0; font-size: var(--fs-xs); color: var(--cn-muted); }
.data-table th, .data-table td { padding: 14px 18px; text-align: left; vertical-align: top; }
.data-table thead th {
  position: sticky; top: 0; z-index: 2;
  background: var(--cn-soft); border-bottom: 1px solid var(--cn-line);
  font-family: var(--ff-head); font-weight: 700; font-size: var(--fs-xs);
  color: var(--cn-ink); white-space: nowrap; letter-spacing: .01em;
}
.data-table thead th[data-sort] { cursor: pointer; user-select: none; }
.data-table thead th[data-sort]::after {
  content: '\F282'; font-family: 'bootstrap-icons'; font-size: 9px;
  margin-left: 6px; opacity: .35; vertical-align: 1px;
}
.data-table thead th[aria-sort="ascending"]::after  { content: '\F286'; opacity: 1; color: var(--cn-orange); }
.data-table thead th[aria-sort="descending"]::after { content: '\F282'; opacity: 1; color: var(--cn-orange); }
.data-table tbody tr { border-bottom: 1px solid var(--cn-line); }
.data-table tbody tr:last-child { border-bottom: 0; }
.data-table tbody tr:hover { background: var(--cn-page); }
.data-table td { font-size: var(--fs-sm); line-height: 1.6; color: var(--cn-body); }
.data-table td:first-child, .data-table th:first-child { padding-left: 20px; }
.data-table td strong { color: var(--cn-ink); font-weight: 600; }
.data-table .num { font-family: var(--ff-head); font-weight: 700; color: var(--cn-ink); white-space: nowrap; }
.data-table .flagcell { display: flex; align-items: center; gap: 10px; }
.data-table .flagcell svg { width: 24px; height: 16px; border-radius: 3px; box-shadow: 0 0 0 1px rgba(10,31,60,.1); flex: none; }
.table-empty { padding: 40px 20px; text-align: center; color: var(--cn-muted); font-size: var(--fs-sm); }
.table-scroll-hint { display: none; margin-top: 10px; font-size: 12px; color: var(--cn-muted); }

.badge-pill {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 10px; border-radius: var(--r-pill);
  font-size: 11.5px; font-weight: 700; white-space: nowrap; border: 1px solid;
}
.badge-pill--green  { background: var(--cn-green-100); color: #067647; border-color: #A6E9C8; }
.badge-pill--blue   { background: var(--cn-blue-100); color: #1A4F9E; border-color: #B9D4F8; }
.badge-pill--amber  { background: var(--cn-amber-100); color: #B54708; border-color: #FBD9A5; }
.badge-pill--orange { background: var(--cn-orange-100); color: var(--cn-orange-700); border-color: #FFCDB8; }
.badge-pill--gray   { background: var(--cn-soft-2); color: var(--cn-body); border-color: var(--cn-line-2); }

/* filtre çipleri */
.pill-filter { display: flex; flex-wrap: wrap; gap: 9px; }
.pill-filter button {
  min-height: 40px; padding: 0 16px; border-radius: var(--r-pill);
  border: 1px solid var(--cn-line-2); background: #fff;
  font-family: var(--ff-head); font-weight: 600; font-size: var(--fs-xs); color: var(--cn-body);
  transition: all var(--t) var(--ease);
}
.pill-filter button:hover { border-color: var(--cn-navy); color: var(--cn-ink); }
.pill-filter button.is-active { background: var(--cn-navy); border-color: var(--cn-navy); color: #fff; }

/* ==========================================================================
   07 · SSS AKORDİYONU
   ========================================================================== */
.faq { display: grid; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-md); overflow: hidden; transition: border-color var(--t) var(--ease), box-shadow var(--t) var(--ease); }
.faq__item.is-open { border-color: var(--cn-orange); box-shadow: var(--sh-sm); }
.faq__q {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 18px;
  width: 100%; padding: 19px 22px; text-align: left;
  font-family: var(--ff-head); font-weight: 700; font-size: var(--fs-body);
  color: var(--cn-ink); line-height: 1.5;
}
.faq__q:hover { color: var(--cn-orange); }
.faq__num { flex: none; color: var(--cn-orange); opacity: .55; font-size: var(--fs-sm); margin-right: -8px; }
.faq__q > i {
  flex: none; margin-top: 3px; font-size: 13px; color: var(--cn-muted);
  transition: transform var(--t) var(--ease), color var(--t) var(--ease);
}
.faq__item.is-open .faq__q { color: var(--cn-orange); }
.faq__item.is-open .faq__q > i { transform: rotate(180deg); color: var(--cn-orange); }
.faq__a { padding: 0 22px 20px; }
.faq__a p { font-size: var(--fs-sm); line-height: 1.78; color: var(--cn-body); }
.faq__a > * + * { margin-top: 12px; }
.faq__a ul { display: grid; gap: 8px; }
.faq__a ul li { position: relative; padding-left: 010px; padding-left: 24px; font-size: var(--fs-sm); line-height: 1.65; color: var(--cn-body); }
.faq__a ul li::before { content: ''; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--cn-orange); }
.faq-empty { padding: 32px; text-align: center; color: var(--cn-muted); font-size: var(--fs-sm); }

/* ==========================================================================
   08 · FORMLAR
   ========================================================================== */
.form-card {
  background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-xl);
  padding: 34px 36px; box-shadow: var(--sh-md);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.form-grid--1 { grid-template-columns: 1fr; }
.form-row { display: grid; gap: 7px; }
.form-row--full { grid-column: 1 / -1; }
.form-row > label {
  font-size: var(--fs-xs); font-weight: 600; color: var(--cn-ink-2);
  display: flex; align-items: center; gap: 5px;
}
.form-row > label .req { color: var(--cn-orange); }
.form-control {
  width: 100%; min-height: 52px; padding: 13px 15px;
  border: 1px solid var(--cn-line-2); border-radius: var(--r-sm); background: #fff;
  font-family: var(--ff-body); font-size: var(--fs-body); color: var(--cn-ink);
  transition: border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
textarea.form-control { min-height: 128px; resize: vertical; line-height: 1.6; }
select.form-control {
  appearance: none; cursor: pointer; padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' stroke='%238A97AC' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.form-control::placeholder { color: var(--cn-muted); }
.form-control:focus { outline: none; border-color: var(--cn-orange); box-shadow: var(--sh-focus); }
.form-control[aria-invalid="true"] { border-color: #E5484D; box-shadow: 0 0 0 3px rgba(229,72,77,.16); }
.form-error { display: none; font-size: 12px; color: #C62A2F; align-items: center; gap: 5px; }
.form-error i { font-size: 12px; }
.form-row.is-invalid .form-error { display: flex; }
.form-hint { font-size: 12px; color: var(--cn-muted); }

.form-consent { display: flex; gap: 11px; align-items: flex-start; font-size: var(--fs-xs); line-height: 1.6; color: var(--cn-body); cursor: pointer; }
.form-consent input { position: absolute; opacity: 0; pointer-events: none; }
.form-consent__box {
  flex: none; width: 20px; height: 20px; border-radius: 5px; margin-top: 1px;
  border: 2px solid var(--cn-line-2); display: grid; place-items: center;
  color: #fff; font-size: 11px; transition: all var(--t) var(--ease);
}
.form-consent__box i { opacity: 0; transition: opacity var(--t) var(--ease); }
.form-consent input:checked + .form-consent__box { background: var(--cn-orange); border-color: var(--cn-orange); }
.form-consent input:checked + .form-consent__box i { opacity: 1; }
.form-consent input:focus-visible + .form-consent__box { outline: 3px solid rgba(255,90,31,.55); outline-offset: 2px; }
.form-consent a { color: var(--cn-orange); text-decoration: underline; text-underline-offset: 2px; }
.is-invalid .form-consent__box { border-color: #E5484D; }

.form-success {
  display: none; gap: 14px; align-items: flex-start;
  padding: 20px 22px; border-radius: var(--r-md);
  background: var(--cn-green-100); border: 1px solid #A6E9C8;
}
.form-success.is-visible { display: flex; animation: stepIn .35s var(--ease-out) both; }
.form-success i { color: #067647; font-size: 22px; flex: none; }
.form-success strong { display: block; font-family: var(--ff-head); color: var(--cn-ink); margin-bottom: 4px; }
.form-success p { font-size: var(--fs-sm); line-height: 1.6; color: var(--cn-body); }

/* segment seçici */
.segment { display: inline-flex; padding: 4px; background: var(--cn-soft-2); border-radius: var(--r-pill); gap: 4px; }
.segment button {
  min-height: 40px; padding: 0 20px; border-radius: var(--r-pill);
  font-family: var(--ff-head); font-weight: 700; font-size: var(--fs-xs); color: var(--cn-body);
  transition: all var(--t) var(--ease);
}
.segment button.is-active { background: #fff; color: var(--cn-ink); box-shadow: var(--sh-sm); }

/* ==========================================================================
   09 · HESAPLAYICI KUTULARI
   ========================================================================== */
.calcbox {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,340px); gap: 0;
  background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-xl);
  overflow: hidden; box-shadow: var(--sh-md);
}
.calcbox__form { padding: 30px 32px; }
.calcbox__out {
  padding: 30px 32px; background: linear-gradient(160deg, var(--cn-navy-2), var(--cn-navy-deep));
  color: #fff; display: flex; flex-direction: column; justify-content: center;
}
.calcbox__out h3 { color: #fff; font-size: 16px; margin-bottom: 18px; }
.calcbox__result { display: grid; gap: 14px; }
.calcbox__row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; font-size: var(--fs-sm); color: rgba(255,255,255,.7); }
.calcbox__row b { font-family: var(--ff-head); font-size: 17px; color: #fff; }
.calcbox__big {
  margin-top: 6px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.14);
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.calcbox__big span { font-size: var(--fs-xs); color: rgba(255,255,255,.7); }
.calcbox__big b { font-family: var(--ff-head); font-weight: 800; font-size: 32px; color: var(--cn-orange); letter-spacing: -.02em; }
.calcbox__note { margin-top: 16px; font-size: 12px; line-height: 1.6; color: rgba(255,255,255,.55); }
.calcbox__formula {
  margin-top: 14px; padding: 12px 14px; border-radius: var(--r-sm);
  background: var(--cn-soft); font-family: var(--ff-head); font-weight: 700;
  font-size: var(--fs-sm); color: var(--cn-ink-2); text-align: center;
}
.calcbox__formula em { font-style: normal; color: var(--cn-orange); }

/* ==========================================================================
   10 · FİYAT / KARŞILAŞTIRMA
   ========================================================================== */
.plans { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; align-items: start; }
.plan {
  position: relative; background: #fff; border: 1px solid var(--cn-line);
  border-radius: var(--r-xl); padding: 30px 26px; box-shadow: var(--sh-sm);
}
.plan--featured { border-color: var(--cn-orange); box-shadow: 0 0 0 1px var(--cn-orange), var(--sh-lg); }
.plan__tag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  padding: 5px 14px; border-radius: var(--r-pill); background: var(--cn-orange); color: #fff;
  font-family: var(--ff-head); font-weight: 700; font-size: 11.5px; white-space: nowrap;
}
.plan h3 { font-size: var(--fs-h3); margin-bottom: 6px; }
.plan__sub { font-size: var(--fs-xs); color: var(--cn-body); margin-bottom: 18px; line-height: 1.55; }
.plan__price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 20px; }
.plan__price b { font-family: var(--ff-head); font-weight: 800; font-size: 32px; color: var(--cn-ink); letter-spacing: -.025em; }
.plan__price span { font-size: var(--fs-xs); color: var(--cn-muted); }
.plan__list { display: grid; gap: 11px; margin-bottom: 22px; }
.plan__list li { display: flex; gap: 10px; align-items: flex-start; font-size: var(--fs-sm); line-height: 1.55; color: var(--cn-body); }
.plan__list i { color: var(--cn-green); font-size: 15px; flex: none; margin-top: 3px; }
.plan__list li.is-off { color: var(--cn-muted); }
.plan__list li.is-off i { color: var(--cn-line-2); }
.plan .btn { width: 100%; }

/* karşılaştırma tablosu */
.compare { width: 100%; border-collapse: collapse; }
.compare th, .compare td { padding: 15px 18px; text-align: center; border-bottom: 1px solid var(--cn-line); font-size: var(--fs-sm); }
.compare thead th {
  background: var(--cn-soft); font-family: var(--ff-head); font-weight: 700;
  color: var(--cn-ink); font-size: var(--fs-xs); white-space: nowrap;
}
.compare tbody th { text-align: left; font-family: var(--ff-head); font-weight: 600; color: var(--cn-ink); font-size: var(--fs-sm); }
.compare td { color: var(--cn-body); }
.compare .yes { color: var(--cn-green); font-size: 17px; }
.compare .no  { color: var(--cn-line-2); font-size: 17px; }
.compare tbody tr:hover { background: var(--cn-page); }

/* ==========================================================================
   11 · BLOG
   ========================================================================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.blog-card {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh-sm);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.blog-card__media { aspect-ratio: 16/10; overflow: hidden; background: var(--cn-soft-2); }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.blog-card:hover .blog-card__media img { transform: scale(1.06); }
.blog-card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1 1 auto; }
.blog-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 11px; font-size: 12px; color: var(--cn-muted); }
.blog-card__cat {
  padding: 3px 10px; border-radius: var(--r-pill); background: var(--cn-orange-100);
  color: var(--cn-orange); font-weight: 700; font-size: 11px;
}
.blog-card h3 { font-size: 18px; line-height: 1.35; margin-bottom: 9px; }
.blog-card p { font-size: var(--fs-sm); line-height: 1.62; color: var(--cn-body); margin-bottom: 16px; }
.blog-card .link-arrow { margin-top: auto; align-self: flex-start; }
.blog-card__link { position: absolute; inset: 0; z-index: 2; }
.blog-card__link:focus-visible { outline: 3px solid rgba(255,90,31,.6); outline-offset: -3px; }
.blog-card:hover .link-arrow { color: var(--cn-orange); }
.blog-card:hover .link-arrow i { transform: translateX(4px); }

/* ==========================================================================
   12 · CTA BANTLARI & YARDIMCILAR
   ========================================================================== */
.cta-band {
  position: relative; isolation: isolate; overflow: hidden;
  border-radius: var(--r-2xl); padding: 44px 48px;
  background: radial-gradient(90% 140% at 85% 20%, #0B3A6B 0%, transparent 60%),
              linear-gradient(120deg, var(--cn-navy-2), var(--cn-navy-deep));
  display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 32px; align-items: center;
}
.cta-band__map {
  position: absolute; inset: 0; z-index: -1; opacity: .12;
  background: url("../images/patterns/world-map-dots-light.svg") 70% 45%/110% no-repeat;
}
.cta-band h2 { color: #fff; font-size: 28px; line-height: 1.25; margin-bottom: 10px; }
.cta-band p { font-size: var(--fs-body); color: rgba(255,255,255,.72); max-width: 620px; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.section-sub { font-size: var(--fs-body); line-height: 1.7; color: var(--cn-body); max-width: 680px; margin-top: 8px; }

/* --- alt sayfa dikey ritmi (ana sayfadan daha sıkı) --- */
.page .section { padding-block: 62px; }
.page .section--tight { padding-block: 42px; }
.page .section-head { margin-bottom: 26px; }
.page .section-head--center { margin-bottom: 30px; }
.section-head--center .section-sub { margin-inline: auto; }
.section--soft { background: var(--cn-soft); }
.section--page { background: var(--cn-page); }

/* WhatsApp yüzen düğme */
.wa-float {
  position: fixed; right: 20px; bottom: 78px; z-index: 89;
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; color: #fff; font-size: 25px;
  background: #25D366; box-shadow: 0 10px 26px rgba(37,211,102,.42);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.wa-float:hover { color: #fff; transform: translateY(-3px) scale(1.04); box-shadow: 0 14px 32px rgba(37,211,102,.5); }

/* aktif menü göstergesi */
.nav-link.is-current, .nav-item.is-current > .nav-link { color: var(--cn-orange); }
.mega__item.is-current { background: var(--cn-orange-100); }
.mega__item.is-current strong { color: var(--cn-orange); }
.dropdown a[aria-current="page"] { background: var(--cn-orange-100); color: var(--cn-orange); font-weight: 600; }

/* harita gömme */
.map-embed {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  border: 1px solid var(--cn-line); background: var(--cn-soft-2); aspect-ratio: 16/10;
}
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* logo şeridi */
.logo-strip { display: flex; flex-wrap: wrap; gap: 12px; }
.logo-strip li {
  display: flex; align-items: center; gap: 9px;
  padding: 12px 18px; background: #fff; border: 1px solid var(--cn-line);
  border-radius: var(--r-md); font-family: var(--ff-head); font-weight: 700;
  font-size: var(--fs-sm); color: var(--cn-ink-2);
}
.logo-strip li i { color: var(--cn-orange); font-size: 17px; }

/* ==========================================================================
   13 · GÖNDERİ TAKİP SAYFASI
   ========================================================================== */
.track-hero-form {
  background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-xl);
  padding: 26px 28px; box-shadow: var(--sh-lg); max-width: 640px;
}
.track-hero-form .track-form__row { grid-template-columns: minmax(0,1fr) auto; }

.track-panel {
  background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-xl);
  padding: 28px 30px; box-shadow: var(--sh-md);
  animation: stepIn .35s var(--ease-out) both;
}
.track-panel__head {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 14px; padding-bottom: 20px; border-bottom: 1px solid var(--cn-line); margin-bottom: 22px;
}
.track-panel__label { display: block; font-size: 12px; color: var(--cn-muted); margin-bottom: 3px; }
.track-panel__head b { font-family: var(--ff-head); font-weight: 800; font-size: 22px; color: var(--cn-ink); letter-spacing: -.01em; }

.track-panel__route {
  display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center;
  gap: 16px; margin-bottom: 24px;
}
.track-panel__route > span:first-child, .track-panel__route > span:last-child {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--ff-head); font-weight: 700; font-size: var(--fs-body); color: var(--cn-ink); white-space: nowrap;
}
.track-panel__route svg { width: 24px; height: 16px; border-radius: 3px; box-shadow: 0 0 0 1px rgba(10,31,60,.1); flex: none; }
.track-panel__line { position: relative; height: 6px; border-radius: 3px; background: var(--cn-line); overflow: hidden; }
.track-panel__line i { display: block; height: 100%; background: linear-gradient(90deg, var(--cn-orange), #FF8A55); border-radius: 3px; transition: width .6s var(--ease); }

.track-panel__meta { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-bottom: 26px; }
.track-panel__meta > div { background: var(--cn-page); border: 1px solid var(--cn-line); border-radius: var(--r-md); padding: 13px 15px; }
.track-panel__meta small { display: block; font-size: 11.5px; color: var(--cn-muted); margin-bottom: 3px; }
.track-panel__meta b { font-family: var(--ff-head); font-size: var(--fs-sm); color: var(--cn-ink); }

.track-steps--lg li { grid-template-columns: 34px minmax(0,1fr); gap: 16px; padding-bottom: 24px; }
.track-steps--lg li::before { left: 16px; top: 36px; }
.track-steps--lg .track-dot { width: 34px; height: 34px; font-size: 14px; }
.track-steps--lg strong { font-size: var(--fs-body); }
.track-steps--lg small { font-size: var(--fs-xs); margin-top: 2px; }

.track-panel--empty { text-align: center; padding: 40px 30px; }
.track-panel--empty > i { font-size: 34px; color: var(--cn-line-2); display: block; margin-bottom: 14px; }
.track-panel--empty strong { display: block; font-family: var(--ff-head); font-size: var(--fs-lead); color: var(--cn-ink); margin-bottom: 8px; }
.track-panel--empty p { font-size: var(--fs-sm); color: var(--cn-body); line-height: 1.65; max-width: 46ch; margin-inline: auto; }
.track-panel__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 22px; }

/* ==========================================================================
   14 · ÇOK ADIMLI FORM (üyelik)
   ========================================================================== */
.wizard { background: #fff; border: 1px solid var(--cn-line); border-radius: var(--r-xl); box-shadow: var(--sh-md); overflow: hidden; }
.wizard__head { padding: 26px 32px 0; }
.wizard__dots { display: flex; align-items: center; gap: 0; position: relative; margin-bottom: 24px; }
.wizard__track { position: absolute; left: 18px; right: 18px; top: 18px; height: 3px; background: var(--cn-line); border-radius: 2px; }
.wizard__track i { display: block; height: 100%; width: 0; background: var(--cn-orange); border-radius: 2px; transition: width .4s var(--ease); }
.wizard__dot { position: relative; z-index: 1; flex: 1 1 0; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.wizard__dot span {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 3px solid var(--cn-line); color: var(--cn-muted);
  font-family: var(--ff-head); font-weight: 700; font-size: var(--fs-sm);
  transition: all var(--t) var(--ease);
}
.wizard__dot em { font-style: normal; font-size: 12px; font-weight: 600; color: var(--cn-muted); text-align: center; }
.wizard__dot.is-active span { border-color: var(--cn-orange); background: var(--cn-orange); color: #fff; }
.wizard__dot.is-active em { color: var(--cn-ink); }
.wizard__dot.is-done span { border-color: var(--cn-green); background: var(--cn-green); color: #fff; }
.wizard__body { padding: 6px 32px 32px; }
.wizard__panel { animation: stepIn .3s var(--ease-out) both; }
.wizard__nav { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; margin-top: 26px; }

/* ==========================================================================
   15 · HUKUKİ METİN
   ========================================================================== */
.legal { max-width: 78ch; }
.legal h2 { scroll-margin-top: calc(var(--cn-header-h) + 24px); }
.legal h2::before {
  content: ''; display: block; width: 42px; height: 3px; border-radius: 2px;
  background: var(--cn-orange); margin-bottom: 14px;
}
.legal dl { display: grid; gap: 14px; margin: 18px 0; }
.legal dt { font-family: var(--ff-head); font-weight: 700; font-size: var(--fs-sm); color: var(--cn-ink); }
.legal dd { margin: 4px 0 0; font-size: var(--fs-sm); line-height: 1.72; color: var(--cn-body); }
.legal__updated {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px;
  padding: 7px 14px; border-radius: var(--r-pill); background: var(--cn-soft-2);
  font-size: var(--fs-xs); color: var(--cn-body);
}
