.page-resources-9win-game-strategies-tips {
  --primary-color: #4A148C;
  --secondary-color: #FFD700;
  --text-dark: #333333;
  --text-light: #FFFFFF;
  --bg-light: #F8F8F8;
  --bg-dark: #330A5C;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-resources-9win-game-strategies-tips-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-9win-game-strategies-tips-section {
  padding: 60px 0;
}

.page-resources-9win-game-strategies-tips-section:nth-child(odd) {
  background-color: var(--bg-light);
}

.page-resources-9win-game-strategies-tips-hero {
  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, var(--primary-color) 0%, #6A1B9A 100%);
  color: var(--text-light);
  overflow: hidden;
}

.page-resources-9win-game-strategies-tips-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: 2;
}

.page-resources-9win-game-strategies-tips-hero-image {
  width: 100%;
  height: auto;
  max-width: 900px;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-9win-game-strategies-tips-hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 15px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-9win-game-strategies-tips-hero-content p {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: var(--text-light);
}

.page-resources-9win-game-strategies-tips-cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  text-transform: uppercase;
}

.page-resources-9win-game-strategies-tips-cta-button:hover {
  background: #FFEC8B;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
}

.page-resources-9win-game-strategies-tips-button-secondary {
  background: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-9win-game-strategies-tips-button-secondary:hover {
  background: #6A1B9A;
  color: #FFEC8B;
}

.page-resources-9win-game-strategies-tips h2 {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-9win-game-strategies-tips h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.page-resources-9win-game-strategies-tips h3 {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-9win-game-strategies-tips p {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: var(--text-dark);
}

.page-resources-9win-game-strategies-tips ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  font-size: 1.1em;
  color: var(--text-dark);
}

.page-resources-9win-game-strategies-tips ul li {
  margin-bottom: 0.5em;
}

.page-resources-9win-game-strategies-tips-content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-resources-9win-game-strategies-tips-content-wrapper .page-resources-9win-game-strategies-tips-text-content {
  flex: 2;
}

.page-resources-9win-game-strategies-tips-content-wrapper .page-resources-9win-game-strategies-tips-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-resources-9win-game-strategies-tips-image-wrapper .page-resources-9win-game-strategies-tips-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-9win-game-strategies-tips-game-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-9win-game-strategies-tips-game-card {
  background-color: var(--text-light);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-resources-9win-game-strategies-tips-game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.page-resources-9win-game-strategies-tips-game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-9win-game-strategies-tips-game-card h3 {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-9win-game-strategies-tips-game-card p {
  font-size: 1em;
  color: var(--text-dark);
  flex-grow: 1;
}

.page-resources-9win-game-strategies-tips-game-card ul {
  list-style: circle;
  margin-left: 20px;
  font-size: 1em;
  color: var(--text-dark);
}

.page-resources-9win-game-strategies-tips-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-9win-game-strategies-tips-card {
  background-color: var(--text-light);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-resources-9win-game-strategies-tips-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.page-resources-9win-game-strategies-tips-card h3 {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-9win-game-strategies-tips-card p {
  font-size: 1.05em;
  color: var(--text-dark);
  flex-grow: 1;
}

.page-resources-9win-game-strategies-tips-card-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}

.page-resources-9win-game-strategies-tips-platform-info ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-9win-game-strategies-tips-platform-info ul li {
  font-size: 1.1em;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: var(--text-dark);
}

.page-resources-9win-game-strategies-tips-platform-info ul li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
}

/* FAQ Styles */
.page-resources-9win-game-strategies-tips-faq {
  background-color: var(--bg-light);
}

.page-resources-9win-game-strategies-tips-faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--text-light);
}

.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: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: var(--primary-color);
}

.faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fdfdff;
  color: var(--text-dark);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 25px;
  transition: max-height 0.4s ease-in, padding 0.4s ease-in;
}

.faq-answer p {
  margin: 0;
  font-size: 1.05em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-9win-game-strategies-tips-hero-content h1 {
    font-size: 2.8em;
  }
  .page-resources-9win-game-strategies-tips h2 {
    font-size: 2em;
  }
  .page-resources-9win-game-strategies-tips h3 {
    font-size: 1.6em;
  }
  .page-resources-9win-game-strategies-tips-content-wrapper {
    flex-direction: column;
  }
  .page-resources-9win-game-strategies-tips-content-wrapper .page-resources-9win-game-strategies-tips-image-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-resources-9win-game-strategies-tips-hero {
    padding: 60px 15px;
  }
  .page-resources-9win-game-strategies-tips-hero-content h1 {
    font-size: 2.2em;
  }
  .page-resources-9win-game-strategies-tips-hero-content p {
    font-size: 1.1em;
  }
  .page-resources-9win-game-strategies-tips-cta-button {
    padding: 15px 35px;
    font-size: 1.1em;
  }
  .page-resources-9win-game-strategies-tips-section {
    padding: 40px 0;
  }
  .page-resources-9win-game-strategies-tips h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-9win-game-strategies-tips h3 {
    font-size: 1.4em;
  }
  .page-resources-9win-game-strategies-tips p,
  .page-resources-9win-game-strategies-tips ul li {
    font-size: 1em;
  }
  .page-resources-9win-game-strategies-tips-game-card-grid,
  .page-resources-9win-game-strategies-tips-card-list {
    grid-template-columns: 1fr;
  }
  .page-resources-9win-game-strategies-tips-game-card,
  .page-resources-9win-game-strategies-tips-card {
    padding: 20px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 1.5em;
  }
  .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-9win-game-strategies-tips-hero-content h1 {
    font-size: 1.8em;
  }
  .page-resources-9win-game-strategies-tips-hero-content p {
    font-size: 0.95em;
  }
  .page-resources-9win-game-strategies-tips-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-9win-game-strategies-tips h2 {
    font-size: 1.6em;
  }
  .page-resources-9win-game-strategies-tips h3 {
    font-size: 1.2em;
  }
  .page-resources-9win-game-strategies-tips p,
  .page-resources-9win-game-strategies-tips ul li,
  .faq-answer p {
    font-size: 0.9em;
  }
}