.about-hero{background:linear-gradient(135deg,#fff5f8 0,#f5f0ff 50%,#f0f8ff 100%);padding:6rem 0 5rem;text-align:center;position:relative;overflow:hidden}.about-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(231,29,115,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.about-hero__content{max-width:900px;margin:0 auto}.about-hero__title{font-size:3.5rem;font-weight:600;color:var(--color-primary-darkest);margin-bottom:var(--space-5);line-height:1.15}.about-hero__subtitle{font-size:1.25rem;color:var(--color-grey-700);line-height:1.7}@media (max-width:768px){.about-hero{padding:4rem 0 3rem}.about-hero__title{font-size:2rem}.about-hero__subtitle{font-size:1rem}}.our-story{background-color:var(--color-white)}.our-story__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.our-story__text{font-size:1.0625rem;color:var(--color-grey-700);line-height:1.8;margin-bottom:1.5rem}.our-story__text:last-child{margin-bottom:0}.our-story__text strong{color:var(--color-primary-dark);font-weight:600}.our-story__image{position:relative}.image-placeholder{width:100%;aspect-ratio:3/2;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.image-placeholder svg{width:100%;height:100%}@media (max-width:992px){.our-story__wrapper{grid-template-columns:1fr;gap:3rem}.our-story__image{order:-1}}.mission-vision{background:linear-gradient(135deg,var(--color-cream) 0,var(--color-cream-light) 100%)}.mission-vision__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.mv-card{background-color:var(--color-white);padding:3rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:2px solid transparent;transition:all var(--transition-base)}.mv-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl)}.mv-card--mission{border-color:var(--color-primary-light)}.mv-card--mission:hover{border-color:var(--color-primary)}.mv-card--vision{border-color:var(--color-secondary-light)}.mv-card--vision:hover{border-color:var(--color-secondary)}.mv-card__icon{width:80px;height:80px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all var(--transition-base)}.mv-card--mission .mv-card__icon{background:linear-gradient(135deg,var(--color-primary-lighter) 0,var(--color-primary-light) 100%);color:var(--color-primary-dark)}.mv-card--vision .mv-card__icon{background:linear-gradient(135deg,var(--color-secondary-light) 0,var(--color-info-light) 100%);color:var(--color-secondary)}.mv-card:hover .mv-card__icon{transform:scale(1.1) rotate(5deg)}.mv-card__title{font-size:2rem;font-weight:600;color:var(--color-primary-darkest);margin-bottom:1.5rem}.mv-card__text{font-size:1.0625rem;color:var(--color-grey-700);line-height:1.8;margin-bottom:1.25rem}.mv-card__text:last-child{margin-bottom:0}.mv-card__text strong{color:var(--color-primary-dark);font-weight:600}@media (max-width:992px){.mission-vision__grid{grid-template-columns:1fr;gap:2rem}.mv-card{padding:2.5rem}.mv-card__title{font-size:1.75rem}}@media (max-width:576px){.mv-card{padding:2rem}.mv-card__icon{width:64px;height:64px}.mv-card__title{font-size:1.5rem}.mv-card__text{font-size:1rem}}.our-values{background-color:var(--color-white)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.value-card{text-align:center;padding:2.5rem 2rem;border-radius:var(--radius-lg);background-color:var(--color-cream-light);transition:all var(--transition-base);border:2px solid transparent}.value-card:hover{transform:translateY(-6px);background-color:var(--color-white);box-shadow:var(--shadow-lg);border-color:var(--color-primary-light)}.value-card__icon{width:96px;height:96px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-md);transition:all var(--transition-base)}.value-card:hover .value-card__icon{transform:scale(1.1) rotate(-5deg);box-shadow:var(--shadow-lg)}.value-card__title{font-size:1.375rem;font-weight:600;color:var(--color-primary-darkest);margin-bottom:1rem}.value-card__text{font-size:1rem;color:var(--color-grey-600);line-height:1.7}@media (max-width:992px){.values-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:576px){.values-grid{grid-template-columns:1fr;gap:1.5rem}.value-card{padding:2rem 1.5rem}.value-card__icon{width:80px;height:80px}.value-card__title{font-size:1.25rem}.value-card__text{font-size:.9375rem}}.why-us{background:linear-gradient(135deg,var(--color-primary-lighter) 0,var(--color-cream) 100%)}.why-us__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.why-card{background-color:var(--color-white);padding:2.5rem 2rem;border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-md);transition:all var(--transition-base);border:2px solid transparent}.why-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--color-primary)}.why-card__number{font-family:var(--font-primary);font-size:3.5rem;font-weight:700;color:var(--color-primary);line-height:1;margin-bottom:1rem;letter-spacing:-.02em}.why-card__title{font-size:1.25rem;font-weight:600;color:var(--color-primary-darkest);margin-bottom:1rem}.why-card__text{font-size:.9375rem;color:var(--color-grey-600);line-height:1.6}@media (max-width:992px){.why-us__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.why-us__grid{grid-template-columns:1fr;gap:1.5rem}.why-card{padding:2rem 1.5rem}.why-card__number{font-size:3rem}.why-card__title{font-size:1.125rem}}.about-cta{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;position:relative;overflow:hidden}.about-cta::before{content:'';position:absolute;top:-50%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.about-cta__content{max-width:800px;margin:0 auto;text-align:center}.about-cta__title{font-size:2.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem;line-height:1.2}.about-cta__subtitle{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:2.5rem;line-height:1.6}.about-cta__buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.about-cta__buttons .btn--primary{background-color:#fff;color:var(--color-primary-dark)}.about-cta__buttons .btn--primary:hover{background-color:var(--color-cream-light);transform:translateY(-2px)}.about-cta__buttons .btn--secondary{background-color:transparent;color:#fff;border-color:#fff}.about-cta__buttons .btn--secondary:hover{background-color:rgba(255,255,255,.1);border-color:#fff}@media (max-width:768px){.about-cta__title{font-size:2rem}.about-cta__subtitle{font-size:1rem}.about-cta__buttons{flex-direction:column;align-items:stretch}.about-cta__buttons .btn{width:100%}}.nav__link.active{color:var(--color-primary-dark);font-weight:600}.nav__link.active::after{width:100%}@media (max-width:576px){.section{padding:3rem 0}.section__header{margin-bottom:2.5rem}.section__title{font-size:1.75rem}.section__subtitle{font-size:.9375rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mv-card,.value-card,.why-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.value-card:first-child{animation-delay:.1s}.value-card:nth-child(2){animation-delay:.2s}.value-card:nth-child(3){animation-delay:.3s}.value-card:nth-child(4){animation-delay:.4s}.value-card:nth-child(5){animation-delay:.5s}.value-card:nth-child(6){animation-delay:.6s}.why-card:first-child{animation-delay:.1s}.why-card:nth-child(2){animation-delay:.2s}.why-card:nth-child(3){animation-delay:.3s}.why-card:nth-child(4){animation-delay:.4s}.mv-card:first-child{animation-delay:.1s}.mv-card:nth-child(2){animation-delay:.3s}@media (prefers-reduced-motion:reduce){.mv-card,.value-card,.why-card{animation:none}}