/* KKU Anasayfa manşet — canlı Stagger Type (v1), tema renkleri (yeşil yok) */

/* Materialize button:focus yeşilini tamamen ez — kontroller artık button değil */
.kku-aj .kku-aj__tick,
.kku-aj .kku-aj__arrow,
.kku-aj .kku-aj__gallery,
.kku-aj .kku-aj__tick:hover,
.kku-aj .kku-aj__tick:focus,
.kku-aj .kku-aj__tick:active,
.kku-aj .kku-aj__arrow:hover,
.kku-aj .kku-aj__arrow:focus,
.kku-aj .kku-aj__arrow:active,
.kku-aj .kku-aj__gallery:hover,
.kku-aj .kku-aj__gallery:focus,
.kku-aj .kku-aj__gallery:active {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.kku-aj .kku-aj__tick,
.kku-aj .kku-aj__tick:hover,
.kku-aj .kku-aj__tick:focus,
.kku-aj .kku-aj__tick:active {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
}

.kku-aj .kku-aj__arrow,
.kku-aj .kku-aj__gallery {
  background: rgba(1, 23, 47, 0.55) !important;
  background-color: rgba(1, 23, 47, 0.55) !important;
}

.kku-aj .kku-aj__arrow:hover,
.kku-aj .kku-aj__arrow:focus,
.kku-aj .kku-aj__arrow:active,
.kku-aj .kku-aj__gallery:hover,
.kku-aj .kku-aj__gallery:focus,
.kku-aj .kku-aj__gallery:active {
  background: rgba(5, 49, 112, 0.85) !important;
  background-color: rgba(5, 49, 112, 0.85) !important;
  border-color: #7eb8e8 !important;
  color: #fff !important;
}

.kku-aj .kku-aj__gallery:hover,
.kku-aj .kku-aj__gallery:focus,
.kku-aj .kku-aj__gallery:active {
  color: #7eb8e8 !important;
}

.kku-aj .kku-aj__tick-avatar {
  background: #01172f !important;
  background-color: #01172f !important;
}

.kku-aj.kku-aj--theme {
  --aj-ink: #01172f;
  --aj-paper: #ffffff;
  --aj-accent: #7eb8e8;
  --aj-accent-strong: #053170;
  background: transparent;
  width: 100%;
  overflow-x: hidden;
  font-family: "Josefin Sans", "Open Sans", "Segoe UI", sans-serif;
  padding: 0;
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
  isolation: isolate; /* iç z-index menüyü ezmesin */
}

/* Ana menü / mega dropdown manşetin üstünde */
.top-logo {
  position: relative;
  z-index: 100;
}
.top-logo.affix {
  z-index: 1000;
}
.m-menu {
  z-index: 110 !important;
}

/* Ana menü: altında çizgi olmasın (hover :after + text-decoration) */
.main-menu ul li a,
.main-menu ul li a:hover,
.main-menu ul li a:focus,
.main-menu ul li a:active,
.main-menu .m-menu a,
.main-menu .m-menu a:hover,
.main-menu .m-menu a:focus,
html.kku-a11y-highlight-links .main-menu a {
  text-decoration: none !important;
}

.main-menu ul > li > a:after,
.main-menu ul > li > a:hover:after,
.main-menu ul > li > a:focus:after {
  content: none !important;
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  transform: none !important;
}

/* Header logo: tıklanınca border/outline çıkmasın */
.wed-logo a,
.wed-logo a:link,
.wed-logo a:visited,
.wed-logo a:hover,
.wed-logo a:focus,
.wed-logo a:active,
.wed-logo a:focus-visible,
.ed-mm-left .wed-logo a,
.ed-mm-left .wed-logo a:hover,
.ed-mm-left .wed-logo a:focus,
.ed-mm-left .wed-logo a:active,
.ed-mm-left .wed-logo a:focus-visible,
html.kku-a11y-highlight-links .wed-logo a,
html.kku-a11y-highlight-links .ed-mm-left .wed-logo a {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-style: none !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-focus-ring-color: transparent !important;
}

.wed-logo a img,
.wed-logo a:hover img,
.wed-logo a:focus img,
.wed-logo a:active img,
.wed-logo a:focus-visible img,
.ed-mm-left .wed-logo a img,
.ed-mm-left .wed-logo a:focus img,
.ed-mm-left .wed-logo a:active img {
  border: 0 !important;
  border-style: none !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

/* Header .container ile aynı — 1800px+ %100 taşmayı kilitle */
.kku-aj .kku-aj-container {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 1380px !important;
  box-sizing: border-box !important;
}
@media (min-width: 768px) {
  .kku-aj .kku-aj-container { width: 750px !important; }
}
@media (min-width: 992px) {
  .kku-aj .kku-aj-container { width: 970px !important; }
}
@media (min-width: 1200px) {
  .kku-aj .kku-aj-container { width: 1370px !important; }
}
@media (min-width: 1400px) {
  .kku-aj .kku-aj-container { width: 1380px !important; }
}
@media (min-width: 1800px) {
  .kku-aj .kku-aj-container { width: 1380px !important; max-width: 1380px !important; }
}

.kku-aj__root {
  position: relative;
  width: 100%;
  max-width: none;
  /* Sabit 580px + cover → alt logo/yazı kesiliyordu; oran + contain */
  height: auto;
  aspect-ratio: 21 / 9;
  min-height: 280px;
  max-height: min(560px, 58vh);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.kku-aj__stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #01172f;
  /* perspective overflow ile aynı elemanda 3D'yi öldürür — slide transform'unda perspective() kullanıyoruz */
}

/* Geçiş anı — 3 sweep varyasyonu */
.kku-aj__root.is-flashing .kku-aj__stage::after,
.kku-aj__root.is-flashing-b .kku-aj__stage::after,
.kku-aj__root.is-flashing-c .kku-aj__stage::after,
.kku-aj__root.is-flashing-d .kku-aj__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.kku-aj__root.is-flashing .kku-aj__stage::after {
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(201, 21, 27, 0.28) 38%,
    rgba(5, 49, 112, 0.32) 52%,
    transparent 72%
  );
  animation: kku-aj-sweep 0.7s ease-out both;
}

.kku-aj__root.is-flashing-b .kku-aj__stage::after {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.35) 45%,
    rgba(201, 21, 27, 0.25) 55%,
    transparent 100%
  );
  animation: kku-aj-sweep-b 0.55s ease-out both;
}

.kku-aj__root.is-flashing-c .kku-aj__stage::after {
  background: radial-gradient(circle at 50% 50%, rgba(201, 21, 27, 0.35), transparent 62%);
  animation: kku-aj-pulse 0.65s ease-out both;
}

.kku-aj__root.is-flashing-d .kku-aj__stage::after {
  background: linear-gradient(
    120deg,
    transparent 10%,
    rgba(126, 184, 232, 0.35) 40%,
    rgba(201, 21, 27, 0.3) 58%,
    transparent 88%
  );
  animation: kku-aj-sweep 0.75s ease-out both;
}

.kku-aj__stage.is-morphing {
  will-change: transform;
}

.kku-aj__media img.is-morph {
  will-change: transform, filter;
  transform-origin: center center;
}

/* Morph CSS fallback — yumuşak dissolve (göz yormayan) */
.kku-aj__slide.fx-morph.is-leaving {
  animation: kku-aj-morph-out 0.78s ease-in-out forwards;
}
.kku-aj__slide.fx-morph.is-entering {
  animation: kku-aj-morph-in 0.98s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.kku-aj__slide.fx-morph.is-leaving .kku-aj__media img {
  animation: kku-aj-morph-img-out 0.78s ease-in-out forwards;
}
.kku-aj__slide.fx-morph.is-entering .kku-aj__media img {
  animation: kku-aj-morph-img-in 1.05s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes kku-aj-morph-out {
  0% { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
  100% { opacity: 0; transform: translateX(calc(var(--fx-dir, 1) * -6%)) scale(1.05); filter: blur(6px); }
}
@keyframes kku-aj-morph-in {
  0% { opacity: 0; transform: translateX(calc(var(--fx-dir, 1) * 7%)) scale(0.95); filter: blur(8px); }
  100% { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
}
@keyframes kku-aj-morph-img-out {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}
@keyframes kku-aj-morph-img-in {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes kku-aj-sweep {
  0% { opacity: 0; transform: translateX(-40%) skewX(-12deg); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translateX(58%) skewX(-12deg); }
}

@keyframes kku-aj-sweep-b {
  0% { opacity: 0; transform: scaleX(0.2); transform-origin: left center; }
  40% { opacity: 1; transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1.2); transform-origin: right center; }
}

@keyframes kku-aj-pulse {
  0% { opacity: 0; transform: scale(0.7); }
  40% { opacity: 0.9; }
  100% { opacity: 0; transform: scale(1.35); }
}

/* CSS geçiş — anime yoksa / anime varken de görünür */
.kku-aj__slide.fx-css.is-leaving {
  animation: kku-aj-slide-out 0.75s ease-in forwards;
  transform-origin: center center;
}
.kku-aj__slide.fx-css.is-entering {
  animation: kku-aj-slide-in 0.95s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transform-origin: center center;
}
.kku-aj__slide.fx-css.is-leaving .kku-aj__media img {
  animation: kku-aj-css-out 0.7s ease-in forwards;
}
.kku-aj__slide.fx-css.is-entering .kku-aj__media img {
  animation: kku-aj-css-in 1.05s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.kku-aj__slide.fx-css.is-leaving .kku-aj__copy {
  animation: kku-aj-copy-out 0.4s ease-in forwards;
}
.kku-aj__slide.fx-css.is-entering .kku-aj__copy {
  animation: kku-aj-copy-in 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}
.kku-aj__slide.fx-css.is-entering .kku-aj__ch,
.kku-aj__slide.fx-css.is-entering .kku-aj__w,
.kku-aj__slide.is-entering .kku-aj__ch,
.kku-aj__slide.is-entering .kku-aj__w {
  animation: kku-aj-char-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(0.08s + var(--ch-i, 0) * 0.018s);
}

.kku-aj__slide.is-entering .kku-aj__copy,
.kku-aj__slide.is-leaving .kku-aj__copy {
  animation: none;
}

.kku-aj__slide.fx-wipe.is-leaving .kku-aj__media {
  animation: kku-aj-wipe-out 0.7s ease-in forwards;
}
.kku-aj__slide.fx-wipe.is-entering .kku-aj__media {
  animation: kku-aj-wipe-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.kku-aj__slide.fx-flip.is-leaving {
  animation: kku-aj-flip-out 0.78s ease-in forwards;
}
.kku-aj__slide.fx-flip.is-entering {
  animation: kku-aj-flip-in 1.05s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.kku-aj__slide.fx-tilt.is-leaving {
  animation: kku-aj-tilt-out 0.78s ease-in forwards;
}
.kku-aj__slide.fx-tilt.is-entering {
  animation: kku-aj-tilt-in 1.05s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.kku-aj__slide.fx-cube.is-leaving {
  animation: kku-aj-cube-out 0.8s ease-in forwards;
}
.kku-aj__slide.fx-cube.is-entering {
  animation: kku-aj-cube-in 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes kku-aj-slide-out {
  to {
    opacity: 0;
    transform: translateX(calc(var(--fx-dir, 1) * -48%)) scale(0.88);
    filter: blur(6px);
  }
}
@keyframes kku-aj-slide-in {
  from {
    opacity: 0;
    transform: translateX(calc(var(--fx-dir, 1) * 48%)) scale(0.9);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}
@keyframes kku-aj-char-in {
  from {
    opacity: 0;
    transform: translateY(22px) rotateZ(-18deg) scale(0.4);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes kku-aj-css-out {
  to { opacity: 0; transform: scale(1.22) translateX(calc(var(--fx-dir, 1) * -28px)); filter: blur(12px); }
}
@keyframes kku-aj-css-in {
  from { opacity: 0; transform: scale(1.28) translateX(calc(var(--fx-dir, 1) * 40px)); filter: blur(14px); }
  to { opacity: 1; transform: scale(1) translateX(0); filter: blur(0); }
}
@keyframes kku-aj-copy-out {
  to { opacity: 0; transform: translateY(18px); }
}
@keyframes kku-aj-copy-in {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes kku-aj-wipe-out {
  to { clip-path: inset(0 0 0 100%); }
}
@keyframes kku-aj-wipe-in {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}
@keyframes kku-aj-flip-out {
  to {
    opacity: 0;
    transform: perspective(1200px) rotateY(calc(var(--fx-dir, 1) * -78deg)) translateX(calc(var(--fx-dir, 1) * -18%)) scale(0.9);
  }
}
@keyframes kku-aj-flip-in {
  from {
    opacity: 0;
    transform: perspective(1200px) rotateY(calc(var(--fx-dir, 1) * 78deg)) translateX(calc(var(--fx-dir, 1) * 22%)) scale(0.88);
  }
  to {
    opacity: 1;
    transform: perspective(1200px) rotateY(0deg) translateX(0) scale(1);
  }
}
@keyframes kku-aj-tilt-out {
  to {
    opacity: 0;
    transform: perspective(1200px) rotateX(55deg) translateY(18%) scale(0.94);
    filter: blur(6px);
  }
}
@keyframes kku-aj-tilt-in {
  from {
    opacity: 0;
    transform: perspective(1200px) rotateX(-52deg) translateY(22%) scale(0.92);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes kku-aj-cube-out {
  to {
    opacity: 0;
    transform: perspective(1200px) rotateY(calc(var(--fx-dir, 1) * -65deg)) rotateX(10deg) translateX(calc(var(--fx-dir, 1) * -30%)) scale(0.86);
  }
}
@keyframes kku-aj-cube-in {
  from {
    opacity: 0;
    transform: perspective(1200px) rotateY(calc(var(--fx-dir, 1) * 65deg)) rotateX(-8deg) translateX(calc(var(--fx-dir, 1) * 30%)) scale(0.86);
  }
  to {
    opacity: 1;
    transform: perspective(1200px) rotateY(0deg) rotateX(0deg) translateX(0) scale(1);
  }
}

.kku-aj__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transform-style: preserve-3d;
}

.kku-aj__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.kku-aj__slide.is-leaving {
  pointer-events: none;
  z-index: 3;
}

.kku-aj__slide.is-entering {
  pointer-events: none;
  z-index: 4;
}

.kku-aj__media {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  background: #01172f;
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}

.kku-aj__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform-origin: center center;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.kku-aj__slide.is-active:not(.is-entering):not(.is-leaving) .kku-aj__media img {
  animation: kku-aj-ken 6.2s linear forwards;
}

@keyframes kku-aj-ken {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}

.kku-aj__copy {
  position: absolute;
  z-index: 4;
  color: var(--aj-paper);
  left: 40px;
  right: 40px;
  bottom: 72px;
  max-width: calc(100% - 80px);
  width: max-content;
  pointer-events: none;
  padding: 10px 16px 12px;
  border-radius: 6px;
  background: rgba(1, 23, 47, 0.28);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 4px 18px rgba(1, 23, 47, 0.25);
  text-shadow: 0 1px 2px rgba(1, 23, 47, 0.45);
}

.kku-aj__index {
  display: block;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--aj-accent);
  margin-bottom: 6px;
  line-height: 1.2 !important;
}

.kku-aj__title {
  margin: 0;
  font-size: clamp(0.95rem, 1.1vw + 0.45rem, 1.45rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em;
  overflow: visible;
  color: var(--aj-paper);
  white-space: nowrap !important;
  text-overflow: clip;
  max-width: 100%;
}

.kku-aj__title .kku-aj__ch,
.kku-aj__title .kku-aj__w,
.kku-aj__title .kku-aj__sp {
  display: inline-block;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  will-change: transform, opacity;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}

.kku-aj__title .kku-aj__sp {
  width: 0.28em;
}

/* Alt kontrol: içeriğe göre genişlik; taşarsa yalnızca thumbs scroll */
.kku-aj__chrome {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 8;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  max-width: calc(100% - 24px);
  height: 52px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transform: translateX(-50%);
  background: transparent;
  border-radius: 0;
  overflow: visible;
  pointer-events: auto;
}

.kku-aj__chrome-side {
  position: static;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  width: max-content;
  max-width: none;
  pointer-events: auto;
}

.kku-aj__ticks {
  position: static;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 0 1 auto; /* bar daralınca burası küçülür */
  min-width: 0;
  width: auto;
  max-width: 100%;
  height: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  pointer-events: auto;
}

.kku-aj__ticks::-webkit-scrollbar {
  display: none;
}

.kku-aj__tick {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 28px;
  width: 28px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.kku-aj__tick em {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  display: inline-block;
  transform-origin: center bottom;
  transition: transform 0.2s ease, color 0.2s ease;
}

.kku-aj__tick-avatar {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 1px 4px rgba(1, 23, 47, 0.35);
  transform-origin: center center;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}

.kku-aj__tick-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kku-aj__tick i {
  display: block;
  width: 28px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transform-origin: left center;
  border-radius: 1px;
}

.kku-aj__tick:hover,
.kku-aj__tick:focus,
.kku-aj__tick:active {
  outline: none;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.kku-aj__tick:hover em,
.kku-aj__tick:focus em {
  font-size: 10px;
  transform: scale(1.25);
}

.kku-aj__tick:hover .kku-aj__tick-avatar {
  transform: scale(1.14);
  border-color: rgba(126, 184, 232, 0.9);
  z-index: 2;
}

.kku-aj__tick.is-active {
  color: var(--aj-accent);
}

.kku-aj__tick.is-active .kku-aj__tick-avatar {
  border-color: var(--aj-accent);
  box-shadow: 0 0 0 2px rgba(5, 49, 112, 0.45), 0 4px 14px rgba(1, 23, 47, 0.45);
  transform: scale(1.1);
}

.kku-aj__tick.is-active i {
  background: var(--aj-accent);
}

.kku-aj__arrow {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(1, 23, 47, 0.65) !important;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.kku-aj__arrow span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}

.kku-aj__prev span {
  transform: rotate(135deg);
  margin-left: 2px;
}

.kku-aj__next span {
  transform: rotate(-45deg);
  margin-right: 2px;
}

.kku-aj__arrow:hover,
.kku-aj__arrow:focus,
.kku-aj__arrow:active {
  outline: none;
  border-color: #7eb8e8 !important;
  background: rgba(5, 49, 112, 0.9) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.kku-aj__gallery {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(1, 23, 47, 0.65) !important;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  align-self: center;
}

.kku-aj__gallery:hover,
.kku-aj__gallery:focus,
.kku-aj__gallery:active {
  outline: none;
  border-color: #7eb8e8 !important;
  background: rgba(5, 49, 112, 0.7) !important;
  color: #7eb8e8 !important;
  box-shadow: none !important;
}

.kku-manset-modal[hidden] {
  display: none !important;
}

.kku-manset-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px 16px;
}

.kku-manset-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 26, 58, 0.72);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.kku-manset-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: min(90vh, 920px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 24px 64px rgba(1, 23, 47, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.kku-manset-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 22px 16px 26px;
  border-bottom: none;
  background: linear-gradient(
    90deg,
    #c9151b 0%,
    #9e1b32 42%,
    #053170 100%
  );
  position: relative;
  flex-shrink: 0;
}

.kku-manset-modal__header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: rgba(255, 255, 255, 0.55);
}

.kku-manset-modal__header h4 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.kku-manset-modal__header h4 i {
  font-size: 1rem;
  opacity: 0.92;
}

.kku-manset-modal__close {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12) !important;
  background-color: rgba(255, 255, 255, 0.12) !important;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #fff !important;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 10px;
  box-shadow: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.kku-manset-modal__close:hover,
.kku-manset-modal__close:focus,
.kku-manset-modal__close:active,
.kku-manset-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.22) !important;
  background-color: rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: none !important;
  outline: none !important;
}

.kku-manset-modal__body {
  padding: 20px;
  overflow: auto;
  flex: 1 1 auto;
  min-height: 0;
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(201, 21, 27, 0.05), transparent 55%),
    radial-gradient(ellipse 45% 40% at 0% 100%, rgba(5, 49, 112, 0.06), transparent 50%),
    #f4f6f9;
}

.kku-manset-modal__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}

.kku-manset-modal__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  text-decoration: none;
  background: #021a3a;
  border: 1px solid rgba(5, 49, 112, 0.14);
  box-shadow: 0 6px 18px rgba(1, 23, 47, 0.12);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.kku-manset-modal__item:hover,
.kku-manset-modal__item:focus {
  border-color: rgba(201, 21, 27, 0.45);
  box-shadow: 0 10px 26px rgba(1, 23, 47, 0.2);
  transform: translateY(-2px);
  text-decoration: none;
}

/* Manşet grafikleri metin içerir — cover kesmesin, tamamı görünsün */
.kku-manset-modal__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  transition: transform 0.35s ease;
  background: #021a3a;
}

.kku-manset-modal__item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 14px 12px;
  background: linear-gradient(transparent, rgba(1, 23, 47, 0.88));
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.kku-manset-modal__item:hover img {
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .kku-manset-modal {
    padding: 12px 10px;
    place-items: stretch center;
  }

  .kku-manset-modal__dialog {
    max-height: 94vh;
    border-radius: 12px;
  }

  .kku-manset-modal__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kku-manset-modal__body {
    padding: 14px;
  }
}

@media (max-width: 1199px) {
  .kku-aj__root {
    aspect-ratio: 16 / 9;
    max-height: min(480px, 52vh);
  }

  .kku-aj__copy {
    left: 24px;
    right: 24px;
    bottom: 64px;
    max-width: calc(100% - 48px);
  }

  .kku-aj__title {
    font-size: clamp(0.9rem, 1.2vw + 0.4rem, 1.25rem) !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 991px) {
  .kku-aj__root {
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 200px;
    max-height: min(420px, 48vh);
  }

  .kku-aj__media img {
    object-fit: contain !important;
    object-position: center center !important;
    width: 100%;
    height: 100%;
  }

  .kku-aj__chrome {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    max-width: calc(100% - 12px) !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    bottom: 8px;
    padding: 0;
    gap: 4px;
    background: transparent !important;
    overflow: visible !important;
  }

  .kku-aj__ticks {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    height: 36px;
  }

  .kku-aj__tick {
    width: 22px;
    min-width: 22px;
    height: 36px;
  }

  .kku-aj__tick em,
  .kku-aj__tick i {
    display: none !important; /* mobilde yer aç */
  }

  .kku-aj__tick-avatar {
    width: 22px;
    height: 22px;
  }

  .kku-aj__arrow,
  .kku-aj__gallery {
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 767px) {
  .kku-aj__root {
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 180px;
    max-height: none;
    width: 100%;
    padding: 0;
  }

  .kku-aj__stage,
  .kku-aj__slide,
  .kku-aj__media {
    width: 100%;
    height: 100%;
  }

  .kku-aj__media img {
    object-fit: contain !important;
    object-position: center center !important;
  }

  .kku-aj__copy {
    left: 12px;
    right: 12px;
    bottom: 52px;
    max-width: calc(100% - 24px);
    padding: 8px 12px 10px;
  }

  .kku-aj__title {
    font-size: clamp(0.8rem, 2.8vw, 1.05rem) !important;
    white-space: nowrap !important;
  }

  .kku-aj__title .kku-aj__ch,
  .kku-aj__title .kku-aj__w,
  .kku-aj__title .kku-aj__sp {
    font-size: inherit !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* Ken Burns / sweep kapat; slayt geçişi JS transition ile kalır */
  .kku-aj__root.is-flashing .kku-aj__stage::after,
  .kku-aj__root.is-flashing-b .kku-aj__stage::after,
  .kku-aj__root.is-flashing-c .kku-aj__stage::after,
  .kku-aj__root.is-flashing-d .kku-aj__stage::after {
    animation: none !important;
    display: none !important;
  }

  .kku-aj__media img {
    will-change: auto;
    filter: none !important;
    animation: none !important;
  }
}
