.page-latest-promotions-deposit-match {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Primary dark blue background */
  line-height: 1.6;
}

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

.page-latest-promotions-deposit-match__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a60 100%); /* Dark blue gradient */
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

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

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

.page-latest-promotions-deposit-match__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-latest-promotions-deposit-match__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  filter: grayscale(50%);
  z-index: 0;
}

.page-latest-promotions-deposit-match__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-latest-promotions-deposit-match__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Golden yellow for CTA */
  color: #0A192F; /* Dark blue text on golden button */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
}

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

.page-latest-promotions-deposit-match__secondary-cta-button {
  display: inline-block;
  background-color: transparent;
  color: #FFD700; /* Golden yellow text */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-latest-promotions-deposit-match__secondary-cta-button:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-latest-promotions-deposit-match__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Golden yellow for section titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-latest-promotions-deposit-match__section-title .highlight {
  color: #FFD700;
}

.page-latest-promotions-deposit-match__introduction,
.page-latest-promotions-deposit-match__key-benefits,
.page-latest-promotions-deposit-match__how-it-works,
.page-latest-promotions-deposit-match__terms-conditions,
.page-latest-promotions-deposit-match__tips-tricks,
.page-latest-promotions-deposit-match__faq,
.page-latest-promotions-deposit-match__call-to-action {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-latest-promotions-deposit-match__introduction .page-latest-promotions-deposit-match__secondary-cta-button {
  display: block;
  margin: 40px auto 0;
  width: fit-content;
}

.page-latest-promotions-deposit-match__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #E0E0E0;
}

.page-latest-promotions-deposit-match__paragraph .keyword,
.page-latest-promotions-deposit-match__paragraph .highlight {
  color: #FFD700;
  font-weight: bold;
}

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

.page-latest-promotions-deposit-match__benefit-item {
  background-color: #1a2a43; /* Slightly lighter dark blue for cards */
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-latest-promotions-deposit-match__benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-latest-promotions-deposit-match__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-latest-promotions-deposit-match__benefit-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-latest-promotions-deposit-match__benefit-description {
  font-size: 1em;
  color: #C0C0C0;
}

.page-latest-promotions-deposit-match__how-it-works .page-latest-promotions-deposit-match__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-latest-promotions-deposit-match__step-item {
  background-color: #1a2a43;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.page-latest-promotions-deposit-match__step-number {
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #0A192F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: -60px auto 20px;
  border: 3px solid #0A192F;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.page-latest-promotions-deposit-match__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-latest-promotions-deposit-match__step-description {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-latest-promotions-deposit-match__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 20px;
}

.page-latest-promotions-deposit-match__inline-cta {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-latest-promotions-deposit-match__inline-cta:hover {
  color: #e6c200;
}

.page-latest-promotions-deposit-match__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-latest-promotions-deposit-match__list li {
  background-color: #1a2a43;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 10px;
  font-size: 1.1em;
  color: #E0E0E0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 45px;
}

.page-latest-promotions-deposit-match__list li:before {
  content: '✔';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}

.page-latest-promotions-deposit-match__list--numbered {
  list-style-type: none;
  counter-reset: my-awesome-counter;
}

.page-latest-promotions-deposit-match__list--numbered li {
  padding-left: 55px;
}

.page-latest-promotions-deposit-match__list--numbered li:before {
  counter-increment: my-awesome-counter;
  content: counter(my-awesome-counter) ".";
  background-color: #FFD700;
  color: #0A192F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: bold;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.page-latest-promotions-deposit-match__faq-item {
  background-color: #1a2a43;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-latest-promotions-deposit-match__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-latest-promotions-deposit-match__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

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

.page-latest-promotions-deposit-match__faq-answer {
  font-size: 1em;
  color: #C0C0C0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-latest-promotions-deposit-match__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 10px;
}

.page-latest-promotions-deposit-match__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-latest-promotions-deposit-match__call-to-action {
  text-align: center;
  padding-bottom: 80px;
}

.page-latest-promotions-deposit-match__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-latest-promotions-deposit-match__hero-title {
    font-size: 2.8em;
  }

  .page-latest-promotions-deposit-match__hero-subtitle {
    font-size: 1.3em;
  }

  .page-latest-promotions-deposit-match__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-latest-promotions-deposit-match__hero-section {
    padding: 80px 0;
  }

  .page-latest-promotions-deposit-match__hero-title {
    font-size: 2.2em;
  }

  .page-latest-promotions-deposit-match__hero-subtitle {
    font-size: 1.1em;
  }

  .page-latest-promotions-deposit-match__cta-button,
  .page-latest-promotions-deposit-match__secondary-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-latest-promotions-deposit-match__secondary-cta-button {
    margin-left: 0;
    margin-top: 15px;
  }

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

  .page-latest-promotions-deposit-match__grid,
  .page-latest-promotions-deposit-match__how-it-works .page-latest-promotions-deposit-match__steps {
    grid-template-columns: 1fr;
  }

  .page-latest-promotions-deposit-match__step-number {
    margin-top: -40px;
  }

  .page-latest-promotions-deposit-match__list li,
  .page-latest-promotions-deposit-match__list--numbered li {
    padding: 15px 15px 15px 45px;
  }
}

@media (max-width: 480px) {
  .page-latest-promotions-deposit-match__hero-section {
    padding: 60px 0;
  }

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

  .page-latest-promotions-deposit-match__hero-subtitle {
    font-size: 0.9em;
  }

  .page-latest-promotions-deposit-match__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-latest-promotions-deposit-match__cta-button,
  .page-latest-promotions-deposit-match__secondary-cta-button {
    width: 80%;
    margin: 0 auto;
  }

  .page-latest-promotions-deposit-match__section-title {
    font-size: 1.5em;
  }

  .page-latest-promotions-deposit-match__benefit-title,
  .page-latest-promotions-deposit-match__step-title {
    font-size: 1.3em;
  }

  .page-latest-promotions-deposit-match__faq-question {
    font-size: 1.1em;
  }
}