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

.page-blog-huong-dan-dang-ky-f168s {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-blog-huong-dan-dang-ky-f168s__hero-section {
  padding-top: 10px; /* Small top padding, assuming body has header offset */
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

.page-blog-huong-dan-dang-ky-f168s__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0 16px;
}

.page-blog-huong-dan-dang-ky-f168s__hero-image-wrapper {
  width: 100%;
  max-width: 1000px; /* Adjust max-width for the hero image */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-f168s__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-huong-dan-dang-ky-f168s__hero-content {
  text-align: center;
  max-width: 800px;
}

.page-blog-huong-dan-dang-ky-f168s__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-f168s__hero-description {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #1F2D3D;
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-f168s__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-f168s__btn-primary,
.page-blog-huong-dan-dang-ky-f168s__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-huong-dan-dang-ky-f168s__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-huong-dan-dang-ky-f168s__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
}

.page-blog-huong-dan-dang-ky-f168s__btn-secondary {
  background-color: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF; /* Border */
}

.page-blog-huong-dan-dang-ky-f168s__btn-secondary:hover {
  background-color: #f0f7ff;
  color: #1F52CC;
}

.page-blog-huong-dan-dang-ky-f168s__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 16px;
  line-height: 1.7;
  font-size: 1.05rem;
  color: #1F2D3D;
}

.page-blog-huong-dan-dang-ky-f168s__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-f168s__introduction-section p {
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-huong-dan-dang-ky-f168s__guide-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-blog-huong-dan-dang-ky-f168s__step-item {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #D6E2FF; /* Border */
}

.page-blog-huong-dan-dang-ky-f168s__step-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-f168s__step-item p {
  margin-bottom: 15px;
  text-align: justify;
}

.page-blog-huong-dan-dang-ky-f168s__step-image {
  width: 100%;
  height: auto;
  max-width: 700px;
  display: block;
  margin: 20px auto 0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-f168s__tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-huong-dan-dang-ky-f168s__tips-list li {
  background-color: #FFFFFF; /* Card BG */
  border-left: 5px solid #2F6BFF;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #1F2D3D;
}

.page-blog-huong-dan-dang-ky-f168s__tips-list li strong {
  color: #000000;
}

.page-blog-huong-dan-dang-ky-f168s__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-f168s__benefit-card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #D6E2FF; /* Border */
  text-align: center;
}

.page-blog-huong-dan-dang-ky-f168s__benefit-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-f168s__benefit-card p {
  color: #1F2D3D;
  text-align: justify;
}

.page-blog-huong-dan-dang-ky-f168s__cta-section {
  text-align: center;
  margin-top: 50px;
}

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

.page-blog-huong-dan-dang-ky-f168s__faq-item {
  background-color: #FFFFFF; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-f168s__faq-item summary {
  display: block;
  padding: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.page-blog-huong-dan-dang-ky-f168s__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #2F6BFF;
}

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

.page-blog-huong-dan-dang-ky-f168s__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #1F2D3D;
  text-align: justify;
}

.page-blog-huong-dan-dang-ky-f168s__cta-final-section {
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff; /* Forced white text for contrast */
  padding: 60px 16px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-f168s__cta-final-section .page-blog-huong-dan-dang-ky-f168s__section-title,
.page-blog-huong-dan-dang-ky-f168s__cta-final-section .page-blog-huong-dan-dang-ky-f168s__final-cta-description {
  color: #ffffff; /* Ensure white text */
}

.page-blog-huong-dan-dang-ky-f168s__final-cta-description {
  font-size: 1.15rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* General image responsiveness */
.page-blog-huong-dan-dang-ky-f168s img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

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

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

  .page-blog-huong-dan-dang-ky-f168s__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-dang-ky-f168s__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-f168s__btn-primary,
  .page-blog-huong-dan-dang-ky-f168s__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 1rem;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-huong-dan-dang-ky-f168s__content-area {
    padding: 30px 15px;
  }

  .page-blog-huong-dan-dang-ky-f168s__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-dang-ky-f168s__guide-steps {
    gap: 30px;
  }

  .page-blog-huong-dan-dang-ky-f168s__step-item {
    padding: 20px;
  }

  .page-blog-huong-dan-dang-ky-f168s__step-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .page-blog-huong-dan-dang-ky-f168s__step-image {
    margin-top: 15px;
  }

  .page-blog-huong-dan-dang-ky-f168s__tips-list li {
    padding: 12px 15px;
    margin-bottom: 10px;
    font-size: 0.95rem;
  }

  .page-blog-huong-dan-dang-ky-f168s__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-huong-dan-dang-ky-f168s__benefit-card {
    padding: 25px;
  }

  .page-blog-huong-dan-dang-ky-f168s__benefit-title {
    font-size: 1.2rem;
  }

  .page-blog-huong-dan-dang-ky-f168s__cta-section {
    margin-top: 40px;
  }

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

  .page-blog-huong-dan-dang-ky-f168s__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.95rem;
  }

  .page-blog-huong-dan-dang-ky-f168s__cta-final-section {
    padding: 40px 15px;
  }

  .page-blog-huong-dan-dang-ky-f168s__final-cta-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  /* Universal image responsiveness for content area */
  .page-blog-huong-dan-dang-ky-f168s img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-dang-ky-f168s__section,
  .page-blog-huong-dan-dang-ky-f168s__card,
  .page-blog-huong-dan-dang-ky-f168s__container,
  .page-blog-huong-dan-dang-ky-f168s__guide-steps,
  .page-blog-huong-dan-dang-ky-f168s__benefits-grid,
  .page-blog-huong-dan-dang-ky-f168s__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Contrast fixes for dark section */
.page-blog-huong-dan-dang-ky-f168s__dark-section .page-blog-huong-dan-dang-ky-f168s__section-title,
.page-blog-huong-dan-dang-ky-f168s__dark-section .page-blog-huong-dan-dang-ky-f168s__final-cta-description {
  color: #ffffff !important;
}