.page-promotions-first-deposit-bonus {
  background-color: #08160F;
  color: #F2FFF6; /* Text Main */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-promotions-first-deposit-bonus__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  overflow: hidden;
}

.page-promotions-first-deposit-bonus__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-promotions-first-deposit-bonus__hero-content {
  position: relative; /* Changed from absolute to relative for proper stacking */
  text-align: center;
  padding: 20px;
  max-width: 800px;
  margin-top: 20px;
  background: rgba(17, 39, 27, 0.8); /* Card BG with transparency */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__main-title {
  color: #F2C14E; /* Gold */
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-promotions-first-deposit-bonus__hero-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-promotions-first-deposit-bonus__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1em;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-bonus__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-promotions-first-deposit-bonus__cta-button--secondary {
  background: transparent;
  border: 2px solid #2E7A4E; /* Border color */
  color: #F2FFF6;
  margin-left: 15px;
}

.page-promotions-first-deposit-bonus__cta-button--secondary:hover {
  background: rgba(46, 122, 78, 0.2); /* Border color with transparency */
  transform: translateY(-2px);
}

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

.page-promotions-first-deposit-bonus__section-title {
  color: #F2C14E; /* Gold */
  font-size: 2.5em;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-promotions-first-deposit-bonus__sub-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 25px;
}

.page-promotions-first-deposit-bonus__text-block {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: left;
}

.page-promotions-first-deposit-bonus__list {
  list-style-type: disc;
  margin: 20px 0 20px 20px;
  text-align: left;
  color: #A7D9B8;
}

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

.page-promotions-first-deposit-bonus__list strong {
  color: #F2FFF6;
}

/* Step-by-step section */
.page-promotions-first-deposit-bonus__step-by-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-first-deposit-bonus__step-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 15px;
  padding: 30px;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-first-deposit-bonus__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.page-promotions-first-deposit-bonus__step-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

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

.page-promotions-first-deposit-bonus__step-description {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  font-size: 0.95em;
}

.page-promotions-first-deposit-bonus__step-button {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 0.95em;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-first-deposit-bonus__step-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-1px);
}

/* Game cards section */
.page-promotions-first-deposit-bonus__game-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-first-deposit-bonus__game-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 15px;
  padding: 25px;
  max-width: 280px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-first-deposit-bonus__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.page-promotions-first-deposit-bonus__game-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus__game-title {
  color: #F2C14E; /* Gold */
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus__game-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.9em;
  margin-bottom: 20px;
}

.page-promotions-first-deposit-bonus__game-button {
  display: inline-block;
  padding: 8px 20px;
  background: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9em;
  transition: background 0.3s ease;
}

.page-promotions-first-deposit-bonus__game-button:hover {
  background: #11A84E; /* Primary color */
}

/* FAQ section */
.page-promotions-first-deposit-bonus__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-promotions-first-deposit-bonus__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-promotions-first-deposit-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-promotions-first-deposit-bonus__faq-question::-webkit-details-marker {
  display: none; /* For details/summary */
}

.page-promotions-first-deposit-bonus__faq-question:hover {
  background-color: #11A84E; /* Primary color */
}

.page-promotions-first-deposit-bonus__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Gold */
}

.page-promotions-first-deposit-bonus__faq-answer {
  padding: 15px 25px 20px;
  background-color: #11271B; /* Card BG */
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  line-height: 1.7;
  text-align: left;
}

/* Why Choose section */
.page-promotions-first-deposit-bonus__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-first-deposit-bonus__feature-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 15px;
  padding: 25px;
  max-width: 280px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-first-deposit-bonus__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.page-promotions-first-deposit-bonus__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-promotions-first-deposit-bonus__feature-title {
  color: #F2C14E; /* Gold */
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus__feature-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

.page-promotions-first-deposit-bonus__call-to-action {
  background-color: #0A4B2C; /* Deep Green */
  padding: 80px 0;
}

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

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promotions-first-deposit-bonus__hero-content {
    max-width: 90%;
  }
  .page-promotions-first-deposit-bonus__section-title {
    font-size: 2em;
  }
  .page-promotions-first-deposit-bonus__step-card,
  .page-promotions-first-deposit-bonus__game-card,
  .page-promotions-first-deposit-bonus__feature-item {
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .page-promotions-first-deposit-bonus__main-title {
    font-size: 2.2em;
  }
  .page-promotions-first-deposit-bonus__hero-description {
    font-size: 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__text-block,
  .page-promotions-first-deposit-bonus__list li {
    font-size: 0.95em;
  }
  .page-promotions-first-deposit-bonus__hero-section,
  .page-promotions-first-deposit-bonus__section {
    padding: 40px 0;
  }
  .page-promotions-first-deposit-bonus__container {
    padding: 0 15px;
  }
  .page-promotions-first-deposit-bonus__step-by-step,
  .page-promotions-first-deposit-bonus__game-cards,
  .page-promotions-first-deposit-bonus__features {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .page-promotions-first-deposit-bonus__step-card,
  .page-promotions-first-deposit-bonus__game-card,
  .page-promotions-first-deposit-bonus__feature-item {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
  .page-promotions-first-deposit-bonus__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-first-deposit-bonus__cta-button,
  .page-promotions-first-deposit-bonus__cta-button--secondary {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    padding: 12px 20px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-promotions-first-deposit-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-promotions-first-deposit-bonus__hero-section,
  .page-promotions-first-deposit-bonus__introduction,
  .page-promotions-first-deposit-bonus__details,
  .page-promotions-first-deposit-bonus__benefits,
  .page-promotions-first-deposit-bonus__games,
  .page-promotions-first-deposit-bonus__faq,
  .page-promotions-first-deposit-bonus__why-choose,
  .page-promotions-first-deposit-bonus__call-to-action {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-promotions-first-deposit-bonus__hero-section {
    padding-top: 10px !important; /* body handles --header-offset */
  }
  .page-promotions-first-deposit-bonus__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-promotions-first-deposit-bonus__faq-answer {
    padding: 10px 20px 15px;
  }
}