/* style/getting-started-first-deposit.css */
.page-getting-started-first-deposit {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-getting-started-first-deposit__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-getting-started-first-deposit__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #0A2463 70%, #FFD700 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-getting-started-first-deposit__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_geometric,gradient_overlay,subtle_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-getting-started-first-deposit__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  position: relative;
  z-index: 1;
}

.page-getting-started-first-deposit__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-getting-started-first-deposit__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
}

.page-getting-started-first-deposit__btn--primary {
  background-color: #FFD700;
  color: #0A2463;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-getting-started-first-deposit__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-getting-started-first-deposit__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-getting-started-first-deposit__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
  transform: translateY(-3px);
}

.page-getting-started-first-deposit__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-getting-started-first-deposit__section {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.page-getting-started-first-deposit__section--white {
  background-color: #fff;
}

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

.page-getting-started-first-deposit__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-getting-started-first-deposit__text-center {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-getting-started-first-deposit__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

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

.page-getting-started-first-deposit__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-getting-started-first-deposit__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 5px rgba(255, 215, 0, 0.5));
}

.page-getting-started-first-deposit__feature-heading {
  font-size: 1.5em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-getting-started-first-deposit__feature-text {
  color: #666;
}

.page-getting-started-first-deposit__payment-methods {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.page-getting-started-first-deposit__payment-item {
  text-align: center;
  padding: 30px;
  background-color: #0A2463;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  width: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-getting-started-first-deposit__payment-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.page-getting-started-first-deposit__payment-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 5px rgba(255, 215, 0, 0.5));
}

.page-getting-started-first-deposit__payment-name {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-getting-started-first-deposit__payment-desc {
  font-size: 0.95em;
  color: #ccc;
}

.page-getting-started-first-deposit__steps-accordion {
  margin-top: 50px;
}

.page-getting-started-first-deposit__step-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-getting-started-first-deposit__step-heading {
  font-size: 1.5em;
  color: #0A2463;
  padding: 25px 30px;
  cursor: pointer;
  position: relative;
  background-color: #f4f7f9;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-getting-started-first-deposit__step-heading::after {
  content: '+';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-getting-started-first-deposit__step-item.active .page-getting-started-first-deposit__step-heading::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-getting-started-first-deposit__step-item.active .page-getting-started-first-deposit__step-heading {
  background-color: #eef2f5;
}

.page-getting-started-first-deposit__step-content {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-getting-started-first-deposit__step-item.active .page-getting-started-first-deposit__step-content {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 30px 30px;
}

.page-getting-started-first-deposit__step-content p {
  margin-bottom: 15px;
  color: #444;
}

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

.page-getting-started-first-deposit__link-in-text {
  color: #0A2463;
  text-decoration: underline;
  font-weight: bold;
}

.page-getting-started-first-deposit__link-in-text:hover {
  color: #FFD700;
}

.page-getting-started-first-deposit__mt-40 {
  margin-top: 40px;
}

.page-getting-started-first-deposit__offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-getting-started-first-deposit__offer-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-getting-started-first-deposit__offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-getting-started-first-deposit__offer-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 4px solid #FFD700;
}

.page-getting-started-first-deposit__offer-title {
  font-size: 1.8em;
  color: #0A2463;
  margin: 25px 15px 15px;
}

.page-getting-started-first-deposit__offer-description {
  color: #666;
  padding: 0 20px 25px;
  font-size: 0.95em;
}

.page-getting-started-first-deposit__faq-list {
  margin-top: 50px;
}

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

.page-getting-started-first-deposit__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  background-color: #fbfcfd;
  transition: background-color 0.3s ease;
}

.page-getting-started-first-deposit__faq-question::after {
  content: '+';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-getting-started-first-deposit__faq-item.active .page-getting-started-first-deposit__faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-getting-started-first-deposit__faq-item.active .page-getting-started-first-deposit__faq-question {
  background-color: #f2f6f9;
}

.page-getting-started-first-deposit__faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-getting-started-first-deposit__faq-item.active .page-getting-started-first-deposit__faq-answer {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 30px 25px;
}

.page-getting-started-first-deposit__faq-answer p {
  color: #555;
}

.page-getting-started-first-deposit__cta-section {
  background-color: #0A2463;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-getting-started-first-deposit__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 25px;
}

.page-getting-started-first-deposit__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #eee;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-getting-started-first-deposit__hero-title {
    font-size: 2.8em;
  }
  .page-getting-started-first-deposit__section-title {
    font-size: 2em;
  }
  .page-getting-started-first-deposit__payment-item {
    width: 220px;
  }
  .page-getting-started-first-deposit__offer-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-getting-started-first-deposit__hero-section {
    padding: 80px 0;
  }
  .page-getting-started-first-deposit__hero-title {
    font-size: 2.2em;
  }
  .page-getting-started-first-deposit__hero-description {
    font-size: 1em;
  }
  .page-getting-started-first-deposit__section {
    padding: 60px 0;
  }
  .page-getting-started-first-deposit__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .page-getting-started-first-deposit__feature-grid, 
  .page-getting-started-first-deposit__payment-methods, 
  .page-getting-started-first-deposit__offer-grid {
    grid-template-columns: 1fr;
  }
  .page-getting-started-first-deposit__payment-item {
    width: 100%;
  }
  .page-getting-started-first-deposit__step-heading, 
  .page-getting-started-first-deposit__faq-question {
    font-size: 1.2em;
    padding: 20px 25px;
  }
  .page-getting-started-first-deposit__step-heading::after,
  .page-getting-started-first-deposit__faq-question::after {
    right: 25px;
  }
  .page-getting-started-first-deposit__step-content,
  .page-getting-started-first-deposit__faq-answer {
    padding: 0 25px;
  }
  .page-getting-started-first-deposit__cta-title {
    font-size: 2em;
  }
  .page-getting-started-first-deposit__cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-getting-started-first-deposit__hero-title {
    font-size: 1.8em;
  }
  .page-getting-started-first-deposit__section-title {
    font-size: 1.6em;
  }
  .page-getting-started-first-deposit__btn {
    padding: 12px 25px;
    font-size: 0.9em;
  }
  .page-getting-started-first-deposit__feature-icon,
  .page-getting-started-first-deposit__payment-icon {
    width: 50px;
    height: 50px;
  }
  .page-getting-started-first-deposit__feature-heading {
    font-size: 1.3em;
  }
  .page-getting-started-first-deposit__payment-name {
    font-size: 1.4em;
  }
  .page-getting-started-first-deposit__offer-title {
    font-size: 1.3em;
  }
  .page-getting-started-first-deposit__cta-title {
    font-size: 1.8em;
  }
}