.faq{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);width:100%;max-width:100%;padding:5rem 2rem}@media (max-width:768px){.faq{padding:3rem 1rem}}.faq__container{max-width:1400px;margin:0 auto}.faq__main-title{color:#2e2e2e;text-align:center;margin:0 0 3rem;font-family:Figtree,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.3em}@media (max-width:768px){.faq__main-title{margin-bottom:2rem;font-size:2rem}}@media (max-width:480px){.faq__main-title{font-size:1.75rem}}.faq__accordion{flex-direction:column;gap:1.5rem;display:flex}.faq__item{background:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #00000014}.faq__item:hover{box-shadow:0 4px 12px #0000001f}.faq__header{cursor:pointer;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;transition:all .3s;display:flex}@media (max-width:768px){.faq__header{padding:1.25rem 1.5rem}}.faq__header:hover{background:#f8f8f8}.faq__header--active{background:#f8f8f8;border-bottom:1px solid #e0e0e0}.faq__title{color:#333;text-align:left;margin:0;font-size:1.25rem;font-weight:600}@media (max-width:768px){.faq__title{font-size:1.1rem}}@media (max-width:480px){.faq__title{font-size:1rem}}.faq__icon{flex-shrink:0;width:24px;height:24px;margin-left:1rem}.faq__icon svg{fill:#fc3;width:100%;height:100%;transition:transform .3s}.faq__content{background:#f9f9f9;padding:2rem;animation:.3s ease-out slideDown}@media (max-width:768px){.faq__content{padding:1.5rem}}.faq__content-text{color:#555;line-height:1.7}.faq__content-text p{margin:0 0 1rem}.faq__content-text p:last-child{margin-bottom:0}.faq__content-text strong{color:#333;font-weight:600}.faq__content-text ul{margin:1rem 0;padding-left:1.5rem}.faq__content-text ul li{margin-bottom:.5rem;line-height:1.6}.faq__nested-accordion{flex-direction:column;gap:1rem;display:flex}.faq__nested-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.faq__nested-header{cursor:pointer;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;transition:all .3s;display:flex}@media (max-width:768px){.faq__nested-header{padding:1rem}}.faq__nested-header:hover{background:#fafafa}.faq__nested-header--active{background:#fafafa;border-bottom:1px solid #e0e0e0}.faq__nested-title{color:#333;text-align:left;flex:1;margin:0;font-size:1.05rem;font-weight:500}@media (max-width:768px){.faq__nested-title{font-size:.95rem}}.faq__nested-icon{color:#fc3;flex-shrink:0;margin-left:1rem;font-size:1.5rem;font-weight:300;transition:transform .3s}.faq__nested-content{background:#fff;border-top:1px solid #e0e0e0;padding:1.5rem;animation:.3s ease-out slideDown}@media (max-width:768px){.faq__nested-content{padding:1rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
