.page-promotions-daily-deposit-rebate {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-promotions-daily-deposit-rebate__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px;
  overflow: hidden;
}

.page-promotions-daily-deposit-rebate__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

.page-promotions-daily-deposit-rebate__hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.page-promotions-daily-deposit-rebate__hero-title {
  font-size: clamp(2.5em, 5vw, 3.5em);
  color: #F2C14E;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.7);
}

.page-promotions-daily-deposit-rebate__hero-description {
  font-size: 1.2em;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-promotions-daily-deposit-rebate__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(17, 168, 78, 0.4);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-daily-deposit-rebate__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(17, 168, 78, 0.6);
}

.page-promotions-daily-deposit-rebate__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-promotions-daily-deposit-rebate__section {
  padding: 60px 20px;
  background-color: #08160F;
  border-top: 1px solid #1E3A2A;
}

.page-promotions-daily-deposit-rebate__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-promotions-daily-deposit-rebate__section-title {
  font-size: 2.5em;
  color: #F2C14E;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.5);
}

.page-promotions-daily-deposit-rebate__section-title--gold {
  color: #F2C14E;
}

.page-promotions-daily-deposit-rebate__text-block {
  font-size: 1.1em;
  color: #F2FFF6;
  margin-bottom: 20px;
  text-align: justify;
}

.page-promotions-daily-deposit-rebate__text-block--light {
  color: #A7D9B8;
}

.page-promotions-daily-deposit-rebate__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px; /* Recommended size for content images */
}

.page-promotions-daily-deposit-rebate__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-promotions-daily-deposit-rebate__list-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #F2FFF6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 40px;
}

.page-promotions-daily-deposit-rebate__list-item::before {
  content: '✓';
  color: #2AD16F;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 15px;
}

.page-promotions-daily-deposit-rebate__steps-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  counter-reset: step-counter;
}

.page-promotions-daily-deposit-rebate__steps-list .page-promotions-daily-deposit-rebate__list-item {
  padding-left: 50px;
}

.page-promotions-daily-deposit-rebate__steps-list .page-promotions-daily-deposit-rebate__list-item::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  background-color: #2AD16F;
  color: #08160F;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9em;
  left: 15px;
  top: 15px;
}

.page-promotions-daily-deposit-rebate__faq-list {
  margin-top: 30px;
}

.page-promotions-daily-deposit-rebate__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-daily-deposit-rebate__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #11271B;
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-promotions-daily-deposit-rebate__faq-question::-webkit-details-marker {
  display: none;
}

.page-promotions-daily-deposit-rebate__faq-question .page-promotions-daily-deposit-rebate__faq-toggle {
  font-size: 1.5em;
  color: #57E38D;
  transition: transform 0.3s ease;
}

.page-promotions-daily-deposit-rebate__faq-item[open] .page-promotions-daily-deposit-rebate__faq-question .page-promotions-daily-deposit-rebate__faq-toggle {
  transform: rotate(45deg);
}

.page-promotions-daily-deposit-rebate__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #A7D9B8;
  line-height: 1.6;
}

.page-promotions-daily-deposit-rebate__faq-answer p {
  margin-bottom: 0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-promotions-daily-deposit-rebate__hero-section {
    padding: 10px 15px 40px;
  }

  .page-promotions-daily-deposit-rebate__hero-title {
    font-size: clamp(2em, 8vw, 2.5em);
  }

  .page-promotions-daily-deposit-rebate__hero-description {
    font-size: 1em;
    padding: 0 5px;
  }

  .page-promotions-daily-deposit-rebate__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 0 auto;
  }

  .page-promotions-daily-deposit-rebate__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-promotions-daily-deposit-rebate__section {
    padding: 40px 15px;
  }

  .page-promotions-daily-deposit-rebate__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-promotions-daily-deposit-rebate__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-promotions-daily-deposit-rebate__text-block {
    font-size: 0.95em;
  }

  .page-promotions-daily-deposit-rebate img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-promotions-daily-deposit-rebate__list-item,
  .page-promotions-daily-deposit-rebate__steps-list .page-promotions-daily-deposit-rebate__list-item {
    font-size: 0.9em;
    padding: 12px 15px 12px 40px;
  }

  .page-promotions-daily-deposit-rebate__steps-list .page-promotions-daily-deposit-rebate__list-item::before {
    width: 24px;
    height: 24px;
    font-size: 0.8em;
    left: 10px;
    top: 12px;
  }

  .page-promotions-daily-deposit-rebate__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-promotions-daily-deposit-rebate__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }
}