.bg-pattern {
    background: radial-gradient(circle at 20% 20%, rgba(66, 165, 245, 0.10), transparent 28%),
        radial-gradient(circle at 80% 0%, rgba(25, 135, 84, 0.12), transparent 28%),
        linear-gradient(180deg, #eef5ff 0%, #ffffff 70%);
    min-height: 100vh;
    color: #0b2447;
}

.feature-card {
    border: none;
    border-radius: 16px;
    background: #fff;
}

.info-card {
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.navbar {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.brand-logo {
    height: 34px;
    width: auto;
}

.brand-logo-lg {
    height: 56px;
    width: auto;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.12));
}

.login-logo {
    height: 64px;
    width: auto;
}

.hero-logo {
    height: 96px;
    width: auto;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.08));
}

.hero {
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(13,110,253,0.14), rgba(25,135,84,0.12));
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}

.hero h2 {
    font-weight: 700;
    margin-bottom: 8px;
}

.hero p {
    margin: 0;
    color: #19324c;
}

.bg-primary-soft {
    background-color: rgba(13, 110, 253, 0.12);
}

.bg-success-soft {
    background-color: rgba(25, 135, 84, 0.12);
}

table th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

table td {
    font-size: 13px;
}

.btn {
    border-radius: 10px;
}

.card {
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.card-body form .form-control {
    border-radius: 10px;
}

.table thead th {
    background: #f2f6fb;
}
