.about-module__-i9KWa__about{min-height:100vh;padding:100px 1rem 4rem;position:relative}.about-module__-i9KWa__container{max-width:1200px;margin:0 auto}.about-module__-i9KWa__hero{text-align:center;margin-bottom:3rem}.about-module__-i9KWa__title{background:linear-gradient(135deg,#004aad 0%,#05c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.about-module__-i9KWa__subtitle{color:var(--text-secondary);max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.6}.about-module__-i9KWa__section{margin-bottom:4rem}.about-module__-i9KWa__contentCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 8px 32px var(--card-shadow);border-radius:24px;padding:2rem;transition:all .3s}.about-module__-i9KWa__contentCard:hover{box-shadow:0 20px 40px var(--card-shadow);transform:translateY(-5px)}.about-module__-i9KWa__sectionTitle{color:var(--text-primary);text-align:center;letter-spacing:-.02em;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.about-module__-i9KWa__text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-module__-i9KWa__missionContent{text-align:center;max-width:900px;margin:0 auto}.about-module__-i9KWa__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.about-module__-i9KWa__valueCard{text-align:center;background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:24px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.about-module__-i9KWa__valueCard:hover{border-color:var(--accent-primary);box-shadow:0 20px 40px -20px var(--accent-glow);background:#3b82f60d;transform:translateY(-12px)}.about-module__-i9KWa__valueIcon{filter:drop-shadow(0 0 10px var(--accent-glow));margin-bottom:2rem;font-size:3.5rem}.about-module__-i9KWa__valueCard h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.about-module__-i9KWa__valueCard p{color:var(--text-tertiary);line-height:1.6}.about-module__-i9KWa__teamGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.about-module__-i9KWa__teamCard{text-align:center;background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:24px;padding:3rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.about-module__-i9KWa__teamCard:before{content:"";pointer-events:none;background:linear-gradient(#ffffff0d 0%,#0000 100%);height:100%;position:absolute;top:0;left:0;right:0}.about-module__-i9KWa__teamCard:hover{border-color:var(--accent-primary);transform:translateY(-8px);box-shadow:0 20px 40px -10px #00000080}.about-module__-i9KWa__teamAvatar{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff;border:4px solid var(--glass-border);width:120px;height:120px;box-shadow:0 10px 20px -5px var(--accent-glow);border-radius:40px;justify-content:center;align-items:center;margin:0 auto 2rem;font-size:2.5rem;font-weight:800;display:flex}.about-module__-i9KWa__teamName{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.about-module__-i9KWa__teamRole{color:var(--primary-blue);margin-bottom:1rem;font-size:.95rem;font-weight:500}.about-module__-i9KWa__teamBio{color:var(--text-tertiary);line-height:1.6}.about-module__-i9KWa__statsCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 8px 32px var(--card-shadow);border-radius:24px;padding:2rem}.about-module__-i9KWa__statsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.about-module__-i9KWa__statItem{text-align:center}.about-module__-i9KWa__statNumber{background:linear-gradient(135deg,#004aad 0%,#05c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:800}.about-module__-i9KWa__statLabel{color:var(--text-tertiary);font-size:.95rem}.about-module__-i9KWa__fadeIn{animation:1s ease-out forwards about-module__-i9KWa__fadeIn}@keyframes about-module__-i9KWa__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:640px){.about-module__-i9KWa__about{padding:100px 2rem 4rem}.about-module__-i9KWa__title{font-size:3rem}.about-module__-i9KWa__subtitle{font-size:1.35rem}.about-module__-i9KWa__sectionTitle{font-size:2.25rem}.about-module__-i9KWa__statsGrid{grid-template-columns:repeat(4,1fr)}.about-module__-i9KWa__statNumber{font-size:2.5rem}}@media (min-width:968px){.about-module__-i9KWa__title{font-size:4rem}.about-module__-i9KWa__subtitle{font-size:1.5rem}.about-module__-i9KWa__sectionTitle{font-size:2.5rem}.about-module__-i9KWa__valuesGrid,.about-module__-i9KWa__teamGrid{grid-template-columns:repeat(2,1fr)}.about-module__-i9KWa__contentCard{padding:3rem}.about-module__-i9KWa__teamAvatar{width:100px;height:100px;font-size:2rem}.about-module__-i9KWa__teamName{font-size:1.5rem}.about-module__-i9KWa__statNumber{font-size:3rem}.about-module__-i9KWa__statLabel{font-size:1.1rem}}@media (min-width:1200px){.about-module__-i9KWa__valuesGrid,.about-module__-i9KWa__teamGrid{grid-template-columns:repeat(4,1fr)}}
