.page-promotions-first-deposit-bonus-details {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A2342; /* Primary dark blue background */
}

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

.page-promotions-first-deposit-bonus-details__hero {
  background: linear-gradient(135deg, #0A2342 0%, #000000 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.page-promotions-first-deposit-bonus-details__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-promotions-first-deposit-bonus-details__hero .page-promotions-first-deposit-bonus-details__container {
  position: relative;
  z-index: 1;
}

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

.page-promotions-first-deposit-bonus-details__subtitle {
  font-size: 1.4em;
  color: #F0F0F0; /* Slightly lighter gray for subtitle */
  margin-bottom: 40px;
}

.page-promotions-first-deposit-bonus-details__btn {
  display: inline-block;
  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;
  margin: 10px;
  cursor: pointer;
}

.page-promotions-first-deposit-bonus-details__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A2342; /* Dark blue text on gold */
  border: none;
}

.page-promotions-first-deposit-bonus-details__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-promotions-first-deposit-bonus-details__btn--secondary {
  background-color: #0A2342;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-first-deposit-bonus-details__btn--secondary:hover {
  background-color: #1a3a63;
  transform: translateY(-3px);
}

.page-promotions-first-deposit-bonus-details__btn--text {
  background: none;
  color: #FFD700;
  border: 2px solid transparent;
}

.page-promotions-first-deposit-bonus-details__btn--text:hover {
  border-color: #FFD700;
  transform: translateY(-3px);
}

.page-promotions-first-deposit-bonus-details__section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-first-deposit-bonus-details__section--details {
  background-color: #1A3459;
}

.page-promotions-first-deposit-bonus-details__section--how-to {
  background-color: #0A2342;
}

.page-promotions-first-deposit-bonus-details__section--terms {
  background-color: #1A3459;
  text-align: left;
}

.page-promotions-first-deposit-bonus-details__section--why-mcw678 {
  background-color: #0A2342;
}

.page-promotions-first-deposit-bonus-details__section--faq {
  background-color: #1A3459;
  text-align: left;
}

.page-promotions-first-deposit-bonus-details__heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold for headings */
  margin-bottom: 30px;
  font-weight: bold;
}

.page-promotions-first-deposit-bonus-details__section--terms .page-promotions-first-deposit-bonus-details__heading,
.page-promotions-first-deposit-bonus-details__section--faq .page-promotions-first-deposit-bonus-details__heading {
  text-align: center;
}

.page-promotions-first-deposit-bonus-details__paragraph {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 20px;
  text-align: left;
}

.page-promotions-first-deposit-bonus-details__paragraph--center {
  text-align: center;
}

.page-promotions-first-deposit-bonus-details__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-first-deposit-bonus-details__feature-item {
  background-color: #0A2342;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus-details__feature-item:hover {
  transform: translateY(-5px);
}

.page-promotions-first-deposit-bonus-details__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-promotions-first-deposit-bonus-details__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus-details__feature-text {
  font-size: 1em;
  color: #C0C0C0;
}

.page-promotions-first-deposit-bonus-details__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-promotions-first-deposit-bonus-details__step-item {
  background-color: #1A3459;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  padding-top: 80px; /* Space for number */
}

.page-promotions-first-deposit-bonus-details__step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD700;
  color: #0A2342;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  border: 4px solid #0A2342;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.page-promotions-first-deposit-bonus-details__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus-details__step-text {
  font-size: 1.05em;
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-promotions-first-deposit-bonus-details__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus-details__list {
  list-style-type: disc;
  margin-left: 25px;
  padding-left: 0;
  color: #E0E0E0;
  font-size: 1.05em;
  margin-top: 20px;
}

.page-promotions-first-deposit-bonus-details__list li {
  margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus-details__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-first-deposit-bonus-details__grid-item {
  background-color: #1A3459;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus-details__grid-item:hover {
  transform: translateY(-5px);
}

.page-promotions-first-deposit-bonus-details__grid-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus-details__grid-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus-details__grid-text {
  font-size: 1em;
  color: #C0C0C0;
}

.page-promotions-first-deposit-bonus-details__faq-item {
  background-color: #0A2342;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-promotions-first-deposit-bonus-details__faq-question {
  font-size: 1.25em;
  color: #FFD700;
  padding: 20px 25px;
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #1A3459;
  border-bottom: 1px solid #2a4c7e;
}

.page-promotions-first-deposit-bonus-details__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus-details__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promotions-first-deposit-bonus-details__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  background-color: #0A2342;
  color: #C0C0C0;
}

.page-promotions-first-deposit-bonus-details__faq-answer.active {
  max-height: 300px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-promotions-first-deposit-bonus-details__faq-answer p {
  margin: 0;
}

.page-promotions-first-deposit-bonus-details__cta-bottom {
  background-color: #1A3459;
  padding: 80px 0;
  text-align: center;
}

.page-promotions-first-deposit-bonus-details__cta-content {
  max-width: 800px;
}

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

  .page-promotions-first-deposit-bonus-details__subtitle {
    font-size: 1.2em;
  }

  .page-promotions-first-deposit-bonus-details__heading {
    font-size: 2em;
  }

  .page-promotions-first-deposit-bonus-details__feature-grid,
  .page-promotions-first-deposit-bonus-details__steps-grid,
  .page-promotions-first-deposit-bonus-details__grid {
    grid-template-columns: 1fr;
  }
}

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

  .page-promotions-first-deposit-bonus-details__subtitle {
    font-size: 1em;
  }

  .page-promotions-first-deposit-bonus-details__heading {
    font-size: 1.8em;
  }

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

  .page-promotions-first-deposit-bonus-details__hero {
    padding: 60px 0;
  }

  .page-promotions-first-deposit-bonus-details__section {
    padding: 40px 0;
  }
}