/* style/truong-ga-thomo-truc-tiep.css */
.page-truong-ga-thomo-truc-tiep {
  background-color: #0D0E12; /* Background */
  color: #FFF3E6; /* Text Main */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 0; /* Handled by body padding-top in shared.css */
}

.page-truong-ga-thomo-truc-tiep__content-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-truong-ga-thomo-truc-tiep__card {
  background-color: #17191F; /* Card BG */
  color: #FFF3E6; /* Text Main */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
}

.page-truong-ga-thomo-truc-tiep__section-title {
  color: #FFB04D; /* Glow */
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-truong-ga-thomo-truc-tiep__section-description {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #FFF3E6;
}

.page-truong-ga-thomo-truc-tiep__sub-title {
  color: #FFA53A; /* Auxiliary color */
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* Hero Section */
.page-truong-ga-thomo-truc-tiep__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background-color: #0D0E12;
}

.page-truong-ga-thomo-truc-tiep__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 16px;
  flex-wrap: wrap; /* Ensure responsiveness */
}

.page-truong-ga-thomo-truc-tiep__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #FFF3E6;
}

.page-truong-ga-thomo-truc-tiep__main-title {
  color: #FFB04D; /* Glow */
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.page-truong-ga-thomo-truc-tiep__intro-text {
  font-size: 1.15em;
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-truong-ga-thomo-truc-tiep__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-truong-ga-thomo-truc-tiep__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-truong-ga-thomo-truc-tiep__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-truong-ga-thomo-truc-tiep__btn-primary,
.page-truong-ga-thomo-truc-tiep__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-truong-ga-thomo-truc-tiep__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
  color: #FFF3E6; /* Text Main */
  border: 2px solid transparent;
}

.page-truong-ga-thomo-truc-tiep__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 140, 26, 0.4);
}

.page-truong-ga-thomo-truc-tiep__btn-secondary {
  background-color: transparent;
  color: #FFA53A; /* Auxiliary color */
  border: 2px solid #FFA53A;
}

.page-truong-ga-thomo-truc-tiep__btn-secondary:hover {
  background-color: #FFA53A;
  color: #17191F; /* Card BG for contrast */
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 165, 58, 0.2);
}

/* Intro Section */
.page-truong-ga-thomo-truc-tiep__intro-section {
  padding: 60px 0;
}

.page-truong-ga-thomo-truc-tiep__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-truong-ga-thomo-truc-tiep__feature-item {
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-truong-ga-thomo-truc-tiep__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 140, 26, 0.2);
}

.page-truong-ga-thomo-truc-tiep__icon-box-media {
  width: 240px;
  height: 240px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #FFA53A;
  box-shadow: 0 0 15px rgba(255, 165, 58, 0.3);
}

.page-truong-ga-thomo-truc-tiep__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-truong-ga-thomo-truc-tiep__feature-title {
  color: #FFB04D; /* Glow */
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-truong-ga-thomo-truc-tiep__feature-text {
  color: #FFF3E6;
}

/* About Thomo, Live Schedule, Betting Guide, Promo Sections */
.page-truong-ga-thomo-truc-tiep__about-thomo-section,
.page-truong-ga-thomo-truc-tiep__live-schedule-section,
.page-truong-ga-thomo-truc-tiep__betting-guide-section,
.page-truong-ga-thomo-truc-tiep__promo-section {
  padding: 60px 0;
}

.page-truong-ga-thomo-truc-tiep__text-block {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  padding: 30px;
  color: #FFF3E6;
}

.page-truong-ga-thomo-truc-tiep__image-fullwidth {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-truong-ga-thomo-truc-tiep__btn-inline {
  margin-top: 25px;
  display: inline-block;
}

.page-truong-ga-thomo-truc-tiep__promo-list {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0;
  color: #FFF3E6;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-truong-ga-thomo-truc-tiep__promo-list li {
  margin-bottom: 10px;
}

/* FAQ Section */
.page-truong-ga-thomo-truc-tiep__faq-section {
  padding: 60px 0;
}

.page-truong-ga-thomo-truc-tiep__faq-list {
  display: grid;
  gap: 15px;
}

.page-truong-ga-thomo-truc-tiep__faq-item {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-truong-ga-thomo-truc-tiep__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 1.1em;
  color: #FFB04D; /* Glow */
  list-style: none;
  background-color: #17191F; /* Card BG */
  border-bottom: 1px solid #A84F0C;
}

.page-truong-ga-thomo-truc-tiep__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-truong-ga-thomo-truc-tiep__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-truong-ga-thomo-truc-tiep__faq-qtext {
  flex-grow: 1;
}

.page-truong-ga-thomo-truc-tiep__faq-toggle {
  margin-left: 15px;
  font-size: 1.5em;
  line-height: 1;
  color: #FFA53A;
}

.page-truong-ga-thomo-truc-tiep__faq-item[open] .page-truong-ga-thomo-truc-tiep__faq-toggle {
  content: '−';
}

.page-truong-ga-thomo-truc-tiep__faq-answer {
  padding: 15px 20px;
  background-color: #17191F;
  color: #FFF3E6;
  font-size: 0.95em;
}

/* Bottom CTA Section */
.page-truong-ga-thomo-truc-tiep__cta-bottom-section {
  padding: 60px 0 80px;
  text-align: center;
}

.page-truong-ga-thomo-truc-tiep__cta-bottom-section .page-truong-ga-thomo-truc-tiep__card {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
}

.page-truong-ga-thomo-truc-tiep__cta-bottom-section .page-truong-ga-thomo-truc-tiep__section-title {
  font-size: 2em;
  margin-bottom: 25px;
}

.page-truong-ga-thomo-truc-tiep__cta-bottom-section p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF3E6;
}

/* General Image Rules */
.page-truong-ga-thomo-truc-tiep img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-truong-ga-thomo-truc-tiep__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-truong-ga-thomo-truc-tiep__hero-content,
  .page-truong-ga-thomo-truc-iept__hero-image {
    flex: none;
    width: 100%;
  }

  .page-truong-ga-thomo-truc-tiep__cta-buttons {
    justify-content: center;
  }

  .page-truong-ga-thomo-truc-tiep__main-title {
    font-size: 2.8em;
  }

  .page-truong-ga-thomo-truc-tiep__section-title {
    font-size: 2.2em;
  }

  .page-truong-ga-thomo-truc-tiep__sub-title {
    font-size: 1.6em;
  }

  .page-truong-ga-thomo-truc-tiep__icon-box-media {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-truong-ga-thomo-truc-tiep__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-truong-ga-thomo-truc-tiep__hero-container {
    padding: 15px 15px;
    gap: 20px;
  }

  .page-truong-ga-thomo-truc-tiep__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-truong-ga-thomo-truc-tiep__intro-text {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-truong-ga-thomo-truc-tiep__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }

  .page-truong-ga-thomo-truc-tiep__btn-primary,
  .page-truong-ga-thomo-truc-tiep__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Module 1 Three-column Round Images */
  .page-truong-ga-thomo-truc-tiep__icon-box-media {
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
    border-width: 3px;
  }

  .page-truong-ga-thomo-truc-tiep__features-grid {
    grid-template-columns: 1fr;
  }

  .page-truong-ga-thomo-truc-tiep__feature-item {
    padding: 20px;
  }

  /* General Content Sections (About, Live Schedule, Betting, Promo) */
  .page-truong-ga-thomo-truc-tiep__about-thomo-section,
  .page-truong-ga-thomo-truc-tiep__live-schedule-section,
  .page-truong-ga-thomo-truc-tiep__betting-guide-section,
  .page-truong-ga-thomo-truc-tiep__promo-section,
  .page-truong-ga-thomo-truc-tiep__faq-section,
  .page-truong-ga-thomo-truc-tiep__cta-bottom-section {
    padding: 40px 0;
  }

  .page-truong-ga-thomo-truc-tiep__content-container {
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-truong-ga-thomo-truc-tiep__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-truong-ga-thomo-truc-tiep__section-description {
    font-size: 0.95em;
    margin-bottom: 25px;
  }

  .page-truong-ga-thomo-truc-tiep__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-truong-ga-thomo-truc-tiep__text-block {
    padding: 20px;
  }

  .page-truong-ga-thomo-truc-tiep__promo-list {
    margin-left: 15px;
    font-size: 0.95em;
  }

  /* FAQ Section */
  .page-truong-ga-thomo-truc-tiep__faq-item summary {
    padding: 12px 15px;
    font-size: 1em;
  }

  .page-truong-ga-thomo-truc-tiep__faq-toggle {
    font-size: 1.2em;
  }

  .page-truong-ga-thomo-truc-tiep__faq-answer {
    padding: 12px 15px;
    font-size: 0.9em;
  }

  /* Bottom CTA Section */
  .page-truong-ga-thomo-truc-tiep__cta-bottom-section .page-truong-ga-thomo-truc-tiep__card {
    padding: 30px 20px;
  }

  .page-truong-ga-thomo-truc-tiep__cta-bottom-section .page-truong-ga-thomo-truc-tiep__section-title {
    font-size: 1.6em;
  }

  .page-truong-ga-thomo-truc-tiep__cta-bottom-section p {
    font-size: 1em;
  }

  /* Universal Image and Container Rules for Mobile */
  .page-truong-ga-thomo-truc-tiep img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-truong-ga-thomo-truc-tiep__section,
  .page-truong-ga-thomo-truc-tiep__card,
  .page-truong-ga-thomo-truc-tiep__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  .page-truong-ga-thomo-truc-tiep__cta-buttons,
  .page-truong-ga-thomo-truc-tiep__button-group,
  .page-truong-ga-thomo-truc-tiep__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0px;
    padding-right: 0px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .page-truong-ga-thomo-truc-tiep__main-title {
    font-size: 1.8em;
  }
  .page-truong-ga-thomo-truc-tiep__section-title {
    font-size: 1.6em;
  }
  .page-truong-ga-thomo-truc-tiep__sub-title {
    font-size: 1.2em;
  }
  .page-truong-ga-thomo-truc-tiep__icon-box-media {
    width: 150px;
    height: 150px;
  }
}