.page-sports {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Default text color for dark background */
  line-height: 1.6;
  background-color: var(--dark-bg-1); /* Inherited from shared.css */
}

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

.page-sports__container--center {
  text-align: center;
}

.page-sports__hero-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-sports__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-sports__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.page-sports__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.page-sports__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-sports__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-sports__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

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

.page-sports__btn-primary {
  background-color: #FFD700;
  color: #1A2B4C;
  border: 2px solid #FFD700;
}

.page-sports__btn-primary:hover {
  background-color: #e0b800;
  border-color: #e0b800;
}

.page-sports__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-sports__btn-secondary:hover {
  background-color: #FFD700;
  color: #1A2B4C;
}

.page-sports__btn-tertiary {
  background-color: #1A2B4C;
  color: #FFD700;
  border: 1px solid #FFD700;
  padding: 10px 20px;
  font-size: 1em;
}

.page-sports__btn-tertiary:hover {
  background-color: #FFD700;
  color: #1A2B4C;
}

.page-sports__btn-primary--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-sports__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.page-sports__section-title--light {
  color: #ffffff;
}

.page-sports__section-text {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #f0f0f0;
  text-align: justify;
}

.page-sports__section-text--light {
  color: #e0e0e0;
}

.page-sports__intro-section,
.page-sports__types-section,
.page-sports__guide-section,
.page-sports__faq-section {
  padding: 80px 0;
  background-color: #1A2B4C;
  color: #f0f0f0;
}

.page-sports__why-us-section,
.page-sports__promotions-section,
.page-sports__conclusion-section {
  padding: 80px 0;
  background-color: #0c182c;
  color: #f0f0f0;
}

.page-sports__video-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #0c182c;
  color: #f0f0f0;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-sports__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin: 0 auto 30px auto;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-sports__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.page-sports__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page-sports__video-caption {
  text-align: center;
  font-style: italic;
  color: #ccc;
  margin-top: 10px;
}

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

.page-sports__grid--center {
  justify-items: center;
}

.page-sports__card,
.page-sports__feature-card,
.page-sports__promo-card {
  background-color: #2a3b5c;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  color: #f0f0f0;
}

.page-sports__card-image,
.page-sports__promo-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-sports__card-title,
.page-sports__promo-title {
  font-size: 1.5em;
  color: #FFD700;
  margin: 0 15px 10px 15px;
}

.page-sports__card-description,
.page-sports__promo-description {
  font-size: 1em;
  color: #e0e0e0;
  padding: 0 15px;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-sports__feature-card {
  background-color: #2a3b5c;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-sports__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-sports__feature-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-sports__feature-description {
  font-size: 0.95em;
  color: #e0e0e0;
}

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

.page-sports__step-item {
  background-color: #2a3b5c;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #f0f0f0;
}

.page-sports__step-number {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #1A2B4C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.page-sports__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-sports__step-description {
  font-size: 1em;
  color: #e0e0e0;
}

.page-sports__step-description a {
  color: #FFD700;
  text-decoration: none;
}

.page-sports__step-description a:hover {
  text-decoration: underline;
}

.page-sports__cta-block {
  display: flex;
  align-items: center;
  background-color: #2a3b5c;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin-top: 60px;
  overflow: hidden;
}

.page-sports__cta-image {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.page-sports__cta-content {
  width: 50%;
  padding: 40px;
  color: #f0f0f0;
}

.page-sports__cta-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
}

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

.page-sports__promo-card .page-sports__btn-tertiary {
  margin-top: auto; /* Push button to bottom */
  margin-left: 15px;
  margin-right: 15px;
}

.page-sports__faq-list {
  margin-top: 40px;
}

.page-sports__faq-item {
  background-color: #2a3b5c;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-sports__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFD700;
  cursor: pointer;
  background-color: #3b4e71;
  transition: background-color 0.3s ease;
}

.page-sports__faq-question:hover {
  background-color: #4c628b;
}

.page-sports__faq-toggle {
  font-size: 1.5em;
  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 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #e0e0e0;
}

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

.page-sports__faq-answer p {
  margin: 0;
  padding-bottom: 10px;
}

.page-sports__conclusion-section {
  text-align: center;
  padding: 100px 0;
}

.page-sports__conclusion-section .page-sports__section-text--light {
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-sports__hero-title {
    font-size: 2.8em;
  }

  .page-sports__hero-description {
    font-size: 1.1em;
  }

  .page-sports__section-title {
    font-size: 2.2em;
  }

  .page-sports__cta-block {
    flex-direction: column;
  }

  .page-sports__cta-image,
  .page-sports__cta-content {
    width: 100%;
  }

  .page-sports__cta-image {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .page-sports {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-sports__container {
    padding: 0 15px;
  }

  .page-sports__hero-section {
    min-height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }

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

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

  .page-sports__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-sports__btn-primary,
  .page-sports__btn-secondary,
  .page-sports__btn-tertiary,
  .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__hero-actions,
  .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;
    gap: 10px;
  }

  .page-sports__hero-actions {
    display: flex;
    flex-direction: column;
  }

  .page-sports__section-title {
    font-size: 1.8em;
  }

  .page-sports__intro-section,
  .page-sports__types-section,
  .page-sports__guide-section,
  .page-sports__faq-section,
  .page-sports__why-us-section,
  .page-sports__promotions-section,
  .page-sports__conclusion-section,
  .page-sports__video-section {
    padding: 50px 0;
  }

  .page-sports__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-sports img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-sports__section,
  .page-sports__card,
  .page-sports__container,
  .page-sports__video-section,
  .page-sports__video-container,
  .page-sports__video-wrapper,
  .page-sports__cta-block,
  .page-sports__promo-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-sports video,
  .page-sports__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-sports__cta-block {
    flex-direction: column;
  }

  .page-sports__cta-image,
  .page-sports__cta-content {
    width: 100%;
  }

  .page-sports__cta-content {
    padding: 30px 15px;
  }

  .page-sports__cta-title {
    font-size: 1.5em;
  }

  .page-sports__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

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

  .page-sports__faq-item.active .page-sports__faq-answer {
    padding: 15px 20px;
  }
}