/* 7K Casino — Night/Neon-Green palette — Titillium Web + Assistant */
:root {
  --bg: #07090e;
  --bg-2: #0d1118;
  --bg-3: #131922;
  --line: #1a2430;
  --line-2: #223040;
  --txt: #f0fdf4;
  --txt-d: #86d4a4;
  --txt-dd: #4e8464;
  --acc: #22c55e;
  --acc-2: #4ade80;
  --acc-2-d: #16a34a;
  --hot: #f472b6;
  --good: #bbf7d0;
  --r: 12px;
  --r-s: 8px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font: 16px/1.62 "Assistant", ui-sans-serif, system-ui, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1000px 580px at 92% -10%, rgba(34,197,94,.12) 0%, transparent 62%),
    radial-gradient(820px 580px at -10% 60%, rgba(74,222,128,.07) 0%, transparent 60%),
    var(--bg);
  background-attachment: fixed;
  min-height: 100vh;
}

h1, h2, h3, h4 { font-family: "Titillium Web", system-ui, sans-serif; line-height: 1.22; }
.cta { font-family: "Titillium Web", system-ui, sans-serif; }

a { color: var(--acc); text-decoration: none; transition: color .18s; }
a:hover { color: var(--acc-2); }

img { display: block; max-width: 100%; }

/* ── Layout ─────────────────────────────────────────────────── */
.step-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

section { padding: 72px 0; }

/* ── Typography helpers ──────────────────────────────────────── */
.acc { color: var(--acc); }
.hot { color: var(--hot); }
.txt-d { color: var(--txt-d); }
.txt-dd { color: var(--txt-dd); }
.good { color: var(--good); }

/* ── Header ──────────────────────────────────────────────────── */
.step-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7,9,14,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  padding: 0 20px;
}

.step-header__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  gap: 16px;
}

.step-logo {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--txt);
  letter-spacing: -.02em;
}

.step-logo span { color: var(--acc); }

.step-nav {
  display: flex;
  gap: 24px;
  list-style: none;
}

.step-nav a {
  font-size: .875rem;
  font-weight: 600;
  color: var(--txt-d);
  transition: color .18s;
}

.step-nav a:hover { color: var(--acc); }

.step-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: var(--r-s);
  background: linear-gradient(135deg, var(--acc), var(--acc-2));
  color: #031a09;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: .875rem;
  transition: box-shadow .18s, transform .12s;
  white-space: nowrap;
}

.step-header__cta:hover {
  color: #031a09;
  box-shadow: 0 0 22px rgba(34,197,94,.55);
  transform: translateY(-1px);
}

/* ── Ticker ──────────────────────────────────────────────────── */
.step-ticker {
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
  padding: 7px 20px;
  overflow: hidden;
}

.step-ticker__inner {
  display: flex;
  gap: 40px;
  animation: ticker-move 28s linear infinite;
  width: max-content;
}

@keyframes ticker-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.step-ticker__item {
  white-space: nowrap;
  font-size: .8rem;
  color: var(--txt-dd);
  display: flex;
  align-items: center;
  gap: 6px;
}

.step-ticker__item .val {
  color: var(--acc);
  font-weight: 700;
}

/* ── CTA buttons ─────────────────────────────────────────────── */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: var(--r-s);
  font-weight: 700;
  transition: box-shadow .2s, transform .12s;
}

.cta-hot {
  background: linear-gradient(135deg, var(--acc), var(--acc-2));
  color: #031a09;
  padding: 14px 32px;
  font-size: 1.05rem;
  box-shadow: 0 4px 28px rgba(34,197,94,.45);
}

.cta-hot:hover {
  color: #031a09;
  box-shadow: 0 6px 36px rgba(34,197,94,.75);
  transform: translateY(-2px);
}

.cta-outline {
  background: transparent;
  color: var(--acc);
  border: 2px solid var(--acc);
  padding: 12px 28px;
  font-size: 1rem;
}

.cta-outline:hover {
  background: rgba(34,197,94,.08);
  color: var(--acc-2);
  border-color: var(--acc-2);
  box-shadow: 0 0 20px rgba(34,197,94,.25);
}

/* ── Chip / Badge ────────────────────────────────────────────── */
.step-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 100px;
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.3);
  color: var(--acc);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ── Hero ────────────────────────────────────────────────────── */
.step-hero {
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
}

.step-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 900px 500px at 70% 0%, rgba(34,197,94,.09) 0%, transparent 65%);
  pointer-events: none;
}

.step-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
}

.step-hero__label { margin-bottom: 20px; }

.step-hero__h1 {
  font-size: clamp(1.75rem, 3.8vw, 2.7rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: -.02em;
}

.step-hero__sub {
  font-size: 1.05rem;
  color: var(--txt-d);
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 560px;
}

.step-hero__kpi {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.step-kpi-item {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 10px 18px;
  text-align: center;
}

.step-kpi-item .num {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--acc);
  display: block;
}

.step-kpi-item .lbl {
  font-size: .75rem;
  color: var(--txt-dd);
  display: block;
}

.step-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Hero SVG / visual */
.step-hero__vis {
  position: relative;
}

.step-hero__svg-wrap {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  min-height: 320px;
}

.step-hero__svg-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(34,197,94,.07) 0%, transparent 70%);
}

/* Quick-action cards */
.step-quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 40px;
}

.step-qcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  text-align: center;
  transition: border-color .2s, transform .15s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}

.step-qcard:hover {
  border-color: var(--acc);
  transform: translateY(-3px);
  color: inherit;
}

.step-qcard__icon {
  width: 40px;
  height: 40px;
  background: rgba(34,197,94,.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 1.1rem;
}

.step-qcard__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: .875rem;
  margin-bottom: 4px;
  color: var(--txt);
}

.step-qcard__desc {
  font-size: .775rem;
  color: var(--txt-dd);
  line-height: 1.45;
}

/* ── Section header ──────────────────────────────────────────── */
.step-sec-label {
  color: var(--acc);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.step-sec-h2 {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  margin-bottom: 14px;
}

.step-sec-lead {
  color: var(--txt-d);
  font-size: 1.02rem;
  max-width: 640px;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* ── Bonus cards ─────────────────────────────────────────────── */
.step-bonus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step-wbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px 20px;
  position: relative;
  overflow: hidden;
  transition: border-color .2s, transform .15s;
}

.step-wbox:hover {
  border-color: var(--acc);
  transform: translateY(-3px);
}

.step-wbox::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--acc), var(--acc-2));
}

.step-wbox__dep {
  font-size: .75rem;
  color: var(--txt-dd);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.step-wbox__pct {
  font-family: "Titillium Web", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--acc);
  line-height: 1;
  margin-bottom: 4px;
}

.step-wbox__sum {
  font-size: .9rem;
  color: var(--txt-d);
  margin-bottom: 14px;
}

.step-wbox__game {
  font-size: .82rem;
  color: var(--txt-dd);
  border-top: 1px solid var(--line);
  padding-top: 12px;
  line-height: 1.5;
}

.step-wbox__fs {
  display: inline-block;
  background: rgba(34,197,94,.15);
  color: var(--acc);
  border-radius: 4px;
  padding: 2px 8px;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Bonus footer */
.step-bonus-footer {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 18px 20px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  align-items: center;
  justify-content: space-between;
}

.step-bonus-footer .item {
  font-size: .875rem;
  color: var(--txt-d);
}

.step-bonus-footer .item span {
  color: var(--acc);
  font-weight: 700;
}

/* ── Steps ───────────────────────────────────────────────────── */
.step-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: steps;
}

.step-scard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px 22px;
  position: relative;
  counter-increment: steps;
  transition: border-color .2s;
}

.step-scard:hover { border-color: var(--acc); }

.step-scard::before {
  content: "0" counter(steps);
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: "Titillium Web", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(34,197,94,.15);
  line-height: 1;
}

.step-scard__icon {
  width: 48px;
  height: 48px;
  background: rgba(34,197,94,.12);
  border-radius: var(--r-s);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.4rem;
}

.step-scard__h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-scard p {
  font-size: .88rem;
  color: var(--txt-d);
  line-height: 1.58;
}

/* ── Slots ───────────────────────────────────────────────────── */
.step-provider-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.step-ptag {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: .78rem;
  color: var(--txt-d);
  cursor: pointer;
  transition: background .18s, border-color .18s;
}

.step-ptag:hover, .step-ptag.active {
  background: rgba(34,197,94,.12);
  border-color: var(--acc);
  color: var(--acc);
}

.step-slots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step-slot {
  background: var(--bg-2);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .15s, border-color .2s;
}

.step-slot:hover {
  transform: translateY(-4px);
  border-color: var(--acc);
}

.step-slot__cover {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.step-slot__cover .rtp-tag {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,.55);
  border-radius: 4px;
  padding: 2px 7px;
  font-size: .7rem;
  font-weight: 700;
}

.step-slot__body {
  padding: 12px 14px;
}

.step-slot__name {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 4px;
}

.step-slot__meta {
  font-size: .76rem;
  color: var(--txt-dd);
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.step-slot__tag {
  background: var(--bg-3);
  border-radius: 4px;
  padding: 2px 6px;
}

/* Cover gradients */
.cv-1 { background: linear-gradient(135deg, #001a0a 0%, #22c55e 100%) }
.cv-2 { background: linear-gradient(135deg, #001a0a 0%, #4ade80 100%); color: #04120a }
.cv-3 { background: linear-gradient(135deg, #1a000a 0%, #f472b6 100%) }
.cv-4 { background: linear-gradient(135deg, #0a0010 0%, #a78bfa 100%) }
.cv-5 { background: linear-gradient(135deg, #001a14 0%, #059669 100%) }
.cv-6 { background: linear-gradient(135deg, #2a1a00 0%, #f59e0b 100%); color: #0a0d0a }
.cv-7 { background: linear-gradient(135deg, #001a2a 0%, #0ea5e9 100%) }
.cv-8 { background: linear-gradient(135deg, #2a0000 0%, #ef4444 100%) }
.cv-9 { background: linear-gradient(135deg, #1a1a00 0%, #fde68a 100%); color: #0a0a0a }
.cv-10 { background: linear-gradient(135deg, #0a001a 0%, #8b5cf6 100%) }
.cv-11 { background: linear-gradient(135deg, #001a2a 0%, #38bdf8 100%) }
.cv-12 { background: linear-gradient(135deg, #1a000a 0%, #fb7185 100%) }

/* ── VIP Loyalty ─────────────────────────────────────────────── */
.step-vip-ladder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 36px;
}

.step-vip-level {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 12px;
  text-align: center;
  transition: border-color .2s, transform .15s;
  position: relative;
  overflow: hidden;
}

.step-vip-level:hover {
  border-color: var(--acc);
  transform: translateY(-3px);
}

.step-vip-level.top {
  border-color: var(--acc);
  background: linear-gradient(160deg, var(--bg-2) 0%, rgba(34,197,94,.06) 100%);
}

.step-vip-level__name {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: .875rem;
  margin-bottom: 6px;
  color: var(--txt);
}

.step-vip-level.top .step-vip-level__name { color: var(--acc); }

.step-vip-level__cb {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--acc);
  line-height: 1;
  margin-bottom: 8px;
}

.step-vip-level__thresh {
  font-size: .72rem;
  color: var(--txt-dd);
  line-height: 1.4;
}

.step-lbox-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step-lbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 18px;
  transition: border-color .2s;
}

.step-lbox:hover { border-color: var(--acc); }

.step-lbox__icon {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.step-lbox__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 8px;
  color: var(--txt);
}

.step-lbox p {
  font-size: .83rem;
  color: var(--txt-d);
  line-height: 1.55;
}

/* ── Tournament ──────────────────────────────────────────────── */
.step-tourney {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 40px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.step-tourney::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 700px 400px at 110% 50%, rgba(34,197,94,.07) 0%, transparent 65%);
  pointer-events: none;
}

.step-tourney__prize {
  font-family: "Titillium Web", sans-serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 700;
  color: var(--acc);
  line-height: 1;
  margin-bottom: 6px;
}

.step-tourney__sub {
  font-size: 1.2rem;
  color: var(--txt-d);
  margin-bottom: 18px;
}

.step-tourney__details {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.step-tourney__details li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .88rem;
  color: var(--txt-d);
}

.step-tourney__details li::before {
  content: "▸";
  color: var(--acc);
  flex-shrink: 0;
  margin-top: 2px;
}

.step-tourney__cta { margin-top: 24px; }

/* ── Live ────────────────────────────────────────────────────── */
.step-live-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step-lv {
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  transition: transform .15s;
}

.step-lv:hover { transform: translateY(-3px); }

.lv-1 { background: linear-gradient(135deg, #001a0a 0%, #22c55e 100%) }
.lv-2 { background: linear-gradient(135deg, #2a0000 0%, #ef4444 100%) }
.lv-3 { background: linear-gradient(135deg, #001a14 0%, #4ade80 100%); color: #04120a }
.lv-4 { background: linear-gradient(135deg, #1a0010 0%, #f472b6 100%) }
.lv-5 { background: linear-gradient(135deg, #001a2a 0%, #0ea5e9 100%) }
.lv-6 { background: linear-gradient(135deg, #0a001a 0%, #a78bfa 100%) }

.step-lv__live {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ef4444;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: .7rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.step-lv__name {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0,0,0,.5);
}

.step-lv__provider {
  font-size: .75rem;
  opacity: .8;
  margin-top: 2px;
}

/* ── Brand overview ──────────────────────────────────────────── */
.step-brand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 36px;
}

.step-brand-block {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px 22px;
  transition: border-color .2s;
}

.step-brand-block:hover { border-color: var(--acc); }

.step-brand-block h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--txt);
  line-height: 1.3;
}

.step-brand-block p {
  font-size: .875rem;
  color: var(--txt-d);
  line-height: 1.62;
}

.step-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: .8rem;
  color: var(--txt-d);
}

.step-badge .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acc);
  flex-shrink: 0;
}

/* ── Reviews ─────────────────────────────────────────────────── */
.step-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.step-review {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px 20px;
}

.step-review__stars {
  color: var(--acc);
  font-size: 1rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.step-review__text {
  font-size: .875rem;
  color: var(--txt-d);
  line-height: 1.62;
  margin-bottom: 16px;
}

.step-review__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-review__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: .85rem;
  color: var(--acc);
}

.step-review__name {
  font-size: .85rem;
  font-weight: 700;
  color: var(--txt);
}

.step-review__date {
  font-size: .75rem;
  color: var(--txt-dd);
}

/* ── Payments ────────────────────────────────────────────────── */
.step-pay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.step-pay-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  text-align: center;
  transition: border-color .2s;
}

.step-pay-card:hover { border-color: var(--acc); }

.step-pay-card__icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.step-pay-card__name {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 6px;
}

.step-pay-card__time {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--acc);
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 4px;
}

.step-pay-card__note {
  font-size: .77rem;
  color: var(--txt-dd);
}

/* ── Pre-footer CTA ──────────────────────────────────────────── */
.step-precta {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 56px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.step-precta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 800px 400px at 50% 50%, rgba(34,197,94,.07) 0%, transparent 65%);
  pointer-events: none;
}

.step-precta h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 14px;
}

.step-precta p {
  color: var(--txt-d);
  margin-bottom: 30px;
  font-size: 1rem;
}

/* ── FAQ ─────────────────────────────────────────────────────── */
.step-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.step-faq details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: border-color .2s;
}

.step-faq details[open] {
  border-color: var(--acc);
}

.step-faq summary {
  padding: 18px 22px;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: .95rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--txt);
  user-select: none;
}

.step-faq summary::after {
  content: "+";
  font-size: 1.2rem;
  color: var(--acc);
  flex-shrink: 0;
  transition: transform .2s;
}

.step-faq details[open] summary::after {
  transform: rotate(45deg);
}

.step-faq summary::-webkit-details-marker { display: none; }

.step-faq .step-faq-body {
  padding: 0 22px 18px;
  font-size: .875rem;
  color: var(--txt-d);
  line-height: 1.65;
}

/* ── Author / legal ──────────────────────────────────────────── */
.step-author {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px;
  font-size: .82rem;
  color: var(--txt-dd);
  line-height: 1.65;
  margin-top: 40px;
}

.step-author a { color: var(--txt-dd); text-decoration: underline; }

/* ── Footer ──────────────────────────────────────────────────── */
.step-footer {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  padding: 40px 20px 28px;
}

.step-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 28px;
}

.step-footer__col h4 {
  font-size: .875rem;
  font-weight: 700;
  color: var(--txt);
  margin-bottom: 12px;
}

.step-footer__col p,
.step-footer__col a {
  font-size: .8rem;
  color: var(--txt-dd);
  line-height: 1.65;
  display: block;
}

.step-footer__col a:hover { color: var(--acc); }

.step-footer__bottom {
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.step-footer__copy {
  font-size: .78rem;
  color: var(--txt-dd);
}

.step-footer__age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--txt-dd);
  color: var(--txt-dd);
  font-size: .75rem;
  font-weight: 700;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .step-hero__inner { grid-template-columns: 1fr; }
  .step-hero__vis { display: none; }
  .step-bonus-grid { grid-template-columns: repeat(2, 1fr); }
  .step-vip-ladder { grid-template-columns: repeat(3, 1fr); }
  .step-footer__inner { grid-template-columns: 1fr 1fr; }
  .step-slots-grid { grid-template-columns: repeat(3, 1fr); }
  .step-quick { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  section { padding: 48px 0; }
  .step-nav { display: none; }
  .step-bonus-grid { grid-template-columns: 1fr 1fr; }
  .step-steps { grid-template-columns: 1fr; }
  .step-lbox-grid { grid-template-columns: repeat(2, 1fr); }
  .step-slots-grid { grid-template-columns: repeat(2, 1fr); }
  .step-live-grid { grid-template-columns: repeat(2, 1fr); }
  .step-reviews-grid { grid-template-columns: 1fr; }
  .step-pay-grid { grid-template-columns: 1fr; }
  .step-brand-grid { grid-template-columns: 1fr; }
  .step-tourney { grid-template-columns: 1fr; gap: 24px; }
  .step-footer__inner { grid-template-columns: 1fr; }
  .step-quick { grid-template-columns: repeat(2, 1fr); }
  .step-vip-ladder { grid-template-columns: repeat(2, 1fr); }
  .step-hero__actions { flex-direction: column; }
  .cta-hot, .cta-outline { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .step-bonus-grid { grid-template-columns: 1fr; }
  .step-lbox-grid { grid-template-columns: 1fr; }
  .step-live-grid { grid-template-columns: 1fr; }
  .step-slots-grid { grid-template-columns: 1fr 1fr; }
  .step-precta { padding: 36px 22px; }
}
