body {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background:
        linear-gradient(120deg, rgba(15, 23, 42, 0.80), rgba(30, 58, 138, 0.72)),
        url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1700&q=80")
        no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
}

.navbar-brand {
    font-weight: 600;
    color: #0f2238 !important;
}

.container > h2 {
    font-family: "Manrope", "Inter", sans-serif;
    color: #f8fbff;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

.container > p.text-muted {
    color: #d9e6ff !important;
}

.tab-content {
    border-radius: 0 0 8px 8px;
}

.container {
    max-width: 1100px;
}

.onboarding-banner {
    color: #fff;
    background: linear-gradient(130deg, #4f46e5, #0ea5e9 48%, #22c55e);
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.35);
}

.onboarding-form {
    background: #ffffff;
    border-radius: 16px;
}

.form-label {
    font-weight: 600;
    color: #21364d;
    margin-bottom: 0.45rem;
}

.form-control,
.form-select {
    border: 1px solid #d9e6ff;
    border-radius: 12px;
    padding: 0.6rem 0.8rem;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
    background: #fbfdff;
}

.form-control:focus,
.form-select:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 0.22rem rgba(79, 70, 229, 0.16);
}

.btn-primary {
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.32);
}

.btn-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.table-responsive {
    border-radius: 10px;
    overflow: hidden;
}

.custom-tabs .nav-link.active {
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    color: #fff;
    border-color: #4f46e5 #4f46e5 #fff;
}

.custom-tabs .nav-link {
    color: #1d4ed8;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}

.card,
.tab-content {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.24);
}

.card .card-title,
.card label,
.card th,
.card td,
.card .text-muted {
    color: #24364b !important;
}

table th {
    background: #eef4ff;
    font-weight: 600;
}

.option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.choice-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d7e3ff;
    border-radius: 12px;
    padding: 10px 12px;
    background: #f8fbff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.choice-pill:hover {
    border-color: #93c5fd;
    background: #eef6ff;
}

.choice-pill input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: #2563eb;
}

.choice-pill span {
    color: #1f3651;
    font-weight: 600;
}
