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

.page-promotions-first-deposit__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-promotions-first-deposit__hero {
  background: linear-gradient(135deg, #0A2463 0%, #0A2463 70%, #FFD700 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-promotions-first-deposit__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}

.page-promotions-first-deposit__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-promotions-first-deposit__hero .page-promotions-first-deposit__container {
  position: relative;
  z-index: 1;
}

.page-promotions-first-deposit__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

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

.page-promotions-first-deposit__section {
  padding: 60px 0;
}

.page-promotions-first-deposit__section:nth-of-type(even) {
  background-color: #f9f9f9;
}

.page-promotions-first-deposit__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promotions-first-deposit__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions-first-deposit__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  margin: 10px;
}

.page-promotions-first-deposit__button--primary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-promotions-first-deposit__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-promotions-first-deposit__button--secondary {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #0A2463;
}

.page-promotions-first-deposit__button--secondary:hover {
  background-color: #071a47;
  border-color: #071a47;
  transform: translateY(-2px);
}

.page-promotions-first-deposit__button--outline {
  background-color: transparent;
  color: #0A2463;
  border: 2px solid #0A2463;
}

.page-promotions-first-deposit__button--outline:hover {
  background-color: #0A2463;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-promotions-first-deposit__overview p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.1em;
}

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

.page-promotions-first-deposit__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

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

.page-promotions-first-deposit__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-promotions-first-deposit__feature-item h3 {
  color: #0A2463;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-promotions-first-deposit__feature-item p {
  font-size: 1em;
  color: #555;
}

.page-promotions-first-deposit__how-to-claim p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1em;
}

.page-promotions-first-deposit__step-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}

.page-promotions-first-deposit__step-item {
  display: flex;
  align-items: flex-start;
}

.page-promotions-first-deposit__step-number {
  width: 50px;
  height: 50px;
  background-color: #0A2463;
  color: #FFD700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 20px;
}

.page-promotions-first-deposit__step-list h3 {
  color: #0A2463;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-promotions-first-deposit__step-list p {
  text-align: left;
  font-size: 1.05em;
  color: #555;
}

.page-promotions-first-deposit__step-list p a {
  color: #0A2463;
  font-weight: bold;
  text-decoration: none;
}

.page-promotions-first-deposit__step-list p a:hover {
  text-decoration: underline;
}

.page-promotions-first-deposit__cta-group {
  text-align: center;
  margin-top: 50px;
}

.page-promotions-first-deposit__terms-conditions p {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 30px;
}

.page-promotions-first-deposit__terms-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 30px auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-first-deposit__terms-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  font-size: 1.05em;
  color: #444;
}

.page-promotions-first-deposit__terms-list li::before {
  content: '\2713'; /* Checkmark */
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-promotions-first-deposit__terms-list li strong {
  color: #0A2463;
}

.page-promotions-first-deposit__why-sodo p {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 30px;
}

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

.page-promotions-first-deposit__advantage-item {
  background-color: #0A2463;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
}

.page-promotions-first-deposit__advantage-item:hover {
  background-color: #071a47;
}

.page-promotions-first-deposit__advantage-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(287deg) brightness(100%) contrast(100%); /* Make icons white/gold if they are dark */
  object-fit: contain;
}

.page-promotions-first-deposit__advantage-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-promotions-first-deposit__advantage-item p {
  font-size: 0.95em;
  color: #ccc;
}

.page-promotions-first-deposit__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-promotions-first-deposit__faq-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-promotions-first-deposit__faq-question {
  padding: 20px;
  margin: 0;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #0A2463;
  font-size: 1.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-first-deposit__faq-question::after {
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-promotions-first-deposit__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-first-deposit__faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #555;
}

.page-promotions-first-deposit__faq-answer.open {
  max-height: 200px; /* Adjust as needed */
  padding: 20px;
}

.page-promotions-first-deposit__final-cta {
  background-color: #0A2463;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-promotions-first-deposit__final-cta .page-promotions-first-deposit__section-title {
  color: #FFD700;
}

.page-promotions-first-deposit__final-cta .page-promotions-first-deposit__section-title::after {
  background-color: #FFD700;
}

.page-promotions-first-deposit__final-cta p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-first-deposit__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-first-deposit__section-title {
    font-size: 2em;
  }
  .page-promotions-first-deposit__feature-grid, .page-promotions-first-deposit__advantage-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .page-promotions-first-deposit__step-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-promotions-first-deposit__hero {
    padding: 60px 0;
  }
  .page-promotions-first-deposit__hero-title {
    font-size: 2em;
  }
  .page-promotions-first-deposit__hero-description {
    font-size: 1em;
  }
  .page-promotions-first-deposit__section {
    padding: 40px 0;
  }
  .page-promotions-first-deposit__section-title {
    font-size: 1.8em;
  }
  .page-promotions-first-deposit__button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px;
  }
  .page-promotions-first-deposit__step-list h3 {
    font-size: 1.4em;
  }
  .page-promotions-first-deposit__step-list p {
    font-size: 1em;
  }
  .page-promotions-first-deposit__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-promotions-first-deposit__faq-answer {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .page-promotions-first-deposit__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-first-deposit__hero-description {
    font-size: 0.95em;
  }
  .page-promotions-first-deposit__section-title {
    font-size: 1.5em;
  }
  .page-promotions-first-deposit__button {
    display: block;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-promotions-first-deposit__feature-grid, .page-promotions-first-deposit__advantage-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-first-deposit__step-number {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }
  .page-promotions-first-deposit__step-list h3 {
    font-size: 1.2em;
  }
  .page-promotions-first-deposit__terms-list {
    padding: 20px;
  }
  .page-promotions-first-deposit__terms-list li {
    font-size: 0.95em;
  }
}