.ecosystem-section{padding:100px 6%;background:var(--bg-base);position:relative}.ecosystem-header{max-width:800px;margin:0 auto 64px;display:flex;flex-direction:column;align-items:center;text-align:center}.ecosystem-label{font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.18em;color:var(--brand-primary);text-transform:uppercase;margin-bottom:1rem}.ecosystem-title{font-family:var(--font-title);font-size:clamp(2rem,4vw,3rem);color:var(--text-main);line-height:1.1;margin-bottom:1.5rem}.ecosystem-subtitle{font-family:var(--font-body);font-size:1.1rem;color:var(--text-muted);line-height:1.6}.sticky-scroll-container{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;position:relative}@media (min-width:768px){.sticky-scroll-container{flex-direction:row;align-items:flex-start}}.sticky-scroll-left{width:100%;padding:40px 0;position:relative;z-index:10}@media (min-width:768px){.sticky-scroll-left{width:50%;padding:80px 40px 80px 0}}.sticky-card{min-height:50vh;display:flex;flex-direction:column;justify-content:center;margin-bottom:3rem}.sticky-card:last-child{margin-bottom:0}.sticky-card-title{font-family:var(--font-title);font-size:clamp(1.5rem,3vw,2.5rem);color:var(--text-main);margin-bottom:1rem;opacity:.3;transition:opacity .5s ease,color .5s ease}.sticky-card-title.active{opacity:1;color:var(--brand-secondary)}.sticky-card-desc{font-family:var(--font-body);font-size:1.1rem;color:var(--text-muted);line-height:1.6;opacity:.3;transition:opacity .5s ease}.sticky-card-desc.active{opacity:1}.sticky-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;opacity:.3;transition:opacity .5s ease}.sticky-card-tags.active{opacity:1}.sticky-tag{font-family:var(--font-body);font-size:.85rem;font-weight:700;color:#ffffff;background:var(--brand-primary,#ef7d00);padding:.4rem .8rem;border-radius:100px;border:0 solid rgba(0,100,197,.1);text-transform:uppercase;letter-spacing:.05em}.sticky-card-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2rem;opacity:.3;transition:opacity .5s ease;border-top:1px solid var(--border-light);padding-top:1.5rem}.sticky-card-stats.active{opacity:1}.sticky-stat{display:flex;flex-direction:column}.sticky-stat-value{font-family:var(--font-title);font-size:2rem;color:var(--text-main);line-height:1;margin-bottom:.25rem}.sticky-stat-label{font-family:var(--font-body);font-size:.9rem;color:var(--text-muted)}.sticky-scroll-right{display:none}@media (min-width:768px){.sticky-scroll-right{display:block;width:50%;position:-webkit-sticky;position:sticky;top:100px;height:calc(100vh - 200px)}}.sticky-image-container{position:relative;width:100%;height:100%;border-radius:20px;overflow:hidden;background:var(--bg-surface);box-shadow:0 20px 40px rgba(0,0,0,.08)}.sticky-image-layer{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:0;transition:opacity .7s ease-in-out}.sticky-image-layer.active{opacity:1;z-index:10}