.page-acb888-sports {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Matches body background */
}

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

.page-acb888-sports__section {
  padding: 80px 0;
  position: relative;
  /* Fixed navigation bar spacing for non-homepage */
  padding-top: 120px; /* Desktop padding */
}

.page-acb888-sports__section:first-of-type {
  padding-top: 120px; /* Ensure first section has top padding */
}

.page-acb888-sports__section-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #FFD700; /* Auxiliary color for titles */
  position: relative;
  padding-bottom: 15px;
}

.page-acb888-sports__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #003366; /* Main color for underline */
  border-radius: 2px;
}

.page-acb888-sports__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #f0f0f0;
}

/* Hero Section */
.page-acb888-sports__hero-section {
  padding: 0;
  padding-top: 10px; /* Special padding for HERO section to clear fixed header */
  background: linear-gradient(135deg, #003366, #1a4d80); /* Blend of main color */
  display: flex;
  align-items: center;
  min-height: 600px;
}

.page-acb888-sports__hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.page-acb888-sports__hero-content {
  flex: 1;
  padding-right: 40px;
  color: #ffffff;
}

.page-acb888-sports__hero-title {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #FFD700;
}

.page-acb888-sports__hero-description {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-acb888-sports__hero-cta {
  display: flex;
  gap: 20px;
}

.page-acb888-sports__hero-image-wrapper {
  flex: 1;
  text-align: right;
}

.page-acb888-sports__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* Buttons */
.page-acb888-sports__btn-primary,
.page-acb888-sports__btn-secondary {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-acb888-sports__btn-primary {
  background-color: #FFD700;
  color: #003366;
  border: 2px solid #FFD700;
}

.page-acb888-sports__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 215, 0, 0.3);
}

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

.page-acb888-sports__btn-secondary:hover {
  background-color: #FFD700;
  color: #003366;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 215, 0, 0.3);
}

.page-acb888-sports__btn-link {
  display: inline-block;
  margin-top: 15px;
  color: #FFD700;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-acb888-sports__btn-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

/* Intro Section */
.page-acb888-sports__intro-section {
  background-color: #0a0a0a;
  color: #f0f0f0;
}

/* Bet Types Section */
.page-acb888-sports__bet-types-section {
  background-color: #1a1a1a;
  color: #f0f0f0;
}

.page-acb888-sports__content-layout {
  display: flex;
  align-items: center;
  gap: 50px;
}

.page-acb888-sports__content-layout--reverse {
  flex-direction: row-reverse;
}

.page-acb888-sports__image-wrapper {
  flex: 1;
  min-width: 40%;
}

.page-acb888-sports__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-acb888-sports__text-content {
  flex: 1.5;
}

.page-acb888-sports__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-acb888-sports__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #f0f0f0;
}

.page-acb888-sports__list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: bold;
}

/* Advantages Section */
.page-acb888-sports__advantages-section {
  background-color: #003366; /* Main brand color */
  color: #ffffff;
}

.page-acb888-sports__advantages-section .page-acb888-sports__section-title {
  color: #FFD700;
}

.page-acb888-sports__advantages-section .page-acb888-sports__section-title::after {
  background-color: #FFD700;
}

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

.page-acb888-sports__card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-acb888-sports__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.page-acb888-sports__card-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 20px auto;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.4)); /* Subtle glow for icons */
}

.page-acb888-sports__card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-acb888-sports__card-description {
  font-size: 16px;
  line-height: 1.7;
  color: #f0f0f0;
}

/* Guide Section */
.page-acb888-sports__guide-section {
  background-color: #0a0a0a;
  color: #f0f0f0;
}

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

.page-acb888-sports__step-card {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-acb888-sports__step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.page-acb888-sports__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFD700;
  color: #003366;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-acb888-sports__step-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-acb888-sports__step-description {
  font-size: 16px;
  line-height: 1.7;
  color: #f0f0f0;
  flex-grow: 1;
}

/* Promotions Section */
.page-acb888-sports__promotions-section {
  background-color: #003366;
  color: #ffffff;
}

.page-acb888-sports__promotions-section .page-acb888-sports__section-title {
  color: #FFD700;
}

.page-acb888-sports__promotions-section .page-acb888-sports__section-title::after {
  background-color: #FFD700;
}

.page-acb888-sports__promotions-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.page-acb888-sports__promotion-text {
  flex: 1;
}

.page-acb888-sports__promotion-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-acb888-sports__promotion-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Security & Support Section */
.page-acb888-sports__security-support-section {
  background-color: #0a0a0a;
  color: #f0f0f0;
}

/* FAQ Section */
.page-acb888-sports__faq-section {
  background-color: #1a1a1a;
  color: #f0f0f0;
}

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

.page-acb888-sports__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-acb888-sports__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
  color: #f0f0f0;
}

.page-acb888-sports__faq-item.active .page-acb888-sports__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #003366;
  border-radius: 0 0 5px 5px;
}

.page-acb888-sports__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #003366;
  border: 1px solid #1a1a1a;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-acb888-sports__faq-question:hover {
  background: #004080;
  border-color: #0050a0;
}

.page-acb888-sports__faq-question:active {
  background: #002244;
}

.page-acb888-sports__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #FFD700;
}

.page-acb888-sports__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-acb888-sports__faq-item.active .page-acb888-sports__faq-toggle {
  color: #ffffff;
}

/* News Section */
.page-acb888-sports__news-section {
  background-color: #003366;
  color: #ffffff;
}

.page-acb888-sports__news-section .page-acb888-sports__section-title {
  color: #FFD700;
}

.page-acb888-sports__news-section .page-acb888-sports__section-title::after {
  background-color: #FFD700;
}

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

.page-acb888-sports__news-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-acb888-sports__news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.page-acb888-sports__news-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-acb888-sports__news-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-acb888-sports__news-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-acb888-sports__news-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-acb888-sports__news-title a:hover {
  color: #ffffff;
}

.page-acb888-sports__news-excerpt {
  font-size: 16px;
  line-height: 1.7;
  color: #f0f0f0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-acb888-sports__read-more {
  display: inline-block;
  color: #FFD700;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  margin-top: auto;
}

.page-acb888-sports__read-more:hover {
  color: #ffffff;
  text-decoration: underline;
}

.page-acb888-sports__view-all-news {
  text-align: center;
  margin-top: 50px;
}

/* General image responsiveness */
.page-acb888-sports img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Dark background general styles */
.page-acb888-sports__dark-bg {
  background-color: #003366;
  color: #ffffff;
}

.page-acb888-sports__light-bg {
  background-color: #1a1a1a;
  color: #f0f0f0;
}

/* --- Responsive Styles --- */
@media (max-width: 1200px) {
  .page-acb888-sports__hero-container {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .page-acb888-sports__hero-section {
    min-height: 500px;
  }

  .page-acb888-sports__hero-title {
    font-size: 48px;
  }

  .page-acb888-sports__hero-description {
    font-size: 18px;
  }

  .page-acb888-sports__section-title {
    font-size: 32px;
  }

  .page-acb888-sports__content-layout {
    flex-direction: column;
    gap: 30px;
  }

  .page-acb888-sports__content-layout--reverse {
    flex-direction: column;
  }

  .page-acb888-sports__image-wrapper {
    min-width: 100%;
  }

  .page-acb888-sports__promotions-content {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .page-acb888-sports__section {
    padding: 60px 0;
    padding-top: 100px; /* Mobile padding for fixed header */
  }

  .page-acb888-sports__section:first-of-type {
    padding-top: 100px; /* Ensure first section has mobile top padding */
  }

  .page-acb888-sports__hero-section {
    flex-direction: column-reverse;
    text-align: center;
    padding-top: 10px; /* Mobile HERO padding */
    min-height: auto;
  }

  .page-acb888-sports__hero-container {
    flex-direction: column-reverse;
    padding: 20px 15px;
  }

  .page-acb888-sports__hero-content {
    padding-right: 0;
    margin-top: 30px;
  }

  .page-acb888-sports__hero-title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .page-acb888-sports__hero-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .page-acb888-sports__hero-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-acb888-sports__btn-primary,
  .page-acb888-sports__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 25px;
    font-size: 16px;
  }

  .page-acb888-sports__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .page-acb888-sports__section-title::after {
    width: 60px;
  }

  .page-acb888-sports__text-block {
    font-size: 15px;
  }

  .page-acb888-sports__list li {
    font-size: 15px;
    padding-left: 25px;
  }

  .page-acb888-sports__list li::before {
    font-size: 18px;
  }

  .page-acb888-sports__card {
    padding: 20px;
  }

  .page-acb888-sports__card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .page-acb888-sports__card-title {
    font-size: 20px;
  }

  .page-acb888-sports__card-description {
    font-size: 14px;
  }

  .page-acb888-sports__step-number {
    width: 50px;
    height: 50px;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .page-acb888-sports__step-title {
    font-size: 20px;
  }

  .page-acb888-sports__step-description {
    font-size: 14px;
  }

  .page-acb888-sports__promotions-content {
    flex-direction: column-reverse;
  }

  .page-acb888-sports__faq-question {
    padding: 15px;
  }

  .page-acb888-sports__faq-question h3 {
    font-size: 16px;
  }

  .page-acb888-sports__faq-toggle {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }

  .page-acb888-sports__faq-item.active .page-acb888-sports__faq-answer {
    padding: 15px !important;
  }

  .page-acb888-sports__news-grid {
    grid-template-columns: 1fr;
  }

  .page-acb888-sports__news-image {
    height: 180px;
  }

  .page-acb888-sports__news-title {
    font-size: 18px;
  }

  .page-acb888-sports__news-excerpt {
    font-size: 14px;
  }

  /* Force responsive images and containers */
  .page-acb888-sports img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

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

  .page-acb888-sports__hero-cta {
    flex-wrap: wrap !important;
    gap: 15px;
  }

  /* LOGO轮播项特殊处理 - 保持固定尺寸 */
  /* Note: This page does not have a logo carousel, but keeping the rule for completeness if it were present */
  .page-acb888-sports__logo-item {
    width: 80px !important; /* Fixed 80px, no 100% */
    height: 80px !important; /* Fixed 80px */
    max-width: 80px !important; /* Ensure not overridden */
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
}