.page-the-thao-cac-loai-keo-cuoc {
  font-family: 'Arial', sans-serif;
  color: #F3F8FF; /* Text Main */
  background-color: #08162B; /* Deep Navy from body */
}

.page-the-thao-cac-loai-keo-cuoc__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-the-thao-cac-loai-keo-cuoc__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: #08162B;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-the-thao-cac-loai-keo-cuoc__hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35%; /* Aspect ratio 16:9 for large images */
  overflow: hidden;
}

.page-the-thao-cac-loai-keo-cuoc__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.page-the-thao-cac-loai-keo-cuoc__hero-content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -120px; /* Overlap slightly with image for visual flow */
  padding: 0 16px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(180deg, rgba(8, 22, 43, 0) 0%, #08162B 50%);
  padding-top: 120px;
}

.page-the-thao-cac-loai-keo-cuoc__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F3F8FF;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao-cac-loai-keo-cuoc__description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao-cac-loai-keo-cuoc__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-the-thao-cac-loai-keo-cuoc__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-the-thao-cac-loai-keo-cuoc__intro-section {
  padding: 80px 0;
  background-color: #08162B;
  text-align: center;
}

.page-the-thao-cac-loai-keo-cuoc__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #F3F8FF;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-the-thao-cac-loai-keo-cuoc__section-description {
  font-size: 1.1rem;
  color: #AFC4E8;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.page-the-thao-cac-loai-keo-cuoc__intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao-cac-loai-keo-cuoc__icon-box {
  background-color: #10233F; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #244D84; /* Border */
  transition: transform 0.3s ease;
}

.page-the-thao-cac-loai-keo-cuoc__icon-box:hover {
  transform: translateY(-5px);
}

.page-the-thao-cac-loai-keo-cuoc__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F2C14E; /* Gold */
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-the-thao-cac-loai-keo-cuoc__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.page-the-thao-cac-loai-keo-cuoc__icon-box-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #F3F8FF;
  margin-bottom: 15px;
}

.page-the-thao-cac-loai-keo-cuoc__icon-box-text {
  font-size: 1rem;
  color: #AFC4E8;
  line-height: 1.6;
}

.page-the-thao-cac-loai-keo-cuoc__content-area {
  padding: 80px 0;
  background-color: #08162B;
}

.page-the-thao-cac-loai-keo-cuoc__text-block {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #AFC4E8;
  margin-bottom: 25px;
}

.page-the-thao-cac-loai-keo-cuoc__bet-type-item {
  background-color: #10233F; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  border: 1px solid #244D84;
}

.page-the-thao-cac-loai-keo-cuoc__bet-type-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
}

.page-the-thao-cac-loai-keo-cuoc__bet-type-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 0 auto 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-the-thao-cac-loai-keo-cuoc__advantage-list,
.page-the-thao-cac-loai-keo-cuoc__guide-list,
.page-the-thao-cac-loai-keo-cuoc__why-choose-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-the-thao-cac-loai-keo-cuoc__advantage-item,
.page-the-thao-cac-loai-keo-cuoc__guide-item,
.page-the-thao-cac-loai-keo-cuoc__why-choose-item {
  background-color: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #AFC4E8;
  position: relative;
  padding-left: 45px;
}

.page-the-thao-cac-loai-keo-cuoc__advantage-item::before,
.page-the-thao-cac-loai-keo-cuoc__guide-item::before,
.page-the-thao-cac-loai-keo-cuoc__why-choose-item::before {
  content: '✔️';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #F2C14E; /* Gold */
}

.page-the-thao-cac-loai-keo-cuoc__content-image {
  width: 100%;
  height: auto;
  max-width: 1000px;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-the-thao-cac-loai-keo-cuoc__dark-section {
  background-color: #113B7A; /* Primary color */
  color: #F3F8FF; /* Text Main */
  padding: 80px 0;
  text-align: center;
}

.page-the-thao-cac-loai-keo-cuoc__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-the-thao-cac-loai-keo-cuoc__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF;
  border: none;
}

.page-the-thao-cac-loai-keo-cuoc__btn-secondary {
  background: #10233F; /* Card BG */
  color: #F3F8FF;
  border: 1px solid #2B73F6;
}

.page-the-thao-cac-loai-keo-cuoc__btn-secondary:hover {
  background: #1D5FD1; /* Auxiliary color */
  border-color: #1D5FD1;
}

.page-the-thao-cac-loai-keo-cuoc__faq-section {
  padding: 80px 0;
  background-color: #08162B;
}

.page-the-thao-cac-loai-keo-cuoc__faq-list {
  margin-top: 40px;
}

.page-the-thao-cac-loai-keo-cuoc__faq-item {
  background-color: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-the-thao-cac-loai-keo-cuoc__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F3F8FF;
  cursor: pointer;
  list-style: none; /* Hide default marker for details summary */
  position: relative;
  user-select: none;
}

.page-the-thao-cac-loai-keo-cuoc__faq-question::-webkit-details-marker {
  display: none;
}

.page-the-thao-cac-loai-keo-cuoc__faq-qtext {
  flex-grow: 1;
}

.page-the-thao-cac-loai-keo-cuoc__faq-toggle {
  font-size: 1.8rem;
  font-weight: 300;
  color: #F2C14E; /* Gold */
  margin-left: 15px;
  line-height: 1;
}

.page-the-thao-cac-loai-keo-cuoc__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: #AFC4E8;
}

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

/* Mobile responsive styles */
@media (max-width: 768px) {
  .page-the-thao-cac-loai-keo-cuoc__container {
    padding: 0 15px !important;
  }

  /* HERO Section */
  .page-the-thao-cac-loai-keo-cuoc__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-the-thao-cac-loai-keo-cuoc__hero-image-wrapper {
    padding-bottom: 56.25%; /* 16:9 for mobile */
  }

  .page-the-thao-cac-loai-keo-cuoc__hero-content-wrapper {
    margin-top: -80px;
    padding-top: 80px;
  }

  .page-the-thao-cac-loai-keo-cuoc__main-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .page-the-thao-cac-loai-keo-cuoc__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-the-thao-cac-loai-keo-cuoc__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Module 1 Intro Section */
  .page-the-thao-cac-loai-keo-cuoc__intro-section {
    padding: 60px 0;
  }

  .page-the-thao-cac-loai-keo-cuoc__section-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .page-the-thao-cac-loai-keo-cuoc__section-description {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .page-the-thao-cac-loai-keo-cuoc__intro-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-the-thao-cac-loai-keo-cuoc__icon-box-media {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }

  .page-the-thao-cac-loai-keo-cuoc__icon-box-title {
    font-size: 1.3rem;
  }

  /* Content Area */
  .page-the-thao-cac-loai-keo-cuoc__content-area {
    padding: 60px 0;
  }

  .page-the-thao-cac-loai-keo-cuoc__text-block {
    font-size: 1rem;
  }

  .page-the-thao-cac-loai-keo-cuoc__bet-type-item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-the-thao-cac-loai-keo-cuoc__bet-type-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .page-the-thao-cac-loai-keo-cuoc__bet-type-image,
  .page-the-thao-cac-loai-keo-cuoc__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 25px auto;
  }

  .page-the-thao-cac-loai-keo-cuoc__advantage-item,
  .page-the-thao-cac-loai-keo-cuoc__guide-item,
  .page-thao-cac-loai-keo-cuoc__why-choose-item {
    font-size: 1rem;
    padding: 15px 15px 15px 40px;
    margin-bottom: 10px;
  }

  /* CTA Section */
  .page-the-thao-cac-loai-keo-cuoc__dark-section {
    padding: 60px 0;
  }

  .page-the-thao-cac-loai-keo-cuoc__button-group {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-the-thao-cac-loai-keo-cuoc__btn-primary,
  .page-the-thao-cac-loai-keo-cuoc__btn-secondary {
    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;
  }

  /* FAQ Section */
  .page-the-thao-cac-loai-keo-cuoc__faq-section {
    padding: 60px 0;
  }

  .page-the-thao-cac-loai-keo-cuoc__faq-list {
    margin-top: 30px;
  }

  .page-the-thao-cac-loai-keo-cuoc__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-the-thao-cac-loai-keo-cuoc__faq-toggle {
    font-size: 1.5rem;
  }

  .page-the-thao-cac-loai-keo-cuoc__faq-answer {
    font-size: 0.95rem;
    padding: 0 20px 15px;
  }
}