/* style/resources-sam86-vip-2023-latest-features.css */

.page-resources-sam86-vip-2023-latest-features {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Body background is dark, so text is light */
  line-height: 1.6;
  padding-top: 0; /* Handled by shared.css or hero section */
}

.page-resources-sam86-vip-2023-latest-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-sam86-vip-2023-latest-features__hero-section {
  position: relative;
  padding: 120px 0 60px; /* Adjust top padding for fixed header */
  text-align: center;
  background: linear-gradient(135deg, #017439, #005a2e);
  overflow: hidden;
}

.page-resources-sam86-vip-2023-latest-features__hero-title {
  font-size: 3.2em;
  color: #FFFF00;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-sam86-vip-2023-latest-features__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-resources-sam86-vip-2023-latest-features__hero-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: auto;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-sam86-vip-2023-latest-features__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.page-resources-sam86-vip-2023-latest-features__btn-primary,
.page-resources-sam86-vip-2023-latest-features__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-sam86-vip-2023-latest-features__btn-primary {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-resources-sam86-vip-2023-latest-features__btn-primary:hover {
  background-color: #e01010;
  transform: translateY(-3px);
}

.page-resources-sam86-vip-2023-latest-features__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-sam86-vip-2023-latest-features__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #017439;
  transform: translateY(-3px);
}

.page-resources-sam86-vip-2023-latest-features__section-title {
  font-size: 2.5em;
  color: #FFFF00; /* Adjusted for dark background */
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-resources-sam86-vip-2023-latest-features__section-description {
  font-size: 1.1em;
  color: #f0f0f0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

/* Features Section */
.page-resources-sam86-vip-2023-latest-features__features-section,
.page-resources-sam86-vip-2023-latest-features__security-section,
.page-resources-sam86-vip-2023-latest-features__support-section {
  background-color: #1a1a1a; /* Dark body background */
  padding: 80px 0;
  color: #ffffff;
}

.page-resources-sam86-vip-2023-latest-features__feature-grid,
.page-resources-sam86-vip-2023-latest-features__game-grid,
.page-resources-sam86-vip-2023-latest-features__promo-grid,
.page-resources-sam86-vip-2023-latest-features__support-grid,
.page-resources-sam86-vip-2023-latest-features__security-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-sam86-vip-2023-latest-features__feature-card,
.page-resources-sam86-vip-2023-latest-features__game-card,
.page-resources-sam86-vip-2023-latest-features__promo-card,
.page-resources-sam86-vip-2023-latest-features__support-item,
.page-resources-sam86-vip-2023-latest-features__security-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter on dark bg */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.page-resources-sam86-vip-2023-latest-features__feature-card:hover,
.page-resources-sam86-vip-2023-latest-features__game-card:hover,
.page-resources-sam86-vip-2023-latest-features__promo-card:hover,
.page-resources-sam86-vip-2023-latest-features__support-item:hover,
.page-resources-sam86-vip-2023-latest-features__security-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-sam86-vip-2023-latest-features__feature-icon,
.page-resources-sam86-vip-2023-latest-features__game-image,
.page-resources-sam86-vip-2023-latest-features__promo-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-resources-sam86-vip-2023-latest-features__feature-title,
.page-resources-sam86-vip-2023-latest-features__game-title,
.page-resources-sam86-vip-2023-latest-features__promo-title,
.page-resources-sam86-vip-2023-latest-features__security-title,
.page-resources-sam86-vip-2023-latest-features__support-title {
  font-size: 1.5em;
  color: #FFFF00; /* Consistent with brand color */
  margin-bottom: 15px;
}

.page-resources-sam86-vip-2023-latest-features__game-title a {
  color: #FFFF00;
  text-decoration: none;
}

.page-resources-sam86-vip-2023-latest-features__game-title a:hover {
  text-decoration: underline;
}

.page-resources-sam86-vip-2023-latest-features__feature-text,
.page-resources-sam86-vip-2023-latest-features__game-text,
.page-resources-sam86-vip-2023-latest-features__promo-text,
.page-resources-sam86-vip-2023-latest-features__security-text,
.page-resources-sam86-vip-2023-latest-features__support-text {
  font-size: 1em;
  color: #e0e0e0;
  flex-grow: 1;
}

/* Games Section */
.page-resources-sam86-vip-2023-latest-features__games-section,
.page-resources-sam86-vip-2023-latest-features__promotions-section,
.page-resources-sam86-vip-2023-latest-features__faq-section {
  background-color: #0d0d0d; /* Slightly darker background for contrast */
  padding: 80px 0;
  color: #ffffff;
}

.page-resources-sam86-vip-2023-latest-features__security-cta,
.page-resources-sam86-vip-2023-latest-features__support-cta {
  margin-top: 40px;
}

/* FAQ Section */
.page-resources-sam86-vip-2023-latest-features__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-sam86-vip-2023-latest-features__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-sam86-vip-2023-latest-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  font-size: 1.2em;
  color: #FFFF00;
  background-color: #017439;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-sam86-vip-2023-latest-features__faq-question h3 {
  margin: 0;
  color: inherit;
}

.page-resources-sam86-vip-2023-latest-features__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #FFFF00;
}

.page-resources-sam86-vip-2023-latest-features__faq-item.active .page-resources-sam86-vip-2023-latest-features__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-sam86-vip-2023-latest-features__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #e0e0e0;
}

.page-resources-sam86-vip-2023-latest-features__faq-item.active .page-resources-sam86-vip-2023-latest-features__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 20px 30px;
}

.page-resources-sam86-vip-2023-latest-features__faq-answer p {
  margin: 0;
  color: inherit;
}

/* Bottom CTA Section */
.page-resources-sam86-vip-2023-latest-features__cta-bottom-section {
  background: linear-gradient(135deg, #005a2e, #017439);
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

.page-resources-sam86-vip-2023-latest-features__cta-bottom-title {
  font-size: 2.8em;
  color: #FFFF00;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-sam86-vip-2023-latest-features__cta-bottom-description {
  font-size: 1.1em;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 40px;
}

/* Color Contrast Classes */
.page-resources-sam86-vip-2023-latest-features__dark-bg {
  color: #ffffff; /* Deep dark background, light text */
}

.page-resources-sam86-vip-2023-latest-features__light-bg {
  color: #333333; /* Light background, dark text */
  background-color: #ffffff; /* Explicitly set for contrast */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-sam86-vip-2023-latest-features__hero-title {
    font-size: 2.8em;
  }
  .page-resources-sam86-vip-2023-latest-features__section-title {
    font-size: 2em;
  }
  .page-resources-sam86-vip-2023-latest-features__cta-bottom-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-sam86-vip-2023-latest-features {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-sam86-vip-2023-latest-features__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
  }

  .page-resources-sam86-vip-2023-latest-features__hero-title {
    font-size: 2.2em;
  }

  .page-resources-sam86-vip-2023-latest-features__hero-description {
    font-size: 1em;
  }

  .page-resources-sam86-vip-2023-latest-features__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-sam86-vip-2023-latest-features__btn-primary,
  .page-resources-sam86-vip-2023-latest-features__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-resources-sam86-vip-2023-latest-features__section-title {
    font-size: 1.8em;
  }

  .page-resources-sam86-vip-2023-latest-features__section-description {
    font-size: 0.95em;
  }

  .page-resources-sam86-vip-2023-latest-features__feature-grid,
  .page-resources-sam86-vip-2023-latest-features__game-grid,
  .page-resources-sam86-vip-2023-latest-features__promo-grid,
  .page-resources-sam86-vip-2023-latest-features__support-grid,
  .page-resources-sam86-vip-2023-latest-features__security-details {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-sam86-vip-2023-latest-features__feature-card,
  .page-resources-sam86-vip-2023-latest-features__game-card,
  .page-resources-sam86-vip-2023-latest-features__promo-card,
  .page-resources-sam86-vip-2023-latest-features__support-item,
  .page-resources-sam86-vip-2023-latest-features__security-item {
    padding: 20px;
  }

  .page-resources-sam86-vip-2023-latest-features__feature-title,
  .page-resources-sam86-vip-2023-latest-features__game-title,
  .page-resources-sam86-vip-2023-latest-features__promo-title,
  .page-resources-sam86-vip-2023-latest-features__security-title,
  .page-resources-sam86-vip-2023-latest-features__support-title {
    font-size: 1.3em;
  }

  .page-resources-sam86-vip-2023-latest-features__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-resources-sam86-vip-2023-latest-features__faq-answer {
    padding: 0 20px;
  }

  .page-resources-sam86-vip-2023-latest-features__faq-item.active .page-resources-sam86-vip-2023-latest-features__faq-answer {
    padding: 15px 20px;
  }

  .page-resources-sam86-vip-2023-latest-features__cta-bottom-title {
    font-size: 1.8em;
  }

  /* Image responsive for mobile */
  .page-resources-sam86-vip-2023-latest-features img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-sam86-vip-2023-latest-features__section,
  .page-resources-sam86-vip-2023-latest-features__card,
  .page-resources-sam86-vip-2023-latest-features__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
}