/* style/index-vinbet-latest-news.css */
.page-index-vinbet-latest-news {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-index-vinbet-latest-news .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-index-vinbet-latest-news .hero-section {
  background: linear-gradient(135deg, #0A2E50 0%, #204C70 100%); /* Dark blue gradient */
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-index-vinbet-latest-news .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  font-weight: bold;
}

.page-index-vinbet-latest-news .hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-vinbet-latest-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;
  border: none;
  cursor: pointer;
}

.page-index-vinbet-latest-news .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0A2E50; /* Dark blue */
  font-size: 1.1em;
}

.page-index-vinbet-latest-news .btn-primary:hover {
  background-color: #e6c200;
  color: #0A2E50;
}

.page-index-vinbet-latest-news .btn-secondary {
  background-color: #0A2E50; /* Dark blue */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-index-vinbet-latest-news .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A2E50;
}

.page-index-vinbet-latest-news .btn-light {
  background-color: #fff;
  color: #0A2E50;
  border: 1px solid #ddd;
}

.page-index-vinbet-latest-news .btn-light:hover {
  background-color: #f0f0f0;
}

.page-index-vinbet-latest-news .content-section {
  padding: 60px 0;
}

.page-index-vinbet-latest-news .section-title {
  font-size: 2.5em;
  color: #0A2E50;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.page-index-vinbet-latest-news .section-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-radius: 2px;
}

.page-index-vinbet-latest-news .section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555;
}

.page-index-vinbet-latest-news .news-article {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  padding: 30px;
}

.page-index-vinbet-latest-news .article-title {
  font-size: 1.8em;
  color: #0A2E50;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-vinbet-latest-news .article-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 20px;
}

.page-index-vinbet-latest-news .news-article p {
  margin-bottom: 15px;
  color: #444;
}

.page-index-vinbet-latest-news .promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-vinbet-latest-news .promo-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-vinbet-latest-news .promo-card .card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 20px;
}

.page-index-vinbet-latest-news .promo-card .card-title {
  font-size: 1.5em;
  color: #0A2E50;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-vinbet-latest-news .promo-card .card-text {
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-index-vinbet-latest-news .guides-section {
  background-color: #0A2E50;
  color: #fff;
}

.page-index-vinbet-latest-news .guides-section .section-title {
  color: #FFD700;
}

.page-index-vinbet-latest-news .guides-section .section-description {
  color: #e0e0e0;
}

.page-index-vinbet-latest-news .guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-vinbet-latest-news .step-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-vinbet-latest-news .step-card .step-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-index-vinbet-latest-news .step-card .step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-vinbet-latest-news .step-card p {
  color: #e0e0e0;
  margin-bottom: 20px;
}

.page-index-vinbet-latest-news .reviews-section ul {
  list-style: disc inside;
  margin-left: 20px;
  color: #444;
}

.page-index-vinbet-latest-news .reviews-section ul li {
  margin-bottom: 10px;
}

.page-index-vinbet-latest-news .faq-content {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.page-index-vinbet-latest-news .faq-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.page-index-vinbet-latest-news .faq-item:last-child {
  border-bottom: none;
}

.page-index-vinbet-latest-news .faq-question {
  font-size: 1.3em;
  color: #0A2E50;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-vinbet-latest-news .faq-answer {
  color: #555;
}

.page-index-vinbet-latest-news .call-to-action-section {
  background: linear-gradient(135deg, #FFD700 0%, #e6c200 100%); /* Gold gradient */
  color: #0A2E50;
  padding: 80px 0;
  text-align: center;
}

.page-index-vinbet-latest-news .cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-vinbet-latest-news .cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-index-vinbet-latest-news .hero-title {
    font-size: 2.5em;
  }

  .page-index-vinbet-latest-news .hero-subtitle,
  .page-index-vinbet-latest-news .section-description,
  .page-index-vinbet-latest-news .cta-description {
    font-size: 1em;
  }

  .page-index-vinbet-latest-news .section-title {
    font-size: 2em;
  }

  .page-index-vinbet-latest-news .article-title,
  .page-index-vinbet-latest-news .promo-card .card-title,
  .page-index-vinbet-latest-news .step-card .step-title,
  .page-index-vinbet-latest-news .faq-question {
    font-size: 1.3em;
  }

  .page-index-vinbet-latest-news .promo-grid,
  .page-index-vinbet-latest-news .guide-steps {
    grid-template-columns: 1fr;
  }

  .page-index-vinbet-latest-news .article-image,
  .page-index-vinbet-latest-news .promo-card .card-image {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .page-index-vinbet-latest-news .hero-section,
  .page-index-vinbet-latest-news .content-section,
  .page-index-vinbet-latest-news .call-to-action-section {
    padding: 40px 0;
  }

  .page-index-vinbet-latest-news .hero-title {
    font-size: 2em;
  }

  .page-index-vinbet-latest-news .btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-index-vinbet-latest-news .section-title {
    font-size: 1.8em;
  }

  .page-index-vinbet-latest-news .article-image,
  .page-index-vinbet-latest-news .promo-card .card-image {
    height: 180px;
  }
}