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

.page-th-thao .page-th-thao-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-th-thao .highlight {
  color: #FFD700;
}

.page-th-thao .page-th-thao-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.page-th-thao .page-th-thao-btn-primary {
  background-color: #FFD700;
  color: #1A2B4C;
  border: 2px solid #FFD700;
}

.page-th-thao .page-th-thao-btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-th-thao .page-th-thao-btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-th-thao .page-th-thao-btn-secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
}

.page-th-thao .page-th-thao-btn-small {
  padding: 8px 18px;
  font-size: 0.9em;
  border-radius: 6px;
}

.page-th-thao .page-th-thao-btn-text {
  background: none;
  border: none;
  color: #FFD700;
  padding: 0;
  margin-top: 10px;
  text-decoration: underline;
}

.page-th-thao .page-th-thao-btn-text:hover {
  color: #e6c200;
}

/* Hero Section */
.page-th-thao-hero {
  background: linear-gradient(135deg, #1A2B4C 0%, #0F1A2D 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-th-thao-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:sports_stadium_blurred,abstract_lines,dynamic_energy]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  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: #FFFFFF;
  font-weight: 700;
  line-height: 1.2;
}

.page-th-thao-hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #CCCCCC;
}

.page-th-thao-hero-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* General Section Styling */
.page-th-thao-section-title {
  font-size: 2.5em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}

.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-features, .page-th-thao-sports-category, .page-th-thao-how-to-bet, .page-th-thao-promotions, .page-th-thao-contact {
  padding: 80px 0;
  background-color: #1A2B4C;
}

.page-th-thao-features {
  background-color: #0F1A2D;
}

/* Feature Grid */
.page-th-thao-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-th-thao-feature-item {
  background-color: #1A2B4C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-th-thao-feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-th-thao-feature-item h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-th-thao-feature-item p {
  color: #CCCCCC;
  font-size: 1em;
}

/* Sports Category */
.page-th-thao-sports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-th-thao-sport-card {
  background-color: #0F1A2D;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

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

.page-th-thao-sport-card h3 {
  font-size: 1.4em;
  color: #FFFFFF;
  margin: 20px 15px 10px;
}

.page-th-thao-sport-card p {
  color: #CCCCCC;
  font-size: 0.95em;
  padding: 0 15px 20px;
  flex-grow: 1;
}

.page-th-thao-sport-card .page-th-thao-btn {
  margin: 0 15px 20px;
  width: calc(100% - 30px);
}

/* How To Bet */
.page-th-thao-how-to-bet {
  background-color: #0F1A2D;
}

.page-th-thao-steps {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.page-th-thao-steps li {
  background-color: #1A2B4C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-th-thao-step-icon-wrapper {
  background-color: #FFD700;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  box-shadow: 0 0 0 8px rgba(255, 215, 0, 0.3);
}

.page-th-thao-step-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.page-th-thao-steps li h3 {
  font-size: 1.6em;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.page-th-thao-steps li p {
  color: #CCCCCC;
  font-size: 1em;
  flex-grow: 1;
}

/* Promotions */
.page-th-thao-promotions-intro {
  text-align: center;
  font-size: 1.1em;
  color: #CCCCCC;
  max-width: 800px;
  margin: -30px auto 50px auto;
}

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

.page-th-thao-promo-card {
  background-color: #0F1A2D;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.page-th-thao-promo-card h3 {
  font-size: 1.4em;
  color: #FFD700;
  margin: 20px 15px 10px;
}

.page-th-thao-promo-card p {
  color: #CCCCCC;
  font-size: 0.95em;
  padding: 0 15px 20px;
}

.page-th-thao-promo-card .page-th-thao-btn {
  margin: 0 15px 20px;
  width: calc(100% - 30px);
}

.page-th-thao-cta-bottom {
  text-align: center;
  margin-top: 40px;
  background-color: #0F1A2D;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-th-thao-cta-bottom p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

/* App Download */
.page-th-thao-app-download {
  background-color: #0F1A2D;
  padding: 100px 0;
}

.page-th-thao-app-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.page-th-thao-app-text {
  flex: 1;
  min-width: 300px;
}

.page-th-thao-app-text h2 {
  text-align: left;
  margin-bottom: 30px;
}

.page-th-thao-app-text h2::after {
  left: 0;
  transform: translateX(0);
}

.page-th-thao-app-text p {
  font-size: 1.1em;
  color: #CCCCCC;
  margin-bottom: 30px;
}

.page-th-thao-download-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-th-thao-download-buttons .page-th-thao-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
}

.page-th-thao-download-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.page-th-thao-app-image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-th-thao-app-mockup {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Contact Section */
.page-th-thao-contact {
  text-align: center;
  padding: 80px 0;
  background-color: #1A2B4C;
}

.page-th-thao-contact p {
  font-size: 1.1em;
  color: #CCCCCC;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-th-thao-hero-title {
    font-size: 2.8em;
  }

  .page-th-thao-section-title {
    font-size: 2em;
  }

  .page-th-thao-app-content {
    flex-direction: column-reverse;
  }

  .page-th-thao-app-text h2 {
    text-align: center;
  }

  .page-th-thao-app-text h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .page-th-thao-download-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-th-thao-hero {
    padding: 80px 0;
  }

  .page-th-thao-hero-title {
    font-size: 2.2em;
  }

  .page-th-thao-hero-description {
    font-size: 1em;
  }

  .page-th-thao-hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-th-thao-btn-secondary {
    margin-left: 0;
  }

  .page-th-thao-section-title {
    font-size: 1.8em;
  }

  .page-th-thao-features, .page-th-thao-sports-category, .page-th-thao-how-to-bet, .page-th-thao-promotions, .page-th-thao-contact, .page-th-thao-app-download {
    padding: 60px 0;
  }

  .page-th-thao-feature-item, .page-th-thao-sport-card, .page-th-thao-steps li, .page-th-thao-promo-card {
    padding: 25px;
  }

  .page-th-thao-feature-item h3, .page-th-thao-sport-card h3, .page-th-thao-steps li h3, .page-th-thao-promo-card h3 {
    font-size: 1.3em;
  }

  .page-th-thao-promo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-th-thao-hero-title {
    font-size: 1.8em;
  }

  .page-th-thao-hero-actions .page-th-thao-btn {
    width: 100%;
  }

  .page-th-thao-section-title {
    font-size: 1.5em;
  }

  .page-th-thao-download-buttons {
    flex-direction: column;
  }
}