.page-registration-download-how-to-register {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-registration-download-how-to-register__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #3a5c9f 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-registration-download-how-to-register__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-registration-download-how-to-register__hero-subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-registration-download-how-to-register__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-registration-download-how-to-register__section:nth-of-type(even) {
  background-color: #f0f4f7;
}

.page-registration-download-how-to-register__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-registration-download-how-to-register__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-registration-download-how-to-register__intro-text {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #555;
}

.page-registration-download-how-to-register__text-content {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
}

.page-registration-download-how-to-register__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;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-registration-download-how-to-register__btn--primary {
  background-color: #FFD700;
  color: #0A2463;
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-registration-download-how-to-register__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.5);
}

.page-registration-download-how-to-register__btn--secondary {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-registration-download-how-to-register__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
  transform: translateY(-3px);
}

.page-registration-download-how-to-register__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
  margin-top: 40px;
}

.page-registration-download-how-to-register__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-registration-download-how-to-register__feature-item:hover {
  transform: translateY(-5px);
}

.page-registration-download-how-to-register__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-registration-download-how-to-register__feature-item h3 {
  color: #0A2463;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-registration-download-how-to-register__feature-item p {
  color: #666;
  font-size: 1em;
}

.page-registration-download-how-to-register__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 50px;
}

.page-registration-download-how-to-register__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-registration-download-how-to-register__step-item:nth-child(even) {
  background-color: #f7f9fb;
  padding: 40px;
  border-radius: 10px;
}

.page-registration-download-how-to-register__step-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #FFD700;
  display: inline-block;
}

.page-registration-download-how-to-register__step-item p {
  max-width: 800px;
  margin: 0 auto 20px auto;
  color: #555;
}

.page-registration-download-how-to-register__step-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  margin: 30px 0;
  object-fit: cover;
}

.page-registration-download-how-to-register__list {
  list-style-type: disc;
  text-align: left;
  max-width: 700px;
  margin: 20px auto 30px auto;
  padding-left: 20px;
  color: #444;
}

.page-registration-download-how-to-register__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-registration-download-how-to-register__call-to-action {
  background-color: #0A2463;
  color: #fff;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  margin-top: 80px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-registration-download-how-to-register__call-to-action h3 {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-registration-download-how-to-register__call-to-action p {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-registration-download-how-to-register__faq-list {
  margin-top: 40px;
}

.page-registration-download-how-to-register__faq-item {
  background-color: #f7f9fb;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 25px;
}

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

.page-registration-download-how-to-register__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-registration-download-how-to-register__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

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

.page-registration-download-how-to-register__faq-question.active + .page-registration-download-how-to-register__faq-answer {
  display: block;
}

.page-registration-download-how-to-register__responsible-gaming-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 30px auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-registration-download-how-to-register__note {
  font-style: italic;
  color: #a0a0a0;
  margin-top: 30px;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .page-registration-download-how-to-register__hero-title {
    font-size: 2.5em;
  }

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

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

  .page-registration-download-how-to-register__features {
    grid-template-columns: 1fr;
  }

  .page-registration-download-how-to-register__step-title {
    font-size: 1.5em;
  }

  .page-registration-download-how-to-register__step-item:nth-child(even) {
    padding: 20px;
  }

  .page-registration-download-how-to-register__call-to-action {
    padding: 30px;
  }

  .page-registration-download-how-to-register__call-to-action h3 {
    font-size: 1.8em;
  }
}

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

  .page-registration-download-how-to-register__hero-section {
    padding: 60px 0;
  }

  .page-registration-download-how-to-register__section {
    padding: 40px 0;
  }

  .page-registration-download-how-to-register__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-registration-download-how-to-register__faq-question {
    font-size: 1.2em;
  }
}