/* style/blog-why-choose-vibbet.css */

:root {
  --vibbet-primary: #11A84E;
  --vibbet-secondary: #22C768;
  --vibbet-btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --vibbet-card-bg: #11271B;
  --vibbet-background: #08160F;
  --vibbet-text-main: #F2FFF6;
  --vibbet-text-secondary: #A7D9B8;
  --vibbet-border: #2E7A4E;
  --vibbet-glow: #57E38D;
  --vibbet-gold: #F2C14E;
  --vibbet-divider: #1E3A2A;
  --vibbet-deep-green: #0A4B2C;
}

.page-blog-why-choose-vibbet {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--vibbet-text-main); /* Default text color for dark background */
  background-color: var(--vibbet-background);
}

.page-blog-why-choose-vibbet__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px; /* Space for content below image */
  padding-top: 10px; /* Small top padding, body handles header offset */
  box-sizing: border-box;
}

.page-blog-why-choose-vibbet__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-height: 700px; /* Limit hero image height */
}

.page-blog-why-choose-vibbet__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
  margin-top: 150px; /* Adjust based on image and content */
  color: var(--vibbet-text-main);
}

.page-blog-why-choose-vibbet__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  color: var(--vibbet-gold);
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}

.page-blog-why-choose-vibbet__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: var(--vibbet-text-secondary);
}

.page-blog-why-choose-vibbet__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.page-blog-why-choose-vibbet__btn-primary,
.page-blog-why-choose-vibbet__btn-download,
.page-blog-why-choose-vibbet__btn-final-action {
  background: var(--vibbet-btn-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-why-choose-vibbet__btn-primary:hover,
.page-blog-why-choose-vibbet__btn-download:hover,
.page-blog-why-choose-vibbet__btn-final-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-why-choose-vibbet__btn-secondary {
  background: transparent;
  color: var(--vibbet-secondary);
  border: 2px solid var(--vibbet-secondary);
  box-shadow: none;
}

.page-blog-why-choose-vibbet__btn-secondary:hover {
  background: var(--vibbet-secondary);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(34, 199, 104, 0.3);
}

.page-blog-why-choose-vibbet__section {
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-why-choose-vibbet__introduction-section {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-why-choose-vibbet__advantages-section,
.page-blog-why-choose-vibbet__conclusion-section {
  background-color: var(--vibbet-background);
  color: var(--vibbet-text-main);
}

.page-blog-why-choose-vibbet__customer-service-section,
.page-blog-why-choose-vibbet__download-guide-section,
.page-blog-why-choose-vibbet__faq-section {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-why-choose-vibbet__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-why-choose-vibbet__section-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 40px;
  color: var(--vibbet-primary);
  text-shadow: 0 0 5px rgba(17, 168, 78, 0.3);
}

.page-blog-why-choose-vibbet__introduction-section .page-blog-why-choose-vibbet__section-title,
.page-blog-why-choose-vibbet__customer-service-section .page-blog-why-choose-vibbet__section-title,
.page-blog-why-choose-vibbet__faq-section .page-blog-why-choose-vibbet__section-title {
  color: var(--vibbet-deep-green);
  text-shadow: none;
}

.page-blog-why-choose-vibbet__sub-title {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--vibbet-primary);
}

.page-blog-why-choose-vibbet__introduction-section .page-blog-why-choose-vibbet__sub-title,
.page-blog-why-choose-vibbet__customer-service-section .page-blog-why-choose-vibbet__sub-title,
.page-blog-why-choose-vibbet__download-guide-section .page-blog-why-choose-vibbet__sub-title,
.page-blog-why-choose-vibbet__faq-section .page-blog-why-choose-vibbet__sub-title {
  color: var(--vibbet-deep-green);
}

.page-blog-why-choose-vibbet p {
  margin-bottom: 15px;
}

.page-blog-why-choose-vibbet a {
  color: var(--vibbet-secondary);
  text-decoration: underline;
}

.page-blog-why-choose-vibbet a:hover {
  color: var(--vibbet-primary);
}

.page-blog-why-choose-vibbet__feature-card {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  background-color: var(--vibbet-card-bg);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--vibbet-border);
  color: var(--vibbet-text-main);
}

.page-blog-why-choose-vibbet__feature-card--reverse {
  flex-direction: row-reverse;
}

.page-blog-why-choose-vibbet__feature-image {
  flex: 1;
  max-width: 50%;
  border-radius: 10px;
  object-fit: cover;
  height: auto;
  display: block;
}

.page-blog-why-choose-vibbet__feature-content {
  flex: 1;
}

.page-blog-why-choose-vibbet__feature-title {
  font-size: 2rem;
  color: var(--vibbet-gold);
  margin-bottom: 20px;
}

.page-blog-why-choose-vibbet__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-why-choose-vibbet__feature-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-blog-why-choose-vibbet__feature-list li::before {
  content: '✓';
  color: var(--vibbet-secondary);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.page-blog-why-choose-vibbet__service-list,
.page-blog-why-choose-vibbet__ordered-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-why-choose-vibbet__service-list li,
.page-blog-why-choose-vibbet__ordered-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.page-blog-why-choose-vibbet__service-list li::before {
  content: '👉';
  position: absolute;
  left: 0;
  top: 0;
}

.page-blog-why-choose-vibbet__ordered-list li::before {
  counter-increment: list-counter;
  content: counter(list-counter) ". ";
  color: var(--vibbet-primary);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.page-blog-why-choose-vibbet__ordered-list {
  counter-reset: list-counter;
}

.page-blog-why-choose-vibbet__download-cta,
.page-blog-why-choose-vibbet__final-cta {
  text-align: center;
  margin-top: 40px;
}

.page-blog-why-choose-vibbet__faq-list {
  margin-top: 30px;
}

.page-blog-why-choose-vibbet__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-why-choose-vibbet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  cursor: pointer;
  background-color: #eee;
  color: var(--vibbet-deep-green);
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* For details summary */
}

.page-blog-why-choose-vibbet__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-why-choose-vibbet__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-why-choose-vibbet__faq-item[open] .page-blog-why-choose-vibbet__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-why-choose-vibbet__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #555;
  background-color: #fff;
}

.page-blog-why-choose-vibbet__faq-answer p {
  margin-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .page-blog-why-choose-vibbet {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-why-choose-vibbet__hero-image {
    max-height: 400px;
  }

  .page-blog-why-choose-vibbet__hero-content {
    margin-top: 80px;
    padding: 15px;
  }

  .page-blog-why-choose-vibbet__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-why-choose-vibbet__hero-description {
    font-size: 1rem;
  }

  .page-blog-why-choose-vibbet__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-why-choose-vibbet__btn-primary,
  .page-blog-why-choose-vibbet__btn-secondary,
  .page-blog-why-choose-vibbet__btn-download,
  .page-blog-why-choose-vibbet__btn-final-action {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-why-choose-vibbet__section {
    padding: 40px 15px;
  }

  .page-blog-why-choose-vibbet__section-title {
    font-size: clamp(1.8rem, 6vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-blog-why-choose-vibbet__sub-title {
    font-size: 1.5rem;
  }

  .page-blog-why-choose-vibbet__feature-card {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-bottom: 40px;
  }

  .page-blog-why-choose-vibbet__feature-card--reverse {
    flex-direction: column;
  }

  .page-blog-why-choose-vibbet__feature-image {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }

  /* Ensure all images are responsive */
  .page-blog-why-choose-vibbet img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-why-choose-vibbet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-why-choose-vibbet__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-why-choose-vibbet__faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
  }

  .page-blog-why-choose-vibbet__download-guide-section {
    padding-top: 10px !important;
  }
}