.page-betting-news {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-betting-news__hero {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
}

.page-betting-news__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-betting-news__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 46, 91, 0.8), rgba(255, 215, 0, 0.4));
  z-index: 2;
}

.page-betting-news__hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 20px;
}

.page-betting-news__hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-betting-news__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-betting-news__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-betting-news__section:last-of-type {
  border-bottom: none;
}

.page-betting-news__section-title {
  font-size: 2.5em;
  color: #0A2E5B;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-betting-news__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-betting-news__introduction p,
.page-betting-news__in-depth-analysis p,
.page-betting-news__promotions p,
.page-betting-news__app-download p,
.page-betting-news__responsible-gambling p,
.page-betting-news__conclusion p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
  text-align: justify;
}

.page-betting-news__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-betting-news__news-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-betting-news__news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-betting-news__news-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-betting-news__news-title {
  font-size: 1.5em;
  color: #0A2E5B;
  padding: 15px 20px 10px;
  margin: 0;
}

.page-betting-news__news-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.page-betting-news__news-title a:hover {
  color: #FFD700;
}

.page-betting-news__news-excerpt {
  padding: 0 20px 15px;
  font-size: 0.95em;
  color: #666;
  flex-grow: 1;
}

.page-betting-news__news-card .page-betting-news__btn--secondary {
  margin: 0 20px 20px;
  align-self: flex-start;
}

.page-betting-news__detail-pages {
  margin-top: 30px;
  background-color: #e6f0fa; /* Lighter blue variant */
  border-left: 5px solid #0A2E5B;
  padding: 25px;
  border-radius: 8px;
}

.page-betting-news__detail-card {
  margin-bottom: 20px;
}

.page-betting-news__detail-title {
  font-size: 1.6em;
  color: #0A2E5B;
  margin-bottom: 10px;
}

.page-betting-news__detail-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.page-betting-news__detail-title a:hover {
  color: #FFD700;
}

.page-betting-news__detail-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 15px;
}

.page-betting-news__promo-card, .page-betting-news__download-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  overflow: hidden;
}

.page-betting-news__promo-image, .page-betting-news__download-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.page-betting-news__promo-content, .page-betting-news__download-content {
  padding: 25px;
  text-align: center;
}

.page-betting-news__promo-title, .page-betting-news__download-title {
  font-size: 2em;
  color: #0A2E5B;
  margin-bottom: 15px;
}

.page-betting-news__promo-description, .page-betting-news__download-description {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 25px;
}

.page-betting-news__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  text-align: center;
  cursor: pointer;
}

.page-betting-news__btn--primary {
  background-color: #FFD700;
  color: #0A2E5B;
  border: 2px solid #FFD700;
}

.page-betting-news__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-betting-news__btn--secondary {
  background-color: #0A2E5B;
  color: #ffffff;
  border: 2px solid #0A2E5B;
}

.page-betting-news__btn--secondary:hover {
  background-color: #072244;
  border-color: #072244;
  transform: translateY(-2px);
}

.page-betting-news__btn--link {
  background: none;
  border: none;
  color: #0A2E5B;
  padding: 0;
  font-size: 1.1em;
  text-decoration: underline;
}

.page-betting-news__btn--link:hover {
  color: #FFD700;
  text-decoration: none;
}

.page-betting-news__cta-group {
  text-align: center;
  margin-top: 40px;
}

.page-betting-news__cta-group .page-betting-news__btn {
  margin: 0 10px;
}

.page-betting-news__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0A2E5B;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.3s ease;
}

.page-betting-news__floating-promo:hover {
  transform: translateY(-5px);
}

.page-betting-news__floating-promo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}

.page-betting-news__floating-promo-image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
}

.page-betting-news__floating-promo span {
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-news__hero-title {
    font-size: 2.8em;
  }

  .page-betting-news__section-title {
    font-size: 2em;
  }

  .page-betting-news__news-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .page-betting-news__promo-card, .page-betting-news__download-card {
    flex-direction: column;
  }

  .page-betting-news__promo-content, .page-betting-news__download-content {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .page-betting-news__hero {
    height: 400px;
  }

  .page-betting-news__hero-title {
    font-size: 2.2em;
  }

  .page-betting-news__hero-description {
    font-size: 1.1em;
  }

  .page-betting-news__section {
    padding: 40px 0;
  }

  .page-betting-news__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-betting-news__introduction p,
  .page-betting-news__in-depth-analysis p,
  .page-betting-news__promotions p,
  .page-betting-news__app-download p,
  .page-betting-news__responsible-gambling p,
  .page-betting-news__conclusion p {
    font-size: 1em;
  }

  .page-betting-news__promo-title, .page-betting-news__download-title {
    font-size: 1.6em;
  }

  .page-betting-news__floating-promo {
    bottom: 10px;
    right: 10px;
    padding: 8px 15px;
  }

  .page-betting-news__floating-promo-image {
    width: 25px;
    height: 25px;
  }

  .page-betting-news__floating-promo span {
    font-size: 0.9em;
  }

  .page-betting-news__cta-group .page-betting-news__btn {
    margin: 10px 0;
    width: 100%;
    display: block;
  }
}

@media (max-width: 480px) {
  .page-betting-news__hero {
    height: 300px;
  }

  .page-betting-news__hero-title {
    font-size: 1.8em;
  }

  .page-betting-news__hero-description {
    font-size: 0.9em;
  }

  .page-betting-news__news-grid {
    grid-template-columns: 1fr;
  }

  .page-betting-news__promo-image, .page-betting-news__download-image {
    height: 180px;
  }

  .page-betting-news__promo-content, .page-betting-news__download-content {
    padding: 15px;
  }

  .page-betting-news__floating-promo {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 10px;
    width: calc(100% - 40px);
    text-align: center;
    justify-content: center;
  }
  .page-betting-news__floating-promo a {
    justify-content: center;
  }
}