.faq-content{padding:0;min-height:100vh;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.faq-header{margin-bottom:2rem}.faq-header h1{font-size:1.875rem;font-weight:700;color:white;margin:0;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border:1px solid #475569;border-radius:.75rem;padding:.5rem}.faq-tab{flex:1;padding:.75rem 1rem;background:transparent;border:none;border-radius:.5rem;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.faq-tab:hover{color:white;background:rgba(59,130,246,.1)}.faq-tab.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;box-shadow:0 4px 6px -1px rgba(59,130,246,.3)}.faq-questions{display:flex;flex-direction:column;gap:1rem;overflow-x:hidden}.faq-item,.faq-questions{width:100%;max-width:100%}.faq-item{border:1px solid #475569;border-radius:.75rem;overflow:hidden;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);box-sizing:border-box}.faq-item:hover{border-color:#3b82f6;box-shadow:0 8px 16px -4px rgba(59,130,246,.2);transform:translateY(-2px)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;transition:all .2s ease;background:transparent;width:100%;box-sizing:border-box}.faq-question:hover{background:rgba(59,130,246,.05)}.faq-question-text{font-size:1rem;font-weight:600;color:white;flex:1;margin-right:1rem;word-wrap:break-word;overflow-wrap:break-word;max-width:calc(100% - 2rem)}.faq-chevron{color:#94a3b8;transition:all .2s ease;flex-shrink:0}.faq-item:hover .faq-chevron{color:#3b82f6}.faq-answer{padding:0 1.5rem 1.5rem;color:#e2e8f0;font-size:.875rem;line-height:1.6;background:rgba(15,23,42,.3);border-top:1px solid #374151;animation:slideDown .3s ease-out;width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}@media (max-width:768px){.faq-content{padding:1rem}.faq-tabs{flex-direction:column;gap:.25rem}.faq-tab{text-align:center}.faq-question{padding:1rem}.faq-question-text{font-size:.875rem}.faq-answer{padding:0 1rem 1rem;font-size:.8rem}}