/* Base styles for the page content */
.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
}

/* Hero Section */
.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding, assuming body handles --header-offset */
  padding-bottom: 50px;
  overflow: hidden;
  background-color: #F4F7FB;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__hero-image {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: #2F6BFF; /* Main color */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__hero-description {
  font-size: 20px;
  color: #1F2D3D;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__btn-primary,
.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.1);
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__btn-secondary:hover {
  background: #f0f5ff;
  color: #2458cc;
  border-color: #2458cc;
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.2);
}

/* Content Area */
.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__content-area {
  padding: 50px 0;
}

/* Step-by-step Guide Section */
.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__steps-section {
  background-color: #ffffff;
  padding: 60px 0;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  margin-top: 40px;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__step-card {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #F4F7FB;
  border-radius: 8px;
  border: 1px solid #D6E2FF;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__step-title {
  font-size: 28px;
  font-weight: 700;
  color: #2F6BFF;
  margin-bottom: 25px;
  text-align: center;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__step-content img {
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: block;
  width: 100%; /* Ensure image fills its container */
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__step-content .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__text-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

/* Tips Section */
.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__tips-section {
  background-color: #F4F7FB;
  padding: 60px 0;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__tip-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__tip-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  border: 1px solid #D6E2FF;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__tip-heading {
  font-size: 22px;
  font-weight: 700;
  color: #2F6BFF;
  margin-bottom: 15px;
  text-align: center;
}

/* FAQ Section */
.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-section {
  padding: 60px 0;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

details.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF; /* Border color */
  overflow: hidden;
  background: #ffffff; /* Card BG */
}
details.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-item summary.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__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-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-item summary.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-question::-webkit-details-marker {
  display: none;
}
details.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-item summary.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-question:hover {
  background: #f5f5f5;
}
.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D; /* Text Main */
}
.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2F6BFF; /* Main color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-item .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-answer {
  padding: 0 20px 20px;
  background: #F4F7FB;
  border-radius: 0 0 5px 5px;
  color: #1F2D3D; /* Text Main */
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-answer ul {
  list-style: disc;
  margin-left: 20px;
  padding: 0;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-answer li {
  margin-bottom: 5px;
}

/* CTA Section */
.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__cta-section {
  background: linear-gradient(135deg, #2F6BFF 0%, #6FA3FF 100%);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 60px auto;
  max-width: 1200px;
  box-sizing: border-box;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__dark-section .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__section-title {
  color: #ffffff; /* White text for dark background */
  margin-top: 0;
}

.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__cta-description {
  font-size: 20px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* General image responsive styles */
.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles (max-width: 768px) */
@media (max-width: 768px) {
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__container {
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__hero-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__hero-image {
    height: 250px;
    margin-bottom: 20px;
  }

  /* HERO 主图区域 */
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__main-title {
    font-size: clamp(24px, 7vw, 36px);
    margin-bottom: 15px;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__hero-description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  /* 按钮与按钮容器 */
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__btn-primary,
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__section-title {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__text-block {
    font-size: 16px;
    padding: 0 15px;
    text-align: left;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__content-area {
    padding: 30px 0;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__steps-section {
    padding: 30px 0;
    margin-top: 20px;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__step-card {
    padding: 20px;
    margin-bottom: 30px;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__step-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__step-content img {
    min-width: unset;
    min-height: unset;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* 产品展示图区域 (Not applicable, but general image rule for content applies) */
  /* 装饰主标题 + 长文 SEO 区 */
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__introduction-section .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__text-block,
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__step-content .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__text-block {
    padding: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__tips-section {
    padding: 40px 0;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__tip-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__tip-item {
    padding: 20px;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__tip-heading {
    font-size: 20px;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-section {
    padding: 40px 0;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-list {
    padding: 0 15px;
  }

  details.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-item summary.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-question {
    padding: 15px !important;
  }
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-qtext {
    font-size: 16px;
  }
  details.page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-item .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__faq-answer {
    padding: 0 15px 15px !important;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__cta-section {
    padding: 50px 15px;
    margin: 40px auto;
  }

  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__cta-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  /* General image and container responsive rules */
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__section,
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__card,
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__container,
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo__step-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* For elements that might cause horizontal scroll */
  .page-da-ga-huong-dan-tham-gia-truc-tiep-thomo {
    overflow-x: hidden;
  }
}