﻿:root {
  --ocean: #144b65;
  --ocean-dark: #0d3041;
  --sand: #f7f8fa;
}

html { scroll-behavior: smooth; }

body {
  font-family: "Figtree", sans-serif;
  color: #0d3041;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f7f9 120px, #f7f8fa 100%);
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #144b65;
  color: #fff;
}

.font-display { font-family: "Bricolage Grotesque", sans-serif; }

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #144b65;
  color: #fff;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}
.btn-primary:hover { background: #0d3041; transform: translateY(-1px); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #fff;
  color: #144b65;
  border: 1px solid #c5d7e2;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.btn-secondary:hover { border-color: #144b65; background: #eef6fa; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a5f7a;
}
.btn-ghost:hover { color: #0d3041; }

.section-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0d3041;
}

.section-lead {
  margin-top: 0.5rem;
  max-width: 36rem;
  color: #5a7080;
  font-size: 1.05rem;
}

.prose-content { color: #334855; line-height: 1.75; font-size: 1.05rem; }
.prose-content img { margin: 1.25rem 0; max-width: 100%; height: auto; border-radius: 0.75rem; }
.prose-content p { margin-bottom: 1rem; }
.prose-content h2, .prose-content h3 {
  margin: 1.5rem 0 0.6rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  color: #0d3041;
}
.prose-content ul, .prose-content ol {
  margin: 0 0 1rem 1.25rem;
}
.prose-content a {
  color: #144b65;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.prose-content a:hover { color: #0d3041; }

/* Varsayılan tablo stili (CMS HTML içerikleri) */
.table-block {
  width: 100%;
  margin: 1.35rem 0 1.75rem;
}
.table-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}
.table-filter-field {
  flex: 1 1 14rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  padding: 0.55rem 0.85rem;
  border-radius: 0.75rem;
  border: 1px solid #d6eaf3;
  background: #f7fafc;
}
.table-filter-field:focus-within {
  border-color: #8fc4da;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(143, 196, 218, 0.25);
}
.table-filter-field svg {
  width: 1rem;
  height: 1rem;
  color: #5a7a8a;
  flex-shrink: 0;
}
.table-filter-field input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  color: #0d3041;
}
.table-filter-field input::placeholder { color: #8aa0ad; }
.table-filter-meta {
  font-size: 0.84rem;
  font-weight: 700;
  color: #144b65;
  white-space: nowrap;
}
.table-filter-empty {
  display: none;
  margin: 0.85rem 1rem 1rem;
  font-size: 0.9rem;
  color: #5a7a8a;
  font-weight: 600;
}
.table-block.is-empty .table-filter-empty { display: block; }
.prose-content .table-scroll,
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.35rem 0 1.75rem;
  border-radius: 0.9rem;
  border: 1px solid #d6eaf3;
  background: #fff;
  box-shadow: 0 10px 28px -22px rgba(13, 48, 65, 0.35);
}
.table-block > .table-scroll { margin: 0; }
.prose-content table,
.table-scroll table,
.content-article table {
  width: 100% !important;
  max-width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #0d3041;
  background: #fff;
}
.prose-content > table,
.content-article > table {
  margin: 1.35rem 0 1.75rem;
  border: 1px solid #d6eaf3;
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 10px 28px -22px rgba(13, 48, 65, 0.35);
}
.table-scroll table {
  margin: 0;
  min-width: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.prose-content thead th,
.table-scroll thead th,
.content-article thead th {
  background: linear-gradient(180deg, #144b65 0%, #0d3041 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  padding: 0.85rem 1rem;
  border: 0;
  white-space: nowrap;
}
.prose-content tbody td,
.prose-content tbody th,
.table-scroll tbody td,
.table-scroll tbody th,
.content-article tbody td,
.content-article tbody th {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5ebf0;
  border-right: 1px solid #eef3f6;
  vertical-align: middle;
  background: #fff;
  word-break: break-word;
}
.prose-content tbody tr[hidden],
.table-scroll tbody tr[hidden] {
  display: none !important;
}
.prose-content tbody tr:nth-child(even) td,
.prose-content tbody tr:nth-child(even) th,
.table-scroll tbody tr:nth-child(even) td,
.table-scroll tbody tr:nth-child(even) th,
.content-article tbody tr:nth-child(even) td {
  background: #f5fafc;
}
.prose-content tbody tr:hover td,
.prose-content tbody tr:hover th,
.table-scroll tbody tr:hover td,
.table-scroll tbody tr:hover th,
.content-article tbody tr:hover td {
  background: #eef6fa;
}
.prose-content tbody tr:last-child td,
.prose-content tbody tr:last-child th,
.table-scroll tbody tr:last-child td,
.table-scroll tbody tr:last-child th,
.content-article tbody tr:last-child td {
  border-bottom: 0;
}
.prose-content td:last-child,
.prose-content th:last-child,
.table-scroll td:last-child,
.table-scroll th:last-child {
  border-right: 0;
}
.prose-content caption,
.table-scroll caption {
  caption-side: top;
  text-align: left;
  padding: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5a7a8a;
}
@media (max-width: 640px) {
  .prose-content thead th,
  .prose-content tbody td,
  .prose-content tbody th,
  .table-scroll thead th,
  .table-scroll tbody td {
    padding: 0.65rem 0.75rem;
    font-size: 0.85rem;
  }
}

.prose-wide {
  font-size: 1.08rem;
  line-height: 1.8;
  overflow-x: auto;
}
.prose-wide h2 { font-size: 1.55rem; }
.prose-wide h3 { font-size: 1.25rem; }
.content-lead {
  margin: 0 0 1.5rem;
  font-size: 1.2rem;
  line-height: 1.55;
  color: #1a5f7a;
  font-weight: 500;
}

/* ===== Haber / içerik listesi ===== */
.news-list-page {
  background: linear-gradient(180deg, #f3f8fb 0%, #f7f8fa 45%, #fff 100%);
}
.news-list-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 1.75rem 1rem 3.5rem;
}
@media (min-width: 768px) {
  .news-list-inner { padding: 2rem 1.5rem 4rem; }
}
.news-list-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  border: 1px dashed #dce2e8;
  border-radius: 1rem;
  background: #fff;
  color: #5a7a8a;
  font-weight: 600;
}
.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}
@media (min-width: 640px) {
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; }
}
.news-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 1.15rem;
  overflow: hidden;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.news-card:hover {
  border-color: #a9d3e4;
  box-shadow: 0 22px 44px -28px rgba(13, 48, 65, 0.5);
  transform: translateY(-3px);
}
.news-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef1f4;
}
.news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.news-card:hover .news-card-media img { transform: scale(1.05); }
.news-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.1rem 1.15rem 1.25rem;
  flex: 1;
}
.news-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a7a8a;
}
.news-card-title {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #0d3041;
}
.news-card:hover .news-card-title { color: #144b65; }
.news-card-excerpt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #5a7080;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-more {
  margin-top: auto;
  padding-top: 0.55rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #144b65;
}
.news-card:hover .news-card-more span { margin-left: 0.2rem; }

.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5ebf0;
}
.pager-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid #dce2e8;
  background: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  color: #144b65;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.pager-btn:hover:not(.is-disabled) {
  background: #eef6fa;
  border-color: #8fc4da;
}
.pager-btn.is-disabled {
  opacity: 0.4;
  cursor: default;
  color: #5a7a8a;
}
.pager-pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.pager-num {
  display: inline-grid;
  place-items: center;
  min-width: 2.35rem;
  height: 2.35rem;
  padding: 0 0.45rem;
  border-radius: 0.65rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0d3041;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.pager-num:hover { background: #eef6fa; border-color: #d6eaf3; }
.pager-num.is-current {
  background: #144b65;
  color: #fff;
  border-color: #144b65;
}
.pager-dots {
  padding: 0 0.2rem;
  color: #8aa0ad;
  font-weight: 700;
}

.news-list-inner.is-docs { max-width: 72rem; }
.news-list-inner.is-posters { max-width: 90rem; }

/* ===== Duyuru listesi ===== */
.announce-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 1.15rem;
  padding: 0.55rem;
  box-shadow: 0 14px 36px -26px rgba(13, 48, 65, 0.35);
}
.announce-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.95rem;
  padding: 0.95rem 1rem;
  border-radius: 0.9rem;
  color: inherit;
  transition: background 0.18s ease, transform 0.18s ease;
}
.announce-row:hover { background: #f3f8fb; }
.announce-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  padding: 0.55rem 0.45rem;
  border-radius: 0.85rem;
  background: linear-gradient(160deg, #0d3041, #144b65);
  color: #fff;
  line-height: 1.1;
}
.announce-day {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.announce-month {
  margin-top: 0.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8b84a;
}
.announce-year {
  margin-top: 0.12rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}
.announce-main {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
}
.announce-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a7a8a;
}
.announce-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #0d3041;
}
.announce-row:hover .announce-title { color: #144b65; }
.announce-excerpt {
  font-size: 0.88rem;
  line-height: 1.45;
  color: #5a7080;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.announce-go {
  font-size: 1.2rem;
  font-weight: 700;
  color: #8fc4da;
  transition: color 0.15s ease, transform 0.15s ease;
}
.announce-row:hover .announce-go {
  color: #144b65;
  transform: translateX(3px);
}
@media (max-width: 560px) {
  .announce-row {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
  }
  .announce-go { display: none; }
}

/* ===== Afiş galerisi ===== */
.poster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
@media (min-width: 700px) {
  .poster-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
@media (min-width: 1100px) {
  .poster-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.poster-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #e5ebf0;
  background: #0d3041;
  aspect-ratio: 3 / 4;
  box-shadow: 0 14px 32px -24px rgba(13, 48, 65, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.poster-card:hover {
  transform: translateY(-3px);
  border-color: #8fc4da;
  box-shadow: 0 22px 44px -24px rgba(13, 48, 65, 0.55);
}
.poster-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.45s ease;
}
.poster-card:hover img { transform: scale(1.04); }
.poster-card-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 0.85rem 0.85rem;
  background: linear-gradient(180deg, transparent, rgba(7, 26, 36, 0.88));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.poster-card-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.poster-card-date {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7);
}

/* ===== Belge listesi ===== */
.doc-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 1.15rem;
  padding: 0.55rem;
  box-shadow: 0 14px 36px -26px rgba(13, 48, 65, 0.35);
}
.doc-list--home {
  box-shadow: none;
  padding: 0.4rem;
}
.doc-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 0.95rem;
  border-radius: 0.9rem;
  color: inherit;
  transition: background 0.18s ease, transform 0.18s ease;
}
.doc-row:hover { background: #f3f8fb; }
.doc-row-icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: #f7f8fa;
  border: 1px solid #e5ebf0;
  flex-shrink: 0;
}
.doc-row-icon img {
  width: 1.55rem;
  height: 1.55rem;
  object-fit: contain;
  display: block;
}
.doc-row-icon.kind-pdf { background: #fef2f2; border-color: #fecaca; }
.doc-row-icon.kind-excel { background: #f0fdf4; border-color: #bbf7d0; }
.doc-row-icon.kind-word { background: #eff6ff; border-color: #bfdbfe; }
.doc-row-icon.kind-image { background: #faf5ff; border-color: #e9d5ff; }
.doc-row-main {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.doc-row-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #0d3041;
  line-height: 1.3;
}
.doc-row:hover .doc-row-title { color: #144b65; }
.doc-row-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #5a7a8a;
}
.doc-row-type {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: #eef6fa;
  color: #144b65;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.68rem;
}
.doc-row-action {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #144b65;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.doc-row:hover .doc-row-action { background: #0d3041; }
.doc-row-action svg {
  width: 0.95rem;
  height: 0.95rem;
}
@media (max-width: 560px) {
  .doc-row {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem;
  }
  .doc-row-action {
    grid-column: 2;
    justify-self: start;
    padding: 0.35rem 0.65rem;
  }
}

.input-field {
  width: 100%;
  border: 1px solid #dce2e8;
  background: #fff;
  border-radius: 0.65rem;
  padding: 0.7rem 0.85rem;
  font-size: 0.95rem;
}
.input-field:focus {
  outline: none;
  border-color: #144b65;
  box-shadow: 0 0 0 3px rgba(20, 75, 101, 0.12);
}

.label-field {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #5a7080;
}

.panel-card {
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 1rem;
  padding: 1.25rem;
}

.stat-value {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0d3041;
}

/* Rakamlarla Tüm Yerel-Sen */
.stats-section {
  background:
    radial-gradient(900px 280px at 50% 0%, rgba(20, 75, 101, 0.08), transparent 55%),
    linear-gradient(180deg, #f4f8fb 0%, #fff 100%);
  border-bottom: 1px solid #e5ebf0;
}
.stats-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}
.stat-tile {
  text-align: center;
  padding: 1.75rem 1rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid #d6eaf3;
  box-shadow: 0 14px 30px -24px rgba(13, 48, 65, 0.45);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.stat-tile:hover {
  transform: translateY(-3px);
  border-color: #8fc4da;
}
.stat-number {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #144b65;
  font-variant-numeric: tabular-nums;
}
.stat-label {
  margin-top: 0.7rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a7a8a;
}

/* Atatürk sözü */
.ataturk-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 8% 20%, rgba(232, 184, 74, 0.12), transparent 55%),
    radial-gradient(700px 380px at 92% 80%, rgba(143, 196, 218, 0.14), transparent 50%),
    linear-gradient(145deg, #071a24 0%, #0d3041 48%, #123a4d 100%);
  color: #fff;
}
.ataturk-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);
  pointer-events: none;
  opacity: 0.45;
}
.ataturk-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 800px) {
  .ataturk-panel {
    grid-template-columns: auto 1fr;
    gap: 2.75rem;
  }
}
.ataturk-portrait {
  position: relative;
  width: min(11.5rem, 42vw);
  margin: 0 auto;
  aspect-ratio: 1;
  border-radius: 999px;
  padding: 0.35rem;
  background: linear-gradient(145deg, #e8b84a, #8fc4da 45%, #144b65);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 24px 50px -24px rgba(0, 0, 0, 0.65);
}
@media (min-width: 800px) {
  .ataturk-portrait {
    width: 12.5rem;
    margin: 0;
  }
}
.ataturk-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 999px;
  display: block;
  background: #0b2a3a;
}
.ataturk-figure { margin: 0; text-align: center; }
@media (min-width: 800px) {
  .ataturk-figure { text-align: left; }
}
.ataturk-eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8b84a;
}
.ataturk-quote {
  position: relative;
  margin: 0;
  padding-left: 0.15rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.45rem, 3.4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.025em;
  color: #fff;
  max-width: 34rem;
}
@media (min-width: 800px) {
  .ataturk-quote { max-width: 38rem; }
}
.ataturk-mark {
  display: block;
  margin-bottom: 0.15rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  line-height: 0.7;
  color: rgba(232, 184, 74, 0.75);
}
.ataturk-cite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.35rem;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(200, 228, 238, 0.92);
}
@media (min-width: 800px) {
  .ataturk-cite { justify-content: flex-start; }
}
.ataturk-cite-line {
  display: inline-block;
  width: 2.5rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e8b84a, transparent);
}

/* ===== Anasayfa manşet (öne çıkan + yan liste) ===== */
.home-hero {
  background: #f3f5f7;
}
.news-rail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  align-items: stretch;
}
@media (min-width: 960px) {
  .news-rail {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 1fr);
    gap: 1rem;
    align-items: stretch;
  }
}
.news-rail-main {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #0b2a3a;
  box-shadow: 0 14px 36px -24px rgba(13, 48, 65, 0.55);
  min-height: 220px;
}
@media (min-width: 960px) {
  .news-rail-main { min-height: 280px; height: 100%; }
}
.news-rail-viewport,
.news-rail-viewport .slider-track,
.news-rail-slide,
.news-rail-link {
  height: 100%;
}
.news-rail-viewport { border-radius: 1rem; overflow: hidden; }
.news-rail-link {
  display: block;
  position: relative;
  min-height: 220px;
}
@media (min-width: 960px) {
  .news-rail-link { min-height: 280px; }
}
.news-rail-link img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.news-rail-slide:hover .news-rail-link img { transform: scale(1.04); }
.news-rail-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem 1.15rem 1.15rem;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 28, 42, 0.55) 35%, rgba(7, 28, 42, 0.94) 100%);
  color: #fff;
}
.news-rail-meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.45rem;
}
.news-rail-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #e8b84a;
  color: #1a2a33;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.news-rail-meta time {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}
.news-rail-overlay h1 {
  margin: 0;
  max-width: 36rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-rail-cta {
  display: inline-flex;
  margin-top: 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #9fd0e6;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.05rem;
}
.news-rail-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #144b65;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  box-shadow: 0 10px 22px -14px rgba(13, 48, 65, 0.55);
  transition: transform 0.18s ease, background 0.18s ease;
}
.news-rail-nav svg { width: 1.05rem; height: 1.05rem; }
.news-rail-nav:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.news-rail-nav.prev { left: 0.7rem; }
.news-rail-nav.next { right: 0.7rem; }
.news-rail-dots {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  bottom: auto;
  z-index: 5;
  display: flex;
  gap: 0.35rem;
  transform: translateX(-50%);
}
.news-rail-dots .slider-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  padding: 0;
  transition: width 0.2s ease, background 0.2s ease;
}
.news-rail-dots .slider-dot.is-active {
  width: 1.15rem;
  background: #fff;
}

.news-rail-side {
  display: none;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 0;
  height: 100%;
}
@media (min-width: 960px) {
  .news-rail-side {
    display: flex;
  }
}
.news-rail-feed {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
  min-height: 0;
}
.news-rail-card {
  position: relative;
  flex: 1;
  min-height: 84px;
  display: block;
  overflow: hidden;
  border-radius: 0.85rem;
  background: #0b2a3a;
  box-shadow: 0 10px 24px -18px rgba(13, 48, 65, 0.45);
}
.news-rail-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.news-rail-card:hover img { transform: scale(1.06); }
.news-rail-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 28, 42, 0.88) 0%, rgba(7, 28, 42, 0.45) 55%, rgba(7, 28, 42, 0.2) 100%);
}
.news-rail-card-index {
  position: absolute;
  top: 0.55rem;
  right: 0.65rem;
  z-index: 1;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.06em;
}
.news-rail-card-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.2rem;
  align-content: end;
  height: 100%;
  padding: 0.75rem 0.85rem;
  color: #fff;
}
.news-rail-card-body time {
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}
.news-rail-card-body strong {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-rail-empty {
  border: 1px solid #e5ebf0;
  border-radius: 1rem;
  padding: 2.5rem 1.5rem;
  background: #fff;
}

.home-stats {
  background: transparent;
  color: #fff;
  padding: 0.85rem 0 0.25rem;
}
.home-stats-bar {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(125deg, #0a2740 0%, #144b65 32%, #1f6f8f 58%, #0d3a52 82%, #123048 100%);
  background-size: 180% 180%;
  animation: statsGlow 14s ease-in-out infinite;
  box-shadow:
    0 12px 28px -18px rgba(13, 48, 65, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.home-stats-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(420px 160px at 12% 0%, rgba(232, 184, 74, 0.18), transparent 55%),
    radial-gradient(380px 180px at 88% 100%, rgba(143, 196, 218, 0.22), transparent 50%);
  pointer-events: none;
}
.home-stat {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1.05rem 0.65rem 1.15rem;
  transition: background 0.28s ease, transform 0.28s ease;
}
.home-stat + .home-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.home-stat:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
}
.home-stat-icon {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  color: #c9e7f3;
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
}
.home-stat-icon svg { width: 1.15rem; height: 1.15rem; }
.home-stat:hover .home-stat-icon {
  transform: translateY(-3px) scale(1.06);
  background: linear-gradient(145deg, rgba(232, 184, 74, 0.35), rgba(255, 255, 255, 0.12));
  color: #fff;
}
.home-stat-num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(180deg, #fff 20%, #c7e4f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: transform 0.28s ease;
}
.home-stat:hover .home-stat-num { transform: scale(1.04); }
.home-stat-label {
  margin-top: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  transition: color 0.28s ease;
}
.home-stat:hover .home-stat-label { color: #fff; }
@keyframes statsGlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Duyurular yatay şerit */
.home-announce-strip {
  background: #fff;
  border-bottom: 1px solid #e5ebf0;
}
.home-announce-strip-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.home-announce-strip-head h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0d3041;
  letter-spacing: -0.02em;
}
.home-announce-strip-head a {
  font-size: 0.82rem;
  font-weight: 700;
  color: #144b65;
  white-space: nowrap;
}
.home-announce-strip-head a:hover { text-decoration: underline; }
.home-announce-rail {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #b7cdd8 transparent;
}
.home-announce-rail::-webkit-scrollbar { height: 6px; }
.home-announce-rail::-webkit-scrollbar-thumb {
  background: #b7cdd8;
  border-radius: 999px;
}
.home-announce-chip {
  flex: 0 0 min(280px, 82vw);
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 0.85rem;
  border: 1px solid #e5ebf0;
  border-radius: 0.9rem;
  background: linear-gradient(165deg, #fff, #f5f9fb);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.home-announce-chip:hover {
  border-color: #c5d9e4;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -18px rgba(13, 48, 65, 0.4);
}
.home-announce-chip-date {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.7rem;
  background: #144b65;
  color: #fff;
  line-height: 1;
}
.home-announce-chip-date strong {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}
.home-announce-chip-date small {
  margin-top: 0.15rem;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.75);
}
.home-announce-chip-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0d3041;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-services {
  background: #fff;
  border-bottom: 1px solid #e5ebf0;
}
.home-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 640px) { .home-service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .home-service-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); } }
.home-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  text-align: center;
  padding: 0.9rem 0.45rem;
  border-radius: 0.9rem;
  border: 1px solid #e5ebf0;
  background: #f7fafc;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.home-service:hover {
  transform: translateY(-3px);
  border-color: #8fc4da;
  background: #fff;
}
.home-service-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #144b65;
  color: #fff;
}
.home-service-icon svg { width: 1.25rem; height: 1.25rem; }
.home-service-label {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0d3041;
}

/* Hızlı Erişim — sağ panel */
.quick-fab {
  position: fixed;
  right: 0;
  top: 62%;
  z-index: 55;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 1rem 0.55rem;
  border: 0;
  border-radius: 0.75rem 0 0 0.75rem;
  background: #144b65;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: -8px 12px 28px rgba(13, 48, 65, 0.28);
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}
.quick-fab:hover {
  background: #0d3041;
  transform: translateY(-50%) translateX(-2px);
}
.quick-fab svg {
  width: 1.05rem;
  height: 1.05rem;
  transform: rotate(90deg);
}

/* Sosyal / Genel Merkez — sağ şerit */
.side-rail {
  position: fixed;
  right: 0;
  top: 42%;
  z-index: 55;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  pointer-events: none;
}
.side-rail > * { pointer-events: auto; }
.side-hq-link {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 0.35rem 0.4rem;
  margin-right: 0.15rem;
  border: 0;
  background: transparent;
  color: #144b65;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}
.side-hq-link svg {
  width: 1rem;
  height: 1rem;
  transform: rotate(90deg);
  flex-shrink: 0;
}
.side-hq-link:hover {
  color: #0d3041;
  transform: translateX(-2px);
}
.side-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.45rem;
  border-radius: 0.75rem 0 0 0.75rem;
  background: #144b65;
  box-shadow: -8px 12px 28px rgba(13, 48, 65, 0.28);
}
.side-social a {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  color: #fff;
  background: transparent;
  border: 0;
  transition: background 0.18s ease, transform 0.18s ease;
}
.side-social a:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: scale(1.06);
}
.side-social a svg {
  width: 0.95rem;
  height: 0.95rem;
}
@media (max-width: 767px) {
  .side-rail { display: none; }
}
.footer-hq-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: #e8b84a;
  text-decoration: none;
  transition: color 0.18s ease;
}
.footer-hq-link:hover { color: #fff; }
.quick-drawer[hidden] { display: none !important; }
.quick-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
}
.quick-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 24, 34, 0.55);
}
.quick-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(22rem, 92vw);
  background: #fff;
  box-shadow: -24px 0 50px rgba(13, 48, 65, 0.28);
  display: flex;
  flex-direction: column;
  animation: quickSlideIn 0.22s ease;
}
@keyframes quickSlideIn {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}
.quick-drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid #e5ebf0;
  background: linear-gradient(180deg, #f3f8fb, #fff);
}
.quick-drawer-kicker {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5a7a8a;
}
.quick-drawer-title {
  margin: 0.2rem 0 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0d3041;
}
.quick-drawer-close {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: #eef6fa;
  color: #0d3041;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.quick-drawer-body {
  padding: 0.85rem;
  overflow: auto;
  display: grid;
  gap: 0.45rem;
}
.quick-drawer-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.85rem;
  border: 1px solid #e5ebf0;
  background: #fff;
  color: #0d3041;
  font-weight: 700;
  font-size: 0.95rem;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.quick-drawer-link:hover {
  border-color: #8fc4da;
  background: #f3f8fb;
  transform: translateX(-2px);
}
.quick-drawer-ico {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.65rem;
  background: #eef6fa;
  color: #144b65;
  flex-shrink: 0;
}
.quick-drawer-ico svg { width: 1.15rem; height: 1.15rem; }

.home-feed { background: #f7f8fa; border-bottom: 1px solid #e5ebf0; }
.home-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid #144b65;
}
.home-section-head.plain {
  padding-bottom: 0;
  border-bottom: 0;
}
.home-section-head h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  color: #0d3041;
  letter-spacing: -0.03em;
}
.home-section-head a {
  font-size: 0.85rem;
  font-weight: 700;
  color: #144b65;
  white-space: nowrap;
}
.home-section-head.light {
  border-bottom-color: rgba(255,255,255,0.35);
}
.home-section-head.light h2 { color: #fff; }
.home-section-head.light a { color: rgba(255,255,255,0.85); }

.home-featured {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #0d3041;
  color: #fff;
  min-height: 280px;
}
.home-featured img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.home-featured:hover img { transform: scale(1.04); }
.home-featured-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(transparent, rgba(8,24,34,0.92));
}
.home-featured-body time {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.home-featured-body h3 {
  margin-top: 0.35rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
}
.home-news-list {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.65rem;
}
.home-news-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.55rem;
  border-radius: 0.85rem;
  background: #fff;
  border: 1px solid #e5ebf0;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.home-news-row:hover {
  border-color: #8fc4da;
  transform: translateX(3px);
}
.home-news-row img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 0.55rem;
  background: #e8f0f4;
}
.home-news-row time {
  font-size: 0.72rem;
  font-weight: 700;
  color: #5a7a8a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.home-news-row h4 {
  margin-top: 0.2rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0d3041;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-announce {
  border: 1px solid #e5ebf0;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}
.home-announce-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 0.95rem;
  border-bottom: 1px solid #eef3f6;
  transition: background 0.18s ease;
}
.home-announce-item:last-child { border-bottom: 0; }
.home-announce-item:hover { background: #eef6fa; }
.home-announce-date {
  display: grid;
  place-items: center;
  text-align: center;
  width: 58px;
  height: 58px;
  border-radius: 0.7rem;
  background: #144b65;
  color: #fff;
  line-height: 1.05;
}
.home-announce-date strong {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}
.home-announce-date small {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
}
.home-announce-title {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0d3041;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-campaign {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #e5ebf0;
  background: #fff;
}
.home-campaign img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Haber / afiş slider */
.slider {
  position: relative;
}
.slider-viewport {
  overflow: hidden;
  border-radius: 1.15rem;
}
.slider-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.slider-slide {
  flex: 0 0 100%;
  min-width: 100%;
}
.news-slider .slider-viewport,
.news-main-slider .slider-viewport {
  border: 1px solid #e5ebf0;
  background: #0d3041;
}
.news-split {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 960px) {
  .news-split {
    grid-template-columns: 1.55fr 1fr;
    align-items: stretch;
  }
}
.news-main-slider { min-width: 0; }
.news-main-slider .news-slide {
  height: 420px;
  min-height: 320px;
}
.news-side {
  min-width: 0;
  border: 1px solid #e5ebf0;
  border-radius: 1.15rem;
  background: #fff;
  overflow: hidden;
}
.news-side-viewport {
  height: 420px;
  overflow: hidden;
}
.news-side-track {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.65rem;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.news-side-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0.75rem;
  align-items: center;
  flex: 0 0 calc((420px - 1.3rem - 1.3rem) / 3);
  min-height: calc((420px - 1.3rem - 1.3rem) / 3);
  padding: 0.45rem;
  border-radius: 0.85rem;
  color: inherit;
  text-decoration: none;
  transition: background 0.2s ease;
}
.news-side-card:hover { background: #eef6fa; }
.news-side-card img {
  width: 88px;
  height: 72px;
  object-fit: cover;
  border-radius: 0.65rem;
  background: #e8f0f4;
}
.news-side-date {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a7a8a;
}
.news-side-card h3 {
  margin-top: 0.2rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0d3041;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-slide {
  position: relative;
  display: block;
  height: min(52vh, 420px);
  min-height: 260px;
  overflow: hidden;
  color: #fff;
}
.news-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.news-slide:hover img { transform: scale(1.04); }
.news-slide-caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.35rem 1.5rem 1.5rem;
  background: linear-gradient(transparent, rgba(8, 24, 34, 0.92));
}
.news-slide-empty {
  display: flex;
  align-items: flex-end;
  border-radius: 1.15rem;
  background: linear-gradient(135deg, #144b65, #0d3041);
  height: 260px;
  color: #fff;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 48, 65, 0.15);
  background: rgba(255, 255, 255, 0.92);
  color: #0d3041;
  font-size: 1.35rem;
  line-height: 1;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px -12px rgba(13, 48, 65, 0.55);
  transition: background 0.2s ease, transform 0.2s ease;
}
.slider-btn:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.slider-btn.prev { left: 0.75rem; }
.slider-btn.next { right: 0.75rem; }
.slider-btn.light {
  background: rgba(13, 48, 65, 0.55);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.slider-btn.light:hover { background: rgba(13, 48, 65, 0.8); }
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}
.slider-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #b7d4e2;
  border: 0;
  padding: 0;
  transition: width 0.2s ease, background 0.2s ease;
}
.slider-dot.is-active {
  width: 1.35rem;
  background: #144b65;
}

/* Afiş slider */
.poster-section {
  background:
    radial-gradient(700px 280px at 10% 0%, rgba(20, 75, 101, 0.06), transparent 55%),
    linear-gradient(180deg, #f4f8fb 0%, #fff 100%);
  border-top: 1px solid #e5ebf0;
  border-bottom: 1px solid #e5ebf0;
}
.poster-slider { position: relative; }
.poster-slider .slider-viewport {
  overflow: hidden;
  border-radius: 0;
  margin: 0;
  padding: 0.35rem 0.15rem 0.85rem;
}
.poster-slider .slider-track { gap: 1rem; }
.poster-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 min(240px, 78vw);
  min-width: min(240px, 78vw);
  max-width: 240px;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid #e5ebf0;
  background: #fff;
  color: #0d3041;
  box-shadow: 0 14px 32px -24px rgba(13, 48, 65, 0.4);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.poster-slide:hover {
  transform: translateY(-6px);
  border-color: #c5d9e4;
  box-shadow: 0 22px 40px -22px rgba(13, 48, 65, 0.5);
}
.poster-slide-media {
  display: block;
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #0b2a3a;
}
.poster-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.poster-slide:hover .poster-slide-media img { transform: scale(1.05); }
.poster-slide-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.8rem 0.9rem;
  background: #fff;
  border-top: 1px solid #eef3f6;
}
.poster-slide-title {
  flex: 1;
  min-width: 0;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0d3041;
}
.poster-slide-go {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: #144b65;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}
.poster-slide:hover .poster-slide-go { opacity: 1; }

/* Şube haberleri slider */
.branch-news-slider .slider-viewport { overflow: hidden; border-radius: 0; }
.branch-news-slider .slider-track { gap: 1rem; }
.branch-news-slide {
  flex: 0 0 min(300px, 85vw);
  min-width: min(300px, 85vw);
  max-width: 300px;
  color: inherit;
  text-decoration: none;
}
.branch-news-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 1rem;
  background: #eef4f7;
}
.branch-news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.branch-news-slide:hover .branch-news-media img { transform: scale(1.05); }
.branch-news-slide:hover h3 { color: #144b65; }

.animate-rise { animation: rise 0.7s cubic-bezier(0.22,1,0.36,1) both; }
.animate-rise-delay { animation: rise 0.7s cubic-bezier(0.22,1,0.36,1) 0.1s both; }
.animate-rise-delay-2 { animation: rise 0.7s cubic-bezier(0.22,1,0.36,1) 0.2s both; }

.ticker {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: marquee 32s linear infinite;
}

.dropdown-panel {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  padding: 0.4rem;
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 0.75rem;
  box-shadow: 0 16px 40px -20px rgba(13, 48, 65, 0.35);
  z-index: 40;
}
.nav-item:hover > .dropdown-panel,
.nav-item:focus-within > .dropdown-panel { display: block; }

.branch-link {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid #e5ebf0;
  font-weight: 600;
  color: #0d3041;
  transition: color 0.15s ease, padding-left 0.2s ease;
}
.branch-link:hover { color: #144b65; padding-left: 0.35rem; }

/* Hızlı erişim ikon ızgarası */
.quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .quick-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
.quick-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.1rem 1rem;
  border: 1px solid #e5ebf0;
  border-radius: 1rem;
  background:
    linear-gradient(160deg, #ffffff 0%, #f3f8fb 100%);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.quick-tile:hover {
  border-color: #a9d3e4;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -18px rgba(13, 48, 65, 0.45);
}
.quick-icon {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: #144b65;
  color: #fff;
}
.quick-icon svg { width: 1.25rem; height: 1.25rem; }
.quick-label {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0d3041;
  line-height: 1.25;
}

/* Başkanın mesajı */
.president-section {
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(20, 75, 101, 0.08), transparent 55%),
    linear-gradient(180deg, #f7f8fa, #ffffff);
}
.president-panel {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}
@media (min-width: 900px) {
  .president-panel {
    grid-template-columns: 0.95fr 1.15fr;
    gap: 2rem;
  }
}
.president-photo-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #0d3041;
  box-shadow: 0 24px 50px -28px rgba(13, 48, 65, 0.55);
}
.president-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center top;
}
.president-badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  max-width: none;
  padding: 1.15rem 1.25rem 1.2rem;
  border-radius: 1rem;
  background: rgba(8, 30, 42, 0.86);
  color: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 36px -20px rgba(0, 0, 0, 0.55);
}
.president-badge-name {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.president-badge-title {
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.president-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.25rem 0;
}
.president-quote {
  position: relative;
  padding-left: 1.15rem;
  border-left: 3px solid #144b65;
  color: #334855;
  font-size: 1.05rem;
  line-height: 1.75;
}
.president-quote p + p { margin-top: 0.9rem; }
.president-quote::before {
  content: "“";
  position: absolute;
  top: -1.4rem;
  left: -0.15rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(20, 75, 101, 0.15);
}
.president-sign {
  padding-top: 0.25rem;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ===== Nav / Header ===== */
.site-header {
  position: relative;
  border-bottom: 1px solid #e5ebf0;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  transition: box-shadow 0.25s ease;
}
.site-header.is-compact {
  box-shadow: 0 10px 28px -22px rgba(13, 48, 65, 0.45);
}
.site-header .header-bar {
  max-width: 90rem;
  gap: 1rem;
  min-height: 4.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: padding 0.2s ease, min-height 0.2s ease;
}
.site-header.is-compact .header-bar {
  min-height: 3.65rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.brand-lockup { display: flex; align-items: center; gap: 0.7rem; flex-shrink: 0; }
.brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  transition: transform 0.2s ease;
}
.brand-logo {
  height: 2.85rem;
  width: auto;
  transition: height 0.2s ease;
}
@media (min-width: 768px) { .brand-logo { height: 3.05rem; } }
.site-header.is-compact .brand-logo { height: 2.45rem; }
@media (min-width: 768px) {
  .site-header.is-compact .brand-logo { height: 2.55rem; }
}
.brand-name {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0d3041;
  line-height: 1.15;
  white-space: nowrap;
  transition: transform 0.2s ease, font-size 0.2s ease;
}
.site-header.is-compact .brand-name { font-size: 1.05rem; }
.brand-tag {
  margin-top: 0.12rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #5a7a8a;
  max-width: 11.5rem;
  line-height: 1.3;
  transition: opacity 0.2s ease, max-height 0.2s ease, margin 0.2s ease;
  max-height: 2.5rem;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .brand-tag { display: none; }
}
.site-header.is-compact .brand-tag {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  pointer-events: none;
}
.site-header.is-compact .header-call-label { display: none; }
.site-header.is-compact .header-call {
  padding: 0.28rem 0.55rem 0.28rem 0.28rem;
}
.site-header.is-compact .header-call-icon {
  width: 1.85rem;
  height: 1.85rem;
}
.site-header.is-compact .header-call-num { font-size: 0.78rem; }
.site-header.is-compact .header-ataturk {
  height: 2.45rem;
  width: 2.45rem;
}

.back-to-top {
  position: fixed;
  right: 1.15rem;
  bottom: 1.25rem;
  z-index: 80;
  width: 2.85rem;
  height: 2.85rem;
  border: 0;
  border-radius: 999px;
  background: #144b65;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 30px -14px rgba(13, 48, 65, 0.7);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.back-to-top[hidden] { display: none !important; }
.back-to-top svg { width: 1.2rem; height: 1.2rem; }
.back-to-top:hover {
  background: #0d3041;
  transform: translateY(-3px);
}
.desktop-nav {
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 0.15rem;
  min-width: 0;
}
.nav-item { position: static; flex-shrink: 0; }
.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.55rem 0.78rem;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.2;
  color: #0d3041;
  border-radius: 0.55rem;
  white-space: nowrap;
  transition: color 0.18s ease, background 0.18s ease;
}
.nav-link:hover,
.nav-item:hover > .nav-link {
  color: #144b65;
  background: #eef6fa;
}
.nav-cta {
  margin-left: 0.4rem;
  padding: 0.55rem 0.95rem;
  background: #144b65;
  color: #fff !important;
  gap: 0.4rem;
  flex-direction: row;
  flex-shrink: 0;
}
.nav-cta:hover { background: #0d3041 !important; color: #fff !important; }
.nav-cta-icon {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
}
.nav-chev { width: 0.8rem; height: 0.8rem; flex-shrink: 0; transition: transform 0.2s ease; }
.nav-item:hover .nav-chev { transform: rotate(180deg); }

@media (min-width: 1024px) and (max-width: 1279px) {
  .nav-link { padding: 0.5rem 0.58rem; font-size: 0.88rem; }
  .nav-cta { padding: 0.5rem 0.8rem; margin-left: 0.25rem; }
  .brand-name { font-size: 0.98rem; }
}

.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #e5ebf0;
  box-shadow: 0 28px 50px -30px rgba(13, 48, 65, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 70;
}
.nav-item:hover > .mega-menu,
.nav-item:focus-within > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.mega-inner { padding-top: 1.25rem; padding-bottom: 1.35rem; }
.mega-head { margin-bottom: 0.85rem; }
.mega-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0d3041;
}
.mega-lead { margin-top: 0.2rem; font-size: 0.85rem; color: #5a7a8a; }
.mega-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}
@media (min-width: 900px) {
  .mega-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .mega-cols { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.mega-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border: 1px solid #e5ebf0;
  border-radius: 0.85rem;
  background: #f7fafc;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.mega-card:hover {
  border-color: #8fc4da;
  background: #fff;
  transform: translateY(-2px);
}
.mega-card-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0d3041;
  line-height: 1.3;
}
.mega-card-go { color: #144b65; font-weight: 700; }

.header-aside {
  align-items: center;
  gap: 0.65rem;
  margin-left: 0.5rem;
  padding-left: 0.85rem;
  border-left: 1px solid #e5ebf0;
  flex-shrink: 0;
}
.header-confed {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.header-confed:hover { transform: translateY(-1px); opacity: 0.92; }
.header-confed-logo {
  width: 3.15rem;
  height: 3.15rem;
  object-fit: contain;
  display: block;
}
.site-header.is-compact .header-confed-logo {
  width: 2.55rem;
  height: 2.55rem;
}
.brand-tag--sube {
  color: #144b65;
  font-weight: 700;
}
.header-call {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.7rem 0.35rem 0.35rem;
  border-radius: 999px;
  background: #eef6fa;
  border: 1px solid #d6eaf3;
  color: #0d3041;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.header-call:hover {
  background: #e2f1f7;
  border-color: #8fc4da;
  transform: translateY(-1px);
}
.header-call-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #144b65;
  color: #fff;
  flex-shrink: 0;
}
.header-call-icon svg { width: 0.95rem; height: 0.95rem; }
.header-call-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 0;
  padding-right: 0.15rem;
}
.header-call-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5a7a8a;
}
.header-call-num {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0d3041;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.header-call--block {
  width: 100%;
  padding: 0.55rem 0.75rem 0.55rem 0.45rem;
  border-radius: 0.85rem;
}
.header-call--block .header-call-icon {
  width: 2.35rem;
  height: 2.35rem;
}
.header-social {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.header-social a {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  color: #144b65;
  background: #eef6fa;
  border: 1px solid #d6eaf3;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.header-social a:hover {
  background: #144b65;
  border-color: #144b65;
  color: #fff;
  transform: translateY(-1px);
}
.header-social a svg { width: 0.95rem; height: 0.95rem; }
.header-social--drawer {
  margin-bottom: 0.75rem;
  gap: 0.45rem;
}
.header-social--drawer a {
  width: 2.35rem;
  height: 2.35rem;
}
.site-header.is-compact .header-social a {
  width: 1.75rem;
  height: 1.75rem;
}
.site-header.is-compact .header-social a svg {
  width: 0.82rem;
  height: 0.82rem;
}

.share-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5ebf0;
}
.share-bar-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a7a8a;
}
.share-bar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #d6eaf3;
  background: #f7fafc;
  color: #0d3041;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.share-btn svg { width: 0.95rem; height: 0.95rem; flex-shrink: 0; }
.share-btn:hover {
  transform: translateY(-1px);
  border-color: #8fc4da;
  background: #eef6fa;
}
.share-btn.is-fb:hover { background: #1877f2; border-color: #1877f2; color: #fff; }
.share-btn.is-x:hover { background: #111; border-color: #111; color: #fff; }
.share-btn.is-wa:hover { background: #25d366; border-color: #25d366; color: #fff; }
.share-btn.is-li:hover { background: #0a66c2; border-color: #0a66c2; color: #fff; }
.share-btn.is-copy.is-done {
  background: #144b65;
  border-color: #144b65;
  color: #fff;
}
@media (max-width: 640px) {
  .share-btn span { display: none; }
  .share-btn { padding: 0.5rem; border-radius: 0.7rem; }
}

.header-ataturk {
  height: 2.65rem;
  width: 2.65rem;
  object-fit: cover;
  object-position: center 15%;
  border-radius: 999px;
  border: 1px solid #e5ebf0;
  transition: height 0.28s ease, width 0.28s ease;
}

/* ===== Şube alt site ===== */
.sube-all-news {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.85rem;
}
.sube-all-news a {
  font-size: 0.92rem;
  font-weight: 700;
  color: #144b65;
}
.sube-all-news a:hover { text-decoration: underline; }

/* ===== Şubeler sayfası ===== */
.branches-page {
  background:
    linear-gradient(180deg, #f3f8fb 0%, #f7f8fa 40%, #fff 100%);
}
.branches-page-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 1.75rem 1rem 3.5rem;
}
@media (min-width: 768px) {
  .branches-page-inner { padding: 2rem 1.5rem 4rem; }
}
.branches-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-bottom: 1.35rem;
}
.branches-search {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex: 1 1 16rem;
  max-width: 28rem;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dce2e8;
  box-shadow: 0 8px 24px -20px rgba(13, 48, 65, 0.35);
}
.branches-search:focus-within {
  border-color: #8fc4da;
  box-shadow: 0 0 0 3px rgba(143, 196, 218, 0.35);
}
.branches-search svg {
  width: 1.1rem;
  height: 1.1rem;
  color: #5a7a8a;
  flex-shrink: 0;
}
.branches-search input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 0.95rem;
  color: #0d3041;
  min-width: 0;
}
.branches-search input::placeholder { color: #8aa0ad; }
.branches-count {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: #5a7a8a;
  letter-spacing: 0.02em;
}
.branches-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
@media (min-width: 640px) {
  .branches-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .branches-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.branch-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 1.1rem;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.branch-card:hover {
  border-color: #a9d3e4;
  box-shadow: 0 18px 40px -28px rgba(13, 48, 65, 0.45);
  transform: translateY(-2px);
}
.branch-card-main {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.15rem 1.1rem 1rem;
  color: inherit;
  flex: 1;
}
.branch-card-ico {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.85rem;
  background: linear-gradient(145deg, #eef6fa, #d6eaf3);
  color: #144b65;
  flex-shrink: 0;
}
.branch-card-ico svg { width: 1.2rem; height: 1.2rem; }
.branch-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
  flex: 1;
}
.branch-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
}
.branch-card-name {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #0d3041;
}
.branch-card:hover .branch-card-name { color: #144b65; }
.branch-card-badge {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: #144b65;
  color: #fff;
}
.branch-card-meta {
  font-size: 0.82rem;
  font-weight: 600;
  color: #5a7a8a;
}
.branch-card-addr {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #7a93a0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.branch-card-go {
  align-self: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: #8fc4da;
  transition: color 0.18s ease, transform 0.18s ease;
}
.branch-card:hover .branch-card-go {
  color: #144b65;
  transform: translateX(3px);
}
.branch-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0 1rem 1rem;
  margin-top: auto;
}
.branch-action {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: #f3f8fb;
  border: 1px solid #e5ebf0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #144b65;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.branch-action svg { width: 0.85rem; height: 0.85rem; flex-shrink: 0; }
.branch-action:hover {
  background: #eef6fa;
  border-color: #8fc4da;
}
.branches-empty {
  margin-top: 2rem;
  text-align: center;
  font-weight: 600;
  color: #5a7a8a;
  padding: 2rem;
  border: 1px dashed #dce2e8;
  border-radius: 1rem;
  background: #fff;
}

/* ===== İletişim sayfası ===== */
.contact-page {
  background: linear-gradient(180deg, #f3f8fb 0%, #f7f8fa 40%, #fff 100%);
}
.contact-page-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 1.75rem 1rem 3.75rem;
}
@media (min-width: 768px) {
  .contact-page-inner { padding: 2.25rem 1.5rem 4.5rem; }
}
.contact-hq {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1.35rem;
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(143, 196, 218, 0.28), transparent 55%),
    linear-gradient(145deg, #0d3041 0%, #144b65 55%, #1a5f7a 100%);
  color: #fff;
  box-shadow: 0 24px 50px -30px rgba(13, 48, 65, 0.65);
}
@media (min-width: 900px) {
  .contact-hq {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: 2rem;
    padding: 2rem 2.15rem;
    align-items: center;
  }
}
.contact-hq-eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e8b84a;
}
.contact-hq-title {
  margin: 0.45rem 0 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.contact-hq-lead {
  margin: 0.65rem 0 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}
.contact-hq-baskan {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
}
.contact-hq-baskan strong {
  color: #fff;
  font-weight: 700;
}
.contact-hq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
.contact-hq-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}
.contact-hq-actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.45);
}
.contact-hq-cards {
  display: grid;
  gap: 0.65rem;
}
@media (min-width: 560px) {
  .contact-hq-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.contact-hq-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
a.contact-hq-card:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.contact-hq-ico {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.75rem;
  background: rgba(232, 184, 74, 0.18);
  color: #e8b84a;
  flex-shrink: 0;
}
.contact-hq-ico svg { width: 1.15rem; height: 1.15rem; }
.contact-hq-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.contact-hq-value {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}
.contact-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 1.15rem;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5ebf0;
}
.contact-social-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a7a8a;
}
.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.contact-social-links a {
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: #eef6fa;
  border: 1px solid #d6eaf3;
  font-size: 0.82rem;
  font-weight: 700;
  color: #144b65;
}
.contact-card-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.65rem;
}
.contact-card-social a {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: #eef6fa;
  border: 1px solid #d6eaf3;
  color: #144b65;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.contact-card-social a:hover {
  background: #144b65;
  border-color: #144b65;
  color: #fff;
}
.contact-card-social a svg { width: 0.85rem; height: 0.85rem; }

.contact-social-links a:hover {
  background: #d6eaf3;
}
.contact-branches { margin-top: 2.5rem; }
.contact-branches-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
}
.contact-section-title {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0d3041;
}
.contact-section-lead {
  margin: 0.35rem 0 0;
  color: #5a7a8a;
  font-size: 0.95rem;
}
.contact-search { max-width: 22rem; margin: 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
@media (min-width: 700px) {
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.15rem;
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 1.1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.contact-card:hover {
  border-color: #a9d3e4;
  box-shadow: 0 18px 40px -28px rgba(13, 48, 65, 0.45);
  transform: translateY(-2px);
}
.contact-card-top {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.contact-card-ico {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.8rem;
  background: linear-gradient(145deg, #eef6fa, #d6eaf3);
  color: #144b65;
  flex-shrink: 0;
}
.contact-card-ico svg { width: 1.15rem; height: 1.15rem; }
.contact-card-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  min-width: 0;
}
.contact-card-name {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0d3041;
  line-height: 1.25;
}
.contact-card-body { display: grid; gap: 0.35rem; flex: 1; }
.contact-card-meta {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #5a7a8a;
}
.contact-card-addr {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #7a93a0;
}
.contact-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: auto;
}

/* ===== Kurullar ===== */
.boards-page {
  background: linear-gradient(180deg, #f3f8fb 0%, #f7f8fa 40%, #fff 100%);
}
.boards-page-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 1.75rem 1rem 3.75rem;
}
@media (min-width: 768px) {
  .boards-page-inner { padding: 2.25rem 1.5rem 4.5rem; }
}
.board-section { margin-bottom: 2.75rem; }
.board-section:last-child { margin-bottom: 0; }
.board-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1.15rem;
  padding-bottom: 0.85rem;
  border-bottom: 2px solid #e5ebf0;
}
.board-section-title {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0d3041;
}
.board-section-count {
  font-size: 0.82rem;
  font-weight: 700;
  color: #5a7a8a;
  letter-spacing: 0.04em;
}
.board-section-desc {
  margin: -0.35rem 0 1.15rem;
  max-width: 48rem;
  font-size: 0.95rem;
}
.board-empty {
  margin: 0;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px dashed #dce2e8;
  background: #fff;
  color: #5a7a8a;
  font-weight: 600;
}
.board-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 560px) {
  .board-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1000px) {
  .board-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; }
}
@media (min-width: 1280px) {
  .board-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.board-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 1.15rem;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.board-card:hover {
  border-color: #a9d3e4;
  box-shadow: 0 20px 42px -28px rgba(13, 48, 65, 0.5);
  transform: translateY(-3px);
}
.board-card-photo {
  aspect-ratio: 1;
  overflow: hidden;
  background:
    linear-gradient(160deg, #eef6fa, #d6eaf3 55%, #c5d7e2);
}
.board-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.45s ease;
}
.board-card:hover .board-card-photo img { transform: scale(1.04); }
.board-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.05rem 1.1rem 1.2rem;
  flex: 1;
}
.board-card-name {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #0d3041;
}
.board-card-role {
  margin: 0;
  display: inline-flex;
  align-self: flex-start;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: #eef6fa;
  border: 1px solid #d6eaf3;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #144b65;
}
.board-card-actions {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.75rem;
}
.board-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
  padding: 0.4rem 0.65rem;
  border-radius: 0.65rem;
  background: #f3f8fb;
  border: 1px solid #e5ebf0;
  font-size: 0.78rem;
  font-weight: 600;
  color: #144b65;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.board-chip svg {
  width: 0.85rem;
  height: 0.85rem;
  flex-shrink: 0;
}
.board-chip:hover {
  background: #eef6fa;
  border-color: #8fc4da;
}
.board-chip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ===== Konfederasyon ===== */
.confed-page {
  background: linear-gradient(180deg, #f3f8fb 0%, #f7f8fa 45%, #fff 100%);
}
.confed-page-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.75rem 1rem 3.75rem;
}
@media (min-width: 768px) {
  .confed-page-inner { padding: 2.25rem 1.5rem 4.5rem; }
}
.confed-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.confed-card {
  display: grid;
  gap: 1.25rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 1.2rem;
  box-shadow: 0 16px 40px -28px rgba(13, 48, 65, 0.4);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.confed-card:hover {
  border-color: #a9d3e4;
  box-shadow: 0 22px 48px -28px rgba(13, 48, 65, 0.5);
  transform: translateY(-2px);
}
@media (min-width: 720px) {
  .confed-card {
    grid-template-columns: 11.5rem minmax(0, 1fr);
    gap: 1.75rem;
    padding: 1.5rem 1.6rem;
    align-items: start;
  }
}
.confed-card-logo {
  width: 8.5rem;
  height: 8.5rem;
  margin: 0 auto;
  padding: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #fff, #eef6fa);
  border: 1px solid #dce2e8;
  display: grid;
  place-items: center;
  overflow: hidden;
}
@media (min-width: 720px) {
  .confed-card-logo {
    width: 11rem;
    height: 11rem;
    margin: 0;
  }
}
.confed-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.confed-card-body { min-width: 0; }
.confed-card-title {
  margin: 0 0 0.85rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0d3041;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 720px) {
  .confed-card-title { text-align: left; }
}
.confed-details {
  margin: 0;
  border: 1px solid #e5ebf0;
  border-radius: 0.9rem;
  overflow: hidden;
}
.confed-detail {
  display: grid;
  gap: 0.2rem;
  padding: 0.7rem 0.95rem;
  background: #fff;
  border-top: 1px solid #eef1f4;
}
.confed-detail:first-child { border-top: 0; }
.confed-detail:nth-child(odd) { background: #f7fafc; }
@media (min-width: 560px) {
  .confed-detail {
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: baseline;
  }
}
.confed-detail dt {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0d3041;
}
.confed-detail dd {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #334855;
  word-break: break-word;
}
.confed-detail a {
  color: #144b65;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.confed-detail a:hover { color: #0d3041; }

/* ===== Görüntülü haberler (YouTube) ===== */
.youtube-page {
  background: linear-gradient(180deg, #f3f8fb 0%, #f7f8fa 40%, #fff 100%);
}
.youtube-page-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.75rem 1rem 3.75rem;
}
@media (min-width: 768px) {
  .youtube-page-inner { padding: 2.25rem 1.5rem 4.5rem; }
}
.youtube-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.youtube-lead {
  margin: 0;
  max-width: 36rem;
  color: #5a7a8a;
  font-size: 1rem;
}
.youtube-toolbar .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.youtube-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #5a7a8a;
}
.youtube-empty .btn-primary { margin-top: 1rem; }
.youtube-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}
@media (min-width: 640px) {
  .youtube-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.35rem; }
}
@media (min-width: 1100px) {
  .youtube-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.youtube-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0;
  border: 1px solid #e5ebf0;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 14px 32px -28px rgba(13, 48, 65, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.youtube-card:hover,
.youtube-card:focus-visible {
  transform: translateY(-2px);
  border-color: #c5d7e2;
  box-shadow: 0 22px 40px -28px rgba(13, 48, 65, 0.65);
  outline: none;
}
.youtube-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #0d3041;
  overflow: hidden;
}
.youtube-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.youtube-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(13, 48, 65, 0.28);
  color: #fff;
  transition: background 0.18s ease;
}
.youtube-card:hover .youtube-play { background: rgba(13, 48, 65, 0.42); }
.youtube-play svg {
  width: 3rem;
  height: 3rem;
  padding: 0.65rem 0.55rem 0.65rem 0.85rem;
  border-radius: 999px;
  background: #e11d2e;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}
.youtube-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.95rem 1rem 1.1rem;
}
.youtube-card-title {
  color: #0d3041;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.youtube-card-date {
  color: #5a7a8a;
  font-size: 0.82rem;
}
.youtube-lightbox[hidden] { display: none !important; }
.youtube-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.youtube-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 24, 34, 0.78);
}
.youtube-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
}
.youtube-lightbox-close {
  position: absolute;
  top: -2.4rem;
  right: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.youtube-lightbox-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.85rem;
  background: #000;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}
.youtube-lightbox-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ===== Foto galeri detay ===== */
.gallery-page {
  background: linear-gradient(180deg, #f3f8fb 0%, #f7f8fa 40%, #fff 100%);
}
.gallery-page-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 3.75rem;
}
@media (min-width: 768px) {
  .gallery-page-inner { padding: 2rem 1.5rem 4.5rem; }
}
.gallery-toolbar { margin-bottom: 1.25rem; }
.gallery-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #5a7a8a;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}
@media (min-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.85rem; }
}
@media (min-width: 1100px) {
  .gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.gallery-item {
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid #d7e3ea;
  border-radius: 0.65rem;
  overflow: hidden;
  background: #0d3041;
  cursor: pointer;
  aspect-ratio: 4 / 3;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.gallery-item:hover,
.gallery-item:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -24px rgba(13, 48, 65, 0.65);
  outline: none;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-lightbox[hidden] { display: none !important; }
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 24, 34, 0.86);
}
.gallery-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-lightbox-dialog img {
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 0.5rem;
  background: #000;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}
.gallery-lightbox-close {
  position: absolute;
  top: -2.4rem;
  right: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}
.gallery-lightbox-nav.is-prev { left: 0.25rem; }
.gallery-lightbox-nav.is-next { right: 0.25rem; }
.gallery-lightbox-counter {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

/* ===== İç sayfa başlığı ===== */
.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(720px 280px at 92% 10%, rgba(143, 196, 218, 0.22), transparent 55%),
    radial-gradient(640px 260px at 8% 90%, rgba(232, 184, 74, 0.12), transparent 50%),
    linear-gradient(135deg, #071a24 0%, #0d3041 48%, #144b65 100%);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at 30% 40%, black 15%, transparent 70%);
  pointer-events: none;
  opacity: 0.5;
}
.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 90rem;
  margin: 0 auto;
  padding: 2.6rem 1rem 2.85rem;
}
@media (min-width: 768px) {
  .page-hero-inner { padding: 3.1rem 1.5rem 3.35rem; }
}
.page-hero-inner.is-narrow { max-width: 72rem; }
.page-hero-inner.is-medium { max-width: 80rem; }
.page-hero-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8b84a;
}
.page-hero-title {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
  text-wrap: balance;
  max-width: 22ch;
}
.page-hero-lead {
  margin: 0.85rem 0 0;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.page-hero-accent {
  margin-top: 1.35rem;
  width: 3.25rem;
  height: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #e8b84a, #8fc4da);
}

.shadow-soft {
  box-shadow: 0 14px 36px -22px rgba(13, 48, 65, 0.28);
}

.social-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.85rem;
  height: 1.85rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
  transition: background 0.2s ease, transform 0.2s ease;
}
.social-chip:hover { background: rgba(255,255,255,0.12); transform: translateY(-1px); }
.social-chip.dark {
  border-color: #c5d7e2;
  color: #144b65;
  background: #fff;
}
.social-chip.dark:hover { background: #eef6fa; }

.menu-burger {
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #d6eaf3;
  border-radius: 0.85rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  background: linear-gradient(180deg, #fff 0%, #f3f8fb 100%);
  box-shadow: 0 6px 16px -12px rgba(13, 48, 65, 0.35);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.menu-burger:hover {
  border-color: #8fc4da;
  transform: translateY(-1px);
}
.menu-burger span {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: #144b65;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease, width 0.25s ease;
}
.menu-burger span:nth-child(2) { width: 0.85rem; }
.menu-burger.is-open {
  background: #144b65;
  border-color: #144b65;
}
.menu-burger.is-open span { background: #fff; width: 1.15rem; }
.menu-burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-burger.is-open span:nth-child(2) { opacity: 0; }
.menu-burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-drawer[hidden] { display: none !important; }
.mobile-drawer { position: fixed; inset: 0; z-index: 80; }
.mobile-drawer-backdrop {
  position: absolute; inset: 0; background: rgba(8, 28, 40, 0.52);
  backdrop-filter: blur(2px);
  animation: fadeIn 0.25s ease;
}
.mobile-drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(90vw, 380px);
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(143, 196, 218, 0.22), transparent 60%),
    linear-gradient(180deg, #f7fafc 0%, #fff 28%, #fff 100%);
  display: flex; flex-direction: column;
  animation: slideIn 0.3s cubic-bezier(0.22,1,0.36,1);
  box-shadow: -24px 0 56px rgba(13,48,65,0.28);
}
.mobile-drawer-head, .mobile-drawer-foot { padding: 1.15rem 1.2rem; border-bottom: 1px solid #e5ebf0; }
.mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}
.mobile-drawer-foot {
  border-bottom: 0;
  border-top: 1px solid #e5ebf0;
  margin-top: auto;
  background: #fff;
}
.mobile-close {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid #d6eaf3;
  background: #fff;
  flex-shrink: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  color: #0d3041;
  font-size: 1.05rem;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.mobile-close:hover {
  background: #144b65;
  border-color: #144b65;
  color: #fff;
}
.mobile-drawer-body {
  padding: 1rem 1rem 1.25rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.mobile-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}
.mobile-nav-span { grid-column: 1 / -1; }
.mobile-link, .mobile-acc summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  min-height: 3.35rem;
  padding: 0.8rem 0.85rem;
  border-radius: 0.95rem;
  border: 1px solid #d6eaf3;
  background: #fff;
  font-weight: 700;
  color: #0d3041;
  box-shadow: 0 8px 18px -16px rgba(13, 48, 65, 0.35);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.mobile-nav-label {
  line-height: 1.25;
  font-size: 0.92rem;
}
.mobile-nav-go {
  color: #8fc4da;
  font-size: 1rem;
  font-weight: 700;
}
.mobile-nav-chev {
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: #eef6fa;
  color: #144b65;
  flex-shrink: 0;
  transition: transform 0.2s ease, background 0.2s ease;
}
.mobile-nav-chev svg { width: 0.9rem; height: 0.9rem; }
.mobile-link-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}
.mobile-link:hover, .mobile-acc summary:hover {
  background: #eef6fa;
  border-color: #8fc4da;
  transform: translateY(-1px);
}
.mobile-link.accent,
.mobile-nav-cta {
  justify-content: center;
  gap: 0.55rem;
  color: #fff;
  background: linear-gradient(135deg, #144b65 0%, #0d3041 100%);
  border-color: #0d3041;
  margin-top: 0;
}
.mobile-link.accent:hover,
.mobile-nav-cta:hover {
  background: #0d3041;
  border-color: #0d3041;
  color: #fff;
}
.mobile-acc {
  border-radius: 0.95rem;
  border: 1px solid #d6eaf3;
  background: #fff;
  box-shadow: 0 8px 18px -16px rgba(13, 48, 65, 0.35);
  overflow: hidden;
}
.mobile-acc summary {
  cursor: pointer;
  list-style: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  min-height: 3.2rem;
}
.mobile-acc summary::-webkit-details-marker { display: none; }
.mobile-acc[open] summary {
  background: #eef6fa;
  border-bottom: 1px solid #d6eaf3;
}
.mobile-acc[open] .mobile-nav-chev {
  transform: rotate(180deg);
  background: #144b65;
  color: #fff;
}
.mobile-acc-body {
  padding: 0.45rem;
  display: grid;
  gap: 0.3rem;
  background: #f7fafc;
}
.mobile-acc-body a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.7rem;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a5f7a;
  background: #fff;
}
.mobile-acc-body a:hover {
  border-color: #d6eaf3;
  background: #eef6fa;
  color: #0d3041;
}
.mobile-nav-quick {
  margin-top: 0.15rem;
}
.mobile-nav-quick-label {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a7a8a;
}
.mobile-nav-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}
.mobile-quick-chip {
  display: grid;
  place-items: center;
  min-height: 2.65rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.8rem;
  border: 1px dashed #c5dce7;
  background: rgba(238, 246, 250, 0.7);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #144b65;
  line-height: 1.25;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.mobile-quick-chip:hover {
  background: #144b65;
  border-color: #144b65;
  border-style: solid;
  color: #fff;
}

.site-footer { background: #0d3041; color: #fff; }
.footer-title { font-family: "Bricolage Grotesque", sans-serif; font-size: 1.05rem; font-weight: 700; }

/* Doc / contact tiles */
.info-contact-section { background: #fff; border-block: 1px solid #e5ebf0; }
.doc-tile, .contact-tile {
  display: flex; gap: 0.85rem; align-items: flex-start;
  padding: 1rem; border: 1px solid #e5ebf0; border-radius: 1rem;
  background: linear-gradient(160deg, #fff, #f3f8fb);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.doc-tile:hover, .contact-tile:hover {
  transform: translateY(-3px);
  border-color: #a9d3e4;
  box-shadow: 0 16px 34px -22px rgba(13,48,65,0.45);
}
.doc-icon, .contact-icon {
  width: 2.5rem; height: 2.5rem; border-radius: 0.8rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: #144b65; color: #fff; flex-shrink: 0;
}
.doc-icon svg, .contact-icon svg { width: 1.15rem; height: 1.15rem; }
.doc-title { display: block; font-weight: 700; color: #0d3041; line-height: 1.3; }
.doc-meta { display: block; margin-top: 0.2rem; font-size: 0.75rem; color: #5a7080; }
.contact-tile strong { display: block; font-size: 0.95rem; color: #0d3041; }
.contact-tile small { display: block; margin-top: 0.15rem; color: #5a7080; }
.contact-tile.muted { background: #fff; }

.ask-section {
  background: linear-gradient(135deg, #0d3041, #144b65 55%, #1a5f7a);
  color: #fff;
}
.ask-card {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 1.1rem;
  padding: 1.4rem 1.5rem;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
}
.ask-card-title { font-family: "Bricolage Grotesque", sans-serif; font-size: 1.25rem; font-weight: 700; }
.ask-list { margin-top: 0.9rem; display: grid; gap: 0.55rem; color: rgba(255,255,255,0.82); }
.ask-list li { padding-left: 0.9rem; position: relative; }
.ask-list li::before {
  content: ""; position: absolute; left: 0; top: 0.55rem;
  width: 0.4rem; height: 0.4rem; border-radius: 999px; background: #fff;
}
.ask-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1.5px solid #fff;
  background: #fff;
  color: #0d3041;
  padding: 0.7rem 1.25rem;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.ask-btn-outline:hover {
  background: #eef6fa;
  color: #0d3041;
  transform: translateY(-1px);
}

.deal-section { background: #f7f8fa; }
.deal-grid {
  display: grid; gap: 0.85rem;
  grid-template-columns: repeat(1, minmax(0,1fr));
}
@media (min-width: 640px) { .deal-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .deal-grid { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.deal-card {
  border: 1px solid #e5ebf0; border-radius: 1rem; padding: 1.15rem;
  background: #fff; transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.deal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -24px rgba(13,48,65,0.4);
}
.deal-icon {
  width: 2.4rem; height: 2.4rem; border-radius: 0.75rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: #eef6fa; color: #144b65; margin-bottom: 0.75rem;
}
.deal-icon svg { width: 1.15rem; height: 1.15rem; }
.deal-title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; color: #0d3041; line-height: 1.25; }
.deal-org { margin-top: 0.35rem; font-size: 0.88rem; color: #5a7080; }
.deal-date { margin-top: 0.45rem; font-size: 0.75rem; color: #8aa0ae; }
.deal-link { display: inline-block; margin-top: 0.7rem; font-size: 0.85rem; font-weight: 700; color: #144b65; }

/* Turkey map */
.map-section { background: #fff; border-top: 1px solid #e5ebf0; }
.map-layout {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .map-layout { grid-template-columns: 1.45fr 0.85fr; align-items: stretch; }
}
.map-stage {
  position: relative;
  border: 1px solid #e5ebf0;
  border-radius: 1.2rem;
  background:
    radial-gradient(700px 320px at 65% 35%, rgba(20,75,101,0.08), transparent 60%),
    linear-gradient(180deg, #f7fbfd, #e8f3f8);
  padding: 0.75rem;
  min-height: 320px;
  overflow: hidden;
}
.turkey-map-host {
  width: 100%;
  min-height: 300px;
}
.turkey-map-host svg {
  width: 100%;
  height: auto;
  display: block;
  max-height: 460px;
}
.turkey-map-host .land {
  fill: #cfe6f1;
  stroke: #fff;
  stroke-width: 0.55;
  transition: fill 0.18s ease, stroke 0.18s ease;
}
.turkey-map-host .land.has-branch {
  fill: #144b65;
  cursor: pointer;
}
.turkey-map-host .land.has-branch:hover,
.turkey-map-host .land.has-branch.is-hover {
  fill: #c00500;
}
.map-loading {
  padding: 4rem 1rem;
  text-align: center;
  color: #5a7a8a;
  font-weight: 600;
}
.map-tooltip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 3;
  background: #0d3041;
  color: #fff;
  padding: 0.55rem 0.75rem;
  border-radius: 0.65rem;
  font-size: 0.85rem;
  font-weight: 600;
  pointer-events: none;
  max-width: min(280px, 80%);
}
.map-side {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5ebf0;
  border-radius: 1.2rem;
  padding: 1rem 0.9rem 0.85rem;
  background:
    linear-gradient(165deg, #ffffff 0%, #f4f8fb 100%);
  box-shadow: 0 16px 36px -28px rgba(13, 48, 65, 0.35);
  max-height: 460px;
  min-height: 320px;
}
.map-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 0.35rem 0.75rem;
  border-bottom: 1px solid #e5ebf0;
}
.map-side-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5a7a8a;
}
.map-side-count {
  margin-top: 0.2rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #0d3041;
}
.map-side-count strong {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}
.map-side-badge {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
  background: #144b65;
  color: #9fd0e6;
  flex-shrink: 0;
}
.map-side-badge svg { width: 1.2rem; height: 1.2rem; }
.map-side-search {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.85rem 0.2rem 0.55rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid #dce8ef;
  border-radius: 0.75rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.map-side-search:focus-within {
  border-color: #144b65;
  box-shadow: 0 0 0 3px rgba(20, 75, 101, 0.12);
}
.map-side-search svg {
  width: 1rem;
  height: 1rem;
  color: #5a7a8a;
  flex-shrink: 0;
}
.map-side-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 0.88rem;
  font-weight: 500;
  color: #0d3041;
}
.map-side-search input::placeholder { color: #8aa0ad; }
.map-side-list {
  flex: 1;
  overflow: auto;
  display: grid;
  gap: 0.4rem;
  padding: 0.15rem 0.2rem 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: #b7cdd8 transparent;
}
.map-side-list::-webkit-scrollbar { width: 6px; }
.map-side-list::-webkit-scrollbar-thumb {
  background: #b7cdd8;
  border-radius: 999px;
}
.map-side-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.72);
  color: #0d3041;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.map-side-item:hover {
  background: #fff;
  border-color: #d5e5ee;
  transform: translateX(3px);
  box-shadow: 0 10px 22px -18px rgba(13, 48, 65, 0.45);
}
.map-side-ico {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #e8f3f8;
  color: #144b65;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.map-side-ico svg { width: 0.95rem; height: 0.95rem; }
.map-side-item:hover .map-side-ico {
  background: #144b65;
  color: #fff;
  transform: scale(1.05);
}
.map-side-meta {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}
.map-side-name {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-side-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #5a7a8a;
}
.map-side-go {
  font-size: 1rem;
  font-weight: 700;
  color: #8aa0ad;
  transition: color 0.2s ease, transform 0.2s ease;
}
.map-side-item:hover .map-side-go {
  color: #144b65;
  transform: translateX(2px);
}
.map-side-empty {
  padding: 1.5rem 0.75rem;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #5a7a8a;
}

.president-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.85rem;
}
.president-socials a {
  display: grid;
  place-items: center;
  width: 2.05rem;
  height: 2.05rem;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  padding: 0;
  color: #fff;
  background: rgba(255,255,255,0.1);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.president-socials a svg {
  width: 0.95rem;
  height: 0.95rem;
}
.president-socials a:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.55);
  transform: translateY(-1px);
}

.tilt-card { transition: transform 0.25s ease; }
.tilt-card:hover { transform: translateY(-4px); }

.reveal {
  opacity: 0;
  transform: translateY(36px) scale(0.985);
  filter: blur(4px);
  transition:
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}
.reveal.is-visible .fx-stagger > * {
  animation: fxRise 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.reveal.is-visible .fx-stagger > *:nth-child(1) { animation-delay: 0.04s; }
.reveal.is-visible .fx-stagger > *:nth-child(2) { animation-delay: 0.1s; }
.reveal.is-visible .fx-stagger > *:nth-child(3) { animation-delay: 0.16s; }
.reveal.is-visible .fx-stagger > *:nth-child(4) { animation-delay: 0.22s; }
.reveal.is-visible .fx-stagger > *:nth-child(5) { animation-delay: 0.28s; }
.reveal.is-visible .fx-stagger > *:nth-child(6) { animation-delay: 0.34s; }
.reveal.is-visible .fx-stagger > *:nth-child(7) { animation-delay: 0.4s; }
.reveal.is-visible .fx-stagger > *:nth-child(8) { animation-delay: 0.46s; }
.reveal.is-visible .fx-stagger > *:nth-child(n+9) { animation-delay: 0.52s; }

@keyframes fxRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes fxFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes fxShine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
@keyframes fxPulseSoft {
  0%, 100% { box-shadow: 0 0 0 0 rgba(20, 75, 101, 0.35); }
  50% { box-shadow: 0 0 0 10px rgba(20, 75, 101, 0); }
}
@keyframes fxGlowRing {
  0%, 100% { box-shadow: 0 0 0 0 rgba(232, 184, 74, 0.35); }
  50% { box-shadow: 0 0 0 12px rgba(232, 184, 74, 0); }
}

/* Genel hover / hareket güçlendirme */
.btn-primary,
.nav-cta,
.ask-btn-outline {
  position: relative;
  overflow: hidden;
}
.btn-primary::after,
.nav-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,0.28) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}
.btn-primary:hover::after,
.nav-cta:hover::after { transform: translateX(120%); }
.btn-primary:hover { transform: translateY(-3px) scale(1.02); }
.nav-cta {
  animation: fxPulseSoft 3.2s ease-in-out infinite;
}
.home-service,
.deal-card,
.doc-tile,
.contact-tile,
.home-announce-chip,
.map-side-item,
.mega-card,
.poster-slide,
.branch-news-slide {
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease !important;
}
.home-service:hover,
.deal-card:hover,
.doc-tile:hover,
.contact-tile:hover,
.home-announce-chip:hover,
.map-side-item:hover,
.mega-card:hover {
  transform: translateY(-6px) scale(1.015);
}
.poster-slide:hover { transform: translateY(-10px) scale(1.02); }
.branch-news-slide:hover { transform: translateY(-6px); }
.home-stat-icon {
  animation: fxFloat 4s ease-in-out infinite;
}
.home-stat:nth-child(2) .home-stat-icon { animation-delay: 0.4s; }
.home-stat:nth-child(3) .home-stat-icon { animation-delay: 0.8s; }
.ataturk-portrait {
  animation: fxGlowRing 4.5s ease-in-out infinite;
  transition: transform 0.45s ease;
}
.ataturk-portrait:hover { transform: scale(1.04); }
.news-rail-main,
.news-rail-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.news-rail-main:hover {
  box-shadow: 0 22px 48px -22px rgba(13, 48, 65, 0.65);
}
.news-rail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px -16px rgba(13, 48, 65, 0.55);
}
.news-rail-overlay {
  transition: padding 0.35s ease, background 0.35s ease;
}
.news-rail-slide:hover .news-rail-overlay {
  padding-bottom: 1.4rem;
}
.news-rail-cta {
  transition: color 0.25s ease, letter-spacing 0.25s ease, transform 0.25s ease;
}
.news-rail-slide:hover .news-rail-cta {
  color: #fff;
  letter-spacing: 0.02em;
  transform: translateX(4px);
}
.back-to-top,
.a11y-toggle {
  animation: fxFloat 3.6s ease-in-out infinite;
}
.back-to-top:hover,
.a11y-toggle:hover {
  animation: none;
}
.president-photo {
  transition: transform 0.7s ease;
}
.president-photo-wrap:hover .president-photo {
  transform: scale(1.04);
}
.president-badge {
  transition: transform 0.35s ease, background 0.35s ease;
}
.president-photo-wrap:hover .president-badge {
  transform: translateY(-4px);
}
.slider-track {
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.fx-parallax {
  will-change: transform;
  transition: transform 0.1s linear;
}

@keyframes pulse {
  0% { opacity: 0.55; transform: scale(0.7); }
  70% { opacity: 0; transform: scale(1.55); }
  100% { opacity: 0; transform: scale(1.55); }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideIn { from { transform: translateX(24px); opacity: 0.6; } to { transform: none; opacity: 1; } }

@media (max-width: 900px) {
  .news-slide,
  .news-main-slider .news-slide { height: min(48vh, 320px); min-height: 220px; }
  .news-side-viewport { height: 300px; }
  .news-side-card {
    flex-basis: calc((300px - 1.3rem - 1.3rem) / 3);
    min-height: calc((300px - 1.3rem - 1.3rem) / 3);
  }
  .poster-slide-media { height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  .ticker, .animate-rise, .animate-rise-delay, .animate-rise-delay-2, .news-slide img,
  .slider-track, .map-marker-pulse, .reveal, .mobile-drawer-panel, .mobile-drawer-backdrop,
  .home-stats-bar, .nav-cta, .home-stat-icon, .ataturk-portrait, .back-to-top, .a11y-toggle,
  .reveal.is-visible .fx-stagger > * {
    animation: none !important; transition: none !important;
  }
  .reveal { opacity: 1; transform: none; filter: none; }
  .fx-parallax { transform: none !important; }
}

/* ===== Erişilebilirlik ===== */
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 200;
  padding: 0.65rem 1rem;
  border-radius: 0.55rem;
  background: #0d3041;
  color: #fff;
  font-weight: 700;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 1rem;
  outline: 3px solid #e8b84a;
  outline-offset: 2px;
}
:focus-visible {
  outline: 3px solid #144b65;
  outline-offset: 2px;
}
.a11y-widget {
  position: fixed;
  left: 1rem;
  bottom: 1.25rem;
  z-index: 90;
}
.a11y-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.15rem;
  padding: 0.4rem 0.95rem 0.4rem 0.4rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, #144b65 0%, #0d3041 100%);
  color: #fff;
  box-shadow:
    0 16px 34px -16px rgba(13, 48, 65, 0.75),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.a11y-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px -16px rgba(13, 48, 65, 0.8);
}
.a11y-toggle-ico {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}
.a11y-toggle-ico svg { width: 1.2rem; height: 1.2rem; }
.a11y-toggle-text {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  padding-right: 0.25rem;
}
.a11y-toggle-title {
  font-size: 0.86rem;
  font-weight: 800;
}
.a11y-toggle-sub {
  margin-top: 0.12rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}
@media (min-width: 640px) {
  .a11y-toggle-text { display: flex; }
}
.a11y-panel {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.75rem);
  width: min(21rem, calc(100vw - 2rem));
  padding: 0;
  overflow: hidden;
  border: 1px solid #d7e5ee;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 28px 50px -24px rgba(13, 48, 65, 0.55);
  animation: a11yPop 0.2s ease;
}
@keyframes a11yPop {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: none; }
}
.a11y-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 0.9rem;
  background:
    radial-gradient(420px 120px at 100% 0%, rgba(143, 196, 218, 0.28), transparent 60%),
    linear-gradient(180deg, #f3f8fb 0%, #fff 100%);
  border-bottom: 1px solid #e8eef3;
}
.a11y-panel-brand {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  min-width: 0;
}
.a11y-panel-icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.8rem;
  background: #144b65;
  color: #fff;
  flex-shrink: 0;
}
.a11y-panel-icon svg { width: 1.15rem; height: 1.15rem; }
.a11y-panel-brand strong {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0d3041;
}
.a11y-panel-brand p {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #5a7a8a;
}
.a11y-close {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #e5ebf0;
  border-radius: 999px;
  background: #fff;
  color: #0d3041;
  cursor: pointer;
  flex-shrink: 0;
}
.a11y-close svg { width: 0.9rem; height: 0.9rem; }
.a11y-section {
  padding: 0.85rem 1rem 0;
}
.a11y-section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a7a8a;
}
.a11y-font-level {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
  color: #144b65;
}
.a11y-font-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
}
.a11y-font-btn {
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid #d7e5ee;
  border-radius: 0.75rem;
  background: #f3f8fb;
  color: #0d3041;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.a11y-font-btn:hover {
  background: #e8f3f8;
  border-color: #8fc4da;
}
.a11y-font-meter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.28rem;
  height: 0.45rem;
}
.a11y-font-meter span {
  border-radius: 999px;
  background: #e5ebf0;
}
.a11y-font-meter span.is-on {
  background: #144b65;
}
.a11y-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.a11y-actions button {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.65rem;
  border: 1px solid #e5ebf0;
  border-radius: 0.85rem;
  background: #fff;
  color: #0d3041;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.a11y-action-ico {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  background: #eef6fa;
  color: #144b65;
  flex-shrink: 0;
}
.a11y-action-ico svg { width: 1.05rem; height: 1.05rem; }
.a11y-action-text {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}
.a11y-action-text strong {
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}
.a11y-action-text small {
  font-size: 0.68rem;
  font-weight: 600;
  color: #5a7a8a;
  line-height: 1.2;
}
.a11y-actions button:hover {
  background: #f3f8fb;
  border-color: #c5d7e2;
}
.a11y-actions button[aria-pressed="true"] {
  background: #e8f3f8;
  border-color: #144b65;
  box-shadow: inset 0 0 0 1px rgba(20, 75, 101, 0.15);
}
.a11y-actions button[aria-pressed="true"] .a11y-action-ico {
  background: #144b65;
  color: #fff;
}
.a11y-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: calc(100% - 2rem);
  margin: 0.85rem 1rem 1rem;
  padding: 0.7rem 0.85rem;
  border: 1px dashed #c5d7e2;
  border-radius: 0.85rem;
  background: #f7fafc;
  color: #144b65;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}
.a11y-reset svg { width: 0.95rem; height: 0.95rem; }
.a11y-reset:hover {
  background: #eef6fa;
  border-style: solid;
}

html.a11y-contrast,
html.a11y-contrast body {
  background: #000 !important;
  color: #fff !important;
}
html.a11y-contrast a { color: #ffe566 !important; }
html.a11y-contrast .site-header,
html.a11y-contrast .mega-menu,
html.a11y-contrast .home-services,
html.a11y-contrast .map-side,
html.a11y-contrast .a11y-panel {
  background: #111 !important;
  color: #fff !important;
  border-color: #fff !important;
}
html.a11y-contrast .brand-name,
html.a11y-contrast .nav-link,
html.a11y-contrast .section-title,
html.a11y-contrast .home-section-head h2 {
  color: #fff !important;
}
html.a11y-underline a {
  text-decoration: underline !important;
  text-underline-offset: 0.18em;
}
html.a11y-readable,
html.a11y-readable body,
html.a11y-readable .font-display,
html.a11y-readable .brand-name,
html.a11y-readable h1,
html.a11y-readable h2,
html.a11y-readable h3 {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.02em !important;
}
html.a11y-spacing body,
html.a11y-spacing p,
html.a11y-spacing li,
html.a11y-spacing a {
  line-height: 1.9 !important;
  letter-spacing: 0.03em !important;
}
html.a11y-font-1 { font-size: 106% !important; }
html.a11y-font-2 { font-size: 112% !important; }
html.a11y-font-3 { font-size: 120% !important; }
html.a11y-font-4 { font-size: 130% !important; }
html.a11y-font-5 { font-size: 140% !important; }
