.page-huong-dan-choi-the-thao {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  line-height: 1.6;
  font-size: 16px;
}

.page-huong-dan-choi-the-thao__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-huong-dan-choi-the-thao__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #017439; /* Brand color for titles */
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-huong-dan-choi-the-thao__section-description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-huong-dan-choi-the-thao__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: #f8f8f8; /* Light background for hero */
}

.page-huong-dan-choi-the-thao__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
}

.page-huong-dan-choi-the-thao__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-huong-dan-choi-the-thao__main-title {
  font-size: clamp(28px, 4vw, 48px); /* Responsive H1 font size */
  font-weight: 800;
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-huong-dan-choi-the-thao__hero-description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555555;
}

.page-huong-dan-choi-the-thao__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

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

.page-huong-dan-choi-the-thao__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-huong-dan-choi-the-thao__btn-primary:hover {
  background-color: #e02020;
  border-color: #e02020;
}

.page-huong-dan-choi-the-thao__btn-secondary {
  background-color: transparent;
  color: #017439;
  border: 2px solid #017439;
}

.page-huong-dan-choi-the-thao__btn-secondary:hover {
  background-color: #017439;
  color: #ffffff;
}

.page-huong-dan-choi-the-thao__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-huong-dan-choi-the-thao__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: block;
}

/* Intro Section */
.page-huong-dan-choi-the-thao__intro-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-huong-dan-choi-the-thao__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-huong-dan-choi-the-thao__feature-item {
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}