.page-the-thao-ca-cuoc-bong-da {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  line-height: 1.6;
}

.page-the-thao-ca-cuoc-bong-da__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding */
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #26A9E0 0%, #337ab7 100%); /* Brand color gradient */
  color: #FFFFFF;
}

.page-the-thao-ca-cuoc-bong-da__hero-image {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-the-thao-ca-cuoc-bong-da__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Default to cover for desktop */
  aspect-ratio: 16 / 9;
}

.page-the-thao-ca-cuoc-bong-da__hero-content {
  padding: 30px 20px 50px;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}

.page-the-thao-ca-cuoc-bong-da__main-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-the-thao-ca-cuoc-bong-da__description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-the-thao-ca-cuoc-bong-da__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-the-thao-ca-cuoc-bong-da__btn-primary,
.page-the-thao-ca-cuoc-bong-da__btn-secondary,
.page-the-thao-ca-cuoc-bong-da__step-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}

.page-the-thao-ca-cuoc-bong-da__btn-primary {
  background: #EA7C07; /* Login color for primary action */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-the-thao-ca-cuoc-bong-da__btn-primary:hover {
  background: #d46c05;
  border-color: #d46c05;
}

.page-the-thao-ca-cuoc-bong-da__btn-secondary {
  background: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-the-thao-ca-cuoc-bong-da__btn-secondary:hover {
  background: #e0f2f7;
  color: #1a7bb2;
  border-color: #1a7bb2;
}

.page-the-thao-ca-cuoc-bong-da__section {
  padding: 60px 0;
  margin-bottom: 30px;
  background: #FFFFFF;
}

.page-the-thao-ca-cuoc-bong-da__why-choose {
  background: #f8f8f8;
}

.page-the-thao-ca-cuoc-bong-da__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-the-thao-ca-cuoc-bong-da__section-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
  line-height: 1.3;
}

.page-the-thao-ca-cuoc-bong-da__text-block {
  font-size: 17px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  color: #555555;
}

.page-the-thao-ca-cuoc-bong-da__features-grid,
.page-the-thao-ca-cuoc-bong-da__steps-grid,
.page-the-thao-ca-cuoc-bong-da__bet-type-grid,
.page-the-thao-ca-cuoc-bong-da__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-the-thao-ca-cuoc-bong-da__feature-card,
.page-the-thao-ca-cuoc-bong-da__step-card,
.page-the-thao-ca-cuoc-bong-da__type-card,
.page-the-thao-ca-cuoc-bong-da__promo-card {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-the-thao-ca-cuoc-bong-da__feature-card:hover,
.page-the-thao-ca-cuoc-bong-da__step-card:hover,
.page-the-thao-ca-cuoc-bong-da__type-card:hover,
.page-the-thao-ca-cuoc-bong-da__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-the-thao-ca-cuoc-bong-da__feature-card img,
.page-the-thao-ca-cuoc-bong-da__promo-card img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-the-thao-ca-cuoc-bong-da__card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-the-thao-ca-cuoc-bong-da__feature-card p,
.page-the-thao-ca-cuoc-bong-da__type-card p,
.page-the-thao-ca-cuoc-bong-da__promo-card p {
  font-size: 16px;
  color: #666666;
  flex-grow: 1;
}

.page-the-thao-ca-cuoc-bong-da__step-number {
  font-size: 40px;
  font-weight: 700;
  color: #26A9E0;
  background: #e0f7fa;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 3px solid #26A9E0;
}

.page-the-thao-ca-cuoc-bong-da__step-card p {
  margin-bottom: 20px;
}

.page-the-thao-ca-cuoc-bong-da__step-btn {
  background: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  margin-top: auto;
}

.page-the-thao-ca-cuoc-bong-da__step-btn:hover {
  background: #1a7bb2;
  border-color: #1a7bb2;
}

.page-the-thao-ca-cuoc-bong-da__betting-tips {
  background: #f0faff;
}

.page-the-thao-ca-cuoc-bong-da__tips-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-the-thao-ca-cuoc-bong-da__tips-list li {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 25px;
  border-left: 5px solid #26A9E0;
}

.page-the-thao-ca-cuoc-bong-da__tips-list li h3 {
  font-size: 20px;
  color: #26A9E0;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-the-thao-ca-cuoc-bong-da__tips-list li p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 0;
  text-align: left;
}

.page-the-thao-ca-cuoc-bong-da__card-link {
  display: inline-block;
  margin-top: 15px;
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.3s ease;
}

.page-the-thao-ca-cuoc-bong-da__card-link:hover {
  color: #1a7bb2;
  text-decoration: underline;
}

/* FAQ Styles */
details.page-the-thao-ca-cuoc-bong-da__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
details.page-the-thao-ca-cuoc-bong-da__faq-item summary.page-the-thao-ca-cuoc-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;
}
details.page-the-thao-ca-cuoc-bong-da__faq-item summary.page-the-thao-ca-cuoc-bong-da__faq-question::-webkit-details-marker {
  display: none;
}
details.page-the-thao-ca-cuoc-bong-da__faq-item summary.page-the-thao-ca-cuoc-bong-da__faq-question:hover {
  background: #f5f5f5;
}
.page-the-thao-ca-cuoc-bong-da__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-the-thao-ca-cuoc-bong-da__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-the-thao-ca-cuoc-bong-da__faq-item .page-the-thao-ca-cuoc-bong-da__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  color: #555555;
}
details.page-the-thao-ca-cuoc-bong-da__faq-item .page-the-thao-ca-cuoc-bong-da__faq-answer p {
  margin-bottom: 0;
  text-align: left;
}

.page-the-thao-ca-cuoc-bong-da__call-to-action {
  background: linear-gradient(135deg, #26A9E0 0%, #337ab7 100%);
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
}

.page-the-thao-ca-cuoc-bong-da__call-to-action .page-the-thao-ca-cuoc-bong-da__section-title {
  color: #FFFFFF;
  margin-bottom: 30px;
}

.page-the-thao-ca-cuoc-bong-da__call-to-action .page-the-thao-ca-cuoc-bong-da__text-block {
  color: #f0f0f0;
  margin-bottom: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-the-thao-ca-cuoc-bong-da__main-title {
    font-size: 40px;
  }

  .page-the-thao-ca-cuoc-bong-da__section-title {
    font-size: 32px;
  }

  .page-the-thao-ca-cuoc-bong-da__hero-image img {
    aspect-ratio: 4 / 3; /* Adjust aspect ratio for tablets */
  }
}

@media (max-width: 849px) {
  .page-the-thao-ca-cuoc-bong-da__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important; /* Allow image to fit without cropping */
  }
}

@media (max-width: 768px) {
  .page-the-thao-ca-cuoc-bong-da {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-the-thao-ca-cuoc-bong-da__hero-section {
    padding-top: 10px; /* Ensure small top padding */
    margin-bottom: 20px;
  }

  .page-the-thao-ca-cuoc-bong-da__hero-content {
    padding: 20px 15px 30px;
  }

  .page-the-thao-ca-cuoc-bong-da__main-title {
    font-size: clamp(30px, 8vw, 38px); /* Clamp for responsive H1 */
    margin-bottom: 15px;
  }

  .page-the-thao-ca-cuoc-bong-da__description {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .page-the-thao-ca-cuoc-bong-da__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-the-thao-ca-cuoc-bong-da__btn-primary,
  .page-the-thao-ca-cuoc-bong-da__btn-secondary,
  .page-the-thao-ca-cuoc-bong-da__step-btn,
  .page-the-thao-ca-cuoc-bong-da a[class*="button"],
  .page-the-thao-ca-cuoc-bong-da a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px;
    font-size: 16px;
  }
  
  .page-the-thao-ca-cuoc-bong-da__section {
    padding: 40px 0;
    margin-bottom: 20px;
  }

  .page-the-thao-ca-cuoc-bong-da__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-the-thao-ca-cuoc-bong-da__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .page-the-thao-ca-cuoc-bong-da__text-block {
    font-size: 15px;
    margin-bottom: 30px;
    text-align: left;
    max-width: 100%;
  }

  .page-the-thao-ca-cuoc-bong-da img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-the-thao-ca-cuoc-bong-da__feature-card,
  .page-the-thao-ca-cuoc-bong-da__step-card,
  .page-the-thao-ca-cuoc-bong-da__type-card,
  .page-the-thao-ca-cuoc-bong-da__promo-card {
    padding: 25px;
  }

  .page-the-thao-ca-cuoc-bong-da__feature-card img,
  .page-the-thao-ca-cuoc-bong-da__promo-card img {
    
    margin-bottom: 15px;
  }

  .page-the-thao-ca-cuoc-bong-da__card-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .page-the-thao-ca-cuoc-bong-da__feature-card p,
  .page-the-thao-ca-cuoc-bong-da__type-card p,
  .page-the-thao-ca-cuoc-bong-da__promo-card p {
    font-size: 15px;
  }

  .page-the-thao-ca-cuoc-bong-da__step-number {
    font-size: 32px;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .page-the-thao-ca-cuoc-bong-da__tips-list {
    margin-bottom: 30px;
  }

  .page-the-thao-ca-cuoc-bong-da__tips-list li {
    padding: 20px;
  }

  .page-the-thao-ca-cuoc-bong-da__tips-list li h3 {
    font-size: 18px;
  }

  .page-the-thao-ca-cuoc-bong-da__tips-list li p {
    font-size: 15px;
  }

  details.page-the-thao-ca-cuoc-bong-da__faq-item summary.page-the-thao-ca-cuoc-bong-da__faq-question {
    padding: 15px;
  }

  .page-the-thao-ca-cuoc-bong-da__faq-qtext {
    font-size: 16px;
  }

  details.page-the-thao-ca-cuoc-bong-da__faq-item .page-the-thao-ca-cuoc-bong-da__faq-answer {
    padding: 0 15px 15px;
  }

  .page-the-thao-ca-cuoc-bong-da__faq-answer p {
    font-size: 15px;
  }

  .page-the-thao-ca-cuoc-bong-da__call-to-action {
    padding: 60px 0;
  }

  .page-the-thao-ca-cuoc-bong-da__call-to-action .page-the-thao-ca-cuoc-bong-da__text-block {
    margin-bottom: 30px;
  }
}