/* === Betsport24 bonus page style fix === */

.page-hero__side {
  min-width: 0;
}

.bonus-page-hero {
  background:
    radial-gradient(circle at 12% 16%, rgba(0, 122, 31, 0.17), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(0, 122, 31, 0.09), transparent 28%),
    linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
}

.bonus-hero-offer {
  display: grid;
  gap: 14px;
  max-width: 680px;
  margin: 26px 0 0;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}

.bonus-hero-offer__main {
  display: grid;
  gap: 6px;
}

.bonus-hero-offer__main span,
.bonus-hero-offer__meta span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bonus-hero-offer__main strong {
  color: var(--green-dark);
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.bonus-hero-offer__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bonus-hero-offer__meta div {
  padding: 14px;
  border-radius: 18px;
  background: var(--green-light);
}

.bonus-hero-offer__meta strong {
  display: block;
  margin-top: 4px;
  color: var(--black);
  font-size: 17px;
  line-height: 1.2;
}

.bonus-ticket,
.bonus-code-card,
.no-deposit-card,
.bonus-payments-card,
.bonus-mistakes-side,
.bonus-responsible-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, var(--green-dark), var(--green));
  color: var(--white);
  box-shadow: 0 28px 70px rgba(0, 122, 31, 0.24);
}

.bonus-ticket::after,
.bonus-code-card::after,
.no-deposit-card::after,
.bonus-responsible-card::after {
  content: "";
  position: absolute;
  right: -62px;
  bottom: -72px;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  border: 28px solid rgba(255, 255, 255, 0.12);
}

.bonus-ticket__label,
.bonus-code-card__top span,
.no-deposit-card__top span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bonus-ticket h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--white);
  font-size: 44px;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.bonus-ticket p {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.6;
}

.bonus-ticket__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonus-ticket__list li,
.bonus-checklist li,
.free-spins-list li,
.bonus-payments-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.5;
}

.bonus-ticket__list li::before,
.bonus-checklist li::before,
.free-spins-list li::before,
.bonus-payments-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--white);
}

.bonus-summary,
.bonus-code-section,
.bonus-games-section,
.no-deposit-section,
.bonus-faq-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 122, 31, 0.10), transparent 30%),
    linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
}

.bonus-steps,
.wagering-section,
.free-spins-section,
.other-promos-section,
.bonus-payments-section,
.bonus-mistakes-section,
.bonus-responsible-section {
  background: var(--white);
}

.bonus-summary__layout,
.bonus-steps__layout,
.wagering-layout,
.free-spins-layout,
.bonus-code__layout,
.bonus-games-layout,
.bonus-payments__layout,
.bonus-mistakes-layout,
.no-deposit__layout,
.bonus-responsible__layout,
.bonus-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
  gap: 28px;
  align-items: start;
}

.bonus-summary__table-card,
.wagering-card,
.no-deposit-table-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.06);
}

.bonus-summary__table,
.wagering-table,
.no-deposit-table {
  width: 100%;
  border-collapse: collapse;
}

.bonus-summary__table tr,
.wagering-table tr,
.no-deposit-table tr {
  border-bottom: 1px solid var(--border);
}

.bonus-summary__table tr:last-child,
.wagering-table tr:last-child,
.no-deposit-table tr:last-child {
  border-bottom: 0;
}

.bonus-summary__table th,
.bonus-summary__table td,
.wagering-table th,
.wagering-table td,
.no-deposit-table th,
.no-deposit-table td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.55;
}

.bonus-summary__table th,
.wagering-table th,
.no-deposit-table th {
  background: #f8faf8;
  color: var(--black);
  font-weight: 900;
}

.bonus-summary__table td,
.wagering-table td,
.no-deposit-table td {
  color: var(--muted);
}

.bonus-summary__side,
.bonus-steps__cards,
.wagering-rules,
.free-spins-grid,
.other-promos-grid,
.bonus-games-cards,
.bonus-slots-grid,
.bonus-mistakes-grid,
.bonus-responsible-grid,
.bonus-faq-list {
  display: grid;
  gap: 16px;
}

.bonus-summary-card,
.bonus-step-card,
.wagering-rule,
.free-spins-card,
.promo-card,
.bonus-game-type,
.bonus-slot-card,
.responsible-info-card {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.05);
}

.bonus-summary-card {
  background: #f8faf8;
}

.bonus-summary-card--dark,
.promo-card--dark {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.bonus-summary-card h3,
.bonus-step-card h3,
.wagering-rule h3,
.free-spins-card h3,
.promo-card h3,
.bonus-game-type h3,
.responsible-info-card h3,
.bonus-payments-card h3,
.bonus-mistakes-side h3,
.bonus-responsible-card h2,
.no-deposit-card h3 {
  margin: 0 0 8px;
  color: var(--black);
  font-size: 21px;
  line-height: 1.3;
}

.bonus-summary-card p,
.bonus-step-card p,
.wagering-rule p,
.free-spins-card p,
.promo-card p,
.bonus-game-type p,
.responsible-info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.bonus-summary-card--dark h3,
.bonus-summary-card--dark p,
.promo-card--dark h3,
.promo-card--dark p,
.bonus-payments-card h3,
.bonus-payments-card p,
.bonus-mistakes-side h3,
.bonus-mistakes-side p,
.bonus-responsible-card h2,
.bonus-responsible-card p {
  color: rgba(255, 255, 255, 0.82);
}

.bonus-summary-card--dark h3,
.promo-card--dark h3,
.bonus-payments-card h3,
.bonus-mistakes-side h3,
.bonus-responsible-card h2 {
  color: var(--white);
}

.bonus-step-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.bonus-step-card__number,
.promo-card__icon,
.bonus-game-type__icon,
.responsible-info-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: var(--green);
  color: var(--white);
  font-size: 15px;
  font-weight: 900;
}

.bonus-example,
.wagering-alert,
.bonus-code__notice,
.bonus-payments__notice,
.bonus-games-note,
.bonus-faq__notice {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  padding: 20px 22px;
  border-left: 4px solid var(--green);
  border-radius: 20px;
  background: var(--green-light);
  color: var(--text);
  font-size: 15px;
  line-height: 1.65;
}

.bonus-example strong,
.wagering-alert strong,
.bonus-code__notice strong,
.bonus-payments__notice strong,
.bonus-games-note strong,
.bonus-faq__notice strong {
  color: var(--green-dark);
}

.free-spins-card--main,
.promo-card--featured,
.bonus-game-type--featured {
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, var(--green-dark), var(--green));
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 22px 52px rgba(0, 122, 31, 0.22);
}

.free-spins-card--main h3,
.free-spins-card--main p,
.promo-card--featured h3,
.promo-card--featured p,
.bonus-game-type--featured h3,
.bonus-game-type--featured p {
  color: var(--white);
}

.free-spins-list,
.bonus-checklist,
.bonus-payments-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.free-spins-list li {
  color: rgba(255, 255, 255, 0.86);
}

.free-spins-slots,
.bonus-games-note,
.bonus-mistakes-side,
.bonus-payments-card {
  align-self: start;
}

.free-spins-slots {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: #f8faf8;
}

.free-spins-slots h3 {
  margin: 0 0 16px;
  color: var(--black);
  font-size: 22px;
}

.free-spins-slots__grid {
  display: grid;
  gap: 14px;
}

.free-spins-slot,
.bonus-slot-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--white);
}

.free-spins-slot {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
}

.free-spins-slot img {
  width: 92px;
  height: 74px;
  object-fit: cover;
}

.free-spins-slot div {
  padding: 12px;
}

.free-spins-slot strong,
.free-spins-slot span {
  display: block;
}

.free-spins-slot strong {
  color: var(--black);
  font-size: 14px;
  line-height: 1.25;
}

.free-spins-slot span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.bonus-code__layout,
.bonus-payments__layout,
.no-deposit__layout,
.bonus-responsible__layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
}

.bonus-code-card__top strong,
.no-deposit-card__top strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--white);
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.bonus-code-card__rows,
.no-deposit-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 22px 0;
}

.bonus-code-card__row,
.no-deposit-card__row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.bonus-code-card__row:last-child,
.no-deposit-card__row:last-child {
  border-bottom: 0;
}

.bonus-code-card__row span,
.no-deposit-card__row span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.bonus-code-card__row strong,
.no-deposit-card__row strong {
  color: var(--white);
  font-size: 14px;
  text-align: right;
}

.other-promos-grid,
.bonus-games-cards,
.bonus-slots-grid,
.bonus-responsible-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.promo-card {
  position: relative;
  overflow: hidden;
}

.promo-card span {
  display: inline-flex;
  margin-top: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.promo-card--featured span,
.promo-card--dark span {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.other-promos-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.05);
}

.other-promos-cta strong {
  display: block;
  margin-bottom: 4px;
  color: var(--black);
  font-size: 20px;
}

.other-promos-cta p {
  margin: 0;
  color: var(--muted);
}

.bonus-games-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
}

.bonus-games-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bonus-games-note {
  margin-top: 0;
  background: var(--black);
  color: var(--white);
  border-left-color: var(--white);
}

.bonus-games-note h3,
.bonus-games-note p {
  color: var(--white);
}

.bonus-slots-showcase {
  margin-top: 34px;
}

.bonus-slots-showcase__head {
  max-width: 780px;
  margin-bottom: 22px;
}

.bonus-slots-showcase__head h3 {
  margin: 0 0 8px;
  color: var(--black);
  font-size: 28px;
  letter-spacing: -0.02em;
}

.bonus-slots-showcase__head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.bonus-slot-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.bonus-slot-card div {
  padding: 16px;
}

.bonus-slot-card h4 {
  margin: 0 0 4px;
  color: var(--black);
  font-size: 16px;
  line-height: 1.25;
}

.bonus-slot-card span {
  color: var(--muted);
  font-size: 13px;
}

.bonus-payments-card {
  background: var(--black);
  border-color: var(--black);
}

.bonus-payments-list li {
  color: rgba(255, 255, 255, 0.86);
}

.bonus-payments-list strong,
.bonus-payments-list span {
  display: block;
}

.bonus-payments-list strong {
  color: var(--white);
  margin-bottom: 3px;
}

.bonus-payments-list span {
  color: rgba(255, 255, 255, 0.70);
}

.bonus-payments__actions,
.bonus-responsible__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.bonus-mistakes-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bonus-mistakes-grid .bonus-summary-card {
  background: var(--white);
}

.bonus-mistakes-side {
  background: var(--black);
  border-color: var(--black);
}

.bonus-checklist li {
  color: rgba(255, 255, 255, 0.84);
}

.no-deposit-table-card {
  margin-top: 28px;
}

.no-deposit-card .btn,
.bonus-code-card .btn {
  position: relative;
  z-index: 1;
  width: 100%;
}

.bonus-responsible-card {
  min-height: 100%;
}

.bonus-responsible__age {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.bonus-responsible__age-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--white);
  color: var(--green-dark);
  font-size: 18px;
  font-weight: 900;
}

.bonus-responsible__age strong,
.bonus-responsible__age span {
  display: block;
}

.bonus-responsible__age strong {
  color: var(--white);
  margin-bottom: 4px;
}

.bonus-responsible__age span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.bonus-responsible__actions {
  position: relative;
  z-index: 1;
}

.bonus-faq__layout {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.18fr);
}

.bonus-faq__intro {
  position: sticky;
  top: 120px;
}

.bonus-final-cta__points {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.bonus-final-cta__points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.bonus-final-cta__secondary {
  margin-top: 10px;
}

.registration__content {
  min-width: 0;
}

@media (max-width: 1080px) {
  .other-promos-grid,
  .bonus-slots-grid,
  .bonus-responsible-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bonus-games-cards,
  .bonus-mistakes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .bonus-summary__layout,
  .bonus-steps__layout,
  .wagering-layout,
  .free-spins-layout,
  .bonus-code__layout,
  .bonus-games-layout,
  .bonus-payments__layout,
  .bonus-mistakes-layout,
  .no-deposit__layout,
  .bonus-responsible__layout,
  .bonus-faq__layout {
    grid-template-columns: 1fr;
  }

  .bonus-faq__intro {
    position: static;
  }

  .bonus-hero-offer__meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .bonus-summary__table-card,
  .wagering-card,
  .no-deposit-table-card {
    overflow-x: auto;
  }

  .bonus-summary__table,
  .wagering-table,
  .no-deposit-table {
    min-width: 680px;
  }

  .other-promos-cta,
  .free-spins-slot {
    grid-template-columns: 1fr;
  }

  .other-promos-cta {
    display: grid;
  }

  .other-promos-cta .btn {
    width: 100%;
  }

  .free-spins-slot img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 560px) {
  .bonus-ticket,
  .bonus-code-card,
  .no-deposit-card,
  .bonus-payments-card,
  .bonus-mistakes-side,
  .bonus-responsible-card,
  .bonus-summary-card,
  .bonus-step-card,
  .wagering-rule,
  .free-spins-card,
  .promo-card,
  .bonus-game-type,
  .bonus-slot-card,
  .responsible-info-card,
  .free-spins-slots {
    padding: 22px;
  }

  .bonus-ticket h2 {
    font-size: 34px;
  }

  .bonus-step-card,
  .bonus-responsible__age {
    align-items: flex-start;
  }

  .bonus-payments__actions .btn,
  .bonus-responsible__actions .btn {
    width: 100%;
  }

  .other-promos-grid,
  .bonus-slots-grid,
  .bonus-responsible-grid {
    grid-template-columns: 1fr;
  }
}

/* === End Betsport24 bonus page style fix === */
