.page-blog-huong-dan-dang-ky-nhan-58k {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D;
  background-color: #F4F7FB;
  line-height: 1.6;
}

.page-blog-huong-dan-dang-ky-nhan-58k__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-huong-dan-dang-ky-nhan-58k__hero-section {
  position: relative;
  padding-top: 10px; /* Consistent with common fragment, not var(--header-offset) */
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-nhan-58k__hero-image-wrapper {
  width: 100%;
  max-height: 550px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-huong-dan-dang-ky-nhan-58k__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Ensures the image covers the area */
}

.page-blog-huong-dan-dang-ky-nhan-58k__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  background: #ffffff; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -100px; /* Overlap with image */
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-nhan-58k__main-title {
  font-size: clamp(28px, 4vw, 48px); /* Responsive font size */
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-nhan-58k__description {
  font-size: 18px;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
  line-height: 1.7;
}

.page-blog-huong-dan-dang-ky-nhan-58k__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.page-blog-huong-dan-dang-ky-nhan-58k__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-nhan-58k__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-nhan-58k__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-nhan-58k__btn-secondary:hover {
  background: #F4F7FB;
  color: #2F6BFF;
  border-color: #4A8BFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.page-blog-huong-dan-dang-ky-nhan-58k__btn-tertiary {
  background: #D6E2FF; /* Border color as background */
  color: #2F6BFF;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 5px;
}

.page-blog-huong-dan-dang-ky-nhan-58k__btn-tertiary:hover {
  background: #A5C4FF; /* Glow color */
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-nhan-58k__center-btn {
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-nhan-58k__content-section {
  padding: 40px 0;
  margin-bottom: 30px;
  background-color: #FFFFFF; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-nhan-58k__content-section:last-of-type {
  margin-bottom: 0;
}

.page-blog-huong-dan-dang-ky-nhan-58k__section-title {
  font-size: clamp(24px, 3vw, 36px);
  color: #2F6BFF;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

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

.page-blog-huong-dan-dang-ky-nhan-58k__sub-title {
  font-size: clamp(20px, 2.5vw, 26px);
  color: #000000; /* Custom Color_1776249996415 */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-huong-dan-dang-ky-nhan-58k__paragraph {
  font-size: 17px;
  color: #1F2D3D;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-huong-dan-dang-ky-nhan-58k__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-huong-dan-dang-ky-nhan-58k__list li {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6;
}

.page-blog-huong-dan-dang-ky-nhan-58k__list li strong {
  color: #2F6BFF;
}

.page-blog-huong-dan-dang-ky-nhan-58k__list--two-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.page-blog-huong-dan-dang-ky-nhan-58k__list--two-cols li {
  background: #F4F7FB; /* Background color */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #D6E2FF; /* Border color */
}

.page-blog-huong-dan-dang-ky-nhan-58k__image-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-nhan-58k__image-text-block--reverse {
  flex-direction: row-reverse;
}

.page-blog-huong-dan-dang-ky-nhan-58k__image-text-block img {
  flex: 1;
  min-width: 400px;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-blog-huong-dan-dang-ky-nhan-58k__image-text-block .page-blog-huong-dan-dang-ky-nhan-58k__text-block {
  flex: 1;
  min-width: 300px;
}

.page-blog-huong-dan-dang-ky-nhan-58k__content-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-huong-dan-dang-ky-nhan-58k__game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-nhan-58k__game-card {
  background: #FFFFFF; /* Card BG */
  border: 1px solid #D6E2FF; /* Border color */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-huong-dan-dang-ky-nhan-58k__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-nhan-58k__game-card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-huong-dan-dang-ky-nhan-58k__game-card-title {
  font-size: 20px;
  color: #2F6BFF;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-huong-dan-dang-ky-nhan-58k__game-card p {
  font-size: 15px;
  color: #1F2D3D;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* FAQ Styles */
details.page-blog-huong-dan-dang-ky-nhan-58k__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF; /* Border color */
  overflow: hidden;
  background: #FFFFFF; /* Card BG */
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

details.page-blog-huong-dan-dang-ky-nhan-58k__faq-item summary.page-blog-huong-dan-dang-ky-nhan-58k__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page-blog-huong-dan-dang-ky-nhan-58k__faq-item summary.page-blog-huong-dan-dang-ky-nhan-58k__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-huong-dan-dang-ky-nhan-58k__faq-item summary.page-blog-huong-dan-dang-ky-nhan-58k__faq-question:hover {
  background: #F4F7FB; /* Background color */
}

.page-blog-huong-dan-dang-ky-nhan-58k__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #1F2D3D; /* Text Main */
  text-align: left;
}

.page-blog-huong-dan-dang-ky-nhan-58k__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2F6BFF;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-huong-dan-dang-ky-nhan-58k__faq-item .page-blog-huong-dan-dang-ky-nhan-58k__faq-answer {
  padding: 0 20px 20px;
  background: #F4F7FB; /* Background color */
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  color: #1F2D3D;
  line-height: 1.7;
}

.page-blog-huong-dan-dang-ky-nhan-58k__faq-answer p {
  margin-bottom: 0;
}

.page-blog-huong-dan-dang-ky-nhan-58k__cta-buttons--bottom {
  margin-top: 50px;
}


/* --- Responsive Styles --- */

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

/* @media (max-width: 1024px) */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-nhan-58k__container {
    padding: 20px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__hero-content {
    margin-top: -80px;
    padding: 30px 20px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__list--two-cols {
    grid-template-columns: 1fr;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__image-text-block img {
    min-width: unset;
  }
}

/* @media (max-width: 849px) for hero image object-fit */
@media (max-width: 849px) {
  .page-blog-huong-dan-dang-ky-nhan-58k__hero-image {
    object-fit: contain !important; /* Ensure image is fully visible */
    aspect-ratio: unset !important; /* Remove fixed aspect ratio */
    width: 100%;
    height: auto; /* Allow height to adjust naturally */
  }
  .page-blog-huong-dan-dang-ky-nhan-58k__hero-image-wrapper {
    max-height: none;
  }
}

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

  .page-blog-huong-dan-dang-ky-nhan-58k__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__hero-section {
    padding-top: 10px; /* Reduced top padding for mobile */
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__hero-content {
    margin-top: -60px; /* Adjust overlap */
    padding: 25px 15px;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__main-title {
    font-size: clamp(24px, 7vw, 36px); /* More aggressive clamp for mobile */
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__description,
  .page-blog-huong-dan-dang-ky-nhan-58k__paragraph,
  .page-blog-huong-dan-dang-ky-nhan-58k__list li,
  .page-blog-huong-dan-dang-ky-nhan-58k__faq-answer p {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__cta-buttons {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__btn-primary,
  .page-blog-huong-dan-dang-ky-nhan-58k__btn-secondary,
  .page-blog-huong-dan-dang-ky-nhan-58k__btn-tertiary,
  .page-blog-huong-dan-dang-ky-nhan-58k a[class*="button"],
  .page-blog-huong-dan-dang-ky-nhan-58k 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-huong-dan-dang-ky-nhan-58k__content-section {
    padding: 30px 0;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__section-title {
    font-size: clamp(22px, 6vw, 30px);
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__sub-title {
    font-size: clamp(18px, 5vw, 22px);
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__list {
    margin-left: 20px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__list--two-cols li {
    padding: 20px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__image-text-block {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__image-text-block--reverse {
    flex-direction: column; /* Stacks vertically on mobile */
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__image-text-block img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-width: unset;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__game-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__game-card-image {
    height: 160px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__game-card-title {
    font-size: 18px;
  }

  details.page-blog-huong-dan-dang-ky-nhan-58k__faq-item summary.page-blog-huong-dan-dang-ky-nhan-58k__faq-question {
    padding: 15px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__faq-qtext {
    font-size: 16px;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }

  details.page-blog-huong-dan-dang-ky-nhan-58k__faq-item .page-blog-huong-dan-dang-ky-nhan-58k__faq-answer {
    padding: 0 15px 15px;
  }
  
  /* Ensure all content area images are responsive */
  .page-blog-huong-dan-dang-ky-nhan-58k__content-area img,
  .page-blog-huong-dan-dang-ky-nhan-58k__article-body img,
  .page-blog-huong-dan-dang-ky-nhan-58k__image-text-block img,
  .page-blog-huong-dan-dang-ky-nhan-58k__game-card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__content-area,
  .page-blog-huong-dan-dang-ky-nhan-58k__section,
  .page-blog-huong-dan-dang-ky-nhan-58k__card,
  .page-blog-huong-dan-dang-ky-nhan-58k__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-blog-huong-dan-dang-ky-nhan-58k__cta-buttons--bottom {
    margin-top: 30px;
  }
}