.page-sports {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #1A1A2E;
  line-height: 1.6;
}

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

.page-sports .text-center {
  text-align: center;
}

.page-sports .mt-40 {
  margin-top: 40px;
}

.page-sports .mt-60 {
  margin-top: 60px;
}

.page-sports .section-title {
  color: #FFD700;
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.page-sports .section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #C0C0C0;
}

.page-sports .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  color: #1A1A2E;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-sports .cta-button:hover {
  background: linear-gradient(90deg, #FFA500, #FFD700);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

.page-sports .cta-button.large-button {
  padding: 18px 50px;
  font-size: 1.2em;
}

/* Hero Section */
.page-sports .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background-color: #1A1A2E;
  overflow: hidden;
}

.page-sports .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-sports .hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-sports .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-sports .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 900px;
}

.page-sports .hero-title {
  font-size: 3.8em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.page-sports .hero-description {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Intro Section */
.page-sports .intro-section {
  padding: 80px 0;
  background-color: #111122;
}

.page-sports .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-sports .feature-item {
  background-color: #22223A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-sports .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-sports .feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-sports .feature-title {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-sports .feature-text {
  color: #C0C0C0;
  font-size: 1em;
}

/* Sports Types Section */
.page-sports .sports-types-section {
  padding: 80px 0;
  background-color: #1A1A2E;
}

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

.page-sports .sports-card {
  background-color: #22223A;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-sports .sports-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-sports .card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-sports .card-title {
  color: #FFD700;
  font-size: 1.8em;
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-sports .card-text {
  color: #C0C0C0;
  font-size: 1em;
  padding: 0 20px 20px;
}

.page-sports .card-link {
  display: block;
  background-color: #333355;
  color: #FFD700;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-sports .card-link:hover {
  background-color: #444466;
  color: #FFA500;
}

/* Bet Types Section */
.page-sports .bet-types-section {
  padding: 80px 0;
  background-color: #111122;
}

.page-sports .bet-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-sports .bet-type-item {
  background-color: #22223A;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.page-sports .bet-type-title {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-sports .bet-type-text {
  color: #C0C0C0;
  font-size: 0.95em;
}

/* Guide Section */
.page-sports .guide-section {
  padding: 80px 0;
  background-color: #1A1A2E;
}

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

.page-sports .step-item {
  background-color: #22223A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-sports .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #FFD700;
  color: #1A1A2E;
  border-radius: 50%;
  font-size: 2.2em;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 3px 10px rgba(255, 215, 0, 0.5);
}

.page-sports .step-title {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-sports .step-text {
  color: #C0C0C0;
  font-size: 1em;
  margin-bottom: 25px;
}

.page-sports .step-cta {
  display: inline-block;
  padding: 10px 25px;
  background-color: #333355;
  color: #FFD700;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-sports .step-cta:hover {
  background-color: #444466;
  color: #FFA500;
}

/* Promotions Section */
.page-sports .promotions-section {
  padding: 80px 0;
  background-color: #111122;
}

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

.page-sports .promo-card {
  background-color: #22223A;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-sports .promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-sports .promo-card .card-image {
  height: 220px;
}

.page-sports .promo-card .card-title {
  color: #FFD700;
  font-size: 1.8em;
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-sports .promo-card .card-text {
  color: #C0C0C0;
  font-size: 1em;
  padding: 0 20px 20px;
}

.page-sports .promo-card .card-link {
  display: block;
  background-color: #333355;
  color: #FFD700;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-sports .promo-card .card-link:hover {
  background-color: #444466;
  color: #FFA500;
}

/* Security & Support Section */
.page-sports .security-support-section {
  padding: 80px 0;
  background-color: #1A1A2E;
}

.page-sports .security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.page-sports .security-item {
  background-color: #22223A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-sports .security-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-sports .security-title {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-sports .security-text {
  color: #C0C0C0;
  font-size: 1em;
}

.page-sports .support-contact {
  text-align: center;
  margin-top: 30px;
}

.page-sports .contact-item {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #E0E0E0;
}

/* FAQ Section */
.page-sports .faq-section {
  padding: 80px 0;
  background-color: #111122;
}

.page-sports .faq-list {
  max-width: 900px;
  margin: 50px auto 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #22223A;
  border: 1px solid #333355;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.faq-question:hover {
  background: #2A2A42;
  border-color: #FFD700;
}

.faq-question h3 {
  color: #FFD700;
  font-size: 1.3em;
  margin: 0;
  font-weight: bold;
  flex-grow: 1;
}

.faq-toggle {
  font-size: 2em;
  font-weight: bold;
  color: #FFD700;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFA500;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #2A2A42;
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
}

.faq-answer p {
  color: #C0C0C0;
  font-size: 1em;
  margin: 0;
}

/* Conclusion Section */
.page-sports .conclusion-section {
  padding: 80px 0;
  background-color: #1A1A2E;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-sports .hero-title {
    font-size: 3em;
  }
  .page-sports .hero-description {
    font-size: 1.1em;
  }
  .page-sports .section-title {
    font-size: 2.2em;
  }
  .page-sports .section-description {
    font-size: 1em;
  }
  .page-sports .feature-icon, .page-sports .security-icon {
    width: 80px;
    height: 80px;
  }
  .page-sports .feature-title, .page-sports .sports-card .card-title, .page-sports .bet-type-title, .page-sports .step-title, .page-sports .promo-card .card-title, .page-sports .security-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-sports .hero-section {
    padding: 60px 15px;
  }
  .page-sports .hero-title {
    font-size: 2.5em;
  }
  .page-sports .hero-description {
    font-size: 1em;
  }
  .page-sports .cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-sports .cta-button.large-button {
    padding: 15px 40px;
    font-size: 1.1em;
  }
  .page-sports .section-title {
    font-size: 1.8em;
  }
  .page-sports .section-description {
    font-size: 0.95em;
    margin-bottom: 40px;
  }
  .page-sports .feature-grid, .page-sports .sports-grid, .page-sports .bet-type-grid, .page-sports .step-grid, .page-sports .promo-grid, .page-sports .security-grid {
    grid-template-columns: 1fr;
  }
  .page-sports .sports-card .card-image, .page-sports .promo-card .card-image {
    height: 200px;
  }
  .page-sports .feature-item, .page-sports .sports-card, .page-sports .bet-type-item, .page-sports .step-item, .page-sports .promo-card, .page-sports .security-item {
    padding: 25px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 1.8em;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-sports .hero-title {
    font-size: 2em;
  }
  .page-sports .hero-description {
    font-size: 0.9em;
  }
  .page-sports .cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-sports .section-title {
    font-size: 1.5em;
  }
  .page-sports .section-description {
    font-size: 0.9em;
  }
  .page-sports .feature-title, .page-sports .sports-card .card-title, .page-sports .bet-type-title, .page-sports .step-title, .page-sports .promo-card .card-title, .page-sports .security-title {
    font-size: 1.4em;
  }
  .page-sports .step-number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.8em;
  }
  .page-sports .contact-item {
    font-size: 1em;
  }
  .faq-question h3 {
    font-size: 1em;
  }
  .faq-toggle {
    font-size: 1.5em;
  }
}