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

.page-blog-how-to-register-and-deposit-au888-official__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-how-to-register-and-deposit-au888-official__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-how-to-register-and-deposit-au888-official__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

.page-blog-how-to-register-and-deposit-au888-official__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(17, 39, 27, 0.7); /* Card BG with transparency */
  border-radius: 12px;
}

.page-blog-how-to-register-and-deposit-au888-official__main-title {
  font-size: clamp(2.2em, 5vw, 3.5em);
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-register-and-deposit-au888-official__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-how-to-register-and-deposit-au888-official__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-register-and-deposit-au888-official__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 15px #57E38D; /* Glow */
}

.page-blog-how-to-register-and-deposit-au888-official__cta-button--wide {
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
}

.page-blog-how-to-register-and-deposit-au888-official__cta-button--final {
  margin-top: 40px;
  font-size: 1.2em;
  padding: 18px 35px;
  background: linear-gradient(180deg, #57E38D 0%, #2AD16F 100%);
}

.page-blog-how-to-register-and-deposit-au888-official__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-register-and-deposit-au888-official__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #22C768; /* Auxiliary color */
  border-radius: 2px;
}

.page-blog-how-to-register-and-deposit-au888-official__text-content {
  font-size: 1.05em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 25px;
  text-align: justify;
}

.page-blog-how-to-register-and-deposit-au888-official__highlight {
  color: #F2C14E; /* Gold */
  font-weight: bold;
}

.page-blog-how-to-register-and-deposit-au888-official__registration-guide,
.page-blog-how-to-register-and-deposit-au888-official__deposit-methods,
.page-blog-how-to-register-and-deposit-au888-official__important-notes,
.page-blog-how-to-register-and-deposit-au888-official__promotions-section,
.page-blog-how-to-register-and-deposit-au888-official__faq-section,
.page-blog-how-to-register-and-deposit-au888-official__conclusion-section {
  padding: 40px 0;
  background-color: #08160F; /* Background */
}

.page-blog-how-to-register-and-deposit-au888-official__step-card,
.page-blog-how-to-register-and-deposit-au888-official__method-card,
.page-blog-how-to-register-and-deposit-au888-official__note-item,
.page-blog-how-to-register-and-deposit-au888-official__promo-item {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-register-and-deposit-au888-official__step-title,
.page-blog-how-to-register-and-deposit-au888-official__method-title,
.page-blog-how-to-register-and-deposit-au888-official__note-title,
.page-blog-how-to-register-and-deposit-au888-official__promo-title {
  font-size: 1.8em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  border-bottom: 2px solid #1E3A2A; /* Divider */
  padding-bottom: 10px;
}

.page-blog-how-to-register-and-deposit-au888-official__step-description,
.page-blog-how-to-register-and-deposit-au888-official__method-description,
.page-blog-how-to-register-and-deposit-au888-official__note-description,
.page-blog-how-to-register-and-deposit-au888-official__promo-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-how-to-register-and-deposit-au888-official__step-image,
.page-blog-how-to-register-and-deposit-au888-official__method-image,
.page-blog-how-to-register-and-deposit-au888-official__support-image,
.page-blog-how-to-register-and-deposit-au888-official__promo-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 25px;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-register-and-deposit-au888-official__method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-and-deposit-au888-official__notes-list,
.page-blog-how-to-register-and-deposit-au888-official__promo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-how-to-register-and-deposit-au888-official__note-item:not(:last-child),
.page-blog-how-to-register-and-deposit-au888-official__promo-item:not(:last-child) {
  margin-bottom: 20px;
}

/* FAQ Section */
.page-blog-how-to-register-and-deposit-au888-official__faq-list {
  margin-top: 40px;
}

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

.page-blog-how-to-register-and-deposit-au888-official__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-register-and-deposit-au888-official__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-and-deposit-au888-official__faq-question:hover {
  background-color: #13994A;
}

.page-blog-how-to-register-and-deposit-au888-official__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #F2C14E; /* Gold */
  transition: transform 0.3s ease;
}

.page-blog-how-to-register-and-deposit-au888-official__faq-item[open] .page-blog-how-to-register-and-deposit-au888-official__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-register-and-deposit-au888-official__faq-answer {
  padding: 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  background-color: #11271B; /* Card BG */
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-how-to-register-and-deposit-au888-official__faq-answer p {
  margin-bottom: 0;
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-register-and-deposit-au888-official__section-title {
    font-size: 2em;
  }
  .page-blog-how-to-register-and-deposit-au888-official__step-title,
  .page-blog-how-to-register-and-deposit-au888-official__method-title,
  .page-blog-how-to-register-and-deposit-au888-official__note-title,
  .page-blog-how-to-register-and-deposit-au888-official__promo-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-and-deposit-au888-official {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-register-and-deposit-au888-official__container {
    padding: 0 15px;
  }
  .page-blog-how-to-register-and-deposit-au888-official__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-blog-how-to-register-and-deposit-au888-official__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }
  .page-blog-how-to-register-and-deposit-au888-official__description {
    font-size: 1em;
  }
  .page-blog-how-to-register-and-deposit-au888-official__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-register-and-deposit-au888-official__cta-button--wide,
  .page-blog-how-to-register-and-deposit-au888-official__cta-button--final {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .page-blog-how-to-register-and-deposit-au888-official__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .page-blog-how-to-register-and-deposit-au888-official__text-content {
    font-size: 0.95em;
  }
  .page-blog-how-to-register-and-deposit-au888-official__step-card,
  .page-blog-how-to-register-and-deposit-au888-official__method-card,
  .page-blog-how-to-register-and-deposit-au888-official__note-item,
  .page-blog-how-to-register-and-deposit-au888-official__promo-item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .page-blog-how-to-register-and-deposit-au888-official__step-title,
  .page-blog-how-to-register-and-deposit-au888-official__method-title,
  .page-blog-how-to-register-and-deposit-au888-official__note-title,
  .page-blog-how-to-register-and-deposit-au888-official__promo-title {
    font-size: 1.3em;
  }
  .page-blog-how-to-register-and-deposit-au888-official__step-image,
  .page-blog-how-to-register-and-deposit-au888-official__method-image,
  .page-blog-how-to-register-and-deposit-au888-official__support-image,
  .page-blog-how-to-register-and-deposit-au888-official__promo-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-register-and-deposit-au888-official__registration-guide,
  .page-blog-how-to-register-and-deposit-au888-official__deposit-methods,
  .page-blog-how-to-register-and-deposit-au888-official__important-notes,
  .page-blog-how-to-register-and-deposit-au888-official__promotions-section,
  .page-blog-how-to-register-and-deposit-au888-official__faq-section,
  .page-blog-how-to-register-and-deposit-au888-official__conclusion-section {
    padding: 30px 0;
  }
  .page-blog-how-to-register-and-deposit-au888-official__faq-question {
    font-size: 1em;
    padding: 15px;
  }
  .page-blog-how-to-register-and-deposit-au888-official__faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-register-and-deposit-au888-official__section-title {
    font-size: 1.5em;
  }
  .page-blog-how-to-register-and-deposit-au888-official__step-title,
  .page-blog-how-to-register-and-deposit-au888-official__method-title,
  .page-blog-how-to-register-and-deposit-au888-official__note-title,
  .page-blog-how-to-register-and-deposit-au888-official__promo-title {
    font-size: 1.2em;
  }
  .page-blog-how-to-register-and-deposit-au888-official__cta-button {
    font-size: 1em;
    padding: 12px 20px;
  }
}