.about-page{opacity:0;transform:translateY(20px);transition:all .6s ease}.about-page.visible{opacity:1;transform:translateY(0)}.about-hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;inset:0;background:linear-gradient(135deg,#0f4c3a,#1a6b4f 50%,#0f4c3a)}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.3)}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0,transparent 50%)}.hero-content{position:relative;z-index:2;width:100%;text-align:center;color:white}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#ffffff,#e0f7e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;margin-bottom:3rem;opacity:.9;font-weight:300}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:800px;margin:0 auto}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#22c55e;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.8;text-transform:uppercase;letter-spacing:1px}.story-section{padding:100px 0;background:#f8fafc}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-content h2{font-size:3rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.story-lead{font-size:1.3rem;color:#475569;font-weight:500;margin-bottom:2rem;line-height:1.6}.story-text{color:#64748b;line-height:1.8}.story-text p{margin-bottom:1.5rem}.story-visual{display:flex;justify-content:center}.story-image{width:100%;max-width:400px;height:500px;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.image-placeholder{width:100%;height:100%;display:flex;font-weight:600;font-size:1.1rem}.values-section{padding:100px 0;background:white}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.value-card{background:#f8fafc;padding:3rem 2rem;border-radius:20px;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.value-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px -12px rgba(0,0,0,.1);background:white}.value-icon{font-size:3rem;margin-bottom:1.5rem}.value-card h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.value-card p{color:#64748b;line-height:1.6}.team-section{padding:100px 0;background:#f8fafc}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.team-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);transition:all .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px -12px rgba(0,0,0,.15)}.member-image{background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;color:white;font-size:3rem;font-weight:700}.member-info{padding:2rem}.member-info h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.member-role{color:#22c55e;font-weight:600;margin-bottom:1rem;font-size:1rem}.member-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.member-expertise{display:flex;flex-wrap:wrap;gap:.5rem}.expertise-tag{background:#f1f5f9;color:#475569;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500}.milestones-section{padding:100px 0;background:white}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#e2e8f0;transform:translateX(-50%)}.timeline-item{display:flex;align-items:center;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row-reverse}.timeline-year{flex:0 0 120px;text-align:center;background:#22c55e;color:white;padding:1rem;border-radius:10px;font-weight:700;font-size:1.1rem;z-index:2}.timeline-content{flex:1;padding:2rem;background:#f8fafc;border-radius:15px;margin:0 2rem;border:1px solid #e2e8f0}.timeline-content p{color:#475569;font-size:1.1rem;margin:0}.cta-section{padding:100px 0;background:linear-gradient(135deg,#0f4c3a,#1a6b4f);color:white;text-align:center}.cta-content h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:3rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#22c55e;color:white;border:none;padding:1rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:#16a34a;transform:translateY(-2px)}.btn-secondary{background:transparent;color:white;border:2px solid white;padding:1rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:white;color:#0f4c3a;transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.story-grid{gap:2rem}.story-grid,.team-grid,.values-grid{grid-template-columns:1fr}.timeline:before{left:30px}.timeline-item{flex-direction:row!important;align-items:flex-start}.timeline-year{flex:0 0 80px;margin-right:1rem}.timeline-content{margin:0;flex:1}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}@media (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.section-header h2,.stat-number{font-size:2rem}}.member-image{width:100%;height:250px;position:relative;overflow:hidden;background:#f8fafc}.member-photo{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.team-card:hover .member-photo{transform:scale(1.05)}.image-placeholder{position:absolute;inset:0;display:none;align-items:center;justify-content:center;color:white;font-size:3rem;font-weight:700;background:linear-gradient(135deg,#22c55e,#16a34a)}.member-image:has(.member-photo:error) .image-placeholder,.member-photo:not([src])+.image-placeholder,.member-photo[src=""]+.image-placeholder{display:flex}