:root {
  --primary-color: #0A1931;
  --secondary-color: #FFD700;
  --text-color-light: #F0F0F0;
  --text-color-dark: #1A1A1A;
  --background-light: #FFFFFF;
  --background-dark: #0A1931;
  --button-hover-dark: #E0B700;
  --button-hover-light: #0D2B52;
  --border-color: #333C4A;
}

.page-resources-f16878-vip-winning-tips {
  font-family: 'Arial', sans-serif;
  color: var(--text-color-light);
  background-color: var(--background-dark);
  line-height: 1.6;
}

.page-resources-f16878-vip-winning-tips__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, var(--primary-color) 0%, #1A2B47 100%);
  border-bottom: 2px solid var(--secondary-color);
}

.page-resources-f16878-vip-winning-tips__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-f16878-vip-winning-tips__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-f16878-vip-winning-tips__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-resources-f16878-vip-winning-tips__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-f16878-vip-winning-tips__hero-content h1 {
  font-size: 3.2em;
  color: var(--secondary-color);
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-f16878-vip-winning-tips__hero-content p {
  font-size: 1.2em;
  color: var(--text-color-light);
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-resources-f16878-vip-winning-tips__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-resources-f16878-vip-winning-tips__cta-button:hover {
  background: var(--button-hover-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-f16878-vip-winning-tips__content-section {
  padding: 60px 20px;
  background-color: var(--background-dark);
}

.page-resources-f16878-vip-winning-tips__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-resources-f16878-vip-winning-tips__article h2 {
  font-size: 2.2em;
  color: var(--secondary-color);
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 10px;
}

.page-resources-f16878-vip-winning-tips__article h3 {
  font-size: 1.7em;
  color: var(--text-color-light);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-f16878-vip-winning-tips__article p {
  margin-bottom: 15px;
  color: var(--text-color-light);
  font-size: 1.05em;
}

.page-resources-f16878-vip-winning-tips__article ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-color-light);
}

.page-resources-f16878-vip-winning-tips__article ul li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-resources-f16878-vip-winning-tips__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-f16878-vip-winning-tips__feature-item {
  background-color: #1A2B47;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-f16878-vip-winning-tips__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-f16878-vip-winning-tips__feature-item img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid var(--secondary-color);
}

.page-resources-f16878-vip-winning-tips__feature-item h3 {
  color: var(--secondary-color);
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-f16878-vip-winning-tips__feature-item p {
  color: var(--text-color-light);
  font-size: 1em;
}

.page-resources-f16878-vip-winning-tips__image-full-width {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--secondary-color);
}

.page-resources-f16878-vip-winning-tips__button {
  display: inline-block;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-f16878-vip-winning-tips__button--primary {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-f16878-vip-winning-tips__button--primary:hover {
  background: var(--button-hover-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-f16878-vip-winning-tips__button--secondary {
  background: var(--primary-color);
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.page-resources-f16878-vip-winning-tips__button--secondary:hover {
  background: var(--button-hover-light);
  color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-f16878-vip-winning-tips__call-to-action {
  background-color: #1A2B47;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--secondary-color);
}

.page-resources-f16878-vip-winning-tips__call-to-action p {
  font-size: 1.5em;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

/* FAQ Section */
.page-resources-f16878-vip-winning-tips__faq-list {
  margin-top: 40px;
}

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

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #1A2B47;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.faq-question:hover {
  background: #253A5A;
  border-color: var(--secondary-color);
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--text-color-light);
}

.faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--secondary-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: #0D1E3A;
  color: var(--text-color-light);
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-f16878-vip-winning-tips__hero-content h1 {
    font-size: 2.8em;
  }
  .page-resources-f16878-vip-winning-tips__hero-content p {
    font-size: 1.1em;
  }
  .page-resources-f16878-vip-winning-tips__article h2 {
    font-size: 2em;
  }
  .page-resources-f16878-vip-winning-tips__article h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-f16878-vip-winning-tips__hero-section {
    padding: 40px 15px;
  }
  .page-resources-f16878-vip-winning-tips__hero-content h1 {
    font-size: 2.2em;
  }
  .page-resources-f16878-vip-winning-tips__hero-content p {
    font-size: 1em;
  }
  .page-resources-f16878-vip-winning-tips__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-resources-f16878-vip-winning-tips__content-section {
    padding: 40px 15px;
  }
  .page-resources-f16878-vip-winning-tips__article h2 {
    font-size: 1.8em;
  }
  .page-resources-f16878-vip-winning-tips__article h3 {
    font-size: 1.4em;
  }
  .page-resources-f16878-vip-winning-tips__article p,
  .page-resources-f16878-vip-winning-tips__article ul li {
    font-size: 0.95em;
  }
  .page-resources-f16878-vip-winning-tips__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-f16878-vip-winning-tips__feature-item img {
    max-width: 250px;
    height: 180px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 1.5em;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-resources-f16878-vip-winning-tips__call-to-action p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-f16878-vip-winning-tips__hero-content h1 {
    font-size: 1.8em;
  }
  .page-resources-f16878-vip-winning-tips__cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-resources-f16878-vip-winning-tips__article h2 {
    font-size: 1.6em;
  }
  .page-resources-f16878-vip-winning-tips__article h3 {
    font-size: 1.3em;
  }
  .page-resources-f16878-vip-winning-tips__call-to-action p {
    font-size: 1em;
  }
}