.page-promotions-deposit-bonuses {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-promotions-deposit-bonuses__hero-section {
  background-color: #000080; /* Navy blue background for hero */
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
  padding: 100px 20px; /* Standard padding, relying on body for header offset */
}

.page-promotions-deposit-bonuses__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

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

.page-promotions-deposit-bonuses__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-deposit-bonuses__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-deposit-bonuses__cta-button {
  background-color: #FFD700;
  color: #000080; /* Navy blue text on gold button for contrast */
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonuses__cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  color: #000066;
}

.page-promotions-deposit-bonuses__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* White background for content area */
  color: #333333; /* Dark text on white background */
}

.page-promotions-deposit-bonuses__container {
  max-width: 100%;
  margin: 0 auto;
}

.page-promotions-deposit-bonuses__section-title {
  color: #000080;
  margin-bottom: 25px;
  margin-top: 50px;
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
}

.page-promotions-deposit-bonuses__text-block {
  color: #333333;
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 1.05em;
}

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

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

.page-promotions-deposit-bonuses__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-promotions-deposit-bonuses__card-image {
  width: 100%;
  max-width: 400px;
  height: 250px;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-promotions-deposit-bonuses__card-title {
  color: #000080;
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-deposit-bonuses__card-text {
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-promotions-deposit-bonuses__btn-secondary {
  background-color: transparent;
  color: #000080;
  border: 2px solid #000080;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  display: inline-block;
  margin-top: auto; /* Push button to bottom of card */
}

.page-promotions-deposit-bonuses__btn-secondary:hover {
  background-color: #000080;
  color: #ffffff;
}

.page-promotions-deposit-bonuses__step-list,
.page-promotions-deposit-bonuses__bullet-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-promotions-deposit-bonuses__list-item {
  background-color: #f0f8ff; /* Light blue background for list items */
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-bonuses__list-item strong {
  color: #000080;
}

.page-promotions-deposit-bonuses__list-item a {
  color: #000080;
  text-decoration: underline;
}

.page-promotions-deposit-bonuses__image-full-width {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.page-promotions-deposit-bonuses__cta-banner {
  background-color: #000080;
  color: #ffffff;
  text-align: center;
  padding: 60px 30px;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonuses__cta-title {
  color: #FFD700;
  font-size: 2.5em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-deposit-bonuses__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-deposit-bonuses__faq-section {
  margin-top: 50px;
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
}

.page-promotions-deposit-bonuses__faq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.page-promotions-deposit-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: bold;
  color: #000080;
  transition: color 0.3s ease;
}

.page-promotions-deposit-bonuses__faq-question:hover {
  color: #FFD700;
}

.page-promotions-deposit-bonuses__faq-q-text {
  margin: 0; /* Remove default margin from h3 */
  flex-grow: 1;
}

.page-promotions-deposit-bonuses__faq-toggle {
  font-size: 1.8em;
  font-weight: normal;
  transition: transform 0.3s ease;
  color: #FFD700;
  margin-left: 15px;
}

.page-promotions-deposit-bonuses__faq-item.active .page-promotions-deposit-bonuses__faq-toggle {
  transform: rotate(45deg);
}

.page-promotions-deposit-bonuses__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
  font-size: 1em;
  line-height: 1.6;
}

.page-promotions-deposit-bonuses__faq-item.active .page-promotions-deposit-bonuses__faq-answer {
  max-height: 1000px !important;
  padding: 15px;
}

.page-promotions-deposit-bonuses__faq-a-text {
  margin-bottom: 0;
}

.page-promotions-deposit-bonuses__final-cta {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-promotions-deposit-bonuses__hero-section {
    min-height: 400px;
    padding: 60px 15px; /* Adjust padding for mobile, relying on body for header offset */
    align-items: center;
    text-align: center;
  }

  .page-promotions-deposit-bonuses__hero-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-promotions-deposit-bonuses__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-promotions-deposit-bonuses__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .page-promotions-deposit-bonuses__content-area {
    padding: 30px 15px;
  }

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

  .page-promotions-deposit-bonuses__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-promotions-deposit-bonuses__card-image {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .page-promotions-deposit-bonuses img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-promotions-deposit-bonuses__section,
  .page-promotions-deposit-bonuses__card,
  .page-promotions-deposit-bonuses__container,
  .page-promotions-deposit-bonuses__grid,
  .page-promotions-deposit-bonuses__cta-banner,
  .page-promotions-deposit-bonuses__faq-section,
  .page-promotions-deposit-bonuses__step-list,
  .page-promotions-deposit-bonuses__bullet-list,
  .page-promotions-deposit-bonuses__final-cta {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

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

  .page-promotions-deposit-bonuses__cta-description {
    font-size: 1em;
  }

  .page-promotions-deposit-bonuses__faq-question {
    font-size: 1em;
  }

  .page-promotions-deposit-bonuses__faq-toggle {
    font-size: 1.5em;
  }

  .page-promotions-deposit-bonuses__list-item {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-promotions-deposit-bonuses__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}