/* style/th-thao.css */
.page-th-thao {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ sáng trên nền tối */
  line-height: 1.6;
  background-color: #0F1D2C; /* Nền tối hơn một chút so với #1A2E44 để tạo chiều sâu */
}

.page-th-thao__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-th-thao__hero-section {
  background: linear-gradient(135deg, #1A2E44, #0F1D2C);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-th-thao__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:sports,abstract,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-th-thao__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-th-thao__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #E0E0E0;
  position: relative;
  z-index: 1;
}

.page-th-thao__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-th-thao__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: bold;
}

.page-th-thao__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 60px;
  color: #CCCCCC;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-th-thao__overview-section {
  background-color: #1A2E44;
  padding: 80px 0;
}

.page-th-thao__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-th-thao__text-content {
  flex: 1;
}

.page-th-thao__text-content p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-th-thao__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-th-thao__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-th-thao__sports-types-section {
  padding: 80px 0;
  background-color: #0F1D2C;
}

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

.page-th-thao__sport-card {
  background-color: #1A2E44;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao__sport-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-th-thao__sport-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7)); /* Hiệu ứng ánh sáng vàng */
}

.page-th-thao__sport-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-th-thao__sport-description {
  font-size: 1em;
  color: #CCCCCC;
}

.page-th-thao__full-list-link {
  text-align: center;
  margin-top: 30px;
}

.page-th-thao__bet-types-section {
  background-color: #1A2E44;
  padding: 80px 0;
}

.page-th-thao__bet-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-th-thao__bet-type-card {
  background-color: #0F1D2C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
  transition: background-color 0.3s ease;
}

.page-th-thao__bet-type-card:hover {
  background-color: #2c425a;
}

.page-th-thao__bet-type-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-th-thao__bet-type-description {
  font-size: 1em;
  color: #E0E0E0;
}

.page-th-thao__guide-section {
  padding: 80px 0;
  background-color: #0F1D2C;
}

.page-th-thao__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-th-thao__step-card {
  background-color: #1A2E44;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.page-th-thao__step-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.page-th-thao__step-icon {
  width: 70px;
  height: 70px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-th-thao__step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #FFD700;
  color: #1A2E44;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.1em;
}

.page-th-thao__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-th-thao__step-description {
  font-size: 1em;
  color: #CCCCCC;
  margin-bottom: 20px;
}

.page-th-thao__promo-section {
  background-color: #1A2E44;
  padding: 80px 0;
}

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

.page-th-thao__promo-card {
  background-color: #0F1D2C;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-th-thao__promo-card:hover {
  transform: translateY(-5px);
}

.page-th-thao__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-th-thao__promo-card h3,
.page-th-thao__promo-card p,
.page-th-thao__promo-card a {
  padding: 0 25px;
}

.page-th-thao__promo-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-th-thao__promo-description {
  font-size: 1em;
  color: #CCCCCC;
  margin-bottom: 20px;
}

.page-th-thao__promo-card .page-th-thao__btn--link {
  display: block;
  text-align: center;
  margin: 0 25px 25px;
  padding: 10px 0;
}

.page-th-thao__features-section {
  padding: 80px 0;
  background-color: #0F1D2C;
}

.page-th-thao__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-th-thao__feature-card {
  background-color: #1A2E44;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-th-thao__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-th-thao__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-th-thao__feature-description {
  font-size: 1em;
  color: #CCCCCC;
  margin-bottom: 20px;
}

.page-th-thao__faq-section {
  background-color: #1A2E44;
  padding: 80px 0;
}

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

.page-th-thao__faq-item {
  background-color: #0F1D2C;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-th-thao__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
}

.page-th-thao__faq-answer {
  font-size: 1em;
  color: #E0E0E0;
  display: none; /* Ẩn câu trả lời mặc định */
  padding-top: 10px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  margin-top: 10px;
}

.page-th-thao__faq-answer.active {
  display: block;
}

.page-th-thao__cta-bottom-section {
  background: linear-gradient(135deg, #FFD700, #b39700);
  padding: 80px 0;
  text-align: center;
  color: #1A2E44;
}

.page-th-thao__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #1A2E44;
  font-weight: bold;
}

.page-th-thao__cta-description {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #444;
}

.page-th-thao__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-th-thao__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.page-th-thao__btn--primary {
  background-color: #FFD700;
  color: #1A2E44;
  border: 2px solid #FFD700;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-th-thao__btn--primary:hover {
  background-color: #e5c100;
  border-color: #e5c100;
  transform: translateY(-3px);
}

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

.page-th-thao__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2E44;
  transform: translateY(-3px);
}

.page-th-thao__btn--tertiary {
  background-color: #1A2E44;
  color: #FFD700;
  border: 2px solid #1A2E44;
  padding: 12px 30px;
  border-radius: 8px;
}

.page-th-thao__btn--tertiary:hover {
  background-color: #FFD700;
  color: #1A2E44;
  border-color: #FFD700;
  transform: translateY(-3px);
}

.page-th-thao__btn--link {
  background-color: transparent;
  color: #FFD700;
  border: none;
  padding: 0;
  font-size: 1em;
  text-decoration: underline;
}

.page-th-thao__btn--link:hover {
  color: #e5c100;
}

.highlight {
  color: #FFD700;
}

.page-th-thao__call-to-action {
  text-align: center;
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-th-thao__hero-title {
    font-size: 2.8em;
  }
  .page-th-thao__hero-subtitle {
    font-size: 1.2em;
  }
  .page-th-thao__section-title {
    font-size: 2.2em;
  }
  .page-th-thao__content-grid {
    flex-direction: column;
  }
  .page-th-thao__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-th-thao__hero-title {
    font-size: 2.2em;
  }
  .page-th-thao__hero-subtitle {
    font-size: 1em;
  }
  .page-th-thao__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-th-thao__btn {
    width: 80%;
    max-width: 300px;
  }
  .page-th-thao__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-th-thao__section-description {
    font-size: 0.9em;
    margin-bottom: 40px;
  }
  .page-th-thao__sport-card,
  .page-th-thao__bet-type-card,
  .page-th-thao__step-card,
  .page-th-thao__promo-card,
  .page-th-thao__feature-card {
    padding: 25px;
  }
  .page-th-thao__cta-title {
    font-size: 2em;
  }
  .page-th-thao__cta-description {
    font-size: 1.1em;
  }
  .page-th-thao__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-th-thao__hero-title {
    font-size: 1.8em;
  }
  .page-th-thao__hero-subtitle {
    font-size: 0.9em;
  }
  .page-th-thao__section-title {
    font-size: 1.6em;
  }
  .page-th-thao__faq-question {
    font-size: 1.2em;
  }
  .page-th-thao__cta-title {
    font-size: 1.8em;
  }
}