.aboutHero-section{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0f0c29,#1a1a3e,#24243e)}.aboutHero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/_next/static/media/about-hero.75fe9ee0.webp);background-size:cover;background-position:50%;background-attachment:fixed;opacity:.2;animation:slowZoom 30s ease-out infinite}@keyframes slowZoom{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.aboutHero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(102,126,234,.2),rgba(0,0,0,.85))}.aboutHero-container{position:relative;z-index:2;max-width:1200px;width:100%;padding:2rem;text-align:center}.aboutHero-content{max-width:800px;margin:0 auto}.aboutHero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.6rem 1.2rem;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;font-size:.875rem;color:white;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2)}.aboutHero-title{font-size:3.5rem;font-weight:800;color:white;margin-bottom:1.5rem;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb)}.aboutHero-subtitle{font-size:1.2rem;color:rgba(255,255,255,.9);margin-bottom:2.5rem;line-height:1.6}.aboutHero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:80px;width:fit-content;margin:0 auto;background:var(--color-dark);width:100%}.hero-stat{text-align:center}.stat-number{font-size:1.5rem;margin-bottom:.25rem}.stat-label{font-size:.8rem}.aboutHero-wave{position:absolute;bottom:-2px;left:0;right:0;z-index:1;pointer-events:none}@media (max-width:768px){.aboutHero-title{font-size:2rem}.aboutHero-subtitle{font-size:1rem}}@media (max-width:480px){.aboutHero-title{font-size:1.5rem}.hero-stat-divider{display:none}}.hero-stat{display:flex;align-items:center;gap:.75rem;text-align:left}.hero-stat svg{color:#667eea}.hero-stat div{display:flex;flex-direction:column}.stat-number{display:block;font-size:1.2rem;font-weight:800;color:white;line-height:1.2}.stat-label{font-size:.7rem;color:rgba(255,255,255,.7)}.hero-stat-divider{width:1px;height:40px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.3),transparent)}@media (max-width:768px){.aboutHero-stats{flex-direction:column;gap:1rem;border-radius:30px;padding:1rem}.hero-stat-divider{display:none}.hero-stat{width:100%;justify-content:center}}.aboutCta-section{padding:5rem 0;position:relative;overflow:hidden}.aboutCta-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea,#0f5c8a)}.cta-gradient-1{top:-50%;left:-20%;background:radial-gradient(circle,rgba(255,255,255,.15),transparent);animation:floatCta 6s ease-in-out infinite}.cta-gradient-1,.cta-gradient-2{position:absolute;width:80%;height:150%;border-radius:50%}.cta-gradient-2{bottom:-50%;right:-20%;background:radial-gradient(circle,rgba(255,255,255,.1),transparent);animation:floatCta 8s ease-in-out infinite reverse}.cta-gradient-3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.08),transparent);animation:pulseCta 4s ease-in-out infinite}@keyframes floatCta{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-30px) rotate(5deg)}}@keyframes pulseCta{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.8}}.aboutCta-container{max-width:900px;margin:0 auto;padding:0 5%;position:relative;z-index:2}.aboutCta-content{text-align:center;color:white}.cta-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;font-size:.85rem;margin-bottom:1.5rem}.aboutCta-content h2{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#fff,#fbbf24);-webkit-background-clip:text;background-clip:text;color:transparent}.aboutCta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.cta-primary,.cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-primary{background:white;color:#667eea}.cta-secondary{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:white;border:1px solid rgba(255,255,255,.3)}.cta-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.feature{gap:.5rem;font-size:.85rem}.feature,.feature-check{display:flex;align-items:center}.feature-check{width:18px;height:18px;background:rgba(255,255,255,.2);border-radius:50%;justify-content:center;font-size:.7rem}@media (max-width:768px){.aboutCta-content h2{font-size:2rem}.aboutCta-content p{font-size:1rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-primary,.cta-secondary{justify-content:center}.cta-features{flex-direction:column;align-items:center;gap:.75rem}}@media (max-width:480px){.aboutCta-content h2{font-size:1.5rem}}.missionVision-section{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#ffffff)}.missionVision-container{max-width:1450px;margin:0 auto;padding:0 3%}.missionVision-header{text-align:center;margin-bottom:1rem}.mv-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:50px;font-size:.85rem;font-weight:500;color:#667eea;margin-bottom:1rem}.missionVision-header h2{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#1e293b}.missionVision-header p{font-size:1rem;color:#64748b}.mv-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.mv-card{position:relative;padding:2.5rem;background:white;border-radius:30px;transition:all .3s ease;border:1px solid #e2e8f0;overflow:hidden}.mv-card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;opacity:0;transition:opacity .3s ease}.mv-card:hover .mv-card-glow{opacity:1}.mv-card:hover{border-color:transparent;box-shadow:0 20px 40px rgba(0,0,0,.1)}.mv-icon{width:80px;height:80px;border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.mv-card h3{font-size:1.9rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.mv-card>p{color:#000;line-height:1.6;margin-bottom:1.5rem;font-weight:500}.mv-points{flex-direction:column;margin-bottom:1.5rem}.mv-point,.mv-points{display:flex;gap:.75rem}.mv-point{align-items:center;font-size:.9rem;color:#333;font-weight:500}.point-dot{width:6px;height:6px;border-radius:50%}.mv-impact{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border-radius:50px;font-size:.8rem;font-weight:600;color:#667eea}@media (max-width:968px){.mv-grid{grid-template-columns:1fr;gap:1.5rem}.mv-card{padding:2rem}.mv-card h3{font-size:1.5rem}}@media (max-width:768px){.missionVision-section{padding:3rem 0}.missionVision-header h2{font-size:2rem}.mv-icon{width:60px;height:60px}.mv-icon svg{width:32px;height:32px}}.mv-founder-quote{margin-top:4rem;padding:3rem;background:linear-gradient(135deg,#f8fafc,#ffffff);border-radius:30px;text-align:center;border:1px solid #e2e8f0;position:relative}.mv-founder-quote svg{color:#667eea;opacity:.3;margin-bottom:1rem}.mv-founder-quote p{font-size:1.2rem;line-height:1.6;color:#1e293b;max-width:700px;margin:0 auto 1rem;font-style:italic}.founder-name{font-weight:700;color:#667eea;font-size:.9rem}@media (max-width:768px){.mv-founder-quote{margin-top:2rem;padding:1.5rem}.mv-founder-quote p{font-size:1rem}}.story-section{padding:4rem 0;background:white}.story-container{max-width:1450px;margin:0 auto;padding:0 3%}.story-header{text-align:center;margin-bottom:2rem}.story-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:50px;font-size:.85rem;font-weight:500;color:#667eea;margin-bottom:1rem}.story-header h2{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#1e293b}.story-header p{font-size:1rem;color:#64748b}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.story-image{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1);width:100%;height:600px}.story-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.story-image:hover img{transform:scale(1.05)}.image-quote{position:absolute;bottom:2rem;left:2rem;right:2rem;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;border-radius:16px;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 15px rgba(0,0,0,.1)}.image-quote p{font-weight:600;color:#667eea;margin:0}.story-founder-badge{display:inline-block;padding:.3rem .8rem;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:20px;font-size:.8rem;margin-bottom:1rem}.story-founder-badge span{color:#64748b}.story-founder-badge strong{color:#667eea;margin-left:.25rem}.story-content h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.story-content>p{color:#64748b;line-height:1.7;margin-bottom:2rem}.story-highlights{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.highlight{display:flex;gap:1rem;align-items:flex-start}.highlight-icon{width:48px;height:48px;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#667eea;flex-shrink:0}.highlight-content h4{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;color:#1e293b}.highlight-content p{color:#64748b;font-size:.9rem}.story-milestones{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.milestone{display:flex;align-items:center;gap:1rem}.milestone svg{color:#667eea;flex-shrink:0}.milestone-content{display:flex;flex-direction:column;gap:.25rem}.milestone-year{font-size:.85rem;font-weight:700;color:#667eea}.milestone-text{font-size:.8rem;color:#64748b}@media (max-width:968px){.story-grid{grid-template-columns:1fr;gap:2rem}.story-content h3{font-size:1.5rem}}@media (max-width:768px){.story-section{padding:3rem 0}.story-image{height:400px}.story-header h2{font-size:2rem}.image-quote{bottom:1rem;left:1rem;right:1rem;padding:.75rem}.story-milestones{gap:.75rem}}.aboutStats-section{padding:4rem 0;background:linear-gradient(135deg,#1e293b,#0f172a);position:relative;overflow:hidden}.aboutStats-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></svg>');background-size:30px 30px;pointer-events:none}.aboutStats-container{max-width:1450px;margin:0 auto;padding:0 3%;position:relative;z-index:1}.aboutStats-header{text-align:center;margin-bottom:1rem}.stats-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:rgba(255,255,255,.1);border-radius:50px;font-size:.85rem;font-weight:500;color:white;margin-bottom:1rem}.aboutStats-header h2{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:white}.aboutStats-header p{font-size:1rem;color:#cbd5e1}.aboutStats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.aboutStats-card{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:24px;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.aboutStats-card:hover{background:rgba(255,255,255,.08);transform:translateY(-5px)}.aboutStats-icon{margin-bottom:1rem}.aboutStats-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.aboutStats-label{font-size:1rem;font-weight:600;color:white;margin-bottom:.5rem}.aboutStats-description{font-size:.8rem;color:#cbd5e1;margin-bottom:1rem}.aboutStats-bar{width:100%;height:4px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden}.bar-fill{height:100%;border-radius:2px;transition:width 1s ease}@media (max-width:768px){.aboutStats-section{padding:3rem 0}.aboutStats-header h2{font-size:2rem}.aboutStats-grid{grid-template-columns:1fr;gap:1rem}.aboutStats-card{padding:1.5rem}.aboutStats-number{font-size:2rem}}.aboutTestimonials-section{padding:5rem 0;background:white}.aboutTestimonials-container{max-width:900px;margin:0 auto;padding:0 5%}.aboutTestimonials-header{text-align:center;margin-bottom:3rem}.testimonials-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:50px;font-size:.85rem;font-weight:500;color:#667eea;margin-bottom:1rem}.aboutTestimonials-header h2{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#1e293b}.aboutTestimonials-header p{font-size:1rem;color:#64748b}.aboutTestimonials-carousel{display:flex;align-items:center;gap:1rem;margin:2rem 0}.testimonial-nav{width:48px;height:48px;border-radius:50%;background:white;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.testimonial-nav:hover{background:#667eea;color:white;border-color:#667eea}.testimonial-container{flex:1 1;overflow:hidden;position:relative}.aboutTestimonial-card{background:white;border-radius:30px;padding:2.5rem;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.08);position:relative}.testimonial-quote-icon{position:absolute;top:1rem;right:1rem;opacity:.05;color:#667eea}.testimonial-rating{display:flex;justify-content:center;gap:.25rem;margin-bottom:1.5rem}.testimonial-text{font-size:1.1rem;line-height:1.7;color:#334155;margin-bottom:2rem;font-style:italic}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.testimonial-author img{width:60px;height:60px;border-radius:50%;object-fit:cover}.author-details h4{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.author-details p{font-size:.8rem;color:#64748b}.testimonial-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .3s ease}.dot.active{width:24px;background:#667eea;border-radius:4px}@media (max-width:768px){.aboutTestimonials-section{padding:3rem 0}.aboutTestimonials-header h2{font-size:2rem}.testimonial-nav{width:36px;height:36px}.aboutTestimonial-card{padding:1.5rem}.testimonial-text{font-size:.95rem}.testimonial-author img{width:50px;height:50px}}.whychooseus-section{padding:4rem 0;background:white}.whychooseus-container{max-width:1450px;margin:0 auto;padding:0 3%}.whychooseus-header{text-align:center;margin-bottom:2rem}.wcu-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:50px;font-size:.85rem;font-weight:500;color:#667eea;margin-bottom:1rem}.whychooseus-header h2{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#1e293b}.whychooseus-header p{font-size:1rem;color:#64748b}.whychooseus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1rem}.wcu-card{padding:2rem;background:#f8fafc;border-radius:20px;transition:all .3s ease;border:1px solid #e2e8f0}.wcu-card:hover{background:white;border-color:transparent;box-shadow:0 10px 30px rgba(0,0,0,.08)}.wcu-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.wcu-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#1e293b}.wcu-card p{color:#333;line-height:1.6;margin-bottom:1rem;font-size:1rem}.wcu-stat{font-size:.85rem;font-weight:600;padding-top:1rem;border-top:1px solid #e2e8f0}@media (max-width:768px){.whychooseus-section{padding:3rem 0}.whychooseus-header h2{font-size:2rem}.whychooseus-grid{grid-template-columns:1fr;gap:1rem}.wcu-card{padding:1.5rem}}.wcu-footer{margin-top:3rem;text-align:center;padding:1.5rem;background:linear-gradient(135deg,#667eea08,#764ba208);border-radius:16px}.wcu-footer p{color:#000;font-size:.9rem;font-weight:500}@media (max-width:768px){.wcu-footer{margin-top:2rem;padding:1rem}.wcu-footer p{font-size:.8rem}}