/* Bonus promo grid - Vaidebet palette (see header-footer.css :root) */
.promo-page {
  width: 100%;
  max-width: min(72rem, 100%);
  margin: 0 auto;
  padding: 0 0 1rem;
}
.promo-page .access-platform.faq-vdb {
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: min(42rem, 100%);
}


.bonus-hero {
  margin: 0 0 1.75rem;
  padding-bottom: 1.65rem;
  position: relative;
}

.bonus-hero::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 1.5rem;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 193, 7, 0.42),
    rgba(255, 255, 255, 0.1),
    transparent
  );
  opacity: 0.9;
}

.bonus-hero__title {
  margin: 0 0 1.15rem;
  max-width: min(100%, 52rem);
  font-size: clamp(1.4rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.14;
  color: #fafafa;
  text-wrap: balance;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.bonus-hero__intro {
  margin: 0;
  padding-left: clamp(0.85rem, 2vw, 1.1rem);
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, #ffc107, rgba(255, 193, 7, 0.2)) 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bonus-hero__intro p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.72;
  color: #c4c4c4;
  max-width: 68ch;
}

.bonus-hero__intro p:last-child {
  color: #a3a3a3;
  font-size: 0.93rem;
  line-height: 1.68;
}

.promo-filters-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -1rem 1.5rem;
  padding: 0 1rem 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(245, 183, 0, 0.35) transparent;
}

.promo-filters-wrap::-webkit-scrollbar {
  height: 6px;
}

.promo-filters-wrap::-webkit-scrollbar-thumb {
  background: rgba(245, 183, 0, 0.35);
  border-radius: 999px;
}

.promo-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: max-content;
  min-width: 100%;
}

.promo-filters__btn {
  flex: 0 0 auto;
  border: 1px solid var(--border, #4a4a4a);
  background: rgba(42, 42, 42, 0.85);
  color: var(--muted, #d2d2d2);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    transform 0.12s ease;
  white-space: nowrap;
}

.promo-filters__btn:hover {
  border-color: rgba(255, 195, 0, 0.45);
  color: #fff;
}

.promo-filters__btn--active {
  background: linear-gradient(100deg, var(--brand-dark, #f5b700), var(--brand, #ffc300));
  color: #111;
  border-color: transparent;
  box-shadow: 0 2px 14px rgba(245, 183, 0, 0.25);
}

.promo-filters__btn:focus-visible {
  outline: 2px solid var(--brand-accent, #ffd54a);
  outline-offset: 2px;
}

.promo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}

@media (min-width: 640px) {
  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .promo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.promo-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, #2c2a22 0%, #181816 100%);
  border: 1px solid rgba(245, 183, 0, 0.22);
  border-radius: var(--radius, 14px);
  overflow: hidden;
  min-height: 0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.promo-card:hover {
  border-color: rgba(255, 213, 74, 0.35);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.promo-card[hidden] {
  display: none !important;
}

.promo-card__visual {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(ellipse 80% 70% at 20% 30%, rgba(255, 213, 74, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(245, 183, 0, 0.12), transparent 50%),
    linear-gradient(145deg, #252320 0%, #121210 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.promo-card__visual:has(.promo-card__img) {
  background: #141210;
}

.promo-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.promo-card__visual-icon {
  width: clamp(2.5rem, 12vw, 3.25rem);
  height: clamp(2.5rem, 12vw, 3.25rem);
  color: rgba(255, 195, 0, 0.9);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.promo-card__ribbon {
  position: absolute;
  z-index: 1;
  top: 0.65rem;
  left: 0.65rem;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.55);
  color: var(--brand-accent, #ffd54a);
  border: 1px solid rgba(255, 195, 0, 0.25);
}

.promo-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  padding: 0.75rem 1rem 0;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.promo-card__cat {
  font-weight: 800;
  color: var(--brand-accent, #ffd54a);
}

.promo-card__ends {
  color: #8a8a8a;
  font-weight: 600;
}

.promo-card__body {
  padding: 0.85rem 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.75rem;
}

.promo-card__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.28;
  color: #f5f5f5;
  letter-spacing: -0.02em;
}

.promo-card__cta {
  align-self: flex-start;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 2px solid var(--brand-dark, #f5b700);
  background: transparent;
  color: var(--brand, #ffc300);
  font-size: 0.8rem;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    transform 0.12s ease;
}

.promo-card__cta:hover {
  background: rgba(255, 195, 0, 0.12);
  color: #ffe082;
}

.promo-card__cta:focus-visible {
  outline: 2px solid var(--brand-accent, #ffd54a);
  outline-offset: 2px;
}

.bonus-types {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(245, 183, 0, 0.15);
}

.bonus-types__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fafafa;
  text-wrap: balance;
}

.bonus-types__lead {
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  line-height: 1.68;
  color: #b8b8b8;
  max-width: 68ch;
}

.bonus-types__subhead {
  margin: 0 0 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: #ffe082;
  letter-spacing: -0.02em;
}

.bonus-types__subhead-icon {
  font-size: 1.15rem;
  line-height: 1;
}

.bonus-types__table-wrap {
  margin: 0 0 1.25rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid rgba(245, 183, 0, 0.2);
  background: rgba(0, 0, 0, 0.22);
}

.bonus-types__table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.bonus-types__table caption {
  padding: 0;
}

.bonus-types__table thead th {
  text-align: left;
  padding: 0.75rem 0.9rem;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  background: linear-gradient(180deg, #ffd54a, #f5b700);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bonus-types__table tbody td {
  padding: 0.7rem 0.9rem;
  vertical-align: top;
  color: #d0d0d0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bonus-types__table tbody tr:nth-child(even) td {
  background: rgba(255, 195, 0, 0.04);
}

.bonus-types__table tbody tr:last-child td {
  border-bottom: 0;
}

.bonus-types__table tbody td:first-child {
  font-weight: 700;
  color: #fff;
}

.bonus-types__rule {
  margin: 0 0 1.1rem;
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 193, 7, 0.35),
    rgba(255, 255, 255, 0.08),
    transparent
  );
}

.bonus-types__support {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #8e8e8e;
  font-style: italic;
  max-width: 68ch;
}
.promo-code-guide {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(245, 183, 0, 0.15);
}

.promo-code-guide__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fafafa;
  text-wrap: balance;
}

.promo-code-guide__lead {
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  line-height: 1.68;
  color: #b8b8b8;
  max-width: 68ch;
}

.promo-code-guide__subhead {
  margin: 0 0 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: #ffe082;
  letter-spacing: -0.02em;
}

.promo-code-guide__subhead--table {
  margin-top: 1.5rem;
}

.promo-code-guide__subhead-icon {
  font-size: 1.15rem;
  line-height: 1;
}

.promo-code-guide__steps {
  margin: 0 0 1.35rem;
  padding: 0.85rem 0 0.85rem 1.35rem;
  max-width: 52rem;
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, #ffc107, rgba(255, 193, 7, 0.2)) 1;
  color: #c8c8c8;
  font-size: 0.95rem;
  line-height: 1.65;
}

.promo-code-guide__steps li {
  margin-bottom: 0.5rem;
  padding-left: 0.35rem;
}

.promo-code-guide__steps li:last-child {
  margin-bottom: 0;
}

.promo-code-guide__table-wrap {
  margin: 0 0 1.25rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid rgba(245, 183, 0, 0.2);
  background: rgba(0, 0, 0, 0.22);
}

.promo-code-guide__table {
  width: 100%;
  min-width: 360px;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.promo-code-guide__table caption {
  padding: 0;
}

.promo-code-guide__table thead th {
  text-align: left;
  padding: 0.75rem 0.9rem;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  background: linear-gradient(180deg, #ffd54a, #f5b700);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.promo-code-guide__table tbody td {
  padding: 0.7rem 0.9rem;
  vertical-align: top;
  color: #d0d0d0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.promo-code-guide__table tbody tr:nth-child(even) td {
  background: rgba(255, 195, 0, 0.04);
}

.promo-code-guide__table tbody tr:last-child td {
  border-bottom: 0;
}

.promo-code-guide__table tbody td:first-child {
  font-weight: 700;
  color: #fff;
}

.promo-code-guide__support {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #8e8e8e;
  font-style: italic;
  max-width: 68ch;
}

.bonus-rules {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(245, 183, 0, 0.15);
}

.bonus-rules__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fafafa;
  text-wrap: balance;
}

.bonus-rules__lead {
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  line-height: 1.68;
  color: #b8b8b8;
  max-width: 68ch;
}

.bonus-rules__subhead {
  margin: 0 0 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: #ffe082;
  letter-spacing: -0.02em;
}

.bonus-rules__subhead-icon {
  font-size: 1.15rem;
  line-height: 1;
}

.bonus-rules__table-wrap {
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid rgba(245, 183, 0, 0.2);
  background: rgba(0, 0, 0, 0.22);
}

.bonus-rules__table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.bonus-rules__table caption {
  padding: 0;
}

.bonus-rules__table thead th {
  text-align: left;
  padding: 0.75rem 0.9rem;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  background: linear-gradient(180deg, #ffd54a, #f5b700);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bonus-rules__table tbody td {
  padding: 0.7rem 0.9rem;
  vertical-align: top;
  color: #d0d0d0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bonus-rules__table tbody tr:nth-child(even) td {
  background: rgba(255, 195, 0, 0.04);
}

.bonus-rules__table tbody tr:last-child td {
  border-bottom: 0;
}

.bonus-rules__table tbody td:first-child {
  font-weight: 700;
  color: #fff;
}

.bonus-example {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(245, 183, 0, 0.15);
}

.bonus-example__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fafafa;
  text-wrap: balance;
}

.bonus-example__lead {
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  line-height: 1.68;
  color: #b8b8b8;
  max-width: 68ch;
}

.bonus-example__subhead {
  margin: 0 0 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: #ffe082;
  letter-spacing: -0.02em;
}

.bonus-example__subhead-icon {
  font-size: 1.15rem;
  line-height: 1;
}

.bonus-example__table-wrap {
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid rgba(245, 183, 0, 0.2);
  background: rgba(0, 0, 0, 0.22);
}

.bonus-example__table {
  width: 100%;
  min-width: 360px;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.bonus-example__table caption {
  padding: 0;
}

.bonus-example__table thead th {
  text-align: left;
  padding: 0.75rem 0.9rem;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  background: linear-gradient(180deg, #ffd54a, #f5b700);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bonus-example__table tbody td {
  padding: 0.7rem 0.9rem;
  vertical-align: top;
  color: #d0d0d0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bonus-example__table tbody tr:nth-child(even) td {
  background: rgba(255, 195, 0, 0.04);
}

.bonus-example__table tbody tr:last-child td {
  border-bottom: 0;
}

.bonus-example__table tbody td:first-child {
  font-weight: 700;
  color: #fff;
}

.bonus-example__explain {
  margin: 1.1rem 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #a8a8a8;
  max-width: 68ch;
}

.bonus-worth {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(245, 183, 0, 0.15);
}

.bonus-worth__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fafafa;
  text-wrap: balance;
}

.bonus-worth__lead {
  margin: 0 0 1.35rem;
  font-size: 0.98rem;
  line-height: 1.68;
  color: #b8b8b8;
  max-width: 68ch;
}

.bonus-worth__block {
  margin: 0 0 1.15rem;
  padding: 1rem 1rem 1.05rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.bonus-worth__block:last-child {
  margin-bottom: 0;
}

.bonus-worth__block--pro {
  border-color: rgba(76, 175, 80, 0.28);
  background: linear-gradient(
    135deg,
    rgba(76, 175, 80, 0.08),
    rgba(0, 0, 0, 0.12)
  );
}

.bonus-worth__block--caution {
  border-color: rgba(255, 193, 7, 0.35);
  background: linear-gradient(
    135deg,
    rgba(255, 193, 7, 0.07),
    rgba(0, 0, 0, 0.12)
  );
}

.bonus-worth__subhead {
  margin: 0 0 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: #ffe082;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.bonus-worth__subhead-icon {
  flex-shrink: 0;
  font-size: 1.1rem;
  line-height: 1.35;
}

.bonus-worth__list {
  margin: 0;
  padding: 0 0 0 1.35rem;
  font-size: 0.92rem;
  line-height: 1.62;
  color: #c8c8c8;
}

.bonus-worth__list li {
  margin: 0 0 0.45rem;
  padding-left: 0.2rem;
}

.bonus-worth__list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .bonus-hero {
    margin-bottom: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .bonus-hero__title {
    font-size: clamp(1.28rem, 5.2vw, 1.65rem);
    margin-bottom: 1rem;
  }

  .bonus-hero__intro {
    padding-left: 0.75rem;
    gap: 0.85rem;
  }

  .bonus-hero__intro p {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .bonus-hero__intro p:last-child {
    font-size: 0.88rem;
  }

  .bonus-types {
    margin-top: 1.75rem;
    padding-top: 1.35rem;
  }

  .bonus-types__table {
    font-size: 0.82rem;
  }

  .bonus-types__table thead th,
  .bonus-types__table tbody td {
    padding: 0.55rem 0.65rem;
  }

  .bonus-types__support {
    font-size: 0.86rem;
  }

  .promo-code-guide {
    margin-top: 1.75rem;
    padding-top: 1.35rem;
  }

  .promo-code-guide__steps {
    font-size: 0.9rem;
    padding-left: 1.1rem;
  }

  .promo-code-guide__table {
    font-size: 0.82rem;
  }

  .promo-code-guide__table thead th,
  .promo-code-guide__table tbody td {
    padding: 0.55rem 0.65rem;
  }

  .promo-code-guide__support {
    font-size: 0.86rem;
  }

  .bonus-rules {
    margin-top: 1.75rem;
    padding-top: 1.35rem;
  }

  .bonus-rules__table {
    font-size: 0.82rem;
  }

  .bonus-rules__table thead th,
  .bonus-rules__table tbody td {
    padding: 0.55rem 0.65rem;
  }

  .bonus-example {
    margin-top: 1.75rem;
    padding-top: 1.35rem;
  }

  .bonus-example__table {
    font-size: 0.82rem;
  }

  .bonus-example__table thead th,
  .bonus-example__table tbody td {
    padding: 0.55rem 0.65rem;
  }

  .bonus-example__explain {
    font-size: 0.88rem;
  }

  .bonus-worth {
    margin-top: 1.75rem;
    padding-top: 1.35rem;
  }

  .bonus-worth__lead {
    font-size: 0.92rem;
  }

  .bonus-worth__block {
    padding: 0.85rem 0.85rem 0.9rem 0.95rem;
  }

  .bonus-worth__subhead {
    font-size: 0.96rem;
  }

  .bonus-worth__list {
    font-size: 0.88rem;
    padding-left: 1.2rem;
  }
}
