.about-page{min-height:80vh;font-family:Instrument Sans,sans-serif}.about-hero{text-align:center;padding:4rem 2rem 2rem;background:linear-gradient(135deg,var(--secondary) 0,#e8f5e8 100%)}.about-title{font-size:3.5rem;font-weight:700;color:var(--primary);margin:0 0 1rem}.about-page{background:#363636}.about-subtitle{font-size:1.5rem;color:var(--primary);margin:0;opacity:.8}.about-content{max-width:1200px;margin:0 auto;padding:2rem}.about-section{margin-bottom:3rem}.about-section h2{font-size:2.5rem;border-bottom:3px solid var(--brand-color);padding-bottom:.5rem;display:inline-block}.about-section h2,.about-section p{color:var(--primary);margin-bottom:1.5rem}.about-section p{font-size:1.2rem;line-height:1.8}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.feature-item{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.feature-item h3{font-size:1.5rem;color:var(--primary);margin-bottom:1rem}.feature-item p{font-size:1.1rem;margin:0}.faq-section{margin-top:4rem}.faq-container{margin-top:2rem}.faq-item{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;overflow:hidden;background:var(--white);box-shadow:0 2px 4px rgba(0,0,0,.05)}.faq-question{width:100%;background:none;border:none;padding:1.5rem 2rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:600;color:var(--primary);transition:background-color .3s ease}.faq-question:hover{background:#f8f9fa}.faq-question.active{background:var(--brand-color);color:var(--white)}.faq-icon{font-size:1.5rem;font-weight:700;transition:transform .3s ease}.faq-question.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-answer.open{max-height:500px;transition:max-height .3s ease-in}.faq-answer-content{padding:0 2rem 1.5rem}.faq-answer-content p{margin:0;font-size:1.1rem;line-height:1.7;color:var(--primary)}.cta-section{text-align:center;background:linear-gradient(135deg,var(--brand-color) 0,#0d8a6b 100%);color:var(--white);padding:3rem;border-radius:12px;margin-top:4rem}.cta-section h2{color:var(--white);border-bottom:3px solid var(--white)}.cta-section p{color:var(--white);opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.cta-button{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent}.cta-button.primary{background:var(--white);color:var(--brand-color)}.cta-button.primary:hover,.cta-button.secondary{background:transparent;color:var(--white);border-color:var(--white)}.cta-button.secondary:hover{background:var(--white);color:var(--brand-color)}@media (max-width:768px){.about-hero{padding:2rem 1rem 1rem}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.2rem}.about-content{padding:1rem}.about-section h2{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-item{padding:1.5rem}.faq-question{padding:1rem 1.5rem;font-size:1.1rem}.faq-answer-content{padding:0 1.5rem 1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{padding:.8rem 1.5rem;width:200px;text-align:center}}@media (max-width:480px){.about-title{font-size:2rem}.about-subtitle{font-size:1rem}.about-section h2{font-size:1.8rem}.about-section p{font-size:1.1rem}.faq-question{padding:.8rem 1rem;font-size:1rem}.faq-answer-content{padding:0 1rem .8rem}.faq-answer-content p{font-size:1rem}}