html { scroll-behavior: smooth; }

.wave-line {
  background: linear-gradient(90deg, transparent, rgba(26, 84, 72, 0.35), transparent);
  height: 1px;
}

/* Fixed header */
.site-header {
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.site-header .header-top {
  max-height: 40px;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(90deg, #9b1d2e 0%, #7a1522 28%, #134038 65%, #0c2e27 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.site-header .header-main {
  transition: padding 0.3s ease;
}
.site-header .header-logo,
.site-header .header-ataturk {
  transition: height 0.3s ease, width 0.3s ease, filter 0.3s ease;
}
.site-header .header-brand {
  transition: font-size 0.3s ease, color 0.3s ease;
}
.site-header .nav-toggle {
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
  border: 0 !important;
  background: transparent;
  width: 2.85rem;
  height: 2.85rem;
}
.site-header .nav-toggle svg {
  width: 1.75rem;
  height: 1.75rem;
}

/* Mobil logo daha büyük */
.site-header .header-logo {
  height: 3.5rem;
  width: 3.5rem;
}
.site-header .header-ataturk {
  height: 3rem;
}
@media (min-width: 640px) {
  .site-header .header-logo {
    height: 3.5rem;
    width: 3.5rem;
  }
  .site-header .header-ataturk {
    height: 3.5rem;
  }
}

/* Scroll: aynı yeşil (#0c2e27), asla siyah değil */
.site-header.is-compact {
  background: #0c2e27;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px -18px rgba(0, 0, 0, 0.45);
  color: #fff;
}
/* Menü açıkken backdrop-filter containing block oluşturmasın */
.site-header.is-open {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}
.site-header.is-compact .header-top {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.site-header.is-compact .header-main {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.site-header.is-compact .header-logo {
  height: 2.85rem;
  width: 2.85rem;
}
.site-header.is-compact .header-ataturk {
  height: 2.65rem;
}
@media (max-width: 639px) {
  .site-header.is-compact .header-logo {
    height: 3.15rem;
    width: 3.15rem;
  }
  .site-header.is-compact .header-ataturk {
    height: 2.85rem;
  }
}
.site-header.is-compact .header-brand,
.site-header.is-compact a.flex {
  color: #ffffff !important;
}
.site-header.is-compact .header-sub {
  color: rgba(255, 255, 255, 0.65) !important;
}
.site-header.is-compact .nav-item > a,
.site-header.is-compact .nav-item > button {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: none;
}
.site-header.is-compact .nav-item > a:hover,
.site-header.is-compact .nav-item > button:hover {
  color: #c9b99a;
}
.site-header.is-compact .nav-toggle {
  color: #fff;
}

/* İç sayfa: koyu yeşil menü barı */
.site-header--solid {
  background: #0c2e27;
  box-shadow: 0 12px 32px -18px rgba(0, 0, 0, 0.45);
  color: #fff;
}
.site-header--solid .header-top {
  color: rgba(255,255,255,0.75);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.site-header--solid .header-top a:hover { color: #fff; }
.site-header--solid .nav-item > a,
.site-header--solid .nav-item > button {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: none;
}
.site-header--solid .nav-item > a:hover,
.site-header--solid .nav-item > button:hover {
  color: #c9b99a;
}
.site-header--solid .nav-item.is-active > a {
  color: #e8c9a0;
}
.site-header--solid .nav-toggle {
  color: #fff;
}
.site-header--solid .header-brand {
  color: #ffffff;
}
.site-header--solid .header-sub {
  color: rgba(255, 255, 255, 0.65);
}
.site-header--solid.is-compact {
  background: #0c2e27;
}

/* Beyaz Atatürk (siyah zeminli PNG → yeşil headerda ekran karışımı) */
.site-header .header-ataturk.is-light,
.site-header--solid .header-ataturk {
  mix-blend-mode: screen;
}

.header-spacer {
  height: 7.25rem;
  transition: height 0.3s ease;
}
@media (max-width: 639px) {
  .header-spacer { height: 6.5rem; }
}
.site-header--solid.is-compact ~ .header-spacer {
  height: 4.5rem;
}
@media (max-width: 639px) {
  .site-header--solid.is-compact ~ .header-spacer { height: 4.35rem; }
}
.mobile-tile.is-active {
  background: rgba(155, 29, 46, 0.08);
}
.mobile-tile.is-active .mobile-tile-label { color: #9b1d2e; }

/* Desktop dropdowns */
.nav-item { position: relative; }
.nav-item > a,
.nav-item > button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.45rem 0.15rem 0.55rem;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
  transition: color 0.2s ease;
}
.nav-item > a::after,
.nav-item > button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.15rem;
  height: 2px;
  background: #c9b99a;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-item > a:hover,
.nav-item > button:hover,
.nav-item:focus-within > a,
.nav-item:focus-within > button,
.nav-item.is-active > a {
  color: #fff;
}
.nav-item > a:hover::after,
.nav-item > button:hover::after,
.nav-item:hover > a::after,
.nav-item:hover > button::after,
.nav-item:focus-within > a::after,
.nav-item:focus-within > button::after,
.nav-item.is-active > a::after {
  transform: scaleX(1);
}
.site-header--solid .nav-item > a::after,
.site-header--solid .nav-item > button::after,
.site-header.is-compact .nav-item > a::after,
.site-header.is-compact .nav-item > button::after {
  background: #c9b99a;
}

.submenu {
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  transform: translate(-50%, 8px);
  min-width: 280px;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(12, 46, 39, 0.08);
  box-shadow: 0 22px 50px -22px rgba(6, 26, 22, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 80;
}
.submenu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}
.nav-item:hover > .submenu,
.nav-item:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.submenu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  min-width: 420px;
}
.submenu-wide {
  min-width: 520px;
  grid-template-columns: 1fr 1fr 1fr;
}
.submenu-grid a {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid transparent;
  background: #f7faf8;
  color: #0c2e27;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.submenu-grid a span {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
}
.submenu-grid a small {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(12, 46, 39, 0.55);
}
.submenu-grid a:hover {
  background: #fff;
  border-color: rgba(155, 29, 46, 0.25);
  transform: translateY(-1px);
}
.submenu-grid a:hover span { color: #9b1d2e; }

/* Mobil drawer — body altında (JS ile taşınır); header backdrop-filter'dan bağımsız */
.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: rgba(6, 26, 22, 0.45);
  backdrop-filter: blur(4px);
}
.mobile-drawer.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.mobile-drawer-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(100%, 380px);
  overflow-y: auto;
  background: linear-gradient(180deg, #f7faf8 0%, #ffffff 40%);
  padding: 1.25rem 1.15rem 2rem;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -20px 0 50px -30px rgba(0,0,0,0.4);
}
.mobile-drawer.is-open .mobile-drawer-inner {
  transform: translateX(0);
}
.mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(12, 46, 39, 0.1);
}

.mobile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.mobile-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 6.5rem;
  padding: 1.2rem 1.1rem;
  background: rgba(12, 46, 39, 0.045);
  border: 0;
  box-shadow: none;
  border-radius: 0;
  opacity: 0;
  transform: translateY(14px) scale(0.97);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    box-shadow 0.25s ease;
}
.mobile-drawer.is-open .mobile-tile {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.mobile-drawer.is-open .mobile-tile:nth-child(1) { transition-delay: 0.05s; }
.mobile-drawer.is-open .mobile-tile:nth-child(2) { transition-delay: 0.1s; }
.mobile-drawer.is-open .mobile-tile:nth-child(3) { transition-delay: 0.15s; }
.mobile-drawer.is-open .mobile-tile:nth-child(4) { transition-delay: 0.2s; }
.mobile-drawer.is-open .mobile-tile:nth-child(5) { transition-delay: 0.25s; }
.mobile-drawer.is-open .mobile-tile:nth-child(6) { transition-delay: 0.3s; }
.mobile-drawer.is-open.is-settled .mobile-tile {
  transition-delay: 0s;
}
.mobile-drawer.is-open.is-settled .mobile-tile:hover {
  background: rgba(12, 46, 39, 0.09);
  transform: translateY(-3px) scale(1.01);
}
.mobile-drawer.is-open.is-settled .mobile-tile-accent:hover {
  background: #7a1522;
}
.mobile-drawer.is-open.is-settled .mobile-tile:active {
  transform: scale(0.97);
}
.mobile-tile-label {
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0c2e27;
  line-height: 1.1;
}
.mobile-tile-desc {
  margin-top: 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(12, 46, 39, 0.5);
}
.mobile-tile-accent {
  background: #9b1d2e;
}
.mobile-tile-accent:hover {
  background: #7a1522;
}
.mobile-tile-accent .mobile-tile-label,
.mobile-tile-accent .mobile-tile-desc {
  color: #fff;
}
.mobile-tile-accent .mobile-tile-desc { opacity: 0.8; }

.mobile-accords {
  margin-top: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.mobile-accord {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(12, 46, 39, 0.08);
}
.mobile-accord-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 0.15rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: #0c2e27;
  background: transparent;
}
.mobile-accord-btn svg {
  transition: transform 0.25s ease;
}
.mobile-accord-btn[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.mobile-accord-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
  padding: 0 0 0.85rem;
}
.mobile-accord-panel.hidden { display: none; }
.mobile-accord-panel a {
  padding: 0.7rem 0.55rem;
  background: rgba(12, 46, 39, 0.04);
  border: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0c2e27;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.mobile-accord-panel a:hover {
  color: #9b1d2e;
  background: rgba(155, 29, 46, 0.06);
  transform: translateX(2px);
}

.mobile-cta {
  display: block;
  margin-top: 1.25rem;
  padding: 1rem;
  text-align: center;
  background: #0c2e27;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  border: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.mobile-cta:hover {
  background: #134038;
  transform: translateY(-1px);
}

/* İletişim haritası */
.contact-map-wrap {
  max-width: 100%;
}
.contact-map {
  position: relative;
  width: 100%;
  height: 220px;
  border: 1px solid rgba(12, 46, 39, 0.08);
}
.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(1.02) saturate(0.92);
}

.site-header.is-open .nav-toggle [data-icon-open] { display: none; }
.site-header.is-open .nav-toggle [data-icon-close] { display: block; }

/* Haber filtreleri */
.news-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.15rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(12, 46, 39, 0.1);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.news-filters::-webkit-scrollbar { display: none; }
.news-filter {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  padding: 0.85rem 1.05rem 1rem;
  border: 0;
  background: transparent;
  color: rgba(12, 46, 39, 0.48);
  cursor: pointer;
  transition: color 0.22s ease;
}
.news-filter::after {
  content: "";
  position: absolute;
  left: 1.05rem;
  right: 1.05rem;
  bottom: -1px;
  height: 2px;
  background: #9b1d2e;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-filter:hover {
  color: #0c2e27;
}
.news-filter.is-active {
  color: #0c2e27;
}
.news-filter.is-active::after {
  transform: scaleX(1);
}
.news-filter-name {
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.news-filter-count {
  min-width: 1.35rem;
  padding: 0.12rem 0.4rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(12, 46, 39, 0.4);
  background: rgba(12, 46, 39, 0.06);
  transition: background 0.22s ease, color 0.22s ease;
}
.news-filter.is-active .news-filter-count {
  background: rgba(155, 29, 46, 0.12);
  color: #9b1d2e;
}
.news-filter:hover .news-filter-count {
  background: rgba(12, 46, 39, 0.1);
}
[data-news-list] [data-cat].is-filtered-out {
  display: none;
}
.news-empty {
  padding: 3rem 1rem;
  text-align: center;
  font-size: 0.95rem;
  color: rgba(12, 46, 39, 0.5);
}

/* Hızlı erişim marquee */
.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  gap: 0.65rem;
  animation: marquee 40s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.marquee-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 1.05rem;
  background: #fff;
  border: 1px solid rgba(12, 46, 39, 0.1);
  color: #0c2e27;
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.marquee-chip time,
.marquee-date {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #9b1d2e;
  transition: color 0.2s ease;
}
.marquee-chip:hover {
  background: #9b1d2e;
  border-color: #9b1d2e;
  color: #fff;
}
.marquee-chip:hover time,
.marquee-chip:hover .marquee-date {
  color: rgba(255, 255, 255, 0.85);
}

/* Başkan sosyal */
.baskan-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}
.baskan-social-label {
  margin: 0 0.35rem 0 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(12, 46, 39, 0.45);
}
.baskan-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  background: rgba(12, 46, 39, 0.06);
  color: #0c2e27;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}
.baskan-social a:hover {
  background: #9b1d2e;
  color: #fff;
  transform: translateY(-2px);
}
.baskan-social a svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}
.baskan-social--light .baskan-social-label {
  color: rgba(255, 255, 255, 0.55);
}
.baskan-social--light a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.baskan-social--light a:hover {
  background: #c9b99a;
  color: #0c2e27;
}

/* Slider */
.slider-track { position: relative; height: 100%; }
.slider-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}
.slider-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.slider-slide.is-active img {
  animation: kenburns 14s ease-out forwards;
}
@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}
.slider-dot {
  height: 3px;
  width: 28px;
  background: rgba(255,255,255,0.35);
  transition: background 0.3s ease, width 0.3s ease;
}
.slider-dot.is-active {
  background: #fff;
  width: 44px;
}

/* Ana slider — tüm mobil tarayıcılar (svh/dvh + safe-area) */
.site-slider {
  height: 100vh;
  min-height: 100vh;
  height: 100svh;
  min-height: 100svh;
  height: 100dvh;
  min-height: 100dvh;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
@media (min-width: 768px) {
  .site-slider {
    height: 90vh;
    min-height: 90vh;
    height: 90svh;
    min-height: 90svh;
    height: 90dvh;
    min-height: 90dvh;
  }
}
.slider-caption {
  padding-bottom: 6.5rem;
}

.slider-scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.35s ease;
  z-index: 25;
}
.slider-scroll:hover { color: #c9b99a; }
.slider-scroll.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.slider-scroll-mouse {
  width: 1.35rem;
  height: 2.15rem;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  padding-top: 0.35rem;
}
.slider-scroll-wheel {
  width: 0.22rem;
  height: 0.4rem;
  border-radius: 999px;
  background: currentColor;
  animation: scrollWheel 1.6s ease-in-out infinite;
}
.slider-scroll-label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.slider-scroll-chevron {
  width: 1.15rem;
  height: 1.15rem;
  animation: scrollChev 1.6s ease-in-out infinite;
}
/* Masaüstü: Keşfet tamamen gizli */
@media (min-width: 768px) {
  .slider-scroll {
    display: none;
  }
}
@keyframes scrollWheel {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(8px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}
@keyframes scrollChev {
  0%, 100% { transform: translateY(0); opacity: 0.55; }
  50% { transform: translateY(4px); opacity: 1; }
}
@media (max-width: 767px) {
  .slider-caption {
    padding-bottom: calc(9.5rem + env(safe-area-inset-bottom, 0px));
  }
  .slider-controls {
    bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
  }
  .slider-scroll-mouse,
  .slider-scroll-label {
    display: none;
  }
  .slider-scroll-chevron {
    width: 1.55rem;
    height: 1.55rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .slider-scroll-wheel,
  .slider-scroll-chevron { animation: none; }
}

.page-hero {
  background-image:
    linear-gradient(160deg, rgba(6, 26, 22, 0.88), rgba(19, 64, 56, 0.72)),
    url('../img/slider-1.jpg');
  background-size: cover;
  background-position: center;
}

.back-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 55;
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  background: #9b1d2e;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, background 0.2s ease, bottom 0.25s ease, right 0.25s ease;
  box-shadow: 0 10px 24px -12px rgba(122, 21, 34, 0.8);
}
@media (min-width: 768px) {
  .back-top { right: 3.25rem; }
}
@media (max-width: 767px) {
  .back-top { bottom: 5.25rem; }
}
.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-top:hover { background: #7a1522; }

/* E-Belediye — geçişli gradient */
.btn-ebele {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff !important;
  border: 0;
  text-decoration: none;
  background: linear-gradient(120deg, #7a1522 0%, #9b1d2e 22%, #c42a3d 48%, #e04555 68%, #9b1d2e 100%);
  background-size: 220% 220%;
  animation: ebeleShift 4s ease infinite;
  box-shadow: 0 8px 22px -10px rgba(155, 29, 46, 0.9);
  transition: filter 0.2s ease, transform 0.2s ease;
}
.btn-ebele:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
@media (min-width: 640px) {
  .btn-ebele { display: inline-flex; }
}
@keyframes ebeleShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  .btn-ebele { animation: none; background: #9b1d2e; }
}

/* Sosyal + arama */
.header-tools {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}
@media (max-width: 639px) {
  [data-header-top] .mx-auto > p {
    max-width: 38%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  [data-header-top] .mx-auto > div {
    gap: 0.55rem;
  }
  [data-header-top] a[href="iletisim.html"] {
    display: none;
  }
}
.social-links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.social-links a {
  display: flex;
  height: 1.7rem;
  width: 1.7rem;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.85);
  transition: color 0.2s ease, background 0.2s ease;
}
@media (min-width: 640px) {
  .social-links a {
    height: 1.75rem;
    width: 1.75rem;
  }
}
.social-links a:hover {
  color: #c9b99a;
}
.social-links svg {
  height: 0.9rem;
  width: 0.9rem;
  fill: currentColor;
}
@media (min-width: 640px) {
  .social-links svg {
    height: 0.95rem;
    width: 0.95rem;
  }
}
.tool-btn {
  display: inline-flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  padding: 0;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.tool-btn:hover {
  color: #c9b99a;
}
.tool-btn:active {
  transform: scale(0.94);
}
.tool-btn svg {
  height: 1.05rem;
  width: 1.05rem;
}

/* Arama overlay — üstten açılan sade şerit */
.search-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  background: rgba(12, 46, 39, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.search-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.search-panel {
  width: 100%;
  background: #0c2e27;
  color: #fff;
  box-shadow: 0 24px 48px -28px rgba(0, 0, 0, 0.55);
  transform: translateY(-100%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.search-modal.is-open .search-panel {
  transform: translateY(0);
}
.search-panel-inner {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 1.25rem 1.25rem 1.5rem;
}
.search-panel-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.search-panel-head .search-ico {
  flex-shrink: 0;
  color: #c9b99a;
}
.search-panel-head .search-ico svg {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}
.search-panel-head input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #fff;
  background: transparent;
  caret-color: #c9b99a;
}
.search-panel-head input::placeholder {
  color: rgba(255, 255, 255, 0.42);
  font-weight: 400;
}
.search-panel-head input::-webkit-search-decoration,
.search-panel-head input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: color 0.2s ease;
}
.search-close:hover {
  color: #fff;
}
.search-close svg {
  height: 1.1rem;
  width: 1.1rem;
}
.search-hint {
  margin: 0.85rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.search-hint.is-warn { color: #e8c9a0; }
.search-results {
  max-height: min(52vh, 420px);
  overflow-y: auto;
  margin-top: 0.5rem;
  padding-right: 0.15rem;
}
.search-results a {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  align-items: baseline;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: opacity 0.15s ease, padding-left 0.2s ease;
}
.search-results a:last-child {
  border-bottom: 0;
}
.search-results a:hover {
  opacity: 1;
  padding-left: 0.35rem;
}
.search-results a:hover .sr-title {
  color: #c9b99a;
}
.search-results .sr-type {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(201, 185, 154, 0.85);
  padding-top: 0.2rem;
  min-width: 4.5rem;
}
.search-results .sr-body {
  min-width: 0;
}
.search-results .sr-title {
  display: block;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  transition: color 0.15s ease;
}
.search-results .sr-text {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.48);
}
.search-empty {
  padding: 1.75rem 0 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Duyurular — hızlı erişim chip stili */
.duyuru-bar {
  background: #f2f8f6;
  border-bottom: 1px solid rgba(12, 46, 39, 0.08);
  color: #0c2e27;
}
.duyuru-bar-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.85rem 1rem;
}
.duyuru-label {
  flex-shrink: 0;
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9b1d2e;
}
@media (max-width: 639px) {
  .duyuru-label {
    writing-mode: horizontal-tb;
    max-width: 4.5rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
  }
}

/* Hızlı erişim — sağ panel / mobil alt dock */
.qa-rail {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 55;
  transform: translateY(-50%);
}
.qa-rail-btn {
  display: none;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.45rem 0.95rem;
  background: #9b1d2e;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  box-shadow:
    -6px 0 0 #7a1522,
    -18px 10px 40px -18px rgba(155, 29, 46, 0.75);
  transition: background 0.2s ease, padding 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  animation: qaPulse 2.4s ease-in-out infinite;
}
.qa-rail-btn::before {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #c9b99a;
  box-shadow: 0 0 0 3px rgba(201, 185, 154, 0.25);
  flex-shrink: 0;
}
.qa-rail-btn:hover {
  background: #7a1522;
  padding-right: 1.2rem;
  animation: none;
  filter: brightness(1.05);
}
@keyframes qaPulse {
  0%, 100% {
    box-shadow:
      -6px 0 0 #7a1522,
      -18px 10px 40px -18px rgba(155, 29, 46, 0.65);
  }
  50% {
    box-shadow:
      -6px 0 0 #7a1522,
      -22px 10px 48px -12px rgba(155, 29, 46, 0.95),
      0 0 0 4px rgba(155, 29, 46, 0.18);
  }
}
@media (min-width: 768px) {
  .qa-rail-btn { display: inline-flex; }
}
@media (prefers-reduced-motion: reduce) {
  .qa-rail-btn { animation: none; }
}

.qa-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  display: flex;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, transparent, rgba(12, 46, 39, 0.12) 30%, rgba(12, 46, 39, 0.2));
  pointer-events: none;
}
.qa-dock-btn {
  pointer-events: auto;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1rem;
  color: #fff;
  border: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  background: linear-gradient(120deg, #7a1522 0%, #9b1d2e 22%, #c42a3d 48%, #e04555 68%, #9b1d2e 100%);
  background-size: 220% 220%;
  animation: ebeleShift 4s ease infinite;
  box-shadow: 0 12px 28px -12px rgba(155, 29, 46, 0.9);
  transition: filter 0.2s ease, transform 0.2s ease;
}
.qa-dock-btn:hover {
  filter: brightness(1.08);
}
.qa-dock-btn:active { transform: scale(0.985); }
.qa-dock-btn svg {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .qa-dock-btn {
    animation: none;
    background: #9b1d2e;
  }
}
@media (min-width: 768px) {
  .qa-dock { display: none; }
}

.qa-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(12, 46, 39, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.qa-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.qa-panel {
  position: fixed;
  z-index: 71;
  background: #fff;
  color: #0c2e27;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Desktop: sağdan */
@media (min-width: 768px) {
  .qa-panel {
    top: 0;
    right: 0;
    bottom: 0;
    width: min(100%, 380px);
    transform: translateX(100%);
    box-shadow: -24px 0 60px -30px rgba(0, 0, 0, 0.45);
  }
  .qa-panel.is-open {
    transform: translateX(0);
  }
}

/* Mobil: tam ekran */
@media (max-width: 767px) {
  .qa-panel {
    inset: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    border-radius: 0;
  }
  .qa-panel.is-open {
    transform: translateY(0);
  }
  body.qa-open .back-top {
    bottom: 5.5rem;
  }
}

.qa-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1rem;
  background: #9b1d2e;
  color: #fff;
}
.qa-panel-head h2 {
  margin: 0;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
}
.qa-panel-head p {
  margin: 0.25rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.qa-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: color 0.2s ease;
}
.qa-close:hover { color: #fff; }
.qa-close svg { width: 1.2rem; height: 1.2rem; }

.qa-panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.1rem 1.5rem;
  -webkit-overflow-scrolling: touch;
}
.qa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.qa-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 5.1rem;
  padding: 0.95rem;
  background: rgba(12, 46, 39, 0.045);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease, transform 0.2s ease;
}
.qa-link:hover {
  background: rgba(12, 46, 39, 0.09);
  transform: translateY(-2px);
}
.qa-link-title {
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0c2e27;
  line-height: 1.15;
}
.qa-link-desc {
  margin-top: 0.4rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(12, 46, 39, 0.5);
}
.qa-link.is-accent {
  background: #9b1d2e;
}
.qa-link.is-accent:hover { background: #7a1522; }
.qa-link.is-accent .qa-link-title,
.qa-link.is-accent .qa-link-desc { color: #fff; }
.qa-link.is-accent .qa-link-desc { opacity: 0.8; }

.qa-section-label {
  margin: 1.35rem 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9b1d2e;
}
.qa-list {
  display: flex;
  flex-direction: column;
}
.qa-list a {
  padding: 0.85rem 0.15rem;
  border-bottom: 1px solid rgba(12, 46, 39, 0.08);
  font-size: 0.9rem;
  font-weight: 700;
  color: #0c2e27;
  text-decoration: none;
  transition: color 0.15s ease, padding-left 0.2s ease;
}
.qa-list a:hover {
  color: #9b1d2e;
  padding-left: 0.35rem;
}
.qa-list a:last-child { border-bottom: 0; }

body.qa-open { overflow: hidden; }
body.qa-open .qa-rail,
body.qa-open .qa-dock {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 4.75rem;
  }
}

@media (max-width: 480px) {
  .submenu-grid,
  .submenu-wide { min-width: 280px; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track,
  .duyuru-track { animation: none; }
  .slider-slide.is-active img { animation: none; }
  .site-header,
  .mobile-drawer,
  .mobile-drawer-inner,
  .mobile-tile,
  .back-top,
  .search-modal,
  .search-panel,
  .qa-panel,
  .qa-overlay,
  .page-loader-logo,
  .page-loader-bar span { transition: none; animation: none; }
  .mobile-tile {
    opacity: 1;
    transform: none;
  }
}

/* —— Sayfa loader —— */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse at 50% 35%, rgba(19, 64, 56, 0.55), transparent 55%),
    #0c2e27;
  color: #fff;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}
.page-loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-loader-inner {
  text-align: center;
  padding: 2rem;
}
.page-loader-logo {
  width: 5.5rem;
  height: 5.5rem;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
  animation: loaderBreath 1.6s ease-in-out infinite;
}
.page-loader-brand {
  margin: 1.15rem 0 0;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.page-loader-sub {
  margin: 0.35rem 0 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(201, 185, 154, 0.9);
}
.page-loader-bar {
  width: 7.5rem;
  height: 2px;
  margin: 1.5rem auto 0;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
.page-loader-bar span {
  display: block;
  height: 100%;
  width: 40%;
  background: linear-gradient(90deg, transparent, #c9b99a, transparent);
  animation: loaderSlide 1.1s ease-in-out infinite;
}
@keyframes loaderBreath {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.92; }
}
@keyframes loaderSlide {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(280%); }
}

/* —— Erişilebilirlik —— */
.a11y-fab {
  position: fixed;
  left: 1rem;
  bottom: 1.25rem;
  z-index: 56;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: #9b1d2e;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 28px -10px rgba(155, 29, 46, 0.7);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.a11y-fab:hover {
  background: #fff;
  color: #9b1d2e;
  transform: translateY(-1px);
  box-shadow:
    0 0 0 2px #9b1d2e,
    0 14px 32px -12px rgba(155, 29, 46, 0.45);
}
.a11y-fab:focus-visible {
  outline: 3px solid #c9b99a;
  outline-offset: 3px;
}
.a11y-fab svg { width: 1.35rem; height: 1.35rem; }
@media (max-width: 767px) {
  .a11y-fab { bottom: 5.35rem; }
}
body.qa-open .a11y-fab,
body.a11y-open .qa-rail,
body.a11y-open .qa-dock {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.a11y-panel {
  position: fixed;
  left: 1rem;
  bottom: 4.75rem;
  z-index: 72;
  width: min(calc(100vw - 2rem), 320px);
  max-height: min(72vh, 560px);
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #0c2e27;
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
@media (max-width: 767px) {
  .a11y-panel { bottom: 8.85rem; max-height: min(62vh, 520px); }
}
.a11y-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.a11y-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  background: #9b1d2e;
  color: #fff;
  flex-shrink: 0;
}
.a11y-panel-head h2 {
  margin: 0;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
}
.a11y-panel-close {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: inline-flex;
  padding: 0.2rem;
}
.a11y-panel-close:hover { color: #fff; }
.a11y-panel-close svg { width: 1.1rem; height: 1.1rem; }
.a11y-panel-body {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.a11y-group {
  margin: 0.55rem 0 0.15rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9b1d2e;
}
.a11y-group:first-child { margin-top: 0; }
.a11y-note {
  margin: 0.15rem 0 0.35rem;
  font-size: 0.72rem;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(12, 46, 39, 0.55);
}
.a11y-link {
  display: block;
  padding: 0.75rem 0.85rem;
  background: rgba(155, 29, 46, 0.08);
  color: #9b1d2e;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease;
}
.a11y-link:hover { background: rgba(155, 29, 46, 0.14); }
.a11y-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 0;
  background: rgba(12, 46, 39, 0.05);
  color: #0c2e27;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
}
.a11y-btn:hover { background: rgba(12, 46, 39, 0.1); }
.a11y-btn.is-on {
  background: rgba(155, 29, 46, 0.1);
  color: #9b1d2e;
}
.a11y-btn small {
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(12, 46, 39, 0.45);
}
.a11y-btn.is-on small { color: #9b1d2e; }
.a11y-reset {
  margin-top: 0.35rem;
  width: 100%;
  padding: 0.75rem;
  border: 0;
  background: #0c2e27;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.a11y-reset:hover { background: #134038; }

/* A11y modes on html */
html.a11y-contrast {
  filter: contrast(1.28);
}
html.a11y-contrast body {
  background: #fff !important;
}
html.a11y-invert {
  filter: invert(1) hue-rotate(180deg);
}
html.a11y-invert img,
html.a11y-invert video,
html.a11y-invert .page-loader {
  filter: invert(1) hue-rotate(180deg);
}
html.a11y-grayscale {
  filter: grayscale(1);
}
html.a11y-contrast.a11y-grayscale {
  filter: contrast(1.28) grayscale(1);
}
html.a11y-invert.a11y-grayscale {
  filter: invert(1) hue-rotate(180deg) grayscale(1);
}
html.a11y-invert.a11y-contrast {
  filter: invert(1) hue-rotate(180deg) contrast(1.2);
}
html.a11y-underline a {
  text-decoration: underline !important;
  text-underline-offset: 0.18em;
}
html.a11y-big {
  font-size: 112.5%;
}
html.a11y-bigger {
  font-size: 125%;
}
html.a11y-readable body {
  letter-spacing: 0.04em;
  word-spacing: 0.08em;
  line-height: 1.7;
}
html.a11y-readable p,
html.a11y-readable li,
html.a11y-readable dd {
  line-height: 1.8;
  max-width: 70ch;
}
html.a11y-hide-images img:not(.header-logo):not(.page-loader-logo):not(.header-ataturk) {
  opacity: 0 !important;
  visibility: hidden !important;
}
html.a11y-hide-images img:not(.header-logo):not(.page-loader-logo):not(.header-ataturk)::after {
  content: "";
}
html.a11y-big-cursor,
html.a11y-big-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%230c2e27' stroke='%23fff' stroke-width='2' d='M6 4v22l6-6h10z'/%3E%3C/svg%3E") 4 4, auto !important;
}
html.a11y-focus *:focus-visible {
  outline: 3px solid #9b1d2e !important;
  outline-offset: 3px !important;
}
html.a11y-motion *,
html.a11y-motion *::before,
html.a11y-motion *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
