/* style/entertainment-news-tech-innovation-gambling.css */
.page-entertainment-news-tech-innovation-gambling {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-entertainment-news-tech-innovation-gambling__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-entertainment-news-tech-innovation-gambling__container--flex {
  display: flex;
  gap: 40px;
  align-items: center;
}

@media (max-width: 768px) {
  .page-entertainment-news-tech-innovation-gambling__container--flex {
    flex-direction: column;
  }
  .page-entertainment-news-tech-innovation-gambling__container--reverse {
    flex-direction: column-reverse;
  }
}

.page-entertainment-news-tech-innovation-gambling__content-block {
  flex: 1;
}

.page-entertainment-news-tech-innovation-gambling__image-block {
  flex: 1;
  text-align: center;
}

.page-entertainment-news-tech-innovation-gambling__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-entertainment-news-tech-innovation-gambling__hero {
  background: linear-gradient(135deg, #003366, #1a4d80);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-entertainment-news-tech-innovation-gambling__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, rgba(255, 204, 0, 0.2) 0%, rgba(255, 204, 0, 0) 70%);
  opacity: 0.7;
  z-index: 1;
}

.page-entertainment-news-tech-innovation-gambling__hero .page-entertainment-news-tech-innovation-gambling__container {
  position: relative;
  z-index: 2;
}

.page-entertainment-news-tech-innovation-gambling__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-entertainment-news-tech-innovation-gambling__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f8ff;
}

.page-entertainment-news-tech-innovation-gambling__link--inline {
  color: #FFCC00;
  text-decoration: none;
  font-weight: bold;
}

.page-entertainment-news-tech-innovation-gambling__link--inline:hover {
  text-decoration: underline;
}

.page-entertainment-news-tech-innovation-gambling__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  margin: 10px;
}

.page-entertainment-news-tech-innovation-gambling__btn--primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-entertainment-news-tech-innovation-gambling__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-3px);
}

.page-entertainment-news-tech-innovation-gambling__btn--secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-entertainment-news-tech-innovation-gambling__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-3px);
}

.page-entertainment-news-tech-innovation-gambling__section {
  padding: 60px 0;
  background-color: #fff;
}

.page-entertainment-news-tech-innovation-gambling__section--alt-bg {
  background-color: #f9f9f9;
}

.page-entertainment-news-tech-innovation-gambling__section--intro {
  background-color: #f0f8ff;
}

.page-entertainment-news-tech-innovation-gambling__heading {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-entertainment-news-tech-innovation-gambling__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-entertainment-news-tech-innovation-gambling__sub-heading {
  font-size: 1.8em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFCC00;
  padding-left: 15px;
}

.page-entertainment-news-tech-innovation-gambling__section p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #4d4d4d;
}

.page-entertainment-news-tech-innovation-gambling__keyword {
  color: #003366;
  font-weight: bold;
}

.page-entertainment-news-tech-innovation-gambling__cta-section {
  background: linear-gradient(45deg, #003366, #336699);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-entertainment-news-tech-innovation-gambling__heading--cta {
  color: #FFCC00;
  font-size: 2.8em;
}

.page-entertainment-news-tech-innovation-gambling__heading--cta::after {
  background-color: #f0f8ff;
}

.page-entertainment-news-tech-innovation-gambling__cta-text {
  font-size: 1.3em;
  max-width: 900px;
  margin: 20px auto 40px auto;
  color: #f0f8ff;
}

.page-entertainment-news-tech-innovation-gambling__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.page-entertainment-news-tech-innovation-gambling__section--conclusion {
  background-color: #e0eaf3;
  padding: 50px 0;
  text-align: center;
}

@media (max-width: 992px) {
  .page-entertainment-news-tech-innovation-gambling__title {
    font-size: 2.5em;
  }
  .page-entertainment-news-tech-innovation-gambling__subtitle {
    font-size: 1.2em;
  }
  .page-entertainment-news-tech-innovation-gambling__heading {
    font-size: 2em;
  }
  .page-entertainment-news-tech-innovation-gambling__sub-heading {
    font-size: 1.5em;
  }
}

@media (max-width: 576px) {
  .page-entertainment-news-tech-innovation-gambling__hero {
    padding: 80px 0;
  }
  .page-entertainment-news-tech-innovation-gambling__title {
    font-size: 2em;
  }
  .page-entertainment-news-tech-innovation-gambling__subtitle {
    font-size: 1em;
  }
  .page-entertainment-news-tech-innovation-gambling__heading {
    font-size: 1.8em;
  }
  .page-entertainment-news-tech-innovation-gambling__sub-heading {
    font-size: 1.3em;
  }
  .page-entertainment-news-tech-innovation-gambling__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-entertainment-news-tech-innovation-gambling__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}