:root {
    --ut-blue: #001489;
    --ut-yellow: #FFD100;
    --ut-gray: #D0D0CE;
}

.ut-container {
    max-width: 76rem;
}

.ut-front-shell {
    min-height: 100vh;
    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 28%, #f7f9fc 100%);
    color: #0f172a;
}

.ut-front-topbar {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 20, 137, 1) 0%, rgba(16, 64, 170, 1) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ut-front-topbar::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at right top, rgba(255, 209, 0, 0.18), transparent 28%),
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    pointer-events: none;
}

.ut-front-topbar__inner {
    position: relative;
    z-index: 2;
}

.ut-front-topbar__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.ut-front-topbar__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--ut-yellow);
    box-shadow: 0 0 0 6px rgba(255, 209, 0, 0.10);
    flex: 0 0 auto;
}

.ut-front-topbar__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ut-front-topbar__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .01em;
}

.ut-front-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(226, 232, 240, 0.82);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.03);
}

.ut-front-header__inner {
    position: relative;
}

.ut-front-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    text-decoration: none;
}

.ut-front-brand__logo-wrap {
    position: relative;
    flex: 0 0 auto;
}

.ut-front-brand__logo-wrap::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 20px;
    background: radial-gradient(circle, rgba(0, 20, 137, 0.08), transparent 72%);
    z-index: 0;
    pointer-events: none;
}

.ut-front-brand__logo {
    position: relative;
    z-index: 1;
    height: 44px;
    width: auto;
    border-radius: 14px;
    background: #fff;
    padding: 5px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow:
        0 10px 20px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.ut-front-brand__text {
    min-width: 0;
    line-height: 1.1;
}

.ut-front-brand__title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ut-front-brand__subtitle {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    font-size: 12px;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ut-front-brand__subtitle-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2563eb 0%, #38bdf8 100%);
    flex: 0 0 auto;
}

.ut-front-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ut-front-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    transition: all .2s ease;
}

.ut-front-nav__link:hover {
    background: rgba(248, 250, 252, 0.95);
    color: #0f172a;
}

.ut-front-nav__cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background:
        linear-gradient(135deg, #001489 0%, #1d4ed8 60%, #38bdf8 100%);
    box-shadow:
        0 14px 28px rgba(29, 78, 216, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.ut-front-nav__cta:hover {
    transform: translateY(-1px);
    box-shadow:
        0 18px 30px rgba(29, 78, 216, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ut-front-nav__cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .20) 44%, transparent 72%);
    transform: translateX(-130%);
    transition: transform .8s ease;
}

.ut-front-nav__cta:hover::before {
    transform: translateX(130%);
}

.ut-front-nav__cta-text,
.ut-front-nav__cta-icon {
    position: relative;
    z-index: 2;
}

.ut-front-footer {
    position: relative;
    overflow: hidden;
    margin-top: 72px;
    border-top: 1px solid rgba(226, 232, 240, 0.82);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
}

.ut-front-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at left top, rgba(37, 99, 235, 0.06), transparent 24%),
        radial-gradient(circle at right bottom, rgba(250, 204, 21, 0.10), transparent 20%);
    pointer-events: none;
}

.ut-front-footer__inner {
    position: relative;
    z-index: 2;
}

.ut-front-footer__grid {
    display: grid;
    gap: 24px;
}

.ut-front-footer__brand {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ut-front-footer__logo {
    height: 44px;
    width: auto;
    border-radius: 14px;
    background: #fff;
    padding: 5px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow:
        0 10px 20px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
    flex: 0 0 auto;
}

.ut-front-footer__title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.ut-front-footer__desc {
    margin-top: 8px;
    max-width: 32rem;
    font-size: 13px;
    line-height: 1.8;
    color: #64748b;
}

.ut-front-footer__menu-title {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #94a3b8;
}

.ut-front-footer__menu {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ut-front-footer__menu a {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    transition: color .2s ease;
}

.ut-front-footer__menu a:hover {
    color: #0f172a;
}

.ut-front-footer__cta {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 16px;
    background: rgba(0, 20, 137, 0.06);
    border: 1px solid rgba(0, 20, 137, 0.08);
    color: var(--ut-blue);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
}

.ut-front-footer__cta:hover {
    background: rgba(0, 20, 137, 0.10);
}

.ut-front-footer__bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(226, 232, 240, 0.82);
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    color: #64748b;
}

.ut-front-footer__bottom-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ut-front-footer__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(226, 232, 240, 0.92);
    color: #475569;
    font-size: 12px;
    font-weight: 600;
}

.ut-front-footer__status-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--ut-yellow);
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    .ut-front-footer__grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, .7fr) minmax(0, .8fr);
        align-items: start;
    }

    .ut-front-footer__bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .ut-front-nav__link {
        display: none;
    }

    .ut-front-nav__cta {
        min-height: 42px;
        padding: 0 14px;
        border-radius: 16px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .ut-container {
        max-width: 100%;
    }

    .ut-front-topbar__inner {
        gap: 10px;
    }

    .ut-front-topbar__meta {
        display: none;
    }

    .ut-front-brand__logo {
        height: 40px;
        border-radius: 12px;
    }

    .ut-front-brand__title {
        font-size: 14px;
    }

    .ut-front-brand__subtitle {
        font-size: 11px;
    }

    .ut-front-nav__cta {
        min-height: 40px;
        padding: 0 12px;
        font-size: 12px;
        gap: 8px;
    }

    .ut-front-nav__cta-text {
        max-width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ut-front-footer {
        margin-top: 56px;
    }

    .ut-front-footer__bottom {
        font-size: 12px;
    }
}