/* Base styles for the page */
.page-the-thao-lich-thi-dau-ty-le-keo-bong-da {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
  line-height: 1.6;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__section {
  padding: 40px 0;
  margin-bottom: 20px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #2F6BFF; /* Main Color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #6FA3FF, #2F6BFF);
  border-radius: 2px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #1F2D3D;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #1F2D3D;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__article-body p {
  margin-bottom: 15px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__article-body ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__article-body li {
  margin-bottom: 8px;
}

/* Hero Section */
.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding if body has shared padding */
  padding-bottom: 60px;
  background-color: #F4F7FB; /* Ensure background matches body for seamless transition */
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__hero-image-wrapper {
  width: 100%;
  height: 500px; /* Fixed height for desktop */
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__hero-content {
  max-width: 900px;
  z-index: 1;
  padding: 0 20px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__main-title {
  font-size: clamp(32px, 4vw, 48px);
  color: #1F2D3D; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__intro-description {
  font-size: clamp(16px, 1.8vw, 20px);
  color: #1F2D3D;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__btn-primary,
.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF; /* White text */
  border: none;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__btn-secondary {
  background-color: #FFFFFF; /* Card Background */
  color: #2F6BFF; /* Main Color */
  border: 2px solid #2F6BFF;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__btn-secondary:hover {
  background-color: #F0F5FF; /* Light blue hover */
  border-color: #1F5BFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Leagues Section */
.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__league-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__league-item {
  background-color: #FFFFFF; /* Card Background */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF; /* Border Color */
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__league-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__league-logo {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__league-name {
  font-size: 20px;
  font-weight: 700;
  color: #000000; /* Custom Color */
  margin-bottom: 10px;
}

/* Benefits Section */
.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__benefit-card {
  background-color: #FFFFFF; /* Card Background */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF; /* Border Color */
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__benefit-icon {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__benefit-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000; /* Custom Color */
  margin-bottom: 15px;
}

.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

/* FAQ Section */
details.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF; /* Border Color */
  overflow: hidden;
  background: #FFFFFF; /* Card Background */
}
details.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-item summary.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  font-weight: 600;
  color: #1F2D3D;
}
details.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-item summary.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-question::-webkit-details-marker {
  display: none;
}
details.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-item summary.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-question:hover {
  background: #F0F5FF; /* Light blue hover */
}
.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-qtext {
  flex: 1;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D;
}
.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2F6BFF; /* Main Color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-item .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-answer {
  padding: 0 20px 20px;
  background: #F9F9F9;
  border-radius: 0 0 5px 5px;
  color: #1F2D3D;
}

/* General image styling for content areas */
.page-the-thao-lich-thi-dau-ty-le-keo-bong-da img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__hero-image-wrapper {
    height: 400px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__main-title {
    font-size: clamp(28px, 4.5vw, 42px);
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__intro-description {
    font-size: clamp(15px, 1.8vw, 18px);
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__section-title {
    font-size: 30px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__subtitle {
    font-size: 22px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__article-body {
    font-size: 16px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__league-list,
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__benefits-grid {
    gap: 20px;
  }
}

@media (max-width: 849px) {
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__hero-image-wrapper {
    height: auto;
    aspect-ratio: 16/9;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__hero-image {
    object-fit: contain !important;
  }
}

@media (max-width: 768px) {
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO 主图区域 */
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__hero-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__hero-image-wrapper {
    height: auto;
    aspect-ratio: 16/9;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__hero-image {
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__main-title {
    font-size: clamp(24px, 7vw, 38px);
    text-align: center;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__intro-description {
    font-size: 15px;
    text-align: center;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__cta-buttons {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__btn-primary,
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* 产品展示图区域 (Leagues Grid) */
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__league-list {
    grid-template-columns: 1fr;
    gap: 20px;
    overflow-x: hidden;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__league-item {
    padding: 20px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__league-logo {
    max-width: 200px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__league-name {
    font-size: 18px;
  }

  /* 装饰主标题 + 长文 SEO 区 */
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__section-title {
    font-size: 28px;
    margin-bottom: 30px;
    padding: 0 10px 15px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__subtitle {
    font-size: 20px;
    margin-top: 25px;
    text-align: left;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__article-body {
    font-size: 15px;
    padding: 0 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__article-body img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* 通用图片与容器 */
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__section,
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__card,
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__box {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Benefits Grid */
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__benefit-card {
    padding: 25px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__benefit-title {
    font-size: 18px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__benefit-icon {
    max-width: 120px;
  }

  /* FAQ */
  details.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-item summary.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-question {
    padding: 15px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-qtext {
    font-size: 16px;
  }
  .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  details.page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-item .page-the-thao-lich-thi-dau-ty-le-keo-bong-da__faq-answer {
    padding: 0 15px 15px;
  }
}