.section-lead {
  max-width: 920px;
  margin: -12px 0 32px;
  color: #c8bfcb;
  font-size: 17px;
  line-height: 1.7;
}

.copy-section > p,
.dark-copy > p,
.bonus-copy > p,
.split-copy > p,
.app-section > div > p,
.payments-section > div > p {
  max-width: 1180px;
}

.copy-section > p + p,
.dark-copy > p + p,
.bonus-copy > p + p,
.split-copy > p + p,
.app-section > div > p + p,
.payments-section > div > p + p {
  margin-top: 20px;
}

.copy-section b,
.dark-copy b,
.bonus-copy b,
.split-copy b,
.app-section b,
.payments-section b {
  color: inherit;
  font-weight: 800;
}

.app-table-section {
  padding: 88px clamp(34px, 7vw, 145px);
  background: #09070d;
}

.app-table-section h2 {
  max-width: 920px;
  font: 700 clamp(44px, 4.6vw, 72px)/1.02 "Barlow Condensed", sans-serif;
}

.table-intro {
  max-width: 920px;
  margin: 22px 0 34px;
  color: #c9bfce;
  font-size: 18px;
}

.app-table-section th { background: #43204f; }
.app-table-section td:first-child { width: 22%; color: #f4b844; }
.app-table-section td:nth-child(2) { width: 35%; }

.bonus-copy > p { color: #ddd4e0; }
.bonus-copy { padding-bottom: 88px; }

@media (max-width: 560px) {
  .section-lead { font-size: 15px; }
  .app-table-section { padding: 65px 25px; }
  .table-intro { font-size: 16px; }
}

.first-bet-guide {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 650px;
  background: #08080a;
}

.first-bet-copy { padding: 84px clamp(35px, 6vw, 110px); }
.first-bet-copy h2 { font: 700 clamp(48px, 5vw, 76px)/1.02 "Barlow Condensed", sans-serif; }
.first-bet-copy > p:not(.eyebrow) { max-width: 720px; color: #d2c9d6; font-size: 18px; }
.first-bet-copy ol { max-width: 830px; margin: 30px 0 0; padding: 0; list-style: none; counter-reset: bet-step; }
.first-bet-copy li { counter-increment: bet-step; position: relative; padding: 15px 0 15px 52px; border-top: 1px solid #3a2a40; color: #dfd6e2; }
.first-bet-copy li::before { content: counter(bet-step, decimal-leading-zero); position: absolute; left: 0; top: 17px; color: #f54245; font: 800 20px/1 "Barlow Condensed", sans-serif; }
.first-bet-copy li b { color: #fff; }
.first-bet-art { min-height: 360px; background: linear-gradient(90deg, rgba(8,8,10,.1), rgba(8,8,10,.05)), url('assets/sports-betting-stadium.jpg') center/cover; }

@media (max-width: 900px) {
  .first-bet-guide { grid-template-columns: 1fr; }
  .first-bet-art { min-height: 340px; order: -1; }
}

@media (max-width: 560px) {
  .first-bet-copy { padding: 65px 25px; }
  .first-bet-copy > p:not(.eyebrow) { font-size: 16px; }
}
