@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");.about-page{font-family:Inter,sans-serif;line-height:1.6;color:#333;background:#fff}.about-nav{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.about-nav-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:1rem 1.5rem}.about-nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#1f2937;font-weight:700;font-size:1.25rem}.about-nav-logo i{color:#7c3aed;font-size:1.5rem}.about-nav-links{display:flex;align-items:center;gap:2rem}.about-nav-link{text-decoration:none;color:#6b7280;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative}.about-nav-link:hover{color:#7c3aed}.about-nav-link:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#7c3aed;transform:scaleX(0);transition:transform .3s ease}.about-nav-link:hover:after{transform:scaleX(1)}.about-nav-actions{display:flex;align-items:center;gap:1rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;border:2px solid transparent;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#7c3aed;color:#fff;border-color:#7c3aed}.btn-primary:hover{background:#6d28d9;border-color:#6d28d9;transform:translateY(-2px);box-shadow:0 10px 20px rgba(124,58,237,.3)}.btn-secondary{background:transparent;color:#7c3aed;border-color:#7c3aed}.btn-secondary:hover{background:#7c3aed;color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px rgba(124,58,237,.2)}.btn-primary.large,.btn-secondary.large{padding:1rem 2rem;font-size:1.1rem}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0 4rem;margin-top:80px;text-align:center}.about-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(45deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-content p{font-size:1.25rem;max-width:600px;margin:0 auto;opacity:.9;line-height:1.8}.about-section{padding:5rem 0}.about-section.alternate{background:#f9fafb}.section-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-content.reverse{grid-template-columns:1fr 1fr}.section-content.reverse .section-text{order:2}.section-content.reverse .section-image{order:1}.section-text h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.section-text p{font-size:1.1rem;color:#6b7280;line-height:1.8;margin-bottom:2rem}.image-placeholder,.section-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:300px;height:300px;background:linear-gradient(135deg,#7c3aed,#3b82f6);border-radius:20px;box-shadow:0 20px 40px rgba(124,58,237,.3)}.image-placeholder i{font-size:4rem;color:#fff}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.value-item{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e5e7eb;transition:all .3s ease}.value-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.value-icon{width:60px;height:60px;background:linear-gradient(135deg,#7c3aed,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.value-icon i{font-size:1.5rem;color:#fff}.value-item h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.value-item p{color:#6b7280;line-height:1.6}.team-section{padding:5rem 0;background:#f9fafb}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}.team-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e5e7eb;transition:all .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.team-avatar{width:100px;height:100px;border-radius:50%;margin:0 auto 1.5rem;overflow:hidden;border:4px solid #e5e7eb}.team-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#7c3aed,#3b82f6);display:flex;align-items:center;justify-content:center}.avatar-placeholder i{font-size:2rem;color:#fff}.team-info h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.team-position{color:#7c3aed;font-weight:500;margin-bottom:1rem}.team-bio{color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.team-social{gap:1rem}.team-social,.team-social a{display:flex;justify-content:center}.team-social a{width:40px;height:40px;background:#f3f4f6;border-radius:50%;align-items:center;text-decoration:none;color:#6b7280;transition:all .3s ease}.team-social a:hover{background:#7c3aed;color:#fff;transform:translateY(-2px)}.about-cta{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;padding:5rem 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.1rem;opacity:.9;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-actions{display:flex;justify-content:center;gap:1rem}.about-footer{background:#111827;color:#fff;padding:3rem 0 1.5rem}.about-footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;padding:0 1.5rem;margin:0 auto 2rem}.about-footer .footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.about-footer .footer-section a{display:block;color:#9ca3af;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.about-footer .footer-section a:hover{color:#7c3aed}.about-footer .footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:700;font-size:1.25rem}.about-footer .footer-logo i{color:#7c3aed;font-size:1.5rem}.about-footer .footer-section p{color:#9ca3af;line-height:1.6}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#9ca3af;margin:0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:1024px){.about-nav-content{padding-left:1rem;padding-right:1rem}.section-content{grid-template-columns:1fr;gap:2rem;text-align:center}.section-content.reverse .section-image,.section-content.reverse .section-text{order:0}.about-hero-content h1{font-size:2.5rem}.section-text h2{font-size:2rem}.image-placeholder{width:250px;height:250px}.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:0 1rem}}@media (max-width:768px){.about-nav-actions,.about-nav-links{display:none}.about-hero{padding:6rem 0 3rem}.about-hero-content h1{font-size:2rem}.about-hero-content p{font-size:1.1rem}.about-section{padding:3rem 0}.section-text h2{font-size:1.75rem}.section-text p{font-size:1rem}.values-grid{gap:1.5rem}.team-grid,.values-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-actions{flex-direction:column;align-items:center}.about-footer .footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}}@media (max-width:480px){.container{padding:0 1rem}.about-hero-content h1{font-size:1.75rem}.section-text h2{font-size:1.5rem}.team-card,.value-item{padding:1.5rem}.image-placeholder{width:200px;height:200px}.image-placeholder i{font-size:3rem}}