body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
}

main {
    flex: 1;
}

.navbar-brand {
    font-size: 1.25rem;
    letter-spacing: -0.5px;
}

.step-dot[data-active="true"] { background: #0d6efd; color: white; }
.step-dot[data-active="false"] { background: #dee2e6; color: #6c757d; }
.step-label { color: #6c757d; }