.footer-logo img {
  width: auto !important;
  height: 64px !important;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 2px 12px #ffb34733;
  background: #23232a;
}
body::-webkit-scrollbar {
  display: none; /* Kaydırma çubuğunu gizler */
}
/* sol taraf buton sidebar */
.sidebar-social-links {
  position: fixed;
  top: 80px;
  left: 0;
  width: 270px;
  max-height: 80vh;
  background: rgba(24,24,28,0.55);
  border-radius: 0 1.1rem 1.1rem 0;
  box-shadow: 4px 0 32px 0 #18181b55;
  border: 1.5px solid #ffb347cc;
  padding: 1.2rem 1.2rem 1.2rem 1rem;
  z-index: 1003;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.7rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
   overflow-y: auto;
}
.sidebar-social-links::-webkit-scrollbar {
  display: none;
}
.social-btn {
  padding: 0.7em 1em;
  border-radius: 0.7em;
  border: 1.5px solid #ffb347cc;
  background: linear-gradient(90deg, #23232a 0%, #18181b 100%);
  color: #ffb347;
  font-size: 1.07em;
  font-weight: 600;
  margin-bottom: 0.4em;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.18s, transform 0.18s;
  box-shadow: 0 2px 8px 0 #18181b55;
  text-align: left;
  outline: none;
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.social-btn:hover {
  background: linear-gradient(90deg, #ffb347 0%, #ffe066 100%);
  color: #18181b;
  border: 1.8px solid #ffe066cc;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 24px 0 #ffb34744;
}

@media (max-width: 900px) {
  .sidebar-social-links { display: none; }
}
/* Event takvim Sidebar */
.sidebar-event-takvim {
  position: fixed;
  top: 80px;
  right: 0;
  width: 270px;
  max-height: 80vh;
  background: rgba(24,24,28,0.55);
  border-radius: 1.1rem 0 0 1.1rem;
  box-shadow: -4px 0 32px 0 #18181b55;
  border: 1.5px solid #ffb347cc;
  padding: 1.2rem 1rem 1.2rem 1.2rem;
  z-index: 1003;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow-y: auto;
}
.event-takvim-day {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.1rem;
  letter-spacing: 0.01em;
  text-align: left;
}
.event-takvim-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.event-color {
  display: flex;
  align-items: center;
  gap: 0.7em;
  background: rgba(24,24,28,0.65);
  border-radius: 0.7em;
  padding: 0.5em 0.8em;
  color: #fff;
  font-size: 1.01em;
  font-weight: 500;
  border: 1.2px solid #ffb347cc;
  box-shadow: 0 2px 8px 0 #18181b55;
  transition: transform 0.18s, box-shadow 0.18s, border 0.18s;
  cursor: pointer;
}
.event-color:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 8px 24px 0 #ffb34744;
  border: 1.5px solid #ffb347cc;
  z-index: 2;
}
.event-color-1 {
  background: linear-gradient(90deg, #ffe066 0%, #ffb347 100%);
  color: #18181b;
  border: 1.5px solid #ffb347cc;
  font-weight: 700;
}
.event-color-2 {
  background: linear-gradient(90deg, #ffe9a7 0%, #bfa76a 100%);
  color: #18181b;
  border: 1.5px solid #ffb347cc;
  font-weight: 700;
}
.event-color-3 {
  background: linear-gradient(90deg, #e6b07a 0%, #ffb347 100%);
  color: #18181b;
  border: 1.5px solid #ffb347cc;
  font-weight: 700;
}
.event-time {
  min-width: 2em;
  text-align: left;
  font-size: 1.1em;
  font-weight: 700;
}
.event-name {
  flex: 1;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.event-level {
  font-size: 0.98em;
  opacity: 0.85;
  text-align: right;
}
@media (max-width: 900px) {
  .sidebar-event-takvim {
    display: none;
  }
}
/* Efsun tablosu yazılarını beyaz yap */
.efsun-tablosu-modern, .efsun-tablosu-modern table, .efsun-tablosu-modern th, .efsun-tablosu-modern td, .efsun-tablosu-modern thead th, .efsun-tablosu-modern tbody td {
  color: #fff !important;
}
/* Modern Efsun Tablosu Styles */

.site-bg-gold {
  background: #18181b;
  min-height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
  top: 0; left: 0;
}

/* Altın ve turuncu vurgulu başlıklar */
h1, h2, h3, .gold-title {
  color: #ffe9a7;
  text-shadow: 0 1px 8px #2a210033, 0 0px 1px #ffb34744;
  letter-spacing: 0.01em;
  font-weight: 700;
  transition: color 0.2s, text-shadow 0.2s;
}
h1.gold-glow, h2.gold-glow, h3.gold-glow {
  animation: goldGlow 2.5s infinite alternate;
}
@keyframes goldGlow {
  0% { text-shadow: 0 1px 8px #2a210033, 0 0px 1px #ffb34744; }
  100% { text-shadow: 0 2px 16px #ffb347cc, 0 0px 2px #ffe9a7cc; }
}

/* İnce altın çizgiler */
.gold-divider {
  border: none;
  border-top: 1.5px solid #ffe9a7cc;
  margin: 1.2rem 0 1.2rem 0;
  width: 100%;
  opacity: 0.7;
}

/* Butonlarda altın vurgu */
.cta-button, .cta-primary, .cta-secondary {
  border-radius: 2.2rem;
  font-weight: 600;
  font-size: 1rem;
  border: 1.5px solid #ffb347cc;
  background: linear-gradient(90deg, #18181b 0%, #23232a 100%);
  color: #ffb347;
  box-shadow: 0 2px 8px 0 #18181b55;
  transition: background 0.2s, color 0.2s, border 0.2s, box-shadow 0.2s;
}
.cta-button:hover, .cta-primary:hover, .cta-secondary:hover {
  background: linear-gradient(90deg, #ffb347 0%, #ffe9a7 100%);
  color: #18181b;
  border-color: #ffe9a7;
  box-shadow: 0 4px 16px 0 #ffb34755;
}

/* Efsun badge'lerinde altın vurgusu */
.efsun-item-badge {
  background: rgba(24,24,28,0.85);
  color: #ffb347;
  border: 1.2px solid #ffb347cc;
  box-shadow: 0 1px 8px 0 #18181b55;
  position: relative;
  transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.18s, transform 0.18s;
}
.efsun-item-badge:hover {
  background: #18181b;
  color: #ffe9a7;
  border-color: #ffb347;
  transform: scale(1.12) translateY(-2px);
  z-index: 2;
}
.efsun-item-badge::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 80%;
  pointer-events: none;
  border-radius: 1.2em;
  background: radial-gradient(ellipse at center, #ffb34755 0%, #ffe9a733 60%, transparent 100%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.18s, transform 0.18s;
  z-index: 0;
}
.efsun-item-badge:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.18);
}

/* Efsun tablosu başlıkları ve çizgileri */
.efsun-tablosu-modern thead th {
  background: #23232a;
  color: #ffb347;
  border-top: 1.5px solid #ffe9a7cc;
  border-bottom: 1.5px solid #ffe9a7cc;
}
.efsun-tablosu-modern tbody tr {
  background: rgba(34,36,44,0.97);
  border-bottom: 1px solid #ffb34733;
}
.efsun-tablosu-modern td {
  border-left: 1.2px solid #ffb34733;
}
.efsun-tablosu-modern td:first-child {
  border-left: none;
}

/* Footer ve üst bar altın çizgi */
.site-footer {
  border-top: 1.5px solid #ffb347cc;
  background: rgba(24,24,28,0.65);
  color: #ffb347;
  font-size: 1rem;
  padding: 1.2rem 0 0.7rem 0;
  text-align: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 -2px 18px 0 #18181b55;
}
.auth-buttons-bar {
  border-top: 1.5px solid #ffb347cc;
  background: #18181b;
}

/* Canlılık için animasyonlu hoverlar */
a, .cta-button, .efsun-item-badge {
  transition: color 0.18s, background 0.18s, border 0.18s, box-shadow 0.18s, transform 0.18s;
}

/* Responsive tweaks */
@media (max-width: 700px) {
  .efsun-tablosu-modern th, .efsun-tablosu-modern td {
    font-size: 0.89em;
  }
  h1, h2, h3 {
    font-size: 1.1em;
  }
}
.efsun-tablosu-modern {
  margin: 2rem auto 1.5rem auto;
  max-width: 900px;
  background: rgba(24, 24, 28, 0.65);
  border-radius: 1.1rem;
  box-shadow: 0 4px 32px 0 #18181b55;
  padding: 1.2rem 0.7rem 1.2rem 0.7rem;
  overflow-x: auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid #ffb347cc;
  
}
.efsun-tablosu-modern table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.93rem;
  color: #ffe9a7;
}
.efsun-tablosu-modern th, .efsun-tablosu-modern td {
  padding: 0.45rem 0.35rem;
  text-align: left;
  color: #ffb347;
}
.efsun-tablosu-modern thead th {
  background: rgba(24, 24, 28, 0.65);
  color: #ffb347;
  font-size: 1rem;
  font-weight: 700;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  letter-spacing: 0.01em;
  border-bottom: 1.5px solid #ffb347cc;
}
.efsun-tablosu-modern tbody tr {
  background: rgba(24, 24, 28, 0.45);
  border-bottom: 1px solid #ffb34733;
  transition: background 0.18s;
}
.efsun-tablosu-modern tbody tr:hover {
  background: rgba(24, 24, 28, 0.65);
}
.efsun-tablosu-modern td {
  vertical-align: middle;
  border-left: 1.2px solid #ffb34733;
  background: transparent;
}
.efsun-tablosu-modern td:first-child {
  border-left: none;
}
.efsun-tablosu-modern tr:last-child td {
  border-bottom: none;
}
.efsun-tablosu-modern td:nth-child(4) {
  font-size: 0.91rem;
  color: #ffb347;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Eşya Türü Badge/Pill Styles */
.efsun-item-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.efsun-item-badge {
  display: inline-block;
  background: #232c3a;
  color: #7ee6ff;
  font-size: 0.81em;
  font-weight: 600;
  border-radius: 1.1em;
  padding: 0.13em 0.7em 0.13em 0.7em;
  margin: 0 0.08em;
  box-shadow: 0 1px 4px 0 #0004;
  cursor: default;
  transition: background 0.18s, color 0.18s, transform 0.18s;
  border: 1.5px solid #2e3a4a;
}
.efsun-item-badge:hover {
  background: #00ffe7;
  color: #23273a;
  transform: scale(1.08) translateY(-2px);
  border-color: #00ffe7;
  z-index: 2;
}

@media (max-width: 700px) {
  .efsun-tablosu-modern {
    padding: 0.5rem 0.1rem;
    font-size: 0.89rem;
  }
  .efsun-tablosu-modern th, .efsun-tablosu-modern td {
    padding: 0.28rem 0.13rem;
  }
  .efsun-item-badge {
    font-size: 0.75em;
    padding: 0.11em 0.5em;
  }
}
/* Auth Buttons Bar (Top) */
.auth-buttons-bar {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1.2rem 2rem 0 2rem;
  z-index: 1002;
}

/* Make sure top bar buttons are visually distinct */
.auth-buttons-bar .cta-button {
  min-width: 110px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 2.2rem;
  box-shadow: 0 2px 8px 0 #000a;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.auth-buttons-bar .cta-secondary {
  background: transparent;
  color: #00ffe7;
  border: 2px solid #00ffe7;
}
.auth-buttons-bar .cta-secondary:hover {
  background: #00ffe7;
  color: #181c24;
}
.auth-buttons-bar .cta-primary {
  background: linear-gradient(90deg, #00ffe7 0%, #0077ff 100%);
  color: #181c24;
  border: none;
}
.auth-buttons-bar .cta-primary:hover {
  background: linear-gradient(90deg, #0077ff 0%, #00ffe7 100%);
  color: #fff;
}
/* Modal Giriş/Kayıt */
.modal-overlay {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(20,22,30,0.85);
  z-index: 2000;
  transition: opacity 0.2s;
}
.modal-auth {
  position: fixed;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: linear-gradient(135deg, #23243a 0%, #181a23 100%);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 48px #000a;
  z-index: 2100;
  min-width: 320px;
  max-width: 95vw;
  width: 370px;
  padding: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  animation: modalIn 0.3s cubic-bezier(.4,2,.6,1) both;
}
@keyframes modalIn {
  from { opacity: 0; transform: translate(-50%,-60%) scale(0.95); }
  to   { opacity: 1; transform: translate(-50%,-50%) scale(1); }
}
.modal-tabs {
  display: flex;
  border-bottom: 1px solid #22243a;
  background: #181a23;
  border-radius: 18px 18px 0 0;
  align-items: center;
  position: relative;
}
.modal-tab {
  flex: 1;
  background: none;
  border: none;
  color: #aaa;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 18px 0 12px 0;
  cursor: pointer;
  transition: color 0.2s;
  border-radius: 18px 18px 0 0;
}
.modal-tab.active {
  color: #00ffe7;
  background: #23243a;
}
.modal-close {
  position: absolute;
  right: 12px;
  top: 10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.modal-close:hover { opacity: 1; }
.modal-form {
  display: none;
  flex-direction: column;
  align-items: stretch;
  padding: 24px 32px 0 32px;
  animation: fadeIn 0.3s both;
}
.modal-form.active { display: flex; }
.modal-form h2 {
  text-align: center;
  margin-bottom: 18px;
  color: #00ffe7;
  font-size: 1.3rem;
  font-weight: 700;
}
.modal-form input {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #23243a;
  background: #181a23;
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s;
}
.modal-form input:focus {
  border-color: #00ffe7;
}
.modal-form button {
  margin-top: 6px;
}
.form-message {
  min-height: 22px;
  text-align: center;
  font-size: 0.98rem;
  margin-top: 6px;
}
@media (max-width: 500px) {
  .modal-auth { min-width: 0; width: 98vw; padding: 0 0 18px 0; }
  .modal-form { padding: 18px 8px 0 8px; }
}
/* Footer */
.efsun-item-badge {
  background: rgba(24, 24, 28, 0.55);
  color: #ffb347;
  border: 1.2px solid #ffb347cc;
  box-shadow: 0 1px 8px 0 #18181b33;
  position: relative;
  transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.18s, transform 0.18s;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.efsun-item-badge:hover {
  background: rgba(24, 24, 28, 0.85);
  color: #ffb347;
  border-color: #ffb347;
  transform: scale(1.10) translateY(-2px);
  z-index: 2;
}
.efsun-item-badge::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 80%;
  pointer-events: none;
  border-radius: 1.2em;
  background: radial-gradient(ellipse at center, #ffb34733 0%, #ffb34711 60%, transparent 100%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.18s, transform 0.18s;
  z-index: 0;
}
.efsun-item-badge:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.18);
}
.footer-social {
  display: flex;
  gap: 18px;
  margin: 8px 0;
}
.footer-social img {
  filter: grayscale(0.2) brightness(1.2) drop-shadow(0 2px 8px #ffb34755);
  border-radius: 50%;
  background: #23232a;
  padding: 4px;
  transition: filter 0.2s, background 0.2s;
}
.footer-social img:hover {
  filter: grayscale(0) brightness(1.5) drop-shadow(0 0 12px #ffb347);
  background: #18181b;
}
.footer-copy {
  font-size: 0.98rem;
  color: #ffb347;
  margin-top: 8px;
  text-align: center;
}
@media (max-width: 600px) {
  .footer-content { padding: 0 8px; }
  .footer-links { flex-direction: column; gap: 10px; align-items: center; }
  .footer-social { gap: 10px; }
}


/* Reset ve Temel Ayarlar */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Rajdhani', sans-serif;
  background: #0a0a0a;
  color: #fff;
  overflow-x: hidden;
  font-weight: 400;
}

/* Arka Plan */
.grid-bg {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(135deg, #181a23 0%, #23243a 50%, #101014 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -3;
}

/* Logo */
.logo { display: inline-block; text-align: center; }
.logo-img { width: 150px; height: auto; }

/* Navigation */
nav {
  position: fixed; top: 0; width: 100%; padding: 20px 50px;
  background: rgba(10, 10, 10, 0.8); backdrop-filter: blur(10px);
  z-index: 1000; transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 94, 0, 0.1);
}
.nav-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.logo-link { display: flex; align-items: center; text-decoration: none; gap: 10px; }
.nav-links { display: flex; gap: 30px; list-style: none; }
.nav-link { color: #fff; text-decoration: none; font-weight: 500; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.7; transition: color 0.2s; }
.nav-link:hover { color: #00ffe7; opacity: 1; }

/* Hero ve Başlık */
.hero { padding: 80px 0 40px 0; text-align: center; background: linear-gradient(135deg, #232526 0%, #414345 100%); position: relative; z-index: 1; }
.glitch-text { font-size: 2.5rem; font-weight: bold; letter-spacing: 2px; color: #fff; text-shadow: 0 0 8px #00ffe7, 0 0 2px #fff; margin-bottom: 16px; }
.cta-container { margin-top: 30px; display: flex; justify-content: center; gap: 20px; }
.cta-button { padding: 14px 32px; border-radius: 8px; border: none; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: background 0.2s, color 0.2s, box-shadow 0.2s; text-decoration: none; margin: 0 4px; }
.cta-primary { background: #00ffe7; color: #181a1b; box-shadow: 0 2px 12px #00ffe7aa; }
.cta-primary:hover { background: #00bfae; color: #fff; }
.cta-secondary { background: #232526; color: #fff; border: 2px solid #00ffe7; }
.cta-secondary:hover { background: #00ffe7; color: #181a1b; }

/* Efsun Tablosu */
.efsun-tablosu-container { background: #232526cc; border-radius: 16px; margin: 40px auto; padding: 32px 16px; max-width: 1200px; box-shadow: 0 4px 24px #0004; }
.efsun-tablosu { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.efsun-sutun { flex: 1 1 220px; min-width: 220px; background: #181a1bcc; border-radius: 12px; padding: 18px; margin: 8px; box-shadow: 0 2px 8px #00ffe733; }
.efsun-baslik { font-size: 1.2rem; font-weight: bold; margin-bottom: 12px; color: #00ffe7; }
.efsun-satir { display: flex; justify-content: space-between; margin-bottom: 8px; }
.efsun-ozellik { color: #fff; }
.efsun-deger { color: #00ffe7; font-weight: bold; }

/* Responsive */
@media (max-width: 900px) {
  .efsun-tablosu { flex-direction: column; align-items: center; }
  .efsun-sutun { max-width: 95vw; }
}
.nav-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.nav-links a:hover::before,
.nav-links a.active::before {
    border-color: #FF5E00;
    box-shadow: inset 0 0 10px rgba(255, 94, 0, 0.5);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #FF5E00, #00B2FF);
    transition: width 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 94, 0, 0.8);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

/* Mobile menu */
.menu-toggle {
    display: none; /* Varsayılan olarak gizle */
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    z-index: 1001; /* Navigasyonun üstünde kalması için */
}

.menu-toggle span {
    width: 25px;
    height: 2px;
    background: #FF5E00;
    transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Medya Sorgusu: Mobil cihazlar için */
@media (max-width: 768px) {
    .nav-container {
        flex-wrap: nowrap;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%; /* Başlangıçta ekran dışına gizle */
        width: 70%; /* Menünün genişliği */
        height: 100vh;
        background: rgba(10, 10, 10, 0.95);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 999;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
    }

    .nav-links.active {
        right: 0; /* JavaScript ile 'active' sınıfı eklendiğinde içeri kaydır */
    }

    .nav-links a {
        font-size: 18px;
        padding: 15px 30px;
        width: 100%;
        text-align: center;
    }

    .menu-toggle {
        display: flex; /* Mobil ekranda göster */
    }
}
/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 80px 20px 20px;
}

.hero-content {
    text-align: center;
    max-width: 1200px;
    animation: fade-in-up 1s ease-out;
    z-index: 10;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Text Rotator Styles */
.text-rotator {
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.text-set {
    position: absolute;
    width: 100%;
    opacity: 0;
    display: none;
}

.text-set.active {
    opacity: 1;
    display: block;
}

.glitch-text {
    font-family: 'Orbitron', monospace;
    font-size: clamp(0.98rem, 2.94vw, 2.4rem);
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 0 0 20px rgba(255, 94, 0, 0.5);
    overflow: hidden;
}

.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
    animation: charFlyIn 0.5s ease-out forwards;
}

@keyframes charFlyIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.char.out {
    animation: charFlyOut 0.3s ease-in forwards;
}

@keyframes charFlyOut {
    to {
        opacity: 0;
        transform: translateY(-30px) rotateX(90deg);
    }
}

.subtitle {
    font-size: 1.5rem;
    margin: 20px 0;
    opacity: 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    font-weight: 300;
}

.subtitle.visible {
    animation: subtitleFade 0.8s ease-out 0.5s forwards;
}

@keyframes subtitleFade {
    to {
        opacity: 0.6;
    }
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.glitch-text {
    font-family: 'Orbitron', monospace;
    font-size: clamp(2.6rem, 10vw, 3.8rem);
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 0 0 20px rgba(255, 94, 0, 0.5);
}

.glitch-text::before,
.glitch-text::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch-text::before {
    animation: glitch-1 0.5s infinite;
    color: #FF5E00;
    z-index: -1;
    text-shadow: -2px 0 #FF5E00;
}

.glitch-text::after {
    animation: glitch-2 0.5s infinite;
    color: #00B2FF;
    z-index: -1;
    text-shadow: 2px 0 #00B2FF;
}

@keyframes glitch-1 {
    0%, 100% { clip-path: inset(0 0 0 0); transform: translate(0); }
    20% { clip-path: inset(33% 0 33% 0); transform: translate(-2px); }
    40% { clip-path: inset(66% 0 0 0); transform: translate(2px); }
    60% { clip-path: inset(0 0 66% 0); transform: translate(1px); }
    80% { clip-path: inset(25% 0 50% 0); transform: translate(-1px); }
}

@keyframes glitch-2 {
    0%, 100% { clip-path: inset(0 0 0 0); transform: translate(0); }
    20% { clip-path: inset(50% 0 25% 0); transform: translate(2px); }
    40% { clip-path: inset(0 0 75% 0); transform: translate(-2px); }
    60% { clip-path: inset(75% 0 0 0); transform: translate(-1px); }
    80% { clip-path: inset(40% 0 40% 0); transform: translate(1px); }
}

.subtitle {
    font-size: 1.5rem;
    margin: 20px 0;
    opacity: 0.6;
    animation: fade-in 1s ease-out 0.5s both;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    font-weight: 300;
}

@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 0.6; }
}

.cta-container {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 100;
}

.cta-button {
    padding: 12px 30px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Orbitron', monospace;
    font-weight: 700;
}

.cta-primary {
    background: linear-gradient(45deg, #FF5E00, #00B2FF);
    color: white;
    animation: pulse 2s infinite;
    box-shadow: 0 0 30px rgba(255, 94, 0, 0.5);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 30px rgba(255, 94, 0, 0.5);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 40px rgba(255, 94, 0, 0.8);
    }
}

.cta-secondary {
    background: transparent;
    color: #FF5E00;
    border: 2px solid #FF5E00;
    box-shadow: inset 0 0 20px rgba(255, 94, 0, 0.1);
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.cta-button:hover::before {
    width: 300px;
    height: 300px;
}

.cta-secondary:hover {
    background: rgba(255, 94, 0, 0.1);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(255, 94, 0, 0.4), inset 0 0 30px rgba(255, 94, 0, 0.2);
    border-color: #ffffff;
}

/* mapler başladı */
/* --- YUDAN2 HARİTALAR MODERN KART TASARIMI --- */
.events-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto 48px auto;
  padding: 0 18px;
}

.event-item {
  background: linear-gradient(135deg, rgba(24,24,28,0.85) 65%, rgba(255,179,71,0.10));
  border-radius: 1.2em;
  box-shadow: 0 6px 28px 0 #18181b66, 0 1.5px 0 0 #ffb347cc;
  border: 2.5px solid transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.19s cubic-bezier(.4,2,.6,1), box-shadow 0.19s, border 0.19s;
  cursor: pointer;
  min-height: 390px;
  position: relative;
  z-index: 1;
}

.event-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #ffb34733 30%, #00ffe744 100%);
  opacity: 0;
  transition: opacity 0.25s;
  z-index: 2;
  pointer-events: none;
}

.event-item:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 16px 44px 0 #ffb34755, 0 2.5px 0 0 #ffb347cc;
  border: 2.5px solid #ffb347cc;
}
.event-item:hover .event-info p {
  opacity: 0.88;
  max-height: 18em; /* Yeterince büyük bırak */
}
.event-info::after {
  content: "";
  display: block;
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2.2em;
  background: linear-gradient(to bottom, rgba(24,24,28,0), rgba(24,24,28,0.93));
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s;
}
.event-item:hover .event-info::after {
  opacity: 0;
}
.event-item:hover::after {
  opacity: 0.18;
}

.event-image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-bottom: 2.5px solid #ffb347;
  filter: brightness(0.97) grayscale(0.07);
  transition: 
    filter 0.6s cubic-bezier(.4,2,.6,1),
    transform 0.7s cubic-bezier(.4,2,.6,1);
  border-radius: 0;
  will-change: filter, transform;
}
.event-item:hover .event-image img {
  filter: brightness(1.13) saturate(1.27);
  transform: scale(1.09);
  z-index: 2;
}

.event-info {
  padding: 22px 16px 18px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  background: transparent;
  z-index: 3;
}

.event-info h3 {
  color: #ffe066;
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 0 10px 0;
  text-shadow: 0 1px 8px #2a210033;
  letter-spacing: 0.02em;
}

.event-info p {
  color: #fffbe6;
  font-size: 1.03rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.35s cubic-bezier(.4,2,.6,1),
    max-height 0.5s cubic-bezier(.4,2,.6,1);
}

@media (max-width: 900px) {
  .events-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .event-image img {
    height: 140px;
  }
  .event-info {
    padding: 16px 10px 12px 10px;
  }
  .event-info h3 { font-size: 1.07rem; }
}
.event-info {
  position: relative;
}

@media (max-width: 600px) {
  .events-gallery {
    padding: 0 2px;
  }
  .event-image img {
    height: 110px;
  }
  .event-info h3 { font-size: 0.97rem; }
}    
/* mapler bitti */
/* başlık başladı */
.title-section {
  text-align: center;
  margin: 40px 0;
}

.title-section h1 {
  font-size: clamp(2rem, 5vw, 3rem); /* responsive boyut */
  font-weight: 900;
  color: #FF5E00;
  margin-bottom: 10px;
  background: linear-gradient(45deg, #FF5E00, #00B2FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-section p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
/* başlık bitti */

/* slider başladı */


h1 {
  text-align:center;
  margin:30px 0;
  background:linear-gradient(45deg,#FF5E00,#00B2FF);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Slider ve filtreler kapsayıcı */
.slider-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.filter-menu {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.filter-menu button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  background: linear-gradient(45deg, #FF5E00, #00B2FF);
  color: white;
  font-weight: bold;
  border-radius: 8px;
  transition: transform 0.2s ease;
}

.filter-menu button:hover {
  transform: scale(1.05);
}
.filter-menu button.active {
  box-shadow: 0 0 20px rgba(255, 94, 0, 0.6);
}

/* Scroll section */
.scroll-section {
  margin-bottom: 40px;
  display: none;
  width: 100%;
}
.scroll-section.active {
  display: block;
}
/* Arka plan dikdörtgen */
.scroll-background {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Slider container */
.scroll-container {
  display: flex;
  gap: 20px;
  /* Varsayılan scrollbar'ı gizle */
  overflow-x: hidden;
  /* Sürükleme imleci ekle */
  cursor: grab;
  /* Metin seçimini engelle */
  user-select: none;
  padding: 20px;
  justify-content: flex-start;
  scroll-behavior: smooth;
}

.scroll-container.dragging {
  cursor: grabbing;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;  /* üst ve alt biraz boşluk */
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 94, 0, 0.2);
}


.scroll-container::-webkit-scrollbar { display:none; }

/* Kutucuklar */
.scroll-box {
  min-width: 150px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 94, 0, 0.2);
}
.scroll-box:hover {
  transform: translateY(-5px);
}
.main-image img {
  width: 32px;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  object-fit: contain;
}

.images-row {
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

.images-row img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.images-row img:hover {
  transform: scale(1.1);
}
.weapon-name {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 5px;
}
  .scroll-box {
    width: 250px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
          .scroll-row {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 20px;
            cursor: grab;
            user-select: none;
            padding: 10px;
        }
        .scroll-row::-webkit-scrollbar { display: none; }

.scroll-row img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

  .images-row img {
    width: 50px;
    margin: 3px;
    cursor: pointer;
    position: relative;
  }

  .tooltip-box {
    position: absolute;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    display: none;
    pointer-events: none;
    z-index: 1000;
  }
.filter-menu { display:flex; justify-content:center; gap:15px; margin-bottom:30px; flex-wrap:wrap; }
.filter-menu button { padding:10px 20px; border:none; cursor:pointer; background:linear-gradient(45deg,#FF5E00,#00B2FF); color:white; font-weight:bold; border-radius:8px; transition: transform 0.2s ease; }
.filter-menu button:hover { transform: scale(1.05); }
.filter-menu button.active { box-shadow:0 0 20px rgba(255,94,0,0.6); }

.scroll-section { margin-bottom:40px; display:none; }
.scroll-section.active { display:block; }

.scroll-container { display:flex; gap:20px; overflow-x:hidden; cursor:grab; user-select:none; padding:20px; justify-content:center; }
.scroll-container.dragging { cursor:grabbing; }

.scroll-box { min-width:150px; height:200px; background:rgba(255,255,255,0.05); border-radius:12px; padding:10px; flex-shrink:0; display:flex; flex-direction:column; align-items:center; justify-content:space-between; backdrop-filter:blur(10px); transition:transform 0.3s ease; }
.scroll-box:hover { transform:translateY(-5px); }

.images-row { display:flex; gap:5px; justify-content:center; flex-wrap:wrap; }
.images-row img { width:25px; height:25px; border-radius:2px; object-fit:cover; transition: transform 0.2s ease; }
.images-row img:hover { transform:scale(1.1); }
.weapon-name { font-size:0.9rem; text-align:center; margin-bottom:5px; }

/* slider bitti */

/* efsun tablosu başladı */

.efsun-tablosu-container {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: #f0f0f0;
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 40px auto;
    border: 1px solid rgba(255, 94, 0, 0.2);
}

.efsun-tablosu-container h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 900;
    /* Başlıktaki renkleri kullan */
    background: linear-gradient(45deg, #FF5E00, #00B2FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.efsun-tablosu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.efsun-sutun {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 6px;
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    backdrop-filter: blur(10px);
    /* Başlıktaki turuncu rengin biraz daha koyu tonunu kullan */
    border: 1px solid rgba(255, 94, 0, 0.3); 
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.efsun-sutun:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 94, 0, 0.7); /* Başlık rengiyle uyumlu parlama */
    transform: translateY(-5px) scale(1.02);
}

.efsun-baslik {
    font-weight: bold;
    font-size: 18px;
    /* Başlıktaki turuncu rengin koyu tonu */
    color: #ff5e00; 
    border-bottom: 2px solid #3d3d3d;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.efsun-satir {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #3d3d3d;
}

.efsun-satir:last-child {
    border-bottom: none;
}

.efsun-ozellik {
    color: #ffffff; /* Saf beyaz */
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.4); /* Hafif beyaz parlama gölgesi */
}

.efsun-deger {
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}


/* efsun tablosu bitti */

/* main image conteiner */

/* main image conteiner bitti */

/* --- Modern Responsive Footer --- */

/* Lonca Sıralaması Sidebar Kutusu */
.guild-ranking-title {
  font-size: 1.02rem;
  font-weight: 600;
  color: #ffb347;
  margin-bottom: 0.7rem;
  letter-spacing: 0.01em;
  text-align: left;
}
.guild-ranking-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.guild-rank {
  display: flex;
  align-items: center;
  gap: 0.7em;
  background: rgba(24,24,28,0.65);
  border-radius: 0.7em;
  padding: 0.32em 0.7em;
  color: #fff;
  font-size: 0.93em;
  font-weight: 500;
  border: 1.2px solid #ffb347cc;
  box-shadow: 0 2px 8px 0 #18181b55;
  transition: transform 0.18s, box-shadow 0.18s, border 0.18s;
  cursor: pointer;
}
.guild-rank:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 8px 24px 0 #ffb34744;
  border: 1.5px solid #ffb347cc;
  z-index: 2;
}
.guild-rank-1 {
  background: linear-gradient(90deg, #ffe066 0%, #ffb347 100%);
  color: #18181b;
  border: 1.5px solid #ffb347cc;
  font-weight: 700;
}
.guild-rank-2 {
  background: linear-gradient(90deg, #ffe9a7 0%, #bfa76a 100%);
  color: #18181b;
  border: 1.5px solid #ffb347cc;
  font-weight: 700;
}
.guild-rank-3 {
  background: linear-gradient(90deg, #e6b07a 0%, #ffb347 100%);
  color: #18181b;
  border: 1.5px solid #ffb347cc;
  font-weight: 700;
}
.guild-rank-num {
  min-width: 2em;
  text-align: right;
  font-size: 1em;
  font-weight: 700;
}
.guild-rank-name {
  flex: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: 0.93em;
}
.guild-rank-score {
  font-size: 0.89em;
  opacity: 0.85;
  font-weight: 500;
}
@media (max-width: 700px) {
  .guild-ranking-title {
    font-size: 0.93rem;
  }
  .guild-rank {
    font-size: 0.85em;
    padding: 0.22em 0.4em;
  }
}
.site-footer {
  border-top: 1.5px solid #ffb347cc;
  background: rgba(24,24,28,0.75);
  color: #ffb347;
  font-size: 0.98rem;
  padding: 1.2rem 0 0.7rem 0;
  text-align: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 -2px 18px 0 #18181b33;
  width: 100%;
}
.footer-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 16px;
}
.footer-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1 1 200px;
}
.footer-links a {
  color: #ffb347;
  text-decoration: none;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
  font-size: 0.97rem;
}
.footer-links a:hover {
  background: rgba(255,179,71,0.12);
  color: #ffe9a7;
}
.footer-social {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px 0;
}
.footer-social img {
  filter: grayscale(0.2) brightness(1.2) drop-shadow(0 2px 8px #ffb34755);
  border-radius: 50%;
  background: #23232a;
  padding: 4px;
  width: 28px;
  height: 28px;
  transition: filter 0.2s, background 0.2s, transform 0.18s;
}
.footer-social img:hover {
  filter: grayscale(0) brightness(1.5) drop-shadow(0 0 12px #ffb347);
  background: #18181b;
  transform: scale(1.12) translateY(-2px);
}
.footer-copy {
  width: 100%;
  font-size: 0.93rem;
  color: #ffb347;
  margin-top: 8px;
  text-align: center;
  opacity: 0.85;
}
@media (max-width: 700px) {
  .footer-content {
    flex-direction: column;
    gap: 10px;
    padding: 0 4px;
  }
  .footer-links {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .footer-social {
    gap: 10px;
  }
}

/* --- Modern Küçük Font Override --- */
body {
  font-size: 0.97rem !important;
  font-family: 'Inter', 'Rajdhani', Arial, sans-serif !important;
  letter-spacing: 0.01em;
}
h1, .gold-title {
  font-size: 1.45rem !important;
  font-family: 'Inter', 'Rajdhani', Arial, sans-serif !important;
}
h2 {
  font-size: 1.18rem !important;
  font-family: 'Inter', 'Rajdhani', Arial, sans-serif !important;
  font-weight: 600;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 1.05rem !important;
  font-family: 'Inter', 'Rajdhani', Arial, sans-serif !important;
  font-weight: 500;
  margin-bottom: 0.4em;
}
.cta-button, .cta-primary, .cta-secondary {
  font-size: 0.97rem !important;
  font-weight: 500 !important;
  padding: 0.38em 1.1em !important;
}
.efsun-tablosu-modern table,
.efsun-tablosu-modern th, .efsun-tablosu-modern td {
  font-size: 0.89rem !important;
}
.efsun-tablosu-modern th, .efsun-tablosu-modern td {
  padding: 0.32rem 0.22rem !important;
}
.event-takvim-day {
  font-size: 1.02rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.7rem !important;
}
.event-color {
  font-size: 0.93em !important;
  padding: 0.32em 0.7em !important;
}
.event-time {
  font-size: 1em !important;
}
.event-name {
  font-size: 0.93em !important;
  font-weight: 500 !important;
}
.event-level {
  font-size: 0.89em !important;
}
.efsun-item-badge {
  font-size: 0.82em !important;
  padding: 0.09em 0.55em 0.09em 0.55em !important;
}
@media (max-width: 700px) {
  body {
    font-size: 0.89rem !important;
  }
  h1, .gold-title {
    font-size: 1.08rem !important;
  }
  h2 {
    font-size: 0.98rem !important;
  }
  h3 {
    font-size: 0.91rem !important;
  }
  .event-takvim-day {
    font-size: 0.93rem !important;
  }
  .event-color {
    font-size: 0.85em !important;
    padding: 0.22em 0.4em !important;
  }
  .efsun-item-badge {
    font-size: 0.73em !important;
    padding: 0.07em 0.35em 0.07em 0.35em !important;
  }
  .efsun-tablosu-modern th, .efsun-tablosu-modern td {
    font-size: 0.81em !important;
  }
}

.hero-section {
  position: relative;
  min-height: 100vh; /* Neredeyse tam ekran */
  width: 100vw;
  left: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(120deg, #18181b 0%, #23232a 100%);
  z-index: 2;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('/images/background/lucid.jpg') center/cover no-repeat;
  opacity: 0.16;
  z-index: 0;
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.hero-content h1 {
  font-size: 3.3rem;
  letter-spacing: 0.03em;
  font-weight: 900;
}
.glow {
  color: #ffb347;
  text-shadow: 0 0 25px #ffb347cc, 0 0 5px #fff;
}
.hero-slogan {
  font-size: 1.35rem;
  color: #ffe9a7cc;
  margin: 18px 0 30px 0;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 18px;
}
.cta-primary, .cta-secondary {
  padding: 0.9em 2em;
  border-radius: 1.5em;
  font-size: 1.12em;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.cta-primary {
  background: linear-gradient(90deg, #ffb347 0%, #ffe066 100%);
  color: #18181b;
  box-shadow: 0 4px 16px #ffb34744;
}
.cta-primary:hover {
  background: linear-gradient(90deg, #ffe066 0%, #ffb347 100%);
  color: #18181b;
  transform: translateY(-3px) scale(1.04);
}
.cta-secondary {
  background: rgba(24,24,28,0.7);
  color: #ffb347;
  border: 2px solid #ffb347;
}
.cta-secondary:hover {
  background: #ffb347;
  color: #18181b;
}
.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffb347;
  font-size: 2.5rem;
  opacity: 0.8;
  animation: bounce 1.7s infinite;
  z-index: 2;
}
@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 16px);}
}
@media (max-width: 700px) {
  .hero-content h1 { font-size: 2rem; }
  .hero-slogan { font-size: 1.05rem; }
}

.metin2-char {
  position: absolute;
  bottom: 0;
  width: 720px;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  opacity: 0.92;
  transition: transform 0.7s cubic-bezier(.4,2,.6,1), opacity 0.4s;
}

.metin2-char.left {
  left: 260px;
  transform: scaleX(-1) scale(1.03); /* Karakter sola bakacaksa yansıt */
}

.metin2-char.right {
  right: 260px;
  /* sağdaki karaktere ister minik bir hareket ekle: */
  animation: floatChar 4s ease-in-out infinite alternate;
}

@keyframes floatChar {
  from { transform: translateY(0) scale(1); }
  to   { transform: translateY(-18px) scale(1.04);}
}

@media (max-width: 900px) {
  .metin2-char { width: 110px; }
  .metin2-char.left { left: 1vw; }
  .metin2-char.right { right: 1vw; }
}
@media (max-width: 600px) {
  .metin2-char { display: none; }
}