.page-resources-e88-popular-games-strategy {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
}

.page-resources-e88-popular-games-strategy .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-e88-popular-games-strategy .hero-section {
  background: linear-gradient(135deg, #003366 0%, #004488 100%);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-e88-popular-games-strategy .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern,blue_gold]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-e88-popular-games-strategy .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFCC00; /* High contrast for title */
  position: relative;
  z-index: 1;
}

.page-resources-e88-popular-games-strategy .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-resources-e88-popular-games-strategy .hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-resources-e88-popular-games-strategy .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-resources-e88-popular-games-strategy .btn-primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-resources-e88-popular-games-strategy .btn-primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-2px);
}

.page-resources-e88-popular-games-strategy .btn-secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-resources-e88-popular-games-strategy .btn-secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-2px);
}

.page-resources-e88-popular-games-strategy .intro-section, 
.page-resources-e88-popular-games-strategy .game-strategy-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-resources-e88-popular-games-strategy .section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-e88-popular-games-strategy .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-e88-popular-games-strategy p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444444;
}

.page-resources-e88-popular-games-strategy .highlight {
  color: #003366;
  font-weight: bold;
}

.page-resources-e88-popular-games-strategy .strategy-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-e88-popular-games-strategy .strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-e88-popular-games-strategy .card-title {
  font-size: 2em;
  color: #003366;
  margin-bottom: 20px;
}

.page-resources-e88-popular-games-strategy .card-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

.page-resources-e88-popular-games-strategy h4 {
  font-size: 1.5em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-e88-popular-games-strategy ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555555;
}

.page-resources-e88-popular-games-strategy ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-e88-popular-games-strategy .btn-cta {
  background-color: #FFCC00;
  color: #003366;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}

.page-resources-e88-popular-games-strategy .btn-cta:hover {
  background-color: #e6b800;
}

.page-resources-e88-popular-games-strategy .general-tips {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-e88-popular-games-strategy .general-tips li {
  background-color: #e6f2ff; /* Light blue background for tips */
  border-left: 5px solid #003366;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #222222;
  box-shadow: 0 2px 8px rgba(0, 51, 102, 0.1);
}

.page-resources-e88-popular-games-strategy .general-tips li a {
  color: #003366;
  text-decoration: underline;
}

.page-resources-e88-popular-games-strategy .general-tips li a:hover {
  color: #FFCC00;
}

.page-resources-e88-popular-games-strategy .cta-banner {
  background: linear-gradient(90deg, #003366, #004d99);
  color: #FFFFFF;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-resources-e88-popular-games-strategy .cta-image {
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-e88-popular-games-strategy .cta-content {
  flex: 1;
  max-width: 600px;
}

.page-resources-e88-popular-games-strategy .cta-title {
  font-size: 2.8em;
  color: #FFCC00;
  margin-bottom: 15px;
}

.page-resources-e88-popular-games-strategy .cta-text {
  font-size: 1.3em;
  color: #e0e0e0;
  margin-bottom: 30px;
}

.page-resources-e88-popular-games-strategy .btn-lg {
  padding: 18px 35px;
  font-size: 1.2em;
  margin: 0 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-e88-popular-games-strategy .hero-title {
    font-size: 2.8em;
  }
  .page-resources-e88-popular-games-strategy .hero-subtitle {
    font-size: 1.3em;
  }
  .page-resources-e88-popular-games-strategy .section-title {
    font-size: 2em;
  }
  .page-resources-e88-popular-games-strategy .card-title {
    font-size: 1.8em;
  }
  .page-resources-e88-popular-games-strategy .cta-banner {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-e88-popular-games-strategy .cta-image {
    margin-bottom: 20px;
  }
  .page-resources-e88-popular-games-strategy .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-e88-popular-games-strategy .btn {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .page-resources-e88-popular-games-strategy .hero-title {
    font-size: 2.2em;
  }
  .page-resources-e88-popular-games-strategy .hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-e88-popular-games-strategy .section-title {
    font-size: 1.8em;
  }
  .page-resources-e88-popular-games-strategy .card-title {
    font-size: 1.6em;
  }
  .page-resources-e88-popular-games-strategy .cta-title {
    font-size: 2em;
  }
  .page-resources-e88-popular-games-strategy .cta-text {
    font-size: 1.1em;
  }
  .page-resources-e88-popular-games-strategy .btn-lg {
    padding: 15px 25px;
    font-size: 1.1em;
    margin: 10px 0;
  }
  .page-resources-e88-popular-games-strategy .hero-buttons {
    width: 100%;
  }
  .page-resources-e88-popular-games-strategy .btn {
    width: 90%;
    margin: 0 auto;
  }
}