.page-sports {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: var(--background-color, #F4F7FB); /* Background */
}

.page-sports__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-sports__section-title {
  font-size: 2.5em;
  color: #1F2D3D; /* Text Main */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-sports__text-block {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #1F2D3D; /* Text Main */
}

.page-sports__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  margin-bottom: 40px;
}

.page-sports__hero-image-container {
  width: 100%;
  max-height: 600px; /* Limit height for desktop */
  overflow: hidden;
}

.page-sports__hero-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

.page-sports__hero-content {
  padding: 40px 20px;
  text-align: center;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -80px; /* Overlap with image slightly for visual appeal */
  position: relative;
  z-index: 2;
  background: #FFFFFF; /* Card BG */
  color: #1F2D3D; /* Text Main */
}

.page-sports__main-title {
  font-size: clamp(2em, 3.5vw, 3.2em);
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.page-sports__description {
  font-size: 1.2em;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
}