/* VMS — strona główna (public) */
.vms-home-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--vms-theme, #0d6efd) 0%, #1a2744 55%, #0f172a 100%);
    color: #fff;
}
.vms-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(255,255,255,.12) 0%, transparent 45%),
        radial-gradient(circle at 85% 15%, rgba(255,255,255,.08) 0%, transparent 40%);
    pointer-events: none;
}
.vms-home-hero .container { position: relative; z-index: 1; }
.vms-home-hero-badge {
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    margin-bottom: 1rem;
}
.vms-home-stat {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: .75rem;
    padding: 1rem 1.25rem;
    backdrop-filter: blur(6px);
}
.vms-home-stat strong { display: block; font-size: 1.35rem; line-height: 1.2; }
.vms-home-stat span { font-size: .8rem; opacity: .85; }
.vms-step-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .25rem 1.25rem rgba(15,23,42,.06);
    transition: transform .2s ease, box-shadow .2s ease;
    height: 100%;
}
.vms-step-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 .5rem 1.5rem rgba(15,23,42,.1);
}
.vms-step-num {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: var(--vms-theme, #0d6efd);
    color: #fff;
    margin-bottom: .75rem;
}
.vms-activity-card {
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 .25rem 1.25rem rgba(15,23,42,.07);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}
.vms-activity-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 .75rem 2rem rgba(15,23,42,.12);
}
.vms-activity-icon {
    width: 3rem;
    height: 3rem;
    border-radius: .875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: rgba(13,110,253,.1);
    color: var(--vms-theme, #0d6efd);
    margin-bottom: 1rem;
}
.vms-activity-card .card-body { flex: 1 1 auto; padding: 1.5rem; }
.vms-activity-card .card-footer {
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
    padding: 1rem 1.5rem;
}
.vms-info-tile {
    border-radius: 1rem;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #e9ecef;
    height: 100%;
}
.vms-cta-band {
    background: linear-gradient(90deg, var(--vms-theme, #0d6efd), #2563eb);
    color: #fff;
    border-radius: 1.25rem;
}
.vms-home-section-title {
    font-weight: 700;
    letter-spacing: -.02em;
}
