/* =====================================================
   BejoCasino v4 – bejocasinoaktiflink.com
   Tema : Siyah + Turuncu/Amber, Bold Tipografi,
          Diagonal Clip-Path, Asymmetric Sections,
          Neon Glow Borders, Counter Animations
   ===================================================== */

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

:root {
  --org:        #f97316;
  --org-light:  #fb923c;
  --org-dark:   #c2410c;
  --org-dim:    rgba(249,115,22,.15);
  --amber:      #fbbf24;
  --bg:         #080808;
  --bg2:        #0f0f0f;
  --bg3:        #161616;
  --card:       #111111;
  --border:     rgba(249,115,22,.18);
  --border-h:   rgba(249,115,22,.45);
  --text:       #e5e5e5;
  --text-muted: #737373;
  --white:      #ffffff;
  --green:      #22c55e;
  --radius:     12px;
  --radius-lg:  20px;
  --font:       'Segoe UI', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.65;
}
a { color: var(--org); text-decoration: none; }
a:hover { color: var(--org-light); }

/* ========== TOPBAR ========== */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  height: 60px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
  background: rgba(8,8,8,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.tb-logo {
  font-size: 1.25rem; font-weight: 900; color: var(--white);
  letter-spacing: -.5px;
}
.tb-logo em { color: var(--org); font-style: normal; }

.tb-nav { display: flex; gap: 32px; }
.tb-nav a {
  font-size: .78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; color: var(--text-muted); transition: color .2s;
}
.tb-nav a:hover { color: var(--org-light); }

.tb-cta {
  background: var(--org); color: var(--bg) !important;
  padding: 9px 22px; border-radius: 6px;
  font-size: .82rem; font-weight: 800; border: none; cursor: pointer;
  text-transform: uppercase; letter-spacing: .5px;
  transition: background .2s, transform .2s;
}
.tb-cta:hover { background: var(--org-light); transform: translateY(-1px); }

/* ========== HERO – DIAGONAL ========== */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 80px 0 0;
  overflow: hidden;
}

/* Diagonal orange stripe */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--bg) 55%, var(--org-dark) 55%, var(--org) 100%);
  opacity: .08;
  pointer-events: none;
}

/* Dot grid */
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(249,115,22,.12) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.hero-left {
  position: relative; z-index: 1;
  padding: 60px 48px 60px 80px;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--org-dim); border: 1px solid var(--border-h);
  border-radius: 4px; padding: 6px 14px;
  font-size: .72rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--org);
  margin-bottom: 24px;
}
.hero-badge::before { content: '▶'; font-size: .55rem; }

.hero-h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 900; line-height: .95;
  color: var(--white);
  text-transform: uppercase; letter-spacing: -2px;
  margin-bottom: 24px;
}
.hero-h1 .stroke {
  -webkit-text-stroke: 2px var(--org);
  color: transparent;
}
.hero-h1 .fill { color: var(--org); }

.hero-desc {
  font-size: 1rem; color: var(--text-muted);
  max-width: 420px; margin-bottom: 36px; line-height: 1.7;
}

.hero-badges-row {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px;
}
.hbr-item {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 6px; padding: 7px 14px;
  font-size: .75rem; font-weight: 700; color: var(--text-muted);
  display: flex; align-items: center; gap: 6px;
}
.hbr-item span { color: var(--org); }

/* ---- Right panel ---- */
.hero-right {
  position: relative; z-index: 1;
  padding: 60px 80px 60px 48px;
  display: flex; flex-direction: column; align-items: flex-start;
}

.url-box {
  width: 100%;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
}
.url-box::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--org-dark), var(--org), var(--amber));
}

.url-box-tag {
  font-size: .68rem; text-transform: uppercase; letter-spacing: 2px;
  color: var(--text-muted); margin-bottom: 10px;
}

.url-big {
  font-size: 1.45rem; font-weight: 900; color: var(--org);
  word-break: break-all; margin-bottom: 6px;
}

.url-hint { font-size: .82rem; color: var(--text-muted); margin-bottom: 22px; }

.btn-fire {
  display: block; width: 100%;
  padding: 15px 0;
  background: linear-gradient(90deg, var(--org-dark), var(--org), var(--amber));
  background-size: 200%;
  color: var(--bg); font-size: .97rem; font-weight: 900;
  border: none; border-radius: 8px; cursor: pointer;
  text-transform: uppercase; letter-spacing: 1px;
  transition: background-position .4s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 24px rgba(249,115,22,.35);
}
.btn-fire:hover {
  background-position: right;
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(249,115,22,.55);
}

.url-copy-row {
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px; padding: 10px 14px; margin-top: 14px;
  font-size: .8rem; color: var(--text-muted);
}
.btn-copy {
  background: var(--org-dim); border: 1px solid var(--border-h);
  color: var(--org); border-radius: 5px; padding: 4px 12px;
  font-size: .72rem; font-weight: 700; cursor: pointer; transition: background .2s;
}
.btn-copy:hover { background: rgba(249,115,22,.3); }

.url-clock { font-size: .72rem; color: var(--text-muted); margin-top: 10px; text-align: right; }
.url-clock strong { color: var(--org); }

/* ========== STATS STRIP ========== */
.stats-strip {
  background: var(--org);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  padding: 48px 80px 80px;
}

.stats-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}

.stat-blk { text-align: center; }
.stat-num {
  font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900;
  color: var(--bg); line-height: 1;
}
.stat-lbl { font-size: .82rem; font-weight: 700; color: rgba(8,8,8,.65); margin-top: 4px; }

/* ========== SECTION BASE ========== */
.sec { position: relative; z-index: 1; }
.sec-inner { max-width: 1100px; margin: 0 auto; padding: 80px 48px; }

.sec-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .7rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 2px; color: var(--org); margin-bottom: 12px;
}
.sec-eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--org); }

.sec-h {
  font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900;
  color: var(--white); text-transform: uppercase; letter-spacing: -1px;
  line-height: 1.1; margin-bottom: 14px;
}
.sec-h .acc { color: var(--org); }
.sec-p { font-size: .95rem; color: var(--text-muted); max-width: 580px; }

/* ========== LICENSE – BENTO GRID ========== */
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px; margin-top: 40px;
}

.bento-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: border-color .25s, box-shadow .25s, transform .25s;
  position: relative; overflow: hidden;
}
.bento-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--org-dark), var(--org));
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s;
}
.bento-card:hover { border-color: var(--border-h); transform: translateY(-3px); box-shadow: 0 8px 32px rgba(249,115,22,.1); }
.bento-card:hover::after { transform: scaleX(1); }

.bento-card.wide { grid-column: span 2; }

.bc-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--org-dim); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 14px;
}
.bc-title { font-size: .97rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.bc-desc  { font-size: .85rem; color: var(--text-muted); line-height: 1.6; }

/* ========== PROVIDERS – GRID MOSAIC ========== */
.prov-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; margin-top: 40px;
}

.prov-tile {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 20px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  text-align: center;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  position: relative;
}
.prov-tile:hover {
  border-color: var(--border-h);
  box-shadow: 0 0 20px rgba(249,115,22,.12);
  transform: translateY(-3px);
}
.prov-tile.hot {
  border-color: rgba(249,115,22,.35);
  background: linear-gradient(135deg, var(--card), rgba(249,115,22,.05));
}

.prov-hot-badge {
  position: absolute; top: -1px; right: -1px;
  background: var(--org); color: var(--bg);
  font-size: .6rem; font-weight: 900; text-transform: uppercase;
  padding: 3px 8px; border-radius: 0 var(--radius) 0 8px;
  letter-spacing: .5px;
}

.prov-emoji { font-size: 1.8rem; }
.prov-name  { font-size: .88rem; font-weight: 700; color: var(--white); }
.prov-cat   { font-size: .72rem; color: var(--text-muted); }

.prov-note {
  margin-top: 28px; font-size: .93rem; color: var(--text-muted); line-height: 1.7;
}
.prov-note strong { color: var(--white); }

/* ========== FEATURES – HORIZONTAL CARDS ========== */
.feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-top: 40px;
}

.feat-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px 22px;
  transition: border-color .25s, box-shadow .25s;
}
.feat-card:hover { border-color: var(--border-h); box-shadow: 0 4px 24px rgba(249,115,22,.08); }

.fc-num {
  font-size: 2.5rem; font-weight: 900; color: var(--org-dim);
  line-height: 1; margin-bottom: 12px;
  -webkit-text-stroke: 1px var(--border-h);
  color: transparent;
}
.fc-icon { font-size: 1.6rem; margin-bottom: 12px; }
.fc-title { font-size: .97rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.fc-desc  { font-size: .85rem; color: var(--text-muted); line-height: 1.6; }
.fc-tag {
  display: inline-block; margin-top: 12px;
  background: var(--org-dim); border: 1px solid var(--border-h);
  color: var(--org); font-size: .68rem; font-weight: 700;
  padding: 3px 10px; border-radius: 4px; text-transform: uppercase; letter-spacing: .5px;
}

/* ========== FAQ – BORDERED ACCORDION ========== */
.faq-list { margin-top: 40px; display: flex; flex-direction: column; gap: 10px; }

.faq-item {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color .2s;
}
.faq-item:hover { border-color: var(--border-h); }

.faq-q {
  width: 100%; background: none; border: none;
  color: var(--text); font-size: .93rem; font-weight: 600;
  text-align: left; padding: 18px 20px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  transition: background .2s;
}
.faq-q:hover { background: rgba(249,115,22,.04); }
.faq-q .arr { color: var(--org); font-size: .7rem; transition: transform .3s; flex-shrink: 0; }
.faq-q.open .arr { transform: rotate(180deg); }
.faq-q.open { color: var(--org-light); }

.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 20px; font-size: .88rem; color: var(--text-muted); line-height: 1.65;
  border-top: 0px solid var(--border);
}
.faq-a.open {
  max-height: 300px; padding: 0 20px 18px;
  border-top: 1px solid var(--border);
}

/* ========== FOOTER ========== */
.site-footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 56px 48px 28px;
}

.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px;
  margin-bottom: 40px;
}

.fi-brand .logo { font-size: 1.3rem; font-weight: 900; color: var(--white); margin-bottom: 10px; }
.fi-brand .logo em { color: var(--org); font-style: normal; }
.fi-brand p { font-size: .82rem; color: var(--text-muted); max-width: 240px; line-height: 1.6; }

.fi-col h5 {
  font-size: .7rem; text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--text-muted); margin-bottom: 14px;
}
.fi-col a { display: block; font-size: .84rem; color: var(--text-muted); margin-bottom: 8px; transition: color .2s; }
.fi-col a:hover { color: var(--org-light); }

.fi-addr {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 18px;
}
.fi-addr-label { font-size: .68rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); margin-bottom: 8px; }
.fi-addr a { font-size: 1rem; font-weight: 800; color: var(--org) !important; }

.footer-bottom {
  max-width: 1100px; margin: 0 auto;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,.05);
  display: flex; justify-content: space-between; align-items: center;
  font-size: .75rem; color: var(--text-muted);
}
.disclaimer { max-width: 560px; font-size: .7rem; color: #2a2a2a; line-height: 1.5; }

/* ========== FLOATING CTA ========== */
#floatV4 {
  position: fixed; bottom: 28px; right: 24px; z-index: 999;
  background: var(--org); color: var(--bg);
  border: none; border-radius: 8px;
  padding: 13px 26px; font-size: .88rem; font-weight: 900;
  cursor: pointer; text-transform: uppercase; letter-spacing: .5px;
  box-shadow: 0 4px 24px rgba(249,115,22,.4);
  opacity: 0; pointer-events: none;
  transition: opacity .3s, transform .2s, box-shadow .2s;
}
#floatV4:hover { transform: translateY(-2px); box-shadow: 0 8px 36px rgba(249,115,22,.6); }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-left { padding: 60px 40px 20px; }
  .hero-right { padding: 20px 40px 60px; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-card.wide { grid-column: span 2; }
  .prov-mosaic { grid-template-columns: repeat(3, 1fr); }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .topbar { padding: 0 20px; }
  .tb-nav { display: none; }
  .hero-left { padding: 60px 20px 20px; }
  .hero-right { padding: 20px 20px 60px; }
  .stats-strip { padding: 40px 20px 60px; clip-path: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .sec-inner { padding: 56px 20px; }
  .bento { grid-template-columns: 1fr; }
  .bento-card.wide { grid-column: span 1; }
  .prov-mosaic { grid-template-columns: 1fr 1fr; }
  .feat-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}
