.resources-home-promo-section{
    padding:20px 0 8px;
}
.resources-home-promo-card{
    min-height:178px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:26px 30px;
    color:#0B1D3A;
    text-decoration:none;
    background:#fff;
    border:1px solid #dce5ef;
    border-radius:26px;
    box-shadow:0 18px 50px rgba(11,29,58,.06);
    transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.resources-home-promo-card:not(.is-static):hover{
    transform:translateY(-1px);
    border-color:#b9d9fb;
    box-shadow:0 20px 54px rgba(11,29,58,.075);
}
.resources-home-promo-card:not(.is-static):focus-visible{
    outline:3px solid rgba(0,119,255,.2);
    outline-offset:3px;
}
.resources-home-promo-copy{
    min-width:0;
    display:block;
}
.resources-home-promo-kicker{
    display:block;
    margin-bottom:6px;
    color:#0077FF;
    font-size:.82rem;
    font-weight:900;
}
.resources-home-promo-copy>strong{
    display:block;
    margin:0 0 8px;
    color:#0B1D3A;
    font-size:clamp(1.45rem,2.5vw,2rem);
    line-height:1.3;
}
.resources-home-promo-description{
    display:block;
    max-width:760px;
    color:#68778b;
    line-height:1.8;
}
.resources-home-promo-action{
    min-height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex:0 0 auto;
    padding:12px 20px;
    color:#fff;
    background:#0077FF;
    border-radius:15px;
    font-weight:900;
    box-shadow:0 12px 28px rgba(0,119,255,.22);
}
.resources-home-promo-action i{
    font-style:normal;
}
@media(max-width:720px){
    .resources-home-promo-section{
        padding:14px 0 4px;
    }
    .resources-home-promo-card{
        min-height:0;
        align-items:stretch;
        flex-direction:column;
        gap:16px;
        padding:20px;
        border-radius:22px;
    }
    .resources-home-promo-kicker{
        margin-bottom:5px;
        font-size:.78rem;
    }
    .resources-home-promo-copy>strong{
        margin-bottom:7px;
        font-size:1.45rem;
        line-height:1.35;
    }
    .resources-home-promo-description{
        font-size:.9rem;
        line-height:1.7;
    }
    .resources-home-promo-action{
        width:100%;
        min-height:46px;
        padding:10px 16px;
        border-radius:13px;
    }
}
