.page-promotions-deposit-bonus {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark sections */
  background-color: #001a33; /* Slightly lighter dark blue for overall background */
  line-height: 1.6;
}

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

.page-promotions-deposit-bonus__hero {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  padding: 80px 0 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-deposit-bonus__hero-content {
  z-index: 1;
  position: relative;
  max-width: 800px;
  margin-bottom: 40px;
}

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

.page-promotions-deposit-bonus__hero-title .highlight {
  color: #ffffff;
}

.page-promotions-deposit-bonus__hero-subtitle {
  font-size: 1.5em;
  color: #e0e0e0;
  margin-bottom: 30px;
}

.page-promotions-deposit-bonus__cta-button {
  display: inline-block;
  background-color: #FFCC00; /* Gold button */
  color: #003366; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  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.3);
}

.page-promotions-deposit-bonus__cta-button:hover {
  background-color: #e6b800; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-promotions-deposit-bonus__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

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

.page-promotions-deposit-bonus__section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-deposit-bonus__section:nth-of-type(even) {
  background-color: #002244; /* Alternate background for sections */
}

.page-promotions-deposit-bonus__section-title {
  font-size: 2.5em;
  color: #FFCC00; /* Gold for section titles */
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonus__intro p {
  font-size: 1.1em;
  color: #e0e0e0;
  margin-bottom: 20px;
  text-align: left;
}

.page-promotions-deposit-bonus__text-link {
  color: #FFCC00;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-promotions-deposit-bonus__text-link:hover {
  color: #e6b800;
  text-decoration: underline;
}

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

.page-promotions-deposit-bonus__card {
  background-color: #003366; /* Dark blue card background */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-deposit-bonus__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

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

.page-promotions-deposit-bonus__card-title {
  font-size: 1.5em;
  color: #FFCC00; /* Gold for card titles */
  margin-bottom: 15px;
}

.page-promotions-deposit-bonus__card p {
  color: #cccccc;
  margin-bottom: 10px;
}

.page-promotions-deposit-bonus__card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-promotions-deposit-bonus__card ul li {
  color: #e0e0e0;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.page-promotions-deposit-bonus__card ul li::before {
  content: '✔';
  color: #FFCC00;
  position: absolute;
  left: 0;
}

.page-promotions-deposit-bonus__card-button {
  display: inline-block;
  background-color: #004488; /* Darker blue button */
  color: #FFCC00; /* Gold text on darker blue */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: auto; /* Push button to bottom */
}

.page-promotions-deposit-bonus__card-button:hover {
  background-color: #0055aa;
  transform: translateY(-2px);
}

.page-promotions-deposit-bonus__how-to-claim .page-promotions-deposit-bonus__steps {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-promotions-deposit-bonus__steps li {
  background-color: #003366; /* Dark blue step background */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.page-promotions-deposit-bonus__step-icon {
  background-color: #FFCC00; /* Gold icon background */
  color: #003366; /* Dark blue icon number */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-bonus__step-title {
  font-size: 1.3em;
  color: #FFCC00; /* Gold step title */
  margin-bottom: 10px;
}

.page-promotions-deposit-bonus__steps p {
  color: #cccccc;
}

.page-promotions-deposit-bonus__process-image {
  width: 100%;
  max-width: 900px;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-deposit-bonus__terms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
  text-align: left;
}

.page-promotions-deposit-bonus__term-item {
  background-color: #003366; /* Dark blue term item background */
  border-left: 5px solid #FFCC00; /* Gold border accent */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.page-promotions-deposit-bonus__term-title {
  font-size: 1.4em;
  color: #FFCC00; /* Gold term title */
  margin-bottom: 10px;
}

.page-promotions-deposit-bonus__term-item p {
  color: #cccccc;
}

.page-promotions-deposit-bonus__important-note {
  background-color: #002244;
  border-left: 4px solid #FFCC00;
  padding: 20px;
  margin-top: 40px;
  border-radius: 8px;
  color: #e0e0e0;
  text-align: left;
}

.page-promotions-deposit-bonus__cta-button--small {
  margin-top: 30px;
  padding: 12px 25px;
  font-size: 1em;
}

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

.page-promotions-deposit-bonus__feature-item {
  background-color: #003366; /* Dark blue feature item background */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

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

.page-promotions-deposit-bonus__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

.page-promotions-deposit-bonus__feature-item h3 {
  font-size: 1.3em;
  color: #FFCC00; /* Gold feature title */
  margin-bottom: 10px;
}

.page-promotions-deposit-bonus__feature-item p {
  color: #cccccc;
}

.page-promotions-deposit-bonus__benefits-image {
  width: 100%;
  max-width: 800px;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-promotions-deposit-bonus__responsible-gambling p {
  font-size: 1.1em;
  color: #e0e0e0;
  margin-bottom: 20px;
  text-align: left;
}

.page-promotions-deposit-bonus__faq-accordion {
  margin-top: 40px;
  text-align: left;
}

.page-promotions-deposit-bonus__faq-item {
  background-color: #003366; /* Dark blue FAQ item background */
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.page-promotions-deposit-bonus__faq-question {
  font-size: 1.2em;
  color: #FFCC00; /* Gold FAQ question */
  padding: 20px 25px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

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

.page-promotions-deposit-bonus__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

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

.page-promotions-deposit-bonus__faq-answer {
  padding: 0 25px 20px;
  color: #cccccc;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

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

.page-promotions-deposit-bonus__final-cta {
  background: linear-gradient(45deg, #003366, #001a33);
  padding: 80px 0;
}

.page-promotions-deposit-bonus__final-cta .page-promotions-deposit-bonus__section-title {
  color: #FFCC00;
}

.page-promotions-deposit-bonus__final-cta p {
  font-size: 1.2em;
  color: #e0e0e0;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-deposit-bonus__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-deposit-bonus__hero-subtitle {
    font-size: 1.3em;
  }
  .page-promotions-deposit-bonus__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-deposit-bonus__hero {
    padding: 60px 0 30px;
  }
  .page-promotions-deposit-bonus__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-deposit-bonus__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-deposit-bonus__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-deposit-bonus__section {
    padding: 40px 0;
  }
  .page-promotions-deposit-bonus__section-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus__grid, .page-promotions-deposit-bonus__steps, .page-promotions-deposit-bonus__terms-grid, .page-promotions-deposit-bonus__features-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-deposit-bonus__hero-image-wrapper {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .page-promotions-deposit-bonus__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-deposit-bonus__hero-subtitle {
    font-size: 1em;
  }
  .page-promotions-deposit-bonus__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-promotions-deposit-bonus__section-title {
    font-size: 1.5em;
  }
  .page-promotions-deposit-bonus__card-title, .page-promotions-deposit-bonus__step-title, .page-promotions-deposit-bonus__term-title, .page-promotions-deposit-bonus__feature-item h3, .page-promotions-deposit-bonus__faq-question {
    font-size: 1.1em;
  }
  .page-promotions-deposit-bonus__hero-image-wrapper {
    height: 200px;
  }
}