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

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

.page-promotions-deposit-match__hero {
  background: linear-gradient(135deg, #003366, #1a4d80);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-deposit-match__hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 204, 0, 0.1) 0%, rgba(0, 51, 102, 0) 70%);
  transform: rotate(45deg);
  opacity: 0.3;
}

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

.page-promotions-deposit-match__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-promotions-deposit-match__section {
  padding: 60px 0;
}

.page-promotions-deposit-match__section--details {
  background-color: #fff;
}

.page-promotions-deposit-match__section--how-to {
  background-color: #f0f4f8;
  position: relative;
  overflow: hidden;
}

.page-promotions-deposit-match__section--terms {
  background-color: #fff;
}

.page-promotions-deposit-match__section--why-lu88 {
  background-color: #f0f4f8;
  position: relative;
  overflow: hidden;
}

.page-promotions-deposit-match__section--responsible-gambling {
  background-color: #003366;
  color: #fff;
  text-align: center;
}

.page-promotions-deposit-match__section--responsible-gambling .page-promotions-deposit-match__heading {
  color: #FFCC00;
}

.page-promotions-deposit-match__section--faq {
  background-color: #fff;
}

.page-promotions-deposit-match__cta-bottom {
  background: linear-gradient(45deg, #003366, #FFCC00);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-deposit-match__cta-bottom .page-promotions-deposit-match__heading {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-match__heading {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #003366;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-deposit-match__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-promotions-deposit-match__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}

.page-promotions-deposit-match__section--responsible-gambling .page-promotions-deposit-match__text {
  color: #e0e0e0;
}

.page-promotions-deposit-match__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-deposit-match__button--primary {
  background-color: #FFCC00;
  color: #003366;
  box-shadow: 0 4px 15px rgba(255, 204, 0, 0.4);
}

.page-promotions-deposit-match__button--primary:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 204, 0, 0.6);
}

.page-promotions-deposit-match__button--secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #FFCC00;
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 30px;
}

.page-promotions-deposit-match__button--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 51, 102, 0.3);
}

.page-promotions-deposit-match__features {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-promotions-deposit-match__feature-item {
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-deposit-match__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-promotions-deposit-match__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 5px rgba(0, 51, 102, 0.2));
}

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

.page-promotions-deposit-match__feature-description {
  font-size: 1em;
  color: #666;
}

.page-promotions-deposit-match__steps {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-promotions-deposit-match__step-item {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-top: 70px;
}

.page-promotions-deposit-match__step-number {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFCC00;
  color: #003366;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  border: 3px solid #003366;
  box-shadow: 0 0 0 5px rgba(255, 204, 0, 0.3);
}

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

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

.page-promotions-deposit-match__image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

.page-promotions-deposit-match__image--right {
  float: right;
  margin-left: 30px;
  width: 40%;
  max-width: 500px;
}

.page-promotions-deposit-match__image--left {
  float: left;
  margin-right: 30px;
  width: 40%;
  max-width: 500px;
}

.page-promotions-deposit-match__image--bottom {
  margin-top: 50px;
  width: 80%;
  max-width: 800px;
}

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

.page-promotions-deposit-match__term-item {
  background-color: #f8f8f8;
  border-left: 5px solid #003366;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-deposit-match__term-title {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
}

.page-promotions-deposit-match__term-description {
  font-size: 0.95em;
  color: #666;
}

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

.page-promotions-deposit-match__why-item {
  background-color: #fff;
  border-radius: 15px;
  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-promotions-deposit-match__why-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.page-promotions-deposit-match__why-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 6px rgba(255, 204, 0, 0.3));
}

.page-promotions-deposit-match__why-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 10px;
}

.page-promotions-deposit-match__why-description {
  font-size: 1em;
  color: #666;
}

.page-promotions-deposit-match__faq-item {
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

.page-promotions-deposit-match__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFCC00;
  font-weight: bold;
}

.page-promotions-deposit-match__faq-question.active::after {
  content: '-';
}

.page-promotions-deposit-match__faq-answer {
  font-size: 1em;
  color: #555;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

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

.page-promotions-deposit-match .highlight {
  color: #FFCC00;
}

@media (max-width: 992px) {
  .page-promotions-deposit-match__title {
    font-size: 2.8em;
  }

  .page-promotions-deposit-match__subtitle {
    font-size: 1.3em;
  }

  .page-promotions-deposit-match__heading {
    font-size: 2em;
  }

  .page-promotions-deposit-match__features, .page-promotions-deposit-match__steps {
    flex-direction: column;
    align-items: center;
  }

  .page-promotions-deposit-match__feature-item, .page-promotions-deposit-match__step-item {
    max-width: 100%;
    width: 100%;
  }

  .page-promotions-deposit-match__image--right, .page-promotions-deposit-match__image--left {
    float: none;
    margin: 30px auto;
    width: 80%;
  }
}

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

  .page-promotions-deposit-match__title {
    font-size: 2.2em;
  }

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

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

  .page-promotions-deposit-match__section {
    padding: 40px 0;
  }

  .page-promotions-deposit-match__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-deposit-match__terms-grid, .page-promotions-deposit-match__why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-promotions-deposit-match__title {
    font-size: 1.8em;
  }

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

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

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