:root {
    --portal-blue: #0050a4;
    --portal-red: #e4002b;
    --portal-night: #071827;
    --portal-sky: #e9f4ff;
}

.fi-simple-layout {
    background:
        radial-gradient(circle at 18% 18%, rgba(0, 80, 164, 0.16), transparent 32rem),
        linear-gradient(135deg, var(--portal-sky) 0%, #ffffff 42%, #f6f9fc 100%);
}

.fi-simple-main {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 80, 164, 0.12);
    box-shadow: 0 24px 80px rgba(7, 24, 39, 0.14);
}

.fi-simple-main::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--portal-blue), var(--portal-red));
}

.fi-logo {
    color: var(--portal-blue);
    font-weight: 800;
}

.fi-simple-header-heading {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

.fi-simple-header-subheading {
    color: rgba(255, 255, 255, 0.78);
}

.fi-btn-color-primary {
    box-shadow: 0 12px 24px rgba(0, 80, 164, 0.22);
}

.fi-input-wrp:focus-within {
    box-shadow: 0 0 0 3px rgba(0, 80, 164, 0.14);
}

.portal-language-switcher {
    display: inline-flex;
    gap: 0.25rem;
    align-items: center;
    margin-inline: 0.75rem;
    padding: 0.25rem;
    border: 1px solid rgba(0, 80, 164, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(7, 24, 39, 0.08);
}

.fi-simple-layout > .portal-language-switcher {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 20;
}

.portal-language-switcher__item {
    min-width: 2.5rem;
    border-radius: 999px;
    color: #334155;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.55rem 0.7rem;
    text-align: center;
    text-decoration: none;
}

.portal-language-switcher__item:hover {
    color: var(--portal-blue);
}

.portal-language-switcher__item--active {
    background: var(--portal-blue);
    color: #ffffff;
}

.portal-language-switcher__item--active:hover {
    color: #ffffff;
}
