.bonus__outer {
    padding: 100px 0;
}

.bonus {
  flex-shrink: 0;
  background: var(--black);
}

.bonus__inner {
  min-height: 480px;
  display: flex;
  align-items: stretch;
}

/* левая колонка */
.bonus__left {
  flex: 1;
  min-width: 0;
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 64px 65px 64px 64px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.bonus__label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--red);
}

.bonus__title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 50.4px;
  line-height: 1.17;
  letter-spacing: -1.26px;
  text-transform: uppercase;
  color: var(--white);
}

.bonus__title span {
  color: var(--red);
}

.bonus__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bonus__desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 23.1px;
  color: rgba(255,255,255,0.45);
}

/* пилюли с этапами */
.bonus__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.bonus__pill {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 13px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
}

.bonus__pill-arrow {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 11px;
  color: rgba(255,255,255,0.25);
}

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

.bonus__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  padding: 16px 40px;
  align-self: flex-start;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--black);
  white-space: nowrap;
  transition: background 0.2s ease;
}

.bonus__btn:hover { background: #e8e8e8; }

.bonus__hint {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.44px;
  color: rgba(255,255,255,0.3);
}

/* правая колонка */
.bonus__right {
  flex: 1;
  min-width: 0;
  padding: 138.63px 64px 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

/* декоративный номер */
.bonus__deco {
  position: absolute;
  left: 361.3px;
  top: 110px;
  transform: translateY(-50%);
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 260px;
  line-height: 260px;
  letter-spacing: -10.4px;
  color: rgba(255,255,255,0.03);
  pointer-events: none;
}

/* чеклист */
.bonus__checklist {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
  min-height: 0;
}

.bonus__step {
  display: flex;
  gap: 16px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 17px 0;
}

.bonus__step + .bonus__step {
  border-top: none;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.bonus__step:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.bonus__step-num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.88px;
  white-space: nowrap;
  min-width: 28px;
}

.bonus__step-num--active { color: var(--red); }
.bonus__step-num--dim    { color: rgba(255,255,255,0.2); }

.bonus__step-text {
  flex: 1;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.bonus__step-text--active { color: var(--white); }
.bonus__step-text--dim    { color: rgba(255,255,255,0.7); }

.bonus__step-tag {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.66px;
  color: var(--red);
  white-space: nowrap;
}

/* статы (40 мин / 5) */
.bonus__stats {
  display: flex;
  gap: 40px;
}

.bonus__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bonus__stat-val {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 40px;
  line-height: 40px;
  color: var(--white);
}

.bonus__stat-val--red { color: var(--red); }

.bonus__stat-lbl {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  white-space: nowrap;
}
