.about-container{min-height:100vh;position:relative}.about-hero{position:relative;min-height:60vh;background:linear-gradient(135deg,#ffc107,#f28007);display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;overflow:hidden}.hero-content{position:relative;z-index:2;max-width:800px;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-hero h1{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.1)}.about-hero p{font-size:1.5rem;color:rgba(255,255,255,.9);margin-bottom:2rem}.scroll-down-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background-color:#fff;color:#212529;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin:0 auto}.scroll-down-btn:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.hero-shape{position:absolute;border-radius:50%;z-index:1}.shape-1{top:-100px;right:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.2),rgba(255,255,255,0));animation:float 15s ease-in-out infinite}.shape-2{bottom:-150px;left:15%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.15),rgba(255,255,255,0));animation:float 20s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.about-mission{padding:5rem 2rem;background-color:#fff}.mission-content{max-width:1200px;margin:0 auto;text-align:center}.about-mission h2{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:1.5rem;position:relative;display:inline-block}.about-mission h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background-color:#ffc107;border-radius:2px}.about-mission>.mission-content>p{max-width:800px;margin:0 auto 3rem;font-size:1.1rem;color:#6c757d;line-height:1.7}.mission-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.value-item{padding:2rem;background-color:#f8f9fa;border-radius:12px;transition:all .3s ease}.value-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.value-icon{width:70px;height:70px;background-color:rgba(255,193,7,.1);color:#ffc107;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 1.5rem}.value-item h3{font-size:1.5rem;font-weight:600;color:#212529;margin-bottom:1rem}.value-item p{color:#6c757d;font-size:1rem}.about-story{padding:5rem 2rem;background-color:#f8f9fa}.story-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.story-text h2{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:1.5rem;position:relative}.story-text h2:after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:4px;background-color:#ffc107;border-radius:2px}.story-text p{color:#6c757d;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.story-image{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.about-team{padding:5rem 2rem;background-color:#fff;text-align:center}.about-team h2{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:1.5rem;position:relative;display:inline-block}.about-team h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background-color:#ffc107;border-radius:2px}.team-intro{max-width:800px;margin:0 auto 3rem;font-size:1.1rem;color:#6c757d}.team-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.team-member{padding:2rem;background-color:#f8f9fa;border-radius:12px;transition:all .3s ease}.team-member:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.member-avatar{width:100px;height:100px;background-color:#ffc107;color:#212529;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.team-member h3{font-size:1.25rem;font-weight:600;color:#212529;margin-bottom:.5rem}.member-role{color:#6c757d;font-size:.9rem}.about-contact{padding:5rem 2rem;background-color:#f8f9fa;text-align:center}.about-contact h2{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:1.5rem;position:relative;display:inline-block}.about-contact h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background-color:#ffc107;border-radius:2px}.about-contact>p{max-width:800px;margin:0 auto 3rem;font-size:1.1rem;color:#6c757d}.contact-methods{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.contact-method{padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease}.contact-method:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.contact-method h3{font-size:1.5rem;font-weight:600;color:#212529;margin-bottom:1rem}.contact-method p{color:#6c757d;font-size:1.05rem;margin-bottom:1.5rem}.contact-btn{display:inline-block;padding:.75rem 1.5rem;background-color:#ffc107;color:#212529;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease}.contact-btn:hover{background-color:#ffca2c;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,193,7,.2)}.map-container{margin-top:4rem;position:relative;border-radius:16px;overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,.1);max-width:1200px;margin-left:auto;margin-right:auto}.map-frame{width:100%;height:450px;position:relative;z-index:1}.map-overlay{position:absolute;top:30px;left:30px;background:rgba(255,255,255,.95);padding:25px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1);max-width:320px;z-index:2;animation:fadeInLeft .8s ease-out;border-left:5px solid #ffc107}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.map-overlay h3{font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:.5rem}.map-overlay p{color:#6c757d;margin-bottom:1.25rem;font-size:1rem}.map-btn{display:inline-block;padding:.75rem 1.5rem;background-color:#ffc107;color:#212529;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease}.map-btn:hover{background-color:#212529;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background-color:#ffc107;color:#212529;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s ease;animation:fadeInUp .5s ease-out;z-index:100}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-to-top:hover{background-color:#ffca2c;transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.15)}@media (max-width:991.98px){.about-hero h1{font-size:3rem}.about-hero p{font-size:1.25rem}.story-content{grid-template-columns:1fr}.story-text{order:2}.story-image{order:1;margin-bottom:2rem}}@media (max-width:767.98px){.about-hero{padding:3rem 1.5rem}.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.1rem}.about-contact,.about-mission,.about-story,.about-team{padding:3rem 1.5rem}.about-contact h2,.about-mission h2,.about-team h2,.story-text h2{font-size:2rem}.map-overlay{position:relative;top:0;left:0;max-width:100%;margin-bottom:20px;border-radius:8px 8px 0 0}.map-container{margin-top:3rem;border-radius:8px}}@media (max-width:575.98px){.about-hero{padding:2rem 1rem;min-height:50vh}.about-hero h1{font-size:2rem}.about-hero p{font-size:1rem}.about-contact,.about-mission,.about-story,.about-team{padding:2rem 1rem}.about-contact h2,.about-mission h2,.about-team h2,.story-text h2{font-size:1.75rem}.value-icon{width:60px;height:60px;font-size:1.5rem}.member-avatar{width:80px;height:80px;font-size:1.75rem}.scroll-to-top{bottom:1.5rem;right:1.5rem;width:45px;height:45px}.map-frame{height:350px}.map-overlay{padding:15px}.map-overlay h3{font-size:1.25rem}.map-btn{padding:.6rem 1.2rem;font-size:.9rem}}