.page-the-thao-esports__hero-section {
  padding-top: 10px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
}

.page-the-thao-esports__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 24px;
}

.page-the-thao-esports__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-the-thao-esports__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}

.page-the-thao-esports__hero-description {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-the-thao-esports__hero-image {
  flex: 1 1 45%;
  text-align: center;
}

.page-the-thao-esports__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
}

.page-the-thao-esports__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-the-thao-esports__cta-buttons--center {
  justify-content: center;
  margin-top: 30px;
}

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

.page-the-thao-esports__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-the-thao-esports__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4);
}

.page-the-thao-esports__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-the-thao-esports__btn-secondary:hover {
  background: #f0f0f0;
  color: #FF5A4F;
  border-color: #FF5A4F;
}

.page-the-thao-esports__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
}

.page-the-thao-esports__light-bg {
  background: #F5F7FA;
  color: #333333;
}

.page-the-thao-esports__dark-section {
  background: #E53935;
  color: #ffffff;
}

.page-the-thao-esports__medium-bg {
  background: #FF5A4F;
  color: #ffffff;
}

.page-the-thao-esports__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  color: inherit;
}

.page-the-thao-esports__section-description {
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: inherit;
}

.page-the-thao-esports__intro-section p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1em;
  color: #333333;
}

.page-the-thao-esports__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-the-thao-esports__game-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-the-thao-esports__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

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

.page-the-thao-esports__game-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 15px 20px 10px;
  color: #E53935;
}

.page-the-thao-esports__game-card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0 20px 20px;
  color: #333333;
}

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

.page-the-thao-esports__step-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #333333;
}

.page-the-thao-esports__step-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #E53935;
}

.page-the-thao-esports__step-item p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
  color: #333333;
}

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

.page-the-thao-esports__promo-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-the-thao-esports__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

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

.page-the-thao-esports__promo-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 15px 20px 10px;
  color: #E53935;
}

.page-the-thao-esports__promo-card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0 20px 20px;
  color: #333333;
}

.page-the-thao-esports__benefits-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-the-thao-esports__benefits-list li {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #333333;
}

.page-the-thao-esports__benefit-icon {
  color: #E53935;
  font-size: 1.5rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-the-thao-esports__conclusion-content {
  text-align: center;
  padding: 60px 16px;
  color: #ffffff;
}

.page-the-thao-esports__conclusion-content .page-the-thao-esports__section-title {
  color: #ffffff;
  margin-bottom: 25px;
}

.page-the-thao-esports__conclusion-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #f0f0f0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-the-thao-esports__hero-container {
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
  }

  .page-the-thao-esports__hero-content {
    order: 2;
    flex: none;
    width: 100%;
  }

  .page-the-thao-esports__hero-image {
    order: 1;
    flex: none;
    width: 100%;
    margin-bottom: 30px;
  }

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

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

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

  .page-the-thao-esports__main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .page-the-thao-esports__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-the-thao-esports__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-the-thao-esports__btn-primary,
  .page-the-thao-esports__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-the-thao-esports__cta-buttons--center {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .page-the-thao-esports__content-area {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-the-thao-esports__section-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .page-the-thao-esports__section-description {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .page-the-thao-esports__intro-section p {
    font-size: 0.95rem;
  }

  .page-the-thao-esports__game-list,
  .page-the-thao-esports__guide-steps,
  .page-the-thao-esports__promo-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-the-thao-esports__game-card-image,
  .page-the-thao-esports__promo-card-image {
    height: 180px;
  }

  .page-the-thao-esports__game-card-title,
  .page-the-thao-esports__promo-card-title {
    font-size: 1.2rem;
  }

  .page-the-thao-esports__game-card-text,
  .page-the-thao-esports__promo-card-text {
    font-size: 0.9rem;
  }

  .page-the-thao-esports__step-item {
    padding: 25px;
  }

  .page-the-thao-esports__step-title {
    font-size: 1.15rem;
  }

  .page-the-thao-esports__step-item p {
    font-size: 0.95rem;
  }

  .page-the-thao-esports__benefits-list {
    margin-top: 20px;
  }

  .page-the-thao-esports__benefits-list li {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .page-the-thao-esports__benefit-icon {
    font-size: 1.3rem;
    margin-right: 10px;
  }

  .page-the-thao-esports__conclusion-content {
    padding: 40px 15px;
  }

  .page-the-thao-esports__conclusion-content p {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .page-the-thao-esports img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-the-thao-esports__game-card,
  .page-the-thao-esports__promo-card,
  .page-the-thao-esports__step-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}