::selection { background: #E8F5E8; color: #25845A; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.faq-answer { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; overflow: hidden; transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out; }
.faq-answer.open { max-height: 12rem; padding-top: 1rem; padding-bottom: 1rem; opacity: 1; border-top: 1px solid #E5E7EB; }
.faq-chevron { transition: transform 0.3s; }
.faq-chevron.open { transform: rotate(180deg); }
