.page-blog-how-to-register-suncity88-safely {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-how-to-register-suncity88-safely__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-how-to-register-suncity88-safely__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-blog-how-to-register-suncity88-safely__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-how-to-register-suncity88-safely__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
  color: #F2FFF6;
}

.page-blog-how-to-register-suncity88-safely__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-register-suncity88-safely__hero-description {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-suncity88-safely__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-suncity88-safely__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-how-to-register-suncity88-safely__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-register-suncity88-safely__section-inner {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-register-suncity88-safely__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #22C768; /* Auxiliary color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-how-to-register-suncity88-safely__paragraph {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-register-suncity88-safely__sub-title {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  color: #11A84E; /* Primary color */
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
}

.page-blog-how-to-register-suncity88-safely__feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-suncity88-safely__feature-item {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-register-suncity88-safely__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: rgba(34, 199, 104, 0.1);
  padding: 10px;
}

.page-blog-how-to-register-suncity88-safely__feature-text {
  color: #F2FFF6;
}

.page-blog-how-to-register-suncity88-safely__feature-heading {
  font-size: 1.3rem;
  color: #2AD16F;
  margin-bottom: 10px;
}

.page-blog-how-to-register-suncity88-safely__step-by-step-guide {
  margin-top: 30px;
}

.page-blog-how-to-register-suncity88-safely__step-item {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-register-suncity88-safely__step-heading {
  font-size: 1.6rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-suncity88-safely__step-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-register-suncity88-safely__info-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-how-to-register-suncity88-safely__info-list li {
  margin-bottom: 8px;
}

.page-blog-how-to-register-suncity88-safely__info-list strong {
  color: #57E38D; /* Glow */
}

.page-blog-how-to-register-suncity88-safely__safety-tips {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-how-to-register-suncity88-safely__safety-item {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-register-suncity88-safely__safety-heading {
  font-size: 1.4rem;
  color: #2AD16F;
  margin-bottom: 10px;
}

.page-blog-how-to-register-suncity88-safely__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-register-suncity88-safely__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  margin-bottom: 15px;
  border: 1px solid #2E7A4E; /* Border */
  overflow: hidden;
}

.page-blog-how-to-register-suncity88-safely__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid #1E3A2A; /* Divider */
  transition: background-color 0.3s ease;
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.page-blog-how-to-register-suncity88-safely__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-suncity88-safely__faq-question:hover {
  background-color: #11A84E;
}

.page-blog-how-to-register-suncity88-safely__faq-item[open] .page-blog-how-to-register-suncity88-safely__faq-question {
  background-color: #11A84E;
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-how-to-register-suncity88-safely__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-register-suncity88-safely__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #F2FFF6;
}

.page-blog-how-to-register-suncity88-safely__faq-item[open] .page-blog-how-to-register-suncity88-safely__faq-toggle {
  color: #F2FFF6;
}

.page-blog-how-to-register-suncity88-safely__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  background-color: #11271B; /* Card BG */
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-how-to-register-suncity88-safely__faq-answer p {
  margin-bottom: 0;
}

.page-blog-how-to-register-suncity88-safely__cta-buttons-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.page-blog-how-to-register-suncity88-safely__cta-button--primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
}

.page-blog-how-to-register-suncity88-safely__cta-button--secondary {
  background: transparent;
  border: 2px solid #2AD16F;
  color: #2AD16F;
}

.page-blog-how-to-register-suncity88-safely__cta-button--secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  color: #57E38D;
  transform: translateY(-2px);
}

.page-blog-how-to-register-suncity88-safely a {
  color: #57E38D; /* Glow */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-how-to-register-suncity88-safely a:hover {
  color: #2AD16F;
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-register-suncity88-safely__feature-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-suncity88-safely {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-register-suncity88-safely__hero-content {
    padding: 15px;
  }

  .page-blog-how-to-register-suncity88-safely__main-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .page-blog-how-to-register-suncity88-safely__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-how-to-register-suncity88-safely__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-register-suncity88-safely__content-area {
    padding: 40px 15px;
  }

  .page-blog-how-to-register-suncity88-safely__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 30px;
  }

  .page-blog-how-to-register-suncity88-safely__sub-title {
    font-size: clamp(1.3rem, 5vw, 1.6rem);
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-suncity88-safely__feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-register-suncity88-safely__feature-item,
  .page-blog-how-to-register-suncity88-safely__step-item,
  .page-blog-how-to-register-suncity88-safely__safety-item,
  .page-blog-how-to-register-suncity88-safely__faq-item {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-register-suncity88-safely__step-heading,
  .page-blog-how-to-register-suncity88-safely__safety-heading {
    font-size: 1.3rem;
  }

  .page-blog-how-to-register-suncity88-safely__step-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-register-suncity88-safely__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-how-to-register-suncity88-safely__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-how-to-register-suncity88-safely__cta-buttons-bottom {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-register-suncity88-safely__main-title {
    font-size: clamp(1.8rem, 10vw, 2.5rem);
  }

  .page-blog-how-to-register-suncity88-safely__hero-description {
    font-size: clamp(0.9rem, 4vw, 1rem);
  }

  .page-blog-how-to-register-suncity88-safely__cta-button {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}