/* style/sports.css */
.page-sports {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-bottom: 50px;
}

.page-sports__section {
  padding: 60px 0;
  text-align: center;
}

.page-sports__dark-section {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

.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__section-title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
  line-height: 1.2;
}

.page-sports__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #A7D9B8; /* Text Secondary */
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-sports__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 550px; /* Minimum height for hero */
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  overflow: hidden;
}

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

.page-sports__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

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

.page-sports__main-title {
  font-size: clamp(2.5em, 5vw, 3.8em); /* Responsive font size */
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-sports__subtitle {
  font-size: 1.2em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-sports__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  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: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

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

.page-sports__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-sports__btn-secondary {
  background-color: transparent;
  color: #2AD16F; /* Lighter green from gradient for border */
  border: 2px solid #2AD16F;
}

.page-sports__btn-secondary:hover {
  background-color: #2AD16F;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.2);
}

/* General Content Wrapper */
.page-sports__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  flex-wrap: wrap;
}

.page-sports__content-wrapper--center {
  flex-direction: column;
  text-align: center;
}

.page-sports__content-wrapper--center .page-sports__text-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-sports__text-block,
.page-sports__image-block {
  flex: 1;
  min-width: 300px;
}

.page-sports__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.page-sports p {
  margin-bottom: 1em;
  color: #F2FFF6; /* Text Main */
}

.page-sports strong {
  color: #F2C14E; /* Gold */
}

.page-sports__feature-list,
.page-sports__promotion-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}

.page-sports__feature-list li,
.page-sports__promotion-list li {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #A7D9B8; /* Text Secondary */
  display: flex;
  align-items: flex-start;
}

.page-sports__feature-icon,
.page-sports__promotion-icon {
  font-size: 1.4em;
  margin-right: 10px;
  color: #2AD16F; /* Green from button gradient */
  line-height: 1;
}

/* Popular Sports Section */
.page-sports__sport-category {
  margin-bottom: 60px;
  text-align: left;
}

.page-sports__sport-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 25px;
  color: #F2C14E; /* Gold */
  text-align: center;
}

.page-sports__sport-content {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.page-sports__sport-content--reverse {
  flex-direction: row-reverse;
}

.page-sports__sport-image {
  flex: 1;
  min-width: 350px;
  max-width: 600px;
  object-fit: cover;
  border-radius: 10px;
}

.page-sports__sport-text {
  flex: 2;
  min-width: 350px;
}

/* How to Start Section */
.page-sports__step-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-sports__step-item {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #2E7A4E; /* Border */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-sports__step-number {
  position: absolute;
  top: -15px;
  left: 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.3em;
  border: 2px solid #57E38D; /* Glow */
}

.page-sports__step-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Text Main */
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-sports__step-item p {
  color: #A7D9B8; /* Text Secondary */
}

.page-sports__cta-wrapper {
  margin-top: 50px;
}

/* FAQ Section */
.page-sports__faq-list {
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: left;
}

.page-sports__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-sports__faq-item[open] {
  background-color: #0A4B2C; /* Deep Green */
}

.page-sports__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  list-style: none; /* For details/summary */
  position: relative;
}

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

.page-sports__faq-toggle {
  font-size: 1.8em;
  line-height: 1;
  color: #57E38D; /* Glow */
  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;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.05em;
}

.page-sports__faq-answer p {
  color: inherit;
  margin-bottom: 0;
}

.page-sports__image-block--faq {
  max-width: 600px;
  margin: 0 auto;
}

/* Footer Section */
.page-sports__footer-text {
  text-align: center;
  padding-top: 30px;
  font-size: 0.9em;
  color: #A7D9B8; /* Text Secondary */
  border-top: 1px solid #1E3A2A; /* Divider */
  margin-top: 50px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-sports__section-title {
    font-size: 2.5em;
  }
  .page-sports__content-wrapper {
    flex-direction: column;
  }
  .page-sports__sport-content {
    flex-direction: column;
  }
  .page-sports__sport-content--reverse {
    flex-direction: column;
  }
  .page-sports__text-block,
  .page-sports__image-block {
    min-width: unset;
    width: 100%;
  }
  .page-sports__sport-image {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-sports {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-sports__section {
    padding: 40px 0;
  }
  .page-sports__section-title {
    font-size: 2em;
  }
  .page-sports__section-description {
    font-size: 1em;
  }
  .page-sports__hero-section {
    min-height: 400px;
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-sports__main-title {
    font-size: 2.2em;
  }
  .page-sports__subtitle {
    font-size: 1em;
  }
  .page-sports__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .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;
    gap: 10px;
  }
  .page-sports__container,
  .page-sports__section,
  .page-sports__card,
  .page-sports__content-wrapper,
  .page-sports__sport-category,
  .page-sports__sport-content,
  .page-sports__step-list,
  .page-sports__faq-list,
  .page-sports__image-block--faq {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  .page-sports img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-sports__step-item {
    padding: 25px;
  }
  .page-sports__step-number {
    left: 15px;
  }
  .page-sports__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-sports__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 1em;
  }
}