.page-promotions-first-deposit-bonus {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for text for contrast */
  background-color: #0A0A0A; /* Main dark background */
  line-height: 1.6;
  overflow-x: hidden;
}

.page-promotions-first-deposit-bonus a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promotions-first-deposit-bonus a:hover {
  color: #F0C000;
}

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

.page-promotions-first-deposit-bonus__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 80px 0;
  background: linear-gradient(135deg, #0A0A0A 0%, #222222 100%);
  overflow: hidden;
}

.page-promotions-first-deposit-bonus__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__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  color: #FFFFFF;
}

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

.page-promotions-first-deposit-bonus__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-promotions-first-deposit-bonus__hero-button,
.page-promotions-first-deposit-bonus__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Accent color for buttons */
  color: #0A0A0A; /* Dark text for contrast */
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-first-deposit-bonus__hero-button:hover,
.page-promotions-first-deposit-bonus__cta-button:hover {
  background-color: #F0C000;
  transform: translateY(-2px);
}

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

.page-promotions-first-deposit-bonus__section:nth-of-type(even) {
  background-color: #1A1A1A;
}

.page-promotions-first-deposit-bonus__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

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

.page-promotions-first-deposit-bonus__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 20px;
}

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

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

.page-promotions-first-deposit-bonus__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: left;
}

.page-promotions-first-deposit-bonus__list li {
  background-color: #1A1A1A;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  color: #E0E0E0;
  font-size: 1.05em;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.page-promotions-first-deposit-bonus__list li strong {
  color: #FFD700;
  margin-right: 10px;
}

.page-promotions-first-deposit-bonus__list li::before {
  content: '✔';
  color: #FFD700;
  margin-right: 10px;
  font-weight: bold;
}

.page-promotions-first-deposit-bonus__image-full-width {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 30px auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

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

.page-promotions-first-deposit-bonus__step-item {
  background-color: #1A1A1A;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
}

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

.page-promotions-first-deposit-bonus__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFD700;
  color: #0A0A0A;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  border: 3px solid #0A0A0A;
  box-shadow: 0 0 0 5px #FFD700;
}

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

.page-promotions-first-deposit-bonus__step-description {
  color: #C0C0C0;
  font-size: 1em;
}

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

.page-promotions-first-deposit-bonus__feature-item {
  background-color: #1A1A1A;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.page-promotions-first-deposit-bonus__feature-item:hover {
  background-color: #2A2A2A;
}

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

.page-promotions-first-deposit-bonus__feature-description {
  color: #C0C0C0;
  font-size: 1em;
}

.page-promotions-first-deposit-bonus__cta-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(90deg, #0A0A0A 0%, #333333 100%);
  text-align: center;
  overflow: hidden;
}

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

.page-promotions-first-deposit-bonus__cta-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  color: #FFFFFF;
}

.page-promotions-first-deposit-bonus__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-first-deposit-bonus__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-promotions-first-deposit-bonus__accordion {
  margin-top: 40px;
  text-align: left;
}

.page-promotions-first-deposit-bonus__accordion-item {
  background-color: #1A1A1A;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-bonus__accordion-title {
  font-size: 1.3em;
  color: #FFD700;
  padding: 20px;
  cursor: pointer;
  position: relative;
  background-color: #2A2A2A;
  margin: 0;
  transition: background-color 0.3s ease;
}

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

.page-promotions-first-deposit-bonus__accordion-title.active::after {
  content: '-';
  transform: translateY(-50%) rotate(0deg);
}

.page-promotions-first-deposit-bonus__accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #1A1A1A;
  color: #C0C0C0;
}

.page-promotions-first-deposit-bonus__accordion-content.active {
  max-height: 200px; /* Adjust as needed */
  padding: 20px;
}

.page-promotions-first-deposit-bonus__accordion-content p {
  margin: 0;
}

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

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

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

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

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

  .page-promotions-first-deposit-bonus__text,
  .page-promotions-first-deposit-bonus__list li,
  .page-promotions-first-deposit-bonus__step-description,
  .page-promotions-first-deposit-bonus__feature-description,
  .page-promotions-first-deposit-bonus__cta-description {
    font-size: 0.95em;
  }

  .page-promotions-first-deposit-bonus__steps-grid,
  .page-promotions-first-deposit-bonus__features-grid {
    grid-template-columns: 1fr;
  }

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

  .page-promotions-first-deposit-bonus__accordion-title {
    font-size: 1.1em;
    padding: 15px;
  }
}

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

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

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

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