:root {
  --gen-primary: #08194a;
  --gen-primary-hov: #0d276d;
  --gen-primary-soft: #e6eaf4;

  --gen-accent: #e3bf31;
  --gen-accent-soft: #f8f3e3;

  --gen-hero-from: #0a205c;
  --gen-hero-to: #040f2f;
  --gen-hero-mid: #24a847;

  --gen-bg: #f4f4f6;
  --gen-surface: #ffffff;
  --gen-border: #d2d6e0;

  --gen-text: #141824;
  --gen-text-soft: #606980;

  --gen-gold: #f1bd22;
  --gen-signal: #eb621e;
  --gen-pale: #f6f7f9;
}

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

body {
  font-family: 'Inter', 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;
}

.jow {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.car-no {
  padding: 36px 0 48px;
}

.tas {
  margin-bottom: 40px;
}

.duw-pij {
  margin-bottom: 18px;
}

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

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

.baj-mel {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 7px;
  margin-bottom: 8px;

  background: var(--gen-accent-soft);
  color: var(--gen-accent);
  border-radius: 4px;

  font-size: 11px;
  font-weight: 700;
}

.fip h2 {
  margin: 26px 0 10px;
  font-size: 19px;
  font-weight: 800;
}

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

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

.gen-highlight {
  margin: 16px 0;
  padding: 12px 16px;

  background: var(--gen-primary-soft);
  border-left: 3px solid var(--gen-primary);
  border-radius: 0 8px 8px 0;

  font-size: 14px;
}

.ne-tek h2 {
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 800;
}

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

.di-kas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding: 13px 16px;

  font-size: 13px;
  font-weight: 700;
}

.di-kas::after {
  content: "+";
  flex-shrink: 0;

  color: var(--gen-primary);
  font-size: 18px;
  font-weight: 400;
}

.mup-bab {
  padding: 0 16px 13px;

  color: var(--gen-text-soft);
  font-size: 13px;
  line-height: 1.7;
}

.pim-vod {
  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);
}

.pim-vod__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  height: 58px;
}

.rus {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.rus__mark {
  display: grid;
  place-items: center;

  width: 36px;
  height: 36px;

  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;

  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.fot-geg {
  display: flex;
  gap: 4px;
  list-style: none;
}

.fot-geg a {
  padding: 5px 10px;

  color: rgba(255, 255, 255, 0.75);
  border-radius: 6px;

  font-size: 13px;
  font-weight: 600;

  transition: all 0.15s;
}

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

.xax-da {
  padding: 7px 14px;

  background: var(--gen-accent);
  color: #fff;
  border-radius: 16px;

  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;

  transition: opacity 0.15s;
}

.xax-da:hover {
  opacity: 0.85;
}

.ce-de {
  padding: 36px 0;
  background: var(--gen-surface);
  border-bottom: 1px solid var(--gen-border);
}

.ce-de__label {
  margin-bottom: 10px;

  color: var(--gen-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ce-de h1 {
  margin-bottom: 10px;

  color: var(--gen-text);
  font-size: clamp(22px, 3.5vw, 38px);
  font-weight: 800;
}

.ce-de__sub {
  max-width: 560px;

  color: var(--gen-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.wac {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rez {
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 16px 20px;

  background: var(--gen-surface);
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);

  transition:
    box-shadow 0.15s,
    transform 0.15s;
}

.rez:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.rez--first {
  border-top: 3px solid var(--gen-gold);
}

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

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

.rez__bonus {
  display: block;
  margin-top: 2px;

  color: var(--gen-text-soft);
  font-size: 12px;
}

.rez__deposit {
  flex-shrink: 0;

  padding: 3px 8px;

  background: var(--gen-bg);
  color: var(--gen-text-soft);
  border-radius: 6px;

  font-size: 11px;
  white-space: nowrap;
}

.rez__score {
  display: flex;
  flex-direction: column;
  align-items: center;

  min-width: 44px;
  flex-shrink: 0;
}

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

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

.rez__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

  padding: 8px 16px;

  background: var(--gen-primary);
  color: #fff;
  border-radius: 16px;

  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;

  transition: background 0.15s;
}

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

.cut {
  padding: 22px 0;
  background: var(--gen-primary);
  border-top: 2px solid var(--gen-accent);
}

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

.fip table {
  width: 100%;
  margin: 14px 0;

  border-collapse: collapse;
  font-size: 13px;
}

.fip th {
  padding: 8px 12px;

  background: var(--brand, var(--gen-primary, var(--v4-primary, #333)));
  color: #fff;

  text-align: left;
  font-weight: 700;
}

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

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

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

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

.fip blockquote {
  margin: 12px 0;
  padding: 10px 14px;

  border-left: 3px solid var(--accent, var(--gen-accent, #666));
  opacity: 0.85;
}

.fip code {
  padding: 1px 5px;

  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;

  font-family: monospace;
  font-size: 0.9em;
}

@media (max-width: 600px) {
  .rez__deposit {
    display: none;
  }
}