/* style/the-thao-football-betting-guide.css */
.page-the-thao-football-betting-guide {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #1A202C; /* Auxiliary dark color as main background */
  line-height: 1.6;
}

.page-the-thao-football-betting-guide a {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-the-thao-football-betting-guide a:hover {
  color: #FFEB3B; /* Lighter gold on hover */
}

.page-the-thao-football-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-the-thao-football-betting-guide__section {
  padding: 60px 0;
  text-align: center;
}

.page-the-thao-football-betting-guide__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main titles */
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-the-thao-football-betting-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-the-thao-football-betting-guide__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%);
  color: #FFFFFF;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.page-the-thao-football-betting-guide__hero-content {
  max-width: 600px;
  z-index: 1;
}

.page-the-thao-football-betting-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-the-thao-football-betting-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-the-thao-football-betting-guide__hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-the-thao-football-betting-guide__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.page-the-thao-football-betting-guide__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-the-thao-football-betting-guide__btn--primary:hover {
  background-color: #FFEB3B;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.page-the-thao-football-betting-guide__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border-color: #FFD700;
}

.page-the-thao-football-betting-guide__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.page-the-thao-football-betting-guide__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-the-thao-football-betting-guide__hero-image-wrapper {
  flex-shrink: 0;
  width: 500px;
  height: 350px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-the-thao-football-betting-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-the-thao-football-betting-guide__section--why-go88 {
  background-color: #1A202C;
}

.page-the-thao-football-betting-guide__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao-football-betting-guide__feature-item {
  background-color: #2A3342;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.page-the-thao-football-betting-guide__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-the-thao-football-betting-guide__section--how-to {
  background-color: #2A3342;
}

.page-the-thao-football-betting-guide__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao-football-betting-guide__step-item {
  background-color: #1A202C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  flex: 1 1 300px;
  max-width: 350px;
  position: relative;
  padding-top: 60px; /* Space for number */
}

.page-the-thao-football-betting-guide__step-number {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 2em;
  font-weight: bold;
  color: #FFD700;
  background-color: #3A475A;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFD700;
}

.page-the-thao-football-betting-guide__step-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-the-thao-football-betting-guide__image {
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  height: auto;
}

.page-the-thao-football-betting-guide__image--full-width {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-the-thao-football-betting-guide__cta-block {
  background-color: #FFD700;
  color: #1A202C;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-the-thao-football-betting-guide__cta-block p {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
}

.page-the-thao-football-betting-guide__cta-block .page-the-thao-football-betting-guide__btn {
  background-color: #1A202C;
  color: #FFD700;
  border-color: #1A202C;
}

.page-the-thao-football-betting-guide__cta-block .page-the-thao-football-betting-guide__btn:hover {
  background-color: #3A475A;
  color: #FFEB3B;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.page-the-thao-football-betting-guide__section--bet-types {
  background-color: #1A202C;
}

.page-the-thao-football-betting-guide__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-the-thao-football-betting-guide__list li {
  background-color: #2A3342;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-the-thao-football-betting-guide__list li h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-the-thao-football-betting-guide__section--strategy {
  background-color: #2A3342;
}

.page-the-thao-football-betting-guide__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao-football-betting-guide__strategy-item {
  background-color: #1A202C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.page-the-thao-football-betting-guide__strategy-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-the-thao-football-betting-guide__section--security {
  background-color: #1A202C;
}

.page-the-thao-football-betting-guide__security-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-the-thao-football-betting-guide__security-list li {
  background-color: #2A3342;
  padding: 15px 25px;
  border-radius: 25px;
  color: #FFD700;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-the-thao-football-betting-guide__section--cta-app {
  background: linear-gradient(135deg, #FFD700 0%, #FFEB3B 100%);
  color: #1A202C;
  padding: 80px 0;
}

.page-the-thao-football-betting-guide__section--cta-app .page-the-thao-football-betting-guide__section-title {
  color: #1A202C;
}

.page-the-thao-football-betting-guide__section--cta-app .page-the-thao-football-betting-guide__section-title::after {
  background-color: #1A202C;
}

.page-the-thao-football-betting-guide__section--cta-app p {
  color: #333;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-the-thao-football-betting-guide__container--flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  text-align: left;
}

.page-the-thao-football-betting-guide__cta-content {
  flex: 1;
}

.page-the-thao-football-betting-guide__cta-image-wrapper {
  flex-shrink: 0;
  width: 400px;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-the-thao-football-betting-guide__cta-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.page-the-thao-football-betting-guide__section--faq {
  background-color: #2A3342;
}

.page-the-thao-football-betting-guide__faq-item {
  background-color: #1A202C;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-the-thao-football-betting-guide__faq-question {
  color: #FFD700;
  font-size: 1.3em;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-the-thao-football-betting-guide__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-the-thao-football-betting-guide__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-the-thao-football-betting-guide__faq-answer {
  margin-top: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  color: #E0E0E0;
}

.page-the-thao-football-betting-guide__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  opacity: 1;
}

.page-the-thao-football-betting-guide__section--conclusion {
  background-color: #1A202C;
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-the-thao-football-betting-guide__hero {
    flex-direction: column;
    text-align: center;
    padding: 80px 20px;
  }

  .page-the-thao-football-betting-guide__hero-content {
    max-width: 100%;
  }

  .page-the-thao-football-betting-guide__hero-title {
    font-size: 2.8em;
  }

  .page-the-thao-football-betting-guide__hero-image-wrapper {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-top: 40px;
  }

  .page-the-thao-football-betting-guide__features-grid,
  .page-the-thao-football-betting-guide__steps,
  .page-the-thao-football-betting-guide__strategy-grid {
    grid-template-columns: 1fr;
  }

  .page-the-thao-football-betting-guide__container--flex {
    flex-direction: column;
    text-align: center;
  }

  .page-the-thao-football-betting-guide__cta-image-wrapper {
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .page-the-thao-football-betting-guide__section-title {
    font-size: 2em;
  }

  .page-the-thao-football-betting-guide__hero-title {
    font-size: 2.2em;
  }

  .page-the-thao-football-betting-guide__hero-description {
    font-size: 1em;
  }

  .page-the-thao-football-betting-guide__hero-actions {
    justify-content: center;
  }

  .page-the-thao-football-betting-guide__btn {
    padding: 12px 25px;
    font-size: 0.9em;
  }

  .page-the-thao-football-betting-guide__step-item {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .page-the-thao-football-betting-guide__hero-title {
    font-size: 1.8em;
  }

  .page-the-thao-football-betting-guide__section-title {
    font-size: 1.8em;
  }

  .page-the-thao-football-betting-guide__btn {
    width: 100%;
    text-align: center;
  }

  .page-the-thao-football-betting-guide__hero-actions {
    flex-direction: column;
  }
}