.page-promo-deposit-bonus {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
}

.page-promo-deposit-bonus__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
}

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

.page-promo-deposit-bonus__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent dark background for text readability */
  border-radius: 10px;
  color: #ffffff;
}

.page-promo-deposit-bonus__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

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

.page-promo-deposit-bonus__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Dark red text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 200px;
  text-align: center;
}

.page-promo-deposit-bonus__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  color: #6a0000;
}

.page-promo-deposit-bonus__cta-button--center {
  display: block;
  margin: 40px auto 20px auto;
}

.page-promo-deposit-bonus__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
  min-width: 250px;
}

.page-promo-deposit-bonus__content-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.page-promo-deposit-bonus__section-title {
  font-size: 2.5em;
  color: #8B0000; /* Dark red for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-promo-deposit-bonus__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.page-promo-deposit-bonus__text-block p {
  flex: 1;
  min-width: 300px;
}

.page-promo-deposit-bonus__inline-image {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
  display: block;
  min-width: 200px; /* Ensure minimum size */
}

.page-promo-deposit-bonus__inline-image--right {
  order: 1;
}

.page-promo-deposit-bonus__list {
  list-style-type: disc;
  margin-left: 25px;
  font-size: 1.05em;
  line-height: 1.8;
  flex: 1;
  min-width: 300px;
}

.page-promo-deposit-bonus__list strong {
  color: #8B0000;
}

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

.page-promo-deposit-bonus__step-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promo-deposit-bonus__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promo-deposit-bonus__step-image {
  width: 100%;
  height: auto;
  max-width: 400px; /* Constrain image width within card */
  margin: 0 auto 25px auto;
  border-radius: 8px;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px;
  object-fit: cover;
}

.page-promo-deposit-bonus__step-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-promo-deposit-bonus__step-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 25px;
}

.page-promo-deposit-bonus__step-button {
  display: inline-block;
  background-color: #8B0000; /* Dark red button */
  color: #FFD700; /* Gold text */
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-promo-deposit-bonus__step-button:hover {
  background-color: #6a0000;
  color: #ffd700;
}

.page-promo-deposit-bonus__bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promo-deposit-bonus__bonus-card {
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.page-promo-deposit-bonus__bonus-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-promo-deposit-bonus__bonus-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px;
}

.page-promo-deposit-bonus__card-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-promo-deposit-bonus__card-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

.page-promo-deposit-bonus__card-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #8B0000; /* Dark red text */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-promo-deposit-bonus__card-button:hover {
  background-color: #e6c200;
  color: #6a0000;
}

.page-promo-deposit-bonus__faq-container {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.page-promo-deposit-bonus__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-promo-deposit-bonus__faq-question {
  font-size: 1.3em;
  color: #8B0000;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promo-deposit-bonus__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #FFD700;
}

.page-promo-deposit-bonus__faq-question.active::after {
  content: '-';
}

.page-promo-deposit-bonus__faq-answer {
  font-size: 1em;
  color: #555;
  line-height: 1.7;
  display: none;
  padding-top: 10px;
  border-top: 1px dashed #eee;
  margin-top: 10px;
}

.page-promo-deposit-bonus__faq-answer a {
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
}

.page-promo-deposit-bonus__faq-answer a:hover {
  text-decoration: underline;
}

.page-promo-deposit-bonus__faq-footer-text {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  color: #555;
}

.page-promo-deposit-bonus__faq-footer-text a {
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
}

.page-promo-deposit-bonus__faq-footer-text a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-promo-deposit-bonus__hero-title {
    font-size: 2.8em;
  }
  .page-promo-deposit-bonus__hero-description {
    font-size: 1.1em;
  }
  .page-promo-deposit-bonus__section-title {
    font-size: 2em;
  }
  .page-promo-deposit-bonus__text-block {
    flex-direction: column;
  }
  .page-promo-deposit-bonus__inline-image--right {
    order: unset;
  }
}

@media (max-width: 768px) {
  .page-promo-deposit-bonus {
    padding-top: var(--header-offset, 80px); /* Adjust for smaller header on mobile */
  }
  .page-promo-deposit-bonus__hero-title {
    font-size: 2em;
  }
  .page-promo-deposit-bonus__hero-description {
    font-size: 1em;
  }
  .page-promo-deposit-bonus__cta-button {
    padding: 12px 20px;
    font-size: 1em;
    min-width: unset;
  }
  .page-promo-deposit-bonus__section-title {
    font-size: 1.8em;
  }
  .page-promo-deposit-bonus__content-section {
    margin: 40px auto;
  }
  .page-promo-deposit-bonus__text-block img {
    max-width: 100%;
    height: auto;
  }
  .page-promo-deposit-bonus__text-block p, .page-promo-deposit-bonus__list {
    min-width: unset;
  }
  .page-promo-deposit-bonus__steps-container, .page-promo-deposit-bonus__bonus-grid {
    grid-template-columns: 1fr;
  }
  .page-promo-deposit-bonus__inline-image {
    max-width: 100%; height: auto; /* Mobile overflow prevention */
    min-width: 200px; /* Ensure minimum size */
  }
  .page-promo-deposit-bonus__step-image {
    max-width: 100%; height: auto; /* Mobile overflow prevention */
    min-width: 200px; /* Ensure minimum size */
  }
  .page-promo-deposit-bonus__bonus-image {
    max-width: 100%; height: auto; /* Mobile overflow prevention */
    min-width: 200px; /* Ensure minimum size */
  }
  .page-promo-deposit-bonus__text-block p, .page-promo-deposit-bonus__list, .page-promo-deposit-bonus__faq-footer-text {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .page-promo-deposit-bonus__hero-content {
    padding: 20px;
  }
  .page-promo-deposit-bonus__hero-title {
    font-size: 1.8em;
  }
  .page-promo-deposit-bonus__cta-button--large {
    font-size: 1.1em;
    padding: 15px 25px;
  }
  .page-promo-deposit-bonus__section-title {
    font-size: 1.5em;
  }
  .page-promo-deposit-bonus__step-card, .page-promo-deposit-bonus__bonus-card, .page-promo-deposit-bonus__faq-item {
    padding: 20px;
  }
  .page-promo-deposit-bonus__step-title {
    font-size: 1.5em;
  }
  .page-promo-deposit-bonus__card-title {
    font-size: 1.4em;
  }
  .page-promo-deposit-bonus__faq-question {
    font-size: 1.1em;
  }
}