/* ============================================================
   BETCOOL.APP — SHARED STYLESHEET
   Palette: Black + Gold Gradient (#e6c167 → #49380f) + White
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

:root {
  --gold-light:  #e6c167;
  --gold-mid:    #c9973a;
  --gold-dark:   #49380f;
  --black:       #0a0a0a;
  --black-soft:  #111111;
  --black-card:  #161616;
  --black-card2: #1c1c1c;
  --white:       #f5f0e8;
  --white-dim:   rgba(245,240,232,0.65);
  --white-faint: rgba(245,240,232,0.08);
  --white-faint2:rgba(245,240,232,0.14);
  --grad-gold:   linear-gradient(317deg, #e6c167, #49380f);
  --grad-gold-r: linear-gradient(137deg, #e6c167, #49380f);
  --grad-gold-h: linear-gradient(90deg, #e6c167, #c9973a);
  --font-d: 'Bebas Neue', sans-serif;
  --font-b: 'DM Sans', sans-serif;
  --r: 8px;
  --tr: .26s cubic-bezier(.4,0,.2,1);
  --shadow-gold: 0 8px 40px rgba(230,193,103,.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-b);
  font-weight: 300;
  line-height: 1.72;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(230,193,103,.15);
}
a { color: var(--gold-light); text-decoration: none; transition: color var(--tr); }
a:hover { color: var(--white); }
img { display: block; max-width: 100%; }

/* NOISE */
body::before {
  content: '';
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* UTILS */
.container { width: 90%; max-width: 1180px; margin: 0 auto; padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
.grad-text {
  background: var(--grad-gold);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 34px;
  min-height: 44px;
  border-radius: var(--r);
  font-family: var(--font-d);
  font-size: 1.1rem;
  letter-spacing: .07em;
  cursor: pointer;
  transition: transform var(--tr), box-shadow var(--tr);
  border: none;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn:active { transform: none; }
.btn-gold { background: var(--grad-gold); color: var(--black); }
.btn-outline { background: transparent; border: 1px solid var(--gold-mid); color: var(--gold-light); }
.btn-outline:hover { background: var(--white-faint); color: var(--white); }
.btn-sm { padding: 9px 22px; font-size: .95rem; min-height: 40px; }

/* SECTION LABELS */
.sec-label {
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-mid); font-weight: 500; margin-bottom: 10px;
}
.sec-title {
  font-family: var(--font-d);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  letter-spacing: .04em; line-height: 1.08;
  margin-bottom: 16px;
}
.sec-lead { color: var(--white-dim); max-width: 620px; font-size: 1.02rem; }
.divider { width: 44px; height: 3px; background: var(--grad-gold); border-radius: 2px; margin: 18px 0 32px; }

/* HEADER */
header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(10,10,10,.94);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(230,193,103,.1);
  padding-top: env(safe-area-inset-top);
}
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.nav-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.nav-logo img {
  height: 50px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}
footer .nav-logo img {
  height: 32px;
}
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { font-size: .88rem; font-weight: 500; letter-spacing: .03em; color: var(--white-dim); }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer; padding: 12px;
  min-width: 44px; min-height: 44px;
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle span { display: block; width: 25px; height: 2px; background: var(--gold-light); border-radius: 2px; transition: var(--tr); }

/* FOOTER - Unified */
.site-footer { background: linear-gradient(180deg, var(--black-soft) 0%, #0d0d0d 100%); border-top: 1px solid rgba(230,193,103,.12); }
.footer-top { padding: 56px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 36px 24px; }
.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.footer-logo { display: inline-block; }
.footer-logo img { height: 38px; width: auto; max-width: 150px; object-fit: contain; opacity: .95; transition: opacity var(--tr); }
.footer-logo:hover img { opacity: 1; }
.footer-desc { font-size: .85rem; color: var(--white-dim); line-height: 1.7; max-width: 300px; }
.footer-social { display: flex; gap: 10px; }
.social-btn { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: rgba(230,193,103,.08); border: 1px solid rgba(230,193,103,.2); color: var(--gold-light); transition: all var(--tr); -webkit-tap-highlight-color: transparent; }
.social-btn:hover { background: rgba(230,193,103,.18); border-color: var(--gold-mid); transform: translateY(-2px); }
.social-btn svg { flex-shrink: 0; }
.footer-col h4 { font-family: var(--font-d); letter-spacing: .08em; font-size: .9rem; margin-bottom: 18px; color: var(--gold-light); position: relative; padding-bottom: 10px; }
.footer-col h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; background: var(--grad-gold); border-radius: 2px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: .86rem; color: var(--white-dim); transition: color var(--tr); }
.footer-col ul a:hover { color: var(--gold-light); padding-left: 2px; }
.footer-disclaimer { background: rgba(230,193,103,.06); border-top: 1px solid rgba(230,193,103,.08); padding: 18px 0; }
.footer-disclaimer p { font-size: .78rem; color: var(--white-dim); line-height: 1.65; margin: 0; text-align: center; max-width: 720px; margin: 0 auto; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 20px 0; padding-bottom: calc(20px + env(safe-area-inset-bottom)); }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: .75rem; color: var(--white-dim); margin: 0; }
.footer-bottom a { color: var(--gold-mid); }
.footer-bottom a:hover { color: var(--gold-light); }
/* Legacy compatibility */
footer .nav-logo img { height: 32px; }
.disclaimer { background: rgba(230,193,103,.04); border: 1px solid rgba(230,193,103,.1); border-radius: var(--r); padding: 14px 20px; font-size: .74rem; color: var(--white-dim); line-height: 1.65; margin-top: 28px; }

/* CARDS */
.card {
  background: var(--black-card); border: 1px solid rgba(230,193,103,.1);
  border-radius: 12px; transition: border-color var(--tr), transform var(--tr);
}
.card:hover { border-color: rgba(230,193,103,.3); transform: translateY(-3px); }

/* REVEAL */
.rv { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.rv.vis { opacity: 1; transform: none; }

/* BADGE */
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--white-faint); border: 1px solid rgba(230,193,103,.2);
  border-radius: 999px; padding: 5px 14px;
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-light);
}
.badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold-light); box-shadow: 0 0 8px var(--gold-light);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }

/* TABLE */
.bc-table { width: 100%; border-collapse: collapse; }
.bc-table th { background: rgba(230,193,103,.1); color: var(--gold-light); font-family: var(--font-d); letter-spacing: .06em; font-size: .9rem; padding: 12px 16px; text-align: left; border-bottom: 1px solid rgba(230,193,103,.15); }
.bc-table td { padding: 11px 16px; font-size: .88rem; color: var(--white-dim); border-bottom: 1px solid rgba(255,255,255,.04); }
.bc-table tr:last-child td { border-bottom: none; }
.bc-table tr:hover td { background: rgba(230,193,103,.04); color: var(--white); }
.highlight { color: var(--gold-light); font-weight: 600; }

/* ACCORDION */
details { background: var(--black-card); border: 1px solid rgba(230,193,103,.1); border-radius: var(--r); overflow: hidden; transition: border-color var(--tr); margin-bottom: 2px; }
details[open] { border-color: rgba(230,193,103,.28); }
summary { display: flex; justify-content: space-between; align-items: center; padding: 20px 26px; min-height: 44px; cursor: pointer; list-style: none; font-weight: 500; font-size: .97rem; user-select: none; -webkit-tap-highlight-color: transparent; }
summary::-webkit-details-marker { display: none; }
.faq-ico { flex-shrink: 0; width: 28px; height: 28px; min-width: 28px; min-height: 28px; border: 1px solid rgba(230,193,103,.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .85rem; color: var(--gold-light); transition: transform var(--tr); }
details[open] .faq-ico { transform: rotate(45deg); }
.faq-body { padding: 0 26px 20px; color: var(--white-dim); font-size: .91rem; line-height: 1.75; }

/* RESPONSIVE */
@media(max-width:900px){
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-top { padding: 44px 0 32px; }
}
/* ========== INDEX PAGE ========== */
.hero { position: relative; min-height: 94vh; display: flex; align-items: center; overflow: hidden; }
.hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; pointer-events: none; filter: blur(130px); }
.hero::before { width: 680px; height: 680px; top: -200px; left: -180px; background: radial-gradient(circle, rgba(201,151,58,.38), transparent 70%); }
.hero::after { width: 500px; height: 500px; bottom: -100px; right: -60px; background: radial-gradient(circle, rgba(73,56,15,.5), transparent 70%); }
.hero-inner { position: relative; z-index: 1; max-width: 780px; }
.hero h1 { font-family: var(--font-d); font-size: clamp(3rem, 9vw, 7rem); line-height: .96; letter-spacing: .04em; margin-bottom: 22px; margin-top: 18px; }
.hero p { font-size: 1.1rem; color: var(--white-dim); max-width: 560px; margin-bottom: 38px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-deco { position: absolute; right: 0; top: 0; bottom: 0; width: 44%; background: linear-gradient(135deg, transparent 49.9%, rgba(230,193,103,.035) 50%); pointer-events: none; }
.stats { padding: 68px 0; border-top: 1px solid var(--white-faint); border-bottom: 1px solid var(--white-faint); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat-num { font-family: var(--font-d); font-size: clamp(2.2rem, 5vw, 3.5rem); letter-spacing: .04em; background: var(--grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; }
.stat-label { font-size: .78rem; color: var(--white-dim); letter-spacing: .07em; text-transform: uppercase; margin-top: 4px; }
.features { padding: 96px 0; }
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; margin-top: 50px; }
.feat-card { padding: 30px 26px; }
.feat-ico { width: 46px; height: 46px; border-radius: 8px; background: var(--grad-gold); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 18px; }
.feat-card h3 { font-family: var(--font-d); font-size: 1.25rem; letter-spacing: .04em; margin-bottom: 9px; }
.feat-card p { font-size: .89rem; color: var(--white-dim); line-height: 1.65; }
.bonus-preview { padding: 90px 0; background: var(--black-soft); }
.bonus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 20px; margin-top: 50px; }
.bonus-card { padding: 28px 24px; position: relative; overflow: hidden; }
.bonus-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-gold); }
.bonus-pct { font-family: var(--font-d); font-size: 3.6rem; line-height: 1; background: var(--grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 8px; }
.bonus-card h3 { font-family: var(--font-d); font-size: 1.15rem; letter-spacing: .04em; margin-bottom: 10px; }
.bonus-card p { font-size: .87rem; color: var(--white-dim); line-height: 1.65; margin-bottom: 20px; }
.login-sec { padding: 96px 0; }
.login-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 50px; }
.login-card { padding: 38px 32px; position: relative; overflow: hidden; }
.login-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-gold); }
.l-num { font-family: var(--font-d); font-size: 3.8rem; line-height: 1; background: var(--grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: .16; position: absolute; top: 16px; right: 24px; }
.login-card h2 { font-family: var(--font-d); font-size: clamp(1.3rem, 3vw, 1.9rem); letter-spacing: .04em; margin-bottom: 14px; }
.login-card p { font-size: .93rem; color: var(--white-dim); margin-bottom: 24px; line-height: 1.7; }
.steps { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; }
.steps li { display: flex; align-items: flex-start; gap: 11px; font-size: .9rem; color: var(--white-dim); }
.steps li::before { content: attr(data-n); flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--grad-gold); color: var(--black); font-weight: 700; font-size: .7rem; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.games-sec { padding: 90px 0; background: var(--black-soft); }
.games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 48px; }
.game-card { padding: 26px 22px; text-align: center; }
.game-ico { font-size: 2.4rem; margin-bottom: 14px; }
.game-card h3 { font-family: var(--font-d); font-size: 1.15rem; letter-spacing: .04em; margin-bottom: 8px; }
.game-card p { font-size: .84rem; color: var(--white-dim); line-height: 1.6; }
.cta-band { padding: 88px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: var(--grad-gold-r); opacity: .07; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { font-family: var(--font-d); font-size: clamp(2.2rem, 6vw, 3.8rem); letter-spacing: .04em; margin-bottom: 16px; }
.cta-band p { color: var(--white-dim); max-width: 500px; margin: 0 auto 36px; }
.faq-sec { padding: 96px 0; }
.faq-list { margin-top: 50px; display: flex; flex-direction: column; gap: 2px; }
.cta-flex { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.bonus-cta-wrap { text-align: center; margin-top: 40px; }
.games-cta-wrap { text-align: center; margin-top: 40px; }
.login-card-full { margin-top: 22px; padding: 36px 32px; }
.login-card-inner { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.login-card-note { font-size: .85rem; color: var(--white-dim); align-self: center; }
@media(max-width:860px){ .login-grid { grid-template-columns: 1fr; } .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:540px){ .hero h1 { font-size: 3rem; } .stats-grid { grid-template-columns: 1fr 1fr; } }

/* PAGE HERO (Kurumsal, Casino, Bonus) */
.page-hero { padding: 80px 0 60px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: var(--grad-gold-r); opacity: .05; pointer-events: none; }
.page-hero::after { content: ''; position: absolute; bottom: -140px; left: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(73,56,15,.4), transparent 70%); pointer-events: none; filter: blur(80px); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-family: var(--font-d); font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: .96; letter-spacing: .04em; margin: 14px 0 18px; }
.page-hero p { font-size: 1.05rem; color: var(--white-dim); max-width: 620px; }
.page-hero--bonus::after { top: -160px; right: -120px; bottom: auto; left: auto; background: radial-gradient(circle, rgba(201,151,58,.22), transparent 70%); }

/* CASINO PAGE */
.casino-nav { background: var(--black-card); border-top: 1px solid rgba(230,193,103,.08); border-bottom: 1px solid rgba(230,193,103,.08); padding: 16px 0; position: sticky; top: 57px; z-index: 150; }
.casino-nav-inner { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; -webkit-overflow-scrolling: touch; }
.casino-nav-inner::-webkit-scrollbar { display: none; }
.cnav-btn { flex-shrink: 0; padding: 7px 16px; border-radius: 999px; font-size: .8rem; font-weight: 500; letter-spacing: .04em; border: 1px solid rgba(230,193,103,.2); color: var(--white-dim); background: none; cursor: pointer; transition: var(--tr); text-decoration: none; white-space: nowrap; }
.cnav-btn:hover { border-color: var(--gold-mid); color: var(--gold-light); }
.cat-sec { padding: 80px 0; }
.cat-sec.dark { background: var(--black-soft); }
.cat-header { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; margin-bottom: 36px; }
.cat-ico-big { width: 72px; height: 72px; border-radius: 12px; background: var(--grad-gold); display: flex; align-items: center; justify-content: center; font-size: 2.2rem; flex-shrink: 0; }
.games-grid-4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; margin-top: 28px; }
.game-c { padding: 24px 20px; position: relative; overflow: hidden; }
.game-c::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--grad-gold); transform: scaleX(0); transform-origin: left; transition: transform var(--tr); }
.game-c:hover::before { transform: scaleX(1); }
.game-c-ico { font-size: 2rem; margin-bottom: 12px; }
.game-c h3 { font-family: var(--font-d); font-size: 1.1rem; letter-spacing: .04em; margin-bottom: 8px; }
.game-c p { font-size: .84rem; color: var(--white-dim); line-height: 1.6; }
.rtp-badge { display: inline-block; background: rgba(230,193,103,.1); border: 1px solid rgba(230,193,103,.2); border-radius: 4px; padding: 2px 8px; font-size: .7rem; font-weight: 600; color: var(--gold-mid); margin-top: 8px; letter-spacing: .04em; }
.providers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; margin-top: 32px; }
.provider-card { background: var(--black-card); border: 1px solid rgba(230,193,103,.1); border-radius: 10px; padding: 18px 16px; text-align: center; transition: border-color var(--tr), transform var(--tr); }
.provider-card:hover { border-color: rgba(230,193,103,.3); transform: translateY(-2px); }
.provider-card h4 { font-family: var(--font-d); font-size: 1rem; letter-spacing: .05em; margin-bottom: 6px; color: var(--gold-light); }
.provider-card p { font-size: .76rem; color: var(--white-dim); line-height: 1.5; }
.how-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 40px; }
.how-step { background: var(--black-card); border: 1px solid rgba(230,193,103,.1); border-radius: 10px; padding: 24px 20px; }
.how-num { font-family: var(--font-d); font-size: 2.8rem; line-height: 1; background: var(--grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: .5; margin-bottom: 10px; }
.how-step h3 { font-family: var(--font-d); font-size: 1rem; letter-spacing: .05em; margin-bottom: 8px; color: var(--gold-light); }
.how-step p { font-size: .84rem; color: var(--white-dim); line-height: 1.65; }
.compare-sec { padding: 80px 0; }
.table-wrap { overflow-x: auto; border: 1px solid rgba(230,193,103,.1); border-radius: 12px; margin-top: 36px; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 36px; }
.info-block { background: var(--black-card); border: 1px solid rgba(230,193,103,.1); border-radius: 10px; padding: 24px; }
.info-block h3 { font-family: var(--font-d); font-size: 1.1rem; letter-spacing: .05em; color: var(--gold-light); margin-bottom: 12px; }
.info-block p { font-size: .88rem; color: var(--white-dim); line-height: 1.7; }
.rtp-table { width: 100%; border-collapse: collapse; }
.rtp-table th { background: rgba(230,193,103,.1); color: var(--gold-light); font-family: var(--font-d); letter-spacing: .06em; font-size: .88rem; padding: 11px 14px; text-align: left; border-bottom: 1px solid rgba(230,193,103,.15); }
.rtp-table td { padding: 10px 14px; font-size: .87rem; color: var(--white-dim); border-bottom: 1px solid rgba(255,255,255,.04); }
.rtp-table tr:last-child td { border-bottom: none; }
.rtp-table tr:hover td { background: rgba(230,193,103,.04); color: var(--white); }
.faq-sec--dark { padding: 80px 0; background: var(--black-soft); }

/* BONUS PAGE */
.bonus-nav { background: var(--black-card); border-top: 1px solid rgba(230,193,103,.08); border-bottom: 1px solid rgba(230,193,103,.08); padding: 18px 0; position: sticky; top: 57px; z-index: 150; }
.bonus-nav-inner { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.bonus-nav-inner::-webkit-scrollbar { display: none; }
.bnav-btn { flex-shrink: 0; padding: 7px 16px; border-radius: 999px; font-size: .8rem; font-weight: 500; letter-spacing: .04em; border: 1px solid rgba(230,193,103,.2); color: var(--white-dim); background: none; cursor: pointer; transition: var(--tr); text-decoration: none; white-space: nowrap; }
.bnav-btn:hover { border-color: var(--gold-mid); color: var(--gold-light); }
.overview-sec { padding: 70px 0 50px; }
.bonus-sec { padding: 70px 0; border-top: 1px solid var(--white-faint); }
.bonus-sec:nth-child(even) { background: var(--black-soft); }
.bonus-header { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; margin-bottom: 32px; }
.bonus-pct-big { font-family: var(--font-d); font-size: clamp(3.5rem, 8vw, 6rem); line-height: 1; background: var(--grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; flex-shrink: 0; }
.bonus-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(230,193,103,.1); border: 1px solid rgba(230,193,103,.2); border-radius: 999px; padding: 4px 12px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 10px; }
.rules-box { background: var(--black-card2); border: 1px solid rgba(230,193,103,.1); border-radius: 10px; padding: 24px 26px; margin-top: 20px; }
.rules-box h4 { font-family: var(--font-d); font-size: 1rem; letter-spacing: .06em; color: var(--gold-light); margin-bottom: 14px; }
.rules-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.rules-list li { font-size: .88rem; color: var(--white-dim); line-height: 1.65; padding-left: 18px; position: relative; }
.rules-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold-mid); font-size: .7rem; top: 3px; }
.rules-list li strong { color: var(--white); font-weight: 600; }
.bonus-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.mini-card { background: var(--black-card); border: 1px solid rgba(230,193,103,.1); border-radius: 10px; padding: 20px; }
.mini-card h4 { font-family: var(--font-d); font-size: 1rem; letter-spacing: .05em; margin-bottom: 10px; color: var(--gold-light); }
.mini-card p { font-size: .86rem; color: var(--white-dim); line-height: 1.65; }
.kombine-table { width: 100%; border-collapse: collapse; margin-top: 18px; }
.kombine-table th { background: rgba(230,193,103,.1); color: var(--gold-light); font-family: var(--font-d); letter-spacing: .06em; font-size: .88rem; padding: 10px 14px; text-align: left; border-bottom: 1px solid rgba(230,193,103,.15); }
.kombine-table td { padding: 10px 14px; font-size: .87rem; color: var(--white-dim); border-bottom: 1px solid rgba(255,255,255,.04); text-align: center; }
.kombine-table td:first-child { text-align: left; color: var(--white); }
.kombine-table tr:last-child td { border-bottom: none; }
.bday-table { width: 100%; border-collapse: collapse; margin-top: 18px; }
.bday-table th { background: rgba(230,193,103,.1); color: var(--gold-light); font-family: var(--font-d); letter-spacing: .06em; font-size: .88rem; padding: 10px 14px; text-align: left; border-bottom: 1px solid rgba(230,193,103,.15); }
.bday-table td { padding: 10px 14px; font-size: .87rem; color: var(--white-dim); border-bottom: 1px solid rgba(255,255,255,.04); }
.bday-table tr:last-child td { border-bottom: none; }
.bday-table tr:hover td { background: rgba(230,193,103,.04); color: var(--white); }
.playson-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; margin-top: 16px; }
.playson-game { background: var(--black-card2); border: 1px solid rgba(230,193,103,.08); border-radius: 6px; padding: 9px 13px; font-size: .82rem; color: var(--white-dim); }
.playson-game:hover { border-color: rgba(230,193,103,.25); color: var(--gold-light); }
.gen-rules { padding: 70px 0; }
.gen-rules-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 40px; }
.gen-rule-card { background: var(--black-card); border: 1px solid rgba(230,193,103,.09); border-radius: 10px; padding: 20px 22px; }
.gen-rule-card .rule-num { font-family: var(--font-d); font-size: 1.8rem; background: var(--grad-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: .4; margin-bottom: 6px; }
.gen-rule-card p { font-size: .86rem; color: var(--white-dim); line-height: 1.65; }
@media(max-width:768px){
  .cat-header,.bonus-header{grid-template-columns:1fr;}
  .info-grid,.bonus-grid-2,.gen-rules-grid{grid-template-columns:1fr;}
  .cat-sec,.bonus-sec,.overview-sec,.gen-rules{padding:50px 0;}
  .casino-nav,.bonus-nav{top:0;padding:12px 0;}
  .table-wrap{margin-top:24px;border-radius:8px;}
  .bc-table th,.bc-table td,.rtp-table th,.rtp-table td,.kombine-table th,.kombine-table td,.bday-table th,.bday-table td{padding:10px 12px;font-size:.82rem;}
}

/* PAGE CONTENT (Kurumsal metin sayfaları) */
.page-content { padding: 60px 0 80px; }
.content-block h2 { font-family: var(--font-d); font-size: 1.4rem; letter-spacing: .05em; color: var(--gold-light); margin: 32px 0 14px; }
.content-block h2:first-of-type { margin-top: 0; }
.content-block p { font-size: .95rem; color: var(--white-dim); line-height: 1.75; margin-bottom: 16px; }
.content-block a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.content-block a:hover { color: var(--white); }

/* EMAIL LINK (JS ile gizlenmiş) */
.email-link { cursor: pointer; }
.email-link.revealed { cursor: default; }

/* SOCIAL CARDS */
.social-cards { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
.social-card { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; background: var(--black-card); border: 1px solid rgba(230,193,103,.15); border-radius: var(--r); font-size: .88rem; color: var(--white-dim); transition: border-color var(--tr), color var(--tr); text-decoration: none; }
.social-card:hover { border-color: var(--gold-mid); color: var(--gold-light); }
.social-card svg { width: 18px; height: 18px; flex-shrink: 0; }

/* MOBİL UYUMLU (Bobil) */
@media(max-width:640px){
  .container { width: 94%; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(10,10,10,.98); padding: 24px; padding-bottom: calc(24px + env(safe-area-inset-bottom)); gap: 18px; border-bottom: 1px solid var(--white-faint); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 0; min-height: 44px; display: flex; align-items: center; }
  .nav-toggle { display: flex; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .footer-brand { align-items: center; }
  .footer-desc { max-width: 100%; text-align: center; }
  .footer-social { justify-content: center; }
  .footer-col h4::after { left: 50%; transform: translateX(-50%); }
  .footer-top { padding: 40px 0 28px; }
  .footer-disclaimer { padding: 16px 0; }
  .footer-disclaimer p { font-size: .76rem; padding: 0 8px; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .social-card { min-height: 44px; padding: 12px 18px; }
  .hero { min-height: auto; padding: 60px 0 50px; }
  .hero-deco { width: 100%; }
  .features, .login-sec, .faq-sec { padding: 60px 0; }
  .bonus-preview, .games-sec { padding: 60px 0; }
  .bonus-grid, .feat-grid { margin-top: 32px; }
  .page-hero { padding: 60px 0 40px; }
  .page-content { padding: 40px 0 60px; }
  .content-block p { font-size: .95rem; }
  summary { padding: 18px 20px; }
  .faq-body { padding: 0 20px 18px; }
}

@media(max-width:480px){
  .page-hero h1{font-size:2.2rem;}
  .content-block h2{font-size:1.2rem;}
  .feat-card,.bonus-card,.game-card,.login-card{padding:22px 18px;}
  .sec-title{font-size:1.8rem;}
  .cta-flex{flex-direction:column;align-items:center;}
}
@media(max-width:380px){
  .container { width: 96%; }
  .hero h1 { font-size: 2.5rem; }
  .btn { padding: 12px 24px; font-size: 1rem; }
  .stats-grid { grid-template-columns: 1fr; }
  .social-btn{width:36px;height:36px;}
}
