.page-ban-ca-game-guide {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f5f5f5;
}

.page-ban-ca-game-guide-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-ban-ca-game-guide-h1, .page-ban-ca-game-guide-h2, .page-ban-ca-game-guide-h3 {
  color: #000080; /* Deep Blue */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-ban-ca-game-guide-h1 {
  font-size: 2.8em;
  text-align: center;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.page-ban-ca-game-guide-h2 {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.page-ban-ca-game-guide-h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-ban-ca-game-guide-h3 {
  font-size: 1.6em;
  color: #000080;
}

.page-ban-ca-game-guide p {
  margin-bottom: 15px;
  color: #444;
}

.page-ban-ca-game-guide strong {
  color: #000080;
}

.page-ban-ca-game-guide a {
  color: #000080;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-ban-ca-game-guide a:hover {
  color: #FFD700;
}

/* Hero Section */
.page-ban-ca-game-guide .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #000080, #000050);
}

.page-ban-ca-game-guide .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-ban-ca-game-guide .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-ban-ca-game-guide .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-ban-ca-game-guide .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-ban-ca-game-guide .hero-content p {
  color: #e0e0e0;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-ban-ca-game-guide-cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Gold */
  color: #000080; /* Deep Blue */
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
  border: 2px solid #FFD700;
}

.page-ban-ca-game-guide-cta-button:hover {
  background: #000080; /* Deep Blue */
  color: #FFD700; /* Gold */
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  border-color: #FFD700;
}

/* Section Styling */
.page-ban-ca-game-guide section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-ban-ca-game-guide section:nth-of-type(even) {
  background-color: #f9f9f9;
}

/* Grid Layouts */
.page-ban-ca-game-guide-grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.page-ban-ca-game-guide-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-ban-ca-game-guide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-ban-ca-game-guide-card-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Quick Links */
.page-ban-ca-game-guide-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.page-ban-ca-game-guide-link-item {
  display: block;
  background: #000080;
  color: #FFD700;
  padding: 18px 25px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-ban-ca-game-guide-link-item:hover {
  background: #FFD700;
  color: #000080;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Game Guide Items */
.page-ban-ca-game-guide-game-guide-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-ban-ca-game-guide-guide-image {
  width: 250px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 25px;
  flex-shrink: 0;
}

.page-ban-ca-game-guide-game-guide-item:nth-child(even) {
  flex-direction: row-reverse;
}

.page-ban-ca-game-guide-game-guide-item:nth-child(even) .page-ban-ca-game-guide-guide-image {
  margin-left: 25px;
  margin-right: 0;
}

/* Promotions Grid */
.page-ban-ca-game-guide-promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-ban-ca-game-guide-promotions-grid .page-ban-ca-game-guide-card {
  padding: 30px;
}

.page-ban-ca-game-guide-btn-small {
  display: inline-block;
  padding: 10px 25px;
  background: #000080;
  color: #FFD700;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.95em;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: 1px solid #000080;
}

.page-ban-ca-game-guide-btn-small:hover {
  background: #FFD700;
  color: #000080;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-color: #FFD700;
}

/* Security & Support */
.page-ban-ca-game-guide-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-ban-ca-game-guide-feature-item {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-ban-ca-game-guide-feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Section */
.page-ban-ca-game-guide-faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f0f0f0;
}

.faq-question h3 {
  margin: 0;
  color: #000080;
  font-size: 1.15em;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #000080;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fdfdfd;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 15px 25px;
  border-top: 1px solid #eee;
}

.faq-answer p {
  margin-bottom: 0;
}

/* Blog Section */
.page-ban-ca-game-guide-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-ban-ca-game-guide-blog-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-ban-ca-game-guide-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-ban-ca-game-guide-blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-ban-ca-game-guide-blog-card .page-ban-ca-game-guide-h3 {
  padding: 15px 20px 0;
  font-size: 1.3em;
}

.page-ban-ca-game-guide-blog-card .page-ban-ca-game-guide-h3 a {
  color: #000080;
}

.page-ban-ca-game-guide-blog-card p {
  padding: 0 20px 15px;
  color: #666;
}

.page-ban-ca-game-guide-blog-date {
  display: block;
  padding: 0 20px 20px;
  font-size: 0.9em;
  color: #999;
}

.page-ban-ca-game-guide-more-blog {
  text-align: center;
  margin-top: 40px;
}

.page-ban-ca-game-guide-more-blog a {
  font-size: 1.1em;
  font-weight: bold;
  color: #FFD700;
  background-color: #000080;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid #000080;
}

.page-ban-ca-game-guide-more-blog a:hover {
  background-color: #FFD700;
  color: #000080;
  border-color: #FFD700;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-ban-ca-game-guide-h1 {
    font-size: 2.2em;
  }
  .page-ban-ca-game-guide-h2 {
    font-size: 1.8em;
  }
  .page-ban-ca-game-guide-h3 {
    font-size: 1.4em;
  }
  .page-ban-ca-game-guide-grid-2-cols,
  .page-ban-ca-game-guide-game-guide-item,
  .page-ban-ca-game-guide-promotions-grid,
  .page-ban-ca-game-guide-features-grid,
  .page-ban-ca-game-guide-blog-grid {
    grid-template-columns: 1fr;
  }
  .page-ban-ca-game-guide-game-guide-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-ban-ca-game-guide-guide-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-ban-ca-game-guide-game-guide-item:nth-child(even) {
    flex-direction: column;
  }
  .page-ban-ca-game-guide-game-guide-item:nth-child(even) .page-ban-ca-game-guide-guide-image {
    margin-left: 0;
  }
  .page-ban-ca-game-guide .hero-section {
    padding: 40px 15px;
  }
  .page-ban-ca-game-guide .hero-content p {
    font-size: 1em;
  }
  .page-ban-ca-game-guide-cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-ban-ca-game-guide-link-item {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-ban-ca-game-guide-feature-icon {
    width: 80px;
    height: 80px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 768px) {
  .page-ban-ca-game-guide-h1 {
    font-size: 1.8em;
  }
  .page-ban-ca-game-guide-h2 {
    font-size: 1.6em;
  }
  .page-ban-ca-game-guide-h3 {
    font-size: 1.2em;
  }
  .page-ban-ca-game-guide-guide-image {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .page-ban-ca-game-guide-card-image {
    max-width: 250px;
  }
}