/*
Theme Name: Bahisburada
Theme URI: https://bahisburadagiris.xyz
Author: Bahisburada
Description: Bahisburada giriş ve SEO teması
Version: 1.0
*/

:root {
  --gold: #D4AF37;
  --gold-light: #F0CF6B;
  --gold-dark: #9A7B1A;
  --bg: #060D09;
  --bg-card: #0C1810;
  --bg-light: #142018;
  --text: #F5F0E1;
  --text-muted: #9C977A;
  --green: #1D9E75;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Outfit', sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.6;
}

a { text-decoration: none; color: var(--gold); }
img { max-width: 100%; height: auto; }

.bg-pattern {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(212,175,55,0.1) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 90% 80%, rgba(29,158,117,0.06) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.grid-lines {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(212,175,55,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,175,55,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}

/* HEADER */
.site-header {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
  border-bottom: 1px solid rgba(212,175,55,0.1);
  background: rgba(6,13,9,0.95);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
}

.site-logo {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 900;
  color: var(--gold);
  text-shadow: 0 0 40px rgba(212,175,55,0.25);
}
.site-logo span { color: var(--text); }

.site-nav { display: flex; gap: 20px; align-items: center; }
.site-nav a {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.site-nav a:hover { color: var(--gold); }

.btn-nav {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #000 !important;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 22px;
  border-radius: 6px;
  transition: all 0.2s;
  box-shadow: 0 4px 20px rgba(212,175,55,0.25);
}
.btn-nav:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(212,175,55,0.4); }

/* HAMBURGER MOBİL */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--gold); border-radius: 2px; transition: all 0.3s; }

/* HERO */
.hero-section {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 90px 60px 60px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.2);
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 28px;
}
.hero-badge::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
  animation: pulse 1.8s infinite;
}

.hero-section h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 6vw, 84px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.gold-text {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-section .lead {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.7;
  font-weight: 300;
}

.btn-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: all 0.25s;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #000;
  box-shadow: 0 8px 40px rgba(212,175,55,0.3);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 12px 50px rgba(212,175,55,0.45); color: #000; }
.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.12);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }

/* STATS */
.stats-bar {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0 60px 60px;
  border: 1px solid rgba(212,175,55,0.1);
  border-radius: 16px;
  background: rgba(12,24,16,0.7);
  backdrop-filter: blur(12px);
  overflow: hidden;
}
.stat-item {
  flex: 1;
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(212,175,55,0.07);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--gold);
  display: block;
  margin-bottom: 4px;
}
.stat-label {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* SECTIONS */
.section {
  position: relative;
  z-index: 1;
  padding: 0 60px 60px;
}

.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--text);
}
.section-heading span { color: var(--gold); }

/* CARD GRIDS */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 48px;
}
.cat-card {
  background: var(--bg-card);
  border: 1px solid rgba(212,175,55,0.08);
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  color: var(--text);
}
.cat-card:hover {
  border-color: rgba(212,175,55,0.3);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
  background: var(--bg-light);
  color: var(--text);
}
.cat-icon { font-size: 32px; display: block; margin-bottom: 12px; }
.cat-name { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.cat-desc { font-size: 11px; color: var(--text-muted); }

.feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.feat-card {
  background: var(--bg-card);
  border: 1px solid rgba(212,175,55,0.08);
  border-radius: 14px;
  padding: 24px 20px;
  transition: all 0.3s;
}
.feat-card:hover { border-color: rgba(212,175,55,0.25); transform: translateY(-3px); }
.feat-icon { font-size: 26px; margin-bottom: 14px; display: block; }
.feat-title { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.feat-desc { font-size: 12px; color: var(--text-muted); line-height: 1.6; }

/* CTA BOX */
.cta-box {
  position: relative;
  z-index: 1;
  margin: 0 60px 60px;
  background: linear-gradient(135deg, rgba(212,175,55,0.07), rgba(29,158,117,0.04));
  border: 1px solid rgba(212,175,55,0.18);
  border-radius: 20px;
  padding: 52px;
  text-align: center;
}
.cta-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}
.cta-box p {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 32px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.countdown { font-size: 12px; color: var(--text-muted); margin-top: 16px; }
.countdown span { color: var(--gold); font-weight: 600; }

/* SEO CONTENT (ALT SAYFALAR) */
.seo-content {
  position: relative;
  z-index: 1;
  padding: 0 60px 60px;
  max-width: 900px;
}
.seo-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--gold);
  margin: 36px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212,175,55,0.15);
}
.seo-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin: 24px 0 10px;
}
.seo-content p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 16px;
}
.seo-content ul {
  margin: 12px 0 20px 20px;
  list-style: none;
}
.seo-content ul li {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.seo-content ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 20px 0 32px;
}
.seo-card {
  background: var(--bg-card);
  border: 1px solid rgba(212,175,55,0.08);
  border-radius: 12px;
  padding: 20px;
}
.seo-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 8px;
}
.seo-card p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}

/* PAGE HERO (ALT SAYFALAR) */
.page-hero {
  position: relative;
  z-index: 1;
  padding: 60px 60px 40px;
  text-align: center;
}
.breadcrumb {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.breadcrumb a { color: var(--gold); }
.page-icon { font-size: 56px; display: block; margin-bottom: 18px; }
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.page-hero .lead {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 540px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

/* FOOTER */
.site-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(212,175,55,0.08);
  padding: 32px 60px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(212,175,55,0.07);
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}
.footer-logo span { color: var(--text); }
.footer-desc { font-size: 13px; color: var(--text-muted); line-height: 1.7; }
.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 13px; color: var(--text-muted); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom p { font-size: 12px; color: var(--text-muted); }
.footer-disclaimer { font-size: 11px; color: rgba(156,151,122,0.5); max-width: 500px; line-height: 1.5; }

/* ANIMATIONS */
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate { animation: fadeUp 0.8s ease both; }

/* MOBILE */
@media (max-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .site-header { padding: 16px 20px; }
  .site-nav { display: none; }
  .site-nav.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); padding: 20px; border-bottom: 1px solid rgba(212,175,55,0.1); gap: 16px; }
  .hamburger { display: flex; }
  .hero-section { padding: 50px 20px 36px; }
  .stats-bar { margin: 0 20px 36px; flex-wrap: wrap; }
  .stat-item { min-width: 50%; border-right: none; border-bottom: 1px solid rgba(212,175,55,0.07); }
  .section { padding: 0 20px 36px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-grid { grid-template-columns: 1fr; }
  .seo-content { padding: 0 20px 36px; }
  .cta-box { margin: 0 20px 36px; padding: 36px 20px; }
  .page-hero { padding: 40px 20px 28px; }
  .site-footer { padding: 28px 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}
