.bonus-block{
  max-width: 820px;
  margin: 90px auto;
  padding: 52px 44px;
  background: linear-gradient(160deg, #0a0a0a, #131313);
  border: 1px solid rgba(212,175,55,.45);
  border-radius: 26px;
  box-shadow:
    inset 0 0 0 1px rgba(212,175,55,.08),
    0 22px 60px rgba(0,0,0,.8);
}

/* TÍTULO PRINCIPAL */
.bonus-block h1{
  margin-bottom: 56px;
  text-align: center;
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d4af37;
  text-shadow: 0 0 12px rgba(212,175,55,.35);
}

/* TÍTULOS DOS BÔNUS */
.bonus-block h2{
  position: relative;
  margin: 42px 0 10px;
  padding-left: 40px;
  font-size: clamp(1.5rem, 5vw, 1.5rem);
  font-weight: 600;
  letter-spacing: .4px;
  color: #ffffff;
}

/* SELO DE BÔNUS */
.bonus-block h2::before{
  content: "✦";
  position: absolute;
  left: 0;
  top: 2px;
  color: #d4af37;
  font-size: 15px;
  text-shadow: 0 0 6px rgba(212,175,55,.6);
}

/* DESCRIÇÃO */
.bonus-block p{
  margin: 0 0 6px 40px;
  color: rgba(255,255,255,.65);
  font-size: clamp(1rem, 5vw, 1.5rem);
  line-height: 1.8;
  letter-spacing: .2px;
}
