/* style/resources-8x-bet-sports-betting-gameplay-strategy.css */
.page-resources-8x-bet-sports-betting-gameplay-strategy {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__section {
  padding: 60px 0;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__hero-section {
  background: linear-gradient(135deg, #007BFF 0%, #FFC107 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  color: #fff;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #eee;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__btn--primary {
  background-color: #007BFF;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__btn--primary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.6);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__btn--secondary {
  background-color: #FFC107;
  color: #333;
  box-shadow: 0 4px 10px rgba(255, 193, 7, 0.4);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__btn--secondary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 193, 7, 0.6);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__btn--outline {
  background-color: transparent;
  color: #007BFF;
  border: 2px solid #007BFF;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__btn--outline:hover {
  background-color: #007BFF;
  color: #fff;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__btn--large {
  padding: 15px 40px;
  font-size: 1.2em;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__hero-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__section-title {
  font-size: 2.5em;
  color: #007BFF;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__intro p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__gameplay-types .page-resources-8x-bet-sports-betting-gameplay-strategy__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__feature-item:hover {
  transform: translateY(-5px);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__feature-title {
  font-size: 1.6em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__feature-item p {
  color: #555;
  font-size: 1em;
  text-align: justify;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__strategies .page-resources-8x-bet-sports-betting-gameplay-strategy__strategy-list {
  list-style: none;
  padding: 0;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__strategy-list li {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__strategy-list h3 {
  font-size: 1.8em;
  color: #007BFF;
  margin-bottom: 10px;
  border-bottom: 2px solid #FFC107;
  padding-bottom: 5px;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__strategy-list p {
  color: #555;
  font-size: 1.05em;
  text-align: justify;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__strategy-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__risk-management .page-resources-8x-bet-sports-betting-gameplay-strategy__risk-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__risk-list li {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  border-left: 5px solid #FFC107;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__risk-list h4 {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 10px;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__risk-list p {
  color: #555;
  font-size: 1em;
  text-align: justify;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__getting-started .page-resources-8x-bet-sports-betting-gameplay-strategy__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFC107;
  color: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  border: 3px solid #007BFF;
  box-shadow: 0 0 0 5px rgba(0, 123, 255, 0.2);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__step-item h3 {
  font-size: 1.6em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__step-item p {
  color: #555;
  font-size: 1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__why-8xbet .page-resources-8x-bet-sports-betting-gameplay-strategy__advantages-list {
  list-style: none;
  padding: 0;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__advantages-list li {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  border-left: 4px solid #007BFF;
  font-size: 1.1em;
  color: #333;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__advantages-list li strong {
  color: #0056b3;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__faq .page-resources-8x-bet-sports-betting-gameplay-strategy__faq-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__faq-question {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFC107;
  transition: transform 0.3s ease;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__faq-answer {
  color: #555;
  font-size: 1em;
  display: none;
  margin-top: 10px;
  text-align: justify;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__faq-answer.active {
  display: block;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__cta-bottom {
  background: linear-gradient(45deg, #007BFF, #FFC107);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__cta-bottom .page-resources-8x-bet-sports-betting-gameplay-strategy__section-title {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__cta-bottom p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #eee;
}

.page-resources-8x-bet-sports-betting-gameplay-strategy__cta-note {
  font-size: 0.9em;
  margin-top: 20px;
  opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-8x-bet-sports-betting-gameplay-strategy__hero-title {
    font-size: 2.8em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-8x-bet-sports-betting-gameplay-strategy__hero-title {
    font-size: 2.2em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__section {
    padding: 40px 0;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__section-title {
    font-size: 1.8em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__feature-grid, 
  .page-resources-8x-bet-sports-betting-gameplay-strategy__risk-list, 
  .page-resources-8x-bet-sports-betting-gameplay-strategy__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__hero-image {
    display: none;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__strategy-list li {
    padding: 20px;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__strategy-list h3 {
    font-size: 1.5em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__risk-list li {
    padding: 20px;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__risk-list h4 {
    font-size: 1.3em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__step-item {
    padding-top: 40px;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__step-number {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    top: -15px;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__faq-question {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-resources-8x-bet-sports-betting-gameplay-strategy__hero-title {
    font-size: 1.8em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__btn--large {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__section-title {
    font-size: 1.5em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__intro p,
  .page-resources-8x-bet-sports-betting-gameplay-strategy__feature-item p,
  .page-resources-8x-bet-sports-betting-gameplay-strategy__strategy-list p,
  .page-resources-8x-bet-sports-betting-gameplay-strategy__risk-list p,
  .page-resources-8x-bet-sports-betting-gameplay-strategy__step-item p,
  .page-resources-8x-bet-sports-betting-gameplay-strategy__advantages-list li,
  .page-resources-8x-bet-sports-betting-gameplay-strategy__faq-answer,
  .page-resources-8x-bet-sports-betting-gameplay-strategy__cta-bottom p {
    font-size: 0.95em;
  }
  .page-resources-8x-bet-sports-betting-gameplay-strategy__feature-title,
  .page-resources-8x-bet-sports-betting-gameplay-strategy__strategy-list h3,
  .page-resources-8x-bet-sports-betting-gameplay-strategy__risk-list h4,
  .page-resources-8x-bet-sports-betting-gameplay-strategy__step-item h3,
  .page-resources-8x-bet-sports-betting-gameplay-strategy__faq-question {
    font-size: 1.2em;
  }
}