
.ecy-real-feed,
.ecy-real-feed *{
    box-sizing:border-box;
}

.ecy-real-feed{
    position:relative;
    overflow:hidden;
    padding:40px 20px 80px;
    color:#fff;
    background:
        radial-gradient(circle at top left, rgba(255,45,55,.22), transparent 30%),
        linear-gradient(145deg,#050505,#101827 55%,#050505);
    border-radius:30px;
}

.ecy-real-hero{
    text-align:center;
    max-width:980px;
    margin:0 auto 60px;
}

.ecy-real-badge{
    display:inline-flex;
    padding:10px 16px;
    border-radius:999px;
    background:rgba(255,45,55,.18);
    border:1px solid rgba(255,255,255,.12);
    font-size:13px;
    font-weight:950;
    letter-spacing:.8px;
    margin-bottom:18px;
}

.ecy-real-hero h2{
    margin:0 0 18px;
    font-size:62px;
    line-height:1;
    text-transform:uppercase;
    font-weight:950;
}

.ecy-real-hero p{
    color:rgba(255,255,255,.82);
    font-size:21px;
    line-height:1.6;
}

.ecy-real-title{
    margin:0 0 24px;
    font-size:36px;
    font-weight:950;
    text-transform:uppercase;
}

.ecy-member-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    margin-bottom:60px;
}

.ecy-member-card{
    padding:28px;
    border-radius:30px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.10);
    text-align:center;
    transition:.25s ease;
}

.ecy-member-card:hover{
    transform:translateY(-6px);
    border-color:rgba(255,45,55,.45);
    box-shadow:0 24px 64px rgba(255,45,55,.16);
}

.ecy-member-avatar{
    width:120px;
    height:120px;
    margin:0 auto 20px;
    border-radius:50%;
    overflow:hidden;
    border:4px solid rgba(255,45,55,.6);
    box-shadow:0 0 28px rgba(255,45,55,.28);
}

.ecy-member-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.ecy-member-card h3{
    margin:0 0 10px;
    font-size:28px;
}

.ecy-member-card span{
    display:block;
    color:rgba(255,255,255,.72);
    margin-bottom:18px;
}

.ecy-member-card a,
.ecy-post-content a{
    color:#ff4f46!important;
    text-decoration:none!important;
    font-weight:950;
    text-transform:uppercase;
}

.ecy-post-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    margin-bottom:60px;
}

.ecy-post-card{
    overflow:hidden;
    border-radius:30px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.10);
    transition:.25s ease;
}

.ecy-post-card:hover{
    transform:translateY(-6px);
    border-color:rgba(255,45,55,.42);
}

.ecy-post-thumb{
    height:260px;
    background-size:cover;
    background-position:center;
}

.ecy-post-content{
    padding:24px;
}

.ecy-post-content strong{
    display:block;
    font-size:24px;
    margin-bottom:12px;
    line-height:1.2;
}

.ecy-post-content p{
    color:rgba(255,255,255,.76);
    line-height:1.55;
    min-height:72px;
}

.ecy-growth-bar{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.ecy-growth-card{
    padding:26px;
    border-radius:26px;
    background:
        radial-gradient(circle at top left, rgba(255,45,55,.20), transparent 28%),
        rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.10);
}

.ecy-growth-card strong{
    display:block;
    font-size:24px;
    margin-bottom:12px;
}

.ecy-growth-card span{
    color:rgba(255,255,255,.76);
    line-height:1.55;
}

@media(max-width:1100px){

    .ecy-member-grid,
    .ecy-post-grid,
    .ecy-growth-bar{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:760px){

    .ecy-real-feed{
        border-radius:0;
        padding:34px 16px 60px;
    }

    .ecy-real-hero h2{
        font-size:40px;
    }

    .ecy-real-hero p{
        font-size:17px;
    }

    .ecy-real-title{
        font-size:28px;
    }

    .ecy-member-grid,
    .ecy-post-grid,
    .ecy-growth-bar{
        grid-template-columns:1fr;
    }

}
