@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

/* YATAY SCROLLU ENGELLE! */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

body {
  margin: 0;
  padding: 0;
  background: #18191C;
  font-family: 'Poppins', Arial, sans-serif;
  color: #fff;
  min-height: 100vh;
  background-image:
    linear-gradient(rgba(18,19,21,0.78), rgba(18,19,21,0.78)),  /* Karartma efekti */
    url('images/benzogif.gif');                                 /* Arkada hareketli gif */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
/* Bannerlar */
.banner-side {
  position: fixed;
  top: 0; bottom: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.banner-side.left { left: 0; }
.banner-side.right { right: 0; }
.banner-img {
  width: 200px;
  height: 500px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 3px 22px #0008;
  margin: 12px 0;
  transition: transform .15s;
}
.banner-img:hover { transform: scale(1.03);}
@media (max-width: 1000px) {
  .banner-side { display: none !important; }
}
.site-header {
  font-size: 2.3rem;
  font-weight: 900;
  color: #ffd700;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 28px 0 7px 0;
  margin-bottom: 8px;
  background: transparent;
  user-select: none;
}
.main-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
/* Slider */
.slider {
  width: 95%;
  max-width: 700px;
  height: 250px;
  margin: 0 auto 20px auto;
  border-radius: 20px;
  overflow: hidden;
  background: #232323;
  box-shadow: 0 4px 24px #0007;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.7s cubic-bezier(.42,0,.58,1.3);
  position: absolute;
  left: 0; top: 0;
  opacity: 0;
  pointer-events: none;
}
.slider-img.active {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}
/* SPONSORLARIMIZ BANNER */
.sponsor-main-banner {
  max-width: 900px;
  background: linear-gradient(111deg, rgba(30,30,30,0.75) 90%, #232323 100%);
  margin: 32px auto 12px auto;
  border-radius: 22px;
  padding: 28px 34px 21px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 32px #1700003d, 0 0px 0px #fff;
  border: none;
  overflow: visible;
  z-index: 11;
}
.sponsor-main-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 12px;
}
.sponsor-main-title {
  font-size: 2.08rem;
  font-weight: 900;
  letter-spacing: 1.1px;
  color: #fff7d4;
  text-shadow: 0 1px 16px #ffe5b16b, 0 2px 8px #6e010138;
  margin-bottom: 6px;
}
.sponsor-main-desc {
  font-size: 1.09rem;
  color: #cccccc;
  font-weight: 500;
  margin-top: 2px;
  text-shadow: 0 1px 7px #000;
}
.sponsor-glow.blue {
  position: absolute;
  width: 56px; height: 56px;
  background: radial-gradient(circle, #00aaff33 0%, #22ccff22 55%, transparent 100%);
  border-radius: 50%;
  filter: blur(0.5px);
  pointer-events: none;
  z-index: 0;
}
.sponsor-glow.yellow {
  position: absolute;
  width: 34px; height: 34px;
  background: radial-gradient(circle, #fffbe7 0%, #ffd70044 65%, transparent 100%);
  border-radius: 50%;
  filter: blur(1.5px);
  pointer-events: none;
  z-index: 0;
}
.sponsor-glow.white {
  position: absolute;
  width: 15px; height: 15px;
  background: #fff;
  opacity: 0.13;
  border-radius: 50%;
  filter: blur(1.5px);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 700px) {
  .sponsor-main-banner {
    flex-direction: column;
    padding: 14px 10px 15px 10px;
    text-align: center;
  }
  .sponsor-main-icon { margin: 0 0 10px 0; }
}

/* KAYAN LOGOLAR */
.logo-marquee-wrap {
  width: 96%;          /* Hadi %96 deneyelim, denge iyi olur */
  max-width: 900px;    /* Büyük ekranlarda en fazla 900px olur */
  margin: 48px auto 24px auto;
  overflow: hidden;
  background: none;
}

.logo-marquee {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marqueeAnim 8s linear infinite;
}

.logo-marquee:hover {
  animation-play-state: paused;
}

.marquee-logo {
  height: 68px;
  width: auto;
  margin-right: 44px;
  object-fit: contain;
}

@keyframes marqueeAnim {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Sponsor Cardlar */
.sponsor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  justify-content: center;
  margin-bottom: 32px;
}
.sponsor-card-custom {
  position: relative;
  background: #232323;
  border-radius: 20px;
  min-width: 190px;
  width: 31%;
  max-width: 325px;
  aspect-ratio: 1.04/0.72;
  z-index: 1;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 10px;
  transition: box-shadow .18s;
  box-shadow: 0 4px 18px #0007;
}
.sponsor-row.twins .sponsor-card-custom {
  width: 46%;
  min-width: 265px;
  max-width: 420px;
  aspect-ratio: 1.3/0.72;
}
/* Kutuya özel gradient */
.sponsor-card-custom.bg-red { background: linear-gradient(135deg, #fff 0%, #ff1e1e 100%);}
.sponsor-card-custom.bg-purple { background: linear-gradient(135deg, #fff 0%, #a726ff 100%);}
.sponsor-card-custom.bg-green { background: linear-gradient(135deg, #fff 0%, #14e034 100%);}
.sponsor-card-custom.bg-blue { background: linear-gradient(135deg, #fff 0%, #27a3ff 100%);}
.sponsor-card-custom.bg-orange { background: linear-gradient(135deg, #fff 0%, #ffb54d 100%);}
.sponsor-card-custom.bg-yellow { background: linear-gradient(135deg, #fff 0%, #ffd700 100%);}

/* LOGO: Yuvarlak efekti kaldırıldı */
.sponsor-logo-link {
  display: block;
  z-index: 4;
  margin-bottom: 12px;
  border-radius: 0;
  transition: transform .18s;
  background: transparent;
  padding: 0;
}
.sponsor-logo-link:hover { transform: scale(1.11);}
.sponsor-logo {
  width: 77px;
  height: 77px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  transition: transform 0.42s cubic-bezier(.37,.73,.54,1.42);
}
/* LOGO ANİMASYON: Hover'da yatay dönme */
.sponsor-logo-link:hover .sponsor-logo {
  transform: rotateY(360deg) scale(1.08);
}
/* Sponsor textler */
:root {
  --sponsor-title-color: #ffd700;
  --sponsor-text-color: #fff;    /* Ana başlık rengi (ör: #fff, #111, #000) */
  --sponsor-title-shadow: 0 2px 12px #18191c, 0 1px 0px #000;
  --sponsor-desc-color: #111; /* Açıklama (sarı) rengi */
  --sponsor-desc-shadow: 0 1px 10px #18191c, 0 1px 0px #000;
}

.sponsor-text {
  color: var(--sponsor-text-color);
  z-index: 3;
  text-align: center;
  user-select: none;
}
.sponsor-title {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: .5px;
  margin-bottom: 4px;
  color: var(--sponsor-text-color) !important;
  text-shadow: var(--sponsor-title-shadow);
}
.sponsor-desc {
  font-size: 15px;
  color: var(--sponsor-desc-color) !important;
  text-shadow: var(--sponsor-desc-shadow);
}
.section-title {
  font-size: 1.23rem;
  font-weight: 700;
  margin: 25px 0 13px 8px;
  letter-spacing: .4px;
  color: var(--sponsor-title-color);
  text-shadow: 0 2px 12px #18191c;
}
/* 6'lı kare kategori */
.sponsor-row.sixpack {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 14px;
  justify-content: center;
  margin-bottom: 32px;
}
.sponsor-card-custom.square {
  aspect-ratio: 1/1;
  min-width: 130px;
  width: 14vw;
  max-width: 165px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .sponsor-card-custom.square { width: 17vw; max-width: 140px;}
}
@media (max-width: 900px) {
  .sponsor-row.sixpack { gap: 12px 7px; }
  .sponsor-card-custom.square { width: 22vw; max-width: 115px;}
}
@media (max-width: 650px) {
  .sponsor-row.sixpack { flex-wrap: wrap; }
  .sponsor-card-custom.square { width: 30vw; min-width: 96px; }
}
@media (max-width: 500px) {
  .sponsor-row.sixpack { gap: 7px 2px;}
  .sponsor-card-custom.square { width: 44vw; min-width: 60px;}
}
@media (max-width: 1100px) {
  .main-container { max-width: 99vw; }
  .slider { height: 120px;}
  .logo-marquee { gap: 34px;}
  .sponsor-row.twins .sponsor-card-custom { min-width: 35vw;}
  .sponsor-card-custom { min-width: 140px; width: 46vw;}
  .section-title { font-size: 1.07rem;}
  .sponsor-logo { width: 48px; height: 48px;}
  .marquee-logo { height: 44px;}
}
@media (max-width: 750px) {
  .main-container { padding: 4px;}
  .site-header { font-size: 1.2rem;}
  .slider { height: 70px; }
  .logo-marquee { gap: 14px;}
  .sponsor-row,
  .sponsor-row.twins {
    flex-direction: column;
    gap: 12px;
  }
  .sponsor-card-custom,
  .sponsor-row.twins .sponsor-card-custom {
    width: 98vw;
    min-width: unset;
    max-width: 100vw;
    margin: 0 auto;
    aspect-ratio: 1/0.62;
  }
  .sponsor-title { font-size: 1rem;}
  .sponsor-logo { width: 35px; height: 35px;}
  .marquee-logo { height: 26px;}
}
.sponsor-cta-box {
  max-width: 700px;
  margin: 50px auto 0 auto;
  background: linear-gradient(120deg, rgba(28,28,28,0.75) 60%, rgba(24,24,24,0.80) 100%);
  border-radius: 26px;
  padding: 34px 34px 26px 34px;
  box-shadow: 0 4px 28px #0007;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.sponsor-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sponsor-cta-title {
  font-size: 1.38rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  text-shadow:0 2px 9px #0007;
  text-align: center;
  letter-spacing: .5px;
}
.sponsor-cta-desc {
  font-size: 1.07rem;
  color: #ededed;
  margin-bottom: 17px;
  max-width: 360px;
  text-align: center;
}
.sponsor-cta-btn {
  background: #ffd700;
  color: #fff;
  font-size: 1.06rem;
  padding: 12px 28px;
  border-radius: 28px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 2px 12px #0004;
  transition: background .13s;
  margin-top: 2px;
}
.sponsor-cta-btn:hover {
  background: #ffd700;
}
@media (max-width: 600px) {
  .sponsor-cta-box { padding: 14px 4vw 14px 4vw; }
  .sponsor-cta-title { font-size: 1.08rem;}
  .sponsor-cta-btn { font-size: 0.92rem; padding: 10px 16px;}
}

/* MOBİL UYUMLU KISIM - TAM İSTEDİĞİN GİBİ */
@media (max-width: 700px) {

  /* SLIDER mobil büyük ve tam genişlik */
.slider {
  width: 95vw !important;          /* Daha dar, iki yana eşit boşluk */
  max-width: 99vw !important;
  height: 140px !important;
  min-height: 120px !important;
  border-radius: 12px !important;
  margin: 0 auto 20px auto !important;   /* Ortalar, altına boşluk bırakır */
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
  .slider-img,
  .slider-img.active {
    border-radius: 12px !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    max-height: none !important;
  }

  /* Kayan logolar - mobilde büyük ve aralıklı */
  .logo-marquee-wrap { width: 99vw !important; }
  .logo-marquee { gap: 24px !important; }
  .marquee-logo {
    height: 58px !important;
    margin-right: 24px !important;
  }
} /* <----- 1. BLOK KAPANDI */

@media (max-width: 700px) {
  .sponsor-row.sixpack {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important; /* 3 lü */
    gap: 11px 7px !important;
    max-width: 99vw !important;
    margin: 0 auto 16px auto !important;
    padding: 0 !important;
    justify-items: center !important;
    align-items: stretch !important;
  }
  .sponsor-row.sixpack .sponsor-card-custom.square {
    width: 31vw !important;
    max-width: 33vw !important;
    min-width: 86px !important;
    aspect-ratio: 0.85/1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    box-shadow: 0 2px 7px #0001 !important;
    background: inherit !important;
    text-align: center !important;
  }
  .sponsor-row.sixpack .sponsor-logo {
    width: 68px !important;
    height: 68px !important;
    max-width: 75px !important;
    max-height: 75px !important;
    margin-bottom: 3px !important; /* Daha yakın olur */
    object-fit: contain !important;
    display: block !important;
  }
  .sponsor-row.sixpack .sponsor-title {
    font-size: 1.13rem !important;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
  .sponsor-row.sixpack .sponsor-desc {
    display: none !important; /* Açmak için yoruma alırsın */
  }

  /* --- 3’lü kutular: Logo 2 tık büyük, başlık > açıklama --- */
  .sponsor-row:not(.sixpack):not(.twins) {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 13px 10px !important;
    max-width: 99vw !important;
    margin: 0 auto 16px auto !important;
    padding: 0 !important;
    justify-items: center !important;
    align-items: stretch !important;
  }
  .sponsor-row:not(.sixpack):not(.twins) .sponsor-card-custom {
    width: 44vw !important;
    max-width: 48vw !important;
    min-width: 110px !important;
    aspect-ratio: 0.92/1 !important;
    padding: 12px 1vw 10px 1vw !important;
    border-radius: 13px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    box-shadow: 0 2px 7px #0001 !important;
    background: inherit !important;
    text-align: center !important;
  }
  .sponsor-row:not(.sixpack):not(.twins) .sponsor-logo {
    width: 64px !important;      /* 2 tık büyük */
    height: 64px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    margin-bottom: 8px !important;
    object-fit: contain !important;
    display: block !important;
  }
  .sponsor-row:not(.sixpack):not(.twins) .sponsor-title {
    font-size: 1.08rem !important; /* başlık biraz daha büyük */
    margin-bottom: 3px !important;
    font-weight: 700 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
  .sponsor-row:not(.sixpack):not(.twins) .sponsor-desc {
    font-size: 0.97rem !important; /* açıklama bir tık küçük */
    line-height: 1.13 !important;
    text-align: center !important;
    font-weight: 500 !important;
    word-break: break-word !important;
    white-space: normal !important;
  }

  /* --- 2’li kutular: Logo +3 tık, başlık +2 tık, aralar orantılı --- */
.sponsor-row.twins .sponsor-card-custom {
  width: 75vw !important;
  max-width: 310px !important;
  min-width: 120px !important;
  margin: 0 auto 9px auto !important;
  padding: 11px 0 10px 0 !important;
  border-radius: 13px !important;
  aspect-ratio: 1.15/0.82 !important;
  box-shadow: 0 2px 6px #0002 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.sponsor-row.twins .sponsor-logo {
  width: 84px !important;     /* 3 tık büyük */
  height: 84px !important;
  max-width: 90px !important;
  max-height: 90px !important;
  margin-bottom: 8px !important;   /* Başlığa yakınlığı buradan ayarlanıyor */
}
.sponsor-row.twins .sponsor-title {
  font-size: 1.32rem !important; /* 2 tık daha büyük */
  margin-bottom: 4px !important; /* Açıklamaya arayı biraz açtık */
  font-weight: 700 !important;
  text-align: center !important;
  letter-spacing: 0.01em !important;
}
.sponsor-row.twins .sponsor-desc {
  font-size: 0.96rem !important; /* açıklama yine aynı kalabilir */
  line-height: 1.11 !important;
  text-align: center !important;
  font-weight: 500 !important;
  margin-top: 0 !important;   /* başlığa iyice yakın */
}

/* Başlıklar sola yaslı */
.section-title, .section-desc {
  text-align: left !important;
  font-size: 1.09rem !important;
  margin-left: 4vw !important;
  margin-right: 3vw !important;
  padding: 0 !important;
}
}

@media (max-width: 700px) {
  /* 6'lı kutular */
  .sponsor-row.sixpack .sponsor-card-custom.bg-yellow { background: linear-gradient(135deg, #fff 0%, #ffd700 100%) !important;}
  .sponsor-row.sixpack .sponsor-card-custom.bg-purple { background: linear-gradient(135deg, #fff 0%, #a726ff 100%) !important;}
  .sponsor-row.sixpack .sponsor-card-custom.bg-green { background: linear-gradient(135deg, #fff 0%, #14e034 100%) !important;}
  .sponsor-row.sixpack .sponsor-card-custom.bg-blue { background: linear-gradient(135deg, #fff 0%, #27a3ff 100%) !important;}
  .sponsor-row.sixpack .sponsor-card-custom.bg-orange { background: linear-gradient(135deg, #fff 0%, #ffb54d 100%) !important;}
  .sponsor-row.sixpack .sponsor-card-custom.bg-red { background: linear-gradient(135deg, #fff 0%, #ff1e1e 100%) !important;}

  /* 2'li ve 3'lü kutular */
  .sponsor-row.twins .sponsor-card-custom.bg-yellow,
  .sponsor-row:not(.sixpack):not(.twins) .sponsor-card-custom.bg-yellow,
  .sponsor-grid-2 .sponsor-card-custom.bg-yellow,
  .sponsor-grid-3 .sponsor-card-custom.bg-yellow {
    background: linear-gradient(135deg, #fff 0%, #ffd700 100%) !important;
  }
  .sponsor-row.twins .sponsor-card-custom.bg-purple,
  .sponsor-row:not(.sixpack):not(.twins) .sponsor-card-custom.bg-purple,
  .sponsor-grid-2 .sponsor-card-custom.bg-purple,
  .sponsor-grid-3 .sponsor-card-custom.bg-purple {
    background: linear-gradient(135deg, #fff 0%, #a726ff 100%) !important;
  }
  .sponsor-row.twins .sponsor-card-custom.bg-green,
  .sponsor-row:not(.sixpack):not(.twins) .sponsor-card-custom.bg-green,
  .sponsor-grid-2 .sponsor-card-custom.bg-green,
  .sponsor-grid-3 .sponsor-card-custom.bg-green {
    background: linear-gradient(135deg, #fff 0%, #14e034 100%) !important;
  }
  .sponsor-row.twins .sponsor-card-custom.bg-blue,
  .sponsor-row:not(.sixpack):not(.twins) .sponsor-card-custom.bg-blue,
  .sponsor-grid-2 .sponsor-card-custom.bg-blue,
  .sponsor-grid-3 .sponsor-card-custom.bg-blue {
    background: linear-gradient(135deg, #fff 0%, #27a3ff 100%) !important;
  }
  .sponsor-row.twins .sponsor-card-custom.bg-orange,
  .sponsor-row:not(.sixpack):not(.twins) .sponsor-card-custom.bg-orange,
  .sponsor-grid-2 .sponsor-card-custom.bg-orange,
  .sponsor-grid-3 .sponsor-card-custom.bg-orange {
    background: linear-gradient(135deg, #fff 0%, #ffb54d 100%) !important;
  }
  .sponsor-row.twins .sponsor-card-custom.bg-red,
  .sponsor-row:not(.sixpack):not(.twins) .sponsor-card-custom.bg-red,
  .sponsor-grid-2 .sponsor-card-custom.bg-red,
  .sponsor-grid-3 .sponsor-card-custom.bg-red {
    background: linear-gradient(135deg, #fff 0%, #ff1e1e 100%) !important;
  }
} /* <----- 3. BLOK KAPANDI */

#splash-screen {
  position: fixed !important;
  z-index: 99999 !important;
  top: 0 !important; left: 0 !important;
  width: 100vw !important; height: 100vh !important;
  background: #18191C !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  transition: opacity 0.9s cubic-bezier(.52,0,.62,1) !important;
}

.splash-logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#splash-logo {
  width: 150px;
  max-width: 70vw;
  z-index: 2;
  /* Ana logo animasyonu */
  animation: logoZoom 2.7s cubic-bezier(.5,0,.42,1.03) 1;
  filter: drop-shadow(0 0 32px #ffd70066) drop-shadow(0 0 8px #ffd70044);
}

.halo {
  position: absolute;
  left: 50%; top: 50%;
  width: 215px; height: 215px;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd700bb 5%, #ffd70033 56%, transparent 88%);
  /* Halo efektini “nabız” gibi büyüt/küçült & hafif döndür */
  animation: haloPulse 2.7s cubic-bezier(.7,0,.45,1.05) 1;
  box-shadow: 0 0 80px 25px #ffd70044, 0 0 200px 48px #ffd70022;
}

@keyframes logoZoom {
  0%   { transform: scale(0.5); opacity: 0.4;}
  28%  { transform: scale(1.18); opacity: 1;}
  53%  { transform: scale(1.05);}
  75%  { transform: scale(0.99);}
  100% { transform: scale(1);}
}
@keyframes haloPulse {
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(0.5) rotate(0deg);}
  18%  { opacity: 1; transform: translate(-50%, -50%) scale(1.13) rotate(25deg);}
  41%  { opacity: .97; transform: translate(-50%, -50%) scale(0.97) rotate(62deg);}
  57%  { opacity: .77; transform: translate(-50%, -50%) scale(1.09) rotate(140deg);}
  77%  { opacity: .69; transform: translate(-50%, -50%) scale(0.95) rotate(217deg);}
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1) rotate(360deg);}
}