body{
    font-family: 'Inter', sans-serif;
    background:#eef4f8;
     margin: 0;
    padding: 0;
}

/* HEADER */
.badge-top{
    background:#e6f0ff;
    color:#2563eb;
    padding:6px 14px;
    border-radius:20px;
    font-size:12px;
    font-weight:500;
}

h1{
    font-size:46px;
    font-weight:700;
    line-height:1.2;
}

.gradient{
    background: linear-gradient(90deg,#2563eb,#14b8a6);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* MAIN CARD */
.role-card{
    background:#f7f9fb;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:30px;
    margin-bottom:35px;
}

/* SECTION HEADER */
.role-header{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.icon-wrap{
    width:44px;
    height:44px;
    border-radius:14px;
    background:#eef2ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* DIVIDER */
.divider{
    border-top:1px solid #e5e7eb;
    margin:15px 0 20px;
}

/* LABELS */
.section-label{
    font-size:11px;
    color:#6b7280;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:10px;
}

/* INNER CARDS */
.box{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:16px;
    margin-bottom:14px;
    display:flex;
    gap:12px;
}

.box-icon{
    width:36px;
    height:36px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

/* COLORS LIKE IMAGE */
.blue{ background:#e6f0ff; color:#2563eb; }
.green{ background:#e7f9f1; color:#10b981; }
.red{ background:#ffeaea; color:#ef4444; }
.orange{ background:#fff4e5; color:#f59e0b; }

/* CTA */
.cta{
    background:linear-gradient(135deg,#0f172a,#1e293b);
    border-radius:22px;
    padding:60px 20px;
    color:#fff;
}
