.ecosystem{

padding:160px 0;

background:#F8FAFC;

}

.ecosystem-flow{

display:flex;

justify-content:center;

align-items:center;

gap:20px;

flex-wrap:wrap;

margin-top:80px;

}

.eco-card{

width:200px;

background:#fff;

padding:35px 25px;

text-align:center;

border-radius:24px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

transition:.35s;

}

.eco-card:hover{

transform:translateY(-10px);

}

.eco-icon{

width:90px;

height:90px;

margin:auto;

margin-bottom:20px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

background:linear-gradient(
135deg,
#22C55E,
#2F855A
);

font-size:40px;

color:#fff;

}

.eco-card h3{

margin-bottom:15px;

font-size:24px;

}

.eco-card p{

line-height:1.8;

color:#6b7280;

}

.flow-arrow{

font-size:36px;

color:#22C55E;

}

@media(max-width:1200px){

.flow-arrow{

transform:rotate(90deg);

}

}