.faq-page{min-height:100vh;background:#0d0d0d}.faq-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.faq-intro{text-align:center;margin-bottom:3rem}.faq-intro h2{font-size:2.5rem;color:white;margin-bottom:1rem}.faq-intro p{font-size:1.2rem;color:#aaa;max-width:800px;margin:0 auto 2rem;line-height:1.6}.faq-intro a{color:#667eea;text-decoration:none;transition:color .3s}.faq-intro a:hover{color:#764ba2;text-decoration:underline}.free-session-reminder{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;padding:2rem;max-width:900px;margin:2rem auto 0;box-shadow:0 10px 30px rgba(102,126,234,.3)}.free-session-reminder h3{font-size:1.8rem;color:white;margin:0 0 .5rem}.free-session-reminder p{font-size:1.1rem;color:white;margin:0;opacity:.95}.faq-cta{text-align:center;margin-top:4rem;padding:3rem 2rem;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-radius:15px;border:1px solid #667eea}.faq-cta h2{font-size:2.2rem;color:white;margin-bottom:1rem}.faq-cta p{font-size:1.2rem;color:#aaa;margin-bottom:2rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2rem;border-radius:30px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-block}.cta-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:2px solid transparent}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(102,126,234,.4)}.cta-button.secondary{background:transparent;color:#667eea;border:2px solid #667eea}.cta-button.secondary:hover{background:#667eea;color:white;transform:translateY(-3px)}@media (max-width:768px){.faq-container{padding:2rem 1rem}.faq-intro h2{font-size:2rem}.faq-intro p{font-size:1rem}.free-session-reminder{padding:1.5rem}.free-session-reminder h3{font-size:1.4rem}.free-session-reminder p{font-size:1rem}.faq-cta{padding:2rem 1rem}.faq-cta h2{font-size:1.8rem}.faq-cta p{font-size:1rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-button{width:100%;padding:.875rem 1.5rem}}@media (max-width:480px){.faq-intro h2{font-size:1.6rem}.free-session-reminder h3{font-size:1.2rem}}.faq-section{margin:3rem 0}.faq-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #667eea}.faq-section-header h3{font-size:1.8rem;color:#667eea;margin:0}.toggle-all-btn{background:transparent;border:2px solid #667eea;color:#667eea;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s}.toggle-all-btn:hover{background:#667eea;color:white}.faq-items{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#1a1a1a;border-radius:10px;border:1px solid #333;overflow:hidden;transition:all .3s}.faq-item:hover{box-shadow:0 4px 12px rgba(102,126,234,.1)}.faq-item.open,.faq-item:hover{border-color:#667eea}.faq-question{width:100%;padding:1.25rem 1.5rem;background:transparent;border:none;color:white;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:1.1rem;font-weight:500;transition:all .3s}.faq-question:hover{color:#667eea}.question-text{flex:1}.toggle-icon{font-size:1.5rem;color:#667eea;font-weight:700;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:rgba(102,126,234,.1);border-radius:50%;flex-shrink:0;transition:all .3s}.faq-item.open .toggle-icon{background:#667eea;color:white;transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-answer.visible{max-height:1000px;transition:max-height .5s ease-in}.faq-answer-content{padding:0 1.5rem 1.5rem;color:#aaa;line-height:1.7;font-size:1rem}@media (max-width:768px){.faq-section-header{flex-direction:column;align-items:flex-start;gap:1rem}.faq-section-header h3{font-size:1.5rem}.toggle-all-btn{width:100%}.faq-question{padding:1rem;font-size:1rem}.faq-answer-content{padding:0 1rem 1rem;font-size:.95rem}}