.about{font-family:var(--font-poppins);display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;background:var(--bg)}.about:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.about__hero{display:flex;flex-direction:column;max-width:800px}@media screen and (max-width:950px){.about__hero{text-align:left}}.about__hero h2{font-size:2.6rem;font-weight:700;background:linear-gradient(135deg,#ffffff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;line-height:1.25;margin-bottom:.75rem}@media screen and (max-width:1100px){.about__hero h2{font-size:2.75rem}}@media screen and (max-width:768px){.about__hero h2{font-size:2.25rem}}@media screen and (max-width:630px){.about__hero h2{font-size:1.9rem}}.about__hero-subtitle{font-size:1.1rem;color:#c9c9c9;font-weight:300;line-height:1.6;margin-bottom:2.5rem}@media screen and (max-width:1100px){.about__hero-subtitle{font-size:1.2rem}}@media screen and (max-width:768px){.about__hero-subtitle{font-size:1.1rem}}.about__content{display:flex;flex-direction:row;gap:1.25rem;align-items:flex-start;width:100%}@media(max-width:950px){.about__content{flex-direction:column;gap:2.5rem}}.about__left{flex:1.2 1;display:flex;flex-direction:column;gap:3rem}@media(max-width:950px){.about__left{gap:2.5rem}}@media(max-width:768px){.about__left{gap:1.5rem}}.about__story{display:flex;flex-direction:column;gap:1.25rem;padding:2rem;background:#242850;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);position:relative}@media screen and (max-width:1020px){.about__story{padding:1.25rem}}.about__story h2{font-size:1.85rem;font-weight:600;color:#fff;margin:0}.about__story p{font-size:1.05rem;line-height:1.7;color:#d0d0d0;font-weight:300}.about__mission h2{font-size:1.85rem;font-weight:600;color:#fff;margin-bottom:1.75rem}.about__mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.75rem;gap:1.75rem}@media(max-width:950px){.about__mission-grid{grid-template-columns:1fr}}.about__mission-item{padding:1.75rem;background:hsla(0,0%,100%,.02);border-radius:12px;border-left:4px solid #7877c6;transition:all .3s ease}.about__mission-item:hover{background:hsla(0,0%,100%,.05);transform:translateX(5px)}.about__mission-item h4{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.85rem}.about__mission-item p{font-size:.95rem;line-height:1.5;color:#c9c9c9;font-weight:300}.about__values h2{font-size:1.85rem;font-weight:600;color:#fff;margin-bottom:2rem}.about__values-list{display:flex;flex-direction:column;gap:2rem}.about__value{display:flex;gap:1.75rem;align-items:flex-start}@media(max-width:950px){.about__value{flex-direction:row;align-items:center;text-align:left;gap:1rem}}.about__value-number{background:linear-gradient(90deg,#6e48aa,#9d50bb);color:#fff;width:55px;height:55px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}@media(max-width:950px){.about__value-number{width:35px;height:35px;font-size:1rem;margin-right:.5rem}}.about__value-content{flex:1 1}.about__value-content h3{font-size:1.4rem;font-weight:600;color:#fff;margin-bottom:.85rem}@media(max-width:950px){.about__value-content h3{font-size:1.05rem;margin-bottom:.4rem}}.about__value-content p{font-size:1.05rem;line-height:1.6;color:silver;font-weight:300}@media(max-width:950px){.about__value-content p{font-size:.9rem}}.about__right{flex:.8 1;display:flex;justify-content:center;align-items:flex-start}.about__visual-section{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:400px}@media(max-width:950px){.about__visual-section{max-width:100%}}.about .about__image,.about .about__image-primary,.about .about__image-secondary{margin-left:auto;width:100%}.about img{border-radius:12px;width:100%;object-fit:cover}.about__image-primary img{height:280px}.about__image-secondary img{height:180px}.about__achievement-card{background:linear-gradient(135deg,#7877c6,#9b59b6);color:#fff;padding:1.75rem;border-radius:12px;text-align:center;position:relative}.about__achievement-card h3{font-size:1.4rem;font-weight:600;margin:0 0 .5rem}.about__achievement-card p{font-size:.95rem;font-weight:300;margin:0}.about__achievement-card-badge{position:absolute;top:-.9rem;right:1rem;font-size:2.25rem}.about__info-cards{display:flex;flex-direction:column;gap:1.25rem}.about__info-card{padding:1.25rem;background:#242850;border-radius:12px;border:1px solid hsla(0,0%,100%,.1)}.about__info-card h4{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .85rem}.about__info-card p{font-size:.9rem;line-height:1.4;color:#c9c9c9;font-weight:300;margin:0}.about__timeline{background:#242850;padding:1.75rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1)}@media screen and (max-width:1020px){.about__timeline{padding:1rem}}.about__timeline h3{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 1.25rem}.about__timeline-item{display:flex;gap:1rem;padding:.7rem 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.about__timeline-item:last-child{border-bottom:none}.about__timeline-year{font-weight:700;color:#7877c6;font-size:1rem;flex-shrink:0;width:45px}.about__timeline-event{color:silver;font-size:.9rem;flex:1 1}