.page-promotions-xx88-first-deposit-offer {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for contrast on light background */
  background-color: #f8f8f8; /* Light background */
}

.page-promotions-xx88-first-deposit-offer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-promotions-xx88-first-deposit-offer__hero-section {
  background: linear-gradient(135deg, #FFD700 0%, #000000 100%);
  color: #FFFFFF; /* White text on dark/gold background */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-xx88-first-deposit-offer__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_gold_pattern,luxury,casino_theme,subtle_texture]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-xx88-first-deposit-offer__hero-section .page-promotions-xx88-first-deposit-offer__container {
  position: relative;
  z-index: 1;
}

.page-promotions-xx88-first-deposit-offer__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-xx88-first-deposit-offer__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.page-promotions-xx88-first-deposit-offer__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #000000; /* Black text on gold button */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-xx88-first-deposit-offer__cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-promotions-xx88-first-deposit-offer__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-promotions-xx88-first-deposit-offer__hero-image {
  max-width: 80%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-promotions-xx88-first-deposit-offer__section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-promotions-xx88-first-deposit-offer__section:last-of-type {
  border-bottom: none;
}

.page-promotions-xx88-first-deposit-offer__section-title {
  font-size: 2.5em;
  color: #000000; /* Black for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-xx88-first-deposit-offer__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  border-radius: 2px;
}

.page-promotions-xx88-first-deposit-offer__sub-title {
  font-size: 1.8em;
  color: #000000; /* Black for sub-titles */
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700; /* Gold accent */
  padding-left: 15px;
}

.page-promotions-xx88-first-deposit-offer p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444444; /* Slightly lighter black for body text */
}

.page-promotions-xx88-first-deposit-offer__list,
.page-promotions-xx88-first-deposit-offer__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444444;
}

.page-promotions-xx88-first-deposit-offer__ordered-list {
  list-style-type: decimal;
}

.page-promotions-xx88-first-deposit-offer__list li,
.page-promotions-xx88-first-deposit-offer__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-promotions-xx88-first-deposit-offer__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}

.page-promotions-xx88-first-deposit-offer__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-xx88-first-deposit-offer__calculation-example {
  background-color: #fffacd; /* Light gold background for emphasis */
  border-left: 5px solid #FFD700;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2em;
  color: #000000;
}

.page-promotions-xx88-first-deposit-offer__faq-item {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.page-promotions-xx88-first-deposit-offer__faq-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-promotions-xx88-first-deposit-offer__faq-item .page-promotions-xx88-first-deposit-offer__sub-title {
  margin-top: 0;
  margin-bottom: 10px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5em;
  color: #000000;
}

.page-promotions-xx88-first-deposit-offer__conclusion {
  text-align: center;
  background-color: #000000; /* Black background for conclusion */
  color: #FFFFFF; /* White text */
  padding: 80px 0;
}

.page-promotions-xx88-first-deposit-offer__conclusion .page-promotions-xx88-first-deposit-offer__section-title {
  color: #FFD700; /* Gold title on black background */
}

.page-promotions-xx88-first-deposit-offer__conclusion .page-promotions-xx88-first-deposit-offer__section-title::after {
  background-color: #FFFFFF;
}

.page-promotions-xx88-first-deposit-offer__conclusion p {
  color: #cccccc; /* Light grey text on black background */
  font-size: 1.15em;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-promotions-xx88-first-deposit-offer .highlight {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-xx88-first-deposit-offer__main-title {
    font-size: 2.5em;
  }

  .page-promotions-xx88-first-deposit-offer__subtitle {
    font-size: 1.2em;
  }

  .page-promotions-xx88-first-deposit-offer__section-title {
    font-size: 2em;
  }

  .page-promotions-xx88-first-deposit-offer__sub-title {
    font-size: 1.5em;
  }

  .page-promotions-xx88-first-deposit-offer__hero-section {
    padding: 60px 0;
  }

  .page-promotions-xx88-first-deposit-offer__section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-promotions-xx88-first-deposit-offer__main-title {
    font-size: 2em;
  }

  .page-promotions-xx88-first-deposit-offer__subtitle {
    font-size: 1em;
  }

  .page-promotions-xx88-first-deposit-offer__section-title {
    font-size: 1.8em;
  }

  .page-promotions-xx88-first-deposit-offer__sub-title {
    font-size: 1.3em;
  }

  .page-promotions-xx88-first-deposit-offer__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-xx88-first-deposit-offer p,
  .page-promotions-xx88-first-deposit-offer__list li,
  .page-promotions-xx88-first-deposit-offer__ordered-list li {
    font-size: 0.95em;
  }
}