/* ===========================================================
   (AI)RLINE — Stylesheet
   Sıfır dış bağımlılık. Tüm değerler tokens.css dosyasından gelir.
   =========================================================== */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: var(--lh-body);
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: var(--lh-tight);
  letter-spacing: -0.022em;
  font-weight: 700;
  text-wrap: balance;
}
p { text-wrap: pretty; }

a { color: inherit; text-decoration: none; }

:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 3px;
  border-radius: 4px;
}

.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;
}

.skip-link {
  position: absolute; left: 50%; top: 8px;
  transform: translate(-50%, -180%);
  background: var(--red-600); color: #fff;
  padding: .7rem 1.2rem; border-radius: var(--radius-full);
  font-weight: 600; z-index: 200;
  transition: transform var(--dur-fast) var(--ease);
}
.skip-link:focus-visible { transform: translate(-50%, 0); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--sp-5); }
section { padding-block: var(--sp-9); }
@media (max-width: 720px) { section { padding-block: var(--sp-8); } }

.eyebrow {
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--brand-accent);
  display: inline-flex; align-items: center; gap: .6rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px;
  background: currentColor; opacity: .55;
}
.surface-dark .eyebrow { color: var(--red-300); }

.section-head { max-width: 62ch; margin-bottom: var(--sp-6); }
.section-head h2 { font-size: var(--fs-3xl); margin-top: var(--sp-3); }
/* :not(.eyebrow) — aksi hâlde bu kural etiketin rengini ve boyutunu ezer. */
.section-head > p:not(.eyebrow) { margin-top: var(--sp-4); color: var(--fg-muted); font-size: var(--fs-lg); }
@media (max-width: 720px) { .section-head h2 { font-size: var(--fs-2xl); } }

/* ===========================================================
   LOGOTYPE  —  (AI)RLINE  "halka kilidi"
   Gerçek metin + CSS halka. Ekran okuyucu "AIRLINE" okur.
   =========================================================== */
.wordmark {
  /* Boşluk uçak boyutundan türetilir: uçak saat 3 yönündeyken halkanın
     dışına yarım boy taşar, R harfine değmemesi için boşluk her zaman
     yarım uçak + pay kadar olmalı. Formül .wordmark üzerinde durmalı ki
     varyantların --wm-plane-size override'ı ikameye dahil olsun. */
  --wm-gap: calc(var(--wm-plane-size) / 2 + 0.03em);
  /* Harflerin murekkep merkezi satir kutusu merkezinin biraz uzerinde
     kalir; halka bu kadar yukari alinmazsa AI'nin altinda daha genis
     bosluk gorunur. Olculen deger: 0.0084em. */
  --wm-ring-nudge: -0.0084em;
  display: inline-flex;
  /* baseline (center değil): AI, RLINE'dan %2 iri olduğu için ortadan
     hizalandığında tabanları kayıyor ve göz bunu "aynı hizada değil"
     diye okuyor. Ortak taban çizgisi iki metni de aynı satıra oturtur. */
  align-items: baseline;
  gap: var(--wm-gap);
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1;
  color: var(--brand);
  white-space: nowrap;
}
.wm-ring {
  position: relative;
  flex: none;
  width: var(--wm-ring-size);
  height: var(--wm-ring-size);
  border: var(--wm-ring-w) solid var(--brand-accent);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(var(--wm-ring-nudge));
}
/* AI, RLINE'dan bir tik iri — halkanin icini dolduran iddiali monogram.
   Ust sinir ~1.06em: bunun uzerinde harfler halkanin ic kenarina deger. */
.wm-ai {
  font-size: 1.02em;
  letter-spacing: -.01em;
  /* halkanin yukari kaymasini geri alir: AI, RLINE ile ayni hizada kalir */
  transform: translateY(0.0032em);
}

/* Halkayi takip eden ucak.
   Yorunge kabi saat yonunde doner; ucak alt noktada durur ve
   o noktadaki hareket yonu sola dogrudur — bu yuzden -90deg. */
/* inset -yarim kenarlik: yorunge tam olarak halka cizgisinin ORTASINA
   oturur, dis kenarina degil. Ucak boylece cizginin uzerinde ucar. */
.wm-orbit {
  position: absolute; inset: calc(var(--wm-ring-w) * -0.5);
  border-radius: 50%;
  animation: orbit 11s linear infinite;
}
.wm-plane {
  position: absolute;
  left: 50%; bottom: 0;
  width: var(--wm-plane-size);
  height: var(--wm-plane-size);
  margin-left: calc(var(--wm-plane-size) / -2);
  margin-bottom: calc(var(--wm-plane-size) / -2);
  fill: var(--wm-plane);
  transform: rotate(-90deg);
}
@keyframes orbit { to { transform: rotate(360deg); } }

.wm-rline { letter-spacing: var(--wm-track); }
.wm-rline span { display: inline-block; }

/* Ölçek varyantları.
   Küçük boyutlarda uçak orantısal olarak büyütülür, yoksa nokta gibi kalır.
   --wm-gap kendini bu değerden türettiği için boşluk otomatik ayarlanır. */
.wordmark--hero { font-size: clamp(2.5rem, 8.6vw, 5.4rem); }
.wordmark--nav  { font-size: 1.3rem;  --wm-plane-size: .40em; }
.wordmark--foot { font-size: 1.45rem; --wm-plane-size: .36em; }

/* Giriş animasyonu */
.wordmark--hero .wm-ring {
  opacity: 0; transform: translateY(var(--wm-ring-nudge)) scale(.55);
  animation: ringIn 760ms var(--ease) 120ms forwards;
}
.wordmark--hero .wm-rline span {
  opacity: 0; transform: translateX(-.6em);
  animation: letterIn 560ms var(--ease) forwards;
}
.wordmark--hero .wm-rline span:nth-child(1) { animation-delay: 700ms; }
.wordmark--hero .wm-rline span:nth-child(2) { animation-delay: 780ms; }
.wordmark--hero .wm-rline span:nth-child(3) { animation-delay: 860ms; }
.wordmark--hero .wm-rline span:nth-child(4) { animation-delay: 940ms; }
.wordmark--hero .wm-rline span:nth-child(5) { animation-delay: 1020ms; }

@keyframes ringIn   { to { opacity: 1; transform: translateY(var(--wm-ring-nudge)) scale(1); } }
@keyframes letterIn { to { opacity: 1; transform: translateX(0); } }

.reveal { opacity: 0; transform: translateY(14px); animation: fadeUp 700ms var(--ease) forwards; }
.reveal--d1 { animation-delay: 1120ms; }
.reveal--d2 { animation-delay: 1240ms; }
.reveal--d3 { animation-delay: 1360ms; }
@keyframes fadeUp { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .wm-orbit { animation: none; }
  .wordmark--hero .wm-rline span,
  .reveal { animation: none !important; opacity: 1; transform: none; }
  /* halka: animasyon dursun ama optik kaydirma korunsun */
  .wordmark--hero .wm-ring {
    animation: none !important; opacity: 1;
    transform: translateY(var(--wm-ring-nudge));
  }
}

/* ===========================================================
   NAV
   =========================================================== */
.nav {
  position: sticky; top: 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center;
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav .wrap { display: flex; align-items: center; gap: var(--sp-5); }
.nav-links { display: flex; gap: var(--sp-5); margin-left: auto; font-size: var(--fs-sm); }
.nav-links a { color: var(--gray-700); font-weight: 500; transition: color var(--dur-fast); }
.nav-links a:hover { color: var(--brand-accent); }
@media (max-width: 940px) { .nav-links { display: none; } .nav .wrap { justify-content: space-between; } }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-display); font-weight: 600;
  font-size: var(--fs-sm);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--btn-radius);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform var(--dur-fast) var(--ease),
              background var(--dur-fast), color var(--dur-fast),
              border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.btn:hover { transform: translateY(-1.5px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--red-600); color: #fff; box-shadow: 0 6px 18px rgba(200,16,46,.28); }
.btn--primary:hover { background: var(--red-500); box-shadow: 0 10px 26px rgba(200,16,46,.34); }
.btn--ghost { border-color: var(--border-strong); color: var(--fg); }
.btn--ghost:hover { border-color: var(--brand-accent); color: var(--brand-accent); }
.surface-dark .btn--ghost { border-color: rgba(255,255,255,.30); color: #fff; }
.surface-dark .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.09); }
.btn svg { width: 17px; height: 17px; }

/* ===========================================================
   HERO (koyu)
   =========================================================== */
.hero { position: relative; overflow: hidden; padding-block: var(--sp-10) var(--sp-9); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.034) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: radial-gradient(ellipse 80% 62% at 50% 34%, #000 30%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 62% at 50% 34%, #000 30%, transparent 100%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute;
  width: 820px; height: 820px; left: 50%; top: -330px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(200,16,46,.20) 0%, rgba(27,65,128,.15) 38%, transparent 66%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }

/* Hero iki sütun: solda metin, sağda sınıf sahnesi.
   Güven şeridi ızgaranın dışında, tam genişlikte kalır. */
.hero-grid { display: grid; grid-template-columns: 1fr; gap: var(--sp-6); align-items: end; }
@media (min-width: 1060px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--sp-7); }
}
.hero-grid .hero-inner { max-width: none; }
.hero-gorsel { width: 100%; }
.hero-gorsel svg,
.hero-gorsel img { width: 100%; height: auto; display: block; }
.ml-etiket { font-family: var(--font-display); font-weight: 700; font-size: 20px; fill: #fff; }
.ml-alt    { font-family: var(--font-body); font-size: 12.5px; fill: #7FA3D4; }
@media (max-width: 1059px) { .hero-gorsel { max-width: 560px; margin-inline: auto; } }

@media (prefers-reduced-motion: no-preference) {
  .bilgi-zerre { animation: zerreAk 3.2s ease-in-out infinite; }
  .bilgi-zerre:nth-of-type(2) { animation-delay: .55s; }
  .bilgi-zerre:nth-of-type(3) { animation-delay: 1.1s; }
  @keyframes zerreAk { 0%,100% { opacity: .15; } 45% { opacity: .9; } }
}
.hero-inner { max-width: 62rem; }
.hero .wordmark { margin-block: var(--sp-5) var(--sp-5); }
.hero-lead {
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.55; color: var(--navy-100);
  max-width: 50ch;
}
.hero-lead strong { color: #fff; font-weight: 600; }
.hero-cta { display: flex; flex-wrap: wrap; gap: var(--sp-3); margin-top: var(--sp-6); }

/* ---------- Güven şeridi ---------- */
.trust {
  border-top: 1px solid var(--border);
  margin-top: var(--sp-8);
  padding-top: var(--sp-5);
  display: grid; gap: var(--sp-4);
  grid-template-columns: repeat(4, 1fr);
}
.trust-item { display: flex; align-items: flex-start; gap: .7rem; font-size: var(--fs-sm); color: var(--navy-100); }
.trust-item svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--red-500); }
@media (max-width: 880px) { .trust { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 470px) { .trust { grid-template-columns: 1fr; } }

/* ===========================================================
   PROBLEM
   =========================================================== */
.problem { background: var(--bg-subtle); }
.problem-grid { display: grid; gap: var(--sp-4); grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .problem-grid { grid-template-columns: 1fr; } }
.p-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  padding: var(--card-pad);
  display: flex; flex-direction: column;
  transition: box-shadow var(--dur-mid) var(--ease), transform var(--dur-mid) var(--ease);
}
.p-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.p-num {
  font-family: var(--font-display); font-weight: 700;
  font-size: var(--fs-xs); letter-spacing: .12em;
  color: var(--brand-accent); display: block; margin-bottom: var(--sp-3);
}
.p-card h3 { font-size: var(--fs-xl); margin-bottom: var(--sp-3); }
.p-card > p:not(.p-fix) { color: var(--fg-muted); font-size: var(--fs-sm); }
.p-fix {
  margin-top: auto; padding-top: var(--sp-4);
  border-top: 1px dashed var(--border-strong);
  font-size: var(--fs-sm); color: var(--navy-800); font-weight: 500;
  display: flex; gap: .55rem; align-items: flex-start;
}
.p-fix svg { width: 16px; height: 16px; flex: none; margin-top: 3px; color: var(--red-600); }

/* ===========================================================
   ÜRÜNLER — Bento
   =========================================================== */
.bento { display: grid; gap: var(--sp-4); grid-template-columns: repeat(3, 1fr); }
.b-card {
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  padding: var(--sp-6);
  background: var(--white);
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
  transition: box-shadow var(--dur-mid) var(--ease), transform var(--dur-mid) var(--ease), border-color var(--dur-mid);
}
.b-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: var(--border-strong); }
.b-card--wide { grid-column: span 2; }
.b-card--full { grid-column: 1 / -1; }
/* Son satırda tek başına kalan kart tam genişliğe yayılır.
   3 sütunlu ızgarada bu, kart sayısı 3n+1 olduğunda gerçekleşir. */
.bento > :last-child:nth-child(3n + 1) { grid-column: 1 / -1; }

/* Kart içi alt başlık listesi: solda ad, sağda durum rozeti. */
.alt-liste { list-style: none; padding: 0; margin: var(--sp-4) 0 0; }
.alt-liste li { display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-3); padding: .5rem 0; border-top: 1px solid var(--border);
  font-size: var(--fs-sm); }
.alt-liste li:first-child { border-top: none; padding-top: 0; }
.alt-liste b { font-family: var(--font-display); font-weight: 600; color: var(--fg); }

/* Kart içi küçük not satırı (tarihçe, dipnot). */
.b-not { font-size: var(--fs-xs); color: var(--fg-muted); margin-top: var(--sp-3); }
/* Dört kart 3 sütunda sonuncuyu yalnız bırakır; geniş ekranda 2x2. */
@media (min-width: 900px) { .bento--dort { grid-template-columns: repeat(2, 1fr); } }
.b-card--dark { background: var(--navy-900); color: #fff; border-color: var(--navy-800); }
.b-card--dark p { color: var(--navy-100); }
.b-card--dark .b-meta { color: var(--navy-300); border-color: rgba(255,255,255,.14); }
@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr; }
  .b-card--wide, .b-card--full { grid-column: span 1; }
}
/* Kartin ust seridi: solda ikon, sagda durum rozeti. */
.b-ust { display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-3); margin-bottom: var(--sp-4); }
.b-ust .b-icon { margin-bottom: 0; }
.b-ust .b-durum { flex: none; }

.b-icon {
  width: 46px; height: 46px; border-radius: var(--radius-md);
  display: grid; place-items: center;
  background: var(--red-100); color: var(--red-600);
  margin-bottom: var(--sp-4);
}
.b-card--dark .b-icon { background: rgba(224,27,61,.20); color: var(--red-300); }
.b-icon svg { width: 23px; height: 23px; }
.b-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: var(--fs-2xl); letter-spacing: -0.02em;
  margin-bottom: .35rem;
}
/* .b-card p kuralından sonra geldiği için özgüllük eşitlendi (.b-card .b-role). */
.b-card .b-role { font-size: var(--fs-xs); letter-spacing: .1em; text-transform: uppercase; color: var(--brand-accent); font-weight: 600; margin-bottom: var(--sp-3); }
.b-card--dark .b-role { color: var(--red-300); }
.b-card > p:not(.b-role):not(.b-meta) { font-size: var(--fs-sm); color: var(--fg-muted); }
/* Tam genişlik kartta satır uzunluğunu okunur tut. */
.b-card--full > p:not(.b-role):not(.b-meta) { max-width: 72ch; }
/* Kart içindeki uygulama açma bağlantısı */
.b-open {
  margin-top: auto; padding-top: var(--sp-4);
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-4);
}
.b-open a {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 600;
  font-size: var(--fs-sm); color: var(--brand-accent);
  border-bottom: 1.5px solid transparent;
  transition: border-color var(--dur-fast), gap var(--dur-fast) var(--ease);
}
.b-open a:hover { border-color: currentColor; gap: .75rem; }
.b-open a svg { width: 16px; height: 16px; }
.b-open a.ikincil { color: var(--fg-muted); font-weight: 500; }
/* Kartta erişim/durum rozeti */
.b-durum {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: var(--fs-xs); color: var(--fg-muted);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-full);
  padding: .2rem .7rem;
}
/* Etkin calisma: nokta yesil (varsayilan marka kirmizisi 'durdu' okunuyor) */
.b-durum--etkin::before { background: var(--durum-etkin) !important; }
.b-durum--hazir::before { background: var(--durum-hazir) !important; }
.b-durum--pasif::before { background: var(--durum-pasif) !important; }
.b-durum::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand-accent); flex: none;
}
.b-card--dark .b-open a { color: var(--red-300); }
.b-card--dark .b-open a.ikincil { color: var(--navy-300); }
/* b-open varsa b-meta artık dibe yapışmasın */
.b-open + .b-meta { margin-top: 0; padding-top: var(--sp-3); border-top: none; }

.b-meta {
  margin-top: auto; padding-top: var(--sp-4);
  border-top: 1px solid var(--border);
  display: flex; flex-wrap: wrap; gap: .45rem;
  font-size: var(--fs-xs); color: var(--gray-500);
}
.chip {
  border: 1px solid currentColor; border-radius: var(--radius-full);
  padding: .22rem .68rem; opacity: .9;
}

/* ===========================================================
   NASIL ÇALIŞIR
   =========================================================== */
.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }
@media (max-width: 900px) { .flow { grid-template-columns: 1fr; } }
.f-step { position: relative; padding-top: var(--sp-5); }
.f-step::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--border);
}
.f-step::after {
  content: ""; position: absolute; top: -4px; left: 0;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--red-600);
}
.f-num { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-xs); letter-spacing: .14em; color: var(--brand-accent); }
/* Koyu zeminde red-600 küçük metin için 3.26:1 kalıyor — AA altı.
   Etiketle aynı açık tona geçiliyor (8.4:1). */
.surface-dark .f-num { color: var(--red-300); }
.surface-dark .f-step::after { background: var(--red-500); }
.f-step h3 { font-size: var(--fs-xl); margin-block: var(--sp-2) var(--sp-3); }
.f-step p { color: var(--fg-muted); font-size: var(--fs-sm); }

/* ===========================================================
   MALİYET
   =========================================================== */
.cost { background: var(--bg-subtle); }
.cost-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-4); }
@media (max-width: 980px) { .cost-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .cost-grid { grid-template-columns: 1fr; } }
.c-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--card-radius); padding: var(--sp-5);
}
.c-metric {
  font-family: var(--font-display); font-weight: 700;
  font-size: var(--fs-3xl); line-height: 1;
  color: var(--navy-900); letter-spacing: -0.03em;
  display: inline-block;
}
/* Ölçülmemiş metrik: doğrulanmamış sayı yayınlamıyoruz.
   Rakam geldiğinde bu span'i sadeleştirin:
   <span class="c-metric">%42</span>  */
.c-metric[data-pending] {
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gray-500);
  border: 1.5px dashed var(--border-strong);
  border-radius: var(--radius-full);
  padding: .34rem .85rem;
  line-height: 1.4;
}
.c-label { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-base); margin-top: var(--sp-3); }
.c-desc { font-size: var(--fs-sm); color: var(--fg-muted); margin-top: .4rem; }
.cost-note {
  margin-top: var(--sp-5); font-size: var(--fs-sm); color: var(--fg-muted);
  border-left: 3px solid var(--red-600); padding-left: var(--sp-4);
  max-width: 70ch;
}

/* ===========================================================
   GÜVENLİK (koyu)
   =========================================================== */
.sec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-4); }
@media (max-width: 820px) { .sec-grid { grid-template-columns: 1fr; } }
.s-item {
  display: flex; gap: var(--sp-4);
  padding: var(--sp-5);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  background: var(--bg-raised);
  transition: border-color var(--dur-mid), background var(--dur-mid);
}
.s-item:hover { border-color: var(--border-strong); background: rgba(255,255,255,.075); }
.s-item svg { width: 22px; height: 22px; flex: none; color: var(--red-500); margin-top: 3px; }
.s-item h3 { font-size: var(--fs-lg); margin-bottom: .4rem; color: #fff; }
.s-item p { font-size: var(--fs-sm); color: var(--fg-muted); }

/* ===========================================================
   İLETİŞİM
   =========================================================== */
.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: var(--sp-7); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: var(--sp-6); } }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .45rem; margin-bottom: var(--sp-4); }
.field label { font-size: var(--fs-sm); font-weight: 600; font-family: var(--font-display); }
.field .hint { font-size: var(--fs-xs); color: var(--fg-muted); font-weight: 400; }
.field input, .field select, .field textarea {
  font: inherit; font-size: var(--fs-sm);
  padding: .82rem .95rem;
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius-sm);
  background: var(--white); color: var(--fg);
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
  width: 100%;
}
.field textarea { resize: vertical; min-height: 118px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--red-600);
  box-shadow: 0 0 0 3px rgba(200,16,46,.14);
}
.contact-aside { background: var(--bg-subtle); border: 1px solid var(--border); border-radius: var(--card-radius); padding: var(--sp-5); }
.contact-aside h3 { font-size: var(--fs-lg); margin-bottom: var(--sp-4); }
.contact-aside ul { list-style: none; padding: 0; display: grid; gap: var(--sp-4); }
.contact-aside li { display: flex; gap: .7rem; font-size: var(--fs-sm); color: var(--fg-muted); }
.contact-aside li svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--red-600); }
.contact-aside a { color: var(--navy-700); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ===========================================================
   FOOTER
   =========================================================== */
.footer { padding-block: var(--sp-7) var(--sp-5); border-top: 1px solid var(--border); }
.footer .wrap > .foot-top { display: flex; flex-wrap: wrap; gap: var(--sp-6); justify-content: space-between; align-items: flex-start; }
.foot-brand { max-width: 34ch; }
.foot-brand p { font-size: var(--fs-sm); color: var(--fg-muted); margin-top: var(--sp-3); }
.foot-cols { display: flex; gap: var(--sp-7); flex-wrap: wrap; }
.foot-col h4 { font-size: var(--fs-xs); letter-spacing: .12em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: var(--sp-3); font-weight: 600; font-family: var(--font-display); }
.foot-col ul { list-style: none; padding: 0; display: grid; gap: .55rem; font-size: var(--fs-sm); }
.foot-col a { color: var(--gray-700); }
.foot-col a:hover { color: var(--brand-accent); }
/* İletişim sütunu: adres ve numara notu ikinci planda kalsın. */
.foot-iletisim { max-width: 30ch; }
.foot-col .foot-not { color: var(--fg-muted); font-size: var(--fs-xs); }
.foot-bottom {
  border-top: 1px solid var(--border);
  margin-top: var(--sp-6); padding-top: var(--sp-4);
  font-size: var(--fs-xs); color: var(--fg-muted);
  display: flex; flex-wrap: wrap; gap: var(--sp-4); justify-content: space-between;
}

/* Ürün kartlarında alt bloklar hizalı dursun */
/* Chip alanı iki satıra sabitlenir; böylece "Uygulamayı aç" satırı
   tüm kartlarda aynı yükseklikte durur (chip sayısı farklı olsa da). */
.bento .b-meta { min-height: 4.75rem; align-content: flex-start; }
@media (max-width: 900px) { .bento .b-meta { min-height: 0; } }

/* Sektor sayfalarinin panelden eklenen bolumleri: ana sayfadaki
   bolum yapisiyla ayni ritim. */
.bolum { padding-block: var(--sp-8); }
.bolum .section-head { margin-bottom: 0; }
.bolum .section-head > p:not(.eyebrow) + p { margin-top: var(--sp-4); }
