.online-home {
    --home-blue: #3575cc;
    --home-blue-dark: #25599e;
    --home-ink: #13213c;
    --home-muted: #60708a;
    --home-line: #dce5f0;
    --home-soft: #f5f8fc;
    background: #fff;
    color: var(--home-ink);
    overflow: hidden;
    padding-top: 5.05rem;
}

.online-home a { text-decoration: none; }

.online-home-header {
    background: #fff;
    border-bottom: 1px solid #e6edf6;
    box-shadow: 0 2px 10px rgba(19, 33, 60, .05);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.online-home-header .navbar { min-height: 5rem; padding: .55rem 0; }
.online-home-header .container { flex-wrap: nowrap; }
.online-home-brand { color: #16366a; display: inline-flex; flex-direction: column; flex-shrink: 0; line-height: 1; }
.online-home-brand:hover { color: #16366a; }
.online-home-brand__line { align-items: center; display: flex; }
.online-home-brand__line img { height: 2.25rem; object-fit: contain; width: auto; }
.online-home-brand__line strong { color: var(--plamoges-blue); font-size: 1.05rem; font-weight: 700; margin-left: -.35rem; }
.online-home-brand small { color: #708098; font-size: .56rem; margin-left: 2.85rem; margin-top: .15rem; }
.online-home-header .navbar-collapse { align-items: center; justify-content: flex-end; }
.online-home-header__nav { flex-grow: 0; gap: .15rem; margin-left: auto !important; margin-right: 2rem !important; }
.online-home-header__nav .nav-link { border-bottom: 2px solid transparent; color: #263955; font-size: .84rem; font-weight: 600; padding: 1.05rem .72rem .9rem; }
.online-home-header__nav .nav-link:hover, .online-home-header__nav .nav-link.active { border-bottom-color: var(--plamoges-blue); color: var(--plamoges-blue); }
.online-home-header__tools { align-items: center; display: flex; flex-shrink: 0; gap: .75rem; }
.online-home-language { align-items: center; background: transparent; border: 0; color: #29415f; display: inline-flex; font-size: .78rem; font-weight: 600; gap: .35rem; min-height: 2.25rem; padding: .35rem .2rem; }
.online-home-language .bi-globe2 { color: var(--plamoges-blue); font-size: 1rem; }
.online-home-language .bi-chevron-down { font-size: .65rem; }
.online-home-login { align-items: center; border-radius: 6px; display: inline-flex; gap: .45rem; min-height: 2.45rem; padding-left: .9rem; padding-right: .9rem; }
.online-home-header__mobile-actions { align-items: center; display: none; gap: .45rem; }
.online-home-header .navbar-toggler { align-items: center; border: 1px solid #dce5f0; border-radius: 6px; color: #29415f; display: inline-flex; height: 2.4rem; justify-content: center; padding: 0; width: 2.4rem; }

.online-account-menu__trigger {
    align-items: center;
    background: #eaf3ff;
    border: 1px solid #d5e5f8;
    border-radius: 50%;
    color: var(--plamoges-blue);
    display: inline-flex;
    font-size: .72rem;
    font-weight: 700;
    height: 2.45rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: 2.45rem;
}
.online-account-menu__trigger:hover, .online-account-menu__trigger[aria-expanded="true"] { border-color: var(--plamoges-blue); box-shadow: 0 0 0 3px rgba(53, 117, 204, .12); }
.online-account-menu__trigger img, .online-account-menu__portrait img { height: 100%; object-fit: cover; width: 100%; }
.online-account-menu__panel { border: 1px solid #e3eaf3; border-radius: 8px; box-shadow: 0 14px 35px rgba(18, 43, 78, .14); margin-top: .65rem !important; min-width: 21rem; padding: .75rem; z-index: 1080; }
.online-account-menu__identity { align-items: center; display: flex; gap: .85rem; min-width: 0; padding: .15rem .15rem .65rem; }
.online-account-menu__portrait { align-items: center; background: #eaf3ff; border-radius: 7px; color: var(--plamoges-blue); display: flex; flex: 0 0 3.4rem; font-size: .9rem; font-weight: 700; height: 3.4rem; justify-content: center; overflow: hidden; }
.online-account-menu__identity > div:last-child { min-width: 0; }
.online-account-menu__identity strong, .online-account-menu__identity small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.online-account-menu__identity strong { color: #174f99; font-size: 1rem; }
.online-account-menu__identity small { color: #7b8da4; margin-top: .1rem; }
.online-account-menu__panel .dropdown-divider { border-color: #e3eaf3; margin: .45rem 0; }
.online-account-menu__panel .dropdown-item { align-items: center; border-radius: 5px; color: #26364d; display: flex; font-size: .9rem; gap: .75rem; min-height: 2.55rem; padding: .55rem .65rem; }
.online-account-menu__panel .dropdown-item:hover { background: #f2f7fd; color: var(--plamoges-blue); }
.online-account-menu__panel .dropdown-item i { color: #7d91aa; font-size: 1rem; text-align: center; width: 1.25rem; }
.online-account-menu__login { align-items: center; border-radius: 6px; display: inline-flex; height: 2.4rem; justify-content: center; padding: 0; width: 2.4rem; }

@media (max-width: 575.98px) {
    .online-account-menu__panel { max-width: calc(100vw - 1.5rem); min-width: min(21rem, calc(100vw - 1.5rem)); }
}

.candidate-flat-shell {
    padding-bottom: 2rem;
    padding-top: 2.5rem;
}

.candidate-flat-shell__header {
    align-items: center;
    background-color: #edf5ff;
    background-image:
        linear-gradient(90deg, #f1f7ff 0%, rgba(229, 241, 255, .98) 42%, rgba(53, 117, 204, .78) 100%),
        url("../img/candidate_page_header_campus.b242611efb31.png");
    background-position: center, right 62%;
    background-repeat: no-repeat;
    background-size: cover, cover;
    background-clip: padding-box;
    border: 1px solid #d7e7fb;
    border-radius: 8px;
    color: #14284e;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    margin-top: 0;
    min-height: 6.25rem;
    overflow: hidden;
    padding: 1.15rem 1.35rem;
}

.candidate-flat-shell__icon {
    align-items: center;
    background: #dfedff;
    border: 1px solid #d8e8fb;
    border-radius: 50%;
    color: var(--plamoges-blue);
    display: inline-flex;
    flex: 0 0 3.6rem;
    font-size: 1.65rem;
    height: 3.6rem;
    justify-content: center;
    width: 3.6rem;
}

.candidate-flat-shell__heading,
.candidate-flat-shell__body { min-width: 0; }
.candidate-flat-shell__title { color: #14284e; font-size: 1.65rem; font-weight: 700; line-height: 1.25; margin: 0 0 .25rem; }
.candidate-flat-shell__subtitle { color: #54739e; font-size: .88rem; line-height: 1.4; margin: 0; }

.online-home-hero {
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(53, 117, 204, .98) 0%, rgba(53, 117, 204, .94) 35%, rgba(53, 117, 204, .45) 62%, rgba(53, 117, 204, .08) 100%),
        url("../img/plamoges_online_hero.639d87afe817.png");
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: 31rem;
}

.online-home-hero__content { padding-bottom: 4.5rem; padding-top: 4.5rem; }
.online-home-hero__copy { color: #fff; max-width: 40rem; }
.online-home-kicker { font-size: .78rem; font-weight: 700; letter-spacing: .18rem; margin-bottom: 1rem; text-transform: uppercase; }
.online-home-hero h1 { color: #fff; font-size: 3.5rem; font-weight: 800; line-height: 1.05; margin-bottom: 1.25rem; max-width: 39rem; }
.online-home-hero__lead { color: rgba(255, 255, 255, .92); font-size: 1.08rem; line-height: 1.65; max-width: 35rem; }
.online-home-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.online-home-hero__actions .btn { align-items: center; border-radius: 6px; display: inline-flex; gap: .65rem; min-height: 2.8rem; padding: .65rem 1.15rem; }
.online-home-hero__actions .btn-light { color: var(--home-blue-dark); }
.online-home-assurances { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 2rem; }
.online-home-assurances span { align-items: center; display: inline-flex; font-size: .82rem; gap: .45rem; }
.online-home-assurances i { align-items: center; background: rgba(255, 255, 255, .13); border-radius: 50%; display: inline-flex; height: 2rem; justify-content: center; width: 2rem; }

.online-home-shortcuts { margin-top: -2.8rem; position: relative; z-index: 2; }
.online-home-shortcut-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.online-home-shortcut { align-items: flex-start; background: #fff; border: 1px solid var(--home-line); border-radius: 8px; color: var(--home-ink); display: grid; gap: .7rem; grid-template-columns: auto 1fr auto; min-height: 6.75rem; padding: .85rem; transition: border-color .2s, box-shadow .2s, transform .2s; }
.online-home-shortcut:hover { border-color: var(--home-blue); box-shadow: 0 12px 24px rgba(31, 58, 98, .10); color: var(--home-ink); transform: translateY(-2px); }
.online-home-icon { align-items: center; background: #eaf3ff; border-radius: 8px; color: var(--home-blue); display: inline-flex; font-size: 1.4rem; height: 3rem; justify-content: center; width: 3rem; }
.online-home-shortcut--green .online-home-icon { background: #e6f7ec; color: #15803d; }
.online-home-shortcut--orange .online-home-icon { background: #fff0e2; color: #d86516; }
.online-home-shortcut--violet .online-home-icon { background: #f0ebff; color: #7050b4; }
.online-home-shortcut__text { display: flex; flex-direction: column; gap: .45rem; }
.online-home-shortcut__text strong { font-size: 1.05rem; }
.online-home-shortcut__text small { color: var(--home-muted); line-height: 1.45; }
.online-home-shortcut__arrow { align-self: center; color: var(--home-blue); }

.online-home-section { padding: 4rem 0; }
.online-home-section--muted { background: var(--home-soft); }
.online-home-section-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 1.25rem; }
.online-home-section-heading > div { align-items: center; display: flex; gap: .75rem; }
.online-home-section-heading h2 { color: var(--home-ink); font-size: 1.35rem; margin: 0; }
.online-home-section-heading__icon { color: var(--home-blue); font-size: 1.25rem; }
.online-home-section-heading > a { align-items: center; color: var(--home-blue); display: inline-flex; font-size: .86rem; gap: .45rem; }
.online-home-main-grid { display: grid; gap: 1.25rem; grid-template-columns: minmax(0, 2fr) minmax(16rem, .8fr); }
.online-home-offers { border: 1px solid var(--home-line); border-radius: 8px; overflow: hidden; }
.online-home-offer { align-items: center; background: #fff; border-bottom: 1px solid var(--home-line); color: var(--home-ink); display: grid; gap: 1rem; grid-template-columns: 4.5rem 1fr auto; min-height: 6.4rem; padding: 1rem 1.2rem; }
.online-home-offer:last-child { border-bottom: 0; }
.online-home-offer:hover { background: #f8fbff; color: var(--home-ink); }
.online-home-offer__date { align-items: center; background: #edf4fd; border-radius: 6px; color: var(--home-blue-dark); display: flex; flex-direction: column; height: 4.25rem; justify-content: center; text-transform: uppercase; }
.online-home-offer__date strong { font-size: 1.35rem; line-height: 1; }
.online-home-offer__date small { font-size: .65rem; margin-top: .3rem; }
.online-home-offer__body { display: flex; flex-direction: column; gap: .22rem; min-width: 0; }
.online-home-offer__body > strong { line-height: 1.3; }
.online-home-offer__body > small { color: var(--home-muted); }
.online-home-offer__meta { color: var(--home-blue); font-size: .75rem; font-weight: 600; }
.online-home-offer__arrow { color: var(--home-blue); }
.online-home-account { background: var(--home-blue); border-radius: 8px; color: #fff; padding: 1.5rem; }
.online-home-account h2 { color: #fff; font-size: 1.35rem; margin: 1rem 0 .65rem; }
.online-home-account p { color: rgba(255, 255, 255, .86); font-size: .9rem; line-height: 1.55; }
.online-home-account__icon { align-items: center; background: rgba(255, 255, 255, .15); border-radius: 8px; display: inline-flex; font-size: 1.4rem; height: 3rem; justify-content: center; width: 3rem; }
.online-home-account .btn-primary { background: #fff; border-color: #fff; color: var(--home-blue-dark); }
.online-home-certification-link { align-items: center; border-top: 1px solid rgba(255, 255, 255, .22); color: #fff; display: grid; gap: .65rem; grid-template-columns: auto 1fr auto; margin-top: 1.25rem; padding-top: 1.1rem; }
.online-home-certification-link:hover { color: #fff; }
.online-home-certification-link span { display: flex; flex-direction: column; }
.online-home-certification-link small { color: rgba(255, 255, 255, .72); }
.online-home-empty { align-items: center; color: var(--home-muted); display: flex; gap: 1rem; min-height: 9rem; padding: 1.5rem; }
.online-home-empty > i { color: var(--home-blue); font-size: 2rem; }
.online-home-empty p { margin: .35rem 0 0; }
.online-home-empty--wide { border: 1px dashed #bfd0e6; border-radius: 8px; grid-column: 1 / -1; }

.online-home-faculty-grid { display: grid; gap: 1rem; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.online-home-faculty { background: #fff; border: 1px solid var(--home-line); border-radius: 8px; min-width: 0; overflow: hidden; }
.online-home-faculty__visual { align-items: center; background: linear-gradient(135deg, #eef5fd, #dceaff); display: flex; height: 8rem; justify-content: center; position: relative; }
.online-home-faculty__visual img { max-height: 5rem; max-width: 65%; object-fit: contain; }
.online-home-faculty__visual > span { align-items: center; background: #fff; border-radius: 8px; color: var(--home-blue); display: flex; font-size: 2rem; height: 4.5rem; justify-content: center; width: 4.5rem; }
.online-home-faculty__visual small, .online-home-faculty__visual b { background: rgba(255, 255, 255, .92); border-radius: 6px; color: var(--home-blue-dark); font-size: .7rem; padding: .3rem .55rem; position: absolute; top: .6rem; }
.online-home-faculty__visual small { left: .6rem; }
.online-home-faculty__visual b { right: .6rem; }
.online-home-faculty__body { padding: .95rem; }
.online-home-faculty h3 { color: var(--home-ink); font-size: .95rem; line-height: 1.35; margin: 0 0 .75rem; min-height: 2.55rem; }
.online-home-faculty__links { display: flex; flex-wrap: wrap; gap: .65rem; }
.online-home-faculty__links a { align-items: center; color: var(--home-blue); display: inline-flex; font-size: .76rem; gap: .3rem; }

.online-home-stats { border-top: 1px solid var(--home-line); padding: 2rem 0; }
.online-home-stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.online-home-stats__grid > div { align-items: center; border-right: 1px solid var(--home-line); display: grid; gap: .05rem .7rem; grid-template-columns: auto auto 1fr; justify-content: center; padding: .5rem 1rem; }
.online-home-stats__grid > div:last-child { border-right: 0; }
.online-home-stats i { color: var(--home-blue); font-size: 1.75rem; grid-row: 1 / 3; }
.online-home-stats strong { color: var(--home-ink); font-size: 1.4rem; }
.online-home-stats span { color: var(--home-muted); font-size: .78rem; grid-column: 2 / 4; }

@media (max-width: 1199.98px) {
    .online-home-header__nav { margin-right: 1rem !important; }
    .online-home-header__nav .nav-link { padding-left: .48rem; padding-right: .48rem; }
    .online-home-shortcut-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .online-home-faculty-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
    .online-home-header .container { flex-wrap: wrap; }
    .online-home-header__mobile-actions { display: flex; margin-left: auto; }
    .online-home-header__tools { display: none; }
    .online-home-header .navbar-collapse { border-top: 1px solid #e6edf6; flex-basis: 100%; margin-top: .55rem; padding: .5rem 0 .8rem; }
    .online-home-header__nav { gap: 0; margin: 0 !important; }
    .online-home-header__nav .nav-link { border-bottom: 0; border-left: 2px solid transparent; padding: .6rem .75rem; }
    .online-home-header__nav .nav-link:hover, .online-home-header__nav .nav-link.active { border-bottom-color: transparent; border-left-color: var(--plamoges-blue); background: #f2f7fd; }
}

@media (max-width: 767.98px) {
    .online-home { padding-top: 4.5rem; }
    .online-home-header .navbar { min-height: 4.45rem; }
    .online-home-brand__line img { height: 1.9rem; }
    .online-home-brand__line strong { font-size: .9rem; }
    .online-home-brand small { display: none; }
    .candidate-flat-shell { padding-top: 2.75rem; }
    .candidate-flat-shell__header {
        align-items: flex-start;
        border-color: #c7dcf6;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: 0;
        min-height: 5.75rem;
        padding: 1.5rem 1rem 1.15rem;
    }
    .candidate-flat-shell__icon { flex-basis: 3rem; font-size: 1.35rem; height: 3rem; width: 3rem; }
    .candidate-flat-shell__title { font-size: 1.3rem; }
    .online-home-hero { background-position: 68% center; min-height: 39rem; position: relative; }
    .online-home-hero::before { background: rgba(37, 89, 158, .58); content: ""; inset: 0; position: absolute; }
    .online-home-hero__content { padding-bottom: 5.6rem; padding-top: 3rem; position: relative; z-index: 1; }
    .online-home-hero__copy { max-width: 100%; }
    .online-home-hero h1 { font-size: 2.55rem; max-width: 100%; }
    .online-home-hero__lead { font-size: .98rem; }
    .online-home-hero__actions { align-items: stretch; flex-direction: column; }
    .online-home-hero__actions .btn { justify-content: center; width: 100%; }
    .online-home-assurances { gap: .6rem; }
    .online-home-assurances span { width: 100%; }
    .online-home-shortcuts { margin-top: -3rem; }
    .online-home-shortcut-grid, .online-home-main-grid, .online-home-faculty-grid, .online-home-stats__grid { grid-template-columns: 1fr; }
    .online-home-shortcut { min-height: 0; }
    .online-home-section { padding: 3rem 0; }
    .online-home-section-heading { align-items: flex-start; gap: .75rem; }
    .online-home-section-heading > a { text-align: right; }
    .online-home-offer { gap: .75rem; grid-template-columns: 3.75rem 1fr auto; padding: .85rem; }
    .online-home-offer__date { height: 3.7rem; }
    .online-home-faculty h3 { min-height: 0; }
    .online-home-stats__grid > div { border-bottom: 1px solid var(--home-line); border-right: 0; justify-content: start; padding: 1rem 0; }
    .online-home-stats__grid > div:last-child { border-bottom: 0; }
}

@media (max-width: 419.98px) {
    .online-home-hero h1 { font-size: 2.15rem; }
    .online-home-kicker { font-size: .68rem; letter-spacing: .12rem; }
    .online-home-section-heading { display: block; }
    .online-home-section-heading > a { display: inline-flex; margin-top: .75rem; }
}
