:root {
    --navy: #0b2545;
}

body {
    background-color: #f7f9fb;
}

.navbar-brand .text-info {
    font-weight: 700;
}

.card-elevated {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.08);
}

.auth-card {
    max-width: 460px;
    margin: 2rem auto;
}

.hero {
    padding: 4rem 0;
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7f1ff;
    color: #0b2545;
    font-weight: 700;
}
