.page-the-thao-huong-dan-ca-cuoc {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

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

/* Hero Section */
.page-the-thao-huong-dan-ca-cuoc__hero-section {
  padding-top: 10px; /* Small top padding as shared.css handles body padding */
  padding-bottom: 60px;
  background-color: #F4F7FB; /* Light background */
  color: #1F2D3D;
}

.page-the-thao-huong-dan-ca-cuoc__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 16px;
}

.page-the-thao-huong-dan-ca-cuoc__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-the-thao-huong-dan-ca-cuoc__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1F2D3D;
  max-width: 700px;
}

.page-the-thao-huong-dan-ca-cuoc__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #1F2D3D;
  max-width: 600px;
}

.page-the-thao-huong-dan-ca-cuoc__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

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

.page-the-thao-huong-dan-ca-cuoc__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button */
  color: #ffffff;
  border: none;
}

.page-the-thao-huong-dan-ca-cuoc__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-the-thao-huong-dan-ca-cuoc__btn-secondary {
  background: #ffffff; /* Card BG */
  color: #2F6BFF; /* Primary Color */
  border: 2px solid #2F6BFF; /* Primary Color */
}

.page-the-thao-huong-dan-ca-cuoc__btn-secondary:hover {
  background: #2F6BFF;
  color: #ffffff;
}

.page-the-thao-huong-dan-ca-cuoc__btn-small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-the-thao-huong-dan-ca-cuoc__btn-large {
  padding: 16px 35px;
  font-size: 1.1em;
}

.page-the-thao-huong-dan-ca-cuoc__hero-image {
  flex: 1 1 40%;
  text-align: center;
  min-width: 300px;
}

.page-the-thao-huong-dan-ca-cuoc__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* General Section Styles */
.page-the-thao-huong-dan-ca-cuoc__intro-section,
.page-the-thao-huong-dan-ca-cuoc__guide-section,
.page-the-thao-huong-dan-ca-cuoc__content-area,
.page-the-thao-huong-dan-ca-cuoc__tips-section {
  padding: 60px 0;
}

.page-the-thao-huong-dan-ca-cuoc__section-title {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-the-thao-huong-dan-ca-cuoc__section-title--white {
  color: #ffffff;
}

.page-the-thao-huong-dan-ca-cuoc__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #1F2D3D;
}

.page-the-thao-huong-dan-ca-cuoc__section-description--white {
  color: #ffffff;
}

.page-the-thao-huong-dan-ca-cuoc__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Benefits Section */
.page-the-thao-huong-dan-ca-cuoc__dark-section {
  background-color: #2F6BFF; /* Primary Color */
  color: #ffffff;
}

.page-the-thao-huong-dan-ca-cuoc__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-the-thao-huong-dan-ca-cuoc__benefit-card {
  background-color: #ffffff; /* Card BG */
  color: #1F2D3D;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #D6E2FF; /* Border */
}

.page-the-thao-huong-dan-ca-cuoc__benefit-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2F6BFF; /* Primary Color */
}

.page-the-thao-huong-dan-ca-cuoc__benefit-text {
  font-size: 0.95em;
}

/* Guide Section */
.page-the-thao-huong-dan-ca-cuoc__guide-step {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  background-color: #ffffff; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #D6E2FF; /* Border */
}

.page-the-thao-huong-dan-ca-cuoc__guide-step--reverse {
  flex-direction: row-reverse;
}

.page-the-thao-huong-dan-ca-cuoc__step-content {
  flex: 1 1 55%;
  min-width: 300px;
}

.page-the-thao-huong-dan-ca-cuoc__step-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2F6BFF; /* Primary Color */
}

.page-the-thao-huong-dan-ca-cuoc__step-text {
  font-size: 1em;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-the-thao-huong-dan-ca-cuoc__step-image {
  flex: 1 1 40%;
  text-align: center;
  min-width: 250px;
}