/* style/registration-guide-new-user-process.css */
.page-registration-guide-new-user-process {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #E0E0E0;
  background-color: #0A2342;
  line-height: 1.6;
}

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

.page-registration-guide-new-user-process__hero-section {
  background: linear-gradient(135deg, #0A2342, #1a3a6b);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-registration-guide-new-user-process__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-registration-guide-new-user-process__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #D3D3D3;
}

.page-registration-guide-new-user-process__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-registration-guide-new-user-process__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-registration-guide-new-user-process__btn--primary {
  background-color: #FFD700;
  color: #0A2342;
}

.page-registration-guide-new-user-process__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-registration-guide-new-user-process__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-registration-guide-new-user-process__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
  transform: translateY(-2px);
}

.page-registration-guide-new-user-process__intro-section,
.page-registration-guide-new-user-process__steps-section,
.page-registration-guide-new-user-process__cta-section,
.page-registration-guide-new-user-process__faq-section,
.page-registration-guide-new-user-process__final-cta {
  padding: 80px 0;
  text-align: center;
}

.page-registration-guide-new-user-process__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

.page-registration-guide-new-user-process__section-description {
  font-size: 1.2em;
  margin-bottom: 60px;
  color: #B0B0B0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-registration-guide-new-user-process__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-registration-guide-new-user-process__feature-card {
  background-color: #1a3a6b;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-registration-guide-new-user-process__feature-card:hover {
  transform: translateY(-5px);
}

.page-registration-guide-new-user-process__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-registration-guide-new-user-process__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-registration-guide-new-user-process__feature-description {
  font-size: 1em;
  color: #D3D3D3;
}

.page-registration-guide-new-user-process__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 60px;
  text-align: left;
}

.page-registration-guide-new-user-process__step-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background-color: #1a3a6b;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-registration-guide-new-user-process__step-item:nth-child(even) {
  flex-direction: row-reverse;
}

.page-registration-guide-new-user-process__step-number {
  min-width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #0A2342;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2em;
  font-weight: bold;
  flex-shrink: 0;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.page-registration-guide-new-user-process__step-content {
  flex-grow: 1;
}

.page-registration-guide-new-user-process__step-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-registration-guide-new-user-process__step-text {
  font-size: 1.1em;
  color: #D3D3D3;
  margin-bottom: 15px;
}

.page-registration-guide-new-user-process__step-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-registration-guide-new-user-process__list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-registration-guide-new-user-process__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #D3D3D3;
}

.page-registration-guide-new-user-process__list li::before {
  content: '✔';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-registration-guide-new-user-process__cta-section {
  background-color: #0A2342;
  padding: 80px 0;
}

.page-registration-guide-new-user-process__cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-registration-guide-new-user-process__faq-list {
  margin-top: 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-registration-guide-new-user-process__faq-item {
  background-color: #1a3a6b;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.page-registration-guide-new-user-process__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-registration-guide-new-user-process__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-registration-guide-new-user-process__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-registration-guide-new-user-process__faq-answer {
  font-size: 1.1em;
  color: #D3D3D3;
  display: none;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.page-registration-guide-new-user-process__faq-answer.active {
  display: block;
}

.page-registration-guide-new-user-process__final-cta {
  background-color: #1a3a6b;
  padding: 100px 0;
}

.page-registration-guide-new-user-process__final-cta .page-registration-guide-new-user-process__btn {
  margin-top: 40px;
}

.page-registration-guide-new-user-process .highlight {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-registration-guide-new-user-process__hero-title {
    font-size: 2.8em;
  }
  .page-registration-guide-new-user-process__hero-subtitle {
    font-size: 1.2em;
  }
  .page-registration-guide-new-user-process__section-title {
    font-size: 2.2em;
  }
  .page-registration-guide-new-user-process__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-registration-guide-new-user-process__step-item:nth-child(even) {
    flex-direction: column;
  }
  .page-registration-guide-new-user-process__step-number {
    margin-bottom: 20px;
  }
  .page-registration-guide-new-user-process__list {
    text-align: left;
  }
  .page-registration-guide-new-user-process__hero-actions,
  .page-registration-guide-new-user-process__cta-actions {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .page-registration-guide-new-user-process__hero-section,
  .page-registration-guide-new-user-process__intro-section,
  .page-registration-guide-new-user-process__steps-section,
  .page-registration-guide-new-user-process__cta-section,
  .page-registration-guide-new-user-process__faq-section,
  .page-registration-guide-new-user-process__final-cta {
    padding: 60px 0;
  }
  .page-registration-guide-new-user-process__hero-title {
    font-size: 2.2em;
  }
  .page-registration-guide-new-user-process__section-title {
    font-size: 1.8em;
  }
  .page-registration-guide-new-user-process__btn {
    width: 80%;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-registration-guide-new-user-process__step-item {
    padding: 25px;
  }
  .page-registration-guide-new-user-process__step-title {
    font-size: 1.6em;
  }
  .page-registration-guide-new-user-process__faq-question {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-registration-guide-new-user-process__hero-title {
    font-size: 1.8em;
  }
  .page-registration-guide-new-user-process__hero-subtitle {
    font-size: 1em;
  }
  .page-registration-guide-new-user-process__section-title {
    font-size: 1.5em;
  }
  .page-registration-guide-new-user-process__feature-card {
    padding: 20px;
  }
  .page-registration-guide-new-user-process__feature-icon {
    width: 60px;
    height: 60px;
  }
  .page-registration-guide-new-user-process__step-title {
    font-size: 1.4em;
  }
  .page-registration-guide-new-user-process__faq-question {
    font-size: 1.1em;
  }
  .page-registration-guide-new-user-process__faq-answer {
    font-size: 0.95em;
  }
}