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

.page-resources-how-to-register-new88__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-register-new88__hero-section {
  background: linear-gradient(135deg, #0A2342, #1a3a60);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-register-new88__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-how-to-register-new88__hero-section > .page-resources-how-to-register-new88__container {
  position: relative;
  z-index: 1;
}

.page-resources-how-to-register-new88__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-register-new88__hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-how-to-register-new88__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
}

.page-resources-how-to-register-new88__btn--primary {
  background-color: #FFD700;
  color: #0A2342;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-resources-how-to-register-new88__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-how-to-register-new88__btn--secondary {
  background-color: #0A2342;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-resources-how-to-register-new88__btn--secondary:hover {
  background-color: #1a3a60;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-how-to-register-new88__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-how-to-register-new88__intro-text {
  margin-bottom: 40px;
  font-size: 1.1em;
  color: #555;
}

.page-resources-how-to-register-new88__highlight {
  color: #0A2342;
  font-weight: bold;
}

.page-resources-how-to-register-new88__section-title {
  font-size: 2em;
  color: #0A2342;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-how-to-register-new88__step {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-register-new88__step-title {
  font-size: 1.8em;
  color: #0A2342;
  margin-bottom: 20px;
}

.page-resources-how-to-register-new88__step p {
  margin-bottom: 15px;
  color: #444;
}

.page-resources-how-to-register-new88__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-how-to-register-new88__list li {
  margin-bottom: 8px;
}

.page-resources-how-to-register-new88__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-how-to-register-new88__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}

.page-resources-how-to-register-new88__note {
  background-color: #fffbe6;
  border-left: 4px solid #FFD700;
  padding: 15px 20px;
  margin-top: 25px;
  color: #666;
  font-style: italic;
}

.page-resources-how-to-register-new88__call-to-action {
  text-align: center;
  background-color: #0A2342;
  color: #fff;
  padding: 50px;
  border-radius: 8px;
  margin-top: 50px;
}

.page-resources-how-to-register-new88__call-to-action .page-resources-how-to-register-new88__section-title {
  color: #FFD700;
  border-bottom: none;
}

.page-resources-how-to-register-new88__call-to-action p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-how-to-register-new88__download-app-text {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-how-to-register-new88__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-register-new88__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-how-to-register-new88__section-title {
    font-size: 1.6em;
  }

  .page-resources-how-to-register-new88__step-title {
    font-size: 1.4em;
  }

  .page-resources-how-to-register-new88__btn {
    padding: 10px 20px;
    font-size: 0.9em;
    margin-left: 0;
    margin-top: 10px;
  }

  .page-resources-how-to-register-new88__btn--secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-register-new88__hero-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-register-new88__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-how-to-register-new88__btn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .page-resources-how-to-register-new88__btn--secondary {
    margin-top: 0;
  }

  .page-resources-how-to-register-new88__hero-section {
    padding: 60px 0;
  }

  .page-resources-how-to-register-new88__content-section {
    padding: 30px 0;
  }

  .page-resources-how-to-register-new88__step {
    padding: 20px;
  }

  .page-resources-how-to-register-new88__call-to-action {
    padding: 30px 20px;
  }
}