.page-the-thao {
  color: #FFF3E6;
  background-color: #0D0E12;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-the-thao__section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  text-align: center;
  color: #FFB04D;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-the-thao__description,
.page-the-thao__section-description {
  font-size: 18px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
  color: #FFF3E6;
}

.page-the-thao__hero-section {
  padding-top: 10px; /* Adjusted for shared header offset */
  padding-bottom: 60px;
  background-color: #17191F;
}

.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-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #FFF3E6;
  text-align: left;
}

.page-the-thao__main-title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  color: #FFB04D;
  margin-bottom: 20px;
  line-height: 1.1;
  text-align: left;
}

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

.page-the-thao__main-visual {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-the-thao__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  justify-content: flex-start;
}

.page-the-thao__btn-primary,
.page-the-thao__btn-secondary,
.page-the-thao__promo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-the-thao__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-the-thao__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
}

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

.page-the-thao__btn-secondary:hover {
  background-color: #FFA53A;
  color: #0D0E12;
}

.page-the-thao__intro-section {
  background-color: #0D0E12;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-the-thao__icon-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao__icon-box-item {
  flex: 1 1 300px;
  max-width: 350px;
  background-color: #17191F;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C;
}

.page-the-thao__icon-box-media {
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #FFA53A;
  box-shadow: 0 0 0 8px rgba(255, 165, 58, 0.2);
}

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

.page-the-thao__icon-box-title {
  font-size: 24px;
  font-weight: 700;
  color: #FFB04D;
  margin-bottom: 15px;
}

.page-the-thao__icon-box-text {
  font-size: 16px;
  color: #FFF3E6;
}

.page-the-thao__sports-types-section {
  background-color: #17191F;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.page-the-thao__sport-card {
  background-color: #0D0E12;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C;
  text-align: center;
}

.page-the-thao__sport-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-the-thao__sport-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #FFB04D;
  margin: 20px 15px 10px;
}

.page-the-thao__sport-card-text {
  font-size: 16px;
  color: #FFF3E6;
  padding: 0 15px 20px;
}

.page-the-thao__guide-section {
  background-color: #0D0E12;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.page-the-thao__guide-step-item {
  background-color: #17191F;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #A84F0C;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: center;
}

.page-the-thao__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFA53A;
  color: #0D0E12;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  box-shadow: 0 0 0 5px rgba(255, 165, 58, 0.3);
}

.page-the-thao__step-title {
  font-size: 20px;
  font-weight: 700;
  color: #FFB04D;
  margin-bottom: 10px;
}

.page-the-thao__step-text {
  font-size: 16px;
  color: #FFF3E6;
}

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

.page-the-thao__guide-visual {
    max-width: 800px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.page-the-thao__promo-section {
  background-color: #17191F;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.page-the-thao__promo-card {
  background-color: #0D0E12;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C;
  text-align: center;
  display: flex;
  flex-direction: column;
}

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

.page-the-thao__promo-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #FFB04D;
  margin: 20px 15px 10px;
}

.page-the-thao__promo-card-text {
  font-size: 16px;
  color: #FFF3E6;
  padding: 0 15px 20px;
  flex-grow: 1;
}

.page-the-thao__promo-button {
  margin: 0 15px 20px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  border: 2px solid transparent;
  box-shadow: 0 4px 10px rgba(255, 140, 26, 0.3);
}

.page-the-thao__promo-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
}

.page-the-thao__all-promos-cta {
  text-align: center;
  margin-top: 40px;
}

.page-the-thao__faq-section {
  background-color: #0D0E12;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.page-the-thao__faq-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-the-thao__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #FFB04D;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

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

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

.page-the-thao__faq-toggle {
  font-size: 28px;
  line-height: 1;
  margin-left: 15px;
  color: #FFA53A;
}

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

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

.page-the-thao__faq-answer p {
  margin-bottom: 10px;
}

.page-the-thao__cta-bottom-section {
  background-color: #17191F;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.page-the-thao__cta-bottom-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-the-thao__cta-bottom-section .page-the-thao__cta-buttons {
  justify-content: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-the-thao__hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .page-the-thao__hero-content {
    text-align: center;
  }

  .page-the-thao__main-title {
    text-align: center;
  }

  .page-the-thao__cta-buttons {
    justify-content: center;
  }

  .page-the-thao__icon-box-item {
    max-width: none;
  }

  .page-the-thao__icon-box-media {
    width: 200px;
    height: 200px;
  }

  .page-the-thao__guide-steps {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .page-the-thao__sport-card-image {
    height: 200px;
  }

  .page-the-thao__promo-card-image {
    height: 180px;
  }
}

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

  .page-the-thao__hero-container {
    padding: 20px 15px;
    gap: 20px;
  }

  .page-the-thao__main-title {
    font-size: clamp(28px, 8vw, 40px);
  }

  .page-the-thao__description,
  .page-the-thao__section-description {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .page-the-thao__cta-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding: 0 15px;
  }

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

  .page-the-thao__content-area {
    padding: 30px 15px;
  }

  .page-the-thao__section-title {
    font-size: clamp(24px, 7vw, 36px);
    margin-bottom: 15px;
  }

  .page-the-thao__icon-boxes {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

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

  .page-the-thao__icon-box-media {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
  }

  .page-the-thao__icon-box-title {
    font-size: 20px;
  }

  .page-the-thao__icon-box-text {
    font-size: 15px;
  }

  .page-the-thao__sport-categories {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .page-the-thao__sport-card-image {
    height: 180px;
  }

  .page-the-thao__sport-card-title {
    font-size: 20px;
  }

  .page-the-thao__sport-card-text {
    font-size: 15px;
  }

  .page-the-thao__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

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

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

  .page-the-thao__step-title {
    font-size: 18px;
  }

  .page-the-thao__step-text {
    font-size: 15px;
  }

  .page-the-thao__guide-visual {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  .page-the-thao__promo-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .page-the-thao__promo-card-image {
    height: 160px;
  }

  .page-the-thao__promo-card-title {
    font-size: 20px;
  }

  .page-the-thao__promo-card-text {
    font-size: 15px;
  }

  .page-the-thao__all-promos-cta {
    margin-top: 30px;
    padding: 0 15px;
  }

  .page-the-thao__faq-list {
    margin-top: 20px;
    padding: 0 15px;
  }

  .page-the-thao__faq-question {
    padding: 15px 20px;
    font-size: 16px;
  }

  .page-the-thao__faq-toggle {
    font-size: 24px;
  }

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

  .page-the-thao__cta-bottom-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .page-the-thao__section,
  .page-the-thao__card,
  .page-the-thao__container,
  .page-the-thao__icon-boxes,
  .page-the-thao__sport-categories,
  .page-the-thao__guide-steps,
  .page-the-thao__promo-cards,
  .page-the-thao__faq-list,
  .page-the-thao__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-the-thao__icon-box-media img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
  }
}