/* Role page header */
.role-header {
    margin-bottom: 3rem;
}

.role-header h1 {
    margin-bottom: 0.25rem;
}

.role-header .role-meta {
    font-size: 0.85rem;
    color: #777;
    margin: 0.1rem 0;
    font-weight: 400;
}

.role-header .role-meta strong {
    color: #333;
    font-weight: 700;
}

.role-header .role-url a {
    font-size: 0.8rem;
    color: #888;
    text-decoration: none;
}

.role-header .role-url a:hover {
    color: red;
}

/* Achievements */
.achievements li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.75rem;
    list-style: none;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.65;
}

.achievements li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: red;
    font-weight: 700;
}

/* Metric callout */
.metric {
    display: inline-block;
    background: #111;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    border-radius: 2px;
    margin-left: 0.3rem;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

/* Back link */
.back-link {
    display: inline-block;
    margin-top: 4rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888;
}

.back-link:hover {
    color: red;
}

@media (max-width: 600px) {
    .role-header h1 {
        font-size: 1.4rem;
    }
}
