/* style/blog-huong-dan-dang-ky-g088.css */

:root {
  --primary-color: #FF8C1A;
  --secondary-color: #FFA53A;
  --card-bg-color: #17191F;
  --background-color: #0D0E12;
  --text-main-color: #FFF3E6;
  --border-color: #A84F0C;
  --glow-color: #FFB04D;
  --deep-orange-color: #D96800;
}

.page-blog-huong-dan-dang-ky-g088 {
  font-family: Arial, sans-serif;
  color: var(--text-main-color); /* Light text for dark body background */
  background-color: var(--background-color); /* Inherited from shared, but for clarity */
  line-height: 1.6;
}

.page-blog-huong-dan-dang-ky-g088__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 40px;
  background-color: var(--background-color);
}

.page-blog-huong-dan-dang-ky-g088__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  gap: 40px;
}

.page-blog-huong-dan-dang-ky-g088__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-g088__main-title {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--glow-color);
}

.page-blog-huong-dan-dang-ky-g088__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-g088__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-g088__btn-primary,
.page-blog-huong-dan-dang-ky-g088__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-g088__btn-primary {
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--deep-orange-color) 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-huong-dan-dang-ky-g088__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-g088__btn-secondary {
  background: var(--card-bg-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-huong-dan-dang-ky-g088__btn-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-g088__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-g088__article-main-image,
.page-blog-huong-dan-dang-ky-g088__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-g088__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  background-color: var(--background-color);
  border-radius: 8px;
}

.page-blog-huong-dan-dang-ky-g088__text-block {
  margin-bottom: 40px;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-g088__section-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 25px;
  color: var(--primary-color);
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-g088__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--glow-color);
  border-radius: 2px;
}

.page-blog-huong-dan-dang-ky-g088__sub-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-g088 p {
  margin-bottom: 15px;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-g088__inline-link {
  color: var(--glow-color);
  text-decoration: none;
  font-weight: bold;
}

.page-blog-huong-dan-dang-ky-g088__inline-link:hover {
  text-decoration: underline;
}

.page-blog-huong-dan-dang-ky-g088__list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-g088__list li {
  margin-bottom: 8px;
}

.page-blog-huong-dan-dang-ky-g088__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-g088__faq-section {
  padding: 40px 16px;
  background-color: var(--card-bg-color);
  border-radius: 8px;
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-g088__faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-g088__faq-list {
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-g088__faq-item {
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-g088__faq-item summary {
  display: block;
  padding: 20px;
  cursor: pointer;
  outline: none;
  position: relative;
  list-style: none;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.1em;
}

.page-blog-huong-dan-dang-ky-g088__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-dang-ky-g088__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-blog-huong-dan-dang-ky-g088__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-g088__faq-item[open] .page-blog-huong-dan-dang-ky-g088__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-huong-dan-dang-ky-g088__faq-answer {
  padding: 0 20px 20px;
  color: var(--text-main-color);
  font-size: 0.95em;
}

.page-blog-huong-dan-dang-ky-g088__cta-buttons--bottom {
  margin-top: 50px;
  justify-content: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-g088__main-title {
    font-size: 2.2em;
  }

  .page-blog-huong-dan-dang-ky-g088__description {
    font-size: 1em;
  }

  .page-blog-huong-dan-dang-ky-g088__hero-container {
    padding: 30px 16px;
    gap: 30px;
  }

  .page-blog-huong-dan-dang-ky-g088__section-title {
    font-size: 1.8em;
  }

  .page-blog-huong-dan-dang-ky-g088__sub-title {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-g088 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-huong-dan-dang-ky-g088__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-huong-dan-dang-ky-g088__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 20px;
  }

  .page-blog-huong-dan-dang-ky-g088__hero-content {
    text-align: center;
    flex: none;
    width: 100%;
  }

  .page-blog-huong-dan-dang-ky-g088__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-g088__description {
    font-size: 0.95em;
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-dang-ky-g088__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-g088__btn-primary,
  .page-blog-huong-dan-dang-ky-g088__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-huong-dan-dang-ky-g088__hero-image {
    flex: none;
    width: 100%;
    order: -1; /* Image above text on mobile */
  }

  .page-blog-huong-dan-dang-ky-g088__article-main-image,
  .page-blog-huong-dan-dang-ky-g088__article-image,
  .page-blog-huong-dan-dang-ky-g088 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-g088__content-area,
  .page-blog-huong-dan-dang-ky-g088__faq-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-g088__section-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-g088__sub-title {
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-huong-dan-dang-ky-g088__text-block {
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-g088__list {
    margin-left: 15px;
  }

  .page-blog-huong-dan-dang-ky-g088__faq-item summary {
    padding: 15px;
    font-size: 1em;
  }

  .page-blog-huong-dan-dang-ky-g088__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.9em;
  }

  .page-blog-huong-dan-dang-ky-g088__cta-buttons--bottom {
    margin-top: 40px;
    padding: 0;
  }
}