.hero-subtext {
    color: #dfeaff;
}

.card-soft,
.panel-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: var(--hcp-shadow);
    height: 100%;
}

.icon-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.12);
    color: var(--hcp-primary);
    font-size: 1.1rem;
}

.form-control,
.form-select {
    border-radius: 0.75rem;
    border-color: #dce6f6;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.form-control:focus,
.form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.support-cta {
    background: linear-gradient(120deg, #0f2b5b 0%, #0d6efd 100%);
    color: #fff;
    border-radius: 1rem;
    box-shadow: var(--hcp-shadow);
}
