/* style/the-thao-cac-mon-khac.css */

:root {
  --kg88-primary-color: #FF8C1A;
  --kg88-secondary-color: #FFA53A;
  --kg88-bg-card: #17191F;
  --kg88-bg-main: #0D0E12;
  --kg88-text-main: #FFF3E6;
  --kg88-border-color: #A84F0C;
  --kg88-glow-color: #FFB04D;
  --kg88-deep-orange: #D96800;
  --kg88-light-text: #ffffff;
  --kg88-dark-text: #333333;
}

.page-the-thao-cac-mon-khac {
  background-color: var(--kg88-bg-main);
  color: var(--kg88-text-main);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

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

.page-the-thao-cac-mon-khac__hero-section {
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  padding-bottom: 60px;
  background-color: var(--kg88-bg-main);
  color: var(--kg88-text-main);
}

.page-the-thao-cac-mon-khac__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 60px 0;
}

.page-the-thao-cac-mon-khac__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

.page-the-thao-cac-mon-khac__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--kg88-text-main);
}

.page-the-thao-cac-mon-khac__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--kg88-text-main);
}

.page-the-thao-cac-mon-khac__cta-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-the-thao-cac-mon-khac__btn-primary,
.page-the-thao-cac-mon-khac__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-the-thao-cac-mon-khac__btn-primary {
  background: linear-gradient(180deg, var(--kg88-secondary-color) 0%, var(--kg88-deep-orange) 100%);
  color: var(--kg88-light-text);
  border: none;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-the-thao-cac-mon-khac__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-the-thao-cac-mon-khac__btn-secondary {
  background: transparent;
  color: var(--kg88-primary-color);
  border: 2px solid var(--kg88-primary-color);
}

.page-the-thao-cac-mon-khac__btn-secondary:hover {
  background-color: rgba(255, 140, 26, 0.1);
  transform: translateY(-2px);
}

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

.page-the-thao-cac-mon-khac__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-the-thao-cac-mon-khac__content-section {
  padding: 60px 0;
  background-color: var(--kg88-bg-main);
  color: var(--kg88-text-main);
}

.page-the-thao-cac-mon-khac__dark-section {
  background-color: var(--kg88-bg-card);
  color: var(--kg88-text-main);
}

.page-the-thao-cac-mon-khac__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: var(--kg88-text-main);
}

.page-the-thao-cac-mon-khac__text-block {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: var(--kg88-text-main);
}

.page-the-thao-cac-mon-khac__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-the-thao-cac-mon-khac__grid-item {
  background-color: var(--kg88-bg-card);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-the-thao-cac-mon-khac__image-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-the-thao-cac-mon-khac__item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--kg88-primary-color);
}

.page-the-thao-cac-mon-khac__benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-the-thao-cac-mon-khac__benefit-item {
  background-color: var(--kg88-bg-card);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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

.page-the-thao-cac-mon-khac__step-item {
  background-color: var(--kg88-bg-card);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-the-thao-cac-mon-khac__step-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 165, 58, 0.1);
}

.page-the-thao-cac-mon-khac__step-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-the-thao-cac-mon-khac__step-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--kg88-secondary-color);
}

.page-the-thao-cac-mon-khac__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-the-thao-cac-mon-khac__faq-section {
  padding: 60px 0;
  background-color: var(--kg88-bg-main);
  color: var(--kg88-text-main);
}

.page-the-thao-cac-mon-khac__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-the-thao-cac-mon-khac__faq-item {
  background-color: var(--kg88-bg-card);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-the-thao-cac-mon-khac__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--kg88-primary-color);
  background-color: var(--kg88-bg-card);
  border-bottom: 1px solid rgba(255, 140, 26, 0.2);
  list-style: none;
}

.page-the-thao-cac-mon-khac__faq-question::-webkit-details-marker {
  display: none;
}

.page-the-thao-cac-mon-khac__faq-question:hover {
  background-color: rgba(255, 140, 26, 0.1);
}

.page-the-thao-cac-mon-khac__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-the-thao-cac-mon-khac__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--kg88-text-main);
  background-color: var(--kg88-bg-card);
}

.page-the-thao-cac-mon-khac__cta-final-section {
  padding: 80px 0;
  background-color: var(--kg88-primary-color);
  color: var(--kg88-light-text);
  text-align: center;
}

.page-the-thao-cac-mon-khac__cta-final-container {
  max-width: 900px;
}

.page-the-thao-cac-mon-khac__cta-final-section .page-the-thao-cac-mon-khac__section-title {
  color: var(--kg88-light-text);
  margin-bottom: 25px;
}

.page-the-thao-cac-mon-khac__cta-final-section .page-the-thao-cac-mon-khac__description {
  color: var(--kg88-light-text);
  margin-bottom: 40px;
}

.page-the-thao-cac-mon-khac__cta-final-section .page-the-thao-cac-mon-khac__btn-primary {
  background: linear-gradient(180deg, var(--kg88-light-text) 0%, #e0e0e0 100%);
  color: var(--kg88-primary-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-the-thao-cac-mon-khac__cta-final-section .page-the-thao-cac-mon-khac__btn-primary:hover {
  background: linear-gradient(180deg, #f0f0f0 0%, #d0d0d0 100%);
}

/* General image responsive styles */
.page-the-thao-cac-mon-khac img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries */
@media (max-width: 1024px) {
  .page-the-thao-cac-mon-khac__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-the-thao-cac-mon-khac__hero-content {
    text-align: center;
  }

  .page-the-thao-cac-mon-khac__cta-group {
    justify-content: center;
  }

  .page-the-thao-cac-mon-khac__main-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }

  .page-the-thao-cac-mon-khac__section-title {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }

  .page-the-thao-cac-mon-khac__grid-layout,
  .page-the-thao-cac-mon-khac__benefits-list,
  .page-the-thao-cac-mon-khac__guide-steps {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  /* HERO section */
  .page-the-thao-cac-mon-khac__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-the-thao-cac-mon-khac__hero-container {
    padding: 40px 0;
  }

  .page-the-thao-cac-mon-khac__main-title {
    font-size: 2.2rem !important;
    margin-bottom: 15px;
  }

  .page-the-thao-cac-mon-khac__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-the-thao-cac-mon-khac__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  /* Buttons */
  .page-the-thao-cac-mon-khac__btn-primary,
  .page-the-thao-cac-mon-khac__btn-secondary,
  .page-the-thao-cac-mon-khac a[class*="button"],
  .page-the-thao-cac-mon-khac a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Content Sections */
  .page-the-thao-cac-mon-khac__content-section,
  .page-the-thao-cac-mon-khac__guide-section,
  .page-the-thao-cac-mon-khac__faq-section,
  .page-the-thao-cac-mon-khac__cta-final-section {
    padding: 40px 0;
  }

  .page-the-thao-cac-mon-khac__section-title {
    font-size: 1.8rem !important;
    margin-bottom: 30px;
  }

  /* Grid Layouts (for content cards, benefits, guide steps) */
  .page-the-thao-cac-mon-khac__grid-layout,
  .page-the-thao-cac-mon-khac__benefits-list,
  .page-the-thao-cac-mon-khac__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-the-thao-cac-mon-khac__grid-item,
  .page-the-thao-cac-mon-khac__benefit-item,
  .page-the-thao-cac-mon-khac__step-item {
    padding: 20px;
  }

  .page-the-thao-cac-mon-khac__item-title {
    font-size: 1.2rem;
  }

  .page-the-thao-cac-mon-khac__step-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }

  .page-the-thao-cac-mon-khac__step-title {
    font-size: 1.1rem;
  }

  /* FAQ */
  .page-the-thao-cac-mon-khac__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-the-thao-cac-mon-khac__faq-answer {
    padding: 10px 20px 15px;
  }

  /* Generic images and containers */
  .page-the-thao-cac-mon-khac img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-the-thao-cac-mon-khac__container,
  .page-the-thao-cac-mon-khac__hero-container,
  .page-the-thao-cac-mon-khac__cta-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}