/* Bahsegel teması – Supersuperdomain.com
   Ana Renk (header & footer): #f0f5f8
   İç Bloklar / Kartlar: #ffffff
   Bağlantılar & Aksiyon: #faa11c, ikincil vurgu #07badb
   Metin: #1b2430
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, sans-serif;
  background-color: #f0f5f8;
  color: #1b2430;
  line-height: 1.6;
}

a {
  color: #faa11c;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: none;
}

.bahsegel-sayfa-kabuk {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.bahsegel-kapsayici {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Üst Alan (Header) */

.bahsegel-ust-alan {
  background-color: #f0f5f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 20;
}

.bahsegel-ust-ic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 12px;
}

.bahsegel-logo img {
  height: 44px;
  width: auto;
  display: block;
}

.bahsegel-ana-menu {
  display: none;
  align-items: center;
  gap: 24px;
}

.bahsegel-menu-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.98rem;
  color: #1b2430;
  position: relative;
}

.bahsegel-menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #faa11c, #07badb);
  transition: width 0.2s ease;
}

.bahsegel-menu-link:hover::after,
.bahsegel-menu-link:focus-visible::after {
  width: 100%;
}

.bahsegel-menu-ikon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bahsegel-ust-islemler {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Butonlar */

.bahsegel-buton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  color: #1b2430;
  transition: background-color 0.18s ease, color 0.18s ease,
    border-color 0.18s ease, transform 0.08s ease;
}

.bahsegel-buton:hover,
.bahsegel-buton:focus-visible {
  transform: translateY(-1px);
}

.bahsegel-buton-ana {
  background-color: #faa11c;
  border-color: #faa11c;
}

.bahsegel-buton-ana:hover,
.bahsegel-buton-ana:focus-visible {
  background-color: #f39806;
  border-color: #f39806;
}

.bahsegel-buton-cerceve {
  border-color: #07badb;
  color: #07badb;
}

.bahsegel-buton-cerceve:hover,
.bahsegel-buton-cerceve:focus-visible {
  background-color: rgba(7, 186, 219, 0.1);
}

.bahsegel-buton-hafif {
  border-color: rgba(27, 36, 48, 0.18);
  background-color: transparent;
}

.bahsegel-buton-hafif:hover,
.bahsegel-buton-hafif:focus-visible {
  background-color: rgba(0, 0, 0, 0.04);
}

.bahsegel-buton-buyuk {
  padding: 10px 22px;
}

.bahsegel-buton-tam {
  width: 100%;
}

/* Mobil menü butonu */

.bahsegel-mobil-menu {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  cursor: pointer;
}

.bahsegel-mobil-menu span {
  display: block;
  height: 2px;
  width: 18px;
  background-color: #1b2430;
  margin: 0 auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.bahsegel-mobil-menu.aktif span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.bahsegel-mobil-menu.aktif span:nth-child(2) {
  opacity: 0;
}

.bahsegel-mobil-menu.aktif span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.bahsegel-mobil-nav {
  display: none;
  flex-direction: column;
  background-color: #f0f5f8;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.bahsegel-mobil-nav.acik {
  display: flex;
}

.bahsegel-mobil-link {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #1b2430;
  font-size: 0.95rem;
}

.bahsegel-mobil-link:hover,
.bahsegel-mobil-link:focus-visible {
  background-color: rgba(0, 0, 0, 0.03);
}

/* Kahraman (Hero) */

.bahsegel-kahraman {
  padding: 28px 0 24px;
}

.bahsegel-kahraman-ic {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.bahsegel-kahraman-gorsel {
  order: 1;
}

.bahsegel-kahraman-metin {
  order: 2;
}

.bahsegel-kahraman-metin h1 {
  font-size: 1.6rem;
  margin: 0 0 10px;
}

.bahsegel-kahraman-metin p {
  margin: 0 0 14px;
  color: rgba(27, 36, 48, 0.9);
}

.bahsegel-kahraman-artilar {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.bahsegel-kahraman-artilar li {
  margin-bottom: 6px;
}

.bahsegel-kahraman-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bahsegel-kahraman-resim-kutu {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(7, 186, 219, 0.6);
  background: #ffffff;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.12),
    0 0 16px rgba(250, 161, 28, 0.3);
  max-width: 460px;
  width: 100%;
}

.bahsegel-kahraman-resim {
  display: block;
  width: 100%;
  height: auto;
}

/* Genel Bölüm Ayarları */

.bahsegel-bolum {
  padding: 28px 0;
}

.bahsegel-bolum-baslik {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 22px;
}

.bahsegel-bolum-baslik h2 {
  margin: 0 0 8px;
  font-size: 1.4rem;
}

.bahsegel-bolum-baslik p {
  margin: 0;
  color: rgba(27, 36, 48, 0.9);
}

/* Oyunlar / Özellikler */

.bahsegel-oyunlar {
  background-color: transparent;
}

.bahsegel-ozellik-izgara {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.bahsegel-ozellik-kutu {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.bahsegel-ozellik-ikon {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bahsegel-ozellik-ikon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.bahsegel-ozellik-kutu h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.bahsegel-ozellik-kutu p {
  margin: 0 0 10px;
  font-size: 0.94rem;
}

.bahsegel-yazi-link {
  font-size: 0.9rem;
  font-weight: 600;
}

/* İnceleme Yerleşimi */

.bahsegel-inceleme {
  background-color: #ffffff;
}

.bahsegel-inceleme-yerlesim {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: flex-start;
}

.bahsegel-inceleme-icerik p {
  margin-bottom: 10px;
  color: rgba(27, 36, 48, 0.9);
}

.bahsegel-inceleme-ozet {
  background-color: #f0f5f8;
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.bahsegel-inceleme-gorsel-link {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.15),
    0 0 18px rgba(250, 161, 28, 0.3);
  margin-bottom: 10px;
}

.bahsegel-inceleme-gorsel {
  width: 100%;
  height: auto;
  display: block;
}

.bahsegel-puan-rozeti {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  padding: 5px 10px;
  border-radius: 999px;
  background-color: #ffffff;
  margin-bottom: 8px;
}

.bahsegel-puan-deger {
  font-size: 1.3rem;
  font-weight: 700;
  color: #faa11c;
}

.bahsegel-puan-maksimum {
  font-size: 0.9rem;
}

.bahsegel-puan-liste {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

.bahsegel-puan-liste li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0;
}

/* Bonuslar */

.bahsegel-bonuslar {
  background-color: transparent;
}

.bahsegel-bonus-izgara {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.bahsegel-bonus-kutu {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.bahsegel-bonus-ikon {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border-radius: 18px;
  overflow: visible;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bahsegel-bonus-emoji {
  font-size: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@keyframes bahsegel-ziplama {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes bahsegel-donus {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bahsegel-sallanma {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(8deg);
  }
}

.bahsegel-bonus-emoji-ziplayan {
  animation: bahsegel-ziplama 1.2s ease-in-out infinite;
}

.bahsegel-bonus-emoji-donen {
  animation: bahsegel-ziplama 1.2s ease-in-out infinite;
}

.bahsegel-bonus-emoji-sallan {
  animation: bahsegel-sallanma 1.4s ease-in-out infinite;
}

.bahsegel-bonus-kutu h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.bahsegel-bonus-kutu p {
  margin: 0 0 10px;
  font-size: 0.94rem;
}

/* SSS */

.bahsegel-sss {
  background: radial-gradient(circle at top, #ffffff 0, #f0f5f8 55%, #e4edf2 100%);
}

.bahsegel-sss-izgara {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bahsegel-sss-oge {
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.bahsegel-sss-oge:hover {
  transform: translateY(-1px);
  border-color: rgba(250, 161, 28, 0.6);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.12),
    0 0 16px rgba(7, 186, 219, 0.25);
}

.bahsegel-sss-soru {
  width: 100%;
  border: none;
  background: none;
  color: #1b2430;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 0.96rem;
}

.bahsegel-sss-ikon {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(27, 36, 48, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: background-color 0.16s ease, border-color 0.16s ease,
    transform 0.16s ease;
}

.bahsegel-sss-cevap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
  padding: 0 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.bahsegel-sss-oge.aktif .bahsegel-sss-cevap {
  max-height: 260px;
  padding-bottom: 10px;
}

.bahsegel-sss-cevap p {
  margin: 8px 0 0;
  font-size: 0.94rem;
}

.bahsegel-sss-oge.aktif .bahsegel-sss-ikon {
  background-color: rgba(250, 161, 28, 0.16);
  border-color: rgba(250, 161, 28, 0.9);
  transform: rotate(45deg);
}

/* Alt Alan (Footer) */

.bahsegel-alt-alan {
  margin-top: auto;
  background-color: #f0f5f8;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.bahsegel-alt-ic {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  font-size: 0.9rem;
}

.bahsegel-alt-aciklama {
  margin-top: 8px;
  margin-bottom: 0;
  color: rgba(27, 36, 48, 0.9);
}

.bahsegel-alt-linkler h4,
.bahsegel-alt-sorumluluk h4 {
  margin: 0 0 6px;
  font-size: 0.98rem;
}

.bahsegel-alt-linkler ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bahsegel-alt-linkler li {
  margin-bottom: 6px;
}

.bahsegel-alt-linkler a {
  color: #1b2430;
}

.bahsegel-alt-linkler a:hover,
.bahsegel-alt-linkler a:focus-visible {
  color: #faa11c;
}

.bahsegel-alt-sorumluluk p {
  margin: 0 0 8px;
  color: rgba(27, 36, 48, 0.9);
}

.bahsegel-alt-kopya {
  font-size: 0.86rem;
  opacity: 0.9;
}

/* Tablet ve Üzeri */

@media (min-width: 768px) {
  .bahsegel-ust-ic {
    padding: 14px 0;
  }

  .bahsegel-mobil-menu {
    display: none;
  }

  .bahsegel-ana-menu {
    display: flex;
  }

  .bahsegel-kahraman {
    padding-top: 36px;
  }

  .bahsegel-kahraman-ic {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 28px;
  }

  .bahsegel-kahraman-metin,
  .bahsegel-kahraman-gorsel {
    order: 0;
  }

  .bahsegel-kahraman-gorsel {
    display: flex;
    justify-content: center;
  }

  .bahsegel-kahraman-metin h1 {
    font-size: 2rem;
  }

  .bahsegel-ozellik-izgara {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bahsegel-inceleme-yerlesim {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  }

  .bahsegel-bonus-izgara {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bahsegel-alt-ic {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 1fr);
  }
}

/* Küçük Masaüstü ve Üzeri */

@media (min-width: 960px) {
  .bahsegel-kahraman {
    padding: 40px 0 30px;
  }

  .bahsegel-bolum {
    padding: 36px 0;
  }
}

