.page-promotions-deposit-bonus {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-promotions-deposit-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-deposit-bonus__hero-section {
  background: linear-gradient(135deg, #2C3E50 0%, #F39C12 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-deposit-bonus__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:sodo66,abstract_pattern,geometric]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-deposit-bonus__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.page-promotions-deposit-bonus__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  color: #e0e0e0;
}

.page-promotions-deposit-bonus__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-promotions-deposit-bonus__btn--primary {
  background-color: #F39C12;
  color: #2C3E50;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus__btn--primary:hover {
  background-color: #e08e0b;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonus__btn--secondary {
  background-color: #2C3E50;
  color: #F39C12;
  border: 2px solid #F39C12;
  margin-left: 15px;
}

.page-promotions-deposit-bonus__btn--secondary:hover {
  background-color: #F39C12;
  color: #2C3E50;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonus__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
  background-color: #F39C12;
  color: #2C3E50;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonus__btn--large:hover {
  background-color: #e08e0b;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-deposit-bonus__content-section {
  padding: 60px 0;
}

.page-promotions-deposit-bonus__bg-light {
  background-color: #f2f2f2;
}

.page-promotions-deposit-bonus__section-title {
  font-size: 2.5em;
  color: #2C3E50;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promotions-deposit-bonus__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #F39C12;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions-deposit-bonus__sub-title {
  font-size: 1.8em;
  color: #2C3E50;
  margin-top: 35px;
  margin-bottom: 20px;
  border-left: 5px solid #F39C12;
  padding-left: 15px;
}

.page-promotions-deposit-bonus__text {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
}

.page-promotions-deposit-bonus__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-promotions-deposit-bonus__ordered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-promotions-deposit-bonus__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-promotions-deposit-bonus__list-item strong {
  color: #2C3E50;
}

.page-promotions-deposit-bonus__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-deposit-bonus__image--full-width {
  width: 100%;
}

.page-promotions-deposit-bonus__link {
  color: #F39C12;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-deposit-bonus__link:hover {
  text-decoration: underline;
  color: #e08e0b;
}

.page-promotions-deposit-bonus__cta-section {
  background-color: #2C3E50;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  background-image: url('[GALLERY:bg:sodo66,abstract_geometric,dark_pattern]');
  background-size: cover;
  background-position: center;
}

.page-promotions-deposit-bonus__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #F39C12;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-promotions-deposit-bonus__cta-text {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-deposit-bonus__main-title {
    font-size: 2.8em;
  }
  .page-promotions-deposit-bonus__subtitle {
    font-size: 1.3em;
  }
  .page-promotions-deposit-bonus__section-title {
    font-size: 2em;
  }
  .page-promotions-deposit-bonus__sub-title {
    font-size: 1.5em;
  }
  .page-promotions-deposit-bonus__cta-title {
    font-size: 2.2em;
  }
  .page-promotions-deposit-bonus__cta-text {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-promotions-deposit-bonus__hero-section {
    padding: 80px 0;
  }
  .page-promotions-deposit-bonus__main-title {
    font-size: 2.2em;
  }
  .page-promotions-deposit-bonus__subtitle {
    font-size: 1.1em;
  }
  .page-promotions-deposit-bonus__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 5px 0;
  }
  .page-promotions-deposit-bonus__btn--secondary {
    margin-left: 0;
  }
  .page-promotions-deposit-bonus__section-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus__sub-title {
    font-size: 1.3em;
  }
  .page-promotions-deposit-bonus__text,
  .page-promotions-deposit-bonus__list-item {
    font-size: 1em;
  }
  .page-promotions-deposit-bonus__cta-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus__cta-text {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-promotions-deposit-bonus__hero-section {
    padding: 60px 0;
  }
  .page-promotions-deposit-bonus__main-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus__subtitle {
    font-size: 0.9em;
  }
  .page-promotions-deposit-bonus__btn--large {
    padding: 15px 25px;
    font-size: 1.1em;
  }
  .page-promotions-deposit-bonus__section-title {
    font-size: 1.5em;
  }
  .page-promotions-deposit-bonus__sub-title {
    font-size: 1.2em;
  }
  .page-promotions-deposit-bonus__cta-title {
    font-size: 1.6em;
  }
}