.faq-page{min-height:100vh;background:var(--bg-light)}.faq-hero{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:var(--text-white);padding:4rem 0 3rem;text-align:center}.faq-title{font-size:2.5rem;font-weight:400;margin-bottom:1rem}.faq-subtitle{font-size:1.1rem;opacity:.95}.faq-content{padding:3rem 0}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.faq-item{background:var(--bg-white);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease}.faq-item:hover{box-shadow:var(--shadow)}.faq-question{width:100%;display:flex;align-items:center;gap:1rem;padding:1.5rem;background:none;border:none;cursor:pointer;text-align:left;font-size:1.1rem;color:var(--text-dark);transition:background-color .3s ease}.faq-question:hover{background:var(--bg-light)}.faq-number{flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--text-white);border-radius:50%;font-weight:600;font-size:1rem}.faq-question-text{flex:1 1;font-weight:500;line-height:1.6}.faq-icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--bg-section);border-radius:50%;font-size:1.5rem;font-weight:300;color:var(--primary-color);transition:all .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg);background:var(--primary-color);color:var(--text-white)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;padding:0 1.5rem}.faq-item.open .faq-answer{max-height:1000px;padding:0 1.5rem 1.5rem 5.5rem}.faq-answer-line{margin-bottom:.75rem;line-height:1.8;color:var(--text-medium)}.faq-bold{display:block;color:var(--primary-color);font-weight:600;margin-bottom:.5rem}.faq-footer{text-align:center;padding:3rem 0;border-top:1px solid var(--border-color)}.faq-footer p{font-size:1.2rem;color:var(--text-medium);font-weight:500;margin-bottom:2rem}.faq-contact-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:var(--text-white);text-decoration:none;border-radius:2rem;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgba(107,142,107,.3)}.faq-contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(107,142,107,.4);background:linear-gradient(135deg,var(--secondary-color) 0,var(--primary-color) 100%)}@media (max-width:768px){.faq-hero{padding:3rem 0 2rem}.faq-title{font-size:2rem}.faq-question,.faq-subtitle{font-size:1rem}.faq-question{padding:1.25rem}.faq-number{width:2.5rem;height:2.5rem;font-size:.9rem}.faq-item.open .faq-answer{padding:0 1.25rem 1.25rem}.faq-icon{width:1.75rem;height:1.75rem;font-size:1.25rem}.faq-contact-button{padding:.875rem 2rem;font-size:1rem}.faq-footer p{font-size:1.1rem;margin-bottom:1.5rem}}