/* style/index-how-to-register.css */
.page-index-how-to-register {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-index-how-to-register__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-how-to-register__text-center {
  text-align: center;
}

.page-index-how-to-register__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #304a8b 100%); /* Dark blue gradient */
  color: #FFFFFF; /* White text for dark background */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-how-to-register__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue]');
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}

.page-index-how-to-register__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  position: relative;
  z-index: 1;
}

.page-index-how-to-register__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-index-how-to-register__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A2463; /* Dark blue text for gold button */
  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;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.page-index-how-to-register__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-index-how-to-register__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-index-how-to-register__cta-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
}

.page-index-how-to-register__section {
  padding: 60px 0;
}

.page-index-how-to-register__section:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.page-index-how-to-register__section-title {
  font-size: 2.5em;
  color: #0A2463; /* Dark blue title */
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.page-index-how-to-register__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-index-how-to-register__section-description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-how-to-register__why-register .page-index-how-to-register__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-index-how-to-register__feature-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-index-how-to-register__feature-item:hover {
  transform: translateY(-10px);
}

.page-index-how-to-register__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-index-how-to-register__feature-heading {
  font-size: 1.5em;
  color: #0A2463;
  margin-bottom: 10px;
}

.page-index-how-to-register__feature-description {
  color: #666;
  font-size: 0.95em;
}

.page-index-how-to-register__registration-steps .page-index-how-to-register__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.page-index-how-to-register__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  position: relative;
}

.page-index-how-to-register__step-item:nth-child(even) {
  background-color: #eff3f9; /* Lighter blue-grey for alternating steps */
}

.page-index-how-to-register__step-number {
  width: 60px;
  height: 60px;
  background-color: #0A2463; /* Dark blue step number background */
  color: #FFD700; /* Gold number text */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -30px;
}

.page-index-how-to-register__step-heading {
  font-size: 2em;
  color: #0A2463;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-index-how-to-register__step-text {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 20px;
  max-width: 800px;
}

.page-index-how-to-register__checklist {
  list-style: none;
  padding: 0;
  text-align: left;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}

.page-index-how-to-register__checklist li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #333;
}

.page-index-how-to-register__inline-button {
  display: inline-block;
  background-color: #0A2463;
  color: #FFFFFF;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.page-index-how-to-register__inline-button:hover {
  background-color: #1a3a7c;
}

.page-index-how-to-register__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-how-to-register__app-download {
  background-color: #0A2463;
  color: #FFFFFF;
}

.page-index-how-to-register__app-download .page-index-how-to-register__section-title {
  color: #FFD700;
}

.page-index-how-to-register__app-download .page-index-how-to-register__section-title::after {
  background-color: #FFFFFF;
}

.page-index-how-to-register__app-download .page-index-how-to-register__section-description {
  color: #e0e0e0;
}

.page-index-how-to-register__app-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-index-how-to-register__app-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.page-index-how-to-register__app-text p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-index-how-to-register__app-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-index-how-to-register__app-features li {
  margin-bottom: 10px;
  font-size: 1em;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.page-index-how-to-register__bullet-icon {
  color: #FFD700;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 10px;
}

.page-index-how-to-register__app-image-wrapper {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  text-align: center;
}

.page-index-how-to-register__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-how-to-register__promotions .page-index-how-to-register__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-index-how-to-register__promo-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-index-how-to-register__promo-item:hover {
  transform: translateY(-8px);
}

.page-index-how-to-register__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-index-how-to-register__promo-heading {
  font-size: 1.4em;
  color: #0A2463;
  margin: 20px 15px 10px;
}

.page-index-how-to-register__promo-text {
  font-size: 0.95em;
  color: #666;
  padding: 0 15px 20px;
}

.page-index-how-to-register__important-notes .page-index-how-to-register__notes-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.page-index-how-to-register__notes-list li {
  background-color: #fff3e0; /* Light orange background for warnings */
  border-left: 5px solid #FFD700; /* Gold border */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  font-size: 1.05em;
  color: #333;
}

.page-index-how-to-register__notes-list li .page-index-how-to-register__bullet-icon {
  font-size: 1.5em;
  color: #FFD700;
  margin-right: 15px;
  line-height: 1;
}

.page-index-how-to-register__faq .page-index-how-to-register__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-how-to-register__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-how-to-register__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-how-to-register__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-index-how-to-register__faq-answer {
  font-size: 1em;
  color: #555;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 15px;
  display: none;
}

.page-index-how-to-register__faq-answer.active {
  display: block;
}

.page-index-how-to-register__conclusion {
  background-color: #0A2463;
  color: #FFFFFF;
  padding: 80px 0;
}

.page-index-how-to-register__conclusion .page-index-how-to-register__section-title {
  color: #FFD700;
}

.page-index-how-to-register__conclusion .page-index-how-to-register__section-title::after {
  background-color: #FFFFFF;
}

.page-index-how-to-register__conclusion .page-index-how-to-register__section-description {
  color: #e0e0e0;
  margin-bottom: 50px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-index-how-to-register__hero-title {
    font-size: 2.5em;
  }

  .page-index-how-to-register__hero-subtitle {
    font-size: 1.2em;
  }

  .page-index-how-to-register__section-title {
    font-size: 2em;
  }

  .page-index-how-to-register__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-index-how-to-register__step-heading {
    font-size: 1.5em;
  }

  .page-index-how-to-register__app-content {
    flex-direction: column;
  }
  
  .page-index-how-to-register__app-image-wrapper {
    order: -1; /* Image above text on mobile */
  }

  .page-index-how-to-register__promo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-index-how-to-register__hero-title {
    font-size: 2em;
  }

  .page-index-how-to-register__hero-subtitle {
    font-size: 1em;
  }

  .page-index-how-to-register__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-how-to-register__step-item {
    padding: 30px 20px;
  }

  .page-index-how-to-register__step-number {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
    top: -25px;
  }

  .page-index-how-to-register__checklist li {
    font-size: 0.9em;
  }
}