/* style/betting-news-tech-innovations.css */
.page-betting-news-tech-innovations {
  font-family: 'Arial', sans-serif;
  color: #dbe4eb; /* Light gray text for dark background */
  background-color: #0A2E36; /* Primary dark background */
  line-height: 1.6;
}

.page-betting-news-tech-innovations__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-news-tech-innovations__hero {
  background: linear-gradient(135deg, #0A2E36 0%, #1a4f5c 100%); /* Dark gradient for hero */
  padding: 100px 0;
  text-align: center;
  color: #f0f8ff;
}

.page-betting-news-tech-innovations__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B400; /* Secondary color for title */
  line-height: 1.2;
}

.page-betting-news-tech-innovations__hero-title .highlight {
  color: #f0f8ff;
}

.page-betting-news-tech-innovations__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #dbe4eb;
}

.page-betting-news-tech-innovations__section {
  padding: 60px 0;
  background-color: #0A2E36;
  color: #dbe4eb;
}

.page-betting-news-tech-innovations__section--dark {
  background-color: #1a4f5c; /* Slightly lighter dark for contrast sections */
}

.page-betting-news-tech-innovations__section-title {
  font-size: 2.5em;
  color: #E0B400;
  margin-bottom: 30px;
  text-align: center;
}

.page-betting-news-tech-innovations__subsection-title {
  font-size: 1.8em;
  color: #f0f8ff;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-betting-news-tech-innovations__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #dbe4eb;
}

.page-betting-news-tech-innovations__section p .keyword {
  font-weight: bold;
  color: #E0B400;
}

.page-betting-news-tech-innovations__image {
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-betting-news-tech-innovations__image--full-width {
  width: 100%;
  border-radius: 0;
}

.page-betting-news-tech-innovations__button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-betting-news-tech-innovations__button--primary {
  background-color: #E0B400; /* Secondary color for primary button */
  color: #0A2E36;
}

.page-betting-news-tech-innovations__button--primary:hover {
  background-color: #f5c730;
  transform: translateY(-2px);
}

.page-betting-news-tech-innovations__button--secondary {
  background-color: transparent;
  color: #E0B400;
  border: 2px solid #E0B400;
  margin-left: 20px;
}

.page-betting-news-tech-innovations__button--secondary:hover {
  background-color: #E0B400;
  color: #0A2E36;
  transform: translateY(-2px);
}

.page-betting-news-tech-innovations__cta-box {
  background-color: #0A2E36; /* Primary dark background */
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-betting-news-tech-innovations__cta-box p {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #f0f8ff;
}

.page-betting-news-tech-innovations__section--cta {
  background-color: #1a4f5c; /* Slightly lighter dark for CTA section */
  text-align: center;
  padding: 80px 0;
}

.page-betting-news-tech-innovations__section--cta .page-betting-news-tech-innovations__section-title {
  color: #E0B400;
}

.page-betting-news-tech-innovations__cta-buttons {
  margin-top: 40px;
}

.page-betting-news-tech-innovations__promo-banner {
  background-color: #E0B400; /* Secondary color for promo banner */
  padding: 50px 0;
  text-align: center;
  color: #0A2E36;
  margin-top: 60px;
}

.page-betting-news-tech-innovations__promo-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-betting-news-tech-innovations__promo-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #0A2E36;
}

.page-betting-news-tech-innovations__promo-title .highlight {
  color: #1a4f5c;
}

.page-betting-news-tech-innovations__promo-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #333;
}

.page-betting-news-tech-innovations__button--promo {
  background-color: #0A2E36;
  color: #E0B400;
  border: 2px solid #0A2E36;
}

.page-betting-news-tech-innovations__button--promo:hover {
  background-color: #1a4f5c;
  color: #f5c730;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-betting-news-tech-innovations__hero-title {
    font-size: 2.5em;
  }

  .page-betting-news-tech-innovations__hero-subtitle,
  .page-betting-news-tech-innovations__section p,
  .page-betting-news-tech-innovations__cta-box p,
  .page-betting-news-tech-innovations__promo-content p {
    font-size: 1em;
  }

  .page-betting-news-tech-innovations__section-title {
    font-size: 2em;
  }

  .page-betting-news-tech-innovations__subsection-title {
    font-size: 1.5em;
  }

  .page-betting-news-tech-innovations__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-betting-news-tech-innovations__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-betting-news-tech-innovations__cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-betting-news-tech-innovations__promo-title {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-betting-news-tech-innovations__hero {
    padding: 60px 0;
  }

  .page-betting-news-tech-innovations__hero-title {
    font-size: 2em;
  }

  .page-betting-news-tech-innovations__section {
    padding: 40px 0;
  }

  .page-betting-news-tech-innovations__section-title {
    font-size: 1.8em;
  }

  .page-betting-news-tech-innovations__promo-title {
    font-size: 1.8em;
  }
}