.faq-section{display:flex;flex-direction:column;align-items:center;padding-bottom:20px}#faq-section,.faq-section{margin-bottom:90px}.faq-header{text-align:center;max-width:700px;margin-bottom:3rem}.faq-header h2{margin-bottom:1rem}.faq-header h2 span{background:linear-gradient(90deg,#2563eb,#7c3aed,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.faq-header p{color:#4b5563}.faq-container{width:100%;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start;padding:0 50px}.faq-item{display:flex;flex-direction:column;justify-content:flex-start;background:#fff;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.05);overflow:hidden;transition:transform .3s ease,opacity .3s ease;opacity:0;transform:translateY(20px);width:100%;max-width:600px;margin:0 auto}.faq-section.visible .faq-item{opacity:1;transform:translateY(0)}.faq-question{width:100%;padding:1rem 1.5rem;text-align:left;font-weight:600;display:flex;justify-content:space-between;background:none;border:none;cursor:pointer}.faq-question .arrow{transition:transform .3s ease}.faq-question .arrow.open{transform:rotate(180deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;transition:max-height .5s ease,opacity .5s ease,padding .3s ease;padding:0 1.5rem}.faq-answer.open{max-height:1000px;opacity:1;padding:1rem 1.5rem 1.25rem}.faq-answer p{margin:0;color:#374151;line-height:1.6}@media (max-width:640px){.faq-section{margin-left:0}}@media (min-width:640px){.faq-header h2{font-size:2.5rem}.faq-header p{font-size:1.1rem}.faq-question{font-size:1.05rem}}@media (min-width:768px){.faq-container{grid-template-columns:repeat(2,1fr);gap:2rem}.faq-item{margin:0}}@media (min-width:1024px){.faq-header h2{font-size:3rem}.faq-header p{font-size:1.2rem}.faq-question{font-size:1.1rem}}