/* style/promotions-first-deposit-bonus.css */
.page-promotions-first-deposit-bonus {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey text for contrast on dark background */
  background-color: #1A1A1A; /* Very dark background */
  line-height: 1.6;
}

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

.page-promotions-first-deposit-bonus__hero-section {
  background: linear-gradient(135deg, #B80000, #990000); /* Darker red gradient */
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-promotions-first-deposit-bonus__hero-subtitle {
  font-size: 1.5em;
  color: #FFFFFF; /* White for subtitle */
  margin-bottom: 30px;
}

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

.page-promotions-first-deposit-bonus__content-section {
  padding: 60px 0;
  background-color: #222222; /* Slightly lighter dark background for content sections */
  border-bottom: 1px solid #333333;
}

.page-promotions-first-deposit-bonus__content-section:nth-child(even) {
  background-color: #1A1A1A;
}

.page-promotions-first-deposit-bonus__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-first-deposit-bonus__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #B80000; /* Main red accent */
  border-radius: 2px;
}

.page-promotions-first-deposit-bonus__sub-title {
  font-size: 2em;
  color: #B80000; /* Main red for sub-titles */
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.page-promotions-first-deposit-bonus__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0; /* Light grey for body text */
}

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

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

.page-promotions-first-deposit-bonus__steps {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-promotions-first-deposit-bonus__steps li {
  margin-bottom: 25px;
  font-size: 1.1em;
  line-height: 1.8;
}

.page-promotions-first-deposit-bonus__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  border: none;
  cursor: pointer;
}

.page-promotions-first-deposit-bonus__btn--primary {
  background-color: #B80000; /* Main red for primary button */
  color: #FFFFFF; /* White text for primary button */
}

.page-promotions-first-deposit-bonus__btn--primary:hover {
  background-color: #FFD700; /* Gold on hover */
  color: #1A1A1A; /* Dark text on gold hover */
  transform: translateY(-3px);
}

.page-promotions-first-deposit-bonus__btn--secondary {
  background-color: #FFD700; /* Gold for secondary button */
  color: #1A1A1A; /* Dark text for secondary button */
}

.page-promotions-first-deposit-bonus__btn--secondary:hover {
  background-color: #B80000; /* Main red on hover */
  color: #FFFFFF; /* White text on red hover */
  transform: translateY(-3px);
}

.page-promotions-first-deposit-bonus__btn--tertiary {
  background-color: #555555; /* Dark grey for tertiary button */
  color: #FFFFFF; /* White text */
}

.page-promotions-first-deposit-bonus__btn--tertiary:hover {
  background-color: #777777;
  transform: translateY(-3px);
}

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

.page-promotions-first-deposit-bonus__image--medium {
  max-width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-first-deposit-bonus__image--large {
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-first-deposit-bonus__image--small {
  max-width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-first-deposit-bonus__faq-item {
  background-color: #2E2E2E;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-bonus__faq-question {
  font-size: 1.4em;
  color: #FFD700; /* Gold for FAQ questions */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-first-deposit-bonus__faq-answer {
  font-size: 1.1em;
  color: #CCCCCC; /* Lighter grey for FAQ answers */
}

.page-promotions-first-deposit-bonus__cta-inner {
  background-color: #B80000; /* Main red for CTA background */
  padding: 50px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.page-promotions-first-deposit-bonus__cta-inner .page-promotions-first-deposit-bonus__section-title {
  color: #FFD700; /* Gold for CTA title */
}

.page-promotions-first-deposit-bonus__cta-inner .page-promotions-first-deposit-bonus__text {
  color: #FFFFFF; /* White for CTA text */
  margin-bottom: 30px;
}

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

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-first-deposit-bonus__hero-title {
    font-size: 2.8em;
  }

  .page-promotions-first-deposit-bonus__hero-subtitle {
    font-size: 1.3em;
  }

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

  .page-promotions-first-deposit-bonus__sub-title {
    font-size: 1.7em;
  }

  .page-promotions-first-deposit-bonus__text,
  .page-promotions-first-deposit-bonus__list li,
  .page-promotions-first-deposit-bonus__steps li,
  .page-promotions-first-deposit-bonus__faq-answer {
    font-size: 1em;
  }

  .page-promotions-first-deposit-bonus__btn {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-promotions-first-deposit-bonus__image--medium,
  .page-promotions-first-deposit-bonus__image--large,
  .page-promotions-first-deposit-bonus__image--small {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .page-promotions-first-deposit-bonus__hero-title {
    font-size: 2.2em;
  }

  .page-promotions-first-deposit-bonus__hero-subtitle {
    font-size: 1.1em;
  }

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

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

  .page-promotions-first-deposit-bonus__btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-promotions-first-deposit-bonus__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  
  .page-promotions-first-deposit-bonus__image--medium,
  .page-promotions-first-deposit-bonus__image--large,
  .page-promotions-first-deposit-bonus__image--small {
    max-width: 100%;
  }
}