/* style/sports.css */
/* body đã padding-top: var(--header-offset) từ shared.css; trang này không cần thêm padding-top cho các section đầu tiên. */
.page-sports {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Mặc định chữ màu tối trên nền sáng */
  background-color: #FFFFFF;
}

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

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

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

.page-sports__section-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
  color: inherit; /* Kế thừa màu từ section cha (dark-bg hoặc light-bg) */
}

.page-sports__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: inherit;
}

.page-sports__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px; /* Nhỏ hơn so với header-offset */
  padding-top: 10px; /* Chỉ một khoảng nhỏ trang trí, body đã có padding-top */
  overflow: hidden;
  text-align: center;
}

.page-sports__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.page-sports__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-sports__hero-content {
  position: relative; /* Đảm bảo nội dung nằm trên lớp phủ */
  z-index: 1;
  max-width: 900px;
  padding: 20px;
}

.page-sports__main-title {
  font-size: clamp(2.5rem, 5vw, 3.8rem); /* Sử dụng clamp để giới hạn kích thước */
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.1;
  color: #ffffff;
}

.page-sports__tagline {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #f0f8ff;
}

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

.page-sports__btn-primary,
.page-sports__btn-secondary,
.page-sports__btn-link {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal; /* Cho phép chữ xuống dòng */
  word-wrap: break-word;
  text-align: center;
}

.page-sports__btn-primary {
  background-color: #EA7C07; /* Màu cam cho nút chính */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

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

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

.page-sports__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-sports__btn-link {
  background-color: transparent;
  color: #26A9E0;
  border: 1px solid #26A9E0;
  padding: 10px 20px;
  font-size: 1em;
}

.page-sports__btn-link:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-sports__why-choose-us,
.page-sports__popular-options,
.page-sports__how-to-start,
.page-sports__live-betting-promo,
.page-sports__promotions,
.page-sports__responsible-gaming,
.page-sports__faq-section,
.page-sports__call-to-action {
  padding: 80px 0;
}

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

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

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

.page-sports__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-sports__feature-icon,
.page-sports__option-image,
.page-sports__promo-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-sports__feature-title,
.page-sports__option-title,
.page-sports__promo-title,
.page-sports__step-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
  color: inherit;
}

.page-sports__feature-text,
.page-sports__option-text,
.page-sports__promo-text,
.page-sports__step-text {
  font-size: 1em;
  line-height: 1.6;
  color: inherit;
}

.page-sports__step-card {
  position: relative;
  padding-top: 60px; /* Để chừa chỗ cho số bước */
}

.page-sports__step-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #26A9E0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: 700;
  border: 3px solid #ffffff;
}

.page-sports__text-block {
  font-size: 1.1em;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-align: center;
  color: inherit;
}

.page-sports__live-betting-promo .page-sports__container {
  text-align: center;
}

.page-sports__video {
  width: 100%;
  max-width: 1000px; /* Giới hạn chiều rộng tối đa cho video */
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.page-sports__video-caption {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #f0f8ff;
}

.page-sports__cta-promotions {
  text-align: center;
  margin-top: 40px;
}

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

.page-sports__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-sports__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
  list-style: none; /* Ẩn dấu mũi tên mặc định của details/summary */
}

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

.page-sports__faq-question:hover {
  background-color: #e6e6e6;
}

.page-sports__faq-item[open] .page-sports__faq-question {
  background-color: #e6e6e6;
  border-bottom: 1px solid #d0d0d0;
}

.page-sports__faq-qtext {
  flex-grow: 1;
  text-align: left;
  color: inherit;
}

.page-sports__faq-toggle {
  font-size: 1.5em;
  font-weight: 700;
  width: 25px;
  text-align: center;
  color: #26A9E0;
}

.page-sports__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  text-align: left;
}

/* Media Queries cho Responsive Design */
@media (max-width: 1024px) {
  .page-sports__section-title {
    font-size: 2em;
  }
  .page-sports__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
}

@media (max-width: 768px) {
  .page-sports {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-sports__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body đã có padding-top */
  }
  .page-sports__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-sports__section-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-sports__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-sports__tagline {
    font-size: 1.1em;
  }
  .page-sports__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-sports__btn-primary,
  .page-sports__btn-secondary,
  .page-sports__btn-link {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-sports__container {
    padding: 0 15px !important;
  }
  .page-sports__why-choose-us,
  .page-sports__popular-options,
  .page-sports__how-to-start,
  .page-sports__live-betting-promo,
  .page-sports__promotions,
  .page-sports__responsible-gaming,
  .page-sports__faq-section,
  .page-sports__call-to-action {
    padding: 50px 0;
  }
  .page-sports__features-grid,
  .page-sports__options-grid,
  .page-sports__promo-grid,
  .page-sports__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-sports img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-sports__hero-image-wrapper,
  .page-sports__video-container,
  .page-sports__video-wrapper,
  .page-sports__section,
  .page-sports__card,
  .page-sports__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-sports video,
  .page-sports__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-sports__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-sports__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-sports__main-title {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }
  .page-sports__tagline {
    font-size: 1em;
  }
  .page-sports__section-title {
    font-size: 1.5em;
  }
  .page-sports__btn-primary,
  .page-sports__btn-secondary {
    padding: 12px 25px;
    font-size: 1em;
  }
}