.faqSection{max-width:800px;padding:1rem;margin-bottom:3rem}.faqHeading,.faqSection{font-family:Lexend Deca,sans-serif}.faqHeading{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#1a1a1a;line-height:1.3;white-space:nowrap;margin:1.25rem 0 1rem;padding:0}.faqContainer{display:flex;flex-direction:column;gap:1rem;overflow:visible}.faqItem{border-radius:10px;padding:1rem 1.15rem;background:#fff;border:1px solid #ececec;border-left:3px solid #e7b554;box-shadow:0 1px 3px rgba(0,0,0,.06);cursor:pointer;height:auto;overflow:visible;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.faqItem:hover{border-color:#e7b554;box-shadow:0 2px 8px rgba(231,181,84,.18)}.faqItem.active{background:rgba(231,181,84,.07);border-color:#e7b554}.faqQuestion{display:flex;align-items:center;justify-content:space-between}.faqNumber{font-weight:700;font-size:1.35rem;color:#e7b554;margin-right:1rem;flex-shrink:0}.faqNumber,.faqText{font-family:Lexend Deca,sans-serif}.faqText{flex-grow:1;font-size:.98rem;font-weight:500;color:#2a2a2a;line-height:1.45}.icon{font-size:1.4rem;font-weight:700;color:#e7b554;margin-left:1rem}.faqAnswer{position:static;margin-top:.75rem;padding-top:.7rem;border-top:1px solid rgba(231,181,84,.28);font-size:.95rem;color:#444;line-height:1.6;overflow:visible;font-family:Lexend Deca,sans-serif}@media screen and (max-width:768px){.faqHeading{font-size:1.2rem}}