/* style/th-thao.css */
.page-th-thao {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

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

.page-th-thao__hero {
  background: linear-gradient(135deg, #00008B, #00005a);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-th-thao__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:hero:sports_stadium_blurred,audience,dynamic,gold_blue]');
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 0;
}

.page-th-thao__hero > .page-th-thao__container {
  position: relative;
  z-index: 1;
}

.page-th-thao__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-th-thao__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

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

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

.page-th-thao__btn--primary {
  background-color: #FFD700;
  color: #00008B;
  border: 2px solid #FFD700;
}

.page-th-thao__btn--primary:hover {
  background-color: #e6c200;
  color: #00005a;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

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

.page-th-thao__btn--secondary:hover {
  background-color: #FFD700;
  color: #00008B;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-th-thao__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-th-thao__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
  border-radius: 10px;
}

.page-th-thao__section {
  padding: 60px 0;
  text-align: center;
}

.page-th-thao__section:nth-of-type(even) {
  background-color: #f8f8f8;
}

.page-th-thao__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #00008B;
  position: relative;
  padding-bottom: 10px;
}

.page-th-thao__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-th-thao__section-description {
  font-size: 1.1em;
  color: #555;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.page-th-thao__why-choose {
  background-color: #fff;
}

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

.page-th-thao__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #00008B;
}

.page-th-thao__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-th-thao__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-th-thao__feature-title {
  font-size: 1.5em;
  color: #00008B;
  margin-bottom: 15px;
}

.page-th-thao__feature-text {
  color: #666;
  font-size: 0.95em;
}

.page-th-thao__sports-categories {
  background-color: #f0f2f5;
}

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

.page-th-thao__category-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-th-thao__category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-th-thao__category-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-th-thao__category-title {
  font-size: 1.4em;
  color: #00008B;
  margin: 20px 0 10px 0;
  padding: 0 15px;
}

.page-th-thao__category-text {
  color: #666;
  font-size: 0.9em;
  padding: 0 15px 20px 15px;
  flex-grow: 1;
}

.page-th-thao__category-card .page-th-thao__btn--small {
  margin: 0 15px 20px 15px;
  background-color: #00008B;
  color: #FFD700;
  border-color: #00008B;
}

.page-th-thao__category-card .page-th-thao__btn--small:hover {
  background-color: #FFD700;
  color: #00008B;
  border-color: #FFD700;
}

.page-th-thao__live-betting-feature {
  background-color: #00008B;
  color: #fff;
}

.page-th-thao__live-betting-feature .page-th-thao__section-title {
  color: #FFD700;
}

.page-th-thao__live-betting-feature .page-th-thao__section-description {
  color: #e0e0e0;
}

.page-th-thao__live-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
  text-align: left;
}

.page-th-thao__live-image {
  flex: 1 1 500px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-th-thao__live-details {
  flex: 1 1 400px;
}

.page-th-thao__live-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-th-thao__live-list li {
  background-color: rgba(255, 215, 0, 0.1);
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 8px;
  border-left: 5px solid #FFD700;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-th-thao__promotions {
  background-color: #fff;
}

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

.page-th-thao__promo-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-th-thao__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-th-thao__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-th-thao__promo-title {
  font-size: 1.4em;
  color: #00008B;
  margin: 20px 0 10px 0;
  padding: 0 15px;
}

.page-th-thao__promo-text {
  color: #666;
  font-size: 0.95em;
  padding: 0 15px 20px 15px;
  flex-grow: 1;
}

.page-th-thao__promo-card .page-th-thao__btn--small {
  margin: 0 15px 20px 15px;
  background-color: #FFD700;
  color: #00008B;
  border-color: #FFD700;
}

.page-th-thao__promo-card .page-th-thao__btn--small:hover {
  background-color: #e6c200;
  color: #00005a;
  border-color: #e6c200;
}

.page-th-thao__how-to-start {
  background-color: #f0f2f5;
}

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

.page-th-thao__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  border-bottom: 5px solid #00008B;
}

.page-th-thao__step-number {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #00008B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin: -60px auto 20px auto;
  border: 3px solid #00008B;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-th-thao__step-item:first-child .page-th-thao__step-number {
  margin-top: 0; /* Adjust for first item if needed */
}

.page-th-thao__step-title {
  font-size: 1.5em;
  color: #00008B;
  margin-bottom: 15px;
}

.page-th-thao__step-text {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 25px;
}

.page-th-thao__cta-bottom {
  background-color: #00008B;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

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

.page-th-thao__cta-description {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-th-thao__hero-title {
    font-size: 2.8em;
  }
  .page-th-thao__hero-subtitle {
    font-size: 1.1em;
  }
  .page-th-thao__section-title {
    font-size: 2em;
  }
  .page-th-thao__live-content {
    flex-direction: column;
  }
  .page-th-thao__live-details {
    text-align: center;
  }
  .page-th-thao__live-list {
    padding-left: 0;
  }
  .page-th-thao__live-list li {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .page-th-thao__hero {
    padding: 80px 0;
  }
  .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%;
    margin: 0 auto;
  }
  .page-th-thao__section {
    padding: 40px 0;
  }
  .page-th-thao__section-title {
    font-size: 1.8em;
  }
  .page-th-thao__section-description {
    font-size: 0.95em;
  }
  .page-th-thao__features-grid, .page-th-thao__categories-grid, .page-th-thao__promo-grid, .page-th-thao__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-th-thao__step-number {
    margin-top: 0;
  }
  .page-th-thao__cta-title {
    font-size: 2.2em;
  }
  .page-th-thao__cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-th-thao__hero-title {
    font-size: 1.8em;
  }
  .page-th-thao__btn {
    width: 90%;
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-th-thao__section-title {
    font-size: 1.6em;
  }
  .page-th-thao__cta-title {
    font-size: 1.8em;
  }
}