/* Extra room for future tweaks. Keep it tiny. */
.kadence-sticky-header-enabled .site-header { backdrop-filter:saturate(1.2) blur(6px) }

/* Landing page enhancements */
.elita-hero h1 { font-size: 2.5rem; margin-bottom: 1rem; }
.elita-hero p { font-size: 1.2rem; margin-bottom: 2rem; }

/* FAQ styling */
.faq-item { 
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
   margin-top: 20px;
}
.faq-item summary { 
  padding: 1rem;
  background: white;
  cursor: pointer;
  user-select: none;
 

}
.faq-item summary:hover { background: #f8f9fa; }
.faq-item p {
  padding: 0 1rem 1rem 1rem;
  margin: 0;
  background: white;
}

/* Smooth scrolling for anchors */
html { scroll-behavior: smooth; }