.page-promotions-caxeng-first-deposit {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #0A2239; /* Dark blue background */
  line-height: 1.6;
}

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

.page-promotions-caxeng-first-deposit-section {
  padding: 60px 0;
}

.page-promotions-caxeng-first-deposit-section:nth-of-type(even) {
  background-color: #123456; /* Slightly lighter dark blue for contrast */
}

.page-promotions-caxeng-first-deposit-section__title {
  color: #FFD700; /* Gold for main titles */
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-caxeng-first-deposit-section__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #DC143C; /* Deep red for emphasis */
  border-radius: 2px;
}

.page-promotions-caxeng-first-deposit-hero {
  background: linear-gradient(135deg, #0A2239 0%, #0A2239 50%, #FFD700 100%); /* Gradient with primary and secondary */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-promotions-caxeng-first-deposit-hero__title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for hero title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-promotions-caxeng-first-deposit-hero__subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #F0F0F0;
}

.page-promotions-caxeng-first-deposit-hero__button,
.page-promotions-caxeng-first-deposit-button {
  display: inline-block;
  background-color: #DC143C; /* Deep red for CTA buttons */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-caxeng-first-deposit-hero__button:hover,
.page-promotions-caxeng-first-deposit-button:hover {
  background-color: #B20C2F; /* Darker red on hover */
  transform: translateY(-3px);
}

.page-promotions-caxeng-first-deposit-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
}

.page-promotions-caxeng-first-deposit-content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.page-promotions-caxeng-first-deposit-content-wrapper--reversed {
  flex-direction: row-reverse;
}

.page-promotions-caxeng-first-deposit-text-content {
  flex: 1;
}

.page-promotions-caxeng-first-deposit-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-promotions-caxeng-first-deposit-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-caxeng-first-deposit-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-promotions-caxeng-first-deposit-list li {
  background-color: #1A3A5E; /* Darker blue for list items */
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-caxeng-first-deposit-list li::before {
  content: '✔';
  color: #FFD700; /* Gold checkmark */
  font-size: 1.5em;
  margin-right: 15px;
  line-height: 1;
}

.page-promotions-caxeng-first-deposit-list--tips li::before {
  content: '💡';
  color: #FFD700;
}

.page-promotions-caxeng-first-deposit-list li strong {
  color: #FFD700;
}

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

.page-promotions-caxeng-first-deposit-card {
  background-color: #1A3A5E;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-promotions-caxeng-first-deposit-card:hover {
  transform: translateY(-5px);
}

.page-promotions-caxeng-first-deposit-card__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-promotions-caxeng-first-deposit-card__title {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-promotions-caxeng-first-deposit-note {
  text-align: center;
  font-style: italic;
  color: #AAAAAA;
  margin-top: 30px;
  font-size: 0.95em;
}

.page-promotions-caxeng-first-deposit-center-button {
  text-align: center;
  margin-top: 40px;
}

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

.page-promotions-caxeng-first-deposit-step-card {
  background-color: #1A3A5E;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}

.page-promotions-caxeng-first-deposit-step-card__number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD700; /* Gold for step numbers */
  color: #0A2239; /* Dark blue text on gold */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  border: 4px solid #0A2239;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.page-promotions-caxeng-first-deposit-step-card__title {
  color: #FFD700;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-promotions-caxeng-first-deposit-step-card__button {
  margin-top: 20px;
  display: inline-block;
  background-color: #DC143C;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.95em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-promotions-caxeng-first-deposit-step-card__button:hover {
  background-color: #B20C2F;
}

.page-promotions-caxeng-first-deposit-step-image {
  margin-top: 20px;
}

.page-promotions-caxeng-first-deposit-faq .page-promotions-caxeng-first-deposit-accordion {
  margin-top: 40px;
}

.page-promotions-caxeng-first-deposit-accordion__item {
  margin-bottom: 15px;
  border: 1px solid #1A3A5E;
  border-radius: 8px;
  overflow: hidden;
}

.page-promotions-caxeng-first-deposit-accordion__header {
  background-color: #1A3A5E;
  color: #FFD700;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-promotions-caxeng-first-deposit-accordion__header:hover {
  background-color: #254F7A;
}

.page-promotions-caxeng-first-deposit-accordion__header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-caxeng-first-deposit-accordion__header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-caxeng-first-deposit-accordion__content {
  background-color: #0A2239;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-caxeng-first-deposit-accordion__content p {
  padding: 15px 0;
  margin: 0;
  color: #E0E0E0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-caxeng-first-deposit-hero__title {
    font-size: 2.8em;
  }
  .page-promotions-caxeng-first-deposit-section__title {
    font-size: 2em;
  }
  .page-promotions-caxeng-first-deposit-content-wrapper {
    flex-direction: column;
  }
  .page-promotions-caxeng-first-deposit-content-wrapper--reversed {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-promotions-caxeng-first-deposit-hero__title {
    font-size: 2.2em;
  }
  .page-promotions-caxeng-first-deposit-section__title {
    font-size: 1.8em;
  }
  .page-promotions-caxeng-first-deposit-hero__subtitle {
    font-size: 1.1em;
  }
  .page-promotions-caxeng-first-deposit-hero__button,
  .page-promotions-caxeng-first-deposit-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-caxeng-first-deposit-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-promotions-caxeng-first-deposit-grid,
  .page-promotions-caxeng-first-deposit-steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-promotions-caxeng-first-deposit-hero__title {
    font-size: 1.8em;
  }
  .page-promotions-caxeng-first-deposit-section__title {
    font-size: 1.5em;
  }
  .page-promotions-caxeng-first-deposit-list li {
    padding: 15px;
  }
  .page-promotions-caxeng-first-deposit-card,
  .page-promotions-caxeng-first-deposit-step-card {
    padding: 20px;
  }
  .page-promotions-caxeng-first-deposit-accordion__header {
    font-size: 1em;
    padding: 15px;
  }
  .page-promotions-caxeng-first-deposit-accordion__content p {
    padding: 10px 0;
  }
}