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

.page-xo-so .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-xo-so section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-xo-so h1,
.page-xo-so h2 {
  color: #8B0000; /* Dark Red */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-xo-so h1 {
  font-size: 3.2em;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.page-xo-so h2 {
  font-size: 2.5em;
  border-bottom: 3px solid #FFD700;
  display: inline-block;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.page-xo-so h3 {
  color: #8B0000;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-xo-so p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-xo-so strong {
  color: #8B0000;
}

.page-xo-so ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444;
}

.page-xo-so ul li {
  margin-bottom: 10px;
}

.page-xo-so a {
  color: #8B0000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-xo-so a:hover {
  color: #FFD700;
}

/* Hero Section */
.page-xo-so .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #FFD700, #8B0000);
  overflow: hidden;
}

.page-xo-so .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-xo-so .hero-image {
  width: 100%;
  max-width: 900px; /* Adjust max-width for visual balance */
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-xo-so .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #fff;
}

.page-xo-so .hero-content h1 {
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.page-xo-so .hero-content p {
  color: #eee;
  font-size: 1.3em;
  max-width: 800px;
  margin: 20px auto 30px auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-xo-so .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #FFD700;
}

.page-xo-so .cta-button:hover {
  background: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-color: #FFD700;
}

.page-xo-so .cta-button-bottom {
  display: block;
  width: fit-content;
  margin: 40px auto 20px auto;
  padding: 18px 45px;
  background: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #8B0000;
}

.page-xo-so .cta-button-bottom:hover {
  background: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-color: #8B0000;
}

/* Section Introduction */
.page-xo-so .section-introduction {
  background-color: #fff;
  padding: 60px 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-xo-so .section-introduction h2 {
  color: #8B0000;
}

.page-xo-so .content-block {
  padding: 30px;
  background-color: #fdfdfd;
  border-left: 5px solid #FFD700;
  margin-top: 30px;
  border-radius: 0 8px 8px 0;
}

.page-xo-so .content-block h3 {
  color: #8B0000;
  margin-top: 20px;
}

.page-xo-so .content-image-full {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Game Types Section */
.page-xo-so .section-game-types {
  background-color: #f0f0f0;
  padding: 60px 0;
  text-align: center;
}

.page-xo-so .game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-xo-so .game-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.page-xo-so .game-card .card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-xo-so .game-card h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #8B0000;
}

.page-xo-so .game-card h3 a {
  color: #8B0000;
}

.page-xo-so .game-card p {
  font-size: 1em;
  color: #555;
  flex-grow: 1;
}

.page-xo-so .btn-small {
  display: inline-block;
  padding: 10px 25px;
  background: #FFD700;
  color: #8B0000;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
  border: 1px solid #FFD700;
}

.page-xo-so .btn-small:hover {
  background: #8B0000;
  color: #FFD700;
  border-color: #8B0000;
}

/* Guide Section */
.page-xo-so .section-guide {
  background-color: #fff;
  padding: 60px 0;
  text-align: center;
}

.page-xo-so .guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-xo-so .step-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.page-xo-so .step-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.page-xo-so .step-number {
  width: 50px;
  height: 50px;
  background-color: #8B0000;
  color: #FFD700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.page-xo-so .btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background: #8B0000;
  color: #FFD700;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: 1px solid #8B0000;
}

.page-xo-so .btn-primary:hover {
  background: #FFD700;
  color: #8B0000;
  border-color: #FFD700;
}

/* Promotions Section */
.page-xo-so .section-promotions {
  background-color: #f0f0f0;
  padding: 60px 0;
  text-align: center;
}

.page-xo-so .promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-xo-so .promo-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.page-xo-so .promo-card .card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-xo-so .promo-card h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #8B0000;
}

.page-xo-so .promo-card h3 a {
  color: #8B0000;
}

.page-xo-so .promo-card p {
  font-size: 1em;
  color: #555;
  flex-grow: 1;
}

/* Tips Section */
.page-xo-so .section-tips {
  background-color: #fff;
  padding: 60px 0;
}

.page-xo-so .tips-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-xo-so .tip-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.page-xo-so .tip-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.page-xo-so .tip-item h3 {
  font-size: 1.6em;
  color: #FFD700; /* Gold */
  border-bottom: 2px solid #8B0000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.page-xo-so .tip-item p {
  color: #555;
}

.page-xo-so .content-image-large {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 50px auto 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Safety & Support Section */
.page-xo-so .section-safety-support {
  background-color: #f0f0f0;
  padding: 60px 0;
  text-align: center;
}

.page-xo-so .safety-support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-xo-so .info-block {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-xo-so .info-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-xo-so .info-block h3 {
  font-size: 1.7em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-xo-so .info-block p {
  color: #555;
}

/* FAQ Section */
.page-xo-so .section-faq {
  background-color: #fff;
  padding: 60px 0;
}

.page-xo-so .faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-xo-so .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-xo-so .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  border: 1px solid #FFD700;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-xo-so .faq-question:hover {
  background: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  border-color: #8B0000;
}

.page-xo-so .faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  color: inherit; /* Inherit color from parent for hover effect */
}

.page-xo-so .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-xo-so .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #FFD700;
}

.page-xo-so .faq-item.active .faq-question {
  background: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  border-radius: 8px 8px 0 0;
}

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

.page-xo-so .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

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

/* Conclusion Section */
.page-xo-so .section-conclusion {
  background-color: #8B0000;
  color: #fff;
  padding: 60px 0;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-xo-so .section-conclusion h2 {
  color: #FFD700;
  border-color: #FFD700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-xo-so .section-conclusion p {
  color: #eee;
  font-size: 1.2em;
  max-width: 800px;
  margin: 20px auto 30px auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-xo-so h1 {
    font-size: 2.8em;
  }
  .page-xo-so h2 {
    font-size: 2em;
  }
  .page-xo-so h3 {
    font-size: 1.6em;
  }
  .page-xo-so .hero-content p {
    font-size: 1.1em;
  }
  .page-xo-so .cta-button, .page-xo-so .cta-button-bottom {
    padding: 15px 35px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-xo-so section {
    padding: 40px 0;
  }
  .page-xo-so h1 {
    font-size: 2.2em;
    margin-bottom: 20px;
  }
  .page-xo-so h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-xo-so h3 {
    font-size: 1.4em;
  }
  .page-xo-so p {
    font-size: 1em;
  }
  .page-xo-so .hero-image {
    border-radius: 8px;
  }
  .page-xo-so .hero-content p {
    font-size: 1em;
  }
  .page-xo-so .cta-button, .page-xo-so .cta-button-bottom {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-xo-so .game-grid, .page-xo-so .guide-steps, .page-xo-so .promotion-grid, .page-xo-so .tips-list, .page-xo-so .safety-support-grid {
    grid-template-columns: 1fr;
  }
  .page-xo-so .content-block {
    padding: 20px;
  }
  .page-xo-so .faq-question {
    padding: 15px 20px;
  }
  .page-xo-so .faq-question h3 {
    font-size: 1.1em;
  }
  .page-xo-so .faq-toggle {
    font-size: 20px;
  }
  .page-xo-so .faq-answer {
    padding: 0 20px;
  }
  .page-xo-so .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-xo-so .container {
    padding: 0 15px;
  }
  .page-xo-so h1 {
    font-size: 1.8em;
  }
  .page-xo-so h2 {
    font-size: 1.5em;
  }
  .page-xo-so h3 {
    font-size: 1.2em;
  }
  .page-xo-so .cta-button, .page-xo-so .cta-button-bottom {
    padding: 10px 25px;
    font-size: 15px;
  }
  .page-xo-so .step-item, .page-xo-so .game-card, .page-xo-so .promo-card, .page-xo-so .tip-item, .page-xo-so .info-block {
    padding: 20px;
  }
  .page-xo-so .step-number {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }
}