/* TWKF public site — WP referanslı header/menü (v2) */
:root {
  --navy: #002438;
  --navy-bar: #134276;
  --navy-2: #003a52;
  --red: #c8102e;
  --red-dark: #9e0c24;
  --bg: #f0f3f5;
  --text: #1a2a33;
  --muted: #5a6b75;
  --max: 1280px;
  --max-wide: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

/* ===== Header / logos (WP twf-theme parity) ===== */
.site-header {
  background: #fff;
  border-bottom: 3px solid var(--navy-bar);
  position: sticky;
  top: 0;
  z-index: 100;
}
.logo-nav {
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr 140px;
  align-items: end;
  gap: 1rem;
  padding: 1rem 0 .75rem;
  min-height: 170px;
}
.logo-side img { width: 120px; height: auto; margin-inline: auto; }
.logo-center {
  text-align: center;
  padding-bottom: .25rem;
}
.logo-flag { width: 150px; margin: 0 auto .35rem; }
.logo-center .title-1 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: .02em;
  line-height: 1.2;
}
.logo-center .title-2 {
  font-size: .85rem;
  color: var(--muted);
  margin-top: .15rem;
}

.nav-bar {
  background: var(--navy-bar);
}
.nav-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  position: relative;
}
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,.4);
  color: #fff;
  padding: .55rem .9rem;
  margin: .45rem 0;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
}
.mobile-nav {
  width: 100%;
}
.mobile-nav-head,
.mobile-nav-close {
  display: none;
}

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.main-menu > .menu-item {
  position: relative;
}
.main-menu > .menu-item > a {
  display: flex;
  align-items: center;
  gap: .25rem;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: .7rem .85rem;
  border-right: 1px solid rgba(255,255,255,.18);
  white-space: nowrap;
}
.main-menu > .menu-item:first-child > a { border-radius: 3px 0 0 0; }
.main-menu > .menu-item:last-child > a { border-right: 0; border-radius: 0 3px 0 0; }
.main-menu > .menu-item > a:hover,
.main-menu > .menu-item:focus-within > a {
  background: rgba(0,0,0,.18);
}
.main-menu .caret { font-size: .65rem; opacity: .85; }

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 240px;
  background: #0f355f;
  list-style: none;
  margin: 0;
  padding: .35rem 0;
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
  z-index: 120;
}
.menu-item.has-children:hover > .sub-menu,
.menu-item.has-children:focus-within > .sub-menu,
.menu-item.has-children.is-open > .sub-menu {
  display: block;
}
.sub-menu a {
  display: block;
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  padding: .55rem .9rem;
}
.sub-menu a:hover { background: rgba(255,255,255,.1); }

/* ===== Hero slider (compact, centered, wide) ===== */
.home-hero {
  padding: 1.15rem 0 0;
  background: #f4f7f9;
}
.home-hero > .container {
  width: min(100% - 1.5rem, 1560px);
  margin-inline: auto;
}
.hero-slider {
  position: relative;
  min-height: min(68vh, 560px);
  background: #001824;
  overflow: hidden;
}
.hero-slider--images {
  min-height: min(56vh, 520px);
}
.hero-slider--compact {
  display: block;
  width: 100%;
  margin-inline: auto;
  min-height: 0;
  /* Geniş afiş oranı — yükseklik artmaz, genişlik tam container */
  aspect-ratio: 3 / 1;
  max-height: 360px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 36, 56, .14);
  border: 1px solid rgba(0, 36, 56, .08);
}
/* max-height uygulandığında genişlik daralmasın — tam ortalı genişlik korunur */
@supports (aspect-ratio: 1) {
  .hero-slider--compact {
    aspect-ratio: auto;
    height: clamp(200px, 22vw, 360px);
  }
}
.hero-slider .slides { position: absolute; inset: 0; }
.hero-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .7s ease;
  background: #002438 center/cover no-repeat;
}
.hero-slider .slide.is-active { opacity: 1; z-index: 1; }
.hero-slider--images .slide {
  background-size: cover;
  background-position: center center;
}
.hero-slider--compact .slide {
  background-size: cover;
  background-position: center center;
  background-color: #001824;
}
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.4);
  color: #fff;
  cursor: pointer;
}
.slider-nav:hover { background: rgba(200,16,46,.9); }
.slider-nav.prev { left: 1rem; }
.slider-nav.next { right: 1rem; }
.slider-dots {
  position: absolute;
  left: 0; right: 0; bottom: .75rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: .45rem;
}
.slider-dots button {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.45);
  cursor: pointer;
  padding: 0;
}
.slider-dots button.is-active { background: #fff; width: 26px; border-radius: 999px; }

/* ===== Quote band ===== */
.quote-band {
  background:
    radial-gradient(ellipse at 12% 20%, rgba(200,16,46,.18), transparent 42%),
    linear-gradient(135deg, #001824 0%, #003a52 55%, #002438 100%);
  color: #fff;
  padding: 2rem 0;
  border-top: 3px solid var(--red);
  margin: 1.15rem 0 0;
}
.quote-band-inner {
  width: min(100% - 1.5rem, 1100px);
  margin-inline: auto;
  text-align: center;
}
.quote-band blockquote { margin: 0; }
.quote-line {
  margin: 0 0 .55rem;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: clamp(1.05rem, 2.4vw, 1.55rem);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.45;
  text-transform: uppercase;
}
.quote-author {
  margin-top: 1rem;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .06em;
  opacity: .85;
  font-style: italic;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: var(--red);
  color: #fff !important;
  font-weight: 700;
  padding: .85rem 1.35rem;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
.btn:hover { background: var(--red-dark); }
.btn-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,.45);
  color: #fff !important;
}
.btn-outline:hover { background: rgba(255,255,255,.12); }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

.container.wide { width: min(100% - 2rem, var(--max-wide)); }

.section { padding: 2.75rem 0; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}
.section-head h2 {
  margin: 0;
  font-size: 1.4rem;
  color: var(--navy);
  position: relative;
  padding-bottom: .45rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.section-head h2::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 48px; height: 3px;
  background: var(--red);
}
.section-head a { color: var(--red); font-weight: 700; font-size: .9rem; }

.grid-2 { display: grid; gap: 2rem; }
@media (min-width: 900px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
}
.grid-pages {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.grid-pages a {
  display: flex;
  align-items: center;
  gap: .55rem;
  background: #fff;
  border: 1px solid #e2e8ec;
  padding: .9rem 1rem;
  font-weight: 700;
  color: var(--navy);
  border-radius: 6px;
  transition: border-color .15s ease, transform .15s ease;
}
.grid-pages a i { color: var(--red); opacity: .9; }
.grid-pages a:hover { border-color: var(--navy-bar); transform: translateY(-1px); }

.post-list { list-style: none; margin: 0; padding: 0; background: #fff; border: 1px solid #e2e8ec; }
.post-list li { border-bottom: 1px solid #e8eef1; }
.post-list li:last-child { border-bottom: 0; }
.post-list a {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding: .9rem 1rem;
  align-items: center;
}
.post-list a:hover { background: #f7fafb; }
.post-list .thumb {
  width: 110px; height: 72px;
  object-fit: cover;
  background: #d9e2e8;
}
.post-list .thumb.placeholder {
  display: grid; place-items: center;
  color: #8aa0ad; font-size: .7rem; font-weight: 700;
}
.post-list .meta { font-size: .75rem; color: var(--muted); margin-bottom: .25rem; }
.post-list .title { font-weight: 700; color: var(--navy); line-height: 1.35; }

.page-banner {
  background: var(--navy);
  color: #fff;
  padding: 2rem 0 1.5rem;
}
.page-banner h1 { margin: 0; font-size: clamp(1.45rem, 3vw, 1.9rem); }

.content-card {
  background: #fff;
  border: 1px solid #e2e8ec;
  padding: 1.5rem;
}
.content-article {
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,36,56,.06);
}
.content-hero-img {
  width: 100%;
  max-height: none;
  object-fit: contain;
  background: #f3f7fa;
  border-radius: 6px;
  margin-bottom: 1.25rem;
}
.lede {
  font-size: 1.08rem;
  font-weight: 650;
  color: #003a52;
  line-height: 1.55;
  margin: 0 0 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8eef2;
}
.content-body {
  overflow-wrap: anywhere;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #243842;
}
.content-body img {
  margin: 1rem auto;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
.content-body p { margin: 0 0 1rem; }
.content-body h1, .content-body h2, .content-body h3, .content-body h4 {
  color: var(--navy);
  line-height: 1.3;
  margin: 1.5rem 0 .75rem;
}
.content-body a { color: var(--red); font-weight: 650; text-decoration: underline; }
.content-body .text-link-cta {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-weight: 700;
}
.content-figure {
  margin: 1.5rem auto;
  text-align: center;
  max-width: 720px;
}
.content-figure img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(0,36,56,.12);
  border: 1px solid #e2e8ec;
}
.content-figure figcaption {
  margin-top: .55rem;
  font-size: .92rem;
  font-weight: 650;
  color: var(--navy);
}
.content-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin: 1.5rem 0 2rem;
}
.content-gallery .content-figure {
  margin: 0;
  max-width: none;
}
.content-gallery .content-figure a {
  display: block;
  transition: transform .15s ease;
}
.content-gallery .content-figure a:hover { transform: translateY(-3px); }

.contact-layout {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .contact-layout { grid-template-columns: 1fr 1fr; align-items: start; }
}
.contact-info h2, .contact-layout h2 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: .45rem;
}
.contact-line {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  margin: 0 0 1rem;
  line-height: 1.45;
}
.contact-line > i {
  margin-top: .2rem;
  color: var(--red);
  width: 1.1rem;
  text-align: center;
}
.contact-map {
  margin-top: 1rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8ec;
}
.contact-map iframe { display: block; width: 100%; }

.content-video {
  position: relative;
  width: min(100%, 720px);
  margin: 1.25rem auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8ec;
  box-shadow: 0 8px 24px rgba(0,36,56,.08);
}
.content-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.year-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin: 2rem 0 1rem;
  padding: .65rem 1rem;
  background: #f3f7fa;
  border-left: 4px solid var(--red);
  border-radius: 4px;
  color: var(--navy);
  font-size: 1.15rem;
}
.content-share {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e8eef2;
  color: var(--muted);
  font-weight: 600;
}

.social-row {
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  margin-top: .85rem;
}
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.12);
  color: #fff !important;
  transition: transform .15s ease, background .15s ease;
}
.content-share .social-btn,
.social-row.on-light .social-btn {
  background: #134276;
}
.social-btn:hover {
  background: var(--red) !important;
  transform: translateY(-2px);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  font-size: .86rem;
  margin-bottom: .75rem;
  opacity: .85;
}
.breadcrumb a { color: #fff; text-decoration: underline; }
.page-meta {
  margin-top: .55rem;
  font-size: .9rem;
  opacity: .8;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.empty {
  background: #fff;
  border: 1px dashed #c5d0d8;
  padding: 2rem;
  text-align: center;
  color: var(--muted);
}

.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.82);
  padding: 2.75rem 0 1.5rem;
  margin-top: 0;
}
.stats-counter + .site-footer {
  margin-top: 0;
  border-top: 0;
}
.footer-grid { display: grid; gap: 2rem; }
@media (min-width: 800px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
.footer-logos {
  display: flex;
  gap: .75rem;
  align-items: center;
  margin-bottom: 1rem;
}
.footer-logos img { width: 56px; height: auto; }
.site-footer h3 { margin: 0 0 1rem; color: #fff; font-size: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .45rem; }
.site-footer li.sub { padding-left: .75rem; opacity: .85; font-size: .92rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .82rem;
  color: rgba(255,255,255,.55);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: rgba(255,255,255,.7) !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: .8rem;
  margin-left: auto;
}
.footer-credit:hover { color: #fff !important; }
.footer-credit img {
  height: 36px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .92;
}
.footer-credit:hover img { opacity: 1; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 12, 20, .92);
  display: grid;
  place-items: center;
  padding: 1.5rem;
}
.lightbox[hidden] { display: none !important; }
.lightbox img {
  max-width: min(96vw, 1100px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 12px 40px rgba(0,0,0,.45);
}
.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
.lightbox-close:hover { background: var(--red); }
body.lightbox-open { overflow: hidden; }
.content-body img,
.cal-card-media img,
.identity-preview img,
.content-hero-img {
  cursor: zoom-in;
}

.pagination { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 1.25rem; }
.pagination a, .pagination span {
  padding: .45rem .75rem;
  background: #fff;
  border: 1px solid #d5dde3;
  font-weight: 600;
  font-size: .85rem;
}
.pagination .current { background: var(--navy); color: #fff; border-color: var(--navy); }

.alert { padding: .85rem 1rem; border-radius: 4px; margin-bottom: 1rem; }
.alert-error { background: #fde8ea; color: #8a1020; }
.alert-ok { background: #e7f6ec; color: #146c2e; }

.form label { display: block; font-weight: 600; margin: .75rem 0 .35rem; }
.form input, .form textarea, .form select {
  width: 100%;
  padding: .7rem .8rem;
  border: 1px solid #c9d4db;
  border-radius: 4px;
  font: inherit;
}
.form textarea { min-height: 140px; }

.admin-shell { display: grid; min-height: 100vh; grid-template-columns: 240px 1fr; }
.admin-side { background: var(--navy); color: #fff; padding: 1.25rem; }
.admin-side a { display: block; color: rgba(255,255,255,.85); padding: .55rem .4rem; border-radius: 4px; }
.admin-side a:hover { background: rgba(255,255,255,.08); color: #fff; }
.admin-main { padding: 1.5rem; background: #f4f6f8; }
.admin-table { width: 100%; border-collapse: collapse; background: #fff; }
.admin-table th, .admin-table td { border-bottom: 1px solid #e6ecf0; padding: .65rem .75rem; text-align: left; font-size: .9rem; }
.login-box {
  max-width: 400px; margin: 10vh auto; background: #fff; padding: 2rem;
  border: 1px solid #e2e8ec; border-radius: 6px;
}

@media (max-width: 980px) {
  .logo-nav {
    grid-template-columns: 72px 1fr 72px;
    min-height: 140px;
  }
  .logo-side img { width: 64px; }
  .logo-flag { width: 96px; }
  .logo-center .title-1 { font-size: .9rem; }
  .logo-center .title-2 { font-size: .72rem; }

  .nav-bar-inner {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    margin: 0;
    padding: .85rem 1rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-weight: 700;
    font-size: .95rem;
  }
  .mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: #001824;
    display: flex;
    flex-direction: column;
    padding: 0;
    transform: translateX(100%);
    transition: transform .28s ease;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-nav.is-open {
    transform: translateX(0);
  }
  .mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.1rem;
    background: #002438;
    border-bottom: 3px solid var(--red);
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .mobile-nav-head strong {
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: .04em;
  }
  .mobile-nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 1.15rem;
    cursor: pointer;
  }
  .main-menu {
    display: flex !important;
    flex-direction: column;
    background: transparent;
    width: 100%;
    padding: .35rem 0 2rem;
  }
  .main-menu > .menu-item > a {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    white-space: normal;
    padding: 1rem 1.25rem;
    font-size: .95rem;
    justify-content: space-between;
  }
  .sub-menu {
    position: static;
    display: none;
    box-shadow: none;
    background: #0a2030;
    min-width: 0;
    border-top: 0;
    padding: .25rem 0 .5rem;
  }
  .menu-item.has-children.is-open > .sub-menu { display: block; }
  .menu-item.has-children:hover > .sub-menu { display: none; }
  .menu-item.has-children.is-open:hover > .sub-menu { display: block; }
  .sub-menu a {
    padding: .75rem 1.25rem .75rem 1.75rem;
    font-size: .9rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  body.nav-open { overflow: hidden; }
}

@media (max-width: 600px) {
  .post-list a { grid-template-columns: 84px 1fr; }
  .post-list .thumb { width: 84px; height: 60px; }
  .admin-shell { grid-template-columns: 1fr; }
}

/* ===== Stats counter (above footer) ===== */
.stats-counter {
  background:
    linear-gradient(135deg, #001824 0%, #003a52 55%, #002438 100%);
  color: #fff;
  padding: 2.25rem 0;
  border-top: 3px solid var(--red);
  margin: 0;
}
.stats-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 720px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1100px) {
  .stats-grid { grid-template-columns: repeat(6, 1fr); gap: 1.15rem; }
}
.stat-item {
  text-align: center;
  padding: .9rem .45rem;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}
.stat-icon {
  font-size: 1.2rem;
  color: #ffb3bf;
  margin-bottom: .35rem;
}
.stat-value {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.1;
}
.stat-label {
  margin-top: .3rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .88;
}

/* ===== FAQ / SSS ===== */
.page-lead {
  margin: .65rem 0 0;
  opacity: .85;
  max-width: 40rem;
  font-size: 1rem;
}
.faq-section { padding-top: 1.75rem; }
.faq-toolbar {
  padding: 1rem 1.15rem;
  margin-bottom: 1.25rem;
  border-radius: 8px;
}
.faq-search {
  display: flex;
  align-items: center;
  gap: .65rem;
  background: #f3f7fa;
  border: 1px solid #dbe4ea;
  border-radius: 6px;
  padding: .65rem .85rem;
  margin-bottom: .85rem;
}
.faq-search i { color: var(--muted); }
.faq-search input {
  border: 0;
  background: transparent;
  width: 100%;
  font-size: 1rem;
  outline: none;
}
.faq-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.faq-filters button {
  border: 1px solid #d4dee6;
  background: #fff;
  color: var(--navy);
  border-radius: 999px;
  padding: .4rem .85rem;
  font-weight: 650;
  font-size: .86rem;
  cursor: pointer;
}
.faq-filters button.is-active,
.faq-filters button:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.faq-group { margin-bottom: 1.5rem; }
.faq-group.is-hidden { display: none; }
.faq-group-title {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 .75rem;
  color: var(--navy);
  font-size: 1.15rem;
}
.faq-group-title i { color: var(--red); }
.faq-item {
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 8px;
  margin-bottom: .55rem;
  overflow: hidden;
}
.faq-item[hidden],
.faq-item.is-hidden { display: none; }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  font-weight: 700;
  color: var(--navy);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: #f7fafb; }
.faq-caret {
  color: var(--red);
  transition: transform .2s ease;
  flex-shrink: 0;
}
.faq-item[open] .faq-caret { transform: rotate(180deg); }
.faq-a {
  padding: 0 1.1rem 1.1rem;
  color: #243842;
  line-height: 1.7;
  border-top: 1px solid #eef3f6;
  padding-top: .85rem;
}
.faq-a a { color: var(--red); font-weight: 650; }
.faq-a ul { margin: .5rem 0 0; padding-left: 1.2rem; }
.faq-empty {
  text-align: center;
  padding: 2rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
}
.faq-empty i { font-size: 1.5rem; display: block; margin-bottom: .5rem; color: var(--red); }
.faq-help {
  display: grid;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border-radius: 8px;
  align-items: center;
}
@media (min-width: 800px) {
  .faq-help { grid-template-columns: 1.4fr auto; }
}
.faq-help h3 {
  margin: 0 0 .35rem;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: 1.05rem;
}
.faq-help p { margin: 0; color: var(--muted); }
.faq-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}


/* ===== Faaliyet Takvimi ===== */
.page-lead { margin: .35rem 0 0; color: rgba(255,255,255,.85); max-width: 40rem; }
.cal-years {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1.35rem;
}
.cal-year-btn {
  border: 1px solid #c9d4db;
  background: #fff;
  color: #002438;
  font: inherit;
  font-weight: 700;
  padding: .55rem 1rem;
  border-radius: 6px;
  cursor: pointer;
}
.cal-year-btn:hover { border-color: var(--red); }
.cal-year-btn.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.cal-year-panel { display: none; }
.cal-year-panel.is-active { display: block; }
.cal-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .cal-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .cal-grid { grid-template-columns: repeat(3, 1fr); }
}
.cal-card {
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cal-card-media {
  background: #f0f4f7;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.cal-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
}
.cal-pdf-preview {
  height: 100%;
  display: grid;
  place-content: center;
  gap: .35rem;
  color: var(--red);
  font-weight: 700;
}
.cal-pdf-preview i { font-size: 2.5rem; }
.cal-card-body { padding: 1rem 1.05rem 1.15rem; }
.cal-branch {
  display: inline-block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: .35rem;
}
.cal-card-body h2 {
  margin: 0 0 .85rem;
  font-size: 1rem;
  color: var(--navy);
  line-height: 1.35;
}
.cal-actions .btn { font-size: .88rem; }

/* ===== Banka / Fatura ===== */
.bank-wrap { max-width: 960px; }
.bank-grid {
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 800px) {
  .bank-grid { grid-template-columns: 1fr 1fr; }
}
.bank-card {
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 10px;
  padding: 1.25rem 1.3rem 1.35rem;
  border-top: 3px solid var(--red);
}
.bank-card header {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
}
.bank-card header i { color: var(--red); font-size: 1.2rem; }
.bank-card h2 { margin: 0; font-size: 1.1rem; color: var(--navy); }
.bank-dl { margin: 0; display: grid; gap: .9rem; }
.bank-dl dt {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6a7b85;
  margin-bottom: .2rem;
}
.bank-dl dd { margin: 0; color: #102833; font-weight: 600; line-height: 1.55; }
.iban-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
}
.iban-row code {
  background: #f3f6f8;
  border: 1px solid #e2e8ec;
  padding: .45rem .6rem;
  border-radius: 6px;
  font-size: .92rem;
  letter-spacing: .02em;
}
.btn-copy {
  border: 1px solid #c9d4db;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-size: .85rem;
  font-weight: 650;
  padding: .4rem .7rem;
  border-radius: 6px;
  cursor: pointer;
}
.btn-copy:hover { border-color: var(--red); color: var(--red); }
.bank-note {
  margin-top: 1.25rem;
  padding: .9rem 1rem;
  background: #f7fafb;
  border-left: 3px solid var(--navy);
  color: #3a4d58;
}

/* ===== Corporate pages ===== */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.corp-intro {
  margin-bottom: 1.5rem;
  color: #243842;
  line-height: 1.7;
  max-width: none;
}
.corp-article {
  width: 100%;
}
.corp-article .content-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #1e2d36;
  max-width: none;
}
.corp-article .content-body h2,
.corp-article .content-body h3 { color: var(--navy); margin-top: 1.5rem; }
.corp-article .content-body img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}
.corp-article .content-body p { margin: 0 0 1.05rem; }
.corp-article .content-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.corp-article .content-body th,
.corp-article .content-body td {
  border: 1px solid #e2e8ec;
  padding: .65rem .75rem;
  text-align: left;
}

.identity-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .identity-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .identity-grid { grid-template-columns: repeat(3, 1fr); }
}
.identity-card {
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.identity-preview {
  aspect-ratio: 16 / 10;
  background: #f4f7f9;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.identity-preview img {
  max-width: 70%;
  max-height: 140px;
  object-fit: contain;
}
.identity-body { padding: 1rem 1.1rem 1.2rem; }
.identity-body h2 { margin: 0 0 .35rem; font-size: 1.02rem; color: var(--navy); }
.identity-body p { margin: 0 0 .9rem; color: #5a6b75; font-size: .9rem; }

.board-president {
  background: linear-gradient(135deg, #001824, #003a52);
  color: #fff;
  border-radius: 12px;
  padding: 1.65rem 1.5rem;
  text-align: center;
  margin-bottom: 1.35rem;
  border-bottom: 3px solid var(--red);
}
.board-role {
  display: block;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .8;
  margin-bottom: .35rem;
}
.board-president strong { font-size: clamp(1.25rem, 2.5vw, 1.8rem); }
.board-sections {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1000px) {
  .board-sections { grid-template-columns: repeat(2, 1fr); }
}
.board-section {
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 10px;
  padding: 1.2rem 1.35rem;
}
.board-section h2 {
  margin: 0 0 .85rem;
  font-size: 1.08rem;
  color: var(--navy);
  border-bottom: 2px solid #eef3f6;
  padding-bottom: .55rem;
}
.board-cols {
  display: grid;
  gap: 1rem;
}
@media (min-width: 700px) {
  .board-cols { grid-template-columns: 1fr 1fr; }
}
.board-section h3 {
  margin: 0 0 .45rem;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--red);
}
.board-section ul { margin: 0; padding-left: 1.1rem; }
.board-section li { margin: .3rem 0; color: #243842; }

.corp-toolbar { margin-bottom: 1.15rem; }
.corp-toolbar input[type=search] {
  width: 100%;
  max-width: 480px;
  border: 1px solid #c9d4db;
  border-radius: 8px;
  padding: .8rem 1rem;
  font: inherit;
}
.province-grid {
  display: grid;
  gap: .9rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .province-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
  .province-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1280px) {
  .province-grid { grid-template-columns: repeat(4, 1fr); }
}
.province-card {
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 10px;
  padding: 1.05rem 1.1rem;
}
.province-card.is-hidden { display: none; }
.province-card h2 {
  margin: 0 0 .35rem;
  font-size: .95rem;
  color: var(--navy);
}
.province-person { margin: 0 0 .55rem; color: #3a4d58; font-weight: 600; }
.province-phone {
  color: var(--red);
  font-weight: 650;
  font-size: .92rem;
  text-decoration: none;
}
.province-phone:hover { text-decoration: underline; }

.committee-list {
  display: grid;
  gap: .6rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1100px) {
  .committee-list { grid-template-columns: 1fr 1fr; align-items: start; }
}
.committee-item {
  background: #fff;
  border: 1px solid #e2e8ec;
  border-radius: 8px;
  overflow: hidden;
}
.committee-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  font-weight: 700;
  color: var(--navy);
}
.committee-item summary::-webkit-details-marker { display: none; }
.committee-item[open] .faq-caret { transform: rotate(180deg); }
.committee-item ul {
  margin: 0;
  padding: .35rem 1.15rem 1.15rem 2rem;
  border-top: 1px solid #eef3f6;
  columns: 1;
}
@media (min-width: 700px) {
  .committee-item ul { columns: 2; column-gap: 1.5rem; }
}
.committee-item li {
  margin: .3rem 0;
  color: #243842;
  break-inside: avoid;
}

/* ===== Mobile responsive pass ===== */
@media (max-width: 980px) {
  .home-hero { padding: .85rem 0 0; }
  .home-hero > .container {
    width: min(100% - 1rem, 1560px);
  }
  .hero-slider--compact {
    aspect-ratio: auto;
    height: clamp(160px, 28vw, 280px);
    max-height: 280px;
    width: 100%;
    border-radius: 10px;
  }
  .hero-slider--compact .slide {
    background-size: cover;
  }
  .slider-nav {
    width: 36px;
    height: 36px;
  }
  .slider-nav.prev { left: .5rem; }
  .slider-nav.next { right: .5rem; }
  .quote-band { padding: 1.5rem 0; margin-top: .9rem; }
  .quote-line { letter-spacing: .02em; }
  .page-banner { padding: 1.25rem 0; }
  .page-banner h1 { font-size: 1.45rem; }
  .grid-2 { grid-template-columns: 1fr; gap: 1.75rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .cal-card-media { aspect-ratio: 3 / 4; }
}

@media (max-width: 600px) {
  .logo-nav {
    grid-template-columns: 56px 1fr 56px;
    min-height: 110px;
    gap: .45rem;
    padding: .75rem 0 .5rem;
  }
  .logo-side img { width: 48px; }
  .logo-flag { width: 72px; }
  .logo-center .title-1 { font-size: .72rem; }
  .logo-center .title-2 { font-size: .58rem; display: none; }
  .hero-slider--compact {
    height: clamp(140px, 36vw, 220px);
    max-height: 220px;
  }
  .quote-line { font-size: 1rem; }
  .quote-author { font-size: .85rem; }
  .section { padding: 1.5rem 0; }
  .container { width: min(100% - 1.25rem, var(--max)); }
  .bank-grid { grid-template-columns: 1fr; }
  .iban-row { flex-direction: column; align-items: flex-start; }
  .board-cols { grid-template-columns: 1fr; }
  .footer-bottom {
    flex-direction: column;
    gap: .75rem;
    text-align: center;
    align-items: center;
  }
  .footer-credit { margin-left: 0; }
  .nav-bar-inner { padding: 0 .35rem; }
}

@media (max-width: 400px) {
  .hero-slider--compact {
    height: 150px;
    max-height: 150px;
  }
}
