.page-resources-ok365-vip-game-strategy-winning-secrets {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #ffffff; /* Default background */
}

.page-resources-ok365-vip-game-strategy-winning-secrets__hero-section {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  background-color: #017439; /* Brand primary color for hero */
}

.page-resources-ok365-vip-game-strategy-winning-secrets__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
  padding: 20px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-ok365-vip-game-strategy-winning-secrets__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__btn-primary,
.page-resources-ok365-vip-game-strategy-winning-secrets__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__btn-primary:hover {
  background-color: #a30606;
  transform: translateY(-2px);
}

.page-resources-ok365-vip-game-strategy-winning-secrets__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__btn-secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-ok365-vip-game-strategy-winning-secrets__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: brightness(0.7);
}

.page-resources-ok365-vip-game-strategy-winning-secrets__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #333333;
  background-color: #ffffff;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__section-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__feature-cards,
.page-resources-ok365-vip-game-strategy-winning-secrets__error-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__card {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__card:hover {
  transform: translateY(-5px);
}

.page-resources-ok365-vip-game-strategy-winning-secrets__card-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__card-text {
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__card--error {
  background-color: #fff3f3; /* Light red background for error cards */
  border-color: #e0b4b4;
  color: #721c24;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__card--error .page-resources-ok365-vip-game-strategy-winning-secrets__card-title {
  color: #C30808;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-ok365-vip-game-strategy-winning-secrets__image-centered {
  max-width: 800px;
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-ok365-vip-game-strategy-winning-secrets__game-strategies {
  margin-top: 40px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__strategy-item {
  background: #f9f9f9;
  border-left: 5px solid #017439;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-resources-ok365-vip-game-strategy-winning-secrets__strategy-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__list li {
  margin-bottom: 10px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__list--bordered {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__list--bordered li {
  border-bottom: 1px dashed #e0e0e0;
  padding: 10px 0;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__list--bordered li:last-child {
  border-bottom: none;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__cta-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__cta-card {
  background: #f0fdf4; /* Light green background */
  border: 1px solid #d0f0d0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-ok365-vip-game-strategy-winning-secrets__cta-card-title {
  font-size: 1.6em;
  color: #017439;
  margin-bottom: 20px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__btn-full-width {
  width: 100%;
  margin-top: 20px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__link {
  color: #017439;
  text-decoration: underline;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__link:hover {
  color: #005a2d;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__faq-container {
  margin-top: 40px;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 1.2em;
  color: #333333;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__faq-question:hover {
  background-color: #eaeaea;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #017439;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #017439;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__faq-item.active .page-resources-ok365-vip-game-strategy-winning-secrets__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-ok365-vip-game-strategy-winning-secrets__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__faq-item.active .page-resources-ok365-vip-game-strategy-winning-secrets__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-ok365-vip-game-strategy-winning-secrets__hero-title {
    font-size: 2.8em;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-ok365-vip-game-strategy-winning-secrets__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__hero-title {
    font-size: 2.2em;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__hero-description {
    font-size: 1em;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__btn-primary,
  .page-resources-ok365-vip-game-strategy-winning-secrets__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__content-area {
    padding: 30px 15px;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__paragraph {
    font-size: 0.95em;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__feature-cards,
  .page-resources-ok365-vip-game-strategy-winning-secrets__error-cards,
  .page-resources-ok365-vip-game-strategy-winning-secrets__cta-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__card,
  .page-resources-ok365-vip-game-strategy-winning-secrets__strategy-item,
  .page-resources-ok365-vip-game-strategy-winning-secrets__cta-card {
    padding: 20px;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__card-title {
    font-size: 1.3em;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__strategy-title {
    font-size: 1.5em;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__image-full-width,
  .page-resources-ok365-vip-game-strategy-winning-secrets__image-centered,
  .page-resources-ok365-vip-game-strategy-winning-secrets img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__video-section,
  .page-resources-ok365-vip-game-strategy-winning-secrets__video-container,
  .page-resources-ok365-vip-game-strategy-winning-secrets__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets video,
  .page-resources-ok365-vip-game-strategy-winning-secrets__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__faq-question {
    font-size: 1.1em;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__faq-question h3 {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-ok365-vip-game-strategy-winning-secrets__hero-title {
    font-size: 1.8em;
  }
  .page-resources-ok365-vip-game-strategy-winning-secrets__section-title {
    font-size: 1.6em;
  }
}

/* Color Contrast Safeguards */
.page-resources-ok365-vip-game-strategy-winning-secrets__dark-bg {
  background: #017439;
  color: #ffffff;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__light-bg {
  background: #ffffff;
  color: #333333;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__faq-question h3 {
  color: #017439;
}

.page-resources-ok365-vip-game-strategy-winning-secrets__faq-toggle {
  color: #017439;
}