.about-page{padding-top:70px}.about-hero{position:relative;height:70vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero-bg-image{object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.8),rgba(0,0,0,.5) 50%,rgba(0,0,0,.7));z-index:-1}.hero-content{text-align:center;color:white;max-width:800px;padding:60px 40px;position:relative;background:rgba(0,0,0,.4);border-radius:20px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px rgba(0,0,0,.3)}.hero-title,.hero-title span{font-size:2.8rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:2px}.hero-title span{color:#d4af37}.hero-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:30px;color:#d4af37;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-description{font-size:1.2rem;line-height:1.6;opacity:.9;max-width:600px;margin:0 auto}.about-story{padding:100px 0;background:#f8f9fa}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:0 auto}.story-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.profile-image{width:100%;height:auto;border-radius:20px;transition:transform .3s ease}.story-image:hover .profile-image{transform:scale(1.05)}.story-text h2{font-size:1.7rem;font-weight:700;color:#2c3e50;margin-bottom:30px;position:relative}.story-text h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#d4af37}.story-description{font-size:1.1rem;line-height:1.8;color:#555}.story-description p{margin-bottom:25px}.additional-info{max-width:1200px;margin:60px auto 0;padding:40px;background:white;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.additional-info h3{font-size:1.7rem;font-weight:700;color:#2c3e50;margin-bottom:30px;position:relative;text-align:left}.additional-info h3:after{content:"";position:absolute;bottom:-10px;left:3%;transform:translateX(-50%);width:60px;height:4px;background:#d4af37}.additional-info p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:25px;text-align:left}.additional-info p:first-of-type{font-weight:600;color:#d4af37;font-size:1rem;letter-spacing:1px}.about-values{padding:100px 0;background:white}.values-header{text-align:center;max-width:600px;margin:0 auto 80px}.values-header h2{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:20px}.values-header p{font-size:1.2rem;color:#7f8c8d;line-height:1.6}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1200px;margin:0 auto}.value-item{text-align:center;padding:40px 30px;background:#f8f9fa;border-radius:16px;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.value-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:#d4af37}.value-icon{font-size:3rem;margin-bottom:20px}.value-item h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:15px}.value-item p{color:#7f8c8d;line-height:1.6;font-size:1rem}.about-stats{padding:80px 0;background:linear-gradient(135deg,#2c3e50,#34495e);color:white}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;max-width:1000px;margin:0 auto}.stat-item{text-align:center;padding:20px}.stat-number{font-size:3.5rem;font-weight:700;color:#d4af37;margin-bottom:10px;display:block}.stat-label{font-size:1.1rem;color:#bdc3c7;text-transform:uppercase;letter-spacing:1px;font-weight:600}.about-specialties{padding:100px 0;background:#f8f9fa}.specialties-header{text-align:center;max-width:600px;margin:0 auto 80px}.specialties-header h2{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:20px}.specialties-header p{font-size:1.2rem;color:#7f8c8d;line-height:1.6}.specialties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.specialty-item{background:white;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.specialty-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.specialty-image{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.specialty-item:hover .specialty-image{transform:scale(1.05)}.specialty-item h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:20px 20px 10px}.specialty-item p{color:#7f8c8d;line-height:1.6;margin:0 20px 20px;font-size:.95rem}.about-cta{padding:100px 0;background:linear-gradient(135deg,#d4af37,#b8941f);color:white}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{font-size:3rem;font-weight:700;margin-bottom:20px}.cta-content p{font-size:1.2rem;line-height:1.6;margin-bottom:40px;opacity:.9}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-block;padding:15px 30px;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;min-width:180px;text-align:center;border:2px solid transparent}.cta-button.primary{background:white;color:#d4af37;border-color:white}.cta-button.primary:hover,.cta-button.secondary{background:transparent;color:white;border-color:white}.cta-button.secondary:hover{background:white;color:#d4af37}.about-page .container{max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-content{padding:40px 30px;padding:40px 25px;margin:0 15px}.story-content{grid-template-columns:1fr;gap:40px;text-align:center}.story-text h2{font-size:2.5rem}.story-text h2:after{left:50%;transform:translateX(-50%)}.additional-info{margin:40px auto 0;padding:30px 20px}.additional-info h3{font-size:1.5rem}.cta-content h2,.specialties-header h2,.values-header h2{font-size:2.5rem}.values-grid{grid-template-columns:1fr;gap:30px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.stat-number{font-size:2.5rem}.specialties-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}}@media (max-width:480px){.about-hero{height:60vh;min-height:400px}.hero-title{font-size:2rem}.about-cta,.about-specialties,.about-story,.about-values{padding:60px 0}.cta-content h2,.specialties-header h2,.story-text h2,.values-header h2{font-size:2rem}.additional-info{padding:20px 15px}.additional-info h3{font-size:1.3rem}.value-item{padding:30px 20px}.stats-grid{grid-template-columns:1fr}.stat-number{font-size:2rem}.container{padding:0 15px}.hero-content{padding:30px 20px}}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translateX(-50px);transition:opacity .6s ease,transform .6s ease}.slide-in-left.visible{opacity:1;transform:translateX(0)}.slide-in-right{opacity:0;transform:translateX(50px);transition:opacity .6s ease,transform .6s ease}.slide-in-right.visible{opacity:1;transform:translateX(0)}