.page-resources-how-to-register-suncity888 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #1A202C; /* Dark blue/black background */
}

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

.page-resources-how-to-register-suncity888__hero-section {
  background: linear-gradient(135deg, #1A202C, #000000); /* Dark gradient for hero */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-register-suncity888__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:suncity888_abstract_pattern,luxury,gaming]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-how-to-register-suncity888__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-register-suncity888__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #F0F0F0;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-register-suncity888__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-register-suncity888__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
}

.page-resources-how-to-register-suncity888__btn--primary:hover {
  background-color: #E0B500; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-how-to-register-suncity888__btn--secondary {
  background-color: #333C4A; /* Darker blue/gray button */
  color: #FFD700; /* Gold text on dark button */
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-resources-how-to-register-suncity888__btn--secondary:hover {
  background-color: #4A5568; /* Slightly lighter dark on hover */
  transform: translateY(-3px);
}

.page-resources-how-to-register-suncity888__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-how-to-register-suncity888__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: bold;
}

.page-resources-how-to-register-suncity888__section-description {
  font-size: 1.2em;
  text-align: center;
  color: #C0C0C0;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-register-suncity888__intro-section,
.page-resources-how-to-register-suncity888__steps-section,
.page-resources-how-to-register-suncity888__tips-section,
.page-resources-how-to-register-suncity888__benefits-section,
.page-resources-how-to-register-suncity888__faq-section,
.page-resources-how-to-register-suncity888__cta-bottom {
  padding: 60px 0;
}

.page-resources-how-to-register-suncity888__intro-content p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
  text-align: justify;
}

.page-resources-how-to-register-suncity888__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-register-suncity888__feature-item {
  background-color: #2A313C; /* Slightly lighter dark background */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A4552;
}

.page-resources-how-to-register-suncity888__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(80%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(1.2); /* Tint icons gold */
}

.page-resources-how-to-register-suncity888__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-how-to-register-suncity888__feature-item p {
  color: #C0C0C0;
  font-size: 1em;
}

.page-resources-how-to-register-suncity888__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.page-resources-how-to-register-suncity888__step-item {
  background-color: #2A313C;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  padding-left: 100px; /* Space for step number */
  border: 1px solid #3A4552;
}

.page-resources-how-to-register-suncity888__step-number {
  position: absolute;
  left: 30px;
  top: 40px;
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #1A202C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.page-resources-how-to-register-suncity888__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-how-to-register-suncity888__step-item p,
.page-resources-how-to-register-suncity888__step-item ul {
  color: #E0E0E0;
  font-size: 1.1em;
  margin-bottom: 15px;
}

.page-resources-how-to-register-suncity888__step-item ul {
  list-style-type: disc;
  margin-left: 25px;
}

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

.page-resources-how-to-register-suncity888__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #FFD700;
}

.page-resources-how-to-register-suncity888__tips-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.page-resources-how-to-register-suncity888__tips-list li {
  background-color: #2A313C;
  padding: 25px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #E0E0E0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-how-to-register-suncity888__tips-list li:hover {
  transform: translateY(-5px);
}

.page-resources-how-to-register-suncity888__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-resources-how-to-register-suncity888__benefit-card {
  background-color: #2A313C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A4552;
}

.page-resources-how-to-register-suncity888__benefit-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: invert(80%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(1.2); /* Tint icons gold */
}

.page-resources-how-to-register-suncity888__benefit-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-how-to-register-suncity888__benefit-card p {
  color: #C0C0C0;
  font-size: 1em;
}

.page-resources-how-to-register-suncity888__faq-list {
  margin-top: 40px;
}

.page-resources-how-to-register-suncity888__faq-item {
  background-color: #2A313C;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #3A4552;
  overflow: hidden;
}

.page-resources-how-to-register-suncity888__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  padding: 20px;
  cursor: pointer;
  position: relative;
  margin: 0;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-register-suncity888__faq-question:hover {
  background-color: #3A4552;
}

.page-resources-how-to-register-suncity888__faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-how-to-register-suncity888__faq-item.active .page-resources-how-to-register-suncity888__faq-question::after {
  transform: translateY(-50%) rotate(45deg);
}

.page-resources-how-to-register-suncity888__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1.1em;
  color: #C0C0C0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-resources-how-to-register-suncity888__faq-item.active .page-resources-how-to-register-suncity888__faq-answer {
  max-height: 200px; /* Adjust as needed */
  padding-top: 10px;
}

.page-resources-how-to-register-suncity888__cta-bottom {
  background-color: #1A202C;
  padding: 80px 0;
  text-align: center;
  border-top: 2px solid #FFD700;
}

.page-resources-how-to-register-suncity888__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-how-to-register-suncity888__cta-description {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .page-resources-how-to-register-suncity888__hero-title {
    font-size: 2.5em;
  }

  .page-resources-how-to-register-suncity888__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-how-to-register-suncity888__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-how-to-register-suncity888__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-how-to-register-suncity888__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-register-suncity888__step-item {
    padding-left: 30px;
    padding-top: 80px;
  }

  .page-resources-how-to-register-suncity888__step-number {
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }

  .page-resources-how-to-register-suncity888__cta-title {
    font-size: 2em;
  }

  .page-resources-how-to-register-suncity888__cta-description {
    font-size: 1em;
  }
  .page-resources-how-to-register-suncity888__feature-grid, .page-resources-how-to-register-suncity888__benefits-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-register-suncity888__hero-title {
    font-size: 2em;
  }
  .page-resources-how-to-register-suncity888__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-how-to-register-suncity888__btn {
    display: block;
    width: fit-content;
    margin: 15px auto;
  }
  .page-resources-how-to-register-suncity888__btn--secondary {
    margin-left: auto;
    margin-right: auto;
  }
  .page-resources-how-to-register-suncity888__step-item {
    padding: 20px;
    padding-top: 70px;
  }
  .page-resources-how-to-register-suncity888__step-number {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }
  .page-resources-how-to-register-suncity888__tips-list li {
    font-size: 0.95em;
  }
}