:root {
  --gen-primary: #490947;
  --gen-primary-hov: #6c0f69;
  --gen-primary-soft: #f4e6f3;
  --gen-accent: #31e360;
  --gen-accent-soft: #e3f8e8;
  --gen-hero-from: #5b0b59;
  --gen-hero-to: #2f042d;
  --gen-hero-mid: #2452a8;
  --gen-bg: #f6f4f6;
  --gen-surface: #ffffff;
  --gen-border: #e0d2df;
  --gen-text: #241423;
  --gen-text-soft: #80607f;
  --gen-gold: #f1a522;
  --gen-signal: #eb701e;
  --gen-pale: #f9f6f9;
}

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

body {
  font-family: 'Outfit', system-ui, sans-serif;
  background: var(--gen-bg);
  color: var(--gen-text);
  font-size: 15px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Layout */
.moc-bu {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.dav {
  padding: 36px 0 48px;
}

.nu-va {
  margin-bottom: 40px;
}

/* Section heading */
.zew-ja {
  margin-bottom: 18px;
}

.zew-ja h2 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 4px;
}

.zew-ja p {
  font-size: 13px;
  color: var(--gen-text-soft);
}

.ris-xid {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: var(--gen-accent);
  background: var(--gen-accent-soft);
  border-radius: 4px;
  padding: 2px 7px;
  margin-bottom: 8px;
}

/* Content */
.mib h2 {
  font-size: 19px;
  font-weight: 800;
  margin: 26px 0 10px;
}

.mib h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 18px 0 8px;
}

.mib p {
  line-height: 1.75;
  margin-bottom: 14px;
}

.gen-highlight {
  background: var(--gen-primary-soft);
  border-left: 3px solid var(--gen-primary);
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  margin: 16px 0;
  font-size: 14px;
}

/* FAQ / Accordion */
.co-pos h2 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 14px;
}

.ji-ro {
  background: var(--gen-surface);
  border: 1px solid var(--gen-border);
  border-radius: 10px;
  margin-bottom: 8px;
}

.gur {
  padding: 13px 16px;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.gur::after {
  content: "+";
  font-size: 18px;
  color: var(--gen-primary);
  font-weight: 400;
  flex-shrink: 0;
}

.zaf-gu {
  padding: 0 16px 13px;
  font-size: 13px;
  color: var(--gen-text-soft);
  line-height: 1.7;
}

/* Header */
.hax {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(135deg, var(--gen-primary), var(--gen-hero-mid));
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.hax__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  gap: 16px;
}

.nac-poj {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
}

.nac-poj__mark {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}

.vox-li {
  display: flex;
  gap: 4px;
  list-style: none;
}

.vox-li a {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  padding: 5px 10px;
  border-radius: 6px;
  transition: all 0.15s;
}

.vox-li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.li-be {
  background: var(--gen-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 10px;
  white-space: nowrap;
  transition: opacity 0.15s;
}

.li-be:hover {
  opacity: 0.85;
}

/* Hero */
.sal-wa {
  background: var(--gen-surface);
  border-bottom: 1px solid var(--gen-border);
  padding: 36px 0;
}

.sal-wa__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--gen-primary);
  margin-bottom: 10px;
}

.sal-wa h1 {
  font-size: clamp(22px, 3.5vw, 38px);
  font-weight: 800;
  color: var(--gen-text);
  margin-bottom: 10px;
}

.sal-wa__sub {
  font-size: 14px;
  color: var(--gen-text-soft);
  max-width: 560px;
  line-height: 1.7;
}

/* Casino / Offer cards */
.wob-la {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hef {
  background: var(--gen-surface);
  border: 1px solid var(--gen-border);
  border-radius: 6px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: border-color 0.15s;
}

.hef:hover {
  border-color: var(--gen-primary);
}

.hef--first {
  border-left: 4px solid var(--gen-gold);
}

.hef__info {
  flex: 1;
  min-width: 0;
}

.hef__name {
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.hef__bonus {
  font-size: 12px;
  color: var(--gen-text-soft);
  display: block;
  margin-top: 2px;
}

.hef__deposit {
  font-size: 11px;
  color: var(--gen-text-soft);
  background: var(--gen-bg);
  border-radius: 6px;
  padding: 3px 8px;
  white-space: nowrap;
  flex-shrink: 0;
}

.hef__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 44px;
  flex-shrink: 0;
}

.hef__score-val {
  font-size: 17px;
  font-weight: 900;
  color: var(--gen-primary);
  line-height: 1;
}

.hef__score-lbl {
  font-size: 9px;
  font-weight: 700;
  color: var(--gen-text-soft);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hef__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gen-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s;
}

.hef__btn:hover {
  background: var(--gen-primary-hov);
}

/* Footer */
.mow {
  background: linear-gradient(135deg, var(--gen-hero-from), var(--gen-hero-to));
  padding: 28px 0;
}

.mow__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.mow p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

.mug {
  display: flex;
  gap: 16px;
  list-style: none;
}

.mug a {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.mug a:hover {
  color: #fff;
}

/* Markdown content styles */
.mib table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0;
  font-size: 13px;
}

.mib th {
  background: var(--brand, var(--gen-primary, var(--v4-primary, #333)));
  color: #fff;
  padding: 8px 12px;
  text-align: left;
  font-weight: 700;
}

.mib td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--line, var(--gen-border, var(--v4-border, #e0e0e0)));
}

.mib tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.03);
}

.mib ul,
.mib ol {
  padding-left: 20px;
  margin: 10px 0;
}

.mib li {
  margin-bottom: 6px;
  line-height: 1.65;
}

.mib blockquote {
  border-left: 3px solid var(--accent, var(--gen-accent, #666));
  padding: 10px 14px;
  margin: 12px 0;
  opacity: 0.85;
}

.mib code {
  background: rgba(0, 0, 0, 0.06);
  padding: 1px 5px;
  border-radius: 3px;
  font-family: monospace;
  font-size: 0.9em;
}

/* Responsive */
@media (max-width: 600px) {
  .hef__deposit {
    display: none;
  }
}