/* style/betting-news-new-tech.css */
.page-betting-news-new-tech {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray text for dark background */
  background-color: #0A2463; /* Primary dark blue background */
}

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

.page-betting-news-new-tech__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #1A3A8A 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-betting-news-new-tech__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,tech,lines,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-betting-news-new-tech__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary gold for emphasis */
  position: relative;
  z-index: 1;
  font-weight: bold;
  line-height: 1.2;
}

.page-betting-news-new-tech__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-betting-news-new-tech__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;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-betting-news-new-tech__btn--primary {
  background-color: #FFD700; /* Auxiliary gold */
  color: #0A2463; /* Primary dark blue */
  border: 2px solid #FFD700;
}

.page-betting-news-new-tech__btn--primary:hover {
  background-color: #E6C200;
  border-color: #E6C200;
  transform: translateY(-2px);
}

.page-betting-news-new-tech__btn--secondary {
  background-color: #0A2463; /* Primary dark blue */
  color: #FFD700; /* Auxiliary gold */
  border: 2px solid #FFD700;
}

.page-betting-news-new-tech__btn--secondary:hover {
  background-color: #1A3A8A;
  border-color: #E6C200;
  transform: translateY(-2px);
}

.page-betting-news-new-tech__content-section {
  padding: 60px 0;
  background-color: #071C4B; /* Slightly lighter dark blue for content sections */
}

.page-betting-news-new-tech__article {
  margin-bottom: 60px;
}

.page-betting-news-new-tech__article-heading {
  font-size: 2.5em;
  color: #FFD700; /* Auxiliary gold */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-betting-news-new-tech__article-subheading {
  font-size: 1.8em;
  color: #FFFFFF; /* White for subheadings */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-betting-news-new-tech__article p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-betting-news-new-tech__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-betting-news-new-tech__article p a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-betting-news-new-tech__article p a:hover {
  text-decoration: underline;
  color: #E6C200;
}

.page-betting-news-new-tech__faq-section {
  margin-top: 60px;
  background-color: #0A2463;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-betting-news-new-tech__faq-heading {
  font-size: 2.2em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-betting-news-new-tech__faq-item {
  background-color: #1A3A8A; /* Slightly lighter blue for FAQ items */
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-betting-news-new-tech__faq-question {
  font-size: 1.3em;
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-betting-news-new-tech__faq-answer {
  font-size: 1.05em;
  line-height: 1.7;
  color: #C0C0C0;
}

.page-betting-news-new-tech__faq-answer a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-betting-news-new-tech__faq-answer a:hover {
  text-decoration: underline;
  color: #E6C200;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-news-new-tech__hero-title {
    font-size: 2.8em;
  }
  .page-betting-news-new-tech__hero-description {
    font-size: 1.1em;
  }
  .page-betting-news-new-tech__article-heading {
    font-size: 2em;
  }
  .page-betting-news-new-tech__article-subheading {
    font-size: 1.5em;
  }
  .page-betting-news-new-tech__article p {
    font-size: 1em;
  }
  .page-betting-news-new-tech__faq-heading {
    font-size: 1.8em;
  }
  .page-betting-news-new-tech__faq-question {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-betting-news-new-tech__hero-section {
    padding: 80px 0;
  }
  .page-betting-news-new-tech__hero-title {
    font-size: 2.2em;
  }
  .page-betting-news-new-tech__hero-description {
    font-size: 1em;
  }
  .page-betting-news-new-tech__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-betting-news-new-tech__content-section {
    padding: 40px 0;
  }
  .page-betting-news-new-tech__article-heading {
    font-size: 1.8em;
  }
  .page-betting-news-new-tech__article-subheading {
    font-size: 1.3em;
  }
  .page-betting-news-new-tech__faq-section {
    padding: 30px;
  }
  .page-betting-news-new-tech__faq-heading {
    font-size: 1.6em;
  }
  .page-betting-news-new-tech__faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-betting-news-new-tech__hero-section {
    padding: 60px 0;
  }
  .page-betting-news-new-tech__hero-title {
    font-size: 1.8em;
  }
  .page-betting-news-new-tech__hero-description {
    font-size: 0.9em;
  }
  .page-betting-news-new-tech__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-betting-news-new-tech__content-section {
    padding: 30px 0;
  }
  .page-betting-news-new-tech__article-heading {
    font-size: 1.5em;
  }
  .page-betting-news-new-tech__article-subheading {
    font-size: 1.1em;
  }
  .page-betting-news-new-tech__faq-section {
    padding: 20px;
  }
  .page-betting-news-new-tech__faq-heading {
    font-size: 1.4em;
  }
  .page-betting-news-new-tech__faq-question {
    font-size: 1em;
  }
}