.page-sports {
  font-family: Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
}

.page-sports__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  min-height: 600px;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, #26A9E0 0%, #1A7FB5 100%);
}

.page-sports__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-sports__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

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

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

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

.page-sports__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.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: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

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

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

.page-sports__btn-secondary:hover {
  background: #e0e0e0;
  color: #1A7FB5;
  border-color: #1A7FB5;
}

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

.page-sports__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #26A9E0;
}

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

.page-sports__dark-section .page-sports__section-description {
  color: #f0f0f0;
}

.page-sports__features-section,
.page-sports__sports-categories,
.page-sports__live-betting-section,
.page-sports__promotions-section,
.page-sports__how-to-start-section,
.page-sports__faq-section,
.page-sports__cta-section {
  padding: 80px 0;
}

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

.page-sports__light-bg {
  background-color: #ffffff;
  color: #333333;
}

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

.page-sports__feature-card,
.page-sports__category-item,
.page-sports__promo-card,
.page-sports__step-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  color: #333333;
}

.page-sports__dark-section .page-sports__feature-card,
.page-sports__dark-section .page-sports__category-item,
.page-sports__dark-section .page-sports__promo-card,
.page-sports__dark-section .page-sports__step-card {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-sports__feature-card:hover,
.page-sports__category-item:hover,
.page-sports__promo-card:hover,
.page-sports__step-card:hover {
  transform: translateY(-10px);
}

.page-sports__feature-icon,
.page-sports__category-image,
.page-sports__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
  min-width: 200px;
  min-height: 200px;
}

.page-sports__feature-icon {
  height: 100px;
  width: auto;
  object-fit: contain;
  margin: 0 auto 20px auto;
}

.page-sports__card-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #26A9E0;
}

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

.page-sports__card-title a {
  color: inherit;
  text-decoration: none;
}

.page-sports__card-title a:hover {
  text-decoration: underline;
}

.page-sports__card-text {
  font-size: 1em;
  color: #555555;
}

.page-sports__dark-section .page-sports__card-text {
  color: #e0e0e0;
}

.page-sports__live-betting-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-sports__live-betting-content .page-sports__text-content {
  flex: 1;
}

.page-sports__live-betting-content .page-sports__video-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-sports__live-betting-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-sports__live-betting-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #333333;
}

.page-sports__live-betting-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #26A9E0;
  font-weight: bold;
}

.page-sports__video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: block;
  cursor: pointer;
}

.page-sports__promo-cta {
  text-align: center;
  margin-top: 50px;
}

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

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

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

.page-sports__faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-sports__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  transition: background 0.3s ease;
}

.page-sports__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-sports__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  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 25px;
  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 to contain content */
  padding: 15px 25px;
}

.page-sports__faq-answer p {
  margin: 0;
  color: #e0e0e0;
}

.page-sports__cta-section {
  text-align: center;
  background: linear-gradient(135deg, #26A9E0 0%, #1A7FB5 100%);
  color: #ffffff;
  padding: 60px 20px;
}

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

.page-sports__cta-section .page-sports__section-description {
  color: #f0f0f0;
}

.page-sports__cta-button {
  margin-top: 30px;
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 10px;
}

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

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

  .page-sports__live-betting-content {
    flex-direction: column;
  }

  .page-sports__live-betting-content .page-sports__text-content,
  .page-sports__live-betting-content .page-sports__video-wrapper {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-sports__hero-section {
    padding: 60px 15px;
    min-height: 500px;
  }

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

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

  .page-sports__hero-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;
    padding: 12px 20px;
    font-size: 1em;
    border-radius: 6px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-sports__hero-buttons,
  .page-sports__promo-cta,
  .page-sports__cta-section .page-sports__container {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

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

  .page-sports__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  .page-sports__features-section,
  .page-sports__sports-categories,
  .page-sports__live-betting-section,
  .page-sports__promotions-section,
  .page-sports__how-to-start-section,
  .page-sports__faq-section,
  .page-sports__cta-section {
    padding: 50px 0;
  }

  .page-sports__feature-card,
  .page-sports__category-item,
  .page-sports__promo-card,
  .page-sports__step-card {
    padding: 25px;
  }

  .page-sports__card-title {
    font-size: 1.3em;
  }

  .page-sports__feature-icon,
  .page-sports__category-image,
  .page-sports__promo-image,
  .page-sports img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-sports__video,
  .page-sports__video-wrapper,
  .page-sports__video-container,
  .page-sports__video-section {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-sports__live-betting-section .page-sports__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .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;
  }

  .page-sports__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-sports__hero-title {
    font-size: 1.8em;
  }

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