/* style/sports.css */
.page-sports {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default dark text on light background */
  background-color: #ffffff;
}

.page-sports__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  text-align: center;
}

.page-sports__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-sports__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-sports__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-sports__main-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 20px;
}

.page-sports__description {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

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

.page-sports__btn-primary,
.page-sports__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-sports__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

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

.page-sports__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-sports__btn-secondary:hover {
  background-color: #e0f2f7;
}

.page-sports__btn-primary--center,
.page-sports__btn-secondary--center {
  margin: 30px auto 0;
  display: block;
  width: fit-content;
}

.page-sports__section {
  padding: 60px 20px;
  background-color: #ffffff;
}

.page-sports__section--overview {
  background-color: #f8f8f8;
}

.page-sports__dark-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-sports__dark-section .page-sports__section-title,
.page-sports__dark-section .page-sports__text-block,
.page-sports__dark-section .page-sports__list-item strong {
  color: #ffffff;
}

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

.page-sports__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #333333;
}

.page-sports__text-block {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.page-sports__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-sports__content-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 8px;
}

.page-sports__highlight {
  color: #26A9E0;
  font-weight: 600;
}

.page-sports__dark-section .page-sports__highlight {
  color: #ffffff;
}

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

.page-sports__grid-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-sports__grid-item .page-sports__grid-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-sports__grid-item .page-sports__grid-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555555;
}

.page-sports__betting-list,
.page-sports__advantage-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-sports__list-item {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.page-sports__list-item::before {
  content: '✔';
  color: #26A9E0;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.page-sports__dark-section .page-sports__list-item::before {
  color: #ffffff;
}

.page-sports__step-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.page-sports__step-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-sports__step-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555555;
}

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

.page-sports__promo-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-sports__promo-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto 15px;
  border-radius: 8px;
  display: block;
}

.page-sports__promo-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-sports__promo-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555555;
}

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

.page-sports__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid #e0e0e0;
}

.page-sports__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  list-style: none; /* For details summary */
}

.page-sports__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for Chrome */
}

.page-sports__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #26A9E0;
  margin-left: 15px;
}

.page-sports__faq-answer {
  padding: 0 25px 18px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555555;
}

.page-sports__faq-item[open] .page-sports__faq-answer {
  padding-top: 10px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-sports__hero-section {
    padding: 10px 15px 40px;
  }

  .page-sports__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-sports__description {
    font-size: 1rem;
  }

  .page-sports__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-sports__btn-primary,
  .page-sports__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .page-sports__section {
    padding: 40px 15px;
  }

  .page-sports__container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-sports__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 30px;
  }

  .page-sports__text-block {
    font-size: 0.95rem;
  }

  .page-sports img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-sports__image-wrapper,
  .page-sports__grid,
  .page-sports__promo-grid,
  .page-sports__guide-steps,
  .page-sports__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-sports__grid-item,
  .page-sports__step-card,
  .page-sports__promo-card {
    padding: 20px;
  }

  .page-sports__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-sports__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.9rem;
  }
}