.page-promotions-first-deposit-rules {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #1A2B4C; /* Main brand dark blue */
  line-height: 1.6;
}

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

.page-promotions-first-deposit-rules__hero {
  background: linear-gradient(135deg, #1A2B4C 0%, #3A4C6E 100%); /* Gradient from main to slightly lighter blue */
  color: #FFFFFF; /* White for hero text */
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-promotions-first-deposit-rules__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary brand gold */
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-promotions-first-deposit-rules__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-promotions-first-deposit-rules__hero-text {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-promotions-first-deposit-rules__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary brand gold */
  color: #1A2B4C; /* Main brand dark blue for button text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-rules__cta-button:hover {
  background-color: #e5c400; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-promotions-first-deposit-rules__content-section {
  padding: 60px 0;
  background-color: #1A2B4C; /* Main brand dark blue */
}

.page-promotions-first-deposit-rules__section-title {
  font-size: 2.2em;
  color: #FFD700; /* Auxiliary brand gold */
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 15px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-first-deposit-rules__content-section p {
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-promotions-first-deposit-rules__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-promotions-first-deposit-rules__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-promotions-first-deposit-rules__list li strong {
  color: #FFD700;
}

.page-promotions-first-deposit-rules__numbered-list {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin-bottom: 30px;
}

.page-promotions-first-deposit-rules__numbered-list li {
  counter-increment: my-awesome-counter;
  margin-bottom: 25px;
  padding-left: 60px;
  position: relative;
  font-size: 1.05em;
  color: #E0E0E0;
}

.page-promotions-first-deposit-rules__numbered-list li::before {
  content: counter(my-awesome-counter);
  background-color: #FFD700; /* Auxiliary brand gold */
  color: #1A2B4C; /* Main brand dark blue */
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-rules__numbered-list li h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-promotions-first-deposit-rules__inline-link {
  color: #FFD700; /* Auxiliary brand gold */
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-promotions-first-deposit-rules__inline-link:hover {
  color: #e5c400; /* Slightly darker gold on hover */
}

.page-promotions-first-deposit-rules__cta-bottom {
  text-align: center;
  background-color: #2A3B5C; /* Slightly lighter blue for contrast */
  padding: 50px 30px;
  margin-top: 60px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-first-deposit-rules__cta-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-promotions-first-deposit-rules__cta-description {
  font-size: 1.2em;
  color: #C0C0C0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-first-deposit-rules__cta-button--large {
  padding: 18px 40px;
  font-size: 1.25em;
}

.page-promotions-first-deposit-rules__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-promotions-first-deposit-rules__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 2px solid #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-first-deposit-rules__hero {
    padding: 60px 0;
  }

  .page-promotions-first-deposit-rules__hero-title {
    font-size: 2.2em;
  }

  .page-promotions-first-deposit-rules__hero-subtitle,
  .page-promotions-first-deposit-rules__hero-text {
    font-size: 1em;
  }

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

  .page-promotions-first-deposit-rules__numbered-list li {
    padding-left: 50px;
  }

  .page-promotions-first-deposit-rules__numbered-list li::before {
    width: 35px;
    height: 35px;
    font-size: 1.2em;
  }

  .page-promotions-first-deposit-rules__numbered-list li h3 {
    font-size: 1.3em;
  }

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

  .page-promotions-first-deposit-rules__cta-description {
    font-size: 1.1em;
  }

  .page-promotions-first-deposit-rules__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

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

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

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

  .page-promotions-first-deposit-rules__numbered-list li {
    padding-left: 45px;
  }

  .page-promotions-first-deposit-rules__numbered-list li::before {
    width: 30px;
    height: 30px;
    font-size: 1em;
  }

  .page-promotions-first-deposit-rules__cta-title {
    font-size: 1.6em;
  }

  .page-promotions-first-deposit-rules__cta-description {
    font-size: 0.95em;
  }
}