.page-game-guides-suncity888-account-registration-process {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-game-guides-suncity888-account-registration-process .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-guides-suncity888-account-registration-process .hero-section {
  background: linear-gradient(135deg, #000000 0%, #333333 50%, #FFD700 100%);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.page-game-guides-suncity888-account-registration-process .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/path/to/subtle-pattern.png') repeat;
  opacity: 0.1;
  z-index: 0;
}

.page-game-guides-suncity888-account-registration-process .hero-section > * {
  position: relative;
  z-index: 1;
}

.page-game-guides-suncity888-account-registration-process .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-guides-suncity888-account-registration-process .hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-game-guides-suncity888-account-registration-process .hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-game-guides-suncity888-account-registration-process .btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.page-game-guides-suncity888-account-registration-process .btn-primary {
  background-color: #FFD700;
  color: #000000;
  border: 2px solid #FFD700;
}

.page-game-guides-suncity888-account-registration-process .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-game-guides-suncity888-account-registration-process .btn-secondary {
  background-color: #000000;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-guides-suncity888-account-registration-process .btn-secondary:hover {
  background-color: #333333;
  border-color: #e6c200;
}

.page-game-guides-suncity888-account-registration-process .section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-guides-suncity888-account-registration-process .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-game-guides-suncity888-account-registration-process .bg-dark .section-title {
  color: #FFD700;
}

.page-game-guides-suncity888-account-registration-process .section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555;
}

.page-game-guides-suncity888-account-registration-process .bg-dark .section-description {
  color: #ccc;
}

.page-game-guides-suncity888-account-registration-process section {
  padding: 80px 0;
}

.page-game-guides-suncity888-account-registration-process .bg-dark {
  background-color: #1a1a1a;
  color: #fff;
}

.page-game-guides-suncity888-account-registration-process .why-register-section .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-guides-suncity888-account-registration-process .why-register-section .feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
  border-top: 5px solid #FFD700;
}

.page-game-guides-suncity888-account-registration-process .why-register-section .feature-item:hover {
  transform: translateY(-10px);
}

.page-game-guides-suncity888-account-registration-process .why-register-section .feature-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-game-guides-suncity888-account-registration-process .why-register-section .feature-text {
  color: #666;
}

.page-game-guides-suncity888-account-registration-process .registration-steps-section .step-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}

.page-game-guides-suncity888-account-registration-process .registration-steps-section .step-item:last-child {
  margin-bottom: 0;
}

.page-game-guides-suncity888-account-registration-process .registration-steps-section .step-item.reverse {
  flex-direction: row-reverse;
}

.page-game-guides-suncity888-account-registration-process .registration-steps-section .step-content {
  flex: 1;
}

.page-game-guides-suncity888-account-registration-process .registration-steps-section .step-image {
  flex: 1;
  text-align: center;
}

.page-game-guides-suncity888-account-registration-process .registration-steps-section .step-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-game-guides-suncity888-account-registration-process .registration-steps-section .step-title {
  font-size: 2em;
  color: #000000;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-game-guides-suncity888-account-registration-process .registration-steps-section .step-text {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 25px;
}

.page-game-guides-suncity888-account-registration-process .registration-steps-section .info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.page-game-guides-suncity888-account-registration-process .registration-steps-section .info-list 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="none" stroke="%23FFD700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #444;
}

.page-game-guides-suncity888-account-registration-process .important-notes-section .notes-list {
  list-style: none;
  padding-left: 0;
  max-width: 900px;
  margin: 0 auto;
}

.page-game-guides-suncity888-account-registration-process .important-notes-section .notes-list 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="none" stroke="%23DC143C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #eee;
}

.page-game-guides-suncity888-account-registration-process .security-section .security-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-game-guides-suncity888-account-registration-process .security-section .security-text {
  flex: 1;
}

.page-game-guides-suncity888-account-registration-process .security-section .security-image {
  flex: 1;
  text-align: center;
}

.page-game-guides-suncity888-account-registration-process .security-section .security-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-guides-suncity888-account-registration-process .security-section .security-list {
  list-style: none;
  padding-left: 0;
}

.page-game-guides-suncity888-account-registration-process .security-section .security-list 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="none" stroke="%23FFD700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #444;
}

.page-game-guides-suncity888-account-registration-process .after-registration-section .experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-guides-suncity888-account-registration-process .after-registration-section .experience-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-bottom: 5px solid #FFD700;
}

.page-game-guides-suncity888-account-registration-process .after-registration-section .item-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-game-guides-suncity888-account-registration-process .after-registration-section .item-text {
  color: #666;
}

.page-game-guides-suncity888-account-registration-process .after-registration-section .final-cta {
  text-align: center;
  font-size: 1.2em;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #000000;
}

.page-game-guides-suncity888-account-registration-process .after-registration-section .btn-primary {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.page-game-guides-suncity888-account-registration-process .faq-section .faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 40px auto;
}

.page-game-guides-suncity888-account-registration-process .faq-section .faq-item {
  background-color: #2a2a2a;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-left: 4px solid #FFD700;
}

.page-game-guides-suncity888-account-registration-process .faq-section .faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-guides-suncity888-account-registration-process .faq-section .faq-answer {
  color: #eee;
  font-size: 1em;
}

.page-game-guides-suncity888-account-registration-process .faq-section .faq-image {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 50px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-guides-suncity888-account-registration-process .contact-cta-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #FFD700;
  color: #000000;
}

.page-game-guides-suncity888-account-registration-process .contact-cta-section .section-title {
  color: #000000;
  margin-bottom: 20px;
}

.page-game-guides-suncity888-account-registration-process .contact-cta-section .section-title::after {
  background-color: #DC143C;
}

.page-game-guides-suncity888-account-registration-process .contact-cta-section .section-description {
  color: #333;
  margin-bottom: 40px;
}

.page-game-guides-suncity888-account-registration-process .contact-cta-section .btn-primary {
  background-color: #DC143C;
  color: #fff;
  border-color: #DC143C;
}

.page-game-guides-suncity888-account-registration-process .contact-cta-section .btn-primary:hover {
  background-color: #c01230;
  border-color: #c01230;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-guides-suncity888-account-registration-process .hero-title {
    font-size: 2.8em;
  }

  .page-game-guides-suncity888-account-registration-process .section-title {
    font-size: 2em;
  }

  .page-game-guides-suncity888-account-registration-process .registration-steps-section .step-item,
  .page-game-guides-suncity888-account-registration-process .security-section .security-content {
    flex-direction: column;
    text-align: center;
  }

  .page-game-guides-suncity888-account-registration-process .registration-steps-section .step-item.reverse {
    flex-direction: column;
  }

  .page-game-guides-suncity888-account-registration-process .registration-steps-section .step-image,
  .page-game-guides-suncity888-account-registration-process .security-section .security-image {
    margin-top: 30px;
  }
  
  .page-game-guides-suncity888-account-registration-process .registration-steps-section .step-title {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .page-game-guides-suncity888-account-registration-process .hero-title {
    font-size: 2.2em;
  }

  .page-game-guides-suncity888-account-registration-process .hero-subtitle,
  .page-game-guides-suncity888-account-registration-process .section-description,
  .page-game-guides-suncity888-account-registration-process .step-text,
  .page-game-guides-suncity888-account-registration-process .faq-answer {
    font-size: 1em;
  }

  .page-game-guides-suncity888-account-registration-process .btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-guides-suncity888-account-registration-process .why-register-section .feature-grid,
  .page-game-guides-suncity888-account-registration-process .after-registration-section .experience-grid {
    grid-template-columns: 1fr;
  }

  .page-game-guides-suncity888-account-registration-process section {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .page-game-guides-suncity888-account-registration-process .hero-title {
    font-size: 1.8em;
  }

  .page-game-guides-suncity888-account-registration-process .section-title {
    font-size: 1.8em;
  }

  .page-game-guides-suncity888-account-registration-process .registration-steps-section .step-title,
  .page-game-guides-suncity888-account-registration-process .why-register-section .feature-title,
  .page-game-guides-suncity888-account-registration-process .after-registration-section .item-title,
  .page-game-guides-suncity888-account-registration-process .faq-question {
    font-size: 1.2em;
  }

  .page-game-guides-suncity888-account-registration-process .btn {
    width: 100%;
    padding: 10px 20px;
  }
}