.page-blog-thabet-dang-ky-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-thabet-dang-ky-guide__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-thabet-dang-ky-guide__light-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-thabet-dang-ky-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-thabet-dang-ky-guide__hero-section {
  position: relative;
  text-align: center;
  padding: 60px 0;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-blog-thabet-dang-ky-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-thabet-dang-ky-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-blog-thabet-dang-ky-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-blog-thabet-dang-ky-guide__hero-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F2C14E; /* Gold */
}

.page-blog-thabet-dang-ky-guide__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-thabet-dang-ky-guide__hero-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-thabet-dang-ky-guide__hero-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-thabet-dang-ky-guide__intro-section,
.page-blog-thabet-dang-ky-guide__steps-section,
.page-blog-thabet-dang-ky-guide__benefits-section,
.page-blog-thabet-dang-ky-guide__faq-section,
.page-blog-thabet-dang-ky-guide__cta-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-thabet-dang-ky-guide__intro-title,
.page-blog-thabet-dang-ky-guide__video-title,
.page-blog-thabet-dang-ky-guide__steps-title,
.page-blog-thabet-dang-ky-guide__benefits-title,
.page-blog-thabet-dang-ky-guide__faq-title,
.page-blog-thabet-dang-ky-guide__cta-title {
  font-size: 2em;
  text-align: center;
  margin-bottom: 30px;
  color: #F2C14E; /* Gold */
}

.page-blog-thabet-dang-ky-guide__intro-text,
.page-blog-thabet-dang-ky-guide__video-description,
.page-blog-thabet-dang-ky-guide__steps-intro,
.page-blog-thabet-dang-ky-guide__benefits-intro,
.page-blog-thabet-dang-ky-guide__cta-description {
  font-size: 1em;
  text-align: center;
  margin-bottom: 40px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-thabet-dang-ky-guide__video-section {
  text-align: center;
}

.page-blog-thabet-dang-ky-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto;
  border-radius: 10px;
}

.page-blog-thabet-dang-ky-guide__video-wrapper .page-blog-thabet-dang-ky-guide__video,
.page-blog-thabet-dang-ky-guide__video-wrapper .page-blog-thabet-dang-ky-guide__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-thabet-dang-ky-guide__video-link {
  display: block;
  cursor: pointer;
}

.page-blog-thabet-dang-ky-guide__step-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-thabet-dang-ky-guide__step-number {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #22C768;
  color: #08160F;
  font-size: 1.8em;
  font-weight: bold;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.page-blog-thabet-dang-ky-guide__step-heading {
  font-size: 1.5em;
  color: #57E38D; /* Glow */
  margin-bottom: 15px;
  padding-right: 70px; /* Space for step number */
}

.page-blog-thabet-dang-ky-guide__step-text,
.page-blog-thabet-dang-ky-guide__step-list {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-thabet-dang-ky-guide__step-list {
  list-style-type: disc;
  margin-left: 20px;
}

.page-blog-thabet-dang-ky-guide__step-list li {
  margin-bottom: 8px;
}

.page-blog-thabet-dang-ky-guide__step-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-thabet-dang-ky-guide__step-button {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease;
  margin-top: 15px;
}

.page-blog-thabet-dang-ky-guide__step-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-thabet-dang-ky-guide__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-thabet-dang-ky-guide__benefit-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-thabet-dang-ky-guide__benefit-heading {
  font-size: 1.3em;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
}

.page-blog-thabet-dang-ky-guide__benefit-text {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-thabet-dang-ky-guide__benefits-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 40px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-thabet-dang-ky-guide__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-thabet-dang-ky-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-thabet-dang-ky-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #11271B; /* Card BG */
  list-style: none; /* For details/summary */
}

.page-blog-thabet-dang-ky-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-thabet-dang-ky-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-thabet-dang-ky-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #22C768;
}

.page-blog-thabet-dang-ky-guide__faq-answer {
  padding: 0 25px 18px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

.page-blog-thabet-dang-ky-guide__cta-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-thabet-dang-ky-guide__cta-button {
  display: inline-block;
  padding: 18px 40px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2em;
  transition: background 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-thabet-dang-ky-guide__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-thabet-dang-ky-guide .highlight {
  color: #F2C14E; /* Gold */
  font-weight: bold;
}

/* General text and link styling */
.page-blog-thabet-dang-ky-guide p,
.page-blog-thabet-dang-ky-guide li {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-thabet-dang-ky-guide a {
  color: #2AD16F;
  text-decoration: none;
}

.page-blog-thabet-dang-ky-guide a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-thabet-dang-ky-guide__hero-title {
    font-size: 2em;
  }
  .page-blog-thabet-dang-ky-guide__intro-title,
  .page-blog-thabet-dang-ky-guide__video-title,
  .page-blog-thabet-dang-ky-guide__steps-title,
  .page-blog-thabet-dang-ky-guide__benefits-title,
  .page-blog-thabet-dang-ky-guide__faq-title,
  .page-blog-thabet-dang-ky-guide__cta-title {
    font-size: 1.8em;
  }
  .page-blog-thabet-dang-ky-guide__step-heading {
    font-size: 1.3em;
  }
  .page-blog-thabet-dang-ky-guide__benefit-heading {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-blog-thabet-dang-ky-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-thabet-dang-ky-guide__hero-section {
    padding: 40px 0;
    padding-top: 10px !important;
  }
  .page-blog-thabet-dang-ky-guide__hero-title {
    font-size: 1.8em;
  }
  .page-blog-thabet-dang-ky-guide__hero-description {
    font-size: 1em;
  }
  .page-blog-thabet-dang-ky-guide__intro-section,
  .page-blog-thabet-dang-ky-guide__steps-section,
  .page-blog-thabet-dang-ky-guide__benefits-section,
  .page-blog-thabet-dang-ky-guide__faq-section,
  .page-blog-thabet-dang-ky-guide__cta-section {
    padding: 40px 0;
  }
  .page-blog-thabet-dang-ky-guide__intro-title,
  .page-blog-thabet-dang-ky-guide__video-title,
  .page-blog-thabet-dang-ky-guide__steps-title,
  .page-blog-thabet-dang-ky-guide__benefits-title,
  .page-blog-thabet-dang-ky-guide__faq-title,
  .page-blog-thabet-dang-ky-guide__cta-title {
    font-size: 1.5em;
  }
  .page-blog-thabet-dang-ky-guide__step-card {
    padding: 20px;
  }
  .page-blog-thabet-dang-ky-guide__step-number {
    font-size: 1.3em;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .page-blog-thabet-dang-ky-guide__step-heading {
    font-size: 1.2em;
    padding-right: 50px;
  }
  .page-blog-thabet-dang-ky-guide__benefits-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-thabet-dang-ky-guide__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-thabet-dang-ky-guide__faq-answer {
    padding: 0 20px 15px;
  }
  .page-blog-thabet-dang-ky-guide__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  /* Mobile responsive for images */
  .page-blog-thabet-dang-ky-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  /* Mobile responsive for video */
  .page-blog-thabet-dang-ky-guide video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-thabet-dang-ky-guide__video-section,
  .page-blog-thabet-dang-ky-guide__video-container,
  .page-blog-thabet-dang-ky-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-thabet-dang-ky-guide__video-section {
    padding-top: 10px !important;
  }
  /* Mobile responsive for buttons */
  .page-blog-thabet-dang-ky-guide__hero-button,
  .page-blog-thabet-dang-ky-guide__step-button,
  .page-blog-thabet-dang-ky-guide__cta-button,
  .page-blog-thabet-dang-ky-guide a[class*="button"],
  .page-blog-thabet-dang-ky-guide a[class*="btn"] {
    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-thabet-dang-ky-guide__cta-buttons,
  .page-blog-thabet-dang-ky-guide__button-group,
  .page-blog-thabet-dang-ky-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-thabet-dang-ky-guide__cta-buttons {
    display: flex;
    flex-direction: column;
  }
  .page-blog-thabet-dang-ky-guide__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}