/* style/resources-ae888-sports-betting-gameplay-strategy.css */
.page-resources-ae888-sports-betting-gameplay-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0A192F;
}

.page-resources-ae888-sports-betting-gameplay-strategy-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-ae888-sports-betting-gameplay-strategy-hero {
  background: linear-gradient(135deg, #0A192F 0%, #1A3047 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-resources-ae888-sports-betting-gameplay-strategy-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[IMAGE:sports_betting_hero]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-resources-ae888-sports-betting-gameplay-strategy-hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-ae888-sports-betting-gameplay-strategy-hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #CCCCCC;
  position: relative;
  z-index: 1;
}

.page-resources-ae888-sports-betting-gameplay-strategy-section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

.page-resources-ae888-sports-betting-gameplay-strategy-sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.page-resources-ae888-sports-betting-gameplay-strategy-content-section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-resources-ae888-sports-betting-gameplay-strategy-content-section p {
  margin-bottom: 15px;
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-resources-ae888-sports-betting-gameplay-strategy-content-section ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-ae888-sports-betting-gameplay-strategy-content-section ul li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-resources-ae888-sports-betting-gameplay-strategy-content-section strong {
  color: #FFD700;
}

.page-resources-ae888-sports-betting-gameplay-strategy-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-resources-ae888-sports-betting-gameplay-strategy-btn-primary {
  background-color: #FFD700;
  color: #0A192F;
  border: 2px solid #FFD700;
}

.page-resources-ae888-sports-betting-gameplay-strategy-btn-primary:hover {
  background-color: #E0B000;
  border-color: #E0B000;
  transform: translateY(-3px);
}

.page-resources-ae888-sports-betting-gameplay-strategy-btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-ae888-sports-betting-gameplay-strategy-btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-resources-ae888-sports-betting-gameplay-strategy-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

.page-resources-ae888-sports-betting-gameplay-strategy-faq {
  margin-top: 40px;
}

.page-resources-ae888-sports-betting-gameplay-strategy-faq-item {
  background-color: #1A3047;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-resources-ae888-sports-betting-gameplay-strategy-faq-question {
  color: #FFD700;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-resources-ae888-sports-betting-gameplay-strategy-faq-answer {
  color: #CCCCCC;
  font-size: 1em;
  display: block; /* Default to visible for static content, JS can toggle */
}

.page-resources-ae888-sports-betting-gameplay-strategy-cta-group {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-ae888-sports-betting-gameplay-strategy-hero-title {
    font-size: 2.5em;
  }

  .page-resources-ae888-sports-betting-gameplay-strategy-hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-ae888-sports-betting-gameplay-strategy-section-title {
    font-size: 2em;
  }

  .page-resources-ae888-sports-betting-gameplay-strategy-sub-title {
    font-size: 1.5em;
  }

  .page-resources-ae888-sports-betting-gameplay-strategy-btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px;
  }
}

@media (max-width: 480px) {
  .page-resources-ae888-sports-betting-gameplay-strategy-hero-title {
    font-size: 2em;
  }

  .page-resources-ae888-sports-betting-gameplay-strategy-hero-subtitle {
    font-size: 1em;
  }

  .page-resources-ae888-sports-betting-gameplay-strategy-section-title {
    font-size: 1.8em;
  }

  .page-resources-ae888-sports-betting-gameplay-strategy-sub-title {
    font-size: 1.3em;
  }

  .page-resources-ae888-sports-betting-gameplay-strategy-btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}