/* style/index-user-registration-process.css */
.page-index-user-registration-process {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-index-user-registration-process__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-user-registration-process__section-title {
  font-size: 2.5em;
  color: #1A2C50;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}

.page-index-user-registration-process__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-index-user-registration-process__section-title--light {
  color: #ffffff;
}

.page-index-user-registration-process__section-title--light::after {
  background-color: #ffffff;
}

.page-index-user-registration-process__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 50px;
  color: #555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-user-registration-process__section-intro--light {
  color: #e0e0e0;
}

.page-index-user-registration-process__sub-title {
  font-size: 1.8em;
  color: #1A2C50;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-index-user-registration-process__paragraph {
  margin-bottom: 15px;
  color: #444;
}

.page-index-user-registration-process__paragraph--light {
  color: #e0e0e0;
}

.page-index-user-registration-process__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #444;
}

.page-index-user-registration-process__list li {
  margin-bottom: 8px;
}

.page-index-user-registration-process__list--light li {
  color: #e0e0e0;
}

.page-index-user-registration-process__hero-section {
  background: linear-gradient(135deg, #1A2C50 0%, #3A4C70 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-index-user-registration-process__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}

.page-index-user-registration-process__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-user-registration-process__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-user-registration-process__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2C50;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-user-registration-process__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-index-user-registration-process__hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
  opacity: 0.3;
  z-index: 1;
  max-width: 800px;
}

.page-index-user-registration-process .section-padding {
  padding: 80px 0;
}

.page-index-user-registration-process .bg-dark-blue {
  background-color: #1A2C50;
  color: #fff;
}

.page-index-user-registration-process .bg-light-gray {
  background-color: #f0f2f5;
}

.page-index-user-registration-process__why-choose-us .page-index-user-registration-process__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-user-registration-process__why-choose-us .page-index-user-registration-process__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #FFD700;
}

.page-index-user-registration-process__why-choose-us .page-index-user-registration-process__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-user-registration-process__why-choose-us .page-index-user-registration-process__feature-title {
  font-size: 1.5em;
  color: #1A2C50;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-user-registration-process__why-choose-us .page-index-user-registration-process__feature-text {
  color: #555;
}

.page-index-user-registration-process__registration-guide .page-index-user-registration-process__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  counter-reset: step-counter;
}

.page-index-user-registration-process__registration-guide .page-index-user-registration-process__step-item {
  background-color: #2a3d60;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  position: relative;
  border: 1px solid #FFD700;
}

.page-index-user-registration-process__registration-guide .page-index-user-registration-process__step-number {
  counter-increment: step-counter;
  font-size: 2.5em;
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 15px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1A2C50;
  border: 3px solid #FFD700;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-index-user-registration-process__registration-guide .page-index-user-registration-process__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-user-registration-process__registration-guide .page-index-user-registration-process__step-description {
  color: #e0e0e0;
  margin-bottom: 20px;
}

.page-index-user-registration-process__registration-guide .page-index-user-registration-process__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  border: 1px solid rgba(255, 215, 0, 0.5);
}

.page-index-user-registration-process__verification .page-index-user-registration-process__content-columns {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-index-user-registration-process__verification .page-index-user-registration-process__column-text {
  flex: 1;
}

.page-index-user-registration-process__verification .page-index-user-registration-process__column-image {
  flex: 1;
  text-align: center;
}

.page-index-user-registration-process__verification .page-index-user-registration-process__image-full-width {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-user-registration-process__first-deposit .page-index-user-registration-process__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-index-user-registration-process__first-deposit .page-index-user-registration-process__content-left {
  flex: 1;
}

.page-index-user-registration-process__first-deposit .page-index-user-registration-process__content-right {
  flex: 1;
  text-align: center;
}

.page-index-user-registration-process__first-deposit .page-index-user-registration-process__button {
  background-color: #1A2C50;
  color: #FFD700;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}

.page-index-user-registration-process__first-deposit .page-index-user-registration-process__button:hover {
  background-color: #FFD700;
  color: #1A2C50;
}

.page-index-user-registration-process__faq .page-index-user-registration-process__accordion {
  max-width: 800px;
  margin: 0 auto;
}

.page-index-user-registration-process__faq .page-index-user-registration-process__accordion-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-user-registration-process__faq .page-index-user-registration-process__accordion-header {
  width: 100%;
  background-color: #FFD700;
  color: #1A2C50;
  padding: 18px 25px;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-index-user-registration-process__faq .page-index-user-registration-process__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-index-user-registration-process__faq .page-index-user-registration-process__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-index-user-registration-process__faq .page-index-user-registration-process__accordion-header:hover {
  background-color: #e6c200;
}

.page-index-user-registration-process__faq .page-index-user-registration-process__accordion-body {
  padding: 0 25px;
  background-color: #f9f9f9;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-index-user-registration-process__faq .page-index-user-registration-process__accordion-body.active {
  max-height: 200px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-index-user-registration-process__faq .page-index-user-registration-process__accordion-body p {
  color: #555;
}

.page-index-user-registration-process__faq .page-index-user-registration-process__accordion-body a {
  color: #1A2C50;
  text-decoration: underline;
}

.page-index-user-registration-process__cta {
  background-color: #f0f2f5;
  text-align: center;
}

.page-index-user-registration-process__cta-content {
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.page-index-user-registration-process__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2C50;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.page-index-user-registration-process__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-5px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-user-registration-process__hero-title {
    font-size: 2.8em;
  }
  .page-index-user-registration-process__section-title {
    font-size: 2em;
  }
  .page-index-user-registration-process__verification .page-index-user-registration-process__content-columns,
  .page-index-user-registration-process__first-deposit .page-index-user-registration-process__content-wrapper {
    flex-direction: column;
  }
  .page-index-user-registration-process__hero-image {
    width: 70%;
    opacity: 0.2;
  }
}

@media (max-width: 768px) {
  .page-index-user-registration-process__hero-title {
    font-size: 2.2em;
  }
  .page-index-user-registration-process__hero-description {
    font-size: 1em;
  }
  .page-index-user-registration-process__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-user-registration-process__section-title {
    font-size: 1.8em;
  }
  .page-index-user-registration-process__section-intro {
    font-size: 0.95em;
  }
  .page-index-user-registration-process .section-padding {
    padding: 60px 0;
  }
  .page-index-user-registration-process__hero-section {
    padding: 80px 0;
  }
  .page-index-user-registration-process__hero-image {
    display: none;
  }
}

@media (max-width: 576px) {
  .page-index-user-registration-process__hero-title {
    font-size: 1.8em;
  }
  .page-index-user-registration-process__section-title {
    font-size: 1.5em;
  }
  .page-index-user-registration-process__step-number {
    font-size: 2em;
    width: 50px;
    height: 50px;
    line-height: 44px;
  }
  .page-index-user-registration-process__step-title {
    font-size: 1.3em;
  }
  .page-index-user-registration-process__faq .page-index-user-registration-process__accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-index-user-registration-process__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}