/* Denge Sürücü Kursu — site stilleri (Denge Ehliyet v3 tasarımından) */

:root {
  --gold: #ce9846;
  --gold-d: #b8842f;
  --ink: #23282d;
  --blue: #4a7fa5;
  --blue-d: #3d6b8c;
  --green: #2e8b57;
  --green-d: #257146;
  --amber: #e0a72e;
  --bg: #f6f5f2;
  --line: #e9e6df;
  --muted: #5c646c;
  --text: #4d545b;
  --head: 'Poppins', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 17px;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--gold); }
img { max-width: 100%; }
button { font: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

@keyframes dfade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes dslide { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes dmarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.site { min-width: 320px; overflow-x: clip; }
.wrap { max-width: 1240px; margin: 0 auto; padding-left: 22px; padding-right: 22px; }

/* Renk yardımcıları */
.t-gold { color: var(--gold); }
.t-ink { color: var(--ink); }
.t-green { color: var(--green); }
.t-blue { color: var(--blue); }

@media (max-width: 1079.98px) { .desktop-only { display: none !important; } }
@media (min-width: 1080px) { .mobile-only { display: none !important; } }

/* ---------- Üst bilgi şeridi ---------- */
.topbar { background: var(--ink); color: #c9ced3; font-size: 14.5px; }
.topbar .wrap { padding-top: 10px; padding-bottom: 10px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar-info { font-weight: 500; }
.topbar-phones { display: flex; align-items: center; gap: 20px; font-weight: 700; }
.topbar-phones a { color: #fff; }
.topbar-phones a.alt { color: var(--gold); }

/* ---------- Header ---------- */
.site-header {
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e6e3dc;
  position: sticky; top: 0; z-index: 70;
}
.header-inner { padding-top: 14px; padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 18px; }
.brand-logo { display: block; }
.brand-logo img { height: 62px; width: auto; display: block; }
.btn-call {
  background: var(--gold); color: #fff; font-weight: 800; font-size: 15px; letter-spacing: 0.4px;
  padding: 12px 20px; border-radius: 10px; display: flex; align-items: center; gap: 9px;
  box-shadow: 0 8px 20px rgba(206, 152, 70, 0.32);
}
.btn-call:hover { background: var(--gold-d); color: #fff; }
.btn-call .dot { width: 9px; height: 9px; border-radius: 50%; background: #fff; opacity: 0.9; display: inline-block; }

.nav { display: flex; align-items: center; gap: 2px; }
.nav-item { position: relative; }
.nav-link {
  display: flex; align-items: center; gap: 6px; padding: 11px 12px;
  font-family: var(--head); font-weight: 600; font-size: 15px; border-radius: 8px;
  color: var(--ink); background: none; border: 0; cursor: pointer;
}
.nav-link:hover { background: #f2efe8; color: var(--gold); }
.nav-link, .btn-call { white-space: nowrap; }
/* 1080–1260px arası menü sığmıyor: "Hemen Ara" gizlenir (telefonlar üst şeritte), aralıklar daralır */
@media (min-width: 1080px) and (max-width: 1259.98px) {
  .brand .btn-call { display: none; }
  .nav-link { padding: 10px 9px; font-size: 14.5px; }
}
.nav-link.is-active { color: var(--gold); }
.caret { font-size: 9px; opacity: 0.5; }
.dropdown {
  display: none; position: absolute; top: 100%; left: 0; background: #fff;
  border: 1px solid #e6e3dc; border-top: 3px solid var(--gold); border-radius: 0 0 12px 12px;
  min-width: 268px; box-shadow: 0 20px 44px rgba(35, 40, 45, 0.16); padding: 8px;
  flex-direction: column; animation: dfade 0.16s ease;
}
.nav-item.open .dropdown { display: flex; }
.dropdown a { padding: 11px 13px; font-size: 15.5px; font-weight: 500; color: #3a4046; border-radius: 7px; }
.dropdown a:hover, .dropdown a[aria-current="page"] { background: #f2efe8; color: var(--gold); }

.mobile-actions { display: flex; align-items: center; gap: 9px; }
.btn-ara { background: var(--gold); color: #fff; font-weight: 800; font-size: 14px; padding: 12px 15px; border-radius: 9px; min-height: 46px; display: flex; align-items: center; }
.btn-ara:hover { color: #fff; background: var(--gold-d); }
.btn-menu { background: var(--ink); color: #fff; border: none; border-radius: 9px; padding: 12px 15px; font-family: var(--head); font-weight: 700; font-size: 14px; cursor: pointer; min-height: 46px; }

.mobile-nav { background: #fff; border-top: 1px solid #e6e3dc; padding: 8px 18px 22px; display: flex; flex-direction: column; max-height: 74vh; overflow: auto; }
@media (min-width: 1080px) { .mobile-nav { display: none !important; } }
.m-item { display: flex; flex-direction: column; }
.m-link {
  display: flex; justify-content: space-between; align-items: center; padding: 14px 6px; width: 100%;
  font-family: var(--head); font-weight: 600; font-size: 17px; color: var(--ink); text-align: left;
  background: none; border: 0; border-bottom: 1px solid #f0ede6; min-height: 48px; cursor: pointer;
}
.m-sub { display: none; flex-direction: column; background: var(--bg); border-radius: 10px; margin: 6px 0 9px; }
.m-item.open .m-sub { display: flex; }
.m-sub a { padding: 13px 15px; font-size: 16px; color: #3a4046; min-height: 48px; display: flex; align-items: center; }

/* ---------- Hero slider ---------- */
.hero { position: relative; z-index: 2; background: #c47c12; }
.hero-bg { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1); }
.hero-bg.is-active { opacity: 1; }
.hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px); background-size: 22px 22px; opacity: 0.5; }
.hero-inner { position: relative; }
.hero-stage { position: relative; min-height: clamp(400px, 40vw, 452px); }
.slide { position: absolute; inset: 0; display: none; flex-direction: column; justify-content: center; }
.slide.is-active { display: flex; animation: dslide 1.05s cubic-bezier(0.4, 0, 0.2, 1) both; }
.slide-badge {
  display: inline-flex; align-self: flex-start; align-items: center;
  background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.42); color: #fff;
  font-family: var(--head); font-weight: 700; font-size: 13px; letter-spacing: 1.8px; padding: 7px 15px; border-radius: 99px;
}
.slide-title {
  font-family: var(--head); font-weight: 800; font-size: clamp(25px, 4.4vw, 56px); line-height: 1.08; letter-spacing: -1.1px;
  color: #fff; margin: 16px 0 0; max-width: 640px; min-height: 2.16em; text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}
.slide-text {
  margin: 16px 0 0; max-width: 600px; font-size: clamp(16.5px, 1.65vw, 20px); font-weight: 500; line-height: 1.55; color: #fff;
  min-height: 4.65em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-wrap: pretty;
}
.slide-text { max-width: 540px; }
@media (max-width: 599.98px) { .slide-text { -webkit-line-clamp: 5; min-height: 0; } }
.slide-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 22px; }
.btn-white { background: #fff; color: var(--ink); font-family: var(--head); font-weight: 700; font-size: 16.5px; padding: 15px 26px; border-radius: 11px; box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18); }
.btn-white:hover { background: var(--ink); color: #fff; }
.btn-ghost { border: 2px solid rgba(255, 255, 255, 0.7); color: #fff; font-family: var(--head); font-weight: 700; font-size: 16.5px; padding: 13px 24px; border-radius: 11px; }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.2); color: #fff; }
.hero-controls { position: relative; z-index: 5; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 14px 0 clamp(56px, 7vw, 92px); }
.hero-arrows { display: flex; gap: 8px; }
.hero-arrow { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.55); background: rgba(255, 255, 255, 0.16); color: #fff; font-family: var(--head); font-size: 18px; line-height: 1; cursor: pointer; }
.hero-arrow:hover { background: #fff; color: var(--ink); }
.hero-dots { display: flex; gap: 7px; }
/* Görünen çizgi 5px; dikey dolgu dokunma alanını büyütür */
.hero-dot { width: 30px; height: 25px; padding: 10px 0; border: none; border-radius: 3px; cursor: pointer; background: rgba(35, 40, 45, 0.28); background-clip: content-box; }
.hero-dot.is-active { background-color: var(--ink); }
.hero-car { display: none; position: absolute; right: max(0px, calc(50vw - 630px)); bottom: clamp(-104px, -6.6vw, -58px); width: clamp(340px, 44vw, 690px); z-index: 4; pointer-events: none; }
@media (min-width: 900px) { .hero-car { display: block; } }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3; line-height: 0; pointer-events: none; }
.hero-wave svg { display: block; width: 100%; height: clamp(48px, 6vw, 88px); }

/* Hero arka plan seçenekleri — index.html'deki .hero sınıfıyla seçilir.
   Önizleme: index.html?hero=krem | pastel | beyaz | lacivert | canli  (bkz. slider-secenekler.html) */
.hero--canli .hero-bg:nth-child(1) { background: linear-gradient(120deg, #c47c12 0%, #e8a52e 52%, #ffc255 100%); }
.hero--canli .hero-bg:nth-child(2) { background: linear-gradient(120deg, #0f5f9e 0%, #2b8ccc 52%, #4fb2e6 100%); }
.hero--canli .hero-bg:nth-child(3) { background: linear-gradient(120deg, #243b4f 0%, #3a6f99 52%, #5aa0cd 100%); }
.hero--canli .hero-bg:nth-child(4) { background: linear-gradient(120deg, #0c7541 0%, #1fa75f 52%, #3fc57f 100%); }
.hero--canli .hero-bg:nth-child(5) { background: linear-gradient(120deg, #9c3410 0%, #d1591f 52%, #f07d36 100%); }
.hero--canli .hero-bg:nth-child(6) { background: linear-gradient(120deg, #1a2b63 0%, #31509f 52%, #4d74d1 100%); }
.hero--pastel { background: #fdf3e1; }
.hero--pastel .hero-bg:nth-child(1) { background: linear-gradient(120deg, #fdf5e6 0%, #f6e2bd 100%); }
.hero--pastel .hero-bg:nth-child(2) { background: linear-gradient(120deg, #f0f7fc 0%, #d8eaf6 100%); }
.hero--pastel .hero-bg:nth-child(3) { background: linear-gradient(120deg, #fcf3ea 0%, #f3dcc4 100%); }
.hero--pastel .hero-bg:nth-child(4) { background: linear-gradient(120deg, #eff8f2 0%, #d5eedf 100%); }
.hero--pastel .hero-bg:nth-child(5) { background: linear-gradient(120deg, #f4f2fb 0%, #e2def4 100%); }
.hero--pastel .hero-bg:nth-child(6) { background: linear-gradient(120deg, #f0f3f8 0%, #dce4ef 100%); }
.hero--krem { background: linear-gradient(120deg, #fcf8f0 0%, #f7eedc 55%, #f1e0bf 100%); }
.hero--beyaz { background: #fbfaf7; }
.hero--lacivert { background: linear-gradient(120deg, #23282d 0%, #2f3a44 55%, #3d5b76 100%); }
.hero--krem .hero-bg, .hero--beyaz .hero-bg, .hero--lacivert .hero-bg { display: none; }
.hero--beyaz::before {
  content: ""; position: absolute; top: -14%; right: max(-160px, calc(50vw - 780px)); width: clamp(420px, 54vw, 860px); aspect-ratio: 1;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle at 45% 45%, rgba(206, 152, 70, 0.3), rgba(206, 152, 70, 0.12) 45%, rgba(206, 152, 70, 0) 70%);
}
.hero--lacivert .hero-pattern { opacity: 0.25; }
.hero--lacivert .hero-dot { background-color: rgba(255, 255, 255, 0.3); }
.hero--lacivert .hero-dot.is-active { background-color: var(--gold); }
/* Açık zeminli seçenekler: koyu metin, altın vurgu */
.hero--acik .hero-pattern { background-image: radial-gradient(rgba(184, 132, 47, 0.22) 1px, transparent 1px); opacity: 0.7; }
.hero--acik .slide-badge { background: #fff; border-color: #ecdcb8; color: #b8842f; box-shadow: 0 4px 14px rgba(184, 132, 47, 0.12); }
.hero--acik .slide-title { color: var(--ink); text-shadow: none; }
.hero--acik .slide-text { color: #4d545b; }
.hero--acik .btn-white { background: var(--gold); color: #fff; box-shadow: 0 12px 26px rgba(206, 152, 70, 0.32); }
.hero--acik .btn-white:hover { background: var(--ink); color: #fff; }
.hero--acik .btn-ghost { border-color: rgba(35, 40, 45, 0.22); color: var(--ink); background: rgba(255, 255, 255, 0.6); }
.hero--acik .btn-ghost:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.hero--acik .hero-arrow { border-color: rgba(35, 40, 45, 0.18); background: #fff; color: var(--ink); }
.hero--acik .hero-arrow:hover { background: var(--ink); color: #fff; }
.hero--acik .hero-car { filter: drop-shadow(0 24px 30px rgba(35, 40, 45, 0.18)); }

/* Anasayfa yerel SEO bölümü */
.seo-block { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; align-items: start; }
@media (max-width: 899.98px) { .seo-block { grid-template-columns: minmax(0, 1fr); gap: 22px; } }
.seo-block p { font-size: 17.5px; line-height: 1.8; color: var(--text); margin: 0 0 14px; text-wrap: pretty; }
.kw-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.kw-list li { background: #fff; border: 1px solid var(--line); border-radius: 99px; padding: 9px 15px; font-family: var(--head); font-weight: 600; font-size: 14.5px; color: var(--ink); }
.info-list { margin: 18px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 16px; color: var(--text); }
.info-list strong { color: var(--ink); }

/* Footer ek */
.footer-social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.footer-social a { border: 1px solid #343b42; border-radius: 99px; padding: 7px 13px; font-size: 14px; font-weight: 600; color: #c9ced3; }
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }
.footer-seo { margin: 0; font-size: 14px; color: #7d858d; }

/* ---------- Hızlı erişim kartları ---------- */
.quick { background: #fff; }
.quick .wrap { padding-top: clamp(44px, 10vw, 150px); padding-bottom: 34px; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.qcard { border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 6px; color: #fff; min-height: 118px; transition: background-color 0.15s; }
.qcard:hover { color: #fff; }
.qcard-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.qcard-text { display: flex; flex-direction: column; gap: 6px; }
.qcard-kicker { font-family: var(--head); font-weight: 700; font-size: 12.5px; letter-spacing: 1.8px; opacity: 0.85; }
.qcard-title { font-family: var(--head); font-weight: 800; font-size: 21px; line-height: 1.15; }
.qcard-sub { font-size: 15px; opacity: 0.92; }
.qcard-icon { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 14px; background: rgba(255, 255, 255, 0.22); display: flex; align-items: center; justify-content: center; }
.qcard-icon svg { display: block; }
.qcard--gold { background: var(--gold); box-shadow: 0 10px 26px rgba(206, 152, 70, 0.26); }
.qcard--gold:hover { background: var(--gold-d); }
.qcard--blue { background: var(--blue); box-shadow: 0 10px 26px rgba(74, 127, 165, 0.26); }
.qcard--blue:hover { background: var(--blue-d); }
.qcard--green { background: var(--green); box-shadow: 0 10px 26px rgba(46, 139, 87, 0.26); }
.qcard--green:hover { background: #25714a; }
.qcard--dark { background: var(--ink); box-shadow: 0 10px 26px rgba(35, 40, 45, 0.24); }
.qcard--dark:hover { background: #000; }
.qcard--dark .qcard-kicker { color: var(--gold); opacity: 1; }
.qcard--dark .qcard-icon { background: rgba(255, 255, 255, 0.16); }

/* ---------- Rakamlar ---------- */
.stats { background: #fff; border-bottom: 1px solid #ece9e2; }
.stats .wrap { padding-top: 30px; padding-bottom: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 22px; }
.stat { display: flex; align-items: center; gap: 14px; }
.stat-num { font-family: var(--head); font-weight: 800; font-size: clamp(44px, 4.6vw, 60px); line-height: 0.9; letter-spacing: -2.4px; }
.stat-meta { display: flex; flex-direction: column; gap: 2px; }
.stat-unit { font-family: var(--head); font-weight: 700; font-size: 17px; }
.stat-desc { font-size: 15px; font-weight: 500; color: var(--muted); line-height: 1.35; }

/* ---------- Kayan yazı ---------- */
.marquee { background: var(--ink); overflow: hidden; padding: 14px 0; }
.marquee-track { display: flex; width: max-content; animation: dmarquee 48s linear infinite; }
.marquee-group { display: flex; align-items: center; gap: 34px; flex: 0 0 auto; width: max-content; padding-right: 34px; font-family: var(--head); font-weight: 600; font-size: 16px; color: #8f979f; white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- Bölüm başlıkları ---------- */
.sec { padding-top: 64px; padding-bottom: 64px; }
.sec-white { background: #fff; }
.sec-soft { background: var(--bg); }
.sec-line { border-top: 1px solid #ece9e2; }
.sec-dark { background: linear-gradient(135deg, #23282d 0%, #37414a 52%, #4a6d8c 100%); }
.kicker { font-family: var(--head); font-weight: 700; font-size: 14px; letter-spacing: 2.4px; color: var(--gold); }
.h2 { font-family: var(--head); font-weight: 800; font-size: clamp(30px, 3.8vw, 46px); letter-spacing: -1.1px; color: var(--ink); margin: 10px 0; line-height: 1.08; }
.h2--md { font-size: clamp(28px, 3.6vw, 44px); }
.h2--sm { font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -1px; }
.sec-dark .h2 { color: #fff; margin-bottom: 0; }
.lead { margin: 0 0 32px; font-size: 18px; color: var(--muted); max-width: 680px; text-wrap: pretty; }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 22px; flex-wrap: wrap; margin-bottom: 26px; }
.sec-head-note { margin: 0; font-size: 17px; color: #b9c0c7; max-width: 380px; }
.link-more { font-family: var(--head); font-weight: 700; font-size: 16px; color: var(--blue); }

/* Rehber kartları */
.grid-guide { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 14px; }
.gcard { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px; display: flex; flex-direction: column; gap: 9px; color: inherit; transition: border-color 0.15s; }
.gcard:hover { border-color: var(--gold); color: inherit; }
.gcard-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gcard-num { font-family: var(--head); font-weight: 800; font-size: 15px; color: var(--gold); }
.gcard-icon { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 14px; background: #fdf4e2; border: 1px solid #f2e6cb; display: flex; align-items: center; justify-content: center; }
.gcard-icon svg { display: block; }
.gcard h3 { margin: 0; font-family: var(--head); font-weight: 700; font-size: 21px; color: var(--ink); }
.gcard p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--muted); }
.gcard-more { font-family: var(--head); font-weight: 700; font-size: 15px; color: var(--blue); margin-top: 4px; }

/* Fotoğraf alanları — assets/foto/ içine görsel eklenince otomatik dolar */
.photo { position: relative; width: 100%; height: 210px; background: #f2f0ec; border-radius: 12px; overflow: hidden; color: var(--ink); }
.photo::after { content: ""; position: absolute; inset: 0; border: 1.5px dashed currentColor; border-radius: inherit; opacity: 0.25; pointer-events: none; }
.photo-ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 12px; text-align: center; font-size: 13px; font-weight: 500; opacity: 0.6; }
.photo-ph svg { opacity: 0.75; }
.photo img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; }
.photo--tall { height: 250px; }
.photo--moto { height: 150px; border-radius: 10px; margin-bottom: 12px; background: var(--bg); color: #9aa1a8; }
.photo--moto::after { border: 1px dashed #d8d3c8; opacity: 1; }
.photo--moto .photo-ph { font-family: var(--head); font-size: 14px; font-weight: 600; opacity: 1; padding: 0 14px; }

.pcard { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 18px; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.pcard-body { padding: 0 4px 6px; }
.pcard-kicker { font-family: var(--head); font-weight: 700; font-size: 12.5px; letter-spacing: 1.6px; }
.pcard h3 { margin: 6px 0 0; font-family: var(--head); font-weight: 700; font-size: 19px; color: #fff; }
.grid-photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }

/* Süreç adımları */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.step { border-top: 3px solid var(--accent, var(--gold)); padding: 22px 0 0; }
.step-num { font-family: var(--head); font-weight: 800; font-size: 15px; color: #a9b0b7; }
.step h3 { margin: 8px 0; font-family: var(--head); font-weight: 700; font-size: 22px; color: var(--ink); }
.step p { margin: 0; font-size: 16.5px; line-height: 1.65; color: var(--muted); }

/* Aktif ehliyet kartları */
.lic-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.lcard { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 8px; color: inherit; transition: border-color 0.15s; }
.lcard:hover { border-color: var(--green); color: inherit; }
.lcard-top { display: flex; justify-content: space-between; align-items: center; }
.lcard-code { font-family: var(--head); font-weight: 800; font-size: 34px; letter-spacing: -1.4px; color: var(--ink); }
.lcard-name { font-family: var(--head); font-weight: 700; font-size: 17px; color: var(--ink); }
.lcard-short { font-size: 15.5px; color: var(--muted); line-height: 1.55; }
.lcard-age { font-size: 14.5px; font-weight: 700; color: var(--gold); }

.pill { display: inline-block; font-family: var(--head); font-weight: 700; font-size: 12.5px; padding: 5px 12px; border-radius: 99px; }
.pill--sm { font-size: 11.5px; padding: 4px 10px; }
.pill--xs { font-size: 12px; padding: 5px 11px; }
.pill--green { background: #e6f4ec; color: var(--green); }
.pill--gray { background: #f2f0eb; color: var(--muted); }
.pill--amber { background: #fdf4e2; color: #8a6412; }

/* Eğitmen karuseli */
.circle-btns { display: flex; gap: 9px; }
.circle-btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(255, 255, 255, 0.12); color: #fff; font-size: 18px; cursor: pointer; font-family: var(--head); font-weight: 700; transition: opacity 0.15s; }
.circle-btn:hover { background: #fff; color: var(--ink); }
.circle-btn:disabled { opacity: 0.35; cursor: default; background: rgba(255, 255, 255, 0.12); color: #fff; }
.team-note { margin: 0 0 26px; font-size: 18px; color: #b9c0c7; max-width: 700px; text-wrap: pretty; }
.team-viewport { overflow: hidden; }
.team-track { display: flex; gap: 16px; transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); }
.tcard { flex: 0 0 auto; width: calc(25% - 12px); background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 18px; padding: 16px; display: flex; flex-direction: column; gap: 13px; }
@media (max-width: 1079.98px) { .tcard { width: calc(50% - 8px); } }
@media (max-width: 759.98px) { .tcard { width: 100%; } }
.tcard-body { padding: 0 4px 6px; }
.tcard-role { font-family: var(--head); font-weight: 700; font-size: 12px; letter-spacing: 1.6px; }
.tcard h3 { margin: 7px 0 4px; font-family: var(--head); font-weight: 700; font-size: 19px; color: #fff; }
.tcard p { margin: 0; font-size: 15.5px; line-height: 1.6; color: #aab1b8; }

/* Neden Denge */
.why { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 44px; align-items: start; }
.why .h2 { font-size: clamp(30px, 3.6vw, 44px); margin-bottom: 18px; }
.why-p { font-size: 18px; line-height: 1.75; color: var(--text); margin: 0 0 16px; text-wrap: pretty; }
.why-p:last-of-type { margin-bottom: 24px; }
.btn-dark { display: inline-block; background: var(--ink); color: #fff; font-family: var(--head); font-weight: 700; font-size: 16.5px; padding: 15px 26px; border-radius: 11px; }
.btn-dark:hover { background: var(--gold); color: #fff; }
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.feat { background: var(--bg); border-radius: 14px; padding: 24px; }
.feat h3 { margin: 0 0 7px; font-family: var(--head); font-weight: 700; font-size: 19px; color: var(--ink); }
.feat p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--muted); }

/* Sekmeler */
.tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 22px; }
.tab { border: 1px solid #e0dcd3; cursor: pointer; font-family: var(--head); font-weight: 700; font-size: 16px; padding: 12px 20px; min-height: 46px; border-radius: 99px; color: var(--text); background: #fff; }
.tab[aria-selected="true"] { color: #fff; border-color: var(--ink); background: var(--ink); }
.tab-panel { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 32px; max-width: 920px; }
.tab-panel h3 { margin: 0 0 14px; font-family: var(--head); font-weight: 700; font-size: 23px; color: var(--ink); }
.tab-panel p { margin: 0 0 13px; font-size: 17px; line-height: 1.75; color: var(--text); text-wrap: pretty; }

/* Filo */
.fleet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 16px; }
.fcard { background: var(--bg); border: 1px solid var(--line); border-radius: 18px; padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.fcard img { width: 100%; height: 180px; object-fit: contain; display: block; border-radius: 12px; background: #fff; }
.fcard h3 { margin: 0 0 6px; font-family: var(--head); font-weight: 700; font-size: 20px; color: var(--ink); }
.fcard p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--muted); }

/* Altın çağrı bandı */
.cta { background: var(--gold); }
.cta .wrap { padding-top: 52px; padding-bottom: 52px; display: flex; justify-content: space-between; align-items: center; gap: 26px; flex-wrap: wrap; }
.cta h2 { font-family: var(--head); font-weight: 800; font-size: clamp(26px, 3.2vw, 38px); letter-spacing: -0.8px; color: #fff; margin: 0 0 8px; line-height: 1.1; }
.cta p { margin: 0; font-size: 18px; color: rgba(255, 255, 255, 0.92); }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta .btn-white { font-size: 17px; padding: 16px 26px; border-radius: 12px; box-shadow: none; }
.cta .btn-ghost { font-size: 17px; padding: 14px 24px; border-radius: 12px; }
.cta .btn-ghost:hover { background: rgba(255, 255, 255, 0.18); }

/* ---------- İç sayfalar ---------- */
.page-hero { background: var(--ink); padding: 44px 0; }
.page-hero .kicker { font-size: 13.5px; }
.page-hero h1 { font-family: var(--head); font-weight: 800; font-size: clamp(32px, 4.4vw, 52px); letter-spacing: -1.3px; color: #fff; margin: 8px 0 0; }
.page-hero h1.h1-md { font-size: clamp(30px, 4.2vw, 50px); }
.page-hero h1.h1-sm { font-size: clamp(28px, 4vw, 48px); letter-spacing: -1.2px; }

.content { margin: 0 auto; padding: 52px 22px 64px; }
.content--920 { max-width: 920px; }
.content--960 { max-width: 960px; }
.content--1060 { max-width: 1060px; }
.content--1140 { max-width: 1140px; }
.content--tight { padding-top: 48px; }

.p-lg { font-size: 19px; line-height: 1.8; color: var(--text); margin: 0 0 18px; text-wrap: pretty; }
.p-md { font-size: 18px; line-height: 1.8; color: var(--text); margin: 0 0 24px; text-wrap: pretty; }
.mb-0 { margin-bottom: 0 !important; }
.mb-14 { margin-bottom: 14px !important; }
.mb-18 { margin-bottom: 18px !important; }
.mb-22 { margin-bottom: 22px !important; }
.mb-26 { margin-bottom: 26px !important; }
.mb-28 { margin-bottom: 28px !important; }
.mb-32 { margin-bottom: 32px !important; }
.maxw-780 { max-width: 780px; }
.maxw-860 { max-width: 860px; }

.grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(var(--min, 250px), 1fr)); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.card h3 { margin: 0 0 7px; font-family: var(--head); font-weight: 700; font-size: 19px; color: var(--ink); }
.card p { margin: 0; font-size: 16px; color: var(--muted); line-height: 1.6; }
.card--left { border-left: 4px solid var(--accent); }
.card--left5 { border-left: 5px solid var(--accent); }
.card--top { border-top: 4px solid var(--accent); border-radius: 16px; padding: 32px; }
.card--top h2 { font-family: var(--head); font-weight: 800; font-size: 27px; color: var(--ink); margin: 0 0 14px; }
.card--top p { font-size: 17.5px; line-height: 1.8; color: var(--text); text-wrap: pretty; }
.card-title-lg { font-family: var(--head); font-weight: 800; font-size: 22px; }
.card .card-title-lg + p { margin-top: 7px; }
.card--lh p { line-height: 1.65; }

.box { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px; margin-bottom: 20px; }
.box h2 { font-family: var(--head); font-weight: 800; font-size: 24px; color: var(--ink); margin: 0 0 12px; }
.box p { margin: 0 0 10px; font-size: 17px; line-height: 1.75; color: var(--text); }
.box p:last-child { margin-bottom: 0; }
.box--lg { padding: 30px; }
.box--lg h2 { font-size: 25px; margin-bottom: 14px; }
.box--lg p { margin-bottom: 11px; }

.notice { border-radius: 12px; padding: 20px 22px; }
.notice p { margin: 0; font-size: 17.5px; font-weight: 700; }
.notice--green { background: #e6f4ec; border: 1px solid #c6e4d4; border-left: 5px solid var(--green); }
.notice--green p { color: #1d6a41; }
.notice--amber { background: #fdf4e2; border: 1px solid #efdfba; border-left: 5px solid var(--amber); }
.notice--amber p { color: #8a6412; }
.note-amber { background: #fdf4e2; border: 1px solid #efdfba; border-radius: 16px; padding: 24px; }
.note-amber p { margin: 0; font-size: 17px; line-height: 1.75; color: #8a6412; }

.btn { display: inline-block; color: #fff; font-family: var(--head); font-weight: 700; padding: 15px 24px; border-radius: 11px; font-size: 17px; transition: background-color 0.15s; }
.btn:hover { color: #fff; }
.btn--dark { background: var(--ink); }
.btn--dark:hover { background: var(--gold); }
.btn--green { background: var(--green); }
.btn--green:hover { background: var(--green-d); }
.btn--gold { background: var(--gold); }
.btn--gold:hover { background: var(--gold-d); }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* Araçlarımız */
.car-hero { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px; margin-bottom: 22px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: center; }
.car-hero img { width: min(420px, 100%); height: auto; display: block; filter: drop-shadow(0 18px 22px rgba(35, 40, 45, 0.18)); }
.car-hero-text { flex: 1; min-width: 240px; }
.car-hero h2 { font-family: var(--head); font-weight: 800; font-size: 26px; color: var(--ink); margin: 0 0 10px; }
.car-hero p { margin: 0; font-size: 17px; line-height: 1.75; color: var(--text); text-wrap: pretty; }
.car-img { width: 100%; height: 150px; object-fit: contain; display: block; border-radius: 10px; margin-bottom: 12px; background: #fff; }

/* Ehliyet sınıfları */
.lic-h2 { font-family: var(--head); font-weight: 800; font-size: 28px; letter-spacing: -0.6px; color: var(--ink); margin: 0 0 16px; }
.lic-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 44px; }
.lic-row { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--green); border-radius: 14px; padding: 26px; }
.lic-row-head { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; margin-bottom: 10px; }
.lic-row-code { font-family: var(--head); font-weight: 800; font-size: 30px; letter-spacing: -1px; color: var(--ink); }
.lic-row-name { font-family: var(--head); font-weight: 700; font-size: 19px; color: var(--ink); }
.lic-row p { margin: 0; font-size: 17px; line-height: 1.75; color: var(--text); text-wrap: pretty; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 13px; }
.info-card { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--amber); border-radius: 14px; padding: 22px; }
.info-card-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 8px; }
.info-card-code { font-family: var(--head); font-weight: 800; font-size: 26px; letter-spacing: -0.8px; color: var(--ink); }
.info-card h3 { margin: 0 0 6px; font-family: var(--head); font-weight: 700; font-size: 17.5px; color: var(--ink); }
.info-card p { margin: 0 0 9px; font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.info-card-age { font-size: 14.5px; font-weight: 700; color: var(--blue); }

/* Ehliyet yaşları */
.age-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.age-row { background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.age-code { font-family: var(--head); font-weight: 800; font-size: 21px; color: var(--ink); }
.age-val { font-family: var(--head); font-size: 15.5px; font-weight: 700; color: var(--gold); }

/* SRC */
.svc-card h3 { margin: 12px 0 7px; font-size: 20px; }
.svc-card h3:first-child { margin-top: 0; }
.svc-card p { line-height: 1.65; }
.extra { background: var(--ink); border-radius: 18px; padding: 34px; }
.extra .kicker { font-size: 13.5px; letter-spacing: 2.2px; }
.extra h2 { font-family: var(--head); font-weight: 800; font-size: clamp(26px, 3.2vw, 36px); letter-spacing: -0.9px; color: #fff; margin: 10px 0 14px; }
.extra > p { margin: 0 0 24px; font-size: 17.5px; line-height: 1.75; color: #b9c0c7; max-width: 780px; text-wrap: pretty; }
.extra-item { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 12px; padding: 20px; }
.extra-item h4 { margin: 0 0 6px; font-family: var(--head); font-weight: 700; font-size: 17.5px; color: #fff; }
.extra-item p { margin: 0; font-size: 15.5px; line-height: 1.6; color: #aab1b8; }

/* Blog */
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 14px; }
.post { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 9px; }
.post-tag { font-family: var(--head); font-size: 12.5px; font-weight: 700; letter-spacing: 1.6px; color: var(--gold); }
.post h3 { margin: 0; font-family: var(--head); font-size: 19px; font-weight: 700; color: var(--ink); line-height: 1.32; }
.post p { margin: 0; font-size: 16px; line-height: 1.65; color: var(--muted); }

/* Online kayıt */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; align-items: start; }
.split h2 { font-family: var(--head); font-weight: 800; font-size: 27px; color: var(--ink); margin: 0 0 14px; }
.doc-list { display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; list-style: none; }
.doc-list li { background: #fff; border: 1px solid var(--line); border-radius: 11px; padding: 16px 18px; font-size: 16.5px; color: var(--text); }
.doc-note { margin: 16px 0 0; font-size: 16px; line-height: 1.7; color: #8a6412; background: #fdf4e2; border: 1px solid #efdfba; border-radius: 11px; padding: 15px 17px; }
.phone-panel { background: var(--ink); border-radius: 18px; padding: 30px; }
.phone-panel h2 { color: #fff; margin-bottom: 12px; }
.phone-panel p { margin: 0 0 20px; font-size: 16.5px; line-height: 1.75; color: #b9c0c7; }
.phone-panel .btns { display: flex; flex-direction: column; gap: 11px; }
.phone-panel .btn { padding: 16px 22px; text-align: center; }

/* İletişim */
.ccard { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--accent); border-radius: 16px; padding: 28px; }
.ccard-label { font-family: var(--head); font-size: 12.5px; font-weight: 700; letter-spacing: 2px; color: var(--accent); }
.ccard-value { margin: 12px 0 7px; font-family: var(--head); font-weight: 800; font-size: 29px; letter-spacing: -0.8px; color: var(--ink); }
.ccard-value a { color: var(--ink); }
.ccard-value a:hover { color: var(--gold); }
.ccard p:not(.ccard-value) { margin: 0; font-size: 16px; color: var(--muted); }
.ccard p.ccard-links { margin-top: 12px; display: flex; gap: 8px 16px; flex-wrap: wrap; font-weight: 700; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px; }
.panel h2 { font-family: var(--head); font-weight: 800; font-size: 24px; color: var(--ink); margin: 0 0 14px; }
.panel p { margin: 0; font-size: 16.5px; line-height: 1.8; color: var(--text); text-wrap: pretty; }
.hours-row { display: flex; justify-content: space-between; font-size: 16.5px; color: var(--text); padding: 10px 0; border-bottom: 1px solid #f0ede6; }
.hours-row:last-child { border-bottom: 0; }
.hours-row span:last-child { font-weight: 700; }

/* ---------- Footer ---------- */
.site-footer { background: #1b1f23; color: #9aa1a8; }
.footer-grid { padding-top: 52px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.footer-logo { height: 52px; width: auto; display: block; filter: brightness(0) invert(1); opacity: 0.92; }
.footer-about { margin: 16px 0 0; font-size: 15.5px; line-height: 1.8; }
.site-footer h4 { margin: 0 0 12px; font-family: var(--head); font-size: 13px; letter-spacing: 1.8px; color: var(--gold); font-weight: 700; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 15.5px; }
.footer-links a { color: #c9ced3; }
.footer-links a.strong { color: #fff; font-weight: 700; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { padding-top: 30px; padding-bottom: 40px; }
.footer-bottom-inner { border-top: 1px solid #2d3339; padding-top: 26px; display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.footer-copy { font-size: 15px; }
.footer-copy strong { color: #fff; }
.footer-credit { margin: 0; font-family: var(--head); font-size: 15.5px; line-height: 1.9; color: #c9ced3; max-width: 760px; }
.footer-credit strong { color: #fff; font-weight: 600; }
.footer-credit .hl { color: var(--gold); font-weight: 600; }
@media (max-width: 640px) { .footer-bottom { padding-bottom: 104px; } }

/* Sabit WhatsApp butonu */
.fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 90; background: var(--green); color: #fff;
  font-family: var(--head); font-weight: 700; font-size: 15.5px; padding: 15px 20px; border-radius: 999px;
  box-shadow: 0 12px 30px rgba(46, 139, 87, 0.4); display: flex; align-items: center; gap: 10px; min-height: 52px;
}
.fab:hover { background: var(--green-d); color: #fff; }
.fab .dot { width: 10px; height: 10px; border-radius: 50%; background: #8ff0b8; display: inline-block; }

/* ---------- Blog ---------- */
.chips { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 22px; }
.chip { border: 1px solid #e0dcd3; cursor: pointer; font-family: var(--head); font-weight: 700; font-size: 15px; padding: 10px 18px; min-height: 44px; border-radius: 99px; color: var(--text); background: #fff; }
.chip[aria-pressed="true"] { color: #fff; border-color: var(--ink); background: var(--ink); }
.chip .count { opacity: 0.6; font-weight: 600; margin-left: 4px; }
a.post { color: inherit; transition: border-color 0.15s; }
a.post:hover { border-color: var(--gold); color: inherit; }
.post-meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.post-dk { font-size: 13.5px; color: #8a9097; font-weight: 600; white-space: nowrap; }
.post-more { font-family: var(--head); font-weight: 700; font-size: 15px; color: var(--blue); margin-top: auto; padding-top: 4px; }

.article-meta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 14px; color: #b9c0c7; font-size: 15px; font-weight: 600; }
.back-link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--head); font-weight: 700; font-size: 15px; color: var(--blue); margin-bottom: 22px; }

.prose { font-size: 18px; line-height: 1.85; color: #3f464d; overflow-wrap: break-word; }
.prose .lead-p { font-size: 19.5px; line-height: 1.75; color: var(--ink); }
.prose h2, .prose h3 { padding-left: 14px; border-left: 4px solid var(--gold); }
.prose h2, .prose h3, .prose h4 { scroll-margin-top: 110px; }
.prose p { margin: 0 0 16px; text-wrap: pretty; }
.prose h2, .prose h3, .prose h4 { font-family: var(--head); color: var(--ink); line-height: 1.25; margin: 34px 0 12px; }
.prose h2 { font-size: 27px; font-weight: 800; }
.prose h3 { font-size: 23px; font-weight: 700; }
.prose h4 { font-size: 19px; font-weight: 700; }
.prose > :first-child { margin-top: 0; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 24px; }
.prose li { margin-bottom: 8px; }
.prose li::marker { color: var(--gold); }
.prose strong { color: var(--ink); }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--gold); }
.prose img { display: block; max-width: 100%; height: auto; border-radius: 12px; margin: 18px 0; }
.prose blockquote { margin: 0 0 18px; padding: 14px 20px; border-left: 4px solid var(--gold); background: #fdf4e2; border-radius: 0 10px 10px 0; }
.table-wrap { overflow-x: auto; margin: 0 0 20px; border: 1px solid var(--line); border-radius: 12px; }
.prose table { border-collapse: collapse; width: 100%; font-size: 16px; background: #fff; }
.prose th, .prose td { padding: 10px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--bg); font-family: var(--head); font-weight: 700; color: var(--ink); }
.prose tr:last-child td { border-bottom: 0; }

.article-cta { max-width: 780px; margin-top: 36px; background: var(--ink); border-radius: 18px; padding: 26px 28px; display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.article-cta p { margin: 0; color: #fff; font-family: var(--head); font-weight: 700; font-size: 19px; }
.article-cta span { display: block; margin-top: 4px; color: #b9c0c7; font-family: 'Manrope', system-ui, sans-serif; font-weight: 500; font-size: 15.5px; }
.related { margin-top: 48px; }
.related h2 { font-family: var(--head); font-weight: 800; font-size: 24px; color: var(--ink); margin: 0 0 16px; }

/* ---------- Blog v2: liste, kartlar, kenar çubuğu, yazı sayfası ---------- */
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; margin: 0 0 14px; font-size: 14px; font-weight: 600; color: #8f979f; }
.crumbs a { color: #c9ced3; }
.crumbs a:hover { color: var(--gold); }
.crumbs .sep { opacity: 0.5; }
.crumbs [aria-current] { color: #fff; max-width: 52ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero-sub { margin: 12px 0 0; max-width: 680px; color: #b9c0c7; font-size: 17.5px; line-height: 1.6; }
.content--1240 { max-width: 1240px; }

.blog-layout, .post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 36px; align-items: start; }
@media (max-width: 1019.98px) { .blog-layout, .post-layout { grid-template-columns: minmax(0, 1fr); } }
.blog-tools { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.blog-tools .chips { margin: 0; }
a.chip { display: inline-flex; align-items: center; }
a.chip:hover { border-color: var(--gold); color: var(--ink); }
a.chip[aria-current="page"] { color: #fff; border-color: var(--ink); background: var(--ink); }
.search { position: relative; flex: 0 1 280px; }
.search input { width: 100%; min-height: 46px; border: 1px solid #e0dcd3; border-radius: 99px; padding: 0 18px 0 42px; font: inherit; font-size: 15.5px; background: #fff; color: var(--ink); }
.search input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(206, 152, 70, 0.18); }
.search svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #9aa1a8; pointer-events: none; }

.post-grid--2 { grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 18px; }
.pcard2 { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; color: inherit; transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s; }
.pcard2:hover { color: inherit; transform: translateY(-3px); box-shadow: 0 18px 38px rgba(35, 40, 45, 0.1); border-color: #e2d6bf; }
.pcover { position: relative; height: 140px; display: flex; align-items: flex-end; padding: 16px 18px; overflow: hidden; }
.pcover::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 1px); background-size: 16px 16px; opacity: 0.55; }
.pcover-icon { position: absolute; right: -16px; top: -16px; width: 136px; height: 136px; }
.pcover-icon svg { width: 100%; height: 100%; opacity: 0.3; }
.pcover-kat { position: relative; font-family: var(--head); font-weight: 700; font-size: 11.5px; letter-spacing: 1.6px; padding: 6px 11px; border-radius: 99px; background: rgba(255, 255, 255, 0.88); }
.pcover--ehliyet-rehberi { background: linear-gradient(135deg, #edf4fa, #cfe1ef); color: var(--blue); }
.pcover--direksiyon-sinavi { background: linear-gradient(135deg, #fdf6e8, #f2dcac); color: #b8842f; }
.pcover--surus-teknikleri { background: linear-gradient(135deg, #edf7f1, #cce8d7); color: var(--green); }
.pcover--duyurular { background: linear-gradient(135deg, #2f3a44, #4a6d8c); color: #e8c68e; }
.pcover--duyurular::before { opacity: 0.15; }
.pcover--duyurular .pcover-kat { background: rgba(255, 255, 255, 0.14); color: #fff; }
.pbody { display: flex; flex-direction: column; gap: 10px; padding: 20px 20px 16px; flex: 1; }
.pbody h3 { margin: 0; font-family: var(--head); font-weight: 700; font-size: 18.5px; line-height: 1.3; color: var(--ink); }
.pbody p { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pmeta { margin-top: auto; padding-top: 12px; border-top: 1px solid #f0ede6; display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; font-weight: 600; color: #8a9097; }
.pmeta .go { font-family: var(--head); font-weight: 700; font-size: 14.5px; color: var(--blue); }

.featured { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; margin-bottom: 22px; color: inherit; transition: box-shadow 0.18s, border-color 0.18s; }
.featured:hover { color: inherit; box-shadow: 0 18px 38px rgba(35, 40, 45, 0.1); border-color: #e2d6bf; }
@media (max-width: 719.98px) { .featured { grid-template-columns: minmax(0, 1fr); } }
.featured .pcover { height: auto; min-height: 210px; }
.featured .pcover-icon { width: 220px; height: 220px; right: -24px; top: -24px; }
.featured-body { padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.featured-label { font-family: var(--head); font-weight: 700; font-size: 12px; letter-spacing: 1.8px; color: var(--gold); }
.featured-body h2 { margin: 0; font-family: var(--head); font-weight: 800; font-size: clamp(22px, 2.4vw, 28px); line-height: 1.22; color: var(--ink); }
.featured-body p { margin: 0; color: var(--muted); font-size: 16.5px; line-height: 1.65; }
.featured-body .btn { align-self: flex-start; margin-top: 6px; padding: 12px 20px; font-size: 15.5px; }
.empty-note { padding: 40px; text-align: center; color: var(--muted); background: #fff; border: 1px dashed #e0dcd3; border-radius: 16px; margin: 0; }

.side { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.side--sticky { position: sticky; top: 104px; max-height: calc(100vh - 124px); overflow: auto; scrollbar-width: thin; }
@media (max-width: 1019.98px) { .side--sticky { position: static; max-height: none; overflow: visible; } }
.widget { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
.widget h3 { margin: 0 0 12px; font-family: var(--head); font-weight: 800; font-size: 16px; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.widget h3::before { content: ""; width: 4px; height: 16px; border-radius: 2px; background: var(--gold); }
.widget--cta { background: var(--ink); border-color: var(--ink); color: #c9ced3; }
.widget--cta h3 { color: #fff; font-size: 18px; }
.widget--cta p { margin: 0 0 12px; font-size: 15px; line-height: 1.6; }
.widget--cta .btn { display: block; text-align: center; padding: 12px 16px; font-size: 15px; margin-top: 8px; }
.cat-list, .pop-list { list-style: none; margin: 0; padding: 0; }
.cat-list a { display: flex; justify-content: space-between; align-items: center; padding: 10px 4px; border-bottom: 1px solid #f0ede6; color: #3a4046; font-weight: 600; font-size: 15px; }
.cat-list li:last-child a { border-bottom: 0; }
.cat-list a:hover, .cat-list a[aria-current] { color: var(--gold); }
.cat-list .n { font-size: 12.5px; font-weight: 700; color: #8a9097; background: var(--bg); border-radius: 99px; padding: 3px 9px; }
.pop-list a { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f0ede6; color: var(--ink); font-weight: 600; font-size: 14.5px; line-height: 1.4; }
.pop-list li:last-child a { border-bottom: 0; }
.pop-list a:hover { color: var(--gold); }
.pop-list .no { font-family: var(--head); font-weight: 800; font-size: 18px; color: #e0c08a; line-height: 1.1; }
.widget-video { display: block; position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 16 / 9; background: #111 center / cover no-repeat; margin-bottom: 12px; }
.widget-video .player-play { width: 52px; height: 52px; }
.widget-video .player-play svg { width: 22px; height: 22px; }
.widget .small { margin: 0; font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.widget .more-link { margin-top: 8px; }

.post-hero { background: var(--ink); padding: 38px 0 44px; position: relative; overflow: hidden; }
.post-hero::after { content: ""; position: absolute; right: -90px; top: -90px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(206, 152, 70, 0.22), rgba(206, 152, 70, 0) 70%); pointer-events: none; }
.post-hero .wrap { position: relative; z-index: 1; }
.kat-badge { display: inline-flex; align-items: center; font-family: var(--head); font-weight: 700; font-size: 12.5px; letter-spacing: 1.6px; padding: 6px 12px; border-radius: 99px; background: rgba(206, 152, 70, 0.18); color: #e8c68e; }
.kat-badge:hover { color: #fff; background: rgba(206, 152, 70, 0.3); }
.post-hero h1 { font-family: var(--head); font-weight: 800; font-size: clamp(28px, 3.8vw, 46px); line-height: 1.15; letter-spacing: -1px; color: #fff; margin: 14px 0 0; max-width: 920px; text-wrap: balance; }
.post-lead { margin: 14px 0 0; max-width: 760px; font-size: 18px; line-height: 1.65; color: #c9ced3; }
.post-meta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: 22px; font-size: 14.5px; color: #aab1b8; font-weight: 600; }
.post-meta-row .author { display: flex; align-items: center; gap: 10px; color: #fff; }
.post-meta-row .dot { width: 4px; height: 4px; border-radius: 50%; background: #5c646c; }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; flex: 0 0 auto; }
.avatar img { width: 30px; height: auto; }

.post-layout { padding-top: 34px; }
.post-main { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: clamp(22px, 4vw, 46px); }
.read-progress { position: fixed; left: 0; top: 0; height: 3px; width: 0; background: var(--gold); z-index: 100; }

.toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; }
.toc li { counter-increment: toc; }
.toc a { display: grid; grid-template-columns: 26px 1fr; gap: 6px; padding: 8px 10px; border-radius: 10px; color: #4d545b; font-size: 14.5px; line-height: 1.4; font-weight: 500; }
.toc a::before { content: counter(toc, decimal-leading-zero); font-family: var(--head); font-weight: 700; font-size: 12px; color: #b1b7bd; padding-top: 1px; }
.toc li.sub a { padding-left: 24px; font-size: 14px; }
.toc a:hover { background: var(--bg); color: var(--ink); }
.toc a.is-active { background: #fdf4e2; color: var(--ink); font-weight: 700; }
.toc a.is-active::before { color: var(--gold); }
.toc-mobile { display: none; margin: 0 0 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); }
@media (max-width: 1019.98px) { .toc-mobile { display: block; } .toc-widget { display: none; } }
.toc-mobile summary { cursor: pointer; padding: 14px 18px; font-family: var(--head); font-weight: 700; font-size: 15.5px; color: var(--ink); }
.toc-mobile ol { padding: 0 8px 10px; }

.post-foot { margin-top: 36px; padding-top: 26px; border-top: 1px solid #f0ede6; display: flex; flex-direction: column; gap: 22px; }
.share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.share > span { font-family: var(--head); font-weight: 700; font-size: 14.5px; color: var(--ink); margin-right: 4px; }
.share a, .share button { display: inline-flex; align-items: center; gap: 7px; border: 1px solid #e0dcd3; background: #fff; border-radius: 99px; padding: 8px 14px; font: inherit; font-size: 14px; font-weight: 700; color: #3a4046; cursor: pointer; }
.share a:hover, .share button:hover { border-color: var(--gold); color: var(--ink); }
.author-box { display: flex; gap: 16px; align-items: flex-start; background: var(--bg); border-radius: 16px; padding: 20px; }
.author-box .avatar { width: 56px; height: 56px; border: 1px solid var(--line); }
.author-box .avatar img { width: 44px; }
.author-box strong { display: block; font-family: var(--head); font-size: 16.5px; color: var(--ink); }
.author-box p { margin: 4px 0 0; font-size: 15px; line-height: 1.6; color: var(--muted); }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 559.98px) { .post-nav { grid-template-columns: 1fr; } }
.post-nav a { display: flex; flex-direction: column; gap: 4px; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; color: var(--ink); font-weight: 700; font-size: 15px; line-height: 1.4; }
.post-nav a small { font-family: var(--head); font-size: 12px; letter-spacing: 1.4px; color: #8a9097; font-weight: 700; }
.post-nav a.next { text-align: right; grid-column: 2; }
@media (max-width: 559.98px) { .post-nav a.next { grid-column: auto; } }
.post-nav a:hover { border-color: var(--gold); color: var(--ink); }
.related-sec { background: var(--bg); border-top: 1px solid #ece9e2; margin-top: 56px; }
.related-sec .wrap { padding-top: 50px; padding-bottom: 60px; }
.related-sec h2 { font-family: var(--head); font-weight: 800; font-size: 26px; color: var(--ink); margin: 0 0 20px; }

/* Video kartları */
.vgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.vcard { display: flex; flex-direction: column; gap: 10px; color: var(--ink); }
.vcard:hover { color: var(--ink); }
.vthumb { position: relative; display: block; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: #1b1f23 center / cover no-repeat; box-shadow: 0 8px 20px rgba(35, 40, 45, 0.12); }
.vthumb .player-play { width: 48px; height: 48px; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3); }
.vthumb .player-play svg { width: 20px; height: 20px; margin-left: 3px; }
.vcard:hover .player-play { background: var(--gold-d); transform: translate(-50%, -50%) scale(1.06); }
.vtitle { font-weight: 700; font-size: 15px; line-height: 1.4; }
.arsiv-sec { margin-bottom: 44px; }
.arsiv-alt { margin-bottom: 30px; }
.arsiv-alt h3 { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin: 0 0 14px; font-family: var(--head); font-weight: 700; font-size: 19px; color: var(--ink); }
.arsiv-alt h3 span { font-size: 13.5px; font-weight: 600; color: #8a9097; }
.arsiv-sec .more-link { margin-top: 14px; }

/* Anasayfa video bölümü */
.home-videos { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 24px; align-items: start; }
@media (max-width: 899.98px) { .home-videos { grid-template-columns: minmax(0, 1fr); } }
.home-video-main h3 { margin: 14px 0 0; font-family: var(--head); font-weight: 700; font-size: 20px; color: var(--ink); line-height: 1.3; }
.vlist { display: flex; flex-direction: column; gap: 14px; }
.vlist a { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 14px; align-items: center; color: var(--ink); font-weight: 700; font-size: 15px; line-height: 1.4; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 10px; transition: border-color 0.15s; }
.vlist a:hover { border-color: var(--gold); color: var(--ink); }
.vlist small { display: block; font-family: var(--head); font-size: 11px; letter-spacing: 1.4px; color: var(--gold); margin-bottom: 4px; }
.vlist .vthumb { border-radius: 9px; box-shadow: none; }
.vlist .player-play { width: 34px; height: 34px; }
.vlist .player-play svg { width: 15px; height: 15px; margin-left: 2px; }
.channel-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; align-items: center; font-weight: 600; color: var(--muted); font-size: 15px; }
.channel-links a { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #e0dcd3; background: #fff; border-radius: 99px; padding: 9px 16px; font-family: var(--head); font-weight: 700; font-size: 14.5px; color: var(--ink); }
.channel-links a:hover { border-color: #e62117; color: var(--ink); }
.channel-links svg { color: #e62117; }

/* ---------- Canlı siteden gelen içerik blokları ---------- */
.quick .wrap { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.qcard--slate { background: #4a6d8c; box-shadow: 0 10px 26px rgba(74, 109, 140, 0.26); }
.qcard--slate:hover { background: #3d5b76; }
.qcard--teal { background: #2a7f86; box-shadow: 0 10px 26px rgba(42, 127, 134, 0.26); }
.qcard--teal:hover { background: #216970; }
.why-text p { font-size: 18px; line-height: 1.75; color: var(--text); margin: 0 0 16px; text-wrap: pretty; }
.why-text p:last-child { margin-bottom: 24px; }
.mv-text p { margin: 0; font-size: 17.5px; line-height: 1.8; color: var(--text); text-wrap: pretty; }
.page-main { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: clamp(22px, 4vw, 40px); }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 12px; margin: 0 0 30px; }
.gallery a { display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; background: #e9e6df; }
.gallery img, .prose .gallery img { width: 100%; height: 100%; object-fit: cover; display: block; margin: 0; border-radius: 0; transition: transform 0.25s; }
.gallery a:hover img { transform: scale(1.04); }
.gallery-note { margin: -4px 0 14px; color: var(--muted); font-size: 16px; }
.prose .player { margin: 0 0 24px; }
.staff-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; margin-bottom: 32px; }
.staff { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.staff .ini { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 50%; background: var(--accent, var(--gold)); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--head); font-weight: 800; font-size: 18px; letter-spacing: 0.5px; }
.staff strong { display: block; font-family: var(--head); font-size: 17px; color: var(--ink); line-height: 1.3; }
.staff .role { display: block; margin-top: 3px; font-size: 14.5px; color: var(--muted); font-weight: 600; }
.org-card .ccard-value { font-size: 24px; }
.fiyat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; margin-bottom: 22px; }
.fiyat { display: flex; justify-content: space-between; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 15px 16px; }
.fiyat strong { font-family: var(--head); font-size: 15.5px; color: var(--ink); line-height: 1.3; }
.fiyat a { flex: 0 0 auto; font-family: var(--head); font-weight: 700; font-size: 13.5px; color: #fff; background: var(--gold); border-radius: 99px; padding: 8px 13px; white-space: nowrap; }
.fiyat a:hover { background: var(--gold-d); color: #fff; }
.plain-list { margin: 0; padding-left: 20px; font-size: 17px; line-height: 1.8; color: var(--text); }
.pdf-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.pdf-list a { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 11px 14px; color: var(--ink); font-weight: 600; font-size: 15px; line-height: 1.35; }
.pdf-list a:hover { border-color: var(--gold); color: var(--ink); }
.pdf-list .ic { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 9px; background: #fde9e7; color: #c0392b; font-family: var(--head); font-weight: 800; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.ders-giris { margin: 0 0 22px; max-width: 900px; }
.ders-notu { margin-top: 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: clamp(20px, 3vw, 32px); }
.ders-notu > h2 { font-family: var(--head); font-weight: 800; font-size: 21px; color: var(--ink); margin: 0 0 14px; display: flex; align-items: center; gap: 10px; }
.ders-notu > h2::before { content: ""; width: 4px; height: 20px; border-radius: 2px; background: var(--gold); }
.ders-notu .prose { font-size: 17px; }
.ders-notu.kapali .prose { max-height: 360px; overflow: hidden; -webkit-mask-image: linear-gradient(#000 65%, transparent); mask-image: linear-gradient(#000 65%, transparent); }
.not-ac { margin-top: 12px; border: 1px solid #e0dcd3; background: #fff; border-radius: 99px; padding: 9px 16px; font-family: var(--head); font-weight: 700; font-size: 14.5px; color: var(--ink); cursor: pointer; }
.not-ac:hover { border-color: var(--gold); }

/* SRC sayfası video kutusu */
.src-video { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 28px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; margin-bottom: 18px; }
@media (max-width: 859.98px) { .src-video { grid-template-columns: minmax(0, 1fr); } }
.src-video h2 { font-family: var(--head); font-weight: 800; font-size: clamp(22px, 2.4vw, 27px); color: var(--ink); margin: 8px 0 10px; line-height: 1.2; }
.src-video p { margin: 0 0 18px; font-size: 16.5px; line-height: 1.7; color: var(--text); }

/* Statik sayfalardaki "ilgili yazılar" kutusu */
.related-box { margin-top: 32px; }
.related-box h2 { font-family: var(--head); font-weight: 800; font-size: 22px; color: var(--ink); margin: 0 0 14px; }
.link-list { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; }
.link-list a { display: flex; justify-content: space-between; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; color: var(--ink); font-weight: 600; font-size: 16px; transition: border-color 0.15s; }
.link-list a::after { content: "→"; color: var(--blue); font-family: var(--head); font-weight: 700; }
.link-list a:hover { border-color: var(--gold); color: var(--ink); }
.more-link { display: inline-block; margin-top: 10px; font-family: var(--head); font-weight: 700; font-size: 15px; color: var(--blue); }
.tab-panel .more-link { margin-top: 2px; }

/* Ehliyet sınıfı kartlarında açılır detay */
.more { margin-top: 10px; }
.more summary { cursor: pointer; font-family: var(--head); font-weight: 700; font-size: 14.5px; color: var(--blue); list-style: none; }
.more summary::-webkit-details-marker { display: none; }
.more summary::after { content: " ▾"; font-size: 12px; }
.more[open] summary::after { content: " ▴"; }
.more-body { margin-top: 10px; font-size: 15.5px; line-height: 1.65; color: var(--muted); }
.more-body p { margin: 0 0 8px; }

/* ---------- Video dersler ---------- */
a.ders-card { display: flex; flex-direction: column; gap: 8px; color: inherit; transition: border-color 0.15s; }
a.ders-card:hover { border-color: var(--gold); color: inherit; }
.ders-count { font-family: var(--head); font-weight: 700; font-size: 14.5px; color: var(--accent); }
.ders-go { font-family: var(--head); font-weight: 700; font-size: 15px; color: var(--blue); margin-top: auto; }

.video-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 22px; align-items: start; }
@media (max-width: 959.98px) { .video-layout { grid-template-columns: minmax(0, 1fr); } }
.player { position: relative; aspect-ratio: 16 / 9; background: #111; border-radius: 16px; overflow: hidden; }
.player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.player-btn { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; cursor: pointer; background: #111 center / cover no-repeat; }
.player-btn::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.55)); }
.player-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 76px; height: 76px; border-radius: 50%; background: var(--gold); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35); display: flex; align-items: center; justify-content: center; transition: transform 0.15s, background-color 0.15s; }
.player-btn:hover .player-play { transform: translate(-50%, -50%) scale(1.06); background: var(--gold-d); }
.player-play svg { margin-left: 5px; }
.now-playing { margin: 16px 0 0; }
.now-playing .kicker { font-size: 12.5px; letter-spacing: 1.8px; }
.now-playing h2 { font-family: var(--head); font-weight: 800; font-size: clamp(21px, 2.4vw, 27px); color: var(--ink); margin: 6px 0 0; line-height: 1.2; }
.player-nav { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.player-nav a { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #e0dcd3; background: #fff; color: var(--ink); font-family: var(--head); font-weight: 700; font-size: 14.5px; padding: 10px 16px; border-radius: 99px; }
.player-nav a:hover { border-color: var(--gold); color: var(--ink); }
.player-nav a[aria-disabled="true"] { opacity: 0.4; pointer-events: none; }

.playlist { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
@media (min-width: 960px) { .playlist { position: sticky; top: 110px; } }
.playlist-head { padding: 16px 18px; border-bottom: 1px solid var(--line); font-family: var(--head); font-weight: 800; font-size: 17px; color: var(--ink); display: flex; justify-content: space-between; gap: 10px; }
.playlist-head span { font-weight: 600; font-size: 14px; color: var(--muted); }
.playlist-body { position: relative; max-height: min(62vh, 560px); overflow-y: auto; padding: 6px; }
.playlist-group { padding: 12px 12px 6px; font-family: var(--head); font-weight: 700; font-size: 12px; letter-spacing: 1.6px; color: #8a9097; }
.playlist a { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; padding: 10px 12px; border-radius: 10px; color: #3a4046; font-size: 15px; font-weight: 500; line-height: 1.4; }
.playlist a:hover { background: var(--bg); color: var(--ink); }
.playlist a[aria-current="true"] { background: #fdf4e2; color: var(--ink); font-weight: 700; }
.playlist .no { font-family: var(--head); font-weight: 700; font-size: 13px; color: #a9b0b7; padding-top: 1px; }
.playlist a[aria-current="true"] .no { color: var(--gold); }
.ders-switch { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 22px; }
.ders-switch a { border: 1px solid #e0dcd3; font-family: var(--head); font-weight: 700; font-size: 14.5px; padding: 9px 16px; border-radius: 99px; color: var(--text); background: #fff; }
.ders-switch a:hover { border-color: var(--gold); color: var(--ink); }
.ders-switch a[aria-current="page"] { color: #fff; border-color: var(--ink); background: var(--ink); }

/* ===== v4 BAŞLANGIÇ ===== */
/* Tasarım dokunuşları ve orantı düzenlemeleri */

/* Başlık üstü etiket: küçük çizgi vurgusu */
.kicker { display: inline-flex; align-items: center; gap: 10px; }
.kicker::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: currentColor; opacity: 0.85; }

/* ---------- Slider altı: kurucu mesajı ---------- */
.founder { position: relative; background: #fff; overflow: hidden; }
.founder::before {
  content: "\201C"; position: absolute; right: max(10px, calc(50vw - 660px)); bottom: -170px;
  font-family: Georgia, "Times New Roman", serif; font-size: 460px; line-height: 1; color: rgba(206, 152, 70, 0.08); pointer-events: none;
}
.founder-inner {
  position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: clamp(28px, 4.5vw, 60px);
  align-items: center; padding-top: clamp(56px, 7.8vw, 118px); padding-bottom: 44px;
}
@media (max-width: 899.98px) { .founder-inner { grid-template-columns: minmax(0, 1fr); padding-top: 44px; } }
.founder-media { position: relative; }
.founder-media::before {
  content: ""; position: absolute; inset: 20px -20px -20px 20px; border-radius: 24px; z-index: 0;
  background: linear-gradient(135deg, #fdf4e2 0%, #f3e2c0 100%);
}
.player--founder { position: relative; z-index: 1; border-radius: 20px; box-shadow: 0 26px 54px rgba(35, 40, 45, 0.2); }
.founder-badge {
  position: absolute; z-index: 2; left: 16px; top: 16px; display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, 0.95); color: var(--ink); font-family: var(--head); font-weight: 700; font-size: 13px;
  padding: 8px 14px; border-radius: 99px; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); pointer-events: none;
}
.founder-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #e62117; box-shadow: 0 0 0 4px rgba(230, 33, 23, 0.15); }
.founder-text .h2 { margin-bottom: 16px; }
.founder-quote {
  margin: 0 0 16px; padding-left: 16px; border-left: 4px solid var(--gold);
  font-family: var(--head); font-weight: 700; font-style: italic; font-size: clamp(19px, 2vw, 23px); color: var(--gold-d);
}
.founder-text p { margin: 0 0 22px; font-size: 17.5px; line-height: 1.8; color: var(--text); text-wrap: pretty; }
.founder-sign { display: flex; align-items: center; gap: 14px; padding: 14px 0; margin-bottom: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.founder-avatar { flex: 0 0 auto; width: 58px; height: 58px; border-radius: 50%; overflow: hidden; background: #f2efe8; border: 3px solid #fdf4e2; }
.founder-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-sign strong { display: block; font-family: var(--head); font-size: 17px; color: var(--ink); }
.founder-sign small { display: block; margin-top: 2px; font-size: 14px; font-weight: 600; color: var(--muted); }
.founder-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.founder-yt { display: inline-flex; align-items: center; gap: 8px; font-family: var(--head); font-weight: 700; font-size: 15.5px; color: var(--ink); }
.founder-yt svg { color: #e62117; }
.quick .wrap { padding-top: 12px; }

/* ---------- Süreç adımları: kart görünümü ---------- */
.steps { counter-reset: adim; }
.step { counter-increment: adim; position: relative; overflow: hidden; background: var(--bg); border-top: 0; border-radius: 16px; padding: 28px 24px 24px; }
.step::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--accent, var(--gold)); }
.step::after {
  content: "0" counter(adim); position: absolute; right: 18px; top: 12px;
  font-family: var(--head); font-weight: 800; font-size: 58px; line-height: 1; color: rgba(35, 40, 45, 0.06);
}
.step-num { color: var(--accent, var(--gold)); }

/* ---------- Kadro karuseli ---------- */
.photo--kadro { height: auto; aspect-ratio: 1 / 1; background: linear-gradient(160deg, #3a444d, #2a3036); color: #fff; }
.photo--kadro::after { display: none; }
.photo--kadro img { object-position: center 22%; }
.photo-ph .ini-lg { font-family: var(--head); font-weight: 800; font-size: 44px; color: rgba(255, 255, 255, 0.55); }
.tcard { transition: transform 0.2s, background-color 0.2s; }
.tcard:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.1); }
.team-more { display: inline-block; margin-top: 24px; font-family: var(--head); font-weight: 700; font-size: 16px; color: var(--gold); }
.team-more:hover { color: #fff; }

/* ---------- Neden Denge ---------- */
.why { align-items: center; }
.why-lead { margin: 0 0 16px; font-family: var(--head); font-weight: 600; font-size: 20px; line-height: 1.55; color: var(--ink); text-wrap: pretty; }
.why-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 8px; }
.feat { position: relative; border: 1px solid transparent; transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s; }
.feat:hover { border-color: #eadfca; box-shadow: 0 14px 28px rgba(35, 40, 45, 0.07); transform: translateY(-2px); }
.feat-ic {
  width: 46px; height: 46px; border-radius: 14px; margin-bottom: 14px; display: flex; align-items: center; justify-content: center;
  background: var(--accent, var(--gold)); color: #fff; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* ---------- Aday bilgi sekmeleri: tam genişlik, iki sütun ---------- */
.tab .tab-no { font-size: 12px; opacity: 0.55; margin-right: 8px; }
.tab-panel { max-width: none; padding: clamp(22px, 3vw, 34px); }
.sec-white .tab-panel { background: var(--bg); border-color: #ebe7de; }
.tab-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: clamp(22px, 3vw, 40px); align-items: stretch; }
@media (max-width: 899.98px) { .tab-grid { grid-template-columns: minmax(0, 1fr); } }
.tab-main { min-width: 0; }
.tab-side { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.tstat { flex: 1; display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; }
.tstat b { flex: 0 0 auto; min-width: 58px; font-family: var(--head); font-weight: 800; font-size: 32px; letter-spacing: -1px; color: var(--gold); }
.tstat span { font-size: 15.5px; line-height: 1.45; font-weight: 600; color: var(--text); }
.adim-list { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 10px; }
.adim-list li { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 14px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; font-size: 16.5px; line-height: 1.6; color: var(--text); }
.adim-list strong { font-family: var(--head); font-size: 15px; color: var(--gold-d); padding-top: 1px; }
.evrak-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 10px; counter-reset: evrak; }
.evrak-list li { counter-increment: evrak; position: relative; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px 14px 58px; font-size: 15.5px; line-height: 1.55; color: var(--muted); }
.evrak-list li::before {
  content: counter(evrak); position: absolute; left: 14px; top: 13px; width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; background: #fdf4e2; color: var(--gold-d); font-family: var(--head); font-weight: 800; font-size: 14px;
}
.evrak-list strong { display: block; margin-bottom: 2px; font-family: var(--head); font-size: 15.5px; color: var(--ink); }
.related-box--mini { margin: 0; height: 100%; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; }
.related-box--mini h2 { display: flex; align-items: center; gap: 8px; font-size: 16px; margin-bottom: 12px; }
.related-box--mini h2::before { content: ""; width: 4px; height: 16px; border-radius: 2px; background: var(--gold); }
.related-box--mini .link-list a { padding: 12px 14px; font-size: 15px; line-height: 1.4; background: var(--bg); border-color: transparent; }
.related-box--mini .link-list a:hover { border-color: var(--gold); }
.tab-side .note-amber { padding: 18px; }
.tab-side .note-amber p { font-size: 15.5px; }
.tab-cta { flex: 1; background: var(--ink); border-radius: 14px; padding: 20px; color: #c9ced3; }
.tab-cta h4 { margin: 0 0 6px; font-family: var(--head); font-size: 18px; color: #fff; }
.tab-cta p { margin: 0 0 12px; font-size: 15px; line-height: 1.6; color: #c9ced3; }
.tab-cta .btn { display: block; text-align: center; padding: 12px 16px; font-size: 15px; margin-top: 8px; }

/* ---------- Pendik'te sürücü kursu (yerel SEO) ---------- */
.seo-block { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(24px, 3.5vw, 48px); align-items: stretch; margin-bottom: 28px; }
.seo-text .h2 { margin-bottom: 16px; }
.seo-text .kw-list { margin-top: 20px; }
.sec-white .kw-list li { background: var(--bg); }
.seo-card {
  position: relative; overflow: hidden; display: flex; flex-direction: column; border-radius: 22px; padding: clamp(22px, 3vw, 32px); color: #c9ced3;
  background: linear-gradient(160deg, #23282d 0%, #2f3a44 60%, #3d5b76 100%);
}
.seo-card::after {
  content: ""; position: absolute; right: -90px; top: -90px; width: 260px; height: 260px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(206, 152, 70, 0.32), rgba(206, 152, 70, 0) 70%);
}
.seo-card h3 { position: relative; margin: 0 0 18px; font-family: var(--head); font-weight: 800; font-size: 22px; color: #fff; }
.seo-card .info-list { position: relative; margin: 0 0 24px; gap: 14px; }
.seo-card .info-list li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 12px; align-items: start; font-size: 15.5px; line-height: 1.55; color: #c9ced3; }
.seo-card .info-list strong { display: block; font-family: var(--head); font-size: 13.5px; letter-spacing: 0.3px; color: #fff; }
.seo-card .info-list a { color: #fff; font-weight: 700; }
.seo-card .info-list a:hover { color: var(--gold); }
.seo-card .ii { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.1); color: var(--gold); }
.seo-card-btns { position: relative; margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.seo-card-btns .btn { text-align: center; padding: 13px 14px; font-size: 15.5px; }
.btn--light { background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.28); }
.btn--light:hover { background: #fff; color: var(--ink); }
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.faq-card { display: flex; flex-direction: column; gap: 10px; background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 22px; color: inherit; transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s; }
.faq-card:hover { color: inherit; border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(35, 40, 45, 0.08); }
.faq-ic { width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #f2e6cb; color: var(--gold); }
.faq-card h3 { margin: 0; font-family: var(--head); font-weight: 700; font-size: 18.5px; color: var(--ink); }
.faq-card p { flex: 1; margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.faq-card .go { font-family: var(--head); font-weight: 700; font-size: 14.5px; color: var(--blue); }
.bolge-line { display: flex; gap: 12px; align-items: flex-start; margin: 22px 0 0; padding: 16px 18px; border-radius: 14px; background: #fdf8ee; border: 1px dashed #ecd9b3; font-size: 15px; line-height: 1.65; color: #6b5a3a; }
.bolge-line svg { flex: 0 0 auto; margin-top: 2px; color: var(--gold); }

/* ---------- İç sayfa başlığı ---------- */
.page-hero { position: relative; overflow: hidden; padding: 46px 0 50px; background: linear-gradient(120deg, #23282d 0%, #2c353e 55%, #3a5670 100%); }
.page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px); background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(90deg, transparent 35%, #000); mask-image: linear-gradient(90deg, transparent 35%, #000);
}
.page-hero::after {
  content: ""; position: absolute; right: -120px; top: -170px; width: 440px; height: 440px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(206, 152, 70, 0.28), rgba(206, 152, 70, 0) 68%);
}
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1::after { content: ""; display: block; width: 64px; height: 4px; border-radius: 2px; background: var(--gold); margin-top: 16px; }

/* ---------- İç sayfalar: içerik + kenar çubuğu ---------- */
.content.content--aside { max-width: 1240px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; align-items: start; }
@media (max-width: 1019.98px) { .content.content--aside { grid-template-columns: minmax(0, 1fr); } }
.page-body { min-width: 0; }
.page-aside { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.aside-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 3px; }
.aside-nav a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; color: #3a4046; font-weight: 600; font-size: 15px; }
.aside-nav a::after { content: "›"; font-size: 18px; line-height: 1; color: #b1b7bd; }
.aside-nav a:hover { background: var(--bg); color: var(--ink); }
.aside-nav a[aria-current="page"] { background: #fdf4e2; color: var(--ink); font-weight: 800; }
.aside-nav a[aria-current="page"]::after { color: var(--gold); }
.aside-quick { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.aside-quick a { display: flex; flex-direction: column; gap: 8px; padding: 12px; border-radius: 12px; background: var(--bg); color: var(--ink); font-family: var(--head); font-weight: 700; font-size: 13.5px; line-height: 1.3; transition: background-color 0.15s; }
.aside-quick a:hover { background: #fdf4e2; color: var(--ink); }
.aq-ic { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: var(--c, var(--gold)); color: #fff; }
.page-aside .player { border-radius: 12px; }
.page-aside .player-play { width: 54px; height: 54px; }
.page-aside .player-play svg { width: 22px; height: 22px; }
.page-body .page-main.prose > p:first-child { font-size: 19.5px; line-height: 1.75; color: var(--ink); }

/* Hakkımızda: kurucu kartı */
.founder-card { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 22px; align-items: center; margin-bottom: 26px; padding: 22px; border-radius: 20px; background: linear-gradient(135deg, #fdf8ee, #f6ead2); border: 1px solid #efdfba; }
.founder-card img { width: 116px; height: 116px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12); }
.founder-card blockquote { margin: 0 0 8px; font-family: var(--head); font-style: italic; font-weight: 700; font-size: 20px; color: var(--gold-d); }
.founder-card strong { font-family: var(--head); font-size: 17px; color: var(--ink); margin-right: 8px; }
.founder-card span { font-size: 14.5px; font-weight: 600; color: var(--muted); }
.founder-card p { margin: 8px 0 0; font-size: 15.5px; line-height: 1.6; color: var(--text); }
@media (max-width: 559.98px) { .founder-card { grid-template-columns: minmax(0, 1fr); justify-items: center; text-align: center; } }

/* Kadromuz sayfası: fotoğraflı kartlar */
.kadro-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 36px; }
@media (max-width: 719.98px) { .kadro-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.kcard { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.kcard:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(35, 40, 45, 0.1); }
.kcard-photo { position: relative; aspect-ratio: 1 / 1; background: linear-gradient(160deg, #3a444d, #2a3036); }
.kcard-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; }
.kcard-ini { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--head); font-weight: 800; font-size: 42px; color: rgba(255, 255, 255, 0.55); }
.kcard-body { padding: 16px 16px 18px; text-align: center; border-top: 3px solid var(--accent, var(--gold)); }
.kcard-body strong { display: block; font-family: var(--head); font-size: 17px; color: var(--ink); }
.kcard-body span { display: block; margin-top: 4px; font-size: 14px; font-weight: 600; color: var(--muted); }

/* ---------- Blog kenar çubuğu: kaydırma yok, gerekirse uzar ---------- */
.side--sticky { position: static; max-height: none; overflow: visible; }
.post-layout > .side { align-self: stretch; }
.side .toc-widget.is-sticky { position: sticky; top: 104px; }

/* ---------- Footer: orantılı sütunlar ve sosyal medya satırı ---------- */
.footer-grid { grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr)); gap: 34px; padding-top: 58px; }
.footer-slogan { margin: 18px 0 8px; font-family: var(--head); font-style: italic; font-weight: 700; font-size: 17px; color: #fff; }
.footer-about { margin: 0; font-size: 15px; line-height: 1.75; max-width: 340px; }
.footer-addr { font-size: 14.5px; line-height: 1.6; color: #9aa1a8; }
.footer-social-row {
  display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr)); gap: 34px; align-items: center;
  margin-top: 40px; padding: 24px 0; border-top: 1px solid #2d3339;
}
.fsr-text { margin: 0; font-size: 14px; line-height: 1.55; }
.fsr-text strong { display: block; margin-bottom: 2px; font-family: var(--head); font-size: 16px; color: #fff; }
.footer-social-row a {
  display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 10px; border: 1px solid #343b42; border-radius: 12px;
  font-family: var(--head); font-weight: 700; font-size: 13.5px; color: #e3e6e9; white-space: nowrap; min-width: 0; transition: border-color 0.15s, background-color 0.15s;
}
.footer-social-row a:hover { border-color: var(--gold); background: rgba(206, 152, 70, 0.1); color: #fff; }
.fs-yt svg { color: #ff3b30; }
.fs-ig svg { color: #e4405f; }
.fs-fb svg { color: #4a8cff; }
.footer-social-row svg { flex: 0 0 auto; }
.footer-bottom { padding-top: 0; }
.footer-bottom-inner { flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 34px; text-align: left; }
.fb-left { display: flex; flex-direction: column; gap: 6px; }
.footer-credit { max-width: 520px; text-align: right; font-size: 14.5px; line-height: 1.75; }
@media (max-width: 1099.98px) {
  .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-social-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .fsr-text { grid-column: 1 / -1; }
}
@media (max-width: 719.98px) {
  .footer-grid, .footer-social-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .fb-left { align-items: center; }
  .footer-credit { text-align: center; }
}

/* Mobil ince ayar */
@media (max-width: 599.98px) {
  .adim-list li { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .evrak-list { grid-template-columns: minmax(0, 1fr); }
}

/* ===== v5 düzeltmeler ===== */

/* Üst bilgi çubuğu: mobilde cumartesi alt satırda */
.topbar-info { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 2px 8px; }
.topbar-info .sep { opacity: 0.5; }
@media (max-width: 599.98px) {
  .topbar { font-size: 13px; }
  .topbar .wrap { gap: 6px 16px; }
  .topbar-info .sep--2 { display: none; }
  .topbar-info .tb-cmt { flex-basis: 100%; }
}

/* İstatistikler: mobilde 2x2 */
@media (max-width: 719.98px) {
  .stats .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
  .stat { flex-direction: column; align-items: flex-start; gap: 6px; }
  .stat-num { font-size: 42px; }
}

/* Yerel SEO bloğu: dar ekranda tek sütun */
@media (max-width: 899.98px) { .seo-block { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 479.98px) { .seo-card-btns { grid-template-columns: minmax(0, 1fr); } }

/* Kuruluşlarımız: ilk kart tam genişlik, kalan 6 kart eşit */
.org-card--wide { grid-column: 1 / -1; }
.org-card p a { font-weight: 700; }

/* Footer: e-posta tek satır, iletişim sütunu daha geniş, alt kısım sola yaslı */
.footer-links a[href^="mailto"] { white-space: nowrap; font-size: 14px; }
@media (min-width: 1100px) {
  .footer-grid, .footer-social-row { grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)) minmax(0, 1.3fr); }
}
.footer-bottom-inner { flex-direction: column; align-items: flex-start; justify-content: flex-start; text-align: left; gap: 10px; }
.fb-left { align-items: flex-start; }
.footer-credit { max-width: none; text-align: left; }
.footer-credit a.hl { color: var(--gold); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(206, 152, 70, 0.4); text-underline-offset: 3px; }
.footer-credit a.hl:hover { color: #fff; }
@media (max-width: 719.98px) { .footer-bottom-inner, .fb-left { align-items: flex-start; text-align: left; } .footer-credit { text-align: left; } }

/* Görsel büyütme (lightbox) */
.gallery a, .lb-trigger { cursor: zoom-in; }
.lb { position: fixed; inset: 0; z-index: 1000; background: rgba(15, 18, 21, 0.92); display: flex; align-items: center; justify-content: center; padding: 56px 64px; }
.lb[hidden] { display: none; }
.lb figure { margin: 0; max-width: min(1100px, 100%); max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lb img { max-width: 100%; max-height: calc(100vh - 150px); border-radius: 12px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5); background: #222; }
.lb figcaption { color: #e3e6e9; font-family: var(--head); font-weight: 600; font-size: 15px; text-align: center; }
.lb button { position: absolute; border: 0; cursor: pointer; background: rgba(255, 255, 255, 0.12); color: #fff; width: 48px; height: 48px; border-radius: 50%; font-size: 26px; line-height: 1; display: flex; align-items: center; justify-content: center; }
.lb button:hover { background: var(--gold); }
.lb-close { top: 14px; right: 14px; }
.lb-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 12px; top: 50%; transform: translateY(-50%); }
@media (max-width: 599.98px) { .lb { padding: 60px 10px; } .lb-prev, .lb-next { top: auto; bottom: 14px; transform: none; } .lb-prev { left: calc(50% - 58px); } .lb-next { right: calc(50% - 58px); } }

/* Sınav ücretleri ve harç tablosu */
.ucret-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.ucret-kart { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--accent, var(--gold)); border-radius: 16px; padding: 22px; }
.ucret-kart .uk-label { font-family: var(--head); font-weight: 700; font-size: 12.5px; letter-spacing: 1.6px; color: var(--accent, var(--gold)); }
.ucret-kart b { display: block; margin: 10px 0 6px; font-family: var(--head); font-weight: 800; font-size: 32px; letter-spacing: -1px; color: var(--ink); }
.ucret-kart p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--muted); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.ucret-tablo { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 16px; }
.ucret-tablo th { background: var(--ink); color: #fff; font-family: var(--head); font-weight: 700; font-size: 14.5px; text-align: left; padding: 14px 18px; }
.ucret-tablo td { padding: 14px 18px; border-top: 1px solid var(--line); color: var(--text); }
.ucret-tablo tbody tr:nth-child(even) td { background: #faf9f6; }
.ucret-tablo td strong { color: var(--ink); }
.ucret-not { margin: 14px 0 0; font-size: 14.5px; line-height: 1.7; color: var(--muted); }

/* Harç tablosu: mobilde kart */
.ucret-kart .uk-label { font-size: 11.5px; letter-spacing: 1.2px; }
@media (max-width: 599.98px) {
  .table-wrap { overflow: visible; border: 0; background: none; }
  .ucret-tablo { min-width: 0; }
  .ucret-tablo thead { display: none; }
  .ucret-tablo, .ucret-tablo tbody, .ucret-tablo tr, .ucret-tablo td { display: block; width: 100%; }
  .ucret-tablo tr { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 6px 16px; margin-bottom: 10px; }
  .ucret-tablo tbody tr:nth-child(even) td { background: none; }
  .ucret-tablo td { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-top: 1px solid var(--line); }
  .ucret-tablo td:first-child { border-top: 0; font-size: 17px; }
  .ucret-tablo td::before { content: attr(data-label); font-family: var(--head); font-weight: 700; font-size: 13.5px; color: var(--muted); }
  .ucret-tablo td:first-child::before { display: none; }
}

/* ===== v6 ===== */

/* Video ders kartları: eşit, hizalı ızgara */
.kol-grid { display: grid; gap: 16px; }
.kol-grid--4, .kol-grid--soru { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1019.98px) { .kol-grid--4, .kol-grid--soru { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 559.98px) { .kol-grid--4, .kol-grid--soru { grid-template-columns: minmax(0, 1fr); } }
.kol-grid .ders-card { gap: 10px; padding: 24px 22px; transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s; }
.kol-grid .ders-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(35, 40, 45, 0.09); }
.kol-grid .ders-card h3 { margin: 0; font-size: 19px; line-height: 1.3; min-height: 2.6em; display: flex; align-items: flex-start; }
.kol-grid .ders-card p { flex: 1; margin: 0; }
.kol-grid .ders-count { margin-top: 6px; display: inline-flex; align-self: flex-start; padding: 4px 10px; border-radius: 99px; background: color-mix(in srgb, var(--accent) 12%, #fff); }
.kol-grid .ders-go { margin-top: 0; }
@media (max-width: 559.98px) { .kol-grid .ders-card h3 { min-height: 0; } }
/* Soru çözümü: ilk kart tam genişlik, öne çıkan koyu kart */
.kol-grid--soru > .ders-card:first-child {
  grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "b c" "p g";
  column-gap: 28px; row-gap: 8px; align-items: center; padding: 28px 30px;
  background: linear-gradient(120deg, #23282d 0%, #2f3a44 60%, #3d5b76 100%); border-color: #23282d; border-left-color: var(--gold);
}
.kol-grid--soru > .ders-card:first-child h3 { grid-area: b; min-height: 0; color: #fff; font-size: clamp(21px, 2.2vw, 26px); }
.kol-grid--soru > .ders-card:first-child p { grid-area: p; color: #c9ced3; font-size: 16.5px; }
.kol-grid--soru > .ders-card:first-child .ders-count { grid-area: c; justify-self: end; margin: 0; background: rgba(255, 255, 255, 0.12); color: #fff; }
.kol-grid--soru > .ders-card:first-child .ders-go { grid-area: g; justify-self: end; background: var(--gold); color: #fff; padding: 11px 18px; border-radius: 11px; }
@media (max-width: 719.98px) {
  .kol-grid--soru > .ders-card:first-child { grid-template-columns: minmax(0, 1fr); grid-template-areas: "b" "p" "c" "g"; }
  .kol-grid--soru > .ders-card:first-child .ders-count, .kol-grid--soru > .ders-card:first-child .ders-go { justify-self: start; }
}

/* Ders giriş metni: videonun altında, konu başlıkları iki sütun */
.ders-giris { max-width: none; margin: 26px 0 0; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: clamp(20px, 3vw, 32px); }
.ders-giris > h2 { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font-family: var(--head); font-weight: 800; font-size: 21px; color: var(--ink); }
.ders-giris > h2::before { content: ""; width: 4px; height: 20px; border-radius: 2px; background: var(--gold); }
.ders-giris .prose { font-size: 17px; }
.ders-giris .prose ul { columns: 2; column-gap: 36px; padding-left: 20px; }
.ders-giris .prose li { break-inside: avoid; }
@media (max-width: 599.98px) { .ders-giris .prose ul { columns: 1; } }

/* İstatistikler: mobilde ortalı kartlar */
@media (max-width: 719.98px) {
  .stats .wrap { gap: 12px; padding-top: 22px; padding-bottom: 22px; }
  .stat { flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 6px; padding: 18px 10px; border-radius: 16px; background: var(--bg); border: 1px solid var(--line); }
  .stat-meta { align-items: center; }
  .stat-num { font-size: 46px; }
  .stat-unit { font-size: 16px; }
  .stat-desc { font-size: 14px; }
}

/* Footer mobil: İletişim, Belgeler'in yanında */
@media (max-width: 719.98px) {
  .footer-links a[href^="mailto"] { white-space: normal; font-size: 13.5px; }
  .footer-addr { font-size: 13.5px; }
}

/* İletişim haritası */
.map-card { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
@media (max-width: 859.98px) { .map-card { grid-template-columns: minmax(0, 1fr); } }
.map-frame { position: relative; min-height: 340px; background: #e9e6df; }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-info { padding: clamp(22px, 3vw, 32px); display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.map-info h2 { margin: 0; font-family: var(--head); font-weight: 800; font-size: 24px; color: var(--ink); }
.map-info p { margin: 0 0 8px; font-size: 16.5px; line-height: 1.7; color: var(--text); }
.map-btns { display: flex; flex-direction: column; gap: 10px; }
.map-btns .btn { text-align: center; padding: 13px 18px; font-size: 15.5px; }

/* ===== v7 ===== */
/* Araç görselleri tek standart: kenarları kırpılmış görsel, sabit yükseklikli beyaz çerçeve, eşit iç boşluk */
.fcard img, .car-img { height: 170px; padding: 18px 22px; box-sizing: border-box; object-fit: contain; background: #fff; }
.car-hero img { width: min(440px, 100%); padding: 8px 12px; box-sizing: border-box; }
/* Slider aracı: beyaz i20, dalganın hemen üstünde */
.hero-car { width: clamp(300px, 36vw, 540px); bottom: clamp(-30px, -2vw, -12px); right: max(12px, calc(50vw - 610px)); }
