.page-sports {
  font-family: 'Arial', sans-serif;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */\  line-height: 1.6;
}

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

.page-sports__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #F2C14E; /* Primary Color */
  text-align: center;
  margin-bottom: 20px;
}

.page-sports__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #FFF6D6;
}

/* Hero Section */
.page-sports__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Body handles --header-offset, this is for small top spacing */
  background-color: #0A0A0A;
  overflow: hidden;
}

.page-sports__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-sports__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.5); /* Darken video for text readability */
}

.page-sports__video-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page-sports__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  text-align: center;
  margin-top: 50px;
  padding: 20px;
}

.page-sports__main-title {
  font-weight: 700;
  color: #F2C14E; /* Primary Color */
  margin-bottom: 20px;
  font-size: clamp(2.5em, 5vw, 3.5em);
  line-height: 1.2;
}

.page-sports__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #FFF6D6;
}

.page-sports__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-sports__btn-primary,
.page-sports__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-sports__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button gradient */
  color: #111111; /* Dark text for contrast on bright button */
  border: none;
}

.page-sports__btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-sports__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Primary Color */
  border: 2px solid #F2C14E; /* Primary Color */
}

.page-sports__btn-secondary:hover {
  background: rgba(242, 193, 78, 0.1);
  transform: translateY(-2px);
}

/* Categories Section */
.page-sports__categories-section,
.page-sports__live-betting-section,
.page-sports__why-choose-section,
.page-sports__get-started-section,
.page-sports__partners-section,
.page-sports__faq-section,
.page-sports__final-cta-section {
  padding: 80px 0;
  background-color: #0A0A0A;
}

.page-sports__categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.page-sports__category-card {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #FFF6D6;
}

.page-sports__category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(242, 193, 78, 0.2);
}

.page-sports__category-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  display: inline-block;
  object-fit: contain;
}

.page-sports__card-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-sports__card-title a {
  color: #FFF6D6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-sports__card-title a:hover {
  color: #FFD36B; /* Glow */
}

/* Live Betting Section */
.page-sports__live-betting-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-sports__live-betting-image {
  width: 100%;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.page-sports__live-betting-text {
  flex: 1;
  color: #FFF6D6;
}

.page-sports__text-title {
  font-size: 2em;
  color: #F2C14E; /* Primary Color */
  margin-bottom: 20px;
}

/* Why Choose Section */
.page-sports__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-sports__feature-item {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 30px;
  color: #FFF6D6;
}

.page-sports__feature-title {
  font-size: 1.5em;
  color: #FFD36B; /* Glow */
  margin-bottom: 15px;
}

.page-sports__advantages-image {
  width: 100%;
  height: auto;
  margin-top: 60px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}

/* Get Started Section */
.page-sports__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-sports__step-item {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  color: #FFF6D6;
}

.page-sports__step-title {
  font-size: 1.8em;
  color: #F2C14E; /* Primary Color */
  margin-bottom: 15px;
}

/* Partners Section */
.page-sports__partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
  justify-items: center;
  align-items: center;
}

.page-sports__partner-logo {
  width: 167px;
  height: 127px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.page-sports__partner-logo:hover {
  transform: scale(1.05);
}

/* FAQ Section */
.page-sports__faq-list {
  margin-top: 40px;
}

.page-sports__faq-item {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF6D6;
}

.page-sports__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: rgba(242, 193, 78, 0.05); /* Slight accent */
}

.page-sports__faq-title {
  font-size: 1.2em;
  font-weight: 600;
  color: #FFF6D6;
}

.page-sports__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #F2C14E; /* Primary Color */
  transition: transform 0.3s ease;
}

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

.page-sports__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6;
}

.page-sports__faq-item.active .page-sports__faq-answer {
  max-height: 1000px !important; /* Sufficiently large */
  padding: 15px 20px;
}

/* Final CTA Section */
.page-sports__final-cta-section .page-sports__cta-buttons {
  margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-sports__section-title {
    font-size: 2em;
  }
  .page-sports__hero-content {
    margin-top: 20px;
  }
  .page-sports__live-betting-content {
    flex-direction: column;
  }
  .page-sports__live-betting-image {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-sports__container {
    padding: 0 15px !important;
  }
  .page-sports__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* Ensures small top padding */
  }
  .page-sports__main-title {
    font-size: clamp(2em, 8vw, 2.5em);
  }
  .page-sports__hero-description {
    font-size: 1em;
  }
  .page-sports__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-sports__btn-primary,
  .page-sports__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-sports__categories-grid,
  .page-sports__features-grid,
  .page-sports__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-sports__live-betting-image {
    max-width: 100%;
  }
  .page-sports__advantages-image {
    margin-top: 40px;
  }
  .page-sports__partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .page-sports__partner-logo {
    width: 100%; /* Adjust to fill grid cell */
    height: auto;
    max-width: 167px;
  }
  /* All images */
  .page-sports img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  /* All image/video containers */
  .page-sports__video-wrapper,
  .page-sports__video-container,
  .page-sports__live-betting-image-wrapper,
  .page-sports__advantages-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-sports__category-icon {
    width: 30px !important;
    height: 30px !important;
  }
  .page-sports__section,
  .page-sports__card,
  .page-sports__container,
  .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 !important;
    padding-right: 15px !important;
  }
  .page-sports__video-wrapper {
    position: relative; /* Adjust for mobile flow */
    height: auto; 
    padding-bottom: 56.25%; /* 16:9 aspect ratio for videos */
  }
  .page-sports__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .page-sports__hero-content {
    margin-top: 0; /* No negative margin on mobile */
  }
}