.page-the-thao {
  font-family: Arial, sans-serif;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
}

.page-the-thao__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-the-thao__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #F2C14E; /* Primary color for titles */
  line-height: 1.2;
  letter-spacing: -0.02em;
}

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

/* Hero Section */
.page-the-thao__hero-section {
  padding-top: 10px; /* Minimal top padding, relying on body for header offset */
  padding-bottom: 60px;
  background-color: #0A0A0A;
}

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

.page-the-thao__hero-image {
  flex: 1 1 45%;
  text-align: center;
  order: 2; /* Image on right for desktop */
}

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

.page-the-thao__hero-content {
  flex: 1 1 50%;
  order: 1; /* Content on left for desktop */
  color: #FFF6D6;
}

.page-the-thao__main-title {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFD36B; /* Glow color for main title */
  line-height: 1.1;
  letter-spacing: -0.03em;
  max-width: 600px;
}

.page-the-thao__description {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 600px;
  color: #FFF6D6;
}

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

.page-the-thao__btn-primary,
.page-the-thao__btn-secondary,
.page-the-thao__btn-tertiary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-the-thao__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button gradient */
  color: #111111;
  border: none;
}

.page-the-thao__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4);
}

.page-the-thao__btn-secondary {
  background: #111111; /* Card BG */
  color: #FFD36B; /* Glow */
  border: 2px solid #3A2A12; /* Border */
}

.page-the-thao__btn-secondary:hover {
  background: #3A2A12;
  color: #FFF6D6;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 211, 107, 0.2);
}

.page-the-thao__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Features Section */
.page-the-thao__features-section {
  padding: 60px 0;
}

.page-the-thao__dark-section {
  background-color: #111111; /* Card BG */
}

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

.page-the-thao__feature-item {
  text-align: center;
  background-color: #0A0A0A;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #3A2A12;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-the-thao__icon-box-media {
  width: 200px;
  height: 200px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #F2C14E;
  box-shadow: 0 0 15px rgba(242, 193, 78, 0.5);
}

.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.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2C14E;
}

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

/* Bet Types Section */
.page-the-thao__bet-types-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

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

.page-the-thao__content-item {
  background-color: #111111;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #3A2A12;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-the-thao__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-the-thao__content-item h3,
.page-the-thao__content-item p {
  padding: 0 25px;
}

.page-the-thao__content-subtitle {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #FFD36B;
}

.page-the-thao__content-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: #FFF6D6;
  padding-bottom: 25px;
}

/* Guide Section */
.page-the-thao__guide-section {
  padding: 60px 0;
}

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

.page-the-thao__step-item {
  background-color: #0A0A0A;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-the-thao__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  font-size: 1.8em;
  font-weight: bold;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}

.page-the-thao__step-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2C14E;
}

.page-the-thao__step-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: #FFF6D6;
}

/* Promo Section */
.page-the-thao__promo-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.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: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-the-thao__promo-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-the-thao__promo-content {
  padding: 25px;
}

.page-the-thao__promo-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFD36B;
}

.page-the-thao__promo-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: #FFF6D6;
  margin-bottom: 20px;
}

.page-the-thao__btn-tertiary {
  background: #3A2A12; /* Border color for background */
  color: #F2C14E;
  border: 1px solid #F2C14E;
  padding: 10px 20px;
  border-radius: 5px;
}

.page-the-thao__btn-tertiary:hover {
  background: #F2C14E;
  color: #111111;
}

/* Blog Section */
.page-the-thao__blog-section {
  padding: 60px 0;
}

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

.page-the-thao__blog-card {
  background-color: #0A0A0A;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-the-thao__blog-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-the-thao__blog-content {
  padding: 25px;
}

.page-the-thao__blog-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-the-thao__blog-title a {
  color: #F2C14E;
  text-decoration: none;
}

.page-the-thao__blog-title a:hover {
  color: #FFD36B;
  text-decoration: underline;
}

.page-the-thao__blog-meta {
  font-size: 0.85em;
  color: #FFD36B;
  margin-bottom: 15px;
}

.page-the-thao__blog-excerpt {
  font-size: 0.95em;
  line-height: 1.6;
  color: #FFF6D6;
  margin-bottom: 20px;
}

.page-the-thao__blog-read-more {
  color: #F2C14E;
  text-decoration: none;
  font-weight: bold;
}

.page-the-thao__blog-read-more:hover {
  text-decoration: underline;
}

/* FAQ Section */
.page-the-thao__faq-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.page-the-thao__faq-list {
  margin-top: 40px;
}

.page-the-thao__faq-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-the-thao__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: #F2C14E;
  cursor: pointer;
  list-style: none; /* For details/summary */
  position: relative;
}

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

.page-the-thao__faq-toggle {
  font-size: 1.5em;
  color: #FFD36B;
  transition: transform 0.3s ease;
}

.page-the-thao__faq-item[open] .page-the-thao__faq-toggle {
  transform: rotate(45deg);
}

.page-the-thao__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  line-height: 1.7;
  color: #FFF6D6;
}

/* Join Us Section */
.page-the-thao__join-us-section {
  padding: 80px 0;
  text-align: center;
}

.page-the-thao__join-us-section .page-the-thao__section-title {
  color: #F2C14E;
}

.page-the-thao__join-us-section .page-the-thao__description {
  margin-bottom: 50px;
}

/* Global image and button responsive styles */
.page-the-thao img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-the-thao__cta-button,
.page-the-thao__btn-primary,
.page-the-thao__btn-secondary,
.page-the-thao__btn-tertiary,
.page-the-thao a[class*="button"],
.page-the-thao a[class*="btn"] {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-the-thao__cta-buttons,
.page-the-thao__button-group,
.page-the-thao__btn-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  .page-the-thao__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-the-thao__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 30px;
  }

  .page-the-thao__hero-image {
    order: 1; /* Image on top for mobile */
    flex: 1 1 100%;
  }

  .page-the-thao__hero-content {
    order: 2; /* Content below image for mobile */
    flex: 1 1 100%;
    text-align: center;
  }

  .page-the-thao__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
    max-width: 100%;
  }

  .page-the-thao__description {
    font-size: 1em;
    margin-bottom: 25px;
    max-width: 100%;
  }

  .page-the-thao__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-the-thao__btn-primary,
  .page-the-thao__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-the-thao__section-title {
    font-size: 2em;
    padding: 0 10px;
  }

  .page-the-thao__section-description {
    font-size: 0.95em;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .page-the-thao__container {
    padding: 20px 15px;
  }

  /* Module 1: Features Section - 3 columns, circles */
  .page-the-thao__feature-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-the-thao__icon-box-media {
    width: 150px;
    height: 150px;
    border-width: 3px;
    box-shadow: 0 0 10px rgba(242, 193, 78, 0.4);
  }

  /* Bet Types Section */
  .page-the-thao__content-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-the-thao__content-item h3,
  .page-the-thao__content-item p {
    padding: 0 20px;
  }

  .page-the-thao__content-subtitle {
    font-size: 1.2em;
    margin-top: 15px;
  }

  .page-the-thao__content-text {
    font-size: 0.9em;
    padding-bottom: 20px;
  }

  /* Guide Section */
  .page-the-thao__guide-steps {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-the-thao__step-item {
    padding: 25px;
  }

  .page-the-thao__step-number {
    width: 45px;
    height: 45px;
    font-size: 1.6em;
    margin-bottom: 15px;
  }

  .page-the-thao__step-title {
    font-size: 1.2em;
    margin-bottom: 10px;
  }

  .page-the-thao__step-text {
    font-size: 0.9em;
  }

  /* Promo Section */
  .page-the-thao__promo-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-the-thao__promo-content {
    padding: 20px;
  }

  .page-the-thao__promo-title {
    font-size: 1.2em;
  }

  .page-the-thao__promo-text {
    font-size: 0.9em;
    margin-bottom: 15px;
  }

  /* Blog Section */
  .page-the-thao__blog-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-the-thao__blog-content {
    padding: 20px;
  }

  .page-the-thao__blog-title {
    font-size: 1.2em;
  }

  .page-the-thao__blog-meta,
  .page-the-thao__blog-excerpt {
    font-size: 0.85em;
  }

  /* FAQ Section */
  .page-the-thao__faq-question {
    padding: 18px 20px;
    font-size: 1em;
  }

  .page-the-thao__faq-answer {
    padding: 0 20px 18px;
    font-size: 0.95em;
  }

  /* Join Us Section */
  .page-the-thao__join-us-section {
    padding: 60px 0;
  }

  .page-the-thao__join-us-section .page-the-thao__description {
    margin-bottom: 30px;
  }

  /* General image and container overrides for mobile */
  .page-the-thao img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-the-thao__section,
  .page-the-thao__card,
  .page-the-thao__container,
  .page-the-thao__feature-item,
  .page-the-thao__content-item,
  .page-the-thao__step-item,
  .page-the-thao__promo-card,
  .page-the-thao__blog-card,
  .page-the-thao__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Button containers for mobile */
  .page-the-thao__cta-buttons,
  .page-the-thao__button-group,
  .page-the-thao__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-the-thao__cta-buttons {
    flex-direction: column;
  }
}