.page-ca-cuoc-the-thao {
  color: #FFF3E6; /* Main text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-ca-cuoc-the-thao__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Hero Section */
.page-ca-cuoc-the-thao__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: #0D0E12; /* Match body background */
}

.page-ca-cuoc-the-thao__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}

.page-ca-cuoc-the-thao__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
}

.page-ca-cuoc-the-thao__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 */
  font-weight: 700;
  line-height: 1.2;
  color: #FFB04D; /* Use glow for highlight */
  margin-bottom: 20px;
  max-width: 600px;
}

.page-ca-cuoc-the-thao__hero-description {
  font-size: 1.125rem; /* 18px */
  color: #FFF3E6;
  margin-bottom: 30px;
  max-width: 600px;
}

.page-ca-cuoc-the-thao__hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-ca-cuoc-the-thao__btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}

.page-ca-cuoc-the-thao__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-ca-cuoc-the-thao__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
}

.page-ca-cuoc-the-thao__btn-secondary {
  background-color: transparent;
  color: #FFA53A;
  border: 2px solid #FFA53A;
}

.page-ca-cuoc-the-thao__btn-secondary:hover {
  background-color: #FFA53A;
  color: #0D0E12;
}

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

.page-ca-cuoc-the-thao__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* General Section Styling */
.page-ca-cuoc-the-thao__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #FFB04D;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}

.page-ca-cuoc-the-thao__section-description {
  font-size: 1rem;
  color: #FFF3E6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

/* Intro Section (Module 1) */
.page-ca-cuoc-the-thao__intro-section {
  padding: 60px 0;
  background-color: #17191F; /* Card BG */
}

.page-ca-cuoc-the-thao__dark-section {
  background-color: #17191F;
  color: #FFF3E6;
}

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

.page-ca-cuoc-the-thao__feature-item {
  background-color: #0D0E12;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C;
  transition: transform 0.3s ease;
}

.page-ca-cuoc-the-thao__feature-item:hover {
  transform: translateY(-10px);
}

.page-ca-cuoc-the-thao__icon-box-media {
  width: 180px; /* Smaller for desktop */
  height: 180px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFA53A;
  box-shadow: 0 0 15px rgba(255, 165, 58, 0.6);
}

.page-ca-cuoc-the-thao__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-ca-cuoc-the-thao__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFA53A;
  margin-bottom: 10px;
}

.page-ca-cuoc-the-thao__feature-text {
  font-size: 0.95rem;
  color: #FFF3E6;
}

/* Bet Types Section */
.page-ca-cuoc-the-thao__bet-types-section {
  padding: 60px 0;
  background-color: #0D0E12;
}

.page-ca-cuoc-the-thao__content-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 40px;
}

.page-ca-cuoc-the-thao__text-block {
  flex: 2;
  color: #FFF3E6;
}

.page-ca-cuoc-the-thao__content-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFA53A;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-ca-cuoc-the-thao__text-block p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.page-ca-cuoc-the-thao__image-block {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.page-ca-cuoc-the-thao__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #A84F0C;
}

/* Guide Section */
.page-ca-cuoc-the-thao__guide-section {
  padding: 60px 0;
}

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

.page-ca-cuoc-the-thao__step-item {
  background-color: #0D0E12;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-ca-cuoc-the-thao__step-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFA53A;
  margin-bottom: 15px;
}

.page-ca-cuoc-the-thao__step-item p {
  font-size: 0.95rem;
  color: #FFF3E6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-ca-cuoc-the-thao__btn-small {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  background: #FF8C1A;
  color: #FFF3E6;
  border: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.page-ca-cuoc-the-thao__btn-small:hover {
  background: #FFA53A;
}

.page-ca-cuoc-the-thao__guide-image-container {
  text-align: center;
  margin-top: 60px;
}

.page-ca-cuoc-the-thao__guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #A84F0C;
}

/* Tips Section */
.page-ca-cuoc-the-thao__tips-section {
  padding: 60px 0;
  background-color: #0D0E12;
}

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

.page-ca-cuoc-the-thao__tip-item {
  background-color: #17191F;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-ca-cuoc-the-thao__tip-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFB04D;
  margin-bottom: 15px;
}

.page-ca-cuoc-the-thao__tip-item p {
  font-size: 0.95rem;
  color: #FFF3E6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-ca-cuoc-the-thao__tips-image-container {
  text-align: center;
  margin-top: 60px;
}

.page-ca-cuoc-the-thao__tips-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #A84F0C;
}

/* Promo Section */
.page-ca-cuoc-the-thao__promo-section {
  padding: 60px 0;
}