/* 7k367m.casino — Copper/Bronze palette */
:root {
  --bg: #0c0806;
  --bg-2: #1a1008;
  --bg-3: #221508;
  --line: #2e1e0a;
  --line-2: #3e2a0e;
  --txt: #f9f0e8;
  --txt-d: #c4a882;
  --txt-dd: #8a7050;
  --acc: #c2410c;
  --acc-2: #f59e0b;
  --acc-2-d: #b45309;
  --hot: #ef4444;
  --good: #fde68a;
  --r: 12px;
  --r-s: 8px;
}

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

html { scroll-behavior: smooth; }

body {
  font: 16px/1.62 "Hind", ui-sans-serif, system-ui, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1000px 580px at 92% -10%, rgba(194,65,12,.1) 0%, transparent 62%),
    radial-gradient(820px 580px at -10% 60%, rgba(245,158,11,.07) 0%, transparent 60%),
    var(--bg);
  min-height: 100vh;
}

h1, h2, h3, h4 { font-family: "Urbanist", "Hind", system-ui, sans-serif; line-height: 1.22; }
.cta { font-family: "Urbanist", system-ui, sans-serif; }
a { color: var(--acc-2); text-decoration: none; }
a:hover { color: var(--txt); }
img { max-width: 100%; display: block; }

/* ── Layout ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
section { padding: 64px 0; }
section + section { border-top: 1px solid var(--line); }

/* ── Header ── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(12,8,6,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; gap: 24px;
  padding: 14px 20px; max-width: 1100px; margin: 0 auto;
}
.logo {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 22px; font-weight: 700; letter-spacing: -.5px;
  background: linear-gradient(135deg, var(--acc) 0%, var(--acc-2) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; white-space: nowrap; flex-shrink: 0;
}
.site-nav { display: flex; gap: 18px; flex-wrap: wrap; flex: 1; }
.site-nav a {
  color: var(--txt-d); font-size: 14px; font-weight: 500;
  transition: color .18s;
}
.site-nav a:hover { color: var(--acc-2); }
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 22px; border-radius: var(--r-s);
  font-weight: 600; font-size: 15px; cursor: pointer;
  border: none; text-decoration: none; transition: opacity .18s, transform .12s;
  white-space: nowrap;
}
.cta:hover { opacity: .88; transform: translateY(-1px); }
.cta-hot {
  background: linear-gradient(135deg, var(--acc) 0%, var(--acc-2) 100%);
  color: #fff;
  box-shadow: 0 4px 18px rgba(194,65,12,.75);
}
.cta-outline {
  background: transparent;
  border: 1.5px solid var(--acc-2);
  color: var(--acc-2);
}
.cta-outline:hover { background: rgba(245,158,11,.1); color: var(--acc-2); }

/* ── Stats strip ── */
.stats-strip {
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}
.stats-strip-inner {
  display: flex; max-width: 1100px; margin: 0 auto;
  padding: 0 20px;
}
.stat-cell {
  flex: 1; min-width: 160px; text-align: center;
  padding: 14px 12px; border-right: 1px solid var(--line);
}
.stat-cell:last-child { border-right: none; }
.stat-val {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 20px; font-weight: 700;
  background: linear-gradient(135deg, var(--acc-2) 0%, var(--txt) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-lbl { font-size: 11px; color: var(--txt-dd); margin-top: 2px; text-transform: uppercase; letter-spacing: .5px; }

/* ── Hero ── */
.hero-section {
  padding: 72px 0 64px;
  background:
    radial-gradient(900px 500px at 80% 20%, rgba(194,65,12,.13) 0%, transparent 60%),
    radial-gradient(600px 400px at 10% 80%, rgba(245,158,11,.08) 0%, transparent 60%);
  border-bottom: 1px solid var(--line);
}
.hero-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(194,65,12,.15); border: 1px solid rgba(194,65,12,.4);
  padding: 6px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 600; color: var(--acc-2); letter-spacing: .5px;
  margin-bottom: 22px; text-transform: uppercase;
}
.hero-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--acc-2); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100%{opacity:1}50%{opacity:.4} }

h1 {
  font-size: clamp(26px, 4.5vw, 48px);
  font-weight: 700; letter-spacing: -.5px;
  color: var(--txt); margin-bottom: 20px;
}
h1 .acc { color: var(--acc-2); }
.hero-sub {
  font-size: 17px; line-height: 1.65; color: var(--txt-d);
  max-width: 640px; margin-bottom: 32px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.cta-lg { padding: 14px 32px; font-size: 17px; border-radius: var(--r); }

.hero-kpis { display: flex; gap: 28px; flex-wrap: wrap; }
.kpi-item { text-align: center; }
.kpi-val {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 22px; font-weight: 700; color: var(--acc-2);
}
.kpi-lbl { font-size: 12px; color: var(--txt-dd); }

/* ── Hero SVG ── */
.hero-visual {
  display: flex; justify-content: center; align-items: center;
  padding: 32px 0 0;
}

/* ── Quick Action Cards ── */
.grid-quick {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px; margin-top: 40px;
}
.qcard {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r); padding: 22px 18px;
  text-align: center; transition: border-color .2s, transform .15s;
}
.qcard:hover { border-color: var(--acc-2); transform: translateY(-2px); }
.qcard-icon { font-size: 30px; margin-bottom: 10px; }
.qcard-title {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 15px; font-weight: 600; color: var(--txt); margin-bottom: 6px;
}
.qcard-sub { font-size: 13px; color: var(--txt-dd); }

/* ── Sections headings ── */
h2 {
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 700; color: var(--txt);
  margin-bottom: 10px;
}
.section-lead {
  font-size: 16px; color: var(--txt-d);
  max-width: 680px; margin-bottom: 36px;
}

/* ── Bonus section ── */
.bonus-section {
  background: radial-gradient(800px 400px at 50% 0%, rgba(194,65,12,.09) 0%, transparent 60%);
}
.grid-bonus {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}
.wbox {
  background: var(--bg-2); border: 1px solid var(--line-2);
  border-radius: var(--r); padding: 24px 20px;
  transition: border-color .2s;
}
.wbox:hover { border-color: var(--acc-2); }
.wbox-num {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: var(--acc-2); margin-bottom: 10px;
}
.wbox-pct {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 36px; font-weight: 700; color: var(--txt);
  line-height: 1; margin-bottom: 4px;
}
.wbox-cap { font-size: 13px; color: var(--txt-d); margin-bottom: 10px; }
.wbox-fs {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 20px; font-weight: 600; color: var(--acc-2);
  margin-bottom: 4px;
}
.wbox-game { font-size: 12px; color: var(--txt-dd); margin-bottom: 12px; }
.wbox-tag {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  background: rgba(245,158,11,.12); color: var(--acc-2);
  font-size: 11px; font-weight: 600; letter-spacing: .4px;
}
.bonus-note { font-size: 13px; color: var(--txt-dd); margin-top: 20px; }

/* ── Steps ── */
.steps-section {
  background: radial-gradient(700px 350px at 0% 50%, rgba(245,158,11,.06) 0%, transparent 60%);
}
.grid-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.step-card {
  background: var(--bg-3); border: 1px solid var(--line);
  border-radius: var(--r); padding: 28px 22px;
}
.step-num {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--acc) 0%, var(--acc-2) 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 20px; font-weight: 700; color: #fff;
  margin-bottom: 16px;
}
.step-title {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 18px; font-weight: 600; color: var(--txt); margin-bottom: 8px;
}
.step-text { font-size: 14px; color: var(--txt-d); line-height: 1.6; }

/* ── Slots catalog ── */
.grid-slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px; margin-bottom: 28px;
}
.slot-card {
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line); transition: transform .18s, border-color .18s;
}
.slot-card:hover { transform: translateY(-3px); border-color: var(--line-2); }
.slot-cover {
  height: 110px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; padding: 12px;
  text-align: center;
}
.slot-name {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 14px; font-weight: 700; line-height: 1.25;
}
.slot-cover-light { color: #0a0d0a; }
.slot-body { background: var(--bg-2); padding: 10px 12px; }
.slot-provider { font-size: 11px; color: var(--txt-dd); margin-bottom: 2px; }
.slot-rtp { font-size: 12px; color: var(--acc-2); font-weight: 600; }
.slot-badge {
  display: inline-block; padding: 2px 7px; border-radius: 999px;
  background: rgba(245,158,11,.12); color: var(--acc-2);
  font-size: 10px; font-weight: 600; margin-top: 4px;
}
.providers-row {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px;
}
.prov-tag {
  padding: 5px 12px; border-radius: var(--r-s);
  background: var(--bg-3); border: 1px solid var(--line);
  font-size: 12px; color: var(--txt-d);
}
.mechanics-row {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px;
}
.mech-tag {
  padding: 4px 10px; border-radius: 999px;
  background: rgba(194,65,12,.12); border: 1px solid rgba(194,65,12,.3);
  font-size: 11px; color: var(--acc); font-weight: 600;
}

/* Slot cover colors */
.cv-1 { background: linear-gradient(135deg, #2a0a00 0%, #c2410c 100%) }
.cv-2 { background: linear-gradient(135deg, #2a1a00 0%, #f59e0b 100%); color:#0a0d0a }
.cv-3 { background: linear-gradient(135deg, #1a2a00 0%, #84cc16 100%); color:#08160c }
.cv-4 { background: linear-gradient(135deg, #001a2a 0%, #0ea5e9 100%) }
.cv-5 { background: linear-gradient(135deg, #2a0a1a 0%, #f472b6 100%) }
.cv-6 { background: linear-gradient(135deg, #0a1a2a 0%, #60a5fa 100%) }
.cv-7 { background: linear-gradient(135deg, #2a2a00 0%, #fde68a 100%); color:#0a0d0a }
.cv-8 { background: linear-gradient(135deg, #1a002a 0%, #c084fc 100%) }
.cv-9 { background: linear-gradient(135deg, #002a1a 0%, #34d399 100%) }
.cv-10 { background: linear-gradient(135deg, #2a0a00 0%, #fb923c 100%) }
.cv-11 { background: linear-gradient(135deg, #0a002a 0%, #818cf8 100%) }
.cv-12 { background: linear-gradient(135deg, #002a2a 0%, #2dd4bf 100%) }

/* ── Loyalty ── */
.loyalty-section {
  background: radial-gradient(700px 400px at 90% 50%, rgba(245,158,11,.07) 0%, transparent 60%);
}
.vip-ladder {
  display: flex; gap: 0; margin-bottom: 32px;
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line);
}
.vip-step {
  flex: 1; padding: 14px 8px; text-align: center;
  background: var(--bg-2); border-right: 1px solid var(--line);
  transition: background .2s;
}
.vip-step:last-child { border-right: none; }
.vip-step:hover { background: var(--bg-3); }
.vip-name {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 14px; font-weight: 700; color: var(--txt); margin-bottom: 4px;
}
.vip-cb { font-size: 20px; font-weight: 700; color: var(--acc-2); font-family: "Urbanist", system-ui, sans-serif; }
.vip-thresh { font-size: 11px; color: var(--txt-dd); margin-top: 4px; }
.vip-step.highlight { background: linear-gradient(135deg, rgba(194,65,12,.2) 0%, rgba(245,158,11,.15) 100%); border-color: var(--acc-2); }
.grid-lbox { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.lbox {
  background: var(--bg-3); border: 1px solid var(--line-2);
  border-radius: var(--r); padding: 22px 18px;
}
.lbox-title {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 16px; font-weight: 600; color: var(--acc-2); margin-bottom: 10px;
}
.lbox ul { padding-left: 18px; }
.lbox li { font-size: 14px; color: var(--txt-d); margin-bottom: 5px; }

/* ── Tournament ── */
.tournament-section {
  background: radial-gradient(800px 350px at 50% 50%, rgba(194,65,12,.08) 0%, transparent 60%);
}
.tournament-card {
  background: var(--bg-2); border: 1px solid var(--line-2);
  border-radius: var(--r); padding: 36px; text-align: center;
  max-width: 680px; margin: 0 auto;
}
.tournament-prize {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(32px, 5vw, 56px); font-weight: 700;
  background: linear-gradient(135deg, var(--acc) 0%, var(--acc-2) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1.1; margin-bottom: 8px;
}
.tournament-sub { font-size: 16px; color: var(--txt-d); margin-bottom: 24px; }

/* ── Live ── */
.grid-live { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.live-card {
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line); transition: transform .18s;
}
.live-card:hover { transform: translateY(-3px); }
.live-cover {
  height: 110px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; padding: 12px;
  text-align: center; position: relative;
}
.live-badge {
  position: absolute; top: 8px; right: 8px;
  background: var(--hot); color: #fff;
  font-size: 10px; font-weight: 700; padding: 2px 7px;
  border-radius: 999px; text-transform: uppercase;
}
.live-name {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 14px; font-weight: 700;
}
.live-body { background: var(--bg-2); padding: 10px 12px; }
.live-provider { font-size: 11px; color: var(--txt-dd); margin-bottom: 2px; }
.live-info { font-size: 12px; color: var(--txt-d); }

.lv-1 { background: linear-gradient(135deg, #2a1a00 0%, #f59e0b 100%); color:#0a0d0a }
.lv-2 { background: linear-gradient(135deg, #2a0a00 0%, #c2410c 100%) }
.lv-3 { background: linear-gradient(135deg, #001a2a 0%, #0ea5e9 100%) }
.lv-4 { background: linear-gradient(135deg, #1a002a 0%, #c084fc 100%) }
.lv-5 { background: linear-gradient(135deg, #002a1a 0%, #34d399 100%) }
.lv-6 { background: linear-gradient(135deg, #2a2a00 0%, #fbbf24 100%); color:#0a0d0a }

/* ── Brand Overview ── */
.brand-section {
  background: radial-gradient(700px 400px at 20% 30%, rgba(194,65,12,.06) 0%, transparent 60%);
}
h3 {
  font-size: clamp(17px, 2.5vw, 22px);
  font-weight: 600; color: var(--txt); margin: 32px 0 12px;
}
.brand-text { font-size: 15px; color: var(--txt-d); line-height: 1.72; margin-bottom: 14px; }
.badges-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.badge {
  padding: 6px 14px; border-radius: 999px;
  background: var(--bg-3); border: 1px solid var(--line-2);
  font-size: 12px; color: var(--txt-d); font-weight: 500;
}

/* ── Reviews ── */
.grid-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.review-card {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r); padding: 24px;
}
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.review-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--acc) 0%, var(--acc-2) 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 17px; font-weight: 700; color: #fff; flex-shrink: 0;
}
.review-name { font-family: "Urbanist", system-ui, sans-serif; font-size: 15px; font-weight: 600; color: var(--txt); }
.review-meta { font-size: 12px; color: var(--txt-dd); margin-top: 2px; }
.review-stars { color: var(--acc-2); font-size: 14px; margin-bottom: 8px; }
.review-text { font-size: 14px; color: var(--txt-d); line-height: 1.65; }

/* ── Payments ── */
.grid-payments { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
.pbox {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r); padding: 20px 14px; text-align: center;
  transition: border-color .2s, transform .15s;
}
.pbox:hover { border-color: var(--acc-2); transform: translateY(-2px); }
.pbox-icon { font-size: 28px; margin-bottom: 10px; }
.pbox-name {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 14px; font-weight: 600; color: var(--txt); margin-bottom: 4px;
}
.pbox-time { font-size: 12px; color: var(--acc-2); font-weight: 500; margin-bottom: 2px; }
.pbox-info { font-size: 11px; color: var(--txt-dd); }

/* ── Pre-footer CTA ── */
.prefooter-section {
  text-align: center;
  background: radial-gradient(800px 400px at 50% 50%, rgba(194,65,12,.12) 0%, transparent 60%);
}
.prefooter-section h2 { margin-bottom: 14px; }
.prefooter-section p { font-size: 16px; color: var(--txt-d); max-width: 500px; margin: 0 auto 28px; }
.prefooter-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── FAQ ── */
.faq-section {
  background: radial-gradient(700px 400px at 80% 60%, rgba(245,158,11,.06) 0%, transparent 60%);
}
.grid-faq { max-width: 820px; }
details {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r-s); margin-bottom: 10px; overflow: hidden;
}
details[open] { border-color: var(--line-2); }
summary {
  padding: 16px 20px; cursor: pointer;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 15px; font-weight: 600; color: var(--txt);
  list-style: none; display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+"; font-size: 20px; color: var(--acc-2);
  flex-shrink: 0; transition: transform .2s;
}
details[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 20px 18px; font-size: 14px; color: var(--txt-d); line-height: 1.7; }
.faq-body p + p { margin-top: 10px; }

/* ── Author note ── */
.author-note {
  background: var(--bg-3); border: 1px solid var(--line);
  border-radius: var(--r); padding: 22px 24px;
  font-size: 13px; color: var(--txt-dd); line-height: 1.7;
  margin: 40px 0 0;
}
.author-note a { color: var(--txt-dd); text-decoration: underline; }

/* ── Footer ── */
.site-footer {
  background: var(--bg-2); border-top: 1px solid var(--line);
  padding: 40px 0 28px;
}
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.footer-logo { margin-bottom: 12px; font-size: 20px; }
.footer-legal { font-size: 12px; color: var(--txt-dd); line-height: 1.75; max-width: 740px; }
.footer-copy {
  margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line);
  font-size: 12px; color: var(--txt-dd); display: flex; gap: 20px; flex-wrap: wrap;
  align-items: center; justify-content: space-between;
}
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { color: var(--txt-dd); font-size: 12px; }
.footer-links a:hover { color: var(--acc-2); }
.footer-18 {
  width: 28px; height: 28px; border-radius: 50%;
  border: 2px solid var(--txt-dd); display: flex; align-items: center;
  justify-content: center; font-size: 11px; font-weight: 700; color: var(--txt-dd);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .site-nav { display: none; }
  .header-inner { gap: 12px; }
  h1 { font-size: 26px; }
  .stats-strip-inner { min-width: 700px; }
  .vip-ladder { overflow-x: auto; }
  .vip-step { min-width: 90px; }
}
@media (max-width: 480px) {
  section { padding: 44px 0; }
  .hero-section { padding: 48px 0 44px; }
  .hero-ctas { flex-direction: column; }
  .prefooter-ctas { flex-direction: column; align-items: center; }
}
