.faq-page-container{max-width:900px;margin:60px auto;padding:0 20px}.faq-hero{text-align:center;margin-bottom:60px;padding:60px 40px;background:linear-gradient(135deg,#f9fafb 0,#fff 100%);border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.faq-hero h1{font-size:42px;font-weight:600;color:#111827;margin:0 0 16px 0;line-height:1.2;letter-spacing:-.02em}.faq-hero p{font-size:18px;color:#6b7280;margin:0;max-width:600px;margin:0 auto;line-height:1.7}.faq-search{max-width:600px;margin:0 auto 40px;position:relative}.faq-search-input{width:100%;padding:16px 50px 16px 20px;font-size:16px;border:2px solid #e5e7eb;border-radius:8px;outline:0;transition:all .3s ease;font-family:inherit}.faq-search-input:focus{border-color:#019ede;box-shadow:0 0 0 4px rgba(1,158,222,.1)}.faq-search-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:20px;pointer-events:none}.faq-accordion{background:#fff;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.06);overflow:hidden}.faq-item{border-bottom:1px solid #f3f4f6;transition:all .3s ease}.faq-item:last-child{border-bottom:none}.faq-item.active{background:#f9fafb}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:24px 28px;background:0 0;border:none;cursor:pointer;text-align:left;transition:all .3s ease;position:relative}.faq-question::before{content:'';position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(135deg,#019ede 0,#0174b8 100%);transform:scaleY(0);transform-origin:top;transition:transform .3s ease}.faq-item.active .faq-question::before{transform:scaleY(1)}.faq-question:hover{background:rgba(1,158,222,.02)}.faq-question-text{flex:1;font-size:18px;font-weight:600;color:#111827;padding-right:20px;line-height:1.4}.faq-question-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;color:#6b7280;font-size:18px;transition:all .3s ease}.faq-item.active .faq-question-icon{background:linear-gradient(135deg,#019ede 0,#0174b8 100%);color:#fff;transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.active .faq-answer{max-height:1000px}.faq-answer-content{padding:0 28px 24px 28px;color:#6b7280;font-size:16px;line-height:1.7}.faq-answer-content p{margin:0 0 16px 0}.faq-answer-content p:last-child{margin-bottom:0}.faq-answer-content ul{margin:12px 0;padding-left:24px}.faq-answer-content li{margin-bottom:8px;color:#6b7280}.faq-contact-cta{margin-top:60px;text-align:center;padding:48px 40px;background:linear-gradient(135deg,#f9fafb 0,#fff 100%);border-radius:8px;border:2px dashed #e5e7eb}.faq-contact-cta h3{font-size:24px;font-weight:600;color:#111827;margin:0 0 12px 0;line-height:1.3}.faq-contact-cta p{font-size:16px;color:#6b7280;margin:0 0 24px 0;line-height:1.6}.faq-contact-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 32px;background:linear-gradient(135deg,#019ede 0,#0174b8 100%);color:#fff;font-size:16px;font-weight:600;border-radius:6px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.faq-contact-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(1,158,222,.25)}.faq-contact-button svg{width:20px;height:20px}.faq-stats{display:flex;gap:24px;justify-content:center;margin-bottom:40px}.faq-stat{text-align:center;padding:20px 32px;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.faq-stat-number{font-size:32px;font-weight:700;color:#019ede;margin:0 0 4px 0;line-height:1;font-family:Barlow,sans-serif}.faq-stat-label{font-size:13px;font-weight:600;color:#6b7280;margin:0;text-transform:uppercase;letter-spacing:.5px}@media (max-width:768px){.faq-page-container{margin:40px auto}.faq-hero{padding:40px 20px;margin-bottom:40px}.faq-hero h1{font-size:32px;margin-bottom:12px}.faq-hero p{font-size:16px}.faq-search{margin-bottom:32px}.faq-question{padding:20px}.faq-question-text{font-size:16px}.faq-question-icon{width:28px;height:28px;font-size:16px}.faq-answer-content{padding:0 20px 20px 20px;font-size:15px}.faq-contact-cta{padding:32px 20px;margin-top:40px}.faq-contact-cta h3{font-size:20px}.faq-contact-cta p{font-size:15px}.faq-stats{flex-direction:column;gap:16px}.faq-stat{padding:16px 24px}}@media (max-width:480px){.faq-hero h1{font-size:28px}.faq-search-input{padding:14px 45px 14px 16px;font-size:15px}.faq-question{padding:16px}.faq-question-text{font-size:15px;padding-right:12px}.faq-answer-content{padding:0 16px 16px 16px;font-size:14px}}.faq-item{animation:fadeInUp .5s ease forwards;opacity:0}.faq-item:first-child{animation-delay:50ms}.faq-item:nth-child(2){animation-delay:.1s}.faq-item:nth-child(3){animation-delay:.15s}.faq-item:nth-child(4){animation-delay:.2s}.faq-item:nth-child(5){animation-delay:.25s}.faq-item:nth-child(6){animation-delay:.3s}.faq-item:nth-child(7){animation-delay:.35s}.faq-item:nth-child(8){animation-delay:.4s}.faq-item:nth-child(9){animation-delay:.45s}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}