.page-promotions-deposit-bonus {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-promotions-deposit-bonus__hero {
  background: linear-gradient(135deg, #0A2463 0%, #304E8A 100%);
  color: #fff;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.page-promotions-deposit-bonus__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-promotions-deposit-bonus__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonus__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.5;
}

.page-promotions-deposit-bonus__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus__hero-button:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
}

.page-promotions-deposit-bonus__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  z-index: 0;
  max-width: 50%;
  height: auto;
}

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

.page-promotions-deposit-bonus__section {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-bonus__section-title {
  font-size: 2.2em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.page-promotions-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-deposit-bonus__section p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #555;
}

.page-promotions-deposit-bonus__cta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  padding: 30px;
  background-color: #f0f4f8;
  border-radius: 10px;
}

.page-promotions-deposit-bonus__cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-promotions-deposit-bonus__cta-content h3 {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 20px;
  text-align: center;
}

.page-promotions-deposit-bonus__cta-content ol {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-promotions-deposit-bonus__cta-content ol li {
  background-color: #fff;
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #444;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-bonus__cta-content ol li strong {
  color: #0A2463;
}

.page-promotions-deposit-bonus__button {
  display: inline-block;
  background-color: #0A2463;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
}

.page-promotions-deposit-bonus__button:hover {
  background-color: #1A3E7A;
  transform: translateY(-2px);
}

.page-promotions-deposit-bonus__button--gold {
  background-color: #FFD700;
  color: #0A2463;
}

.page-promotions-deposit-bonus__button--gold:hover {
  background-color: #E6C200;
}

.page-promotions-deposit-bonus__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

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

.page-promotions-deposit-bonus__promo-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.page-promotions-deposit-bonus__promo-card:hover {
  transform: translateY(-5px);
}

.page-promotions-deposit-bonus__card-image {
  max-width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-promotions-deposit-bonus__card-title {
  font-size: 1.5em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-promotions-deposit-bonus__promo-card p {
  font-size: 1em;
  color: #666;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-promotions-deposit-bonus__terms ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-promotions-deposit-bonus__terms ul li {
  font-size: 1.05em;
  margin-bottom: 10px;
  color: #555;
}

.page-promotions-deposit-bonus__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

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

.page-promotions-deposit-bonus__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-deposit-bonus__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-deposit-bonus__faq-question:hover {
  background-color: #1A3E7A;
}

.page-promotions-deposit-bonus__faq-answer {
  padding: 20px 25px;
  background-color: #fff;
  color: #444;
  display: none;
  font-size: 1.05em;
}

.page-promotions-deposit-bonus__faq-answer.active {
  display: block;
}

.page-promotions-deposit-bonus__why-bj38 ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.page-promotions-deposit-bonus__why-bj38 ul li {
  background-color: #f0f4f8;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  font-size: 1.05em;
  color: #444;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-bonus__why-bj38 ul li strong {
  color: #0A2463;
}

.page-promotions-deposit-bonus__floating-promo {
  position: sticky;
  bottom: 20px;
  left: 0;
  right: 0;
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 20px auto;
  background: linear-gradient(90deg, #0A2463, #304E8A);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1000;
  animation: fadeInOut 10s infinite alternate;
  opacity: 0.95;
}

.page-promotions-deposit-bonus__floating-promo-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-promotions-deposit-bonus__floating-promo-description {
  font-size: 1.1em;
  margin-bottom: 20px;
}

@keyframes fadeInOut {
  0% { opacity: 0.9; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-5px); }
  100% { opacity: 0.9; transform: translateY(0); }
}

/* Responsive Design */
@media (min-width: 768px) {
  .page-promotions-deposit-bonus__hero {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    padding: 100px 50px;
  }

  .page-promotions-deposit-bonus__hero-content {
    max-width: 50%;
    text-align: left;
  }

  .page-promotions-deposit-bonus__hero-title {
    font-size: 4em;
  }

  .page-promotions-deposit-bonus__hero-description {
    font-size: 1.4em;
  }

  .page-promotions-deposit-bonus__hero-image-wrapper {
    position: relative;
    max-width: 45%;
    opacity: 1;
  }

  .page-promotions-deposit-bonus__cta-block {
    flex-direction: row;
    text-align: left;
  }

  .page-promotions-deposit-bonus__cta-image {
    max-width: 40%;
  }

  .page-promotions-deposit-bonus__cta-content h3 {
    text-align: left;
  }

  .page-promotions-deposit-bonus__promo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-promotions-deposit-bonus__why-bj38 ul {
    grid-template-columns: 1fr 1fr;
  }

  .page-promotions-deposit-bonus__floating-promo {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 40px;
    margin: 40px auto;
    width: calc(100% - 80px);
  }

  .page-promotions-deposit-bonus__floating-promo-content {
    text-align: left;
  }

  .page-promotions-deposit-bonus__floating-promo-title {
    font-size: 2em;
    margin-bottom: 5px;
  }

  .page-promotions-deposit-bonus__floating-promo-description {
    margin-bottom: 0;
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .page-promotions-deposit-bonus__hero {
    padding: 60px 15px;
  }

  .page-promotions-deposit-bonus__hero-title {
    font-size: 2.5em;
  }

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

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

  .page-promotions-deposit-bonus__section p {
    font-size: 1em;
  }

  .page-promotions-deposit-bonus__cta-block {
    padding: 20px;
  }

  .page-promotions-deposit-bonus__cta-content h3 {
    font-size: 1.5em;
  }

  .page-promotions-deposit-bonus__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

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

  .page-promotions-deposit-bonus__floating-promo {
    bottom: 10px;
    padding: 15px;
    width: calc(100% - 20px);
  }

  .page-promotions-deposit-bonus__floating-promo-title {
    font-size: 1.5em;
  }

  .page-promotions-deposit-bonus__floating-promo-description {
    font-size: 0.95em;
  }
  
  .page-promotions-deposit-bonus__hero-image-wrapper {
    display: none; /* Hide decorative image on small screens */
  }
}