.page-the-thao {
  font-family: Arial, sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-the-thao__hero-section {
  padding-top: 10px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #F4F7FB 0%, #E6EEF9 100%);
}

.page-the-thao__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 24px;
}

.page-the-thao__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #1F2D3D;
}

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

.page-the-thao__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-the-thao__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

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

.page-the-thao__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.3);
}

.page-the-thao__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-the-thao__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-the-thao__btn-secondary:hover {
  background: #F4F7FB;
  color: #1e58e6;
  border-color: #1e58e6;
}

.page-the-thao__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
  padding-left: 20px;
}

.page-the-thao__hero-side-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-the-thao__intro-section,
.page-the-thao__betting-types-section,
.page-the-thao__promo-section,
.page-the-thao__faq-section {
  padding: 60px 0;
}

.page-the-thao__dark-bg {
  background-color: #2F6BFF;
  color: #ffffff;
}

.page-the-thao__light-bg {
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-the-thao__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: inherit;
}

.page-the-thao__section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: inherit;
}

.page-the-thao__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-the-thao__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao__feature-item {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-the-thao__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-the-thao__icon-box-media {
  width: 160px;
  height: 160px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #D6E2FF; /* Border */
  box-shadow: 0 0 0 8px rgba(165, 196, 255, 0.3); /* Glow */
}

.page-the-thao__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-the-thao__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-the-thao__feature-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #1F2D3D;
}

.page-the-thao__types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-the-thao__type-card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid #D6E2FF;
}

.page-the-thao__type-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2F6BFF;
}

.page-the-thao__type-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1F2D3D;
}

.page-the-thao__read-more-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-the-thao__guide-section .page-the-thao__section-title,
.page-the-thao__guide-section .page-the-thao__section-description {
  color: #ffffff;
}

.page-the-thao__guide-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  margin-top: 40px;
}

.page-the-thao__guide-steps {
  flex: 2 1 55%;
  min-width: 300px;
}

.page-the-thao__guide-step-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #6FA3FF;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
}

.page-the-thao__guide-step-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-the-thao__guide-step-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #f0f8ff;
}

.page-the-thao__guide-image {
  flex: 1 1 35%;
  min-width: 280px;
  text-align: center;
}

.page-the-thao__guide-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

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

.page-the-thao__promo-card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page-the-thao__promo-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-the-thao__promo-card h3,
.page-the-thao__promo-card p {
  padding: 0 25px;
}

.page-the-thao__promo-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2F6BFF;
}

.page-the-thao__promo-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1F2D3D;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-the-thao__promo-card .page-the-thao__btn-secondary {
  margin: 0 25px 25px;
  width: calc(100% - 50px);
}

.page-the-thao__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.page-the-thao__faq-item {
  background-color: #FFFFFF; /* Card BG */
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-the-thao__faq-item[open] {
  box-shadow: 0 5px 15px rgba(47, 107, 255, 0.1);
}

.page-the-thao__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  cursor: pointer;
  background-color: #F4F7FB;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease, border-bottom-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-the-thao__faq-item[open] .page-the-thao__faq-question {
  background-color: #E6EEF9;
  border-bottom-color: #D6E2FF;
}

.page-the-thao__faq-question::-webkit-details-marker {
  display: none;
}

.page-the-thao__faq-question::marker {
  display: none;
}

.page-the-thao__faq-qtext {
  flex-grow: 1;
}

.page-the-thao__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  margin-left: 15px;
  color: #2F6BFF;
}

.page-the-thao__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 1.6;
  color: #1F2D3D;
  background-color: #FFFFFF;
}

.page-the-thao__conclusion-section {
  padding: 80px 0;
  text-align: center;
}

.page-the-thao__conclusion-section .page-the-thao__section-title,
.page-the-thao__conclusion-section .page-the-thao__section-description {
  color: #ffffff;
}

.page-the-thao__conclusion-section .page-the-thao__btn-primary {
  margin-top: 30px;
  padding: 16px 32px;
  font-size: 1.1rem;
}


/* Mobile Responsive Styles */
@media (max-width: 1024px) {
  .page-the-thao__hero-container {
    padding: 30px 16px;
  }
  .page-the-thao__hero-content,
  .page-the-thao__hero-image {
    flex: 1 1 100%;
    padding-left: 0;
  }
  .page-the-thao__hero-image {
    order: -1; /* Image first on smaller screens */
    margin-bottom: 30px;
  }
  .page-the-thao__hero-title {
    font-size: 2.5rem;
  }
  .page-the-thao__section-title {
    font-size: 2rem;
  }
  .page-the-thao__icon-box-media {
    width: 180px;
    height: 180px;
  }
  .page-the-thao__guide-flex-container {
    flex-direction: column;
    gap: 30px;
  }
  .page-the-thao__guide-image {
    order: -1; /* Image first in guide section */
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-the-thao__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }
  .page-the-thao__hero-container {
    padding: 20px 15px !important;
    flex-direction: column;
  }
  .page-the-thao__hero-title {
    font-size: 2rem !important;
    text-align: center;
  }
  .page-the-thao__hero-description {
    font-size: 1rem !important;
    text-align: center;
  }
  .page-the-thao__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .page-the-thao__btn-primary,
  .page-the-thao__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 !important;
    padding-right: 15px !important;
  }
  .page-the-thao__hero-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
  .page-the-thao__hero-side-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-the-thao__section-title {
    font-size: 1.8rem !important;
    margin-bottom: 15px !important;
  }
  .page-the-thao__section-description {
    font-size: 0.95rem !important;
    margin-bottom: 30px !important;
    padding: 0 10px;
  }
  .page-the-thao__content-area {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Module 1: Three-column circular images */
  .page-the-thao__features-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .page-the-thao__icon-box-media {
    width: 140px !important;
    height: 140px !important;
    border-width: 3px !important;
    box-shadow: 0 0 0 6px rgba(165, 196, 255, 0.3) !important;
  }
  .page-the-thao__icon-box-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .page-the-thao__feature-title {
    font-size: 1.2rem !important;
  }
  .page-the-thao__feature-text {
    font-size: 0.9rem !important;
  }

  /* Betting Types Section */
  .page-the-thao__types-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  .page-the-thao__type-card {
    padding: 20px !important;
  }
  .page-the-thao__type-title {
    font-size: 1.15rem !important;
  }
  .page-the-thao__type-text {
    font-size: 0.9rem !important;
  }

  /* Guide Section */
  .page-the-thao__guide-flex-container {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .page-the-thao__guide-step-item {
    padding: 20px !important;
    margin-bottom: 15px !important;
  }
  .page-the-thao__guide-step-title {
    font-size: 1.1rem !important;
  }
  .page-the-thao__guide-step-text {
    font-size: 0.9rem !important;
  }
  .page-the-thao__guide-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Promo Section */
  .page-the-thao__promo-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .page-the-thao__promo-image {
    height: 180px !important;
  }
  .page-the-thao__promo-title {
    font-size: 1.2rem !important;
  }
  .page-the-thao__promo-text {
    font-size: 0.9rem !important;
  }
  .page-the-thao__promo-card .page-the-thao__btn-secondary {
    width: calc(100% - 50px) !important;
  }

  /* FAQ Section */
  .page-the-thao__faq-list {
    margin-top: 20px !important;
  }
  .page-the-thao__faq-question {
    padding: 15px 20px !important;
    font-size: 1rem !important;
  }
  .page-the-thao__faq-toggle {
    font-size: 1.3rem !important;
  }
  .page-the-thao__faq-answer {
    padding: 15px 20px !important;
    font-size: 0.9rem !important;
  }

  /* General Images */
  .page-the-thao img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* All containers with images */
  .page-the-thao__section,
  .page-the-thao__card,
  .page-the-thao__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Conclusion Section */
  .page-the-thao__conclusion-section {
    padding: 50px 0 !important;
  }
  .page-the-thao__conclusion-section .page-the-thao__btn-primary {
    padding: 14px 28px !important;
    font-size: 1rem !important;
  }
}