.page-the-thao-bong-da {
  font-family: 'Arial', sans-serif;
  color: var(--text-main, #F2FFF6); /* Default text color for the page */
  background-color: var(--background, #08160F);
}

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

.page-the-thao-bong-da__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-the-thao-bong-da__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 16px;
}

.page-the-thao-bong-da__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-the-thao-bong-da__hero-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--text-main, #F2FFF6);
}

.page-the-thao-bong-da__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: var(--text-secondary, #A7D9B8);
}

.page-the-thao-bong-da__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-the-thao-bong-da__cta-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-the-thao-bong-da__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-the-thao-bong-da__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-the-thao-bong-da__btn-secondary {
  background: #ffffff;
  color: var(--primary-color, #11A84E);
  border: 2px solid var(--primary-color, #11A84E);
}

.page-the-thao-bong-da__btn-secondary:hover {
  background: var(--primary-color, #11A84E);
  color: #ffffff;
}

.page-the-thao-bong-da__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-the-thao-bong-da__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-the-thao-bong-da__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-main, #F2FFF6);
}

.page-the-thao-bong-da__section-description {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: var(--text-secondary, #A7D9B8);
}

.page-the-thao-bong-da__intro-section,
.page-the-thao-bong-da__bet-types-section,
.page-the-thao-bong-da__guide-section,
.page-the-thao-bong-da__tips-section,
.page-the-thao-bong-da__promo-section,
.page-the-thao-bong-da__faq-section,
.page-the-thao-bong-da__conclusion-section {
  padding: 60px 0;
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-the-thao-bong-da__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-the-thao-bong-da__feature-item {
  background-color: var(--card-bg, #11271B);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-the-thao-bong-da__feature-item:hover {
  transform: translateY(-5px);
}

.page-the-thao-bong-da__icon-box-media {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--border-color, #2E7A4E);
  box-shadow: 0 0 15px var(--glow, #57E38D);
}

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

.page-the-thao-bong-da__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text-main, #F2FFF6);
}

.page-the-thao-bong-da__feature-text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-secondary, #A7D9B8);
}

.page-the-thao-bong-da__content-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.page-the-thao-bong-da__content-grid--reverse {
  flex-direction: row-reverse;
}

.page-the-thao-bong-da__text-block {
  flex: 1;
  min-width: 300px;
}

.page-the-thao-bong-da__image-block {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-the-thao-bong-da__sub-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--text-main, #F2FFF6);
}

.page-the-thao-bong-da__text-block p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: var(--text-secondary, #A7D9B8);
}

.page-the-thao-bong-da__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: block;
}

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

.page-the-thao-bong-da__guide-step {
  background-color: var(--card-bg, #11271B);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-the-thao-bong-da__step-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--gold-color, #F2C14E);
}

.page-the-thao-bong-da__guide-step p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-secondary, #A7D9B8);
}

.page-the-thao-bong-da__guide-image-wrapper {
  text-align: center;
}

.page-the-thao-bong-da__tips-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-the-thao-bong-da__tips-list li {
  background-color: var(--card-bg, #11271B);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary, #A7D9B8);
  border-left: 5px solid var(--primary-color, #11A84E);
}

.page-the-thao-bong-da__tips-list li strong {
  color: var(--text-main, #F2FFF6);
}

.page-the-thao-bong-da__promo-content {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-the-thao-bong-da__promo-text {
  flex: 1;
}

.page-the-thao-bong-da__promo-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-the-thao-bong-da__promo-image {
  flex: 1;
  text-align: center;
}

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

.page-the-thao-bong-da__faq-item {
  background-color: var(--card-bg, #11271B);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-the-thao-bong-da__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  background-color: var(--deep-green, #0A4B2C);
  color: var(--text-main, #F2FFF6);
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-the-thao-bong-da__faq-question::-webkit-details-marker {
  display: none;
}

.page-the-thao-bong-da__faq-question:hover {
  background-color: var(--primary-color, #11A84E);
}

.page-the-thao-bong-da__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  width: 20px;
  text-align: center;
}

.page-the-thao-bong-da__faq-item[open] .page-the-thao-bong-da__faq-toggle {
  content: '−';
}

.page-the-thao-bong-da__faq-answer {
  padding: 15px 25px 20px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-secondary, #A7D9B8);
  border-top: 1px solid var(--divider, #1E3A2A);
}

.page-the-thao-bong-da__faq-answer p {
  margin: 0;
  color: var(--text-secondary, #A7D9B8);
}

.page-the-thao-bong-da__faq-image-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-the-thao-bong-da__conclusion-section .page-the-thao-bong-da__cta-buttons {
  justify-content: center;
  margin-top: 40px;
}

/* Media Queries for Responsive Design */

@media (max-width: 1024px) {
  .page-the-thao-bong-da__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-the-thao-bong-da__hero-content {
    order: 2;
  }

  .page-the-thao-bong-da__hero-image {
    order: 1;
  }

  .page-the-thao-bong-da__cta-buttons {
    justify-content: center;
  }

  .page-the-thao-bong-da__content-grid {
    flex-direction: column;
  }

  .page-the-thao-bong-da__content-grid--reverse {
    flex-direction: column;
  }

  .page-the-thao-bong-da__promo-content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-the-thao-bong-da__hero-section {
    padding-top: 10px !important; /* Small top padding, body handles --header-offset */
    padding-bottom: 40px;
  }

  .page-the-thao-bong-da__hero-title {
    font-size: 2rem;
  }

  .page-the-thao-bong-da__hero-description {
    font-size: 1rem;
  }

  .page-the-thao-bong-da__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-the-thao-bong-da__cta-button {
    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;
  }

  .page-the-thao-bong-da__section-title {
    font-size: 1.6rem;
  }

  .page-the-thao-bong-da__section-description {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }

  .page-the-thao-bong-da__intro-section,
  .page-the-thao-bong-da__bet-types-section,
  .page-the-thao-bong-da__guide-section,
  .page-the-thao-bong-da__tips-section,
  .page-the-thao-bong-da__promo-section,
  .page-the-thao-bong-da__faq-section,
  .page-the-thao-bong-da__conclusion-section {
    padding: 40px 0;
  }

  .page-the-thao-bong-da__container {
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-the-thao-bong-da__icon-box-media {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }

  .page-the-thao-bong-da__feature-title {
    font-size: 1.2rem;
  }

  .page-the-thao-bong-da__feature-text {
    font-size: 0.9rem;
  }

  .page-the-thao-bong-da__sub-title {
    font-size: 1.4rem;
  }

  .page-the-thao-bong-da__text-block p {
    font-size: 0.9rem;
  }

  .page-the-thao-bong-da img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-the-thao-bong-da__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-the-thao-bong-da__guide-step {
    padding: 20px;
  }

  .page-the-thao-bong-da__step-title {
    font-size: 1.1rem;
  }

  .page-the-thao-bong-da__tips-list li {
    font-size: 0.9rem;
  }

  .page-the-thao-bong-da__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-the-thao-bong-da__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.9rem;
  }
}