.faq-schema-section{margin:56px 0}.faq-schema-section .faq-schema-heading{font-size:1.8rem;font-weight:700;letter-spacing:-.025em;margin-bottom:32px}.faq-schema-item{border-bottom:1px solid var(--grey-2)}.faq-schema-question{align-items:center;background:none;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-family:inherit;font-size:1.05rem;font-weight:700;gap:16px;justify-content:space-between;padding:24px 0;text-align:left;transition:color .2s;width:100%}.faq-schema-question:hover{color:var(--kardex-blue)}.faq-schema-question svg{color:var(--text-tertiary);flex-shrink:0;height:20px;transition:transform .3s var(--ease-out);width:20px}.faq-schema-item.open .faq-schema-question svg{transform:rotate(45deg)}.faq-schema-answer{max-height:0;overflow:hidden;transition:max-height .4s var(--ease-out)}.faq-schema-item.open .faq-schema-answer{max-height:600px}.faq-schema-answer-content{color:var(--text-secondary);font-size:.95rem;line-height:1.7;padding-bottom:24px}.faq-schema-section .faq-schema-answer-content p{margin-bottom:12px}.faq-schema-section .faq-schema-answer-content p:last-child{margin-bottom:0}