.page-the-thao-huong-dan-cuoc {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #F4F7FB; /* Default background */
}

.page-the-thao-huong-dan-cuoc__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}

.page-the-thao-huong-dan-cuoc__container--center {
  text-align: center;
}

.page-the-thao-huong-dan-cuoc__hero-section {
  padding-top: 10px; /* Small top padding for hero section */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F4F7FB;
}

.page-the-thao-huong-dan-cuoc__hero-image {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

.page-the-thao-huong-dan-cuoc__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-the-thao-huong-dan-cuoc__hero-content {
  max-width: 1200px;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: -80px; /* Overlap with image for visual effect */
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  color: #1F2D3D;
}

.page-the-thao-huong-dan-cuoc__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  color: #1F2D3D;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-the-thao-huong-dan-cuoc__description {
  font-size: 1.1em;
  color: #1F2D3D;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao-huong-dan-cuoc__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-the-thao-huong-dan-cuoc__btn-primary,
.page-the-thao-huong-dan-cuoc__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-the-thao-huong-dan-cuoc__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-the-thao-huong-dan-cuoc__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(47, 107, 255, 0.4);
}

.page-the-thao-huong-dan-cuoc__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-the-thao-huong-dan-cuoc__btn-secondary:hover {
  transform: translateY(-2px);
  background: #2F6BFF;
  color: #ffffff;
  box-shadow: 0 6px 15px rgba(47, 107, 255, 0.4);
}

.page-the-thao-huong-dan-cuoc__section {
  padding: 60px 0;
}

.page-the-thao-huong-dan-cuoc__introduction {
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-the-thao-huong-dan-cuoc__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  font-weight: 700;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-the-thao-huong-dan-cuoc__section-title--white {
  color: #ffffff;
}

.page-the-thao-huong-dan-cuoc__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #1F2D3D;
  text-align: justify;
}

.page-the-thao-huong-dan-cuoc__text-block--white {
  color: #ffffff;
}

.page-the-thao-huong-dan-cuoc__registration-guide {
  background: #2F6BFF; /* Brand primary color for dark background */
  color: #ffffff;
}

.page-the-thao-huong-dan-cuoc__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-the-thao-huong-dan-cuoc__guide-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #1F2D3D;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-the-thao-huong-dan-cuoc__guide-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-the-thao-huong-dan-cuoc__guide-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-the-thao-huong-dan-cuoc__sub-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #1F2D3D;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.page-the-thao-huong-dan-cuoc__sub-title--white {
  color: #ffffff;
}

.page-the-thao-huong-dan-cuoc__list,
.page-the-thao-huong-dan-cuoc__ordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 0;
  color: #1F2D3D;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao-huong-dan-cuoc__list li,
.page-the-thao-huong-dan-cuoc__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-the-thao-huong-dan-cuoc__list--white,
.page-the-thao-huong-dan-cuoc__ordered-list--white {
  color: #ffffff;
}

.page-the-thao-huong-dan-cuoc__deposit-guide {
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-the-thao-huong-dan-cuoc__image-inline {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-the-thao-huong-dan-cuoc__bet-types {
  background: #2F6BFF;
  color: #ffffff;
}

.page-the-thao-huong-dan-cuoc__bet-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-the-thao-huong-dan-cuoc__bet-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  color: #1F2D3D;
}

.page-the-thao-huong-dan-cuoc__bet-card-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-the-thao-huong-dan-cuoc__strategy-guide {
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-the-thao-huong-dan-cuoc__strategy-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-the-thao-huong-dan-cuoc__strategy-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  color: #1F2D3D;
}

.page-the-thao-huong-dan-cuoc__strategy-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-the-thao-huong-dan-cuoc__promotions {
  background: linear-gradient(135deg, #2F6BFF 0%, #6FA3FF 100%);
  color: #ffffff;
}

.page-the-thao-huong-dan-cuoc__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-the-thao-huong-dan-cuoc__promo-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  color: #1F2D3D;
}

.page-the-thao-huong-dan-cuoc__promo-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-the-thao-huong-dan-cuoc__responsible-gambling {
  background-color: #F4F7FB;
  color: #1F2D3D;
}

/* FAQ Styles */
details.page-the-thao-huong-dan-cuoc__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF; /* Using custom border color */
  overflow: hidden;
  background: #ffffff; /* Card BG */
  color: #1F2D3D;
}
details.page-the-thao-huong-dan-cuoc__faq-item summary.page-the-thao-huong-dan-cuoc__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;
  font-weight: 600;
}
details.page-the-thao-huong-dan-cuoc__faq-item summary.page-the-thao-huong-dan-cuoc__faq-question::-webkit-details-marker {
  display: none;
}
details.page-the-thao-huong-dan-cuoc__faq-item summary.page-the-thao-huong-dan-cuoc__faq-question:hover {
  background: #f5f5f5;
}
.page-the-thao-huong-dan-cuoc__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D; /* Text Main */
}
.page-the-thao-huong-dan-cuoc__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2F6BFF; /* Primary color for toggle */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-the-thao-huong-dan-cuoc__faq-item .page-the-thao-huong-dan-cuoc__faq-answer {
  padding: 0 20px 20px;
  background: #F4F7FB; /* Background color for answer */
  border-radius: 0 0 5px 5px;
}

.page-the-thao-huong-dan-cuoc__call-to-action {
  background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
  color: #ffffff;
}

/* General image responsiveness */
.page-the-thao-huong-dan-cuoc img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries */
@media (max-width: 1024px) {
  .page-the-thao-huong-dan-cuoc__hero-content {
    margin-top: -60px;
    padding: 30px 15px;
  }
  .page-the-thao-huong-dan-cuoc__main-title {
    font-size: clamp(1.8em, 4.5vw, 2.5em);
  }
  .page-the-thao-huong-dan-cuoc__description {
    font-size: 1em;
  }
  .page-the-thao-huong-dan-cuoc__section-title {
    font-size: clamp(1.6em, 3.8vw, 2.2em);
  }
  .page-the-thao-huong-dan-cuoc__btn-primary,
  .page-the-thao-huong-dan-cuoc__btn-secondary {
    padding: 12px 25px;
    font-size: 0.95em;
  }
  .page-the-thao-huong-dan-cuoc__guide-steps,
  .page-the-thao-huong-dan-cuoc__bet-cards,
  .page-the-thao-huong-dan-cuoc__strategy-items,
  .page-the-thao-huong-dan-cuoc__promo-cards {
    gap: 20px;
  }
  .page-the-thao-huong-dan-cuoc__guide-item,
  .page-the-thao-huong-dan-cuoc__bet-card,
  .page-the-thao-huong-dan-cuoc__strategy-item,
  .page-the-thao-huong-dan-cuoc__promo-card {
    padding: 25px;
  }
}

@media (max-width: 849px) {
  .page-the-thao-huong-dan-cuoc__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}

@media (max-width: 768px) {
  .page-the-thao-huong-dan-cuoc {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-the-thao-huong-dan-cuoc__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
  }
  .page-the-thao-huong-dan-cuoc__hero-content {
    margin-top: -40px;
    padding: 25px 15px;
    border-radius: 5px;
  }
  .page-the-thao-huong-dan-cuoc__main-title {
    font-size: clamp(1.5em, 7vw, 2em);
    margin-bottom: 15px;
  }
  .page-the-thao-huong-dan-cuoc__description {
    font-size: 0.95em;
    margin-bottom: 20px;
  }
  .page-the-thao-huong-dan-cuoc__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-the-thao-huong-dan-cuoc__btn-primary,
  .page-the-thao-huong-dan-cuoc__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px;
    font-size: 1em;
  }
  .page-the-thao-huong-dan-cuoc__section {
    padding: 40px 0;
  }
  .page-the-thao-huong-dan-cuoc__container {
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-the-thao-huong-dan-cuoc__section-title {
    font-size: clamp(1.4em, 6vw, 1.8em);
    margin-bottom: 30px;
  }
  .page-the-thao-huong-dan-cuoc__text-block {
    font-size: 1em;
    text-align: left;
  }
  .page-the-thao-huong-dan-cuoc__guide-steps,
  .page-the-thao-huong-dan-cuoc__bet-cards,
  .page-the-thao-huong-dan-cuoc__strategy-items,
  .page-the-thao-huong-dan-cuoc__promo-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-the-thao-huong-dan-cuoc__guide-item,
  .page-the-thao-huong-dan-cuoc__bet-card,
  .page-the-thao-huong-dan-cuoc__strategy-item,
  .page-the-thao-huong-dan-cuoc__promo-card {
    padding: 20px;
  }
  .page-the-thao-huong-dan-cuoc__image-inline {
    margin: 20px auto;
  }
  .page-the-thao-huong-dan-cuoc__sub-title {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-the-thao-huong-dan-cuoc__list li,
  .page-the-thao-huong-dan-cuoc__ordered-list li {
    font-size: 1em;
  }
  /* FAQ Mobile */
  details.page-the-thao-huong-dan-cuoc__faq-item summary.page-the-thao-huong-dan-cuoc__faq-question {
    padding: 15px;
  }
  .page-the-thao-huong-dan-cuoc__faq-qtext {
    font-size: 15px;
  }
  details.page-the-thao-huong-dan-cuoc__faq-item .page-the-thao-huong-dan-cuoc__faq-answer {
    padding: 0 15px 15px;
  }
  .page-the-thao-huong-dan-cuoc__faq-toggle {
    width: 24px;
    font-size: 20px;
  }
  /* General content image responsiveness */
  .page-the-thao-huong-dan-cuoc img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-the-thao-huong-dan-cuoc__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}