.header-ft {
    --ft-primary: #0a2463;
    --ft-bg: #fff1e5;
    --ft-top: #222;
    --ft-text: #121212;
    --ft-muted: #666;
    --ft-border: #d9cfc3;

    position: static;
    z-index: 100;
    background: var(--ft-bg);
    border-bottom: 1px solid var(--ft-border);
    box-shadow: none;
    padding: 0;
    font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

.header-ft .navbar-inner {
    gap: 0;
}

.header-ft .ft-top-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 28px;
    padding: 0 10px;
    margin-top: 0;
    border-radius: 0;
    background: var(--ft-top);
    color: #f7f7f7;
}

.header-ft .ft-top-left,
.header-ft .ft-top-right {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.header-ft .ft-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.header-ft .ft-language-label {
    color: #e6e6e6;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
}

.header-ft .ft-language-select {
    appearance: none;
    border: 1px solid rgb(255 255 255 / 0.4);
    background: rgb(255 255 255 / 0.12);
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 2px 20px 2px 7px;
    cursor: pointer;
}

.header-ft .ft-language-select:focus-visible {
    outline: 1px solid #fff;
    outline-offset: 1px;
}

.header-ft .ft-language-select option {
    color: #111;
}

#google_translate_element {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

iframe.goog-te-banner-frame,
iframe.skiptranslate,
.goog-te-balloon-frame,
#goog-gt-tt,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-vH1Gmf,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}

html,
body {
    top: 0 !important;
    margin-top: 0 !important;
}

.header-ft .ft-kicker {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.header-ft .ft-dot-divider {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.55);
}

.header-ft .ft-mini-label,
.header-ft .ft-mini-link,
.header-ft .ft-utc-label,
.header-ft .ft-utc-clock {
    color: #e6e6e6;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}

.header-ft .ft-mini-link:hover {
    color: #fff;
}

.header-ft .ft-utc-clock {
    font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
    font-weight: 600;
}

.header-ft .ft-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 1px 6px;
    border-radius: 2px;
    background: #d71920;
    border: 0;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.header-ft .ft-live-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

.header-ft .navbar-top {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-ft .ft-brand-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
}

.header-ft .socials {
    margin-top: 0;
    gap: 0;
}

.header-ft .menu-button-wrapper {
    display: none;
}

.header-ft .logo-wrapper {
    flex-direction: column;
    gap: 2px;
    margin-bottom: 0;
}

.header-ft .navbar-logo-text {
    font-family: "Noto Serif SC", "Times New Roman", serif;
    font-size: clamp(34px, 2.7vw, 46px);
    font-weight: 700;
    color: #111;
    letter-spacing: 0;
    line-height: 1;
}

.header-ft .logo-subtitle {
    color: #4b5563;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
}

.header-ft .navbar-account-links {
    justify-self: end;
    gap: 8px;
}

.header-ft .account-buttons-separator {
    background: #bfb6ad;
    height: 14px;
}

.header-ft .account-button-wrapper {
    padding: 5px 8px;
    border: 1px solid #c8c1ba;
    border-radius: 0;
    background: #fff;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
}

.header-ft .account-icon-wrapper {
    width: 15px;
    min-width: 15px;
    margin-top: 0;
}

.header-ft .subscribe-button {
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: "Inter", "PingFang SC", sans-serif;
}

.header-ft .ft-kpi-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0;
    padding: 6px 0;
    border-top: 1px solid var(--ft-border);
    border-bottom: 1px solid var(--ft-border);
}

.header-ft .ft-kpi-item {
    font-size: 12px;
    color: #444;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-weight: 500;
}

.header-ft .navbar-links-outer {
    min-height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 0;
    border-bottom: 1px solid var(--ft-border);
    background: #fff7ee;
}

.header-ft .navbar-links-inner {
    justify-content: center;
}

.header-ft .nav {
    column-gap: 20px;
    row-gap: 6px;
}

.header-ft .nav-link,
.header-ft .links-label {
    font-family: "Inter", "PingFang SC", sans-serif;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #323232;
}

.header-ft .nav li.nav-current > .nav-link,
.header-ft .nav li.nav-current > .links-label {
    color: var(--ft-primary);
}

.header-ft .nav-link::after,
.header-ft .links-label::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: var(--ft-primary);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

.header-ft .nav li:hover > .nav-link::after,
.header-ft .nav li:hover > .links-label::after,
.header-ft .nav li.nav-current > .nav-link::after,
.header-ft .nav li.nav-current > .links-label::after {
    transform: scaleX(1);
}

.header-ft .dropdown-arrow-svg path {
    fill: #444;
}

.header-ft .menu-line {
    background-color: #111;
}

@media (max-width: 991px) {
    .header-ft {
        position: static;
    }

    .header-ft .ft-top-strip {
        min-height: 26px;
        padding: 0 8px;
    }

    .header-ft .ft-language-label {
        display: none;
    }

    .header-ft .ft-language-select {
        padding: 1px 18px 1px 6px;
        font-size: 10px;
    }

    .header-ft .ft-mini-label,
    .header-ft .ft-dot-divider,
    .header-ft .ft-mini-link,
    .header-ft .ft-kpi-row,
    .header-ft .logo-subtitle,
    .header-ft .account-button-text,
    .header-ft .account-buttons-separator,
    .header-ft .subscribe-button,
    .header-ft .socials {
        display: none;
    }

    .header-ft .navbar-top {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .header-ft .ft-brand-row {
        display: flex;
        gap: 0;
    }

    .header-ft .menu-button-wrapper {
        display: block;
        flex: 1;
    }

    .header-ft .logo-wrapper {
        flex: 2;
    }

    .header-ft .navbar-logo-text {
        font-size: 30px;
    }

    .header-ft .navbar-account-links {
        flex: 1;
        justify-content: flex-end;
        justify-self: auto;
    }

    .header-ft .account-button-wrapper {
        border: 0;
        padding: 0;
        background: transparent;
    }

    .header-ft .account-icon-wrapper {
        width: 22px;
        min-width: 22px;
    }

    .header-ft .navbar-links-outer {
        background: var(--ft-bg);
        border-top: 0;
        border-bottom: 0;
    }

    .header-ft .nav-link,
    .header-ft .links-label {
        font-size: 22px;
        font-weight: 700;
    }
}
