/* ==========================================================================
   VARN UNIVERSAL SIGNATURE FAQ ACCORDION (Matches /pages/services Exactly)
   ========================================================================== */

/* Outer Section & Container */
.varn-faq-section,
.services-faq,
section.varn-faq-block {
  padding: 90px 20px !important;
  background: #ffffff !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.wcsh-faq {
  background: #eff9fa !important;
  padding: 88px 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.varn-faq-container,
.services-faq__list,
.wcsh-faq__list,
.varn-faq-list {
  max-width: 860px !important;
  margin: 0 auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Centered Bold Section Title */
.varn-faq-head,
.services-head,
.varn-faq-section-head {
  text-align: center !important;
  margin-bottom: 48px !important;
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.varn-faq-head h2,
.services-head h2,
.varn-faq-section h2,
.varn-faq-section-head h2,
.varn-faq-title {
  font-family: 'TWK Everett', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  color: #09090b !important;
  line-height: 1.15 !important;
  margin: 0 0 12px 0 !important;
}

/* Category Headings in Pricing/Support */
.varn-faq-category-header {
  border-bottom: 2px solid #09090b !important;
  padding-bottom: 12px !important;
  margin-top: 48px !important;
  margin-bottom: 8px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.varn-faq-category-header h3 {
  font-family: 'TWK Everett', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #09090b !important;
  margin: 0 !important;
}
.varn-faq-category-count {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #71717a !important;
  text-transform: uppercase !important;
}

/* Item Row with Clean Divider */
.varn-faq-item,
.varn-faq-item-card,
.wcsh-faq__item,
.services-faq__item,
details.services-faq__item,
details.wcsh-faq__item {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #f0f0f0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease !important;
}

.varn-faq-item:hover,
.services-faq__item:hover,
.wcsh-faq__item:hover {
  border-bottom-color: #e4e4e7 !important;
}

/* Question Button Header */
.varn-faq-q,
.varn-faq-question,
.varn-faq-question-btn,
.wcsh-faq__q,
.services-faq__q,
summary.services-faq__q,
summary.wcsh-faq__q {
  cursor: pointer !important;
  user-select: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  text-align: left !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 24px 0 !important;
  font-family: 'TWK Everett', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(17px, 1.9vw, 19.5px) !important;
  font-weight: 700 !important;
  color: #09090b !important;
  line-height: 1.35 !important;
  box-sizing: border-box !important;
  transition: color 0.2s ease !important;
  list-style: none !important;
}

summary.services-faq__q::-webkit-details-marker,
summary.wcsh-faq__q::-webkit-details-marker {
  display: none !important;
}

.varn-faq-q:hover,
.varn-faq-question:hover,
.services-faq__q:hover,
.wcsh-faq__q:hover {
  color: #000000 !important;
}

/* Circular Toggle Bubble (+ / ×) */
.varn-faq-toggle-icon,
.varn-faq-icon-bubble,
.wcsh-faq__icon,
.wcsh-faq__ico,
.services-faq__icon,
.varn-faq-indicator {
  flex-shrink: 0 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #f4f4f5 !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #09090b !important;
  line-height: 1 !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.25s ease, color 0.25s ease !important;
  margin-left: 18px !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
}

/* Auto-generate '+' character if empty */
.wcsh-faq__icon:empty::before,
.services-faq__icon:empty::before,
.varn-faq-toggle-icon:empty::before,
.varn-faq-icon-bubble:empty::before {
  content: '+' !important;
  display: block !important;
  line-height: 1 !important;
}

/* Active / Expanded State: Solid Black Bubble with '×' */
.is-active .varn-faq-toggle-icon,
.is-open .varn-faq-toggle-icon,
.active .varn-faq-toggle-icon,
.is-active .varn-faq-icon-bubble,
.is-open .varn-faq-icon-bubble,
.active .varn-faq-icon-bubble,
.is-active .varn-faq-indicator,
.is-open .varn-faq-indicator,
.active .varn-faq-indicator,
details[open] .wcsh-faq__icon,
details[open] .wcsh-faq__ico,
details[open] .services-faq__icon {
  background: #09090b !important;
  color: #ffffff !important;
  transform: rotate(45deg) !important;
}

/* Disable unwanted pseudo after elements */
.varn-faq-q::after,
.varn-faq-question::after {
  display: none !important;
}

/* Smooth Expanding Answer Pane */
.varn-faq-a,
.varn-faq-answer,
.varn-faq-answer-pane,
.wcsh-faq__a,
.services-faq__a {
  overflow: hidden !important;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, padding 0.3s ease !important;
}

/* Closed State */
.varn-faq-item:not(.is-active):not(.is-open):not(.active) .varn-faq-a,
.varn-faq-item:not(.is-active):not(.is-open):not(.active) .varn-faq-answer,
.varn-faq-item-card:not(.is-open):not(.is-active) .varn-faq-answer-pane {
  max-height: 0 !important;
  opacity: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
}

/* Open State */
.varn-faq-item.is-active .varn-faq-a,
.varn-faq-item.is-open .varn-faq-a,
.varn-faq-item.active .varn-faq-a,
.varn-faq-item.is-active .varn-faq-answer,
.varn-faq-item.is-open .varn-faq-answer,
.varn-faq-item.active .varn-faq-answer,
.varn-faq-item-card.is-open .varn-faq-answer-pane,
.varn-faq-item-card.is-active .varn-faq-answer-pane,
details[open] .services-faq__a,
details[open] .wcsh-faq__a {
  max-height: 500px !important;
  opacity: 1 !important;
  padding-bottom: 24px !important;
  pointer-events: auto !important;
}

.varn-faq-a p,
.varn-faq-answer p,
.varn-faq-answer-pane p,
.wcsh-faq__a p,
.services-faq__a p,
.varn-faq-a,
.varn-faq-answer,
.varn-faq-answer-pane,
.wcsh-faq__a,
.services-faq__a {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  color: #18181b !important;
  opacity: 1 !important;
  margin: 0 !important;
}
