@layer components{.about-page{background:linear-gradient(to bottom right,var(--bg-color),#f9fafb);min-height:100vh;overflow-x:hidden}.about-hero{position:relative;width:100%;padding:10rem 2rem 6rem;background:linear-gradient(135deg,var(--primary-color),#2a5298);color:#ffffff;text-align:center;min-height:10vh;box-shadow:0 20px 50px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;overflow:hidden;animation:fadeIn 1.5s ease-out}.about-hero-content{max-width:900px;padding:2rem;z-index:2}.about-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;text-shadow:0 3px 6px rgba(0,0,0,.3);background:linear-gradient(90deg,#ffffff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1.5rem}.about-subtitle{font-size:clamp(1.2rem,2.5vw,1.75rem);font-weight:500;color:#f3f4f6;max-width:700px;margin:0 auto;opacity:.9}.about-section{max-width:1200px;margin:4rem auto;padding:3rem 2rem;background:rgba(255,255,255,.95);border-radius:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1);animation:slideUp .8s ease-out;position:relative;z-index:1}.about-section:nth-child(odd){transform:translateY(20px);animation-delay:.2s}.about-content{display:flex;flex-direction:column;gap:2rem}@media (min-width:1024px){.about-content{flex-direction:row;align-items:flex-start}}.about-image-container,.about-text-container{flex:1}.about-text{font-size:1.125rem;line-height:1.75;color:var(--text-color);max-width:600px}.about-image{width:100%;height:auto;object-fit:cover;transition:transform .3s ease}.about-image:hover{transform:scale(1.05)}.section-title{font-size:2rem;font-weight:700;color:var(--primary-color);text-align:center;margin-bottom:2rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translateX(-50%);width:50px;height:4px;background:var(--secondary-color);border-radius:2px}.services-grid{display:grid;gap:1.5rem;padding:1rem}.service-card{background:linear-gradient(135deg,rgba(255,255,255,.8),rgba(240,248,255,.9));backdrop-filter:blur(5px);border-radius:1rem;padding:1.5rem;text-align:center;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.service-text{font-size:1rem;font-weight:500;color:var(--text-color);line-height:1.5}.contact-info{padding:1.5rem;border-radius:1rem;text-align:center}.contact-item{font-size:1.125rem;color:var(--text-color);line-height:1.6}@media (max-width:640px){.about-hero{padding:6rem 1rem 3rem;min-height:30vh}.about-title{font-size:clamp(1.5rem,6vw,2.5rem)}.about-subtitle{font-size:clamp(1rem,3vw,1.2rem);max-width:100%}.about-section{margin:2rem auto;padding:1.5rem 1rem;border-radius:1rem}.about-content{flex-direction:column}.about-text{font-size:1rem;line-height:1.5}.section-title{font-size:1.5rem}.services-grid{grid-template-columns:1fr}.service-card{padding:1rem}.service-text{font-size:.875rem}.contact-info{padding:1rem}.contact-item{font-size:1rem}}@media (min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.dark .about-section{background:rgba(31,41,55,.95);box-shadow:0 10px 30px rgba(0,0,0,.3)}.dark .about-text,.dark .contact-item,.dark .service-text{color:#d1d5db}.dark .service-card{background:linear-gradient(135deg,rgba(31,41,55,.8),rgba(17,24,39,.9))}.dark .about-image{filter:brightness(.9)}}