/* ==========================================================================
   VDCASINO VIP LUXURY GAMING & SEO PORTAL - COMPLETE NEW DESIGN (2026)
   ========================================================================== */

:root {
  --bg-dark: #070d0a;
  --bg-surface: #0e1a14;
  --bg-card: #14261d;
  --bg-card-hover: #1b3327;
  --neon-green: #00e676;
  --neon-green-glow: rgba(0, 230, 118, 0.35);
  --dark-emerald: #00897b;
  --accent-gold: #ffd54f;
  --text-main: #f0fdf4;
  --text-muted: #94a3b8;
  --border-neon: rgba(0, 230, 118, 0.25);
  --border-subtle: rgba(255, 255, 255, 0.08);
  --shadow-neon: 0 0 25px rgba(0, 230, 118, 0.2);
  --shadow-card: 0 20px 40px rgba(0, 0, 0, 0.5);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: var(--font-family);
  line-height: 1.7;
}

body {
  overflow-x: hidden;
  background: radial-gradient(circle at 50% 0%, #0d2b1e 0%, var(--bg-dark) 70%);
  padding-bottom: 75px; /* Space for fixed bottom CTA bar */
}

/* TOP STATUS TICKER */
.top-ticker {
  background: linear-gradient(90deg, #004d40, #00e676, #004d40);
  background-size: 200% 100%;
  animation: gradientMove 6s infinite linear;
  color: #000000;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.4rem 1rem;
  text-align: center;
  letter-spacing: 0.05em;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* OKUMA İLERLEME ÇUBUĞU */
.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2000;
}

.progress-bar {
  height: 100%;
  background: var(--neon-green);
  box-shadow: 0 0 10px var(--neon-green);
  width: 0%;
  transition: width 0.1s ease-out;
}

/* NAVBAR */
.navbar {
  position: sticky;
  top: 0;
  background: rgba(14, 26, 20, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-neon);
  z-index: 1000;
  padding: 0.6rem 0;
}

.nav-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.logo-wrapper img {
  height: 34px !important;
  width: auto !important;
  max-height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(0, 230, 118, 0.3));
}

/* SINGLE LINE NAV LINKS (TEK SIRA MENÜ YAZILARI) */
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-main);
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap; /* Prevent line wrapping in menu items */
  transition: all 0.2s ease;
}

.nav-links a:hover {
  color: var(--neon-green);
  text-shadow: 0 0 8px var(--neon-green-glow);
}

.btn-primary {
  background: linear-gradient(135deg, #00c853, var(--neon-green));
  color: #05140c !important;
  padding: 0.65rem 1.4rem;
  border-radius: 50px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 0 15px var(--neon-green-glow);
  transition: all 0.3s ease;
  border: 1px solid var(--neon-green);
  white-space: nowrap;
  max-width: 100%;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(0, 230, 118, 0.6);
  background: linear-gradient(135deg, var(--neon-green), #69f0ae);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: var(--neon-green);
  cursor: pointer;
}

/* HERO SECTION - CENTERED LAYOUT (ORANLANMIŞ ORTALI YAZILAR & ORTADA GİRİŞ BUTONU) */
.hero-section {
  padding: 4.5rem 1.5rem 3.5rem 1.5rem;
  position: relative;
  text-align: center;
}

.hero-grid {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 230, 118, 0.12);
  border: 1px solid var(--neon-green);
  color: var(--neon-green);
  padding: 0.45rem 1.35rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 15px var(--neon-green-glow);
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.35rem;
  letter-spacing: -0.03em;
  color: #ffffff;
  max-width: 850px;
}

.hero-title span {
  color: var(--neon-green);
  text-shadow: 0 0 18px var(--neon-green-glow);
}

.hero-desc {
  font-size: 1.18rem;
  color: var(--text-muted);
  margin-bottom: 2.25rem;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/* LARGE HERO CENTERED CTA BUTTON */
.hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.btn-hero-lg {
  background: linear-gradient(135deg, #00c853, var(--neon-green));
  color: #05140c !important;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 900;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 0 25px var(--neon-green-glow);
  transition: all 0.3s ease;
  border: 2px solid var(--neon-green);
  width: 100%;
  letter-spacing: 0.02em;
}

.btn-hero-lg:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 0 40px rgba(0, 230, 118, 0.75);
  background: linear-gradient(135deg, var(--neon-green), #69f0ae);
}

/* BENTO CONTAINER MAIN CONTENT */
.bento-container {
  max-width: 1320px;
  margin: 2rem auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.bento-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: var(--shadow-card);
  transition: border-color 0.3s ease;
}

.bento-card:hover {
  border-color: var(--border-neon);
}

.section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.25rem;
}

.section-icon {
  width: 40px;
  height: 40px;
  background: rgba(0, 230, 118, 0.1);
  border: 1px solid var(--neon-green);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--neon-green);
}

h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--neon-green);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

p {
  color: #cbd5e1;
  font-size: 1.02rem;
  margin-bottom: 1.15rem;
}

ul, ol {
  margin-left: 1.5rem;
  margin-bottom: 1.25rem;
  color: #cbd5e1;
}

li {
  margin-bottom: 0.4rem;
}

/* HIGHLIGHT BOXES */
.alert-box {
  background: rgba(0, 230, 118, 0.05);
  border-left: 4px solid var(--neon-green);
  border-radius: var(--radius-sm);
  padding: 1.15rem 1.35rem;
  margin: 1.35rem 0;
}

.alert-title {
  font-weight: 800;
  color: var(--neon-green);
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* TABLES */
.table-wrapper {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-neon);
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.92rem;
}

thead {
  background: #0d2419;
  color: var(--neon-green);
}

th {
  padding: 1rem 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  border-bottom: 2px solid var(--border-neon);
}

td {
  padding: 0.9rem 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #e2e8f0;
}

tbody tr:hover {
  background: rgba(0, 230, 118, 0.04);
}

/* ACCORDION (FAQ) */
.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active {
  border-color: var(--neon-green);
  box-shadow: 0 0 15px var(--neon-green-glow);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.1rem 1.35rem;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 230, 118, 0.15);
  color: var(--neon-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: var(--neon-green);
  color: #000000;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1.35rem;
  color: #94a3b8;
}

.faq-item.active .faq-answer {
  padding: 1.1rem 1.35rem;
  border-top: 1px solid var(--border-subtle);
  color: #e2e8f0;
}

/* E-E-A-T AUTHOR & METHODOLOGY CARD */
.eeat-card {
  background: linear-gradient(135deg, #091a13 0%, #122b1e 100%);
  border: 1px solid var(--neon-green);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-top: 1.25rem;
  box-shadow: var(--shadow-neon);
}

.author-header {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 1.15rem;
}

.author-avatar-box {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--neon-green), var(--dark-emerald));
  color: #000000;
  font-size: 1.6rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px var(--neon-green-glow);
}

.author-meta h4 {
  font-size: 1.15rem;
  color: #ffffff;
}

.author-meta .role {
  color: var(--neon-green);
  font-weight: 700;
  font-size: 0.85rem;
}

/* SEO PANEL */
.seo-panel {
  background: #050b08;
  border: 1px solid var(--border-neon);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-top: 2.5rem;
}

.seo-panel h3 {
  color: var(--neon-green);
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 0.85rem;
  margin-bottom: 1.25rem;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.15rem;
}

.seo-box {
  background: #0c1712;
  border: 1px solid var(--border-subtle);
  padding: 0.9rem;
  border-radius: var(--radius-sm);
}

.seo-box label {
  display: block;
  font-size: 0.72rem;
  color: var(--neon-green);
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.seo-box code {
  color: #ffffff;
  font-size: 0.85rem;
  word-break: break-all;
  font-family: monospace;
}

/* FIXED BOTTOM CTA BAR */
.fixed-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(7, 13, 10, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-neon);
  padding: 0.75rem 1rem;
  z-index: 2500;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-bottom-container {
  max-width: 800px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.btn-bottom-login {
  background: linear-gradient(135deg, #00c853, var(--neon-green));
  color: #05140c !important;
  font-weight: 900;
  padding: 0.8rem 1rem;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.95rem;
  box-shadow: 0 0 15px var(--neon-green-glow);
  transition: all 0.3s ease;
  border: 1px solid var(--neon-green);
}

.btn-bottom-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(0, 230, 118, 0.6);
  background: linear-gradient(135deg, var(--neon-green), #69f0ae);
}

.btn-bottom-register {
  background: linear-gradient(135deg, #ffb300, #ffd54f);
  color: #000000 !important;
  font-weight: 900;
  padding: 0.8rem 1rem;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.95rem;
  box-shadow: 0 0 15px rgba(255, 213, 79, 0.35);
  transition: all 0.3s ease;
  border: 1px solid #ffd54f;
}

.btn-bottom-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(255, 213, 79, 0.6);
  background: linear-gradient(135deg, #ffd54f, #ffe082);
}

footer {
  background: #040806;
  border-top: 2px solid var(--neon-green);
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  margin-top: 3.5rem;
  text-align: center;
  color: var(--text-muted);
}

.footer-brand img {
  height: 34px !important;
  width: auto !important;
  max-height: 34px;
  object-fit: contain;
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .mobile-toggle {
    display: block;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0e1a14;
    flex-direction: column;
    padding: 1.25rem;
    gap: 1rem;
    border-bottom: 1px solid var(--border-neon);
  }
  .nav-links.active {
    display: flex;
  }
  .nav-links a {
    white-space: normal;
  }
  .hero-title {
    font-size: 1.95rem;
  }
  .hero-desc {
    font-size: 1rem;
  }
  .btn-hero-lg {
    font-size: 1.05rem;
    padding: 0.85rem 1.5rem;
  }
  .btn-primary {
    width: 100%;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
  }
  .bento-card {
    padding: 1.35rem;
  }
  .fixed-bottom-container {
    gap: 8px;
  }
  .btn-bottom-login, .btn-bottom-register {
    font-size: 0.85rem;
    padding: 0.7rem 0.5rem;
  }
}
