.about-intro{padding:4rem 0}@media(min-width:768px){.about-intro{padding:5rem 0}}.about-intro{background:var(--bg-layout)}.about-intro .about-intro__grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:3rem}@media(min-width:1024px){.about-intro .about-intro__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-intro .about-intro__title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;color:var(--text-heading)}@media(min-width:768px){.about-intro .about-intro__title{font-size:2.25rem;line-height:2.5rem}}.about-intro .about-intro__desc{margin-bottom:1.5rem;line-height:1.75;color:var(--text-body)}.about-intro .about-intro__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(min-width:768px){.about-intro .about-intro__stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.about-intro .about-intro__stat{padding:1.25rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:var(--shadow-card);text-align:center;transition:transform .25s var(--ease-out),box-shadow .25s var(--ease-out),border-color .25s}.about-intro .about-intro__value{margin-bottom:.25rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.about-intro .about-intro__label{font-size:.75rem;line-height:1rem;color:var(--text-body)}.about-intro .about-intro__timeline-title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;color:var(--text-heading)}@media(min-width:768px){.about-intro .about-intro__timeline-title{font-size:2.25rem;line-height:2.5rem}}.about-intro .about-intro__timeline-title{margin-bottom:1.5rem}.about-intro .about-intro__timeline{position:relative}.about-intro .about-intro__line{position:absolute;left:1rem;top:0;bottom:0;width:.125rem;background:linear-gradient(180deg,rgba(22,119,255,.35),rgba(22,119,255,.06))}.about-intro .about-intro__list{display:flex;flex-direction:column;gap:1.5rem}.about-intro .about-intro__item{position:relative;display:flex;align-items:flex-start;gap:1rem;padding-left:3rem}.about-intro .about-intro__year{position:absolute;left:0;top:0;z-index:1;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:2px solid rgba(22,119,255,.4);border-radius:9999px;background:#fff;font-size:.75rem;line-height:1rem;font-weight:700;color:var(--primary)}.about-intro .about-intro__item-title{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:700;color:var(--text-heading)}.about-intro .about-intro__item-desc{font-size:.75rem;line-height:1rem;color:var(--text-body)}.about-intro .about-intro__stat:hover{transform:translateY(-3px);box-shadow:var(--shadow-elevated);border-color:rgba(22,119,255,.25)}.about-advantages{padding:4rem 0}@media(min-width:768px){.about-advantages{padding:5rem 0}}.about-advantages .about-advantages__head{margin-bottom:3rem;text-align:center}.about-advantages .about-advantages__head h2{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;color:var(--text-heading)}@media(min-width:768px){.about-advantages .about-advantages__head h2{font-size:2.25rem;line-height:2.5rem}}.about-advantages .about-advantages__head h2{margin-bottom:.75rem}.about-advantages .about-advantages__desc{max-width:42rem;margin-left:auto;margin-right:auto;color:var(--text-body)}.about-advantages .about-advantages__grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.about-advantages .about-advantages__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.about-advantages .about-advantages__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.about-advantages .about-advantages__card{transition:box-shadow .3s ease,transform .3s ease}.about-advantages .about-advantages__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1rem;border-radius:var(--radius-lg);background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-glow)}.about-advantages .about-advantages__icon svg{width:1.5rem;height:1.5rem}.about-advantages .about-advantages__name{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;color:var(--text-heading)}.about-advantages .about-advantages__text{margin:0;font-size:.875rem;line-height:1.75;color:var(--text-body)}.about-advantages .about-advantages__card:hover{transform:translateY(-3px);box-shadow:var(--shadow-elevated);border-color:rgba(22,119,255,.25)}.about-ecosystem{padding:4rem 0}@media(min-width:768px){.about-ecosystem{padding:5rem 0}}.about-ecosystem{background:var(--bg-layout)}.about-ecosystem .about-ecosystem__head{margin-bottom:3rem;text-align:center}.about-ecosystem .about-ecosystem__head h2{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;color:var(--text-heading)}@media(min-width:768px){.about-ecosystem .about-ecosystem__head h2{font-size:2.25rem;line-height:2.5rem}}.about-ecosystem .about-ecosystem__desc{max-width:42rem;margin-left:auto;margin-right:auto;color:var(--text-body)}.about-ecosystem .about-ecosystem__stage{position:relative}.about-ecosystem .about-ecosystem__core{position:absolute;top:50%;left:50%;z-index:10;display:flex;align-items:center;justify-content:center;width:8rem;height:8rem;border-radius:9999px;background:var(--gradient-primary);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transform:translate(-50%,-50%)}.about-ecosystem .about-ecosystem__core-inner{position:relative;text-align:center;color:#fff}.about-ecosystem .about-ecosystem__core-icon{width:2.5rem;height:2.5rem;margin:0 auto .25rem}.about-ecosystem .about-ecosystem__core-name{font-size:.75rem;line-height:1rem;font-weight:700}.about-ecosystem .about-ecosystem__core-sub{font-size:.75rem;line-height:1rem;opacity:.8}.about-ecosystem .about-ecosystem__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.about-ecosystem .about-ecosystem__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.about-ecosystem .about-ecosystem__grid{grid-template-columns:repeat(6,minmax(0,1fr))}.about-ecosystem .about-ecosystem__grid .about-ecosystem__core:before{content:"";position:absolute;inset:-6px;border-radius:9999px;border:1px solid rgba(22,119,255,.2);pointer-events:none}}.about-ecosystem .about-ecosystem__card{text-align:center}.about-ecosystem .about-ecosystem__product-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin:0 auto .75rem;border-radius:var(--radius-lg);background:var(--bg-layout);color:var(--primary)}.about-ecosystem .about-ecosystem__product-icon svg{width:1.5rem;height:1.5rem}.about-ecosystem .about-ecosystem__product-icon .about-ecosystem__product-icon--blue{background:#eff6ff;color:#2563eb}.about-ecosystem .about-ecosystem__product-icon .about-ecosystem__product-icon--indigo{background:#eef2ff;color:#4f46e5}.about-ecosystem .about-ecosystem__product-icon .about-ecosystem__product-icon--purple{background:#faf5ff;color:#9333ea}.about-ecosystem .about-ecosystem__product-icon .about-ecosystem__product-icon--orange{background:#fff7ed;color:#ea580c}.about-ecosystem .about-ecosystem__product-icon .about-ecosystem__product-icon--green{background:#f0fdf4;color:#16a34a}.about-ecosystem .about-ecosystem__product-icon .about-ecosystem__product-icon--cyan{background:#ecfeff;color:#0891b2}.about-ecosystem .about-ecosystem__product-name{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:700;color:var(--text-heading)}.about-ecosystem .about-ecosystem__product-category{font-size:.75rem;line-height:1rem;color:var(--text-body)}.about-team{padding:4rem 0}@media(min-width:768px){.about-team{padding:5rem 0}}.about-team .about-team__grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:3rem}@media(min-width:1024px){.about-team .about-team__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-team .about-team__title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;color:var(--text-heading)}@media(min-width:768px){.about-team .about-team__title{font-size:2.25rem;line-height:2.5rem}}.about-team .about-team__desc{margin-bottom:1.5rem;line-height:1.75;color:var(--text-body)}.about-team .about-team__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}@media(min-width:768px){.about-team .about-team__stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.about-team .about-team__stat{padding:1rem .75rem;border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-layout);text-align:center}.about-team .about-team__value{margin-bottom:.25rem;font-size:1.5rem;line-height:2rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.about-team .about-team__label{font-size:.75rem;line-height:1rem;color:var(--text-body)}.about-team .about-team__photo{aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.about-team .about-team__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-team .about-team__certs-title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;color:var(--text-heading)}@media(min-width:768px){.about-team .about-team__certs-title{font-size:2.25rem;line-height:2.5rem}}.about-team .about-team__certs-title{margin-bottom:1.5rem}.about-team .about-team__certs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.about-team .about-team__cert{padding:.75rem;text-align:center;border-radius:var(--radius-lg);transition:transform .25s var(--ease-out),box-shadow .25s var(--ease-out),border-color .25s}.about-team .about-team__cert-img{height:6rem;margin-bottom:.75rem}.about-team .about-team__cert-img img{width:100%;height:100%;border-radius:.5rem;-o-object-fit:cover;object-fit:cover;background:var(--bg-layout)}.about-team .about-team__cert-name{font-size:.75rem;line-height:1.25rem;color:var(--text-body)}.about-team .about-team__cert:hover{transform:translateY(-3px);box-shadow:var(--shadow-elevated);border-color:rgba(22,119,255,.25)}.about-partners{padding:4rem 0}@media(min-width:768px){.about-partners{padding:5rem 0}}.about-partners{background:var(--bg-layout)}.about-partners .about-partners__head{margin-bottom:3rem;text-align:center}.about-partners .about-partners__head h2{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;color:var(--text-heading)}@media(min-width:768px){.about-partners .about-partners__head h2{font-size:2.25rem;line-height:2.5rem}}.about-partners .about-partners__desc{max-width:42rem;margin-left:auto;margin-right:auto;color:var(--text-body)}.about-partners .about-partners__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(min-width:768px){.about-partners .about-partners__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1024px){.about-partners .about-partners__grid{grid-template-columns:repeat(7,minmax(0,1fr))}}.about-partners .about-partners__card{display:flex;align-items:center;justify-content:center;height:5rem;padding:1rem;border-radius:var(--radius-lg);text-align:center;transition:transform .25s var(--ease-out),box-shadow .25s var(--ease-out)}.about-partners .about-partners__card .about-partners__card--orange{background:#fff7ed}.about-partners .about-partners__card .about-partners__card--red{background:#fef2f2}.about-partners .about-partners__card .about-partners__card--blue{background:#eff6ff}.about-partners .about-partners__card .about-partners__card--green{background:#f0fdf4}.about-partners .about-partners__card .about-partners__card--gray{background:#f4f6f8}.about-partners .about-partners__name{font-size:.875rem;line-height:1.25rem;font-weight:700;color:var(--text-heading)}.about-partners .about-partners__card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card)}.about-stats{padding:4rem 0}@media(min-width:768px){.about-stats{padding:5rem 0}}.about-stats .about-stats__panel{position:relative;overflow:hidden;padding:2.5rem 2rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,#0a2540,#143b66 55%,#0d2f52);color:#fff}@media(min-width:768px){.about-stats .about-stats__panel{padding:3rem}}.about-stats .about-stats__grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;text-align:center}@media(min-width:768px){.about-stats .about-stats__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.about-stats .about-stats__grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.about-stats .about-stats__value{margin-bottom:.5rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;white-space:nowrap}@media(min-width:768px){.about-stats .about-stats__value{font-size:2.25rem;line-height:2.5rem}}.about-stats .about-stats__label{font-size:.875rem;line-height:1.25rem;opacity:.8}.about-stats .about-stats__panel:before{content:"";position:absolute;right:-80px;top:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(22,119,255,.35),transparent 62%);filter:blur(24px);pointer-events:none}.about-contact{padding:4rem 0;background:#fff}.about-contact .about-contact__inner{text-align:center}.about-contact .about-contact__info{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto;color:var(--text-body)}.about-contact .about-contact__info p{margin:0}