/* style/promotions-deposit-bonus.css */
.page-promotions-deposit-bonus {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text is light */
  background-color: #000000; /* Ensure consistency with shared.css body background */
}

.page-promotions-deposit-bonus__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure header offset */
  padding-bottom: 60px;
  background: linear-gradient(135deg, #017439, #005a2d);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page-promotions-deposit-bonus__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.page-promotions-deposit-bonus__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-promotions-deposit-bonus__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-promotions-deposit-bonus__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}