.community-cover img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
}

.community-hero-card{
    max-width:1200px;
    margin:-90px auto 0;
    background:#fff;
    border-radius:18px;
    padding:40px;
    display:flex;
    gap:35px;
    align-items:center;
    position:relative;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.community-logo img{
    width:150px;
    height:150px;
    object-fit:cover;
    border-radius:50%;
    border:6px solid #fff;
    background:#fff;
}

.community-info{
    flex:1;
}

.community-badge{
    display:inline-block;
    background:#24346E;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:18px;
}

.community-info h1{
    margin:0;
    font-size:44px;
    font-weight:700;
}

.community-subtitle{
    margin:20px 0;
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.community-meta{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    margin:30px 0;
}

.community-actions{
    display:flex;
    gap:15px;
}

.community-btn{
    padding:14px 28px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

.community-btn.primary{
    background:#24346E;
    color:#fff;
}

.community-btn.secondary{
    border:1px solid #24346E;
    color:#24346E;
}