body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f7fb;
}

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

.hero {
    background: linear-gradient(135deg, #0b4e96, #0f7bdc);
    color: #fff;
    padding: 60px 0;
}

.section-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(15, 32, 67, 0.08);
    padding: 30px;
}

.verification-result img {
    max-width: 160px;
    border-radius: 8px;
    border: 3px solid #0b4e96;
}

.sidebar {
    min-height: 100vh;
    background: #0b4e96;
    color: #fff;
}

.sidebar a {
    color: #fff;
    text-decoration: none;
}

.sidebar .nav-link.active {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
}

.stat-card {
    border-radius: 12px;
    border: none;
    box-shadow: 0 8px 20px rgba(15, 32, 67, 0.08);
}

.form-label {
    font-weight: 600;
}

.id-preview {
    background: #f0f4fb;
    border-radius: 12px;
    padding: 16px;
}
