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

.page-sports__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px 0; /* Adjusted padding-top */
  text-align: center;
  background-color: #F4F7FB; /* Background */
  color: #1F2D3D; /* Text Main */
}

.page-sports__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
}

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

.page-sports__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-sports__hero-title {
  font-size: clamp(2em, 3.5vw, 3em); /* Using clamp for responsive H1 */
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000; /* Custom Color_1776249996415 */
  line-height: 1.2;
}

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

.page-sports__hero-cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.page-sports__btn-primary,
.page-sports__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

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

.page-sports__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-sports__btn-secondary {
  background: #ffffff; /* Card BG */
  color: #2F6BFF; /* Main color */
  border: 2px solid #2F6BFF;
}

.page-sports__btn-secondary:hover {
  background: #2F6BFF;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.2);
}

.page-sports__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-sports__why-choose-section,
.page-sports__featured-sports-section,
.page-sports__guide-section,
.page-sports__faq-section {
  padding: 60px 20px;
  background-color: #F4F7FB; /* Background */
  color: #1F2D3D; /* Text Main */
}

.page-sports__dark-bg {
  background-color: #2F6BFF; /* Main color */
  color: #ffffff;
}

.page-sports__dark-bg .page-sports__section-title,
.page-sports__dark-bg .page-sports__promotions-description,
.page-sports__dark-bg .page-sports__promotion-item,
.page-sports__dark-bg .page-sports__cta-description {
  color: #ffffff;
}

.page-sports__advantages-grid,
.page-sports__sports-grid,
.page-sports__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-sports__card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF; /* Border */
  color: #1F2D3D; /* Text Main */
}

.page-sports__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.page-sports__advantage-image,
.page-sports__sport-image,
.page-sports__guide-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-sports__advantage-image {
  max-width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.page-sports__sport-image,
.page-sports__guide-image {
  max-width: 300px;
  height: 225px;
  margin-left: auto;
  margin-right: auto;
}

.page-sports__advantage-title,
.page-sports__sport-title,
.page-sports__guide-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-sports__advantage-text,
.page-sports__sport-description,
.page-sports__guide-text {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #1F2D3D; /* Text Main */
}

.page-sports__promotions-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #2F6BFF; /* Main color */
  color: #ffffff;
}

.page-sports__promotions-description {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.page-sports__promotions-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-sports__promotion-item {
  font-size: 1.2em;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-sports__promotions-image {
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto 40px auto;
  border-radius: 12px;
  object-fit: cover;
}

.page-sports__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-sports__faq-item {
  background-color: #FFFFFF; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #1F2D3D; /* Text Main */
}

.page-sports__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  outline: none;
  color: #000000; /* Custom Color_1776249996415 */
  position: relative;
  user-select: none;
}

.page-sports__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-sports__faq-qtext {
  flex-grow: 1;
  text-align: left;
}

.page-sports__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-sports__faq-item[open] .page-sports__faq-toggle {
  transform: rotate(45deg);
}

.page-sports__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  text-align: left;
}

.page-sports__cta-final-section {
  padding: 80px 20px;
  text-align: center;
  background-color: #2F6BFF; /* Main color */
  color: #ffffff;
}

.page-sports__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.page-sports__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* Common image responsive styles */
.page-sports img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ======================================================================= */
/* @media (max-width: 768px) - Mobile styles (MUST BE COMPLETE) */
/* ======================================================================= */
@media (max-width: 768px) {
  .page-sports {
    font-size: 15px;
    line-height: 1.5;
  }

  /* Hero Section */
  .page-sports__hero-section {
    padding: 10px 0 30px 0 !important;
  }

  .page-sports__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-sports__hero-image {
    object-fit: contain !important; /* Mobile hero image: contain, not cover */
    aspect-ratio: unset !important;
    max-height: none !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-sports__hero-content {
    padding: 0 15px !important;
  }

  .page-sports__hero-title {
    font-size: 2em !important;
  }

  .page-sports__hero-description {
    font-size: 1em !important;
  }

  .page-sports__hero-cta-buttons {
    flex-direction: column !important; /* Buttons stack vertically */
    gap: 10px !important;
    max-width: 100% !important;
    padding: 0 15px;
  }

  /* Buttons general mobile styles */
  .page-sports__btn-primary,
  .page-sports__btn-secondary,
  .page-sports a[class*="button"],
  .page-sports a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-sports__cta-buttons,
  .page-sports__button-group,
  .page-sports__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important; /* Allow multiple buttons to wrap */
    gap: 10px;
  }

  /* Section titles */
  .page-sports__section-title {
    font-size: 1.8em !important;
    margin-bottom: 30px !important;
  }

  /* Advantage Grid / Sports Grid / Guide Steps */
  .page-sports__advantages-grid,
  .page-sports__sports-grid,
  .page-sports__guide-steps {
    grid-template-columns: 1fr !important; /* Single column layout */
    gap: 20px !important;
    padding: 0 15px;
  }

  .page-sports__card {
    padding: 20px !important;
  }

  /* Images in cards */
  .page-sports__advantage-image,
  .page-sports__sport-image,
  .page-sports__guide-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Promotions Section */
  .page-sports__promotions-section {
    padding: 40px 15px !important;
  }

  .page-sports__promotions-description {
    font-size: 1em !important;
    margin-bottom: 30px !important;
  }

  .page-sports__promotions-list {
    flex-direction: column !important; /* Stack promotion items */
    gap: 10px !important;
    margin-bottom: 30px !important;
  }

  .page-sports__promotion-item {
    font-size: 1.1em !important;
  }

  .page-sports__promotions-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px !important;
  }

  /* FAQ Section */
  .page-sports__faq-section {
    padding: 40px 15px !important;
  }

  .page-sports__faq-item summary {
    padding: 15px 20px !important;
    font-size: 1.1em !important;
  }

  .page-sports__faq-answer {
    padding: 0 20px 15px 20px !important;
  }

  /* Final CTA Section */
  .page-sports__cta-final-section {
    padding: 60px 15px !important;
  }

  .page-sports__cta-description {
    font-size: 1.1em !important;
    margin-bottom: 30px !important;
  }

  .page-sports__cta-buttons {
    flex-direction: column !important; /* Stack buttons */
    gap: 10px !important;
    max-width: 100% !important;
    padding: 0 15px;
  }

  /* Universal image and container responsive styles */
  .page-sports img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-sports__section,
  .page-sports__card,
  .page-sports__container,
  .page-sports__hero-section,
  .page-sports__why-choose-section,
  .page-sports__featured-sports-section,
  .page-sports__guide-section,
  .page-sports__promotions-section,
  .page-sports__faq-section,
  .page-sports__cta-final-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Specific overrides for game grid to ensure 2 columns if desired, or 1 for very small screens */
  .page-sports__sports-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important; /* 2 columns on small mobile */
    gap: 15px !important;
  }

  .page-sports__sport-card .page-sports__sport-image {
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
  }
}