.page-the-thao-bong-da {
  font-family: Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: var(--background-color, #FFFFFF);
}

.page-the-thao-bong-da__hero-section {
  padding-top: 10px; /* Aligned with shared body padding-top */
  padding-bottom: 60px;
  background: linear-gradient(135deg, #e0f2f7, #f0f8fa);
  color: #1e1765;
}

.page-the-thao-bong-da__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  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 50%;
  min-width: 300px;
}

.page-the-thao-bong-da__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #1e1765;
}

.page-the-thao-bong-da__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #444444;
}

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

.page-the-thao-bong-da__btn-primary,
.page-the-thao-bong-da__btn-secondary,
.page-the-thao-bong-da__btn-large,
.page-the-thao-bong-da a[class*="button"],
.page-the-thao-bong-da a[class*="btn"] {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-the-thao-bong-da__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-the-thao-bong-da__btn-primary:hover {
  background-color: #1e87b9;
  border-color: #1e87b9;
}

.page-the-thao-bong-da__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-the-thao-bong-da__btn-secondary:hover {
  background-color: #f0f8fa;
  color: #1e87b9;
  border-color: #1e87b9;
}

.page-the-thao-bong-da__hero-image {
  flex: 1 1 40%;
  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 8px 20px rgba(0, 0, 0, 0.1);
}

.page-the-thao-bong-da__intro-section,
.page-the-thao-bong-da__promo-section,
.page-the-thao-bong-da__download-app-section,
.page-the-thao-bong-da__faq-section {
  padding: 60px 0;
}

.page-the-thao-bong-da__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-the-thao-bong-da__light-bg {
  background-color: #f8f8f8;
  color: #333333;
}

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

.page-the-thao-bong-da__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: inherit;
}

.page-the-thao-bong-da__section-description {
  font-size: 1.1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: inherit;
}

.page-the-thao-bong-da__dark-bg .page-the-thao-bong-da__section-title,
.page-the-thao-bong-da__dark-bg .page-the-thao-bong-da__section-description {
  color: #ffffff;
}

.page-the-thao-bong-da__feature-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.page-the-thao-bong-da__feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  flex: 1 1 calc(33% - 30px);
  min-width: 280px;
  box-sizing: border-box;
}

.page-the-thao-bong-da__icon-box-media {
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #26A9E0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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__card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1e1765;
}

.page-the-thao-bong-da__card-text {
  font-size: 1rem;
  color: #555555;
}

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

.page-the-thao-bong-da__content-area p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #333333;
}

.page-the-thao-bong-da__image-text-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-the-thao-bong-da__image-text-block img {
  flex: 1 1 45%;
  min-width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-the-thao-bong-da__list {
  flex: 1 1 45%;
  min-width: 300px;
  list-style: none;
  padding-left: 0;
}

.page-the-thao-bong-da__list li {
  background-color: #f0f8fa;
  margin-bottom: 10px;
  padding: 12px 20px;
  border-left: 5px solid #26A9E0;
  border-radius: 6px;
  font-size: 1.05rem;
  color: #333333;
  display: flex;
  align-items: center;
}

.page-the-thao-bong-da__list li a {
  color: #1e1765;
  text-decoration: none;
  font-weight: bold;
}

.page-the-thao-bong-da__list li a:hover {
  text-decoration: underline;
}

.page-the-thao-bong-da__guide-section {
  padding: 80px 0;
}

.page-the-thao-bong-da__guide-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
}

.page-the-thao-bong-da__guide-step {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  flex: 1 1 calc(20% - 30px);
  min-width: 220px;
  box-sizing: border-box;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-the-thao-bong-da__step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #26A9E0;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-the-thao-bong-da__step-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-the-thao-bong-da__guide-step p {
  font-size: 1rem;
  color: #e0f2f7;
}

.page-the-thao-bong-da__guide-step p a {
  color: #ffffff;
  text-decoration: underline;
}

.page-the-thao-bong-da__guide-image {
  text-align: center;
  margin-bottom: 50px;
}

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

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

.page-the-thao-bong-da__btn-large {
  padding: 16px 32px;
  font-size: 1.1rem;
}

.page-the-thao-bong-da__promo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.page-the-thao-bong-da__promo-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: left;
  flex: 1 1 calc(33% - 30px);
  min-width: 300px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.page-the-thao-bong-da__promo-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-the-thao-bong-da__promo-card .page-the-thao-bong-da__card-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #1e1765;
}

.page-the-thao-bong-da__promo-card .page-the-thao-bong-da__card-text {
  font-size: 0.95rem;
  color: #555555;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-the-thao-bong-da__btn-text {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.page-the-thao-bong-da__btn-text:hover {
  text-decoration: underline;
}

.page-the-thao-bong-da__arrow {
  font-size: 1.2em;
  line-height: 1;
}

.page-the-thao-bong-da__download-app-section {
  background: linear-gradient(90deg, #26A9E0, #1e87b9);
  color: #ffffff;
  padding: 80px 0;
}

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

.page-the-thao-bong-da__download-text {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-the-thao-bong-da__download-text .page-the-thao-bong-da__section-title {
  text-align: left;
  color: #ffffff;
}

.page-the-thao-bong-da__download-text p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #e0f2f7;
}

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

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

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

.page-the-thao-bong-da__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-the-thao-bong-da__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #1e1765;
  cursor: pointer;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

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

.page-the-thao-bong-da__faq-item[open] .page-the-thao-bong-da__faq-question {
  border-bottom: 1px solid transparent;
}

.page-the-thao-bong-da__faq-qtext {
  flex-grow: 1;
}

.page-the-thao-bong-da__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: #26A9E0;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

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

.page-the-thao-bong-da__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #555555;
  border-top: 1px solid #e0e0e0;
}

.page-the-thao-bong-da__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-the-thao-bong-da__hero-container {
    gap: 30px;
  }
  .page-the-thao-bong-da__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-the-thao-bong-da__hero-description {
    font-size: 1rem;
  }
  .page-the-thao-bong-da__feature-card {
    flex: 1 1 calc(50% - 30px);
  }
  .page-the-thao-bong-da__icon-box-media {
    width: 200px;
    height: 200px;
  }
  .page-the-thao-bong-da__guide-step {
    flex: 1 1 calc(33% - 30px);
  }
  .page-the-thao-bong-da__promo-card {
    flex: 1 1 calc(50% - 30px);
  }
  .page-the-thao-bong-da__download-text .page-the-thao-bong-da__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  .page-the-thao-bong-da {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-the-thao-bong-da__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-the-thao-bong-da__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 20px;
  }
  .page-the-thao-bong-da__hero-content,
  .page-the-thao-bong-da__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }
  .page-the-thao-bong-da__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    text-align: center;
  }
  .page-the-thao-bong-da__hero-description {
    text-align: center;
    font-size: 1rem;
  }
  .page-the-thao-bong-da__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page-the-thao-bong-da__btn-primary,
  .page-the-thao-bong-da__btn-secondary,
  .page-the-thao-bong-da__btn-large,
  .page-the-thao-bong-da a[class*="button"],
  .page-the-thao-bong-da a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }
  .page-the-thao-bong-da__intro-section,
  .page-the-thao-bong-da__promo-section,
  .page-the-thao-bong-da__download-app-section,
  .page-the-thao-bong-da__faq-section {
    padding: 40px 0;
  }
  .page-the-thao-bong-da__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-the-thao-bong-da__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 15px;
  }
  .page-the-thao-bong-da__section-description {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }
  .page-the-thao-bong-da__feature-cards {
    gap: 20px;
  }
  .page-the-thao-bong-da__feature-card {
    flex: 1 1 100%;
    padding: 25px;
  }
  .page-the-thao-bong-da__icon-box-media {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
  }
  .page-the-thao-bong-da__content-area {
    padding: 40px 15px;
  }
  .page-the-thao-bong-da__content-area p {
    font-size: 1rem;
  }
  .page-the-thao-bong-da__image-text-block {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .page-the-thao-bong-da__image-text-block img,
  .page-the-thao-bong-da__image-text-block .page-the-thao-bong-da__list {
    flex: 1 1 100%;
    min-width: unset;
  }
  .page-the-thao-bong-da__list li {
    font-size: 0.95rem;
    padding: 10px 15px;
  }
  .page-the-thao-bong-da__guide-section {
    padding: 40px 0;
  }
  .page-the-thao-bong-da__guide-steps {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .page-the-thao-bong-da__guide-step {
    flex: 1 1 100%;
    padding: 25px;
  }
  .page-the-thao-bong-da__step-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .page-the-thao-bong-da__step-title {
    font-size: 1.2rem;
  }
  .page-the-thao-bong-da__guide-image {
    margin-bottom: 30px;
  }
  .page-the-thao-bong-da__guide-image .page-the-thao-bong-da__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-the-thao-bong-da__cta-center {
    margin-top: 20px;
  }
  .page-the-thao-bong-da__promo-grid {
    gap: 20px;
  }
  .page-the-thao-bong-da__promo-card {
    flex: 1 1 100%;
    padding: 20px;
  }
  .page-the-thao-bong-da__promo-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-the-thao-bong-da__download-app-content {
    flex-direction: column;
    gap: 20px;
  }
  .page-the-thao-bong-da__download-text,
  .page-the-thao-bong-da__download-image {
    flex: 1 1 100%;
    min-width: unset;
  }
  .page-the-thao-bong-da__download-text .page-the-thao-bong-da__section-title {
    text-align: center;
  }
  .page-the-thao-bong-da__download-text p {
    text-align: center;
    font-size: 1rem;
  }
  .page-the-thao-bong-da__download-image .page-the-thao-bong-da__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-the-thao-bong-da__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-the-thao-bong-da__faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
  }
  .page-the-thao-bong-da img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-the-thao-bong-da__section,
  .page-the-thao-bong-da__card,
  .page-the-thao-bong-da__container,
  .page-the-thao-bong-da__cta-buttons,
  .page-the-thao-bong-da__button-group,
  .page-the-thao-bong-da__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-the-thao-bong-da__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
}