.FAQ-page{background-color:#fff}.FAQ-custom-container{max-width:1400px;margin:0 auto;padding:0 15px}.FAQ-hero{position:relative;background-color:var(--primary);padding:100px 0 60px;color:#fff;text-align:center}.FAQ-hero-title{font-size:3rem;font-weight:800}.FAQ-hero-title .highlight{color:var(--secondary)}.FAQ-hero-subtitle{font-size:1.1rem;opacity:.8;max-width:600px}.FAQ-content-section{padding:3rem 0}.FAQ-category-header{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem;color:var(--primary);border-bottom:2px solid #eee;padding-bottom:10px;background-color:#fcfcfc}.FAQ-category-header h3{font-weight:700;font-size:1.5rem;margin:0}.FAQ-category-header svg{color:var(--secondary)}.FAQ-item{background-color:#fcfcfc;border-radius:12px;margin-bottom:1rem;border:1px solid #edf2f7;box-shadow:0 2px 4px #00000005;overflow:hidden;transition:all .3s ease}.FAQ-item.active{border-color:var(--secondary);box-shadow:0 10px 20px #0000000d}.FAQ-question{width:100%;padding:1.25rem 1.5rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;text-align:left;font-weight:700;color:var(--primary);font-size:1.05rem;cursor:pointer}.FAQ-icon-wrapper{background:#f8fafc;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--secondary);transition:all .3s ease}.FAQ-item.active .FAQ-icon-wrapper{background:var(--secondary);color:#fff}.FAQ-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.FAQ-item.active .FAQ-answer{max-height:300px}.FAQ-answer-content{padding:0 1.5rem 1.5rem;color:#555;line-height:1.7;font-size:.95rem}.FAQ-help-section{padding-bottom:3rem}.FAQ-help-card{background-color:#fcfcfc;border:2px dashed #e2e8f0;border-radius:20px;padding:3rem;text-align:center}.FAQ-help-card h2{color:var(--primary);font-weight:800}.FAQ-btn-main{display:inline-flex;align-items:center;gap:10px;background:var(--secondary);color:#fff;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:700;margin-top:1.5rem;transition:transform .3s ease}.FAQ-btn-main:hover{transform:translateY(-3px);color:#fff}@media(max-width:768px){.FAQ-hero-title{font-size:2.2rem}.FAQ-question{font-size:.95rem}}
