/* ===== Truva — Slot Bonusu Veren Siteler ===== */
:root {
  --bg: #0a0e17;
  --bg-alt: #0f1524;
  --card: #131a2b;
  --card-border: rgba(255, 255, 255, 0.08);
  --text: #e8ecf4;
  --text-soft: #aab3c5;
  --gold: #d4af37;
  --gold-bright: #f5d76e;
  --gold-dark: #8a6d1d;
  --gold-soft: rgba(212, 175, 55, 0.16);
  --accent: #6c5ce7;
  --accent-soft: rgba(108, 92, 231, 0.15);
  --green: #2ecc71;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 820px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--gold); color: #1a1200; padding: 10px 18px;
  border-radius: 0 0 10px 0; z-index: 999; font-weight: 700;
}
.skip-link:focus { left: 0; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10, 14, 23, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--card-border);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 68px; }

.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); }
.brand-mark {
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #f5d76e, #d4af37 55%, #8a6d1d);
  color: #1a1200; font-weight: 800; font-size: 1.25rem;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.35);
}
.brand-text { font-weight: 800; letter-spacing: 0.22em; font-size: 1.05rem; }

.main-nav { display: flex; gap: 22px; margin-left: auto; }
.main-nav a {
  color: var(--text-soft); text-decoration: none;
  font-size: 0.92rem; font-weight: 600;
  transition: color 0.2s;
}
.main-nav a:hover { color: var(--gold-bright); }

.header-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle {
  display: none; background: none; border: 1px solid var(--card-border);
  border-radius: 8px; width: 40px; height: 40px; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Butonlar ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: none; cursor: pointer; text-decoration: none;
  font-weight: 700; font-family: var(--font);
  border-radius: 12px; padding: 13px 26px;
  transition: transform 0.15s, box-shadow 0.2s, filter 0.2s;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn:active { transform: translateY(0); }
.btn-sm { padding: 9px 18px; font-size: 0.88rem; border-radius: 10px; }
.btn-lg { padding: 15px 32px; font-size: 1.02rem; }
.btn-block { width: 100%; }

.btn-gold {
  background: linear-gradient(135deg, #f5d76e, #d4af37 55%, #8a6d1d);
  color: #1a1200;
  box-shadow: 0 6px 22px rgba(212, 175, 55, 0.35);
  animation: goldGlow 3s ease-in-out infinite;
}
@keyframes goldGlow {
  0%, 100% { box-shadow: 0 6px 22px rgba(212, 175, 55, 0.35); }
  50% { box-shadow: 0 6px 34px rgba(212, 175, 55, 0.6); }
}

.btn-ghost {
  background: transparent; color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-bright); }

.btn-outline {
  background: transparent; color: var(--text);
  border: 1px solid var(--card-border);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-bright); }

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 90px 0 70px;
  background:
    radial-gradient(1000px 500px at 70% -10%, rgba(212, 175, 55, 0.14), transparent 60%),
    radial-gradient(800px 400px at 10% 20%, rgba(108, 92, 231, 0.12), transparent 60%),
    var(--bg);
  text-align: center;
  border-bottom: 1px solid var(--card-border);
}
.hero-badge {
  display: inline-block; padding: 6px 16px; border-radius: 999px;
  background: var(--gold-soft); color: var(--gold-bright);
  border: 1px solid rgba(212, 175, 55, 0.35);
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  line-height: 1.15; font-weight: 800;
  margin-bottom: 18px;
  background: linear-gradient(180deg, #ffffff 20%, #e8d28a 85%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub {
  max-width: 680px; margin: 0 auto 30px;
  color: var(--text-soft); font-size: 1.08rem;
}
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; }

.hero-stats {
  list-style: none; display: flex; justify-content: center; gap: 0;
  flex-wrap: wrap;
}
.hero-stats li {
  padding: 0 34px; display: flex; flex-direction: column; gap: 2px;
  border-right: 1px solid var(--card-border);
}
.hero-stats li:last-child { border-right: none; }
.hero-stats strong { font-size: 1.7rem; color: var(--gold-bright); }
.hero-stats span { font-size: 0.85rem; color: var(--text-soft); }

/* ===== Bölümler ===== */
.section { padding: 72px 0; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--card-border); border-bottom: 1px solid var(--card-border); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.section-kicker {
  display: inline-block; margin-bottom: 12px;
  color: var(--gold-bright); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.section-head h2 { font-size: clamp(1.6rem, 3.5vw, 2.3rem); margin-bottom: 12px; }
.section-head p { color: var(--text-soft); }

/* ===== Site kartları ===== */
.site-grid {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.site-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 26px 20px 22px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  text-align: center;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.25s;
}
.site-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: var(--shadow);
}
.site-ribbon {
  position: absolute; top: 12px; right: -4px;
  background: #2a3350; color: var(--text-soft);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em;
  padding: 4px 12px; border-radius: 6px 0 0 6px;
}
.site-logo {
  width: 62px; height: 62px; border-radius: 50%;
  background: linear-gradient(135deg, #1c2740, #10182b);
  border: 1px solid var(--card-border);
  display: grid; place-items: center; font-size: 1.7rem;
  margin-top: 8px;
}
.site-name { font-size: 1.02rem; font-weight: 700; }
.site-bonus { color: var(--text-soft); font-size: 0.88rem; margin-bottom: 6px; }

/* Premium (gold) kartlar */
.site-card-gold {
  border-color: rgba(212, 175, 55, 0.45);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.1), var(--card) 55%);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.12);
}
.site-card-gold .site-ribbon {
  background: linear-gradient(135deg, #f5d76e, #d4af37 60%, #8a6d1d);
  color: #1a1200;
}
.site-card-gold .site-logo {
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.3);
}
.site-card-gold .site-name { color: var(--gold-bright); }

/* ===== Bonus türleri ===== */
.type-grid {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.type-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 26px;
  transition: transform 0.2s, border-color 0.2s;
}
.type-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.type-icon {
  display: inline-grid; place-items: center;
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--accent-soft); font-size: 1.5rem;
  margin-bottom: 14px;
}
.type-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.type-card p { color: var(--text-soft); font-size: 0.93rem; }

/* ===== Adımlar ===== */
.steps {
  list-style: none; display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  counter-reset: step;
}
.step {
  position: relative;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 30px 24px 24px;
}
.step-num {
  position: absolute; top: -18px; left: 24px;
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #f5d76e, #d4af37 60%, #8a6d1d);
  color: #1a1200; font-weight: 800; font-size: 1.1rem;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.4);
}
.step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step p { color: var(--text-soft); font-size: 0.92rem; }

/* ===== Kontrol listesi ===== */
.check-list {
  list-style: none; display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.check-list li {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  color: var(--text-soft); font-size: 0.94rem;
}
.check-list li::before { content: "✔ "; color: var(--green); font-weight: 800; }
.check-list strong { color: var(--text); }

/* ===== Karşılaştırma tablosu ===== */
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--card-border); }
.compare-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.compare-table th, .compare-table td { padding: 14px 18px; text-align: left; font-size: 0.92rem; }
.compare-table thead th {
  background: var(--bg-alt); color: var(--gold-bright);
  font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase;
  border-bottom: 1px solid var(--card-border);
}
.compare-table tbody tr { border-bottom: 1px solid var(--card-border); }
.compare-table tbody tr:last-child { border-bottom: none; }
.compare-table tbody tr:hover { background: rgba(212, 175, 55, 0.05); }
.compare-table td { color: var(--text-soft); }
.compare-table td:first-child { color: var(--text); font-weight: 600; }

.pill { display: inline-block; padding: 3px 12px; border-radius: 999px; font-size: 0.78rem; font-weight: 700; }
.pill-empty { background: rgba(255, 255, 255, 0.06); color: var(--text-soft); }

/* ===== SSS ===== */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none;
  padding: 18px 22px; font-weight: 700; font-size: 0.98rem;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.3rem; color: var(--gold-bright);
  transition: transform 0.25s; flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--gold-bright); }
.faq-item[open] summary { border-bottom: 1px solid var(--card-border); }
.faq-item p { padding: 18px 22px; color: var(--text-soft); font-size: 0.94rem; }

/* ===== İletişim ===== */
.contact-card {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.08), var(--card) 60%);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: var(--radius);
  padding: 52px 30px; text-align: center;
}
.contact-icon {
  display: inline-grid; place-items: center;
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, #37aee2, #1e96c8 45%, #0088cc);
  font-size: 1.9rem; margin-bottom: 18px;
  box-shadow: 0 0 30px rgba(30, 150, 200, 0.4);
  animation: tgPulse 2.5s ease-in-out infinite;
}
@keyframes tgPulse {
  0%, 100% { box-shadow: 0 0 30px rgba(30, 150, 200, 0.4); }
  50% { box-shadow: 0 0 48px rgba(30, 150, 200, 0.65); }
}
.contact-card h2 { margin-bottom: 10px; }
.contact-card p { color: var(--text-soft); margin-bottom: 22px; }
.contact-note { font-size: 0.85rem; margin-top: 16px; margin-bottom: 0 !important; }

/* ===== Footer ===== */
.site-footer { background: #070a12; border-top: 1px solid var(--card-border); }
.footer-inner {
  display: grid; gap: 30px; padding: 52px 20px 36px;
  grid-template-columns: 1.4fr 1fr;
}
.footer-brand p { color: var(--text-soft); font-size: 0.92rem; margin-top: 12px; max-width: 340px; }
.footer-nav { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.footer-nav a { color: var(--text-soft); text-decoration: none; font-size: 0.92rem; }
.footer-nav a:hover { color: var(--gold-bright); }
.footer-disclaimer {
  grid-column: 1 / -1;
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: var(--radius-sm); padding: 18px 20px;
}
.footer-disclaimer p { color: var(--text-soft); font-size: 0.82rem; }
.age-badge {
  flex-shrink: 0; display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--gold); color: var(--gold-bright);
  font-weight: 800; font-size: 0.9rem;
}
.footer-bottom { border-top: 1px solid var(--card-border); padding: 18px 0; }
.footer-bottom p { color: var(--text-soft); font-size: 0.82rem; text-align: center; }

/* ===== Mobil alt bar ===== */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; gap: 10px; padding: 10px 14px;
  background: rgba(10, 14, 23, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--card-border);
}
.mobile-bar .btn { flex: 1; }

/* ===== Responsive ===== */
@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: absolute; top: 68px; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: var(--bg-alt);
    border-bottom: 1px solid var(--card-border);
    display: none; margin-left: 0;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px 24px; border-top: 1px solid var(--card-border); }
  .footer-inner { grid-template-columns: 1fr; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 66px; }
}

@media (max-width: 560px) {
  .section { padding: 52px 0; }
  .hero { padding: 60px 0 50px; }
  .hero-stats li { padding: 0 20px; }
  .hero-stats strong { font-size: 1.4rem; }
  .btn-lg { padding: 14px 24px; font-size: 0.95rem; }
  .site-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
  .site-card { padding: 22px 14px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn-gold, .contact-icon { animation: none; }
  * { transition: none !important; }
}

/* ===== SEO makale ===== */
.toc {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-sm);
  padding: 24px 28px;
  margin-bottom: 44px;
}
.toc strong {
  display: block; color: var(--gold-bright);
  margin-bottom: 12px; font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.toc ol {
  list-style: none;
  display: grid; gap: 9px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.toc li::before { content: "• "; color: var(--gold); }
.toc a { color: var(--text-soft); text-decoration: none; font-size: 0.9rem; }
.toc a:hover { color: var(--gold-bright); }

.article-body h2 {
  font-size: 1.5rem; line-height: 1.3;
  margin: 46px 0 14px;
  scroll-margin-top: 96px;
}
.article-body h2:first-child { margin-top: 0; }
.article-body h3 {
  font-size: 1.14rem; margin: 28px 0 10px;
  color: var(--gold-bright);
  scroll-margin-top: 96px;
}
.article-body p { color: var(--text-soft); margin-bottom: 16px; }
.article-body ul, .article-body ol {
  color: var(--text-soft);
  margin: 0 0 18px 22px;
  display: grid; gap: 9px;
}
.article-body strong { color: var(--text); }
.article-body a { color: var(--gold-bright); }

@media (max-width: 560px) {
  .article-body h2 { font-size: 1.3rem; }
  .toc { padding: 18px 20px; }
}
