/* EOI Application form styles. Loaded only by Views/EOI/Create.cshtml via the "styles" section — shares NSIC brand colors with Content/home.css. */

:root {
    --home-primary: #066fd1;
    --home-primary-dark: #04509c;
    --home-bg-soft: #eaf3fc;
}

.eoi-page-header {
    margin: -24px -24px 24px;
    padding: 40px 24px;
    background: linear-gradient(135deg, var(--home-primary) 0%, var(--home-primary-dark) 100%);
    border-radius: 0 0 16px 16px;
}

.eoi-eyebrow {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #cfe9dd;
    margin-bottom: 0.5rem;
}

.eoi-page-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.5rem;
}

.eoi-page-sub {
    color: #e3f2ec;
    font-size: 1.05rem;
    margin-bottom: 0;
}

.eoi-card {
    border: none;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.eoi-card-header {
    background: var(--home-primary);
    color: #fff;
    border: none;
}

.eoi-card-header-muted {
    background: var(--home-bg-soft);
    color: var(--home-primary-dark);
    border: none;
}
