.about{min-height:100vh}.about-hero{background:linear-gradient(135deg,var(--primary-orange) 0,var(--dark-orange) 100%);color:var(--white);padding:4rem 0;text-align:center}.about-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.about-hero .subtitle{font-size:1.3rem;opacity:.95}.about-content{padding:5rem 0;background:var(--white)}.about-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;color:var(--primary-orange);margin-bottom:1.5rem}.about-text p{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:1.5rem}.about-image{display:flex;justify-content:center;align-items:center;background:var(--pale-orange);padding:3rem;border-radius:16px}.about-image img{max-width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(255,102,51,.2))}.credentials{padding:5rem 0;background:var(--gray-light)}.credentials h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-dark)}.credentials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.credential-card{background:var(--white);padding:2.5rem 2rem;border-radius:12px;text-align:center;transition:all .3s ease;border-top:4px solid var(--primary-orange)}.credential-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(255,102,51,.15)}.credential-icon{font-size:3rem;margin-bottom:1rem}.credential-card h3{font-size:1.5rem;color:var(--primary-orange);margin-bottom:.5rem;font-weight:600}.credential-card p{color:var(--text-light);line-height:1.6;font-size:.95rem}.specialization{padding:5rem 0;background:var(--white)}.specialization h2{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:var(--text-dark)}.specialization-content{max-width:900px;margin:0 auto}.intro-text{font-size:1.1rem;line-height:1.8;color:var(--text-light);text-align:center;margin-bottom:3rem}.specialization-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.spec-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--pale-orange);border-radius:10px;transition:all .3s ease}.spec-item:hover{transform:translateX(5px);box-shadow:0 5px 15px rgba(255,102,51,.1)}.spec-icon{color:var(--primary-orange);font-size:1.5rem;font-weight:700;flex-shrink:0}.spec-item span:last-child{color:var(--text-dark);line-height:1.6;font-size:1rem}.location-section{padding:5rem 0;background:var(--gray-light)}.location-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-dark)}.location-grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:3rem;gap:3rem;align-items:start}.location-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);border-left:4px solid var(--primary-orange)}.info-card h3{font-size:1.5rem;color:var(--primary-orange);margin-bottom:1rem}.info-card p{line-height:1.8;color:var(--text-light)}.info-card strong{color:var(--text-dark)}.map-container{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15);background:var(--white)}.map-container iframe{display:block;width:100%}@media (max-width:968px){.about-grid,.location-grid{grid-template-columns:1fr;gap:2rem}.about-hero h1{font-size:2.2rem}.about-text h2,.credentials h2,.location-section h2,.specialization h2{font-size:2rem}.about-image{order:-1}.credentials-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.specialization-list{grid-template-columns:1fr}.map-container iframe{height:350px}}@media (max-width:768px){.about-hero{padding:3rem 0}.about-hero h1{font-size:2rem}.about-hero .subtitle{font-size:1.1rem}.about-content,.credentials,.location-section,.specialization{padding:3rem 0}.about-text p{font-size:1rem}.credentials-grid{grid-template-columns:1fr}.credential-card{padding:2rem 1.5rem}.intro-text{font-size:1rem}.spec-item{padding:1.2rem}.info-card{padding:1.5rem}}