.page-hot-games-df999-trending-live {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-hot-games-df999-trending-live .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-hot-games-df999-trending-live h1,
.page-hot-games-df999-trending-live h2,
.page-hot-games-df999-trending-live h3 {
  color: #003366;
  margin-bottom: 20px;
  text-align: center;
}

.page-hot-games-df999-trending-live h1 {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
}

.page-hot-games-df999-trending-live h2 {
  font-size: 2.2em;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-hot-games-df999-trending-live h3 {
  font-size: 1.6em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-hot-games-df999-trending-live p {
  margin-bottom: 15px;
  text-align: justify;
}

.page-hot-games-df999-trending-live .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.page-hot-games-df999-trending-live .btn-primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-hot-games-df999-trending-live .btn-primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
}

.page-hot-games-df999-trending-live .btn-secondary {
  background-color: transparent;
  color: #003366;
  border: 2px solid #003366;
}

.page-hot-games-df999-trending-live .btn-secondary:hover {
  background-color: #003366;
  color: #FFCC00;
}

.page-hot-games-df999-trending-live .btn-large {
  padding: 15px 35px;
  font-size: 1.1em;
}

/* Hero Section */
.page-hot-games-df999-trending-live .hero-section {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  padding: 80px 0;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hot-games-df999-trending-live .hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-hot-games-df999-trending-live .hero-content {
  max-width: 800px;
}

.page-hot-games-df999-trending-live .hero-content h1 {
  color: #FFCC00;
  margin-bottom: 20px;
}

.page-hot-games-df999-trending-live .hero-content p {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: center;
}

.page-hot-games-df999-trending-live .hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-hot-games-df999-trending-live .hero-image-wrapper {
  max-width: 600px;
  width: 100%;
}

.page-hot-games-df999-trending-live .hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* General Section Styling */
.page-hot-games-df999-trending-live section {
  padding: 60px 0;
}

.page-hot-games-df999-trending-live .about-live-games-section,
.page-hot-games-df999-trending-live .why-choose-df999-section,
.page-hot-games-df999-trending-live .registration-guide-section,
.page-hot-games-df999-trending-live .promotions-section,
.page-hot-games-df999-trending-live .faq-section,
.page-hot-games-df999-trending-live .contact-cta-section {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 10px;
}

.page-hot-games-df999-trending-live .trending-games-section {
  background-color: #f0f5f9; /* Light blue-grey */
}

.page-hot-games-df999-trending-live .app-download-section {
  background-color: #003366;
  color: #fff;
}

.page-hot-games-df999-trending-live .app-download-section h2 {
  color: #FFCC00;
}

.page-hot-games-df999-trending-live .app-download-section p,
.page-hot-games-df999-trending-live .app-download-section ul {
  text-align: justify;
}

.page-hot-games-df999-trending-live .app-download-section li {
  margin-bottom: 10px;
}

/* Features Grid */
.page-hot-games-df999-trending-live .features-grid,
.page-hot-games-df999-trending-live .benefits-grid,
.page-hot-games-df999-trending-live .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-hot-games-df999-trending-live .feature-item,
.page-hot-games-df999-trending-live .benefit-item,
.page-hot-games-df999-trending-live .step-item {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  background-color: #fefefe;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-hot-games-df999-trending-live .feature-item .feature-icon,
.page-hot-games-df999-trending-live .benefit-item .benefit-icon,
.page-hot-games-df999-trending-live .step-item .step-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: drop-shadow(0 5px 5px rgba(0, 51, 102, 0.2));
}

.page-hot-games-df999-trending-live .feature-item h3,
.page-hot-games-df999-trending-live .benefit-item h3,
.page-hot-games-df999-trending-live .step-item h3 {
  color: #003366;
  font-size: 1.4em;
  margin-top: 0;
}

.page-hot-games-df999-trending-live .feature-item p,
.page-hot-games-df999-trending-live .benefit-item p,
.page-hot-games-df999-trending-live .step-item p {
  font-size: 0.95em;
  color: #555;
  text-align: center;
}

/* Game Cards Grid */
.page-hot-games-df999-trending-live .game-cards-grid,
.page-hot-games-df999-trending-live .promo-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-hot-games-df999-trending-live .game-card,
.page-hot-games-df999-trending-live .promo-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-hot-games-df999-trending-live .game-card:hover,
.page-hot-games-df999-trending-live .promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-hot-games-df999-trending-live .game-card .game-image,
.page-hot-games-df999-trending-live .promo-card .promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-hot-games-df999-trending-live .game-card h3,
.page-hot-games-df999-trending-live .promo-card h3 {
  padding: 15px 10px 0;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.page-hot-games-df999-trending-live .game-card h3 a,
.page-hot-games-df999-trending-live .promo-card h3 a {
  color: #003366;
  text-decoration: none;
}

.page-hot-games-df999-trending-live .game-card h3 a:hover,
.page-hot-games-df999-trending-live .promo-card h3 a:hover {
  color: #FFCC00;
}

.page-hot-games-df999-trending-live .game-card p,
.page-hot-games-df999-trending-live .promo-card p {
  font-size: 0.9em;
  color: #666;
  padding: 0 15px 15px;
  text-align: center;
}

.page-hot-games-df999-trending-live .promo-card .btn-secondary {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 8px 18px;
  font-size: 0.9em;
}

/* Call to action text */
.page-hot-games-df999-trending-live .call-to-action-text {
  text-align: center;
  font-size: 1.2em;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #003366;
  font-weight: bold;
}

/* App Download Section */
.page-hot-games-df999-trending-live .app-download-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-hot-games-df999-trending-live .app-content {
  max-width: 600px;
  text-align: center;
}

.page-hot-games-df999-trending-live .app-content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}

.page-hot-games-df999-trending-live .app-content ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFCC00"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #eee;
}

.page-hot-games-df999-trending-live .app-image-wrapper {
  max-width: 400px;
  width: 100%;
}

.page-hot-games-df999-trending-live .app-mockup-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* FAQ Section */
.page-hot-games-df999-trending-live .faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-hot-games-df999-trending-live .faq-item h3 {
  color: #003366;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}

.page-hot-games-df999-trending-live .faq-item p {
  color: #555;
  font-size: 0.95em;
  text-align: left;
}

/* Contact CTA Section */
.page-hot-games-df999-trending-live .contact-cta-section {
  background: linear-gradient(135deg, #FFCC00 0%, #e6b800 100%);
  color: #003366;
  text-align: center;
  padding: 80px 0;
  border-radius: 10px;
  margin-bottom: 30px;
}

.page-hot-games-df999-trending-live .contact-cta-section h2 {
  color: #003366;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.page-hot-games-df999-trending-live .contact-cta-section p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #002244;
}

.page-hot-games-df999-trending-live .contact-cta-section .btn-primary {
  background-color: #003366;
  color: #FFCC00;
  border-color: #003366;
}

.page-hot-games-df999-trending-live .contact-cta-section .btn-primary:hover {
  background-color: #002244;
  border-color: #002244;
}

.page-hot-games-df999-trending-live .contact-cta-section .btn-secondary {
  color: #003366;
  border-color: #003366;
}

.page-hot-games-df999-trending-live .contact-cta-section .btn-secondary:hover {
  background-color: #003366;
  color: #FFCC00;
}

/* Responsive Design */
@media (min-width: 768px) {
  .page-hot-games-df999-trending-live .hero-section .container {
    flex-direction: row;
    text-align: left;
  }

  .page-hot-games-df999-trending-live .hero-content {
    text-align: left;
  }

  .page-hot-games-df999-trending-live .hero-content p {
    text-align: left;
  }

  .page-hot-games-df999-trending-live .hero-actions {
    justify-content: flex-start;
  }

  .page-hot-games-df999-trending-live .app-download-section .container {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }

  .page-hot-games-df999-trending-live .app-content {
    text-align: left;
  }

  .page-hot-games-df999-trending-live .app-content ul {
    text-align: left;
  }

  .page-hot-games-df999-trending-live .app-image-wrapper {
    order: 2;
  }
}

@media (max-width: 767px) {
  .page-hot-games-df999-trending-live h1 {
    font-size: 2em;
  }

  .page-hot-games-df999-trending-live h2 {
    font-size: 1.8em;
  }

  .page-hot-games-df999-trending-live h3 {
    font-size: 1.3em;
  }

  .page-hot-games-df999-trending-live .hero-actions {
    flex-direction: column;
  }

  .page-hot-games-df999-trending-live .btn {
    width: 100%;
  }

  .page-hot-games-df999-trending-live .hero-image-wrapper,
  .page-hot-games-df999-trending-live .app-image-wrapper {
    margin-top: 30px;
  }

  .page-hot-games-df999-trending-live .app-content ul {
    padding-left: 15px;
  }
}