/* CIDES Hero proof cards — icon above, centered content */
body.home .cides-hero-proof-grid{
    align-items:stretch;
}

body.home .cides-hero-proof{
    min-height:190px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:14px;
    padding:22px 20px 24px;
    text-align:center;
}

body.home .cides-hero-proof__icon{
    flex:0 0 auto;
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    margin:0 auto;
    border-radius:18px;
}

body.home .cides-hero-proof__icon svg{
    width:27px;
    height:27px;
}

body.home .cides-hero-proof__icon--uploaded{
    overflow:hidden;
    padding:7px;
    background:#fff;
    border:1px solid #d8e7da;
    box-shadow:0 8px 20px rgba(12,75,37,.10);
}

body.home .cides-hero-proof__custom-icon{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
}

body.home .cides-hero-proof > div{
    width:100%;
    min-width:0;
}

body.home .cides-hero-proof h3{
    margin:0 0 8px;
    color:#102619;
    font-size:18px;
    font-weight:700;
    line-height:1.3;
    text-align:center;
}

body.home .cides-hero-proof p{
    margin:0;
    color:#39483e;
    font-size:15px;
    font-weight:500;
    line-height:1.6;
    text-align:center;
}

@media(max-width:700px){
    body.home .cides-hero-proof{
        min-height:0;
        padding:20px 18px 22px;
    }
}
