/* style/global-league-data-center.css */
.page-global-league-data-center {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-global-league-data-center__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-global-league-data-center__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  min-height: 600px;
  overflow: hidden;
}

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

.page-global-league-data-center__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle overlay for text readability */
}

.page-global-league-data-center__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

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

.page-global-league-data-center__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Buttons */
.page-global-league-data-center__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page-global-league-data-center__btn-primary,
.page-global-league-data-center__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-global-league-data-center__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-global-league-data-center__btn-primary:hover {
  background-color: #1f8ac9;
  border-color: #1f8ac9;
}

.page-global-league-data-center__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-global-league-data-center__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Section Titles */
.page-global-league-data-center__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}

/* Text Blocks */
.page-global-league-data-center__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

/* Images in Content */
.page-global-league-data-center__image-content {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

/* General Sections */
.page-global-league-data-center__overview-section,
.page-global-league-data-center__features-section,
.page-global-league-data-center__league-coverage,
.page-global-league-data-center__betting-strategy-section,
.page-global-league-data-center__cta-section,
.page-global-league-data-center__faq-section {
  padding: 60px 0;
}

.page-global-league-data-center__dark-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-global-league-data-center__light-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

/* Feature Grid */
.page-global-league-data-center__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-global-league-data-center__feature-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-global-league-data-center__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-global-league-data-center__card-text {
  font-size: 1em;
  color: #f0f0f0;
}

/* League Coverage */
.page-global-league-data-center__league-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-global-league-data-center__league-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-global-league-data-center__league-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
  object-fit: contain;
}

.page-global-league-data-center__league-name {
  font-size: 1.3em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-global-league-data-center__league-desc {
  font-size: 0.95em;
  color: #f0f0f0;
}

/* Betting Strategy */
.page-global-league-data-center__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-global-league-data-center__strategy-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

/* FAQ Section */
.page-global-league-data-center__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-global-league-data-center__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-global-league-data-center__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-global-league-data-center__faq-question::-webkit-details-marker {
  display: none;
}

.page-global-league-data-center__faq-question::marker {
  display: none;
}

.page-global-league-data-center__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-global-league-data-center__faq-answer {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #f0f0f0;
  font-size: 1em;
}

/* Links within text */
.page-global-league-data-center__text-block a,
.page-global-league-data-center__card-text a,
.page-global-league-data-center__faq-answer a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-global-league-data-center__text-block a:hover,
.page-global-league-data-center__card-text a:hover,
.page-global-league-data-center__faq-answer a:hover {
  color: #1f8ac9;
}

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

  .page-global-league-data-center__section-title {
    font-size: 2em;
  }

  .page-global-league-data-center__hero-section {
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px);
  }
}

@media (max-width: 768px) {
  .page-global-league-data-center__main-title {
    font-size: 2.2em;
  }

  .page-global-league-data-center__intro-text {
    font-size: 1em;
  }

  .page-global-league-data-center__section-title {
    font-size: 1.8em;
  }

  .page-global-league-data-center__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-global-league-data-center__btn-primary,
  .page-global-league-data-center__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-global-league-data-center__container {
    padding: 0 15px;
  }

  /* Mobile image adaptation */
  .page-global-league-data-center img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset !important; /* Allow smaller images on mobile if needed, but still >200px from HTML */
    min-height: unset !important;
  }
  
  .page-global-league-data-center__image-content,
  .page-global-league-data-center__league-logo {
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* Ensure all containers with images/content are responsive */
  .page-global-league-data-center__hero-image-wrapper,
  .page-global-league-data-center__hero-content,
  .page-global-league-data-center__feature-grid,
  .page-global-league-data-center__feature-card,
  .page-global-league-data-center__league-grid,
  .page-global-league-data-center__league-item,
  .page-global-league-data-center__strategy-grid,
  .page-global-league-data-center__strategy-card,
  .page-global-league-data-center__faq-list,
  .page-global-league-data-center__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-global-league-data-center__hero-section,
  .page-global-league-data-center__overview-section,
  .page-global-league-data-center__features-section,
  .page-global-league-data-center__league-coverage,
  .page-global-league-data-center__betting-strategy-section,
  .page-global-league-data-center__cta-section,
  .page-global-league-data-center__faq-section {
    padding: 40px 0 !important;
  }

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

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

  .page-global-league-data-center__section-title {
    font-size: 1.5em;
  }

  .page-global-league-data-center__feature-grid,
  .page-global-league-data-center__league-grid,
  .page-global-league-data-center__strategy-grid {
    grid-template-columns: 1fr;
  }
}