/*KRITIK:BAS*/
﻿/* === Fontlar === */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/ibm-plex-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/fonts/ibm-plex-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ibm-plex-mono-latin-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ibm-plex-mono-latin-ext-400.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/ibm-plex-mono-latin-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/ibm-plex-mono-latin-ext-600.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Web fontu inene kadarki boyamada Arial, Plex genişliğine ölçeklenir; swap
   anında satır kırılımı değişmez (CLS sigortası). size-adjust değeri canvas
   measureText ile Türkçe karakterler dahil ölçülerek üretildi: Plex/Arial = %98,63. */
@font-face {
  font-family: 'IBM Plex Sans Yedek';
  src: local('Arial');
  size-adjust: 98.63%;
  line-gap-override: 0%;
}

/* === Tasarım değişkenleri === */
:root {
  --bg: #F6F7FA;
  --surface: #FFFFFF;
  --soft: #EDF0F6;
  --line: #DFE3EE;
  --ink: #141B30;
  --body: #414A5F;
  --muted: #656D80;
  --brand: #24409A;
  --brand-text: #24409A;
  --brand-soft: #E7ECFA;
  --btn-bg: #24409A;
  --btn-hover: #182E75;
  --logo-filter: none;
  --header-bg: rgba(250, 251, 253, 0.88);
  --shadow: 0 0px 16px rgba(16, 23, 50, 0.05);
  --error: #C0392B;
}
[data-theme="dark"] {
  --bg: #0D1122;
  --surface: #151B33;
  --soft: #101630;
  --line: #272F52;
  --ink: #EDF0FA;
  --body: #B7BED4;
  --muted: #8790AB;
  --brand: #5E7CE2;
  --brand-text: #A6B8F8;
  --brand-soft: #1D2751;
  --btn-bg: #4E6FDC;
  --btn-hover: #6484EA;
  --logo-filter: brightness(0) invert(1);
  --header-bg: rgba(13, 17, 34, 0.88);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  --error: #E57368;
}

/* === Temel === */
* { box-sizing: border-box; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'IBM Plex Sans', 'IBM Plex Sans Yedek', system-ui, sans-serif;
  background: var(--bg);
  color: var(--body);
  -webkit-font-smoothing: antialiased;
  transition: background-color .3s, color .3s;
}
main { flex: 1; }
h1, h2, h3, h4, p, ul, ol { margin: 0; }
a { color: var(--brand-text); text-decoration: none; }
@media (hover: hover) { a:hover { color: var(--ink); } }
::selection { background: var(--brand); color: #FFFFFF; }
input, textarea, button, select { font-family: inherit; }
input::placeholder, textarea::placeholder { color: var(--muted); opacity: 0.7; }
svg { flex-shrink: 0; }

@keyframes az-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes az-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.visually-hidden {
  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: -9999px;
  top: 0;
  z-index: 200;
  background: var(--btn-bg);
  color: #FFFFFF;
  padding: 10px 18px;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #FFFFFF; }

/* === Yerleşim === */
.container {
    max-width: 1480px;
    margin: 0 auto;
    padding-left: clamp(12px, 4vw, 35px);
    padding-right: clamp(12px, 4vw, 35px);
}
.section-pad { padding-top: clamp(64px, 4vw, 104px); padding-bottom: clamp(64px, 4vw, 104px); }
.section-pad-md { padding-top: clamp(38px, 3vw, 70px); padding-bottom: clamp(48px, 3vw, 80px); }
.section-pad-sm { padding-top: clamp(32px, 3vw, 60px); padding-bottom: clamp(44px, 3vw, 80px); }
/* CTA bandı kendinden önceki bölümün alt boşluğuna yaslanır; üst boşluk sıfırlanır.
   Eskiden inline style ile yapılıyordu, CSP style-src 'self' onu engelliyordu. */
.section-pad-ustsuz { padding-top: 0; }
.band-section { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band-top-only { border-bottom: none; }
/* Bir band-section'ın hemen ardından gelen CTA bölümü: aynı zemini sürdürür,
   üst çizgi tekrarlanmaz, bant aşağıda tek bir çizgiyle kapanır. */
.band-alt-uc { border-top: none; }

/* === Tipografi === */
.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--brand-text);
  text-transform: uppercase;
}
.section-head { display: flex; flex-direction: column; gap: 14px; max-width: 640px; }
.section-head h2 { font-size: clamp(1.625rem, 3.4vw, 2.375rem); line-height: 1.2; font-weight: 700; color: var(--ink); text-wrap: pretty; }
.section-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}
.section-head-row + .card-grid { margin-top: 0; }
.section-head + .card-grid, .section-head + .process-grid { margin-top: 40px; }
.section-lead { font-size: 1rem; line-height: 1.7; }
.body-text { font-size: 1rem; line-height: 1.75; }
.lead { font-size: 1.0625rem; line-height: 1.7; max-width: 680px; }
.mono { font-family: 'IBM Plex Mono', monospace; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--brand-text);
}
@media (hover: hover) { .link-arrow:hover { color: var(--ink); } }

/* === Düğmeler === */
.btn {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background .2s, border-color .2s, color .2s, transform .2s, box-shadow .2s;
}
.btn-primary { background: var(--btn-bg); color: #FFFFFF; }
@media (hover: hover) { .btn-primary:hover {
  background: var(--btn-hover);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(30, 48, 110, 0.28);
} }
.btn-outline { border: 1px solid var(--line); background: var(--surface); color: var(--ink); }
@media (hover: hover) { .btn-outline:hover { border-color: var(--brand); color: var(--brand-text); transform: translateY(-2px); } }
.btn-light { background: #FFFFFF; color: #16224E; }
@media (hover: hover) { .btn-light:hover { background: #E7ECFA; color: #16224E; transform: translateY(-2px); } }
.btn-outline-light { border: 1px solid rgba(255, 255, 255, 0.35); background: transparent; color: #FFFFFF; }
@media (hover: hover) { .btn-outline-light:hover { border-color: #FFFFFF; color: #FFFFFF; } }

/* === Üst menü === */
.header-wrap { position: sticky; top: 0; z-index: 100; }
.site-header {
  position: relative;
  background: var(--header-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand { display: flex; align-items: center; flex-shrink: 0; }
/* 150x35, dosyanin 300x70 oraninin tam kati: kesirli genislik en-boy oranini
   binde birlik sapmayla bozuyor ve tarama araclari "distorted" isaretliyordu. */
.brand img { width: 150px; height: 35px; display: block; filter: var(--logo-filter); }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 32px); }
.main-nav a {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 74px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: color .2s;
}
@media (hover: hover) { .main-nav a:hover { color: var(--ink); } }
.main-nav a.active { color: var(--ink); font-weight: 600; border-bottom-color: var(--brand); }
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.icon-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: color .2s, border-color .2s;
}
@media (hover: hover) { .icon-btn:hover { color: var(--ink); border-color: var(--muted); } }
.theme-icon-sun { display: none; }
[data-theme="dark"] .theme-icon-moon { display: none; }
[data-theme="dark"] .theme-icon-sun { display: block; }
.header-cta { padding: 10px 20px; border-radius: 8px; font-size: 0.875rem; }
@media (hover: hover) { .header-cta:hover { transform: translateY(-1px); box-shadow: none; } }
.menu-toggle { display: none; color: var(--ink); }
.menu-toggle .menu-icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon-close { display: block; }
.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 8px clamp(16px, 4vw, 40px) 20px;
  display: flex;
  flex-direction: column;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu a:not(.btn) {
  color: var(--muted);
  font-weight: 500;
  font-size: 1rem;
  padding: 15px 2px;
  border-bottom: 1px solid var(--line);
}
@media (hover: hover) { .mobile-menu a:not(.btn):hover { color: var(--ink); } }
.mobile-menu a.active { color: var(--ink); font-weight: 600; }
.mobile-cta { margin-top: 16px; font-size: 0.9375rem; padding: 13px 20px; border-radius: 8px; }

@media (max-width: 1020px) {
  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; }
}
@media (min-width: 1021px) {
  .mobile-menu { display: none; }
}

/* === Anasayfa hero / slider === */
.hero { background: linear-gradient(180deg, var(--soft) 0%, var(--bg) 100%); border-bottom: 1px solid var(--line); }
.hero-inner {
  padding-top: clamp(44px, 6vw, 80px);
  padding-bottom: clamp(30px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: clamp(26px, 4vw, 38px);
  animation: az-up .7s ease both;
}
.hero-slider { display: grid; }
.slide {
  grid-area: 1 / 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .6s ease, visibility .6s;
}
.slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.slide-copy { flex: 1 1 440px; min-width: 280px; display: flex; flex-direction: column; gap: 20px; }
.slide-title {
  font-size: clamp(1.875rem, 4.2vw, 3.125rem);
  line-height: 1.14;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  text-wrap: pretty;
}
.slide-lead { font-size: 1.03125rem; line-height: 1.7; max-width: 560px; }
.slide-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 4px; }
.slide-media { flex: 1 1 380px; min-width: 280px; max-width: 560px; }
.media-frame {
  height: clamp(240px, 28vw, 360px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.slider-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; }
.slider-arrow {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  transition: border-color .2s, color .2s;
}
@media (hover: hover) { .slider-arrow:hover { border-color: var(--brand); color: var(--brand-text); } }
.slider-dots { display: flex; gap: 8px; align-items: center; }
.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--line);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: width .3s, background .3s;
}
.slider-dot.is-active { width: 26px; background: var(--brand); }
.slider-note {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-left: auto;
}

/* === Logo bandı === */
.marquee-section { border-bottom: 1px solid var(--line); }
.marquee-inner { padding-top: 34px; padding-bottom: 34px; display: flex; flex-direction: column; gap: 20px; }
.marquee-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  color: var(--muted);
  text-align: center;
}
/*KRITIK:SON*/
/* === İstatistik şeridi (komponent kütüphanesinde K05) ===
   Çözüm detay sayfalarında da kullanıldığı için komponentler.css'ten buraya alındı. */
/* Ayırıcı çizgiler 1px grid gap + arka plan ile çizilir; böylece kutular kaç
   sütuna sarılırsa sarılsın nth-child kuralına gerek kalmadan doğru görünür. */
.stat-strip {
  display: grid;
  /* auto-fit: boş kalan sütunlar çöker, öğeler kalan genişliği paylaşır. Sabit sütun
     sayısı verilirse öğe eklenip çıkarıldığında yanda boş hücre kalıyor.
     140px alt sınırı, detay sütununda 2-6 öğenin tek satıra sığmasına denk gelir. */
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.ss-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: clamp(20px, 2.4vw, 32px) 10px;
  background: var(--surface);
}
.ss-item b {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(1rem, 2vw, 1.625rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.ss-item b em { font-style: normal; color: var(--brand-text); }
.ss-item small { font-size: 0.8125rem; font-weight: 600; color: var(--muted); }
/* SSS blogunun hemen altina yaslanan serit. Onceden inline style ile yapiliyordu;
   CSP style-src self oldugu icin uretimde hic uygulanmiyordu. */
.stat-strip-bitisik { margin-top: -10px; }
/* Dar ekranda tek sütuna düşmesin; 2'li kalsın. */
@media (max-width: 640px) {
  .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Kurum listesi yerine metin gösterildiğinde kullanılır. */
.marquee-lead {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}
.marquee-action { display: flex; justify-content: center; }
.marquee-mask {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.marquee-track { display: flex; width: max-content; animation: az-marquee 32s linear infinite; }
@media (hover: hover) { .marquee-track:hover { animation-play-state: paused; } }
.marquee-ters { animation-direction: reverse; }

/* === Referans kartları === */
.ref-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
}
.ref-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 22px 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  text-align: center;
  transition: border-color .25s ease, transform .25s ease;
}
@media (hover: hover) { .ref-card:hover { border-color: var(--brand); transform: translateY(-2px); } }
.ref-card img {
  height: 52px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.9;
  transition: filter .25s ease, opacity .25s ease;
}
@media (hover: hover) { .ref-card:hover img { filter: none; opacity: 1; } }
.ref-harf {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.ref-card p {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--body);
}
.marquee-group { display: flex; gap: 56px; padding-right: 56px; flex-shrink: 0; align-items: center; }
.marquee-item {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--muted);
  opacity: 0.8;
  white-space: nowrap;
}

/* === Kartlar === */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 20px; }
.services-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.solution-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px;
  color: inherit;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
@media (hover: hover) { .solution-card:hover {
  transform: translateY(-1px) scale(1.012);
  box-shadow: var(--shadow);
  border-color: var(--brand);
  color: inherit;
} }
.solution-card h2, .solution-card h3 { font-size: 1.0625rem; font-weight: 600; color: var(--ink); line-height: 1.35; }
.solution-card p { font-size: 0.90625rem; line-height: 1.65; flex: 1; }
.solution-card-sm { gap: 12px; padding: 24px; }
.solution-card-sm h2 { font-size: 1rem; }
.solution-card-sm p { font-size: 0.875rem; line-height: 1.6; }
.icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand-text);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-badge-sm { width: 42px; height: 42px; }
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-text);
}
.solution-card-sm .card-link { font-size: 0.84375rem; }

/* === Süreç === */
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.values-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin-top: 40px; }
.process-step { border-top: 2px solid var(--brand); padding-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.process-step h3 { font-size: 1.03125rem; font-weight: 600; color: var(--ink); }
.process-step p { font-size: 0.875rem; line-height: 1.65; }
.step-num { font-family: 'IBM Plex Mono', monospace; font-size: 0.8125rem; font-weight: 600; color: var(--brand-text); }

/* === İkiye bölünmüş bölüm === */
.split-section { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(36px, 4vw, 64px); }
.split-copy { flex: 1 1 440px; min-width: 300px; display: flex; flex-direction: column; gap: 16px; }
.split-copy h2 { font-size: clamp(1.625rem, 3.4vw, 2.375rem); line-height: 1.2; font-weight: 700; color: var(--ink); text-wrap: pretty; }
/* Punto etiket seviyesinden degil bu siniftan gelir. Baslik hiyerarsisi SEO icin
   h3ten h2ye cekildiginde gorunum degismesin diye ayri tutulur; olcu, ayni sayfadaki
   .mv-card h2 ile ayni (19px). */
.split-copy .split-baslik-sm { font-size: 1.1875rem; line-height: 1.35; font-weight: 700; }
.split-stack { flex: 1 1 460px; min-width: 300px; display: flex; flex-direction: column; gap: 16px; }
.split-media { flex: 1 1 380px; min-width: 300px; max-width: 560px; }
.feature-row {
  display: flex;
  gap: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 22px 24px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
@media (hover: hover) { .feature-row:hover { transform: translateY(-3px) scale(1.008); box-shadow: var(--shadow); border-color: var(--brand); } }
.feature-row h3 { font-size: 1.03125rem; font-weight: 600; color: var(--ink); margin-bottom: 5px; }
.feature-row p { font-size: 0.90625rem; line-height: 1.65; }

/* === Blog === */
.blog-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.blog-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: inherit;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
@media (hover: hover) { .blog-card:hover { transform: translateY(-4px) scale(1.012); box-shadow: var(--shadow); border-color: var(--brand); color: inherit; } }
.blog-body { padding: 22px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.blog-meta { font-family: 'IBM Plex Mono', monospace; font-size: 0.6875rem; letter-spacing: 0.1em; color: var(--muted); }
.blog-card h2, .blog-card h3 { font-size: 1.03125rem; font-weight: 600; line-height: 1.45; color: var(--ink); text-wrap: pretty; }
.blog-body > p:not(.blog-meta) { font-size: 0.875rem; line-height: 1.65; flex: 1; }

/* === Blog yazısı === */
.article-content { display: flex; flex-direction: column; gap: 18px; }
.article-content p { font-size: 1rem; line-height: 1.8; }
.article-content h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  color: var(--ink);
  margin-top: 14px;
  text-wrap: pretty;
}
.article-content ul { padding-left: 20px; display: flex; flex-direction: column; gap: 8px; }
.article-content li { font-size: 1rem; line-height: 1.8; }
.article-content a { text-decoration: underline; }

/* === CTA bandı === */
.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1B2C66 0%, #0F1837 100%);
  border-radius: 18px;
  padding: clamp(36px, 6vw, 64px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.cta-circle { position: absolute; border-radius: 50%; }
.cta-circle-1 { right: -70px; top: -70px; width: 260px; height: 260px; border: 1px solid rgba(255, 255, 255, 0.12); }
.cta-circle-2 { right: 40px; bottom: -110px; width: 220px; height: 220px; border: 1px solid rgba(255, 255, 255, 0.08); }
.cta-text { display: flex; flex-direction: column; gap: 12px; max-width: 560px; position: relative; }
.cta-text h2 { font-size: clamp(1.5rem, 3.4vw, 2.125rem); line-height: 1.25; font-weight: 700; color: #FFFFFF; text-wrap: pretty; }
.cta-text p { font-size: 1rem; line-height: 1.7; color: rgba(255, 255, 255, 0.75); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; position: relative; }

/*KRITIK:BAS*/
/* === Alt sayfa hero === */
.page-hero { background: linear-gradient(180deg, var(--soft) 0%, var(--bg) 100%); border-bottom: 1px solid var(--line); }
.page-hero-inner {
  padding-top: clamp(40px, 4vw, 0px);
  padding-bottom: clamp(40px, 4vw, 0px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: az-up .6s ease both;
}
.page-hero h1 {
  font-size: clamp(1.875rem, 4vw, 2.875rem);
  line-height: 1.15;
  font-weight: 700;
  color: var(--ink);
  max-width: 760px;
  text-wrap: pretty;
}
/* === Kaydırdıkça belirme === */
/* Sınıflar site.js tarafından yalnızca ekranın altında kalan bloklara eklenir;
   JS çalışmazsa hiçbir içerik gizlenmez. */
.az-reveal { opacity: 0; }
.az-reveal.is-gorunur { animation: az-up .6s ease both; }
/* Sayfa yazdırılırken henüz görünmemiş bloklar boş çıkmamalı. */
@media print {
  .az-reveal { opacity: 1 !important; animation: none !important; }
}

/*KRITIK:SON*/
/* === Çözüm detay hero bandı (aurora) === */
.service-hero { background: var(--bg); }
.service-hero-inner {
  padding-top: clamp(20px, 3vw, 32px);
  padding-bottom: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: az-up .6s ease both;
}
.aurora-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(40px, 3vw, 72px) clamp(20px, 3vw, 48px);
}
.aurora-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.4;
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 0%, #000 10%, transparent 75%);
  mask-image: radial-gradient(ellipse 90% 80% at 50% 0%, #000 10%, transparent 75%);
}
.aurora-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(480px 300px at 15% 0%, color-mix(in srgb, var(--brand) 14%, transparent), transparent 65%),
    radial-gradient(520px 340px at 85% 100%, color-mix(in srgb, var(--brand) 10%, transparent), transparent 65%);
}
.aurora-hero > * { position: relative; z-index: 1; }
.ah-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--brand) 6%, var(--surface));
  border-radius: 999px;
  padding: 8px 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.71875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-text);
}
.ah-badge i {
  font-style: normal;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 10px var(--brand);
}
.ah-title {
  font-size: clamp(1.75rem, 3.8vw, 2.75rem);
  line-height: 1.15;
  font-weight: 700;
  color: var(--ink);
  max-width: 800px;
  text-wrap: pretty;
}
.ah-title em {
  font-style: normal;
  background: linear-gradient(92deg, var(--brand), color-mix(in srgb, var(--brand) 40%, #7C9BFF));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ah-lead { font-size: 1.03125rem; line-height: 1.7; max-width: 640px; }
/* Bant ortalı; breadcrumb dar ekranda alt satıra sarınca sola yaslanmasın. */
.aurora-hero .breadcrumb { justify-content: center; }
.ah-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 6px; }
.ah-meta { font-family: 'IBM Plex Mono', monospace; font-size: 0.75rem; letter-spacing: 0.08em; color: var(--muted); margin-top: 8px; }

/* === Karşılaştırma tablosu === */
.compare-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow-x: auto; }
.compare-table { width: 100%; min-width: 640px; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 15px 20px; text-align: left; font-size: 0.90625rem; border-bottom: 1px solid var(--line); }
.compare-table thead th { font-size: 0.8125rem; font-weight: 700; color: var(--ink); background: var(--soft); }
.compare-table thead th.cmp-one { background: color-mix(in srgb, var(--brand) 14%, var(--soft)); color: var(--brand-text); }
.compare-table tbody th { font-weight: 600; color: var(--ink); }
.compare-table td { color: var(--body); }
.compare-table td.cmp-one { background: color-mix(in srgb, var(--brand) 6%, transparent); color: var(--ink); font-weight: 500; }
.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table td svg { vertical-align: -3px; margin-right: 9px; }
.cmp-no { color: var(--error); opacity: 0.8; }
.cmp-yes { color: #178A55; }
[data-theme="dark"] .cmp-yes { color: #3DDC97; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
.breadcrumb a { color: var(--muted); }
@media (hover: hover) { .breadcrumb a:hover { color: var(--ink); } }
.breadcrumb span[aria-hidden] { color: var(--line); }
.breadcrumb-current { color: var(--brand-text); }

/* === Hizmet detay === */
.detail-layout { display: flex; flex-wrap: wrap; gap: clamp(15px, 1vw, 40px); align-items: flex-start; }
.detail-main { flex: 1 1 560px; min-width: 0; display: flex; flex-direction: column; gap: clamp(40px, 5vw, 56px); background: var(--surface); border: 1px solid var(--line); border-radius: 13px; padding: 24px; }
/* Tek basina ve tam genislikte duran icerik karti. .detail-main iki sutunlu detay
   duzeni icin 24px ic bosluga ayarli; 1200px genisligine yayildiginda bu dar kaliyor,
   sayfadaki form kartiyla ayni nefesi almasi icin buyutulur. */
.detail-main-genis { padding: clamp(24px, 4vw, 40px); border-radius: 16px; }
.detail-block { display: flex; flex-direction: column; gap: 16px; }
.detail-block h2 { font-size: clamp(1.375rem, 2.8vw, 1.75rem); font-weight: 700; color: var(--ink); }
/* Detay bloğu içinde iki sütun (solda görsel, sağda içerik). Kolon genişliği
   yetmediğinde flex-basis sayesinde kendiliğinden alt alta iner. */
.detail-split { display: flex; flex-wrap: wrap; gap: clamp(20px, 2.5vw, 32px); align-items: center; }
.detail-split-media { flex: 1 1 240px; min-width: 0; }
.detail-split-body { flex: 1 1 320px; min-width: 0; }
.detail-split-img { border: 1px solid var(--line); border-radius: 12px; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.feature-item {
  display: flex;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px 18px;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink);
  font-weight: 500;
  transition: transform .2s, border-color .2s;
}
@media (hover: hover) { .feature-item:hover { transform: translateY(-2px); border-color: var(--brand); } }
.feature-item svg { color: var(--brand-text); margin-top: 1px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.78125rem;
  color: var(--body);
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 999px;
  padding: 7px 15px;
  transition: border-color .2s, color .2s;
}
@media (hover: hover) { .chip:hover { border-color: var(--brand); color: var(--brand-text); } }
.rollout { display: flex; flex-direction: column; }
.rollout-step { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.rollout-step:last-child { border-bottom: none; }
.rollout-step .step-num { width: 28px; flex-shrink: 0; padding-top: 2px; }
.rollout-step h3 { font-size: 1rem; font-weight: 600; color: var(--ink); margin-bottom: 5px; }
.rollout-step p:not(.step-num) { font-size: 0.96875rem; line-height: 1.65; }
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 11px; overflow: hidden; }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  padding: 17px 20px;
  font-size: 0.96875rem;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  transition: color .2s;
}
.faq summary::-webkit-details-marker { display: none; }
@media (hover: hover) { .faq summary:hover { color: var(--brand-text); } }
.faq summary svg { color: var(--muted); transition: transform .25s; }
.faq details[open] summary svg { transform: rotate(180deg); }
.faq details > p { padding: 0 20px 18px; font-size: 0.96875rem; line-height: 1.7; }
.detail-aside {
  flex: 1 1 280px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 94px;
}
.aside-card { background: var(--surface); border: 1px solid var(--line); border-radius: 13px; padding: 24px; }
.aside-card h3 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.71875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.aside-links { display: flex; flex-direction: column; }
.aside-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.90625rem;
  font-weight: 500;
  color: var(--body);
}
.aside-links a:last-child { border-bottom: none; }
@media (hover: hover) { .aside-links a:hover { color: var(--brand-text); } }
.aside-cta {
  background: linear-gradient(135deg, #1B2C66 0%, #0F1837 100%);
  border-radius: 13px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.aside-cta h3 { font-size: 1.125rem; font-weight: 700; color: #FFFFFF; line-height: 1.35; }
.aside-cta > p:not(.aside-phone) { font-size: 0.875rem; line-height: 1.65; color: rgba(255, 255, 255, 0.75); }
.aside-cta .btn { font-size: 0.90625rem; padding: 12px 20px; border-radius: 8px; margin-top: 4px; }
.aside-phone, .aside-phone a { font-family: 'IBM Plex Mono', monospace; font-size: 0.75rem; color: rgba(255, 255, 255, 0.6); text-align: center; }

/* === Misyon / Vizyon === */
.mv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.mv-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(26px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
@media (hover: hover) { .mv-card:hover { transform: translateY(-4px) scale(1.01); box-shadow: var(--shadow); border-color: var(--brand); } }
.mv-card h2 { font-size: 1.1875rem; font-weight: 700; color: var(--ink); }
.mv-card p { font-size: 0.9375rem; line-height: 1.75; }

/* === Süreç şeridi === */
.process-strip {
  padding-top: clamp(48px, 4vw, 72px);
  padding-bottom: clamp(48px, 4vw, 72px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px 56px;
}
.process-strip-head { display: flex; flex-direction: column; gap: 10px; flex: 1 1 280px; }
.process-strip-head h2 { font-size: clamp(1.375rem, 2.8vw, 1.875rem); line-height: 1.25; font-weight: 700; color: var(--ink); }
.process-strip-steps { display: flex; flex-wrap: wrap; gap: 14px 36px; flex: 2 1 480px; }
.process-strip-steps p { font-size: 0.90625rem; font-weight: 600; color: var(--ink); display: flex; align-items: center; gap: 9px; }
.process-strip-steps span { font-family: 'IBM Plex Mono', monospace; font-size: 0.75rem; color: var(--brand-text); }

/* === İletişim === */
.contact-layout { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 48px); align-items: flex-start; }
.form-card {
  flex: 1 1 520px;
  min-width: 300px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 40px);
}
.form-card form { display: flex; flex-direction: column; gap: 20px; }
.form-card h2 { font-size: 1.3125rem; font-weight: 700; color: var(--ink); }
/* Mobilde alt alta, tabletten itibaren iki sütun. auto-fit kullanılırsa geniş
   formda üç sütuna kadar çıkıyordu. */
.form-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 768px) {
  .form-grid { grid-template-columns: repeat(2, 1fr); }
}
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field label { font-size: 0.84375rem; font-weight: 600; color: var(--ink); }
.form-field input, .form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  /* 16px'in ALTINA düşürmeyin: iOS Safari, daha küçük yazılı bir alana
     odaklanıldığında sayfayı otomatik yakınlaştırır ve geri çıkmaz. */
  font-size: 1rem;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.form-field textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.form-field input:focus, .form-field textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-soft);
}
.form-field input.input-validation-error, .form-field textarea.input-validation-error { border-color: var(--error); }
.form-error { color: var(--error); font-size: 0.8125rem; }
.form-error:empty { display: none; }
.form-error-summary { color: var(--error); font-size: 0.875rem; }
.form-error-summary ul { margin: 0; padding-left: 18px; }
.form-error-summary.validation-summary-valid { display: none; }
.form-check { display: flex; gap: 11px; align-items: flex-start; cursor: pointer; }
.form-check input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--brand); flex-shrink: 0; }
.form-check span { font-size: 0.8125rem; line-height: 1.6; color: var(--muted); }
.form-check a { text-decoration: underline; }
.form-card .btn[type="submit"] { align-self: flex-start; padding: 14px 30px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.captcha-field img { border: 1px solid var(--line); border-radius: 8px; vertical-align: middle; }
.captcha-field .captcha-input {
  width: 100%;
  max-width: 260px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  /* iOS odak zoom'unu engellemek için 16px altına düşürülmemeli. */
  font-size: 1rem;
  outline: none;
  margin-top: 8px;
  transition: border-color .2s, box-shadow .2s;
}
.captcha-field .captcha-input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
.captcha-field .captcha-input.input-validation-error { border-color: var(--error); }
.captcha-refresh { display: inline-block; font-size: 0.84375rem; font-weight: 600; margin-left: 10px; vertical-align: middle; }
.captcha-refresh::before { content: "Yenile"; }
.success-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: clamp(24px, 5vw, 48px) 12px;
}
.success-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-text);
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-panel h2 { font-size: 1.375rem; font-weight: 700; color: var(--ink); }
.success-panel p { font-size: 0.9375rem; line-height: 1.7; max-width: 420px; }
.contact-aside { flex: 1 1 300px; max-width: 420px; display: flex; flex-direction: column; gap: 18px; }
.info-card {
  display: flex;
  gap: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 20px 22px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
@media (hover: hover) { .info-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--brand); } }
.info-card h3 { font-size: 0.9375rem; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.info-card p { font-size: 0.875rem; line-height: 1.65; }
.info-card p a { color: inherit; }
@media (hover: hover) { .info-card p a:hover { color: var(--brand-text); } }

/* === Görsel yuvaları === */
.media-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  background: linear-gradient(135deg, var(--brand-soft) 0%, var(--soft) 100%);
  color: var(--muted);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-align: center;
}
/* Yer tutucu yerine gerçek görsel: aynı boyut sınıfıyla birlikte kullanılır.
   Ör. <img class="media-img media-slot-map" src="~/img/Other/ulutek.avif" ... /> */
.media-img { display: block; width: 100%; object-fit: cover; }
/* Boyut sınıfları .media-slot'tan SONRA gelmeli; aksi halde .media-slot'un
   height:100% değeri bunları ezer (blog kapağında bu hata yaşandı). */
.media-slot-hero { height: 100%; }
.media-slot-story { height: clamp(280px, 32vw, 440px); border-radius: 16px; border: 1px solid var(--line); }
.media-slot-shot { height: clamp(240px, 32vw, 540px); border-radius: 8px 8px 0 0; border: 1px solid var(--line); }
.media-slot-map { height: 220px; border-radius: 13px; border: 1px solid var(--line); }
.media-slot-blog { height: 172px; }
.media-slot-cover { height: clamp(240px, 36vw, 420px); border-radius: 14px; border: 1px solid var(--line); margin-bottom: 10px; }
/* Boyut sınıflarındaki sabit height yalnızca yer tutucu <div>'ler içindir. Gerçek bir
   <img>'de sabit height + object-fit:cover görseli kırpar; bu yüzden img'de yükseklik
   en-boy oranından gelir. img.media-img (0,1,1) boyut sınıflarını (0,1,0) yener. */
img.media-img { height: auto; }
/* İstisna: iletişim sayfasındaki harita bilinçli olarak sabit yükseklikte bir şerittir. */
img.media-slot-map { height: 220px; }

/*KRITIK:BAS*/
/* === İç sayfa bandı (_PageBanner) === */
/* Tasarımdaki renkler her iki temada da sabit; bant bilinçli olarak koyu kalır. */
.page-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #16224E 0%, #1B2C66 60%, #22367C 100%);
}
.page-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #5E7CE2 0%, #8FA6F0 40%, transparent 80%);
}
/* Anasayfa hero'suyla aynı kare ızgara: 60px hücre, aşağı doğru sönümlenen maske. */
.pb-desen {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse 90% 90% at 50% 0%, #000 20%, transparent 80%);
  mask-image: radial-gradient(ellipse 90% 90% at 50% 0%, #000 20%, transparent 80%);
}
.pb-halka {
  position: absolute;
  border-radius: 50%;
}
.pb-halka-ust {
  right: -90px;
  top: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.pb-halka-alt {
  right: 60px;
  bottom: -150px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.pb-inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(48px, 6.5vw, 84px);
  padding-bottom: clamp(48px, 6.5vw, 84px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: az-up .6s ease both;
}
.pb-yol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.pb-yol a { color: rgba(230, 236, 252, 0.55); }
@media (hover: hover) { .pb-yol a:hover { color: #FFFFFF; } }
.pb-yol > span[aria-hidden] { color: rgba(230, 236, 252, 0.3); }
.pb-simdiki {
  color: #8FA6F0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.page-banner h1 {
  font-size: clamp(22px, 3.2vw, 40px);
  line-height: 1.12;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  max-width: 820px;
  text-wrap: pretty;
}
.pb-ozet {
  font-size: clamp(14px, 1.4vw, 17.5px);
  line-height: 1.7;
  color: rgba(230, 236, 252, 0.72);
  max-width: 660px;
}

/* Detay bandı (çözüm ve blog yazıları): aynı zemin, ortalanmış içerik,
   başlığın altında sayfa yolu ve ikinci halka sol altta. */
.pb-detay .pb-inner {
  align-items: center;
  text-align: center;
  gap: 16px;
  padding-top: clamp(44px, 6vw, 72px);
  padding-bottom: clamp(44px, 6vw, 72px);
}
/* Detay başlığı bilinçli olarak sayfa bantlarından küçük; punto etiketten değil
   bu kuraldan gelir, başlık seviyesi değişse de görünüm sabit kalır. */
.pb-detay .pb-baslik {
  font-size: clamp(22px, 3.3vw, 40px);
  line-height: 1.2;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  max-width: 860px;
  text-wrap: pretty;
}
.pb-detay .pb-baslik em { font-style: normal; color: #8FA6F0; }
.pb-detay .pb-halka-alt {
  right: auto;
  left: -110px;
  bottom: -160px;
  width: 300px;
  height: 300px;
}
.pb-detay .pb-yol { justify-content: center; }

/* === Koyu temada lacivert bantlar === */
/* Aynı gradyanın yaklaşık %62 koyusu: renk tonu korunur, sayfanın koyu zemini
   (--bg: #0D1122) ile uyum sağlanır. Anasayfa hero'su ve iç sayfa bandı birlikte
   değişmeli; ikisi aynı zemini paylaşıyor. */
[data-theme="dark"] .page-banner,
[data-theme="dark"] .hero2 {
  background: linear-gradient(120deg, #0E1530 0%, #111B3F 60%, #15214D 100%);
}
/* Panel, bandın en koyu durağından da koyu kalmalı; aksi halde zemine karışır. */
[data-theme="dark"] .term,
[data-theme="dark"] .term-tab.is-active,
[data-theme="dark"] .stats2 { background: #080C1E; }
[data-theme="dark"] .term-gorsel-bos,
[data-theme="dark"] .hero2 .media-slot {
  background:
    repeating-linear-gradient(45deg, transparent 0 16px, rgba(94, 124, 226, 0.05) 16px 32px),
    linear-gradient(135deg, #111B3F 0%, #080C1E 100%);
}

/*KRITIK:SON*/
/* === Yasal sayfalar === */
/* Kart genişliği satır başına ~78 karaktere denk gelecek şekilde sınırlı;
   tam genişlikte metin satırları okunamayacak kadar uzuyordu. */
.legal-content {
    margin: 0 auto;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    max-width: 1480px;
    padding: clamp(12px, 4vw, 35px);
}
.legal-content > * + * { margin-top: 16px; }
.legal-content h2 {
  font-size: 1.15625rem;
  font-weight: 700;
  color: var(--ink);
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.legal-content > h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal-content h2 + p { margin-top: 12px; }
.legal-content p, .legal-content li { font-size: 1rem; line-height: 1.8; color: var(--body); }
.legal-content strong { color: var(--ink); font-weight: 600; }
.legal-content a { color: var(--brand-text); }
.legal-content ul { padding-left: 22px; }
.legal-content li + li { margin-top: 8px; }
.legal-lead {
  padding: 15px 18px;
  background: color-mix(in srgb, var(--brand) 6%, var(--surface));
  border: 1px solid var(--line);
  border-left: 3px solid var(--brand);
  border-radius: 10px;
}
.legal-note {
  font-size: 0.84375rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 28px;
}

/* === Hata sayfaları === */
.error-section { display: flex; align-items: center; min-height: 55vh; }
.error-inner {
  padding-top: clamp(64px, 9vw, 104px);
  padding-bottom: clamp(64px, 9vw, 104px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: az-up .6s ease both;
}
.error-inner h1 { font-size: clamp(1.75rem, 3.6vw, 2.625rem); line-height: 1.15; font-weight: 700; color: var(--ink); }
.error-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }

/* === Alt bilgi === */
.site-footer { background: #0E1530; color: #A9B1CC; border-top: 1px solid #1D2648; }
.site-footer .container { padding-top: clamp(48px, 4vw, 72px); }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(32px, 5vw, 56px); }
.footer-brand { display: flex; flex-direction: column; gap: 18px; max-width: 340px; }
.footer-brand img { width: 150px; height: 35px; filter: brightness(0) invert(1); opacity: 0.92; }
.footer-brand p { font-size: 0.875rem; line-height: 1.7; }
.footer-contact { font-family: 'IBM Plex Mono', monospace; font-size: 0.8125rem; color: #7E88A8; }
.footer-contact a { color: inherit; }
@media (hover: hover) { .footer-contact a:hover { color: #FFFFFF; } }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h3 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.footer-col a { color: #A9B1CC; font-size: 0.875rem; }
@media (hover: hover) { .footer-col a:hover { color: #FFFFFF; } }
.footer-col p { font-size: 0.875rem; line-height: 1.7; }
.footer-bottom {
  margin-top: clamp(40px, 6vw, 64px);
  padding: 22px 0;
  border-top: 1px solid #1D2648;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom > p { font-size: 0.8125rem; color: #7E88A8; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-legal a { color: #7E88A8; font-size: 0.8125rem; }
@media (hover: hover) { .footer-legal a:hover { color: #FFFFFF; } }

/* === Çerez onayı === */
.cc-panel {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 300;
  max-width: 560px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 20px 22px;
}
.cc-panel-inner { display: flex; gap: 14px; align-items: flex-start; }
.cc-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--btn-bg);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cc-body { display: flex; flex-direction: column; gap: 10px; }
.cc-title { font-size: 1rem; font-weight: 700; color: var(--ink); }
.cc-text { font-size: 0.84375rem; line-height: 1.6; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.cc-btn {
  font-size: 0.84375rem;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
}
.cc-btn-light { border: 1px solid var(--line); background: var(--surface); color: var(--ink); }
@media (hover: hover) { .cc-btn-light:hover { border-color: var(--brand); color: var(--brand-text); } }
.cc-btn-primary { background: var(--btn-bg); color: #FFFFFF; }
@media (hover: hover) { .cc-btn-primary:hover { background: var(--btn-hover); } }
.cc-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 310;
  background: rgba(13, 17, 34, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
/* display: flex, hidden özniteliğinin varsayılan display:none'ını ezdiği için açık kural gerekir. */
.cc-modal-backdrop[hidden],
.cc-panel[hidden] { display: none; }
.cc-modal {
  width: 100%;
  max-width: 720px;
  max-height: calc(100vh - 40px);
  background: var(--surface);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}
.cc-modal-header { background: var(--btn-bg); padding: 16px 24px; }
.cc-modal-header h2 { font-size: 1.125rem; font-weight: 700; color: #FFFFFF; }
.cc-modal-body { padding: 20px 24px; overflow-y: auto; display: flex; flex-direction: column; gap: 4px; }
.cc-modal-notice { font-size: 0.84375rem; line-height: 1.65; margin-bottom: 14px; }
.cc-modal-notice a { text-decoration: underline; }
.cc-accordion-item { border-top: 1px solid var(--line); }
.cc-accordion-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; }
.cc-accordion-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 0.90625rem;
  font-weight: 600;
  color: var(--ink);
  padding: 0;
  text-align: left;
}
.cc-accordion-btn svg { color: var(--brand-text); transition: transform .2s; }
.cc-accordion-btn.open svg { transform: rotate(45deg); }
.cc-accordion-body { font-size: 0.84375rem; line-height: 1.65; padding: 0 0 14px; }
.cc-always-active { font-size: 0.78125rem; font-weight: 700; color: var(--ink); white-space: nowrap; }
.cc-switch { position: relative; display: inline-block; width: 42px; height: 24px; flex-shrink: 0; }
.cc-switch input { opacity: 0; width: 0; height: 0; }
.cc-slider {
  position: absolute;
  inset: 0;
  background: var(--line);
  border-radius: 99px;
  cursor: pointer;
  transition: background .2s;
}
.cc-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: transform .2s;
}
.cc-switch input:checked + .cc-slider { background: var(--btn-bg); }
.cc-switch input:checked + .cc-slider::before { transform: translateX(18px); }
.cc-switch input:focus-visible + .cc-slider { box-shadow: 0 0 0 3px var(--brand-soft); }
.cc-modal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 16px 24px;
  border-top: 1px solid var(--line);
}
.cc-modal-footer .cc-btn { border-radius: 99px; padding: 11px 22px; }
.cc-reopen {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #7E88A8;
  font-size: 0.8125rem;
  padding: 0;
  font-family: inherit;
}
@media (hover: hover) { .cc-reopen:hover { color: #FFFFFF; } }
@media (max-width: 640px) {
  .cc-panel { left: 12px; right: 12px; bottom: 12px; max-width: none; }
}

/*KRITIK:BAS*/
/* === Anasayfa hero v2 (koyu, index-v2 tasarımı) === */
.hero2 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #16224E 0%, #1B2C66 60%, #22367C 100%);
  color: #FFFFFF;
}
.hero2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 85% 10%, rgba(143, 166, 240, 0.16), transparent 60%),
    radial-gradient(ellipse 50% 70% at 5% 95%, rgba(94, 124, 226, 0.14), transparent 60%);
}
.hero2::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse 90% 90% at 50% 0%, #000 20%, transparent 80%);
  mask-image: radial-gradient(ellipse 90% 90% at 50% 0%, #000 20%, transparent 80%);
}
.hero2-inner {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(26px, 4vw, 36px);
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(36px, 5vw, 52px);
}
.hero2 .hero-slider { width: 100%; }
.hero2-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #BFD6EC;
  text-transform: uppercase;
}
.hero2 .slide-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.hero2 .slide-lead { color: rgba(230, 236, 252, 0.72); }
.hero2 .media-frame {
  height: auto;
  min-height: clamp(240px, 28vw, 360px);
  display: flex;
  flex-direction: column;
  /* Zemin artık daha açık lacivert; panelin ayrışması için kenarlık biraz belirgin,
     gölge de teal-siyah yerine lacivert-siyah ve daha derin. */
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(6, 11, 34, 0.55);
}
/* Geniş ekranlarda fazla genişliğin tamamı metin tarafına gitmesin; panel de ekranla
   birlikte büyüsün. Alt sınırlar 1400px'te mevcut değerlere denk gelir (40vw = 560px,
   25.7vw = 360px), böylece eşikte sıçrama olmaz. */
@media (min-width: 1400px) {
  .hero2 .slide-media { max-width: clamp(560px, 40vw, 720px); }
  .hero2 .media-frame { min-height: clamp(360px, 25.7vw, 405px); }
}
.hero2 .media-slot {
  background:
    repeating-linear-gradient(45deg, transparent 0 16px, rgba(67, 198, 232, 0.05) 16px 32px),
    linear-gradient(135deg, #1B2C66 0%, #0F1738 100%);
  color: rgba(230, 236, 252, 0.55);
}
/* Kontroller her slaytın metin sütununda; dar ekranda butonların hemen altına düşer,
   böylece uzun panelin arkasında kalmaz. Geniş ekranda ise slaytın sol altına
   konumlanır ve sağdaki panelin alt kenarıyla hizalanır. */
.hero2 .slider-controls { margin-top: 6px; }
@media (min-width: 1021px) {
  .hero2 .slide { position: relative; }
  .hero2 .slide-copy > .slider-controls {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
    z-index: 2;
  }
}
.hero2 .slider-arrow {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}
@media (hover: hover) { .hero2 .slider-arrow:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: #A6B8F8;
  color: #A6B8F8;
} }
.hero2 .slider-dot { background: rgba(255, 255, 255, 0.25); }
.hero2 .slider-dot.is-active { background: #A6B8F8; }

/* === Özellik paneli === */
/* Sekmeler aynı ızgara hücresinde üst üste durur; panel yüksekliği en uzun sekmeye
   kilitlenir. Pasif sekme display:none ile kaldırılsaydı yükseklik her sekme
   değişiminde oynar ve sayfa aşağı yukarı zıplardı. */
.term {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #0F1738;
  text-align: left;
}
.term-bar { grid-area: 1 / 1; }
.term-pane { grid-area: 2 / 1; min-height: 0; }
.term-pane.is-pasif { visibility: hidden; }
.term-bar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.term-tabs { display: flex; align-items: stretch; }
.term-tab {
  display: inline-flex;
  align-items: center;
  padding: 11px 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(230, 236, 252, 0.55);
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 2px solid transparent;
  cursor: pointer;
}
@media (hover: hover) { .term-tab:hover { color: #DCE4FA; } }
.term-tab.is-active {
  color: #DCE4FA;
  background: #0F1738;
  border-top-color: #5E7CE2;
  cursor: default;
}
.term-durum {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-right: 16px;
  font-size: 0.65625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(230, 236, 252, 0.55);
}
.term-durum i {
  font-style: normal;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #A6B8F8;
  box-shadow: 0 0 8px #A6B8F8;
  animation: az-nabiz 2.2s ease-in-out infinite;
}
@keyframes az-nabiz {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
.term-body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.84375rem;
  line-height: 1.6;
  overflow: hidden;
}
.term-line { opacity: 0; }
/* Satır gecikmeleri site.js tarafından satır sayısına göre otomatik atanır */
.slide.is-active .term-line { animation: term-in 0.4s both; }
.term-cmd { color: #A6B8F8; }
.term-ok { color: #3DDC97; }
.term-out { color: rgba(230, 236, 252, 0.78); }
.term-line:last-child::after {
  content: "▌";
  margin-left: 6px;
  color: #A6B8F8;
  animation: az-blink 1s steps(1) infinite;
}
@keyframes az-blink { 50% { opacity: 0; } }
.term-gorsel { display: flex; }
/* Yükseklik panelden gelir; görsel kendi oranıyla yüksekliği belirlerse
   sekme değişiminde panel zıplar. contain hiçbir kenarı kırpmaz. */
.term-gorsel img {
  width: 100%;
  height: auto;
  align-self: stretch;
  min-height: 0;
  object-fit: contain;
  display: block;
}
.term-gorsel-bos {
  flex: 1;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  color: rgba(230, 236, 252, 0.55);
  background:
    repeating-linear-gradient(45deg, transparent 0 16px, rgba(94, 124, 226, 0.05) 16px 32px),
    linear-gradient(135deg, #1B2C66 0%, #0F1738 100%);
}
.ozl-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  overflow: hidden;
}
.ozl {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  opacity: 0;
}
.slide.is-active .ozl { animation: term-in 0.45s both; }
@keyframes term-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.ozl-ikon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(166, 184, 248, 0.4);
    border-radius: 50%;
    color: #A6B8F8;
    background-color: #223a53;
}
.ozl-metin {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.ozl-metin b {
  font-size: 0.84375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #FFFFFF;
}
.ozl-metin small {
  font-size: 0.71875rem;
  line-height: 1.35;
  color: rgba(230, 236, 252, 0.55);
}
.ozl-rozet {
  flex-shrink: 0;
  padding: 3px 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A6B8F8;
  border: 1px solid rgba(166, 184, 248, 0.35);
  border-radius: 999px;
}

/* === İstatistik şeridi === */
.stats2 { background: #0F1738; color: #FFFFFF; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.stats2-in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  padding-top: 36px;
  padding-bottom: 36px;
}
.st2 { display: flex; flex-direction: column; gap: 5px; }
.st2 b {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  line-height: 1;
}
.st2 b::before { content: "> "; color: #A6B8F8; }
.st2 b i, .st2 b em { font-style: normal; }
.st2 b em { color: #A6B8F8; }
.st2 small { font-size: 0.78125rem; color: rgba(230, 236, 252, 0.55); font-weight: 600; line-height: 1.45; }
@media (max-width: 1040px) {
  .stats2-in { grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (max-width: 620px) {
  .stats2-in { grid-template-columns: 1fr 1fr; }
  .st2 b { font-size: 1.75rem; }
}
.hero2-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  padding: 8px 18px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.71875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #BFD6EC;
  text-transform: uppercase;
}
.hero2-badge i {
  font-style: normal;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #A6B8F8;
  box-shadow: 0 0 10px #A6B8F8;
}
.hero2 h1 {
  font-size: clamp(2.125rem, 5.4vw, 3.75rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 26px auto 0;
  max-width: 19ch;
  text-wrap: pretty;
}
.hero2 h1 em {
  font-style: normal;
  background: linear-gradient(92deg, #5E7CE2, #A6B8F8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero2-lead {
  color: #A9C0D8;
  font-size: 1.0625rem;
  line-height: 1.7;
  max-width: 56ch;
  margin: 22px auto 0;
}
.hero2-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.btn-hero { background: #5E7CE2; color: #FFFFFF; }
@media (hover: hover) { .btn-hero:hover {
  background: #6484EA;
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(94, 124, 226, 0.35);
} }
@media (hover: hover) { .hero2 .btn-outline-light:hover { background: rgba(255, 255, 255, 0.07); } }
.hero2-chips {
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
  overflow: hidden;
}
.hero2-track {
  display: flex;
  width: max-content;
  animation: az-marquee 34s linear infinite;
}
@media (hover: hover) { .hero2-chips:hover .hero2-track { animation-play-state: paused; } }
.hero2-group { display: flex; gap: 12px; padding-right: 12px; flex-shrink: 0; }
.hero2-chip {
  display: inline-flex;
  align-items: center;
  font-size: 0.78125rem;
  font-weight: 600;
  color: rgba(230, 236, 252, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 9px 20px;
  white-space: nowrap;
  transition: color .2s, border-color .2s;
}
@media (hover: hover) { .hero2-chip:hover { color: #FFFFFF; border-color: rgba(255, 255, 255, 0.45); } }
.hero2-chip b { color: #A6B8F8; font-weight: 700; margin-right: 7px; }

/* === Görsel canlandırma === */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--brand), color-mix(in srgb, var(--brand) 25%, transparent));
  flex-shrink: 0;
}

.hero { position: relative; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 80%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 80%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(640px 420px at 86% 10%, color-mix(in srgb, var(--brand) 16%, transparent), transparent 65%),
    radial-gradient(520px 380px at 4% 96%, color-mix(in srgb, var(--brand) 9%, transparent), transparent 62%);
}
.hero-inner { position: relative; z-index: 1; }

.page-hero { position: relative; overflow: hidden; }
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 1; }

.btn-primary {
  background: linear-gradient(135deg, var(--btn-bg) 0%, color-mix(in srgb, var(--btn-bg) 70%, #7C9BFF) 100%);
}
@media (hover: hover) { .btn-primary:hover {
  background: linear-gradient(135deg, var(--btn-hover) 0%, color-mix(in srgb, var(--btn-hover) 70%, #7C9BFF) 100%);
} }

.solution-card {
    position: relative;
    overflow: hidden;
}
.solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(179deg, #162860, color-mix(in srgb, var(--brand) 99%, #ff0000));
  /*background: linear-gradient(90deg, var(--brand), color-mix(in srgb, var(--brand) 20%, transparent));*/
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
@media (hover: hover) { .solution-card:hover::before { transform: scaleX(1); } }

.icon-badge { transition: background .25s, color .25s, transform .25s; }
@media (hover: hover) { .solution-card:hover .icon-badge,
.feature-row:hover .icon-badge,
.mv-card:hover .icon-badge,
.info-card:hover .icon-badge {
  background: linear-gradient(135deg, var(--brand), color-mix(in srgb, var(--brand) 55%, #7C9BFF));
  color: #FFFFFF;
  transform: scale(1.07) rotate(-5deg);
} }

.feature-row { border-left: 3px solid transparent; }
@media (hover: hover) { .feature-row:hover { border-left-color: var(--brand); } }

.marquee-section { background: color-mix(in srgb, var(--brand) 4%, var(--bg)); }

.process-grid .process-step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 2px solid var(--brand);
  border-radius: 12px;
  padding: 22px 20px 20px;
  transition: transform .25s, box-shadow .25s;
}
@media (hover: hover) { .process-grid .process-step:hover { transform: translateY(-4px); box-shadow: var(--shadow); } }

.media-slot {
  background:
    repeating-linear-gradient(45deg, transparent 0 16px, color-mix(in srgb, var(--brand) 4%, transparent) 16px 32px),
    linear-gradient(135deg, var(--brand-soft) 0%, var(--soft) 100%);
}
.blog-grid .blog-card:nth-child(2) .media-slot {
  background:
    repeating-linear-gradient(45deg, transparent 0 16px, color-mix(in srgb, var(--brand) 5%, transparent) 16px 32px),
    linear-gradient(135deg, color-mix(in srgb, var(--brand) 20%, var(--soft)) 0%, var(--brand-soft) 100%);
}
.blog-grid .blog-card:nth-child(3) .media-slot {
  background:
    repeating-linear-gradient(-45deg, transparent 0 16px, color-mix(in srgb, var(--brand) 5%, transparent) 16px 32px),
    linear-gradient(135deg, var(--brand-soft) 0%, color-mix(in srgb, var(--brand) 14%, var(--soft)) 100%);
}

@media (hover: hover) { .slider-arrow:hover { background: var(--brand-soft); } }

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.5;
  pointer-events: none;
}
@keyframes az-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(14px); }
}
.cta-circle { animation: az-float 9s ease-in-out infinite; }
.cta-circle-2 { animation-delay: -4.5s; }

/* === Hareket azaltma === */
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; flex-wrap: wrap; width: auto; }
  .hero2-track { animation: none; flex-wrap: wrap; width: auto; }
  .cta-circle { animation: none; }
  .slide.is-active .ozl { animation: none; opacity: 1; }
  .slide.is-active .term-line { animation: none; opacity: 1; }
  .term-line:last-child::after { animation: none; }
  .term-durum i { animation: none; }
  .hero-inner, .page-hero-inner, .error-inner, .service-hero-inner, .pb-inner { animation: none; }
  .az-reveal { opacity: 1; animation: none; }
  .slide { transition: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/*KRITIK:SON*/