/* Skill Assess — Toolliyo checkpoints (Assess → Fix → Prove) */
.sa-hero {
    padding: 2.5rem 0 2rem;
    background:
        radial-gradient(ellipse 60% 50% at 80% 0%, rgba(244, 114, 182, 0.12), transparent 55%),
        radial-gradient(ellipse 50% 40% at 10% 80%, rgba(99, 102, 241, 0.1), transparent 50%);
    border-bottom: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
}

.sa-kicker {
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted, #94a3b8);
    margin-bottom: 0.65rem;
}

.sa-hero h1 {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 750;
    letter-spacing: -0.03em;
    max-width: 22ch;
    margin-bottom: 0.85rem;
}

.sa-lead {
    color: var(--text-muted, #94a3b8);
    max-width: 38rem;
    margin-bottom: 1.25rem;
    line-height: 1.65;
}

.sa-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
}

.sa-loop {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    font-size: 0.88rem;
    color: var(--text-secondary, #cbd5e1);
}

.sa-loop strong {
    color: #f472b6;
    margin-right: 0.35rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sa-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
}

.sa-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    background: var(--bg-card, rgba(255, 255, 255, 0.03));
    color: var(--text-secondary, #cbd5e1) !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    font-weight: 650;
}

.sa-chip em {
    font-style: normal;
    opacity: 0.65;
    font-size: 0.72rem;
}

.sa-chip.is-active,
.sa-chip:hover {
    border-color: rgba(244, 114, 182, 0.45);
    background: rgba(244, 114, 182, 0.1);
    color: var(--text-primary, #fff) !important;
}

.sa-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sa-checkpoint {
    display: grid;
    grid-template-columns: 2.5rem 1fr auto;
    gap: 0.85rem 1rem;
    align-items: start;
    padding: 1.1rem 1.15rem;
    border-radius: 0.85rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    background: var(--bg-card, rgba(255, 255, 255, 0.02));
}

.sa-checkpoint-num {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 750;
    font-size: 0.85rem;
    background: rgba(244, 114, 182, 0.12);
    color: #f472b6;
}

.sa-checkpoint-top {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.35rem;
}

.sa-cat {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted, #94a3b8);
    padding: 0.2rem 0.45rem;
    border-radius: 0.35rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
}

.sa-checkpoint-title {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
}

.sa-checkpoint-title a {
    color: var(--text-primary, #f1f5f9) !important;
    text-decoration: none !important;
}

.sa-checkpoint-title a:hover {
    color: #f472b6 !important;
}

.sa-meta {
    font-size: 0.82rem;
    color: var(--text-muted, #94a3b8);
    margin: 0;
}

.sa-path {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.8rem;
}

.sa-path-label {
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.68rem;
    color: #f472b6;
    margin-right: 0.25rem;
}

.sa-path a {
    color: var(--primary-light, #818cf8);
    font-weight: 600;
    text-decoration: none;
}

.sa-path a:hover {
    text-decoration: underline;
}

.sa-card {
    height: 100%;
    padding: 1.15rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(251, 191, 36, 0.3);
    background: linear-gradient(160deg, rgba(251, 191, 36, 0.08), transparent 65%);
}

.sa-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.35rem 0 0.45rem;
}

.sa-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fbbf24;
}

.sa-next {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 0.85rem;
}

.sa-next span {
    font-weight: 700;
    color: #fbbf24;
    margin-right: 0.25rem;
}

.sa-next a {
    color: var(--primary-light, #818cf8);
    font-weight: 600;
}

.sa-recent {
    padding: 1rem 1.1rem;
    border-radius: 0.85rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    background: rgba(255, 255, 255, 0.02);
}

.sa-recent-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.sa-recent-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.88rem;
    color: var(--text-secondary, #cbd5e1) !important;
    text-decoration: none !important;
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--border-color, rgba(255, 255, 255, 0.06));
}

.sa-recent-item:last-child {
    border-bottom: 0;
}

.sa-footer-band {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    background:
        radial-gradient(ellipse 80% 80% at 0% 0%, rgba(99, 102, 241, 0.12), transparent 55%),
        var(--bg-card, rgba(255, 255, 255, 0.02));
}

@media (max-width: 767.98px) {
    .sa-checkpoint {
        grid-template-columns: 2.25rem 1fr;
    }

    .sa-checkpoint-cta {
        grid-column: 2;
    }
}
