/*
Theme Name: SWXH
Description: SWXH custom WordPress theme.
Text Domain: swxh
Author: SWXH
Version: 1.0
*/

:root {
    --bf-blue: #0182c6;
    --bf-blue-dark: #006da9;
    --bf-light-blue: #08a0df;
    --bf-text: #222;
    --bf-muted: #777;
    --bf-line: #e5e5e5;
    --bf-bg: #f6f7f9;
    --bf-max: 1200px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--bf-text);
    background: #fff;
    font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.site-header {
    background: #fff;
    position: relative;
    z-index: 20;
}

.site-header__top {
    width: var(--bf-max);
    min-height: 116px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 760px;
}

.site-brand__mark {
    width: 34px;
    height: 52px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #51429a;
    font-size: 13px;
    font-weight: 700;
}

.site-brand__text {
    display: grid;
    line-height: 1.05;
}

.site-brand__text strong {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0;
}

.site-brand__text em {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.site-brand__slogan {
    display: grid;
    padding-left: 8px;
    color: #808080;
    line-height: 1.45;
}

.site-brand__slogan strong {
    color: #8d8d8d;
    font-size: 24px;
    font-weight: 800;
}

.site-brand__slogan em,
.site-brand__slogan small {
    font-style: normal;
    font-size: 13px;
}

.site-brand__ufi {
    color: #111;
    font-size: 62px;
    font-weight: 900;
    line-height: 0.8;
}

.site-brand__ufi::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 22px;
    margin-right: 10px;
    border-radius: 16px 4px 16px 4px;
    background: #7a9a36;
    vertical-align: middle;
}

.site-brand__ufi small {
    font-size: 16px;
    font-weight: 400;
    margin-left: 6px;
}

.site-search {
    display: flex;
    width: 266px;
    height: 40px;
}

.site-search input {
    width: 190px;
    border: 1px solid #ddd;
    border-right: 0;
    padding: 0 14px;
    color: #666;
    outline: 0;
}

.site-search button {
    width: 76px;
    border: 0;
    color: #fff;
    background: var(--bf-light-blue);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.site-header__nav {
    background: var(--bf-blue);
}

.primary-nav {
    width: var(--bf-max);
    margin: 0 auto;
    overflow-x: auto;
}

.primary-nav__list,
.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-nav__list {
    width: max-content;
    min-width: 100%;
    display: flex;
    min-height: 41px;
}

.primary-nav__list > li {
    flex: 1 0 auto;
}

.primary-nav__list a {
    min-height: 41px;
    display: grid;
    grid-template-rows: 17px 17px;
    align-content: center;
    justify-items: center;
    position: relative;
    overflow: hidden;
    padding: 0 12px;
    color: #fff;
    line-height: 1.05;
    font-size: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.primary-nav__list a:hover,
.primary-nav__list a:focus-visible,
.primary-nav__list a.is-current,
.primary-nav__list .current-menu-item > a,
.primary-nav__list .current-menu-parent > a,
.primary-nav__list .current-menu-ancestor > a {
    background: #fff;
    color: #006db4;
}

.primary-nav__list a span,
.primary-nav__list a em {
    position: static;
    z-index: 1;
    width: auto;
    text-align: center;
    white-space: nowrap;
    transition: transform 0.4s ease, color 0.4s ease;
}

.primary-nav__list a span {
    font-size: 15px;
}

.primary-nav__list a em {
    font-style: normal;
    font-size: 13px;
}

.primary-nav__list a:hover span,
.primary-nav__list a:focus-visible span,
.primary-nav__list a.is-current span,
.primary-nav__list .current-menu-item > a span,
.primary-nav__list .current-menu-parent > a span,
.primary-nav__list .current-menu-ancestor > a span {
    transform: translateY(17px);
    color: #0182c6;
}

.primary-nav__list a:hover em,
.primary-nav__list a:focus-visible em,
.primary-nav__list a.is-current em,
.primary-nav__list .current-menu-item > a em,
.primary-nav__list .current-menu-parent > a em,
.primary-nav__list .current-menu-ancestor > a em {
    transform: translateY(-17px);
    color: #076ce0;
}

@media (prefers-reduced-motion: reduce) {
    .primary-nav__list a span,
    .primary-nav__list a em {
        transition: none;
    }
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--bf-line);
    background: #fff;
    padding: 9px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #222;
}

.expo-hero {
    height: 420px;
    margin-top: 48px;
    overflow: hidden;
}

.expo-hero__slide {
    height: 420px;
    position: relative;
}

.expo-hero__photo {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.18), rgba(0,0,0,0.02)),
        radial-gradient(circle at 18% 82%, #222 0 3%, transparent 3% 100%),
        radial-gradient(circle at 23% 78%, #2f2f2f 0 2.2%, transparent 2.2% 100%),
        radial-gradient(circle at 55% 86%, #2a2a2a 0 2.8%, transparent 2.8% 100%),
        linear-gradient(8deg, #b5b3ac 0 26%, transparent 26% 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.35) 0 18px, rgba(0,0,0,0.06) 18px 20px, transparent 20px 96px),
        linear-gradient(120deg, #e9f1f6 0 18%, #6fc3d7 18% 33%, #f7f9fb 33% 55%, #d7dde8 55% 76%, #72c63d 76% 100%);
    background-size: cover;
}

.expo-hero__caption {
    position: absolute;
    top: 0;
    left: calc(50% - 330px);
    width: 310px;
    height: 150px;
    padding: 26px 28px;
    color: #fff;
    background: rgba(0, 128, 86, 0.82);
}

.expo-hero__caption strong {
    font-size: 24px;
}

.expo-hero__caption h1 {
    margin: 2px 0 0;
    font-size: 27px;
    line-height: 1.2;
}

.expo-hero__caption p {
    margin: 6px 0 10px;
    font-size: 11px;
}

.expo-hero__caption span {
    font-size: 20px;
    line-height: 1.35;
}

.hero-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 52px;
    height: 66px;
    margin-top: -33px;
    border: 0;
    background: rgba(0,0,0,0.22);
    cursor: pointer;
}

.hero-nav::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 22px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}

.hero-nav--prev {
    left: 70px;
}

.hero-nav--prev::before {
    left: 20px;
    transform: rotate(-135deg);
}

.hero-nav--next {
    right: 70px;
}

.hero-nav--next::before {
    right: 20px;
    transform: rotate(45deg);
}

.bf-section {
    width: var(--bf-max);
    margin: 0 auto;
    padding: 76px 0 0;
}

.bf-title {
    text-align: center;
    margin-bottom: 48px;
}

.bf-title h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 800;
}

.bf-title p {
    margin: 2px 0 8px;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 800;
}

.bf-title span {
    display: block;
    width: 16px;
    height: 2px;
    margin: 0 auto;
    background: #222;
}

.bf-about__panel {
    display: grid;
    grid-template-columns: 585px 1fr;
    min-height: 406px;
}

.bf-about__image {
    min-height: 406px;
    overflow: hidden;
    background: #eef2f4;
}

.bf-about__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 406px;
    object-fit: cover;
}

.bf-about__content {
    min-height: 406px;
    padding: 44px 48px;
    color: #fff;
    background: var(--bf-blue);
    font-size: 16px;
    line-height: 2;
}

.bf-about__content p {
    margin: 0 0 24px;
    text-indent: 2em;
}

.bf-about__values {
    display: grid;
    gap: 4px;
    margin: 16px 0 18px;
    color: #eaf8ff;
}

.bf-about__content a {
    color: #fff;
    font-weight: 700;
}

.bf-brands {
    padding-top: 56px;
}

.brand-tabs {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #0f73d7;
    margin-bottom: 30px;
}

.brand-tabs a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    color: #666;
    background: #f5f5f5;
    border-right: 1px solid #fff;
    font-size: 15px;
}

.brand-tabs a.active {
    color: #fff;
    background: #0876e2;
    font-weight: 700;
}

.brand-tabs__more {
    margin-left: auto;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 70px;
    row-gap: 34px;
}

.brand-card {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 20px;
    align-items: start;
}

.brand-card__media {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.brand-card__media img {
    width: 76px;
    height: 76px;
    object-fit: contain;
}

.brand-card__mark {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #43a948, #96c93d);
    font-size: 20px;
    font-weight: 800;
}

.brand-card:nth-child(2n) .brand-card__mark {
    background: linear-gradient(135deg, #f2c44c, #42b7dd);
}

.brand-card:nth-child(3n) .brand-card__mark {
    background: linear-gradient(135deg, #aa8132, #d1b56d);
}

.brand-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.brand-card p {
    margin: 0;
    color: #8b8b8b;
    font-size: 15px;
}

.brand-card time,
.brand-card span {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1.55;
}

.bf-news {
    padding-bottom: 76px;
}

.news-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 40px;
}

.news-row {
    min-height: 104px;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid var(--bf-line);
}

.news-row__date {
    min-height: 62px;
    display: grid;
    align-content: center;
    text-align: center;
    color: #fff;
    background: var(--bf-blue);
    line-height: 1.15;
}

.news-row__date strong {
    font-size: 17px;
}

.news-row__date span {
    margin-top: 4px;
    font-size: 12px;
}

.news-row h3 {
    margin: 6px 0;
    font-size: 18px;
}

.news-row p {
    margin: 0;
    color: var(--bf-muted);
}

.section-more {
    display: block;
    margin-top: 24px;
    color: var(--bf-blue);
    text-align: right;
    font-weight: 700;
}

.bf-partners {
    padding-top: 68px;
    padding-bottom: 76px;
    border-top: 1px solid var(--bf-line);
}

.bf-service {
    width: 100%;
    padding: 72px calc((100% - var(--bf-max)) / 2);
    background: #f2f6f9;
}

.service-grid {
    width: var(--bf-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-grid article {
    min-height: 118px;
    display: grid;
    place-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid #dce8ef;
}

.inner-grid {
    margin-top: 30px;
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.partner-logo {
    min-height: 166px;
    display: grid;
    grid-template-rows: 108px auto;
    place-items: center;
    gap: 12px;
    padding: 18px 20px;
    color: #0872a8;
    background: #fff;
    border: 1px solid var(--bf-line);
    font-weight: 700;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.partner-logo:hover,
.partner-logo:focus-visible {
    border-color: #8bc7e3;
    box-shadow: 0 8px 24px rgba(0, 87, 128, 0.1);
}

.partner-logo img {
    width: 100%;
    height: 108px;
    object-fit: contain;
}

.partner-logo strong {
    color: #333;
    font-size: 16px;
}

.service-grid strong {
    font-size: 20px;
}

.service-grid span {
    color: var(--bf-blue);
}

.inner-page .page-hero {
    padding: 84px 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(1, 130, 198, 0.9), rgba(1, 130, 198, 0.72)),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.18) 0 1px, transparent 1px 82px);
}

.section-inner {
    width: var(--bf-max);
    margin: 0 auto;
}

.section-kicker {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.page-hero h1 {
    margin: 8px 0 10px;
    font-size: 34px;
}

.page-hero p {
    max-width: 760px;
    margin: 0;
    font-size: 16px;
}

.section-band {
    padding: 60px 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.feature-card {
    min-height: 160px;
    padding: 28px;
    border: 1px solid var(--bf-line);
    background: #fff;
}

.feature-card h3 {
    margin: 0 0 12px;
    font-size: 19px;
}

.feature-card p {
    margin: 0;
    color: var(--bf-muted);
}

.content-placeholder {
    margin-top: 34px;
    padding: 28px;
    border: 1px solid var(--bf-line);
    background: #fafafa;
}

.site-footer {
    color: #c8cdd1;
    background: #191919;
}

.site-footer__inner {
    width: var(--bf-max);
    margin: 0 auto;
}

.site-footer__nav {
    padding: 26px 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav li {
    min-width: 0;
    text-align: center;
}

.footer-nav a {
    display: block;
    padding: 5px 4px;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    transition: color 160ms ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
    color: #38aee4;
}

.site-footer__contact-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(380px, 1.45fr);
    gap: 72px;
    align-items: center;
    padding: 34px 10px 30px;
}

.site-footer__contact-grid.has-qr {
    grid-template-columns: minmax(250px, 0.85fr) minmax(360px, 1.45fr) 126px;
    gap: 58px;
}

.site-footer__phone span {
    display: block;
    margin-bottom: 5px;
    color: #a9afb3;
    font-size: 13px;
}

.site-footer__phone a,
.site-footer__phone > strong {
    display: block;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
}

.site-footer__phone p {
    max-width: 350px;
    margin: 12px 0 0;
    color: #90979b;
    font-size: 12px;
    line-height: 1.65;
}

.site-footer__details {
    min-width: 0;
}

.site-footer__details p {
    display: flex;
    gap: 6px;
    margin: 5px 0;
    color: #d7dbde;
    line-height: 1.65;
}

.site-footer__details strong {
    flex: 0 0 auto;
    color: #fff;
    font-weight: 500;
}

.site-footer__details a {
    color: #d7dbde;
    overflow-wrap: anywhere;
}

.site-footer__details a:hover,
.site-footer__details a:focus-visible {
    color: #38aee4;
}

.site-footer__qr {
    margin: 0;
    text-align: center;
}

.site-footer__qr img {
    width: 116px;
    height: 116px;
    padding: 6px;
    object-fit: contain;
    background: #fff;
}

.site-footer__qr figcaption {
    margin-top: 6px;
    color: #fff;
    font-size: 13px;
}

.site-footer__bottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 24px;
    padding: 17px 0 22px;
    color: #aab0b4;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    text-align: center;
}

.floating-tools {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 40;
    width: 240px;
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.floating-tools__header {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    color: #fff;
    background: #6491f5;
    font-size: 14px;
}

.floating-tools__header strong {
    font-weight: 400;
}

.floating-tools__toggle {
    width: 24px;
    height: 32px;
    display: grid;
    place-items: center;
    padding: 0;
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
    border: 0;
    font-size: 20px;
    cursor: pointer;
}

.floating-tools__body {
    padding: 9px 12px 8px;
    background: #fff;
}

.floating-tools__intro {
    min-height: 55px;
    margin: 0;
    color: #333;
    line-height: 1.45;
    font-size: 13px;
}

.floating-tools__notice {
    margin: 0 0 8px;
    padding: 7px 8px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.4;
}

.floating-tools__notice.is-success {
    color: #23663e;
    background: #edf8f1;
}

.floating-tools__notice.is-error {
    color: #a33a3a;
    background: #fff0f0;
}

.floating-tools__form {
    display: grid;
    gap: 10px;
}

.floating-tools__form label {
    display: block;
}

.floating-tools .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.floating-tools__form textarea,
.floating-tools__form input {
    width: 100%;
    color: #49515a;
    background: #fff;
    border: 1px solid #d7dce5;
    border-radius: 4px;
    outline: 0;
    font: inherit;
    font-size: 13px;
}

.floating-tools__form textarea {
    height: 80px;
    display: block;
    padding: 10px 11px;
    resize: none;
    line-height: 1.45;
}

.floating-tools__form input {
    height: 34px;
    padding: 0 11px;
}

.floating-tools__form textarea::placeholder,
.floating-tools__form input::placeholder {
    color: #aeb6c2;
}

.floating-tools__form textarea:focus,
.floating-tools__form input:focus {
    border-color: #6491f5;
    box-shadow: 0 0 0 2px rgba(100, 145, 245, 0.14);
}

.floating-tools__guard {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.floating-tools__submit {
    width: 64px;
    height: 32px;
    justify-self: end;
    padding: 0;
    color: #fff;
    background: #6491f5;
    border: 0;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
}

.floating-tools__submit:hover,
.floating-tools__submit:focus-visible {
    background: #4f7fe9;
}

.floating-tools.is-collapsed {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.22);
}

.floating-tools.is-collapsed .floating-tools__body {
    display: none;
}

.floating-tools.is-collapsed .floating-tools__toggle span {
    transform: rotate(90deg);
}

@media (max-width: 1240px) {
    :root {
        --bf-max: calc(100vw - 32px);
    }

    .site-brand {
        min-width: 0;
    }

    .site-brand__slogan {
        display: none;
    }

    .site-brand__ufi {
        font-size: 48px;
    }

    .primary-nav {
        overflow-x: auto;
    }

    .primary-nav__list {
        width: 1200px;
    }
}

@media (max-width: 760px) {
    :root {
        --bf-max: 100%;
    }

    body {
        overflow-x: hidden;
    }

    .site-header__top {
        width: 100%;
        min-height: 84px;
        padding: 0 16px;
    }

    .site-brand {
        gap: 10px;
    }

    .site-brand__mark {
        width: 28px;
        height: 42px;
    }

    .site-brand__text strong {
        font-size: 22px;
    }

    .site-brand__text em {
        font-size: 11px;
    }

    .site-brand__ufi,
    .site-search {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .site-header__nav {
        position: relative;
    }

    .primary-nav {
        display: none;
        width: 100%;
    }

    .primary-nav.is-open {
        display: block;
    }

    .primary-nav__list {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .primary-nav__list li:first-child {
        background: var(--bf-blue);
    }

    .primary-nav__list li:first-child a {
        color: #fff;
    }

    .primary-nav__list li:first-child a.is-current {
        color: #006db4;
    }

    .primary-nav__list a {
        grid-template-rows: auto auto;
        justify-items: start;
        padding: 9px 18px;
        border-top: 1px solid rgba(255,255,255,0.18);
    }

    .primary-nav__list a span,
    .primary-nav__list a em,
    .primary-nav__list a:hover span,
    .primary-nav__list a:hover em,
    .primary-nav__list a:focus-visible span,
    .primary-nav__list a:focus-visible em,
    .primary-nav__list a.is-current span,
    .primary-nav__list a.is-current em,
    .primary-nav__list .current-menu-item > a span,
    .primary-nav__list .current-menu-item > a em,
    .primary-nav__list .current-menu-parent > a span,
    .primary-nav__list .current-menu-parent > a em,
    .primary-nav__list .current-menu-ancestor > a span,
    .primary-nav__list .current-menu-ancestor > a em {
        position: static;
        width: auto;
        text-align: left;
        white-space: normal;
        transform: none;
        color: inherit;
        transition: none;
    }

    .expo-hero {
        height: 260px;
        margin-top: 0;
    }

    .expo-hero__slide {
        height: 260px;
    }

    .expo-hero__caption {
        left: 18px;
        top: 24px;
        width: calc(100% - 36px);
        height: auto;
        padding: 18px;
    }

    .expo-hero__caption strong {
        font-size: 18px;
    }

    .expo-hero__caption h1 {
        font-size: 22px;
    }

    .expo-hero__caption span {
        font-size: 15px;
    }

    .hero-nav {
        display: none;
    }

    .bf-section,
    .section-inner,
    .site-footer__main,
    .site-footer__bottom,
    .service-grid {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .bf-section {
        padding-top: 52px;
    }

    .bf-title {
        margin-bottom: 32px;
    }

    .bf-title h2 {
        font-size: 28px;
    }

    .bf-title p {
        font-size: 20px;
    }

    .bf-about__panel,
    .brand-grid,
    .news-layout,
    .service-grid,
    .partner-grid,
    .site-footer__main,
    .site-footer__cols,
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .bf-about__image,
    .bf-about__content {
        min-height: 280px;
    }

    .bf-about__image img {
        min-height: 280px;
    }

    .bf-about__content {
        padding: 28px 22px;
        font-size: 15px;
    }

    .brand-tabs {
        overflow-x: auto;
        white-space: nowrap;
    }

    .brand-tabs a {
        flex: 0 0 auto;
    }

    .brand-grid {
        gap: 22px;
    }

    .floating-tools {
        display: none;
    }
}

@media (max-width: 960px) {
    .site-footer__contact-grid.has-qr {
        grid-template-columns: minmax(220px, 0.85fr) minmax(330px, 1.4fr);
    }

    .site-footer__qr {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .site-footer__inner {
        width: 100%;
        padding: 0 16px;
    }

    .site-footer__nav {
        padding: 20px 0 16px;
    }

    .footer-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px 8px;
    }

    .footer-nav a {
        padding: 7px 2px;
        font-size: 13px;
    }

    .site-footer__contact-grid,
    .site-footer__contact-grid.has-qr {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
        padding: 28px 0 26px;
    }

    .site-footer__phone,
    .site-footer__details,
    .site-footer__qr {
        grid-column: auto;
        text-align: center;
    }

    .site-footer__phone a,
    .site-footer__phone > strong {
        font-size: 29px;
    }

    .site-footer__phone p {
        margin-left: auto;
        margin-right: auto;
    }

    .site-footer__details p {
        display: block;
        margin: 8px 0;
    }

    .site-footer__bottom {
        display: grid;
        gap: 4px;
        padding: 16px 0 20px;
    }
}

/* Managed content pages */
.content-page-hero {
    margin-top: 0;
}

.content-hub-overview {
    padding: 48px 0 40px;
    background: #fff;
}

.content-hub-title {
    margin-bottom: 24px;
}

.content-hub-overview:not(.has-intro) .content-hub-title {
    margin-bottom: 0;
}

.content-hub-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}

.content-hub-intro {
    max-width: 960px;
    margin: 0 auto;
    color: #60666a;
    font-size: 15px;
    line-height: 1.9;
    text-align: center;
}

.content-hub-intro p {
    margin: 0;
}

.content-hub-section {
    padding: 0 0 84px;
}

.content-hub-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.content-hub-main {
    min-width: 0;
}

.content-hub-empty {
    min-height: 220px;
    display: grid;
    place-items: center;
    color: var(--bf-muted);
    border-top: 1px solid var(--bf-line);
    border-bottom: 1px solid var(--bf-line);
}

.managed-rich-content {
    color: #50565a;
    font-size: 15px;
    line-height: 1.9;
}

.managed-rich-content > :first-child {
    margin-top: 0;
}

.managed-rich-content h2,
.managed-rich-content h3 {
    color: #272c30;
    line-height: 1.45;
}

.managed-rich-content h2 {
    margin: 34px 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--bf-line);
    font-size: 23px;
}

.managed-rich-content h3 {
    margin: 26px 0 12px;
    font-size: 19px;
}

.managed-rich-content img {
    height: auto;
}

.managed-rich-content figure {
    margin: 26px 0;
}

.managed-lead {
    padding: 12px 16px;
    color: #536066;
    background: #f2f7f9;
    border-left: 3px solid var(--bf-blue);
}

.hall-content__image {
    width: 100%;
    max-height: 430px;
    object-fit: cover;
    margin-bottom: 22px;
}

.provider-list {
    border-top: 1px solid var(--bf-line);
}

.provider-item {
    min-height: 150px;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding: 24px 8px;
    border-bottom: 1px solid var(--bf-line);
}

.provider-item__logo {
    width: 160px;
    height: 100px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.provider-item__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.provider-item__logo span {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    color: var(--bf-blue-dark);
    border: 2px solid #baddea;
    font-size: 18px;
    font-weight: 700;
}

.provider-item__body h2 {
    margin: 0 0 10px;
    color: #292e32;
    font-size: 18px;
    line-height: 1.5;
}

.managed-meta-line {
    margin: 2px 0;
    color: #6d7377;
}

.managed-meta-line strong {
    color: #4c5357;
    font-weight: 500;
}

.managed-subtitle {
    margin: -7px 0 12px;
    color: #8a9094;
    font-size: 13px;
}

.managed-meta-line a {
    color: var(--bf-blue-dark);
    overflow-wrap: anywhere;
}

.provider-item__description {
    margin-top: 10px;
    color: #6d7377;
}

.provider-item__description p {
    margin: 0 0 8px;
}

.hub-news-list {
    border-top: 1px solid var(--bf-line);
}

.hub-news-item {
    min-height: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 100px;
    gap: 24px;
    align-items: center;
    padding: 13px 10px;
    border-bottom: 1px dashed #d5dadd;
}

.hub-news-item h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.hub-news-item h2 a:hover,
.hub-news-item h2 a:focus-visible {
    color: var(--bf-blue-dark);
}

.hub-news-item time {
    color: #959a9d;
    font-size: 13px;
    text-align: right;
}

.job-list {
    border-top: 1px solid var(--bf-line);
}

.job-item {
    padding: 0 0 34px;
    border-bottom: 1px solid var(--bf-line);
}

.job-item + .job-item {
    padding-top: 34px;
}

.job-item h2 {
    margin: 0 0 14px;
    color: #272c30;
    font-size: 22px;
}

.job-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 24px;
    padding: 12px 0;
    border-top: 1px dashed #d9dddf;
    border-bottom: 1px dashed #d9dddf;
}

.job-item__meta .managed-meta-line {
    margin: 0;
}

.job-item .managed-rich-content {
    padding: 22px 0;
}

.job-item__contact {
    padding: 14px 18px;
    background: #f4f7f8;
}

.news-detail-head {
    padding: 50px 0 36px;
    border-bottom: 1px solid var(--bf-line);
}

.news-detail-back {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--bf-blue-dark);
}

.news-detail-back::before {
    content: "←";
    margin-right: 8px;
}

.news-detail-head h1 {
    max-width: 940px;
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.45;
}

.news-detail-meta {
    display: flex;
    gap: 18px;
    color: #8a9094;
}

.news-detail-content {
    padding: 48px 0 80px;
}

.news-detail-content .section-inner {
    max-width: 940px;
}

.news-detail-cover {
    margin: 0 0 32px;
}

@media (max-width: 760px) {
    .content-page-hero,
    .content-page-hero .expo-hero__slide {
        height: 210px;
    }

    .content-hub-overview {
        padding: 38px 16px 30px;
    }

    .content-hub-title h1 {
        font-size: 26px;
    }

    .content-hub-intro {
        text-align: left;
        line-height: 1.8;
    }

    .content-hub-section {
        padding-bottom: 56px;
    }

    .content-hub-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .provider-item {
        grid-template-columns: 94px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 0;
    }

    .provider-item__logo {
        width: 90px;
        height: 76px;
    }

    .provider-item__logo span {
        width: 64px;
        height: 64px;
        font-size: 15px;
    }

    .provider-item__body h2 {
        font-size: 16px;
    }

    .hub-news-item {
        grid-template-columns: minmax(0, 1fr);
        gap: 3px;
        padding: 14px 2px;
    }

    .hub-news-item time {
        text-align: left;
    }

    .news-detail-head {
        padding: 38px 16px 30px;
    }

    .news-detail-head h1 {
        font-size: 24px;
    }

    .news-detail-content {
        padding: 38px 0 60px;
    }
}

/* Exhibition plan */
.expo-plan-page .expo-plan-hero {
    margin-top: 0;
}

.expo-plan-overview {
    padding: 48px 0 42px;
    background: #fff;
}

.expo-plan-title {
    margin-bottom: 24px;
}

.expo-plan-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}

.expo-plan-copy {
    max-width: 960px;
    margin: 0 auto;
    color: #5f6468;
    font-size: 15px;
    line-height: 1.9;
    text-align: center;
}

.expo-plan-copy p {
    display: inline;
    margin: 0;
}

.expo-plan-copy p::after {
    content: " ";
}

.expo-plan-section {
    padding: 0 0 82px;
}

.expo-plan-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.expo-category-nav {
    display: grid;
    background: #f2f3f4;
    border-top: 14px solid #f7f7f7;
}

.expo-category-nav__item {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    color: #686d71;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
    transition: color 160ms ease, background-color 160ms ease;
}

.expo-category-nav__item:hover,
.expo-category-nav__item:focus-visible {
    color: var(--bf-blue-dark);
    background: #e8f5fb;
}

.expo-category-nav__item.is-active {
    color: #fff;
    background: var(--bf-light-blue);
    font-weight: 700;
}

.expo-plan-results {
    min-width: 0;
}

.expo-plan-list {
    border-top: 1px solid var(--bf-line);
}

.expo-plan-item {
    min-height: 122px;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    padding: 16px 8px;
    border-bottom: 1px solid var(--bf-line);
}

.expo-plan-item__logo {
    width: 150px;
    height: 88px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #fff;
}

.expo-plan-item__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expo-plan-item__logo span {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    color: var(--bf-blue);
    border: 2px solid #b9ddeb;
    font-size: 19px;
    font-weight: 700;
}

.expo-plan-item__body {
    min-width: 0;
}

.expo-plan-item h2 {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.55;
}

.expo-plan-item h2 a:hover,
.expo-plan-item h2 a:focus-visible {
    color: var(--bf-blue-dark);
}

.expo-plan-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
    color: #777d82;
    font-size: 14px;
}

.expo-plan-item__meta strong {
    color: #555b60;
    font-weight: 400;
}

.expo-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-top: 28px;
}

.expo-pagination .page-numbers {
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    color: #676d71;
    border: 1px solid #dfe3e5;
    background: #fff;
}

.expo-pagination .page-numbers.current,
.expo-pagination a.page-numbers:hover,
.expo-pagination a.page-numbers:focus-visible {
    color: #fff;
    border-color: var(--bf-blue);
    background: var(--bf-blue);
}

.expo-plan-empty {
    min-height: 220px;
    display: grid;
    place-items: center;
    color: var(--bf-muted);
    border-top: 1px solid var(--bf-line);
    border-bottom: 1px solid var(--bf-line);
}

/* Exhibition detail */
.expo-detail-head {
    padding: 60px 0 54px;
    color: #fff;
    background: var(--bf-blue-dark);
}

.expo-detail-back {
    display: inline-block;
    margin-bottom: 24px;
    color: #d7eff8;
}

.expo-detail-back::before {
    content: "←";
    margin-right: 8px;
}

.expo-detail-head p {
    margin: 0 0 5px;
    color: #bfe4f3;
}

.expo-detail-head h1 {
    max-width: 920px;
    margin: 0;
    font-size: 34px;
    line-height: 1.4;
}

.expo-detail-content {
    padding: 64px 0 86px;
}

.expo-detail-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 64px;
    align-items: start;
}

.expo-detail-logo {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 18px;
}

.expo-detail-facts dl {
    margin: 0;
    border-top: 2px solid var(--bf-blue);
}

.expo-detail-facts dl div {
    padding: 15px 0;
    border-bottom: 1px solid var(--bf-line);
}

.expo-detail-facts dt {
    color: var(--bf-muted);
    font-size: 13px;
}

.expo-detail-facts dd {
    margin: 3px 0 0;
    color: #303438;
}

.expo-detail-article h2 {
    margin: 0 0 24px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--bf-line);
    font-size: 24px;
}

.expo-detail-article {
    color: #50565a;
    font-size: 16px;
}

@media (max-width: 760px) {
    .expo-plan-page .expo-plan-hero {
        height: 210px;
    }

    .expo-plan-page .expo-hero__slide {
        height: 210px;
    }

    .expo-plan-overview {
        padding: 38px 16px 30px;
    }

    .expo-plan-title h1 {
        font-size: 26px;
    }

    .expo-plan-copy {
        text-align: left;
        line-height: 1.8;
    }

    .expo-plan-copy p {
        display: block;
        margin-bottom: 6px;
    }

    .expo-plan-section {
        padding: 0 0 54px;
    }

    .expo-plan-layout,
    .expo-detail-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .expo-category-nav {
        display: flex;
        overflow-x: auto;
        border-top-width: 8px;
        scrollbar-width: thin;
    }

    .expo-category-nav__item {
        flex: 0 0 132px;
        min-height: 54px;
        padding: 8px 12px;
        border-right: 1px solid #fff;
        border-bottom: 0;
        font-size: 14px;
    }

    .expo-plan-item {
        min-height: 112px;
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px;
        padding: 14px 0;
    }

    .expo-plan-item__logo {
        width: 88px;
        height: 72px;
    }

    .expo-plan-item__logo span {
        width: 62px;
        height: 62px;
        font-size: 16px;
    }

    .expo-plan-item h2 {
        margin-bottom: 7px;
        font-size: 15px;
    }

    .expo-plan-item__meta {
        display: grid;
        gap: 1px;
        font-size: 13px;
    }

    .expo-detail-head {
        padding: 42px 16px 38px;
    }

    .expo-detail-head h1 {
        font-size: 25px;
    }

    .expo-detail-content {
        padding: 44px 0 60px;
    }

    .expo-detail-layout {
        gap: 38px;
    }
}
