.hero {
    background: linear-gradient(135deg, #0d3b66 0%, #1d6fb8 100%);
}

.hero .card {
    color: #212529;
}

.navbar-brand {
    letter-spacing: 0.5px;
}

.req {
    color: #dc3545;
    font-weight: 700;
}

#sectionNav .nav-link {
    color: #495057;
    white-space: nowrap;
}

#sectionNav .nav-link.active {
    background-color: #0d3b66;
    color: #fff;
}

.step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #0d3b66;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    flex: 0 0 auto;
}

.form-text {
    font-size: 0.78rem;
    color: #6c757d;
}

#sec-coverages .form-label,
.driver-card .form-label,
.vehicle-card .form-label,
.coverage-card .form-label {
    margin-bottom: 0.15rem;
}
