@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{color:#0f172a;background:#f8fafc;font-family:Plus Jakarta Sans,sans-serif}.fq-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8fafcf2;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:64px;padding:0 5%;display:flex;position:fixed;top:0;left:0;right:0}.fq-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.fq-logo-icon{background:#4f46e5;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.fq-logo-icon svg{width:20px;height:20px}.fq-logo-text{color:#0f172a;letter-spacing:-.5px;font-size:18px;font-weight:800}.fq-logo-text span{color:#4f46e5}.fq-back{color:#4f46e5;font-size:14px;font-weight:600;text-decoration:none}.fq-back:hover{text-decoration:underline}.fq-container{max-width:760px;margin:0 auto;padding:96px 24px 64px}.fq-header{text-align:center;margin-bottom:48px}.fq-label{color:#4f46e5;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:13px;font-weight:700}.fq-title{color:#0f172a;letter-spacing:-1px;margin-bottom:12px;font-size:36px;font-weight:800}.fq-sub{color:#64748b;font-size:16px;line-height:1.6}.fq-category{margin-bottom:40px}.fq-category-title{color:#4f46e5;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:700;display:flex}.fq-category-title:after{content:"";background:#e2e8f0;flex:1;height:1px}.fq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:8px;transition:border-color .2s;overflow:hidden}.fq-item.open{border-color:#4f46e5}.fq-question{cursor:pointer;color:#0f172a;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;font-size:15px;font-weight:600;line-height:1.5;display:flex}.fq-question:hover{background:#f8fafc}.fq-chevron{color:#64748b;flex-shrink:0;font-size:18px;transition:transform .2s}.fq-item.open .fq-chevron{color:#4f46e5;transform:rotate(180deg)}.fq-answer{color:#475569;border-top:1px solid #f1f5f9;padding:14px 20px 18px;font-size:14px;line-height:1.8}.fq-contact{text-align:center;background:#eef2ff;border:1px solid #4f46e533;border-radius:16px;margin-top:48px;padding:32px}.fq-contact h3{color:#0f172a;margin-bottom:8px;font-size:18px;font-weight:700}.fq-contact p{color:#64748b;margin-bottom:20px;font-size:14px;line-height:1.6}.fq-contact a{color:#fff;background:#4f46e5;border-radius:10px;padding:12px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.fq-contact a:hover{background:#3730a3;transform:translateY(-1px)}@media (max-width:640px){.fq-title{font-size:28px}.fq-question{padding:16px;font-size:14px}.fq-answer{padding:12px 16px 16px}}
