.page-promo-first-deposit-bonus {
  color: #333333;
  background-color: #FFFFFF;
}

.page-promo-first-deposit-bonus__hero-section {
  padding-top: var(--header-offset, 120px);
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px; /* Ensure hero section has a minimum height */
}

.page-promo-first-deposit-bonus__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-promo-first-deposit-bonus__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-promo-first-deposit-bonus__hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  border-radius: 10px;
}

.page-promo-first-deposit-bonus__hero-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.page-promo-first-deposit-bonus__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45;
}

.page-promo-first-deposit-bonus__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-promo-first-deposit-bonus__hero-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin: 0 10px;
}

.page-promo-first-deposit-bonus__hero-button--register {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-promo-first-deposit-bonus__hero-button--register:hover {
  background-color: #e6a73c;
  transform: translateY(-2px);
}

.page-promo-first-deposit-bonus__hero-button--learn-more {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-promo-first-deposit-bonus__hero-button--learn-more:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

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

.page-promo-first-deposit-bonus__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promo-first-deposit-bonus__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promo-first-deposit-bonus__highlights-section {
  background-color: #F8F8F8;
  padding: 60px 0;
}

.page-promo-first-deposit-bonus__highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-promo-first-deposit-bonus__highlight-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-promo-first-deposit-bonus__highlight-card:hover {
  transform: translateY(-10px);
}

.page-promo-first-deposit-bonus__highlight-icon {
  width: 200px; /* Minimum 200px */
  height: 150px; /* Minimum 200px */
  object-fit: contain;
  margin-bottom: 20px;
}

.page-promo-first-deposit-bonus__highlight-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-promo-first-deposit-bonus__highlight-text {
  font-size: 1.1em;
  color: #555555;
  line-height: 1.6;
}

.page-promo-first-deposit-bonus__how-to-claim-section {
  padding: 60px 0;
}

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

.page-promo-first-deposit-bonus__step-card {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promo-first-deposit-bonus__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #FCBC45;
  color: #000000;
  font-size: 2.5em;
  font-weight: bold;
  border-radius: 50%;
  margin: -60px auto 20px auto;
  border: 4px solid #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promo-first-deposit-bonus__step-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 15px;
}

.page-promo-first-deposit-bonus__step-text {
  font-size: 1em;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 25px;
}

.page-promo-first-deposit-bonus__step-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-promo-first-deposit-bonus__step-button:hover {
  background-color: #333333;
}

.page-promo-first-deposit-bonus__terms-section {
  background-color: #F8F8F8;
  padding: 60px 0;
}

.page-promo-first-deposit-bonus__terms-intro {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 30px;
  color: #333333;
}

.page-promo-first-deposit-bonus__terms-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-promo-first-deposit-bonus__terms-item {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.6;
  color: #333333;
  position: relative;
  padding-left: 40px;
}

.page-promo-first-deposit-bonus__terms-item::before {
  content: '✓';
  color: #FCBC45;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-promo-first-deposit-bonus__terms-cta {
  text-align: center;
}

.page-promo-first-deposit-bonus__terms-button {
  display: inline-block;
  padding: 15px 35px;
  background-color: #FCBC45;
  color: #000000;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-promo-first-deposit-bonus__terms-button:hover {
  background-color: #e6a73c;
}

.page-promo-first-deposit-bonus__faq-section {
  padding: 60px 0;
}

.page-promo-first-deposit-bonus__faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.page-promo-first-deposit-bonus__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promo-first-deposit-bonus__faq-question {
  padding: 20px 25px;
  font-size: 1.2em;
  color: #000000;
  cursor: pointer;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-promo-first-deposit-bonus__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #FCBC45;
  transition: transform 0.3s ease;
}

.page-promo-first-deposit-bonus__faq-item.active .page-promo-first-deposit-bonus__faq-question::after {
  transform: rotate(45deg);
}

.page-promo-first-deposit-bonus__faq-answer {
  max-height: 0;
  padding: 0 25px;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-promo-first-deposit-bonus__faq-item.active .page-promo-first-deposit-bonus__faq-answer {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px 20px;
}

.page-promo-first-deposit-bonus__faq-answer p {
  margin: 0;
  font-size: 1.05em;
  color: #555555;
  line-height: 1.6;
}

.page-promo-first-deposit-bonus__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-promo-first-deposit-bonus__cta-section .page-promo-first-deposit-bonus__container {
  position: relative;
  z-index: 1;
}

.page-promo-first-deposit-bonus__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FCBC45;
}

.page-promo-first-deposit-bonus__cta-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.page-promo-first-deposit-bonus__cta-button {
  display: inline-block;
  padding: 18px 40px;
  background-color: #FCBC45;
  color: #000000;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-promo-first-deposit-bonus__cta-button:hover {
  background-color: #e6a73c;
  transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-promo-first-deposit-bonus__hero-title {
    font-size: 2.8em;
  }
  .page-promo-first-deposit-bonus__hero-description {
    font-size: 1.2em;
  }
  .page-promo-first-deposit-bonus__section-title {
    font-size: 2.2em;
  }
  .page-promo-first-deposit-bonus__highlight-icon {
    width: 180px;
    height: 135px;
  }
  .page-promo-first-deposit-bonus__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-promo-first-deposit-bonus__hero-section {
    min-height: 400px;
  }
  .page-promo-first-deposit-bonus__hero-title {
    font-size: 2.2em;
  }
  .page-promo-first-deposit-bonus__hero-description {
    font-size: 1em;
  }
  .page-promo-first-deposit-bonus__hero-button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 0 5px 15px 5px;
  }
  .page-promo-first-deposit-bonus__highlights-grid,
  .page-promo-first-deposit-bonus__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-promo-first-deposit-bonus__section-title {
    font-size: 2em;
  }
  .page-promo-first-deposit-bonus__highlight-icon {
    width: 200px; /* Ensure minimum size */
    height: 150px;
  }
  .page-promo-first-deposit-bonus__highlight-card,
  .page-promo-first-deposit-bonus__step-card {
    padding: 20px;
  }
  .page-promo-first-deposit-bonus__step-number {
    width: 50px;
    height: 50px;
    font-size: 2em;
    margin-top: -50px;
  }
  .page-promo-first-deposit-bonus__terms-item {
    padding-left: 30px;
    font-size: 1em;
  }
  .page-promo-first-deposit-bonus__terms-item::before {
    left: 10px;
  }
  .page-promo-first-deposit-bonus__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-promo-first-deposit-bonus__faq-answer {
    padding: 10px 20px 15px;
  }
  .page-promo-first-deposit-bonus__cta-title {
    font-size: 2em;
  }
  .page-promo-first-deposit-bonus__cta-description {
    font-size: 1.1em;
  }
  .page-promo-first-deposit-bonus__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  /* Content area images must be responsive and not overflow */
  .page-promo-first-deposit-bonus img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-promo-first-deposit-bonus__hero-title {
    font-size: 1.8em;
  }
  .page-promo-first-deposit-bonus__hero-description {
    font-size: 0.9em;
  }
  .page-promo-first-deposit-bonus__hero-button {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .page-promo-first-deposit-bonus__section-title {
    font-size: 1.8em;
  }
  .page-promo-first-deposit-bonus__highlight-icon {
    width: 200px;
    height: 150px;
  }
  .page-promo-first-deposit-bonus__cta-title {
    font-size: 1.8em;
  }
  .page-promo-first-deposit-bonus__cta-description {
    font-size: 1em;
  }
}