/* GLOBAL LAYOUT OVERRIDES START */
.faq-new-page .fh {
  margin-bottom: 0;
}

.faq-new-page .fh-bg {
  background-image: url('/assets/hero/faq-banner%20image.webp') !important;
  background-position: center center !important;
}

.faq-new-page .fh-overlay {
  background: linear-gradient(90deg, rgba(16, 36, 69, 0.95) 0%, rgba(16, 36, 69, 0.85) 45%, rgba(16, 36, 69, 0.15) 100%) !important;
  opacity: 1 !important;
}

.faq-new-page .fh-h1 span {
  color: #FFC70A !important;
}

.faq-new-page .fh-inner {
  width: min(960px, 80%);
  max-width: 960px;
  gap: 36px;
}

.faq-new-page section:not(.fh) {
  padding: 96px 6% !important;
}

@media (min-width: 993px) {
  .faq-new-page h2 {
    font-size: 44px !important;
    font-weight: 600 !important;
  }
}

@media (max-width: 768px) {
  .faq-new-page section:not(.fh) {
    padding: 64px 5% !important;
  }
}
/* GLOBAL LAYOUT OVERRIDES END */

/* FAQ SECTION ACCORDION & CTA */
.faq-new-page .vc-faq {
  background: #F5F8FA;
}

.faq-cta {
  background: #FFC70A;
  border-radius: 18px;
  padding: 36px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  box-shadow: 0 10px 30px rgba(255, 199, 10, 0.15);
}

.faq-cta-content h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #090909;
  margin-bottom: 8px;
  line-height: 1.2;
}

.faq-cta-content p {
  font-family: var(--font-sans);
  font-size: 15px;
  color: rgba(9, 9, 9, 0.8);
  margin: 0;
  line-height: 1.5;
}

.faq-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 32px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #102445;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(16, 36, 69, 0.2);
}

.faq-cta-btn:hover {
  background: #0c1c36;
  transform: translateY(-2px);
}

@media (min-width: 993px) {
  .faq-new-page .vc-faq-inner {
    align-items: start !important;
  }

  .faq-new-page .vc-faq-left {
    position: sticky !important;
    top: 110px !important;
  }
}

@media (max-width: 600px) {
  .faq-cta {
    padding: 28px 24px;
    gap: 20px;
  }

  .faq-cta-content h3 {
    font-size: 22px;
  }
}

.faq-category-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #102445;
  margin: 48px 0 24px;
}
/* Crisp icon rendering */
.vc-why-card-icon img,
.vc-unlock-tile-icon img,
.vc-rebates-card-icon img,
.vc-install-step-icon img,
.vc-brand-card img,
.vc-where-card-icon img,
.vc-trust-card img,
.why-choose-item-icon,
.unlock-potential-card-icon img,
.benefit-icon img,
.battery-rebate-icon img,
.fh-trust-item img{
  object-fit:contain;
  image-rendering:auto;
}
