/* style/blog-why-sovip-official-website.css */

/* --- Base Styles --- */
.page-blog-why-sovip-official-website {
  font-family: 'Arial', sans-serif;
  color: var(--text-main, #F2FFF6); /* Default light text for dark background */
  line-height: 1.6;
  background-color: var(--background, #08160F); /* Ensure main content background aligns with body if needed */
}

.page-blog-why-sovip-official-website__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* --- Section Styling --- */
.page-blog-why-sovip-official-website__section {
  padding: 60px 0;
  text-align: center;
  background-color: var(--background, #08160F); /* Default background for sections */
}

.page-blog-why-sovip-official-website__dark-section {
  background-color: var(--card-bg, #11271B); /* Darker background for contrast */
  color: var(--text-main, #F2FFF6);
}

.page-blog-why-sovip-official-website__section-title {
  font-size: 2.8em;
  color: var(--gold, #F2C14E);
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.4);
}

.page-blog-why-sovip-official-website__text-block {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-secondary, #A7D9B8);
}

/* --- Hero Section --- */
.page-blog-why-sovip-official-website__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: var(--background, #08160F);
}

.page-blog-why-sovip-official-website__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.page-blog-why-sovip-official-website__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 250px; /* Minimum height for hero image */
}

.page-blog-why-sovip-official-website__hero-content {
  padding: 40px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  background-color: var(--background, #08160F); /* Ensure content background */
}

.page-blog-why-sovip-official-website__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em); /* Responsive H1 font size */
  color: var(--gold, #F2C14E);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.6);
}

.page-blog-why-sovip-official-website__description {
  font-size: 1.2em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Buttons --- */
.page-blog-why-sovip-official-website__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-blog-why-sovip-official-website__cta-center {
  margin-top: 40px;
  text-align: center;
}

.page-blog-why-sovip-official-website__btn-primary,
.page-blog-why-sovip-official-website__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-why-sovip-official-website__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-why-sovip-official-website__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-why-sovip-official-website__btn-secondary {
  background-color: transparent;
  color: var(--gold, #F2C14E);
  border: 2px solid var(--gold, #F2C14E);
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.2);
}

.page-blog-why-sovip-official-website__btn-secondary:hover {
  background-color: var(--gold, #F2C14E);
  color: #08160F;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(242, 193, 78, 0.4);
}

.page-blog-why-sovip-official-website__btn-text-link {
  display: inline-block;
  color: var(--glow, #57E38D);
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: color 0.3s ease;
}

.page-blog-why-sovip-official-website__btn-text-link:hover {
  color: var(--gold, #F2C14E);
}

/* --- Feature Grid --- */
.page-blog-why-sovip-official-website__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-sovip-official-website__feature-card {
  background-color: var(--card-bg, #11271B);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--border, #2E7A4E);
  color: var(--text-main, #F2FFF6);
}

.page-blog-why-sovip-official-website__feature-icon {
  width: 100%; /* Ensure images are responsive within card */
  max-width: 250px; /* Max width for icons/small images */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px;
}

.page-blog-why-sovip-official-website__feature-title {
  font-size: 1.6em;
  color: var(--gold, #F2C14E);
  margin-bottom: 15px;
}

.page-blog-why-sovip-official-website__feature-description {
  font-size: 1em;
  color: var(--text-secondary, #A7D9B8);
  flex-grow: 1;
}

/* --- Image Full Width --- */
.page-blog-why-sovip-official-website__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px;
}

.page-blog-why-sovip-official-website__image-half-width {
  width: 100%;
  max-width: 600px; /* Example max-width for half-width image */
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px;
}

/* --- Game Category Grid --- */
.page-blog-why-sovip-official-website__game-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-sovip-official-website__game-card {
  background-color: var(--card-bg, #11271B);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  border: 1px solid var(--border, #2E7A4E);
  color: var(--text-main, #F2FFF6);
  display: flex;
  flex-direction: column;
}

.page-blog-why-sovip-official-website__game-title {
  font-size: 1.5em;
  color: var(--gold, #F2C14E);
  margin-bottom: 15px;
}

.page-blog-why-sovip-official-website__game-description {
  font-size: 1em;
  color: var(--text-secondary, #A7D9B8);
  flex-grow: 1;
  margin-bottom: 20px;
}

/* --- Promotions List --- */
.page-blog-why-sovip-official-website__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-why-sovip-official-website__promo-item {
  background-color: var(--background, #08160F);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid var(--divider, #1E3A2A);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: var(--text-main, #F2FFF6);
}

.page-blog-why-sovip-official-website__promo-title {
  font-size: 1.4em;
  color: var(--glow, #57E38D);
  margin-bottom: 10px;
}

.page-blog-why-sovip-official-website__promo-description {
  font-size: 1em;
  color: var(--text-secondary, #A7D9B8);
}

/* --- Step Grid --- */
.page-blog-why-sovip-official-website__step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-sovip-official-website__step-card {
  background-color: var(--card-bg, #11271B);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid var(--border, #2E7A4E);
  color: var(--text-main, #F2FFF6);
  display: flex;
  flex-direction: column;
}

.page-blog-why-sovip-official-website__step-title {
  font-size: 1.5em;
  color: var(--gold, #F2C14E);
  margin-bottom: 15px;
}

.page-blog-why-sovip-official-website__step-description {
  font-size: 1em;
  color: var(--text-secondary, #A7D9B8);
  flex-grow: 1;
  margin-bottom: 20px;
}

/* --- FAQ Section --- */
.page-blog-why-sovip-official-website__faq-section {
  padding-bottom: 80px;
}

.page-blog-why-sovip-official-website__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-blog-why-sovip-official-website__faq-item {
  background-color: var(--background, #08160F);
  border: 1px solid var(--divider, #1E3A2A);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: var(--text-main, #F2FFF6);
}

.page-blog-why-sovip-official-website__faq-item summary {
  list-style: none; /* Remove default marker */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--glow, #57E38D);
  cursor: pointer;
  background-color: var(--card-bg, #11271B); /* Darker background for summary */
  transition: background-color 0.3s ease;
}

.page-blog-why-sovip-official-website__faq-item summary:hover {
  background-color: var(--deep-green, #0A4B2C);
}

.page-blog-why-sovip-official-website__faq-item summary::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-why-sovip-official-website__faq-qtext {
  flex-grow: 1;
}

.page-blog-why-sovip-official-website__faq-toggle {
  margin-left: 15px;
  font-size: 1.5em;
  line-height: 1;
  width: 25px; /* Fixed width for consistent alignment */
  text-align: center;
}

.page-blog-why-sovip-official-website__faq-answer {
  padding: 15px 25px 20px 25px;
  font-size: 1em;
  color: var(--text-secondary, #A7D9B8);
  border-top: 1px solid var(--divider, #1E3A2A);
  background-color: var(--background, #08160F);
}

.page-blog-why-sovip-official-website__faq-answer p {
  margin: 0;
}

/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
  .page-blog-why-sovip-official-website__section-title {
    font-size: 2.5em;
  }
  .page-blog-why-sovip-official-website__main-title {
    font-size: clamp(2em, 4.5vw, 3em);
  }
}

@media (max-width: 768px) {
  .page-blog-why-sovip-official-website__section {
    padding: 40px 0;
  }
  .page-blog-why-sovip-official-website__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .page-blog-why-sovip-official-website__text-block {
    font-size: 1em;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  /* Images responsiveness */
  .page-blog-why-sovip-official-website img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-why-sovip-official-website__hero-image {
    min-height: 200px !important; /* Ensure hero image is not too small */
  }
  .page-blog-why-sovip-official-website__feature-icon,
  .page-blog-why-sovip-official-website__image-full-width,
  .page-blog-why-sovip-official-website__image-half-width {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 200px !important; /* Enforce min-width for content images */
    min-height: 200px !important;
    height: auto !important;
  }
  
  /* Buttons responsiveness */
  .page-blog-why-sovip-official-website__cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
  }
  .page-blog-why-sovip-official-website__btn-primary,
  .page-blog-why-sovip-official-website__btn-secondary,
  .page-blog-why-sovip-official-website a[class*="button"],
  .page-blog-why-sovip-official-website a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Containers responsiveness */
  .page-blog-why-sovip-official-website__container,
  .page-blog-why-sovip-official-website__hero-content,
  .page-blog-why-sovip-official-website__feature-grid,
  .page-blog-why-sovip-official-website__game-category-grid,
  .page-blog-why-sovip-official-website__promo-list,
  .page-blog-why-sovip-official-website__step-grid,
  .page-blog-why-sovip-official-website__faq-list,
  .page-blog-why-sovip-official-website__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  .page-blog-why-sovip-official-website__hero-section {
    padding-top: 10px !important; /* Small top padding, body handles --header-offset */
  }

  .page-blog-why-sovip-official-website__faq-item summary {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-blog-why-sovip-official-website__faq-answer {
    padding: 10px 20px 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-why-sovip-official-website__section-title {
    font-size: 1.8em;
  }
  .page-blog-why-sovip-official-website__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }
  .page-blog-why-sovip-official-website__description {
    font-size: 1.1em;
  }
  .page-blog-why-sovip-official-website__feature-title,
  .page-blog-why-sovip-official-website__game-title,
  .page-blog-why-sovip-official-website__promo-title,
  .page-blog-why-sovip-official-website__step-title {
    font-size: 1.3em;
  }
  .page-blog-why-sovip-official-website__btn-primary,
  .page-blog-why-sovip-official-website__btn-secondary {
    font-size: 1em;
    padding: 12px 20px;
  }
}