/* style/blog-why-choose-sovip-security-games-promotions.css */
.page-blog-why-choose-sovip-security-games-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background);
}

.page-blog-why-choose-sovip-security-games-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: var(--deep-green);
  text-align: center;
  overflow: hidden;
}

.page-blog-why-choose-sovip-security-games-promotions__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-why-choose-sovip-security-games-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-why-choose-sovip-security-games-promotions__hero-content {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  max-width: 800px;
  margin-top: 20px;
}

.page-blog-why-choose-sovip-security-games-promotions__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-why-choose-sovip-security-games-promotions__description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-secondary);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-why-choose-sovip-security-games-promotions__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 10px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-why-choose-sovip-security-games-promotions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-why-choose-sovip-security-games-promotions__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-why-choose-sovip-security-games-promotions__btn-secondary {
  background: none;
  color: var(--text-main);
  border: 2px solid var(--main-color);
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.2);
}

.page-blog-why-choose-sovip-security-games-promotions__btn-secondary:hover {
  background-color: var(--main-color);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.4);
}

.page-blog-why-choose-sovip-security-games-promotions__section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-why-choose-sovip-security-games-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-why-choose-sovip-security-games-promotions__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-blog-why-choose-sovip-security-games-promotions__section-intro {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-why-choose-sovip-security-games-promotions__why-choose-sovip .page-blog-why-choose-sovip-security-games-promotions__section-title,
.page-blog-why-choose-sovip-security-games-promotions__games-section .page-blog-why-choose-sovip-security-games-promotions__section-title,
.page-blog-why-choose-sovip-security-games-promotions__customer-service-section .page-blog-why-choose-sovip-security-games-promotions__section-title,
.page-blog-why-choose-sovip-security-games-promotions__conclusion-section .page-blog-why-choose-sovip-security-games-promotions__section-title,
.page-blog-why-choose-sovip-security-games-promotions__faq-section .page-blog-why-choose-sovip-security-games-promotions__section-title {
  color: var(--text-main);
}

.page-blog-why-choose-sovip-security-games-promotions__security-section .page-blog-why-choose-sovip-security-games-promotions__section-title,
.page-blog-why-choose-sovip-security-games-promotions__promotions-section .page-blog-why-choose-sovip-security-games-promotions__section-title,
.page-blog-why-choose-sovip-security-games-promotions__guide-section .page-blog-why-choose-sovip-security-games-promotions__section-title {
  color: var(--text-main);
}

.page-blog-why-choose-sovip-security-games-promotions__feature-grid,
.page-blog-why-choose-sovip-security-games-promotions__security-features,
.page-blog-why-choose-sovip-security-games-promotions__game-categories,
.page-blog-why-choose-sovip-security-games-promotions__promotion-cards,
.page-blog-why-choose-sovip-security-games-promotions__service-points,
.page-blog-why-choose-sovip-security-games-promotions__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: left;
  margin-top: 40px;
}

.page-blog-why-choose-sovip-security-games-promotions__feature-item,
.page-blog-why-choose-sovip-security-games-promotions__security-item,
.page-blog-why-choose-sovip-security-games-promotions__game-item,
.page-blog-why-choose-sovip-security-games-promotions__promotion-card,
.page-blog-why-choose-sovip-security-games-promotions__service-item,
.page-blog-why-choose-sovip-security-games-promotions__step-item {
  background-color: var(--card-b-g);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-why-choose-sovip-security-games-promotions__feature-item:hover,
.page-blog-why-choose-sovip-security-games-promotions__security-item:hover,
.page-blog-why-choose-sovip-security-games-promotions__game-item:hover,
.page-blog-why-choose-sovip-security-games-promotions__promotion-card:hover,
.page-blog-why-choose-sovip-security-games-promotions__service-item:hover,
.page-blog-why-choose-sovip-security-games-promotions__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-why-choose-sovip-security-games-promotions__feature-title,
.page-blog-why-choose-sovip-security-games-promotions__game-title,
.page-blog-why-choose-sovip-security-games-promotions__step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 15px;
}

.page-blog-why-choose-sovip-security-games-promotions__feature-text,
.page-blog-why-choose-sovip-security-games-promotions__game-text,
.page-blog-why-choose-sovip-security-games-promotions__step-text {
  font-size: 1rem;
  color: var(--text-secondary);
}

.page-blog-why-choose-sovip-security-games-promotions__feature-image,
.page-blog-why-choose-sovip-security-games-promotions__game-image,
.page-blog-why-choose-sovip-security-games-promotions__promotion-image,
.page-blog-why-choose-sovip-security-games-promotions__conclusion-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 20px;
  object-fit: cover;
}

.page-blog-why-choose-sovip-security-games-promotions__dark-bg {
  background-color: var(--deep-green);
  color: var(--text-main);
}

.page-blog-why-choose-sovip-security-games-promotions__light-bg {
  background-color: var(--background);
  color: var(--text-main);
}

.page-blog-why-choose-sovip-security-games-promotions__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* FAQ Section */
.page-blog-why-choose-sovip-security-games-promotions__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: left;
}

.page-blog-why-choose-sovip-security-games-promotions__faq-item {
  background-color: var(--card-b-g);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-why-choose-sovip-security-games-promotions__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-main);
  list-style: none;
  outline: none;
  transition: background-color 0.3s ease;
}

.page-blog-why-choose-sovip-security-games-promotions__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-why-choose-sovip-security-games-promotions__faq-item summary:hover {
  background-color: rgba(34, 199, 104, 0.1);
}

.page-blog-why-choose-sovip-security-games-promotions__faq-qtext {
  flex-grow: 1;
}

.page-blog-why-choose-sovip-security-games-promotions__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--gold);
}

.page-blog-why-choose-sovip-security-games-promotions__faq-item[open] .page-blog-why-choose-sovip-security-games-promotions__faq-toggle {
  content: '−';
}

.page-blog-why-choose-sovip-security-games-promotions__faq-answer {
  padding: 15px 25px 25px;
  font-size: 1rem;
  color: var(--text-secondary);
  border-top: 1px solid var(--divider);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-why-choose-sovip-security-games-promotions__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-why-choose-sovip-security-games-promotions__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }

  .page-blog-why-choose-sovip-security-games-promotions__hero-content {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .page-blog-why-choose-sovip-security-games-promotions__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body already handles header offset */
  }

  .page-blog-why-choose-sovip-security-games-promotions__section {
    padding: 40px 15px;
  }

  .page-blog-why-choose-sovip-security-games-promotions__container,
  .page-blog-why-choose-sovip-security-games-promotions__hero-image-wrapper,
  .page-blog-why-choose-sovip-security-games-promotions__cta-buttons,
  .page-blog-why-choose-sovip-security-games-promotions__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-why-choose-sovip-security-games-promotions__hero-image,
  .page-blog-why-choose-sovip-security-games-promotions__feature-image,
  .page-blog-why-choose-sovip-security-games-promotions__game-image,
  .page-blog-why-choose-sovip-security-games-promotions__promotion-image,
  .page-blog-why-choose-sovip-security-games-promotions__conclusion-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-why-choose-sovip-security-games-promotions__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-why-choose-sovip-security-games-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-why-choose-sovip-security-games-promotions__feature-grid,
  .page-blog-why-choose-sovip-security-games-promotions__security-features,
  .page-blog-why-choose-sovip-security-games-promotions__game-categories,
  .page-blog-why-choose-sovip-security-games-promotions__promotion-cards,
  .page-blog-why-choose-sovip-security-games-promotions__service-points,
  .page-blog-why-choose-sovip-security-games-promotions__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-why-choose-sovip-security-games-promotions__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-why-choose-sovip-security-games-promotions__faq-answer {
    padding: 10px 20px 20px;
  }

  .page-blog-why-choose-sovip-security-games-promotions__faq-toggle {
    font-size: 1.5rem;
  }
}

/* Color Contrast Safeguards */
.page-blog-why-choose-sovip-security-games-promotions__dark-bg {
  color: #ffffff; /* Deep Green background, use white text */
}

.page-blog-why-sovip-security-games-promotions__light-bg {
  color: var(--text-main); /* Background color (08160F) is dark, so text-main (F2FFF6) is light. */
}

.page-blog-why-choose-sovip-security-games-promotions__card {
  background: var(--card-b-g); /* 11271B, dark background */
  color: var(--text-main); /* F2FFF6, light text */
}

.page-blog-why-choose-sovip-security-games-promotions p,
.page-blog-why-choose-sovip-security-games-promotions li,
.page-blog-why-choose-sovip-security-games-promotions__feature-text,
.page-blog-why-choose-sovip-security-games-promotions__game-text,
.page-blog-why-choose-sovip-security-games-promotions__step-text {
  color: var(--text-secondary); /* A7D9B8, light enough on dark backgrounds */
}

.page-blog-why-choose-sovip-security-games-promotions__section-title,
.page-blog-why-choose-sovip-security-games-promotions__main-title {
  color: var(--text-main); /* F2FFF6, light enough on dark backgrounds */
}

.page-blog-why-choose-sovip-security-games-promotions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Green gradient */
  color: #ffffff; /* White text on green, good contrast */
}

.page-blog-why-choose-sovip-security-games-promotions__btn-secondary {
  background: none;
  color: var(--text-main); /* F2FFF6 */
  border: 2px solid var(--main-color); /* 11A84E */
}
.page-blog-why-choose-sovip-security-games-promotions__btn-secondary:hover {
  background-color: var(--main-color);
  color: #ffffff;
}

.page-blog-why-choose-sovip-security-games-promotions__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-why-choose-sovip-security-games-promotions__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}