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

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

.page-promotions-first-deposit-offer__bg-light {
  background-color: #f8f9fa;
}

.page-promotions-first-deposit-offer__bg-dark {
  background-color: #004599; /* Slightly darker primary for contrast */
  color: #ffffff;
}

.page-promotions-first-deposit-offer__hero-section {
  background: linear-gradient(135deg, #0056b3, #003a7a);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-first-deposit-offer__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-first-deposit-offer__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.page-promotions-first-deposit-offer__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  color: #e0e0e0;
}

.page-promotions-first-deposit-offer__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 50px;
  color: #0056b3;
  font-weight: bold;
}

.page-promotions-first-deposit-offer__section-title .highlight {
  color: #ffd700;
}

.page-promotions-first-deposit-offer__description-text {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 30px;
  color: #555;
}

.page-promotions-first-deposit-offer__hero-section .highlight {
  color: #ffd700;
}

.page-promotions-first-deposit-offer__btn {
  display: inline-block;
  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;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-offer__btn--primary {
  background-color: #ffd700;
  color: #0056b3;
}

.page-promotions-first-deposit-offer__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-promotions-first-deposit-offer__btn--secondary {
  background-color: #0056b3;
  color: #ffffff;
  border: 2px solid #ffd700;
}

.page-promotions-first-deposit-offer__btn--secondary:hover {
  background-color: #004080;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-promotions-first-deposit-offer__content-section {
  padding: 80px 0;
}

.page-promotions-first-deposit-offer__grid-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

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

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

.page-promotions-first-deposit-offer__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-promotions-first-deposit-offer__feature-title {
  font-size: 1.5em;
  color: #0056b3;
  margin-bottom: 15px;
}

.page-promotions-first-deposit-offer__feature-title .highlight {
  color: #ffd700;
}

.page-promotions-first-deposit-offer__feature-description {
  color: #666;
}

.page-promotions-first-deposit-offer__how-to-claim-section {
  padding: 80px 0;
}

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

.page-promotions-first-deposit-offer__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-first-deposit-offer__step-number {
  width: 50px;
  height: 50px;
  background-color: #ffd700;
  color: #0056b3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-offer__step-title {
  font-size: 1.6em;
  color: #0056b3;
  margin-bottom: 15px;
}

.page-promotions-first-deposit-offer__step-title .highlight {
  color: #ffd700;
}

.page-promotions-first-deposit-offer__step-description {
  color: #666;
  margin-bottom: 20px;
}

.page-promotions-first-deposit-offer__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-offer__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

.page-promotions-first-deposit-offer__terms-section {
  padding: 80px 0;
}

.page-promotions-first-deposit-offer__terms-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  font-size: 1.05em;
  color: #444;
}

.page-promotions-first-deposit-offer__terms-list li {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-left: 5px solid #0056b3;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-promotions-first-deposit-offer__terms-list li .highlight {
  color: #0056b3;
  font-weight: bold;
}

.page-promotions-first-deposit-offer__faq-section {
  padding: 80px 0;
}

.page-promotions-first-deposit-offer__faq-item {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}

.page-promotions-first-deposit-offer__faq-question {
  font-size: 1.3em;
  color: #0056b3;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-first-deposit-offer__faq-question .highlight {
  color: #ffd700;
}

.page-promotions-first-deposit-offer__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #ffd700;
  transition: transform 0.3s ease;
}

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

.page-promotions-first-deposit-offer__faq-answer {
  font-size: 1.05em;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-promotions-first-deposit-offer__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

.page-promotions-first-deposit-offer__faq-answer .highlight {
  color: #0056b3;
  font-weight: bold;
}

.page-promotions-first-deposit-offer__call-to-action {
  padding: 100px 0;
  text-align: center;
}

.page-promotions-first-deposit-offer__cta-title {
  font-size: 2.8em;
  color: #ffd700;
  margin-bottom: 25px;
}

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

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

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-first-deposit-offer__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-first-deposit-offer__hero-subtitle {
    font-size: 1.2em;
  }
  .page-promotions-first-deposit-offer__section-title {
    font-size: 2em;
  }
  .page-promotions-first-deposit-offer__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-first-deposit-offer__hero-section,
  .page-promotions-first-deposit-offer__content-section,
  .page-promotions-first-deposit-offer__how-to-claim-section,
  .page-promotions-first-deposit-offer__terms-section,
  .page-promotions-first-deposit-offer__faq-section,
  .page-promotions-first-deposit-offer__call-to-action {
    padding: 60px 0;
  }
  .page-promotions-first-deposit-offer__hero-title {
    font-size: 2em;
  }
  .page-promotions-first-deposit-offer__hero-subtitle {
    font-size: 1em;
  }
  .page-promotions-first-deposit-offer__section-title {
    font-size: 1.8em;
  }
  .page-promotions-first-deposit-offer__grid-features,
  .page-promotions-first-deposit-offer__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-first-deposit-offer__cta-title {
    font-size: 1.8em;
  }
  .page-promotions-first-deposit-offer__cta-description {
    font-size: 1.1em;
  }
  .page-promotions-first-deposit-offer__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-first-deposit-offer__terms-list li {
    padding: 15px 20px;
  }
  .page-promotions-first-deposit-offer__faq-question {
    font-size: 1.2em;
  }
  .page-promotions-first-deposit-offer__faq-answer {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-promotions-first-deposit-offer__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-first-deposit-offer__hero-subtitle {
    font-size: 0.9em;
  }
  .page-promotions-first-deposit-offer__section-title {
    font-size: 1.5em;
  }
  .page-promotions-first-deposit-offer__cta-title {
    font-size: 1.6em;
  }
  .page-promotions-first-deposit-offer__btn {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .page-promotions-first-deposit-offer__feature-title, .page-promotions-first-deposit-offer__step-title {
    font-size: 1.3em;
  }
}