.page-index-why-sbotop {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Main text color for dark background */
  background-color: #08160F; /* Overall page background */
  line-height: 1.6;
}

.page-index-why-sbotop__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-index-why-sbotop__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small decorative top padding, body handles header offset */
  padding-bottom: 60px;
  text-align: center;
  background-color: #08160F;
}

.page-index-why-sbotop__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-index-why-sbotop__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-index-why-sbotop__hero-content {
  max-width: 800px;
  margin-top: 40px;
  z-index: 1;
}

.page-index-why-sbotop__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-why-sbotop__hero-description {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-why-sbotop__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-index-why-sbotop__btn-primary,
.page-index-why-sbotop__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-why-sbotop__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-index-why-sbotop__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
  transform: translateY(-2px);
}

.page-index-why-sbotop__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-index-why-sbotop__btn-secondary:hover {
  background-color: rgba(42, 209, 111, 0.1);
  color: #F2FFF6;
  transform: translateY(-2px);
}

.page-index-why-sbotop__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.page-index-why-sbotop__section-title--light {
  color: #F2FFF6;
}

.page-index-why-sbotop__intro-text {
  font-size: 1.1rem;
  color: #A7D9B8;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.page-index-why-sbotop__intro-text--light {
  color: #A7D9B8;
}

.page-index-why-sbotop__features-section,
.page-index-why-sbotop__promotions-section,
.page-index-why-sbotop__cta-final-section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-index-why-sbotop__dark-section {
  background-color: #11271B; /* Card BG color for this section */
  padding: 60px 0;
}

.page-index-why-sbotop__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-why-sbotop__feature-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border color */
  color: #F2FFF6;
}

.page-index-why-sbotop__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.page-index-why-sbotop__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 25px;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-why-sbotop__card-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-index-why-sbotop__card-description {
  font-size: 1rem;
  color: #A7D9B8;
}

.page-index-why-sbotop__product-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.page-index-why-sbotop__product-card {
  background-color: #08160F; /* Background color */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #1E3A2A; /* Divider color */
  color: #F2FFF6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-why-sbotop__product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-index-why-sbotop__product-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-index-why-sbotop__product-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #F2FFF6;
  margin-bottom: 10px;
}

.page-index-why-sbotop__product-description {
  font-size: 1rem;
  color: #A7D9B8;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-index-why-sbotop__promotions-section {
  background-color: #08160F;
}

.page-index-why-sbotop__promo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.page-index-why-sbotop__promo-item {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border color */
  color: #F2FFF6;
}

.page-index-why-sbotop__promo-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #F2FFF6;
  margin-bottom: 10px;
}

.page-index-why-sbotop__promo-description {
  font-size: 1rem;
  color: #A7D9B8;
}

.page-index-why-sbotop__cta-container {
  text-align: center;
  margin-top: 60px;
}

.page-index-why-sbotop__faq-section {
  background-color: #11271B; /* Card BG color for this section */
  padding: 60px 0;
}

.page-index-why-sbotop__faq-list {
  margin-top: 60px;
}

.page-index-why-sbotop__faq-item {
  background-color: #08160F; /* Background color */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-index-why-sbotop__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #11271B; /* Card BG */
  border-bottom: 1px solid #1E3A2A;
}

.page-index-why-sbotop__faq-item[open] .page-index-why-sbotop__faq-question {
  border-bottom: 1px solid #2E7A4E;
}

.page-index-why-sbotop__faq-question::-webkit-details-marker {
  display: none;
}

.page-index-why-sbotop__faq-question::marker {
  display: none;
}

.page-index-why-sbotop__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-index-why-sbotop__faq-item[open] .page-index-why-sbotop__faq-toggle {
  transform: rotate(45deg);
}

.page-index-why-sbotop__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #A7D9B8;
  background-color: #08160F; /* Background color */
}

.page-index-why-sbotop__cta-final-section {
  text-align: center;
  padding: 80px 0;
  background-color: #08160F;
}

.page-index-why-sbotop__cta-final-section .page-index-why-sbotop__section-title {
  margin-bottom: 20px;
}

.page-index-why-sbotop__cta-final-section .page-index-why-sbotop__intro-text {
  margin-bottom: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-index-why-sbotop__hero-image-wrapper {
    max-width: 1000px;
  }
}

@media (max-width: 768px) {
  .page-index-why-sbotop__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-index-why-sbotop__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-index-why-sbotop__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-index-why-sbotop__hero-description {
    font-size: 1rem;
  }

  .page-index-why-sbotop__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-index-why-sbotop__btn-primary,
  .page-index-why-sbotop__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-index-why-sbotop__section-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .page-index-why-sbotop__intro-text {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }

  .page-index-why-sbotop__features-section,
  .page-index-why-sbotop__promotions-section,
  .page-index-why-sbotop__dark-section,
  .page-index-why-sbotop__cta-final-section {
    padding: 40px 0;
  }

  .page-index-why-sbotop img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-index-why-sbotop__feature-icon,
  .page-index-why-sbotop__product-image {
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-index-why-sbotop__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-index-why-sbotop__faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
  }

  .page-index-why-sbotop__feature-card,
  .page-index-why-sbotop__product-card,
  .page-index-why-sbotop__promo-item {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-index-why-sbotop__hero-content {
    margin-top: 30px;
  }

  .page-index-why-sbotop__main-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .page-index-why-sbotop__section-title {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }

  .page-index-why-sbotop__feature-grid,
  .page-index-why-sbotop__product-showcase,
  .page-index-why-sbotop__promo-list {
    grid-template-columns: 1fr;
  }
}

/* Ensure color contrast for critical areas */
.page-index-why-sbotop p,
.page-index-why-sbotop li,
.page-index-why-sbotop__card-description,
.page-index-why-sbotop__product-description,
.page-index-why-sbotop__promo-description,
.page-index-why-sbotop__faq-answer {
  color: #A7D9B8; /* Secondary text color for readability on dark backgrounds */
}

.page-index-why-sbotop h1,
.page-index-why-sbotop h2,
.page-index-why-sbotop h3,
.page-index-why-sbotop__card-title,
.page-index-why-sbotop__product-title,
.page-index-why-sbotop__promo-title,
.page-index-why-sbotop__faq-question {
  color: #F2FFF6; /* Main text color for headings */
}

.page-index-why-sbotop__feature-card.page-index-why-sbotop__light-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

.page-index-why-sbotop__btn-primary {
  color: #F2FFF6;
}

.page-index-why-sbotop__btn-secondary {
  color: #2AD16F;
}

.page-index-why-sbotop__btn-secondary:hover {
  color: #F2FFF6;
}

/* No CSS filters on images */
.page-index-why-sbotop img {
  filter: none !important;
}