.hp331-access{
    padding:90px 20px;
    background:
        radial-gradient(circle at 10% 10%,rgba(49,122,255,.12),transparent 32%),
        radial-gradient(circle at 90% 85%,rgba(108,72,255,.12),transparent 30%),
        #f6f9fd;
}
.hp331-container{max-width:1240px;margin:0 auto}
.hp331-heading{text-align:center;max-width:760px;margin:0 auto 40px}
.hp331-eyebrow{
    color:#1761af;
    font-size:12px;
    letter-spacing:.15em;
    font-weight:900
}
.hp331-heading h2{
    margin:10px 0 14px;
    color:#092957;
    font-size:clamp(32px,4vw,52px);
    line-height:1.06
}
.hp331-heading p{color:#60758f;font-size:17px;line-height:1.7}
.hp331-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px
}
.hp331-card{
    position:relative;
    overflow:hidden;
    background:#fff;
    border:1px solid #dae5f2;
    border-radius:24px;
    padding:30px;
    box-shadow:0 18px 55px rgba(9,41,87,.08);
    transition:transform .2s ease,box-shadow .2s ease
}
.hp331-card:hover{
    transform:translateY(-4px);
    box-shadow:0 26px 70px rgba(9,41,87,.13)
}
.hp331-featured{
    border:2px solid #6f45e8;
    background:linear-gradient(180deg,#fff,#faf8ff)
}
.hp331-ribbon{
    position:absolute;
    right:-42px;
    top:26px;
    transform:rotate(38deg);
    width:190px;
    text-align:center;
    padding:8px;
    background:#6f45e8;
    color:#fff;
    font-size:11px;
    letter-spacing:.12em;
    font-weight:900
}
.hp331-icon{
    width:52px;height:52px;border-radius:16px;
    display:grid;place-items:center;
    color:#fff;font-weight:900;font-size:21px;
    margin-bottom:18px
}
.hp331-customer{background:linear-gradient(135deg,#1672d4,#31b9e6)}
.hp331-agent{background:linear-gradient(135deg,#0a437d,#1761af)}
.hp331-freelancer{background:linear-gradient(135deg,#7144e8,#a94ce9)}
.hp331-staff{background:linear-gradient(135deg,#145f50,#22a887)}
.hp331-tag{
    display:block;color:#1761af;font-size:11px;
    letter-spacing:.13em;font-weight:900;margin-bottom:9px
}
.hp331-card h3{margin:0 0 13px;color:#092957;font-size:26px}
.hp331-card p{color:#60758f;line-height:1.7;margin:0 0 18px}
.hp331-card ul{list-style:none;padding:0;margin:0 0 24px}
.hp331-card li{
    position:relative;
    padding:7px 0 7px 25px;
    color:#2e4664;
    font-size:14px
}
.hp331-card li:before{
    content:"✓";
    position:absolute;left:0;top:7px;
    color:#1761af;font-weight:900
}
.hp331-actions{display:flex;flex-wrap:wrap;gap:10px}
.hp331-primary,.hp331-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:11px 16px;
    border-radius:11px;
    text-decoration:none!important;
    font-weight:900;
    font-size:14px
}
.hp331-primary{background:#1761af;color:#fff!important}
.hp331-featured .hp331-primary{background:#6f45e8}
.hp331-secondary{
    border:1px solid #c9d8e9;
    background:#fff;
    color:#123f74!important
}
.hp331-note{display:block;margin-top:15px;color:#7b8da3}
@media(max-width:900px){
    .hp331-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
    .hp331-access{padding:65px 14px}
    .hp331-card{padding:24px}
    .hp331-actions{display:grid}
}
