.page-the-thao-ca-cuoc-bong-da {
  color: #FFF3E6; /* Text Main */
  background: #0D0E12; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-the-thao-ca-cuoc-bong-da__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-the-thao-ca-cuoc-bong-da__section {
  padding: 60px 0;
  text-align: center;
}

.page-the-thao-ca-cuoc-bong-da__dark-section {
  background: #17191F; /* Card BG, used for sections to provide contrast */
}

.page-the-thao-ca-cuoc-bong-da__section-title {
  font-size: clamp(28px, 4vw, 42px);
  color: #FF8C1A; /* Main color */
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-the-thao-ca-cuoc-bong-da__description-text {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-the-thao-ca-cuoc-bong-da__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-the-thao-ca-cuoc-bong-da__hero-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.page-the-thao-ca-cuoc-bong-da__hero-image img {
  width: 100%;
  height: 600px; /* Fixed height for desktop hero */
  object-fit: cover;
  display: block;
}