/* Buma-style homepage middle content for the independent Xinwang preview. */
:root {
    --bm-orange: #e0005a;
    --bm-orange-2: #7b3ff2;
    --bm-orange-dark: #b80049;
    --bm-ink: #162033;
    --bm-muted: #5f6f89;
    --bm-line: rgba(224, 0, 90, .12);
    --bm-bg: #fff7fb;
    --bm-card: #ffffff;
    --bm-blue: #0a5dff;
    --bm-cyan: #00c2ff;
    --bm-brand-grad: linear-gradient(135deg, #e0005a 0%, #7b3ff2 58%, #0a5dff 100%);
    --bm-brand-soft: linear-gradient(135deg, #fff7fb 0%, #ffffff 48%, #f3f7ff 100%);
}

.bm-home {
    overflow: hidden;
    background: #fff;
    color: var(--bm-ink);
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.bm-home *,
.bm-home *::before,
.bm-home *::after {
    box-sizing: border-box;
}

.bm-home button {
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.bm-wrap {
    width: 1200px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.bm-section {
    padding: 78px 0;
}

.bm-title {
    text-align: center;
    margin-bottom: 42px;
}

.bm-title h2 {
    margin: 0;
    color: #3d424c;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
}

.bm-title p {
    margin: 8px 0 0;
    color: #b8bec8;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.bm-hero {
    position: relative;
    height: 690px;
    overflow: hidden;
    background: var(--bm-orange);
}

.bm-hero-track {
    height: 100%;
}

.bm-hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity .65s ease, transform .9s ease;
    background:
        radial-gradient(circle at 39% 39%, rgba(255,255,255,.12), transparent 30%),
        radial-gradient(circle at 78% 56%, rgba(255,255,255,.10), transparent 20%),
        linear-gradient(135deg, #ff8425 0%, #ff5a00 54%, #ff681a 100%);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bm-hero-slide:nth-child(1) {
    background-image: url("/wp-content/themes/moban0628/buma-assets/sdfy-slide-1.jpg");
}

.bm-hero-slide:nth-child(2) {
    background-image: url("/wp-content/themes/moban0628/buma-assets/sdfy-slide-2.jpg");
}

.bm-hero-slide:nth-child(3) {
    background-image: url("/wp-content/themes/moban0628/buma-assets/sdfy-slide-3.jpg");
}

.bm-hero-slide:nth-child(4) {
    background-image: url("/wp-content/themes/moban0628/buma-assets/sdfy-slide-4.jpg");
}

.bm-hero-slide:nth-child(5) {
    background-image: url("/wp-content/themes/moban0628/buma-assets/sdfy-slide-5.jpg");
}

.bm-hero-slide .bm-hero-copy,
.bm-hero-slide .bm-hero-art {
    display: none;
}

.bm-hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.bm-hero-copy {
    position: relative;
    z-index: 2;
    width: 620px;
    margin-left: 280px;
    color: #fff;
}

.bm-hero-frame {
    position: absolute;
    left: -84px;
    top: -78px;
    width: 248px;
    height: 420px;
    border: 8px solid #fff;
    border-right: 0;
    opacity: .95;
}

.bm-hero h1 {
    margin: 0;
    color: #fff !important;
    font-size: 48px;
    line-height: 1.32;
    font-weight: 900;
}

.bm-hero h1 span {
    display: block;
    font-size: 39px;
    font-weight: 700;
}

.bm-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 610px;
    height: 58px;
    margin: 20px 0 28px;
    border-radius: 8px;
    background: #fff;
    color: var(--bm-orange);
    font-size: 24px;
    font-weight: 800;
    white-space: normal;
    text-align: center;
}

.bm-hero-sub {
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
}

.bm-hero-art {
    position: absolute;
    right: 90px;
    top: 180px;
    width: 330px;
    height: 310px;
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,255,255,.72));
    box-shadow: 0 34px 80px rgba(120,39,0,.18);
    transform: rotate(-2deg);
}

.bm-hero-art::before,
.bm-hero-art::after {
    content: "";
    position: absolute;
    border-radius: 18px;
}

.bm-hero-art::before {
    left: 34px;
    top: 42px;
    width: 250px;
    height: 70px;
    background: linear-gradient(90deg, #ffb55e, #fff1d9);
    box-shadow: 0 92px 0 #fff2df, 0 184px 0 #fff2df;
}

.bm-hero-art::after {
    right: -48px;
    top: 72px;
    width: 118px;
    height: 118px;
    background: #fff;
    box-shadow: -190px 110px 0 rgba(255,255,255,.62);
}

.bm-hero-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.bm-hero-dots button {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.55);
    cursor: pointer;
}

.bm-hero-dots button.is-active {
    background: #2468ff;
}

.bm-stats {
    border-bottom: 1px solid #ececec;
    background: #fff;
}

.bm-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 112px;
    align-items: center;
}

.bm-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #666;
}

.bm-stat i {
    width: 46px;
    height: 46px;
    border: 2px solid var(--bm-orange);
    border-radius: 50%;
    color: var(--bm-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-style: normal;
}

.bm-stat b {
    display: block;
    color: var(--bm-orange);
    font-size: 30px;
    line-height: 1;
}

.bm-stat span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
}

.bm-services {
    background: #fff;
}

.bm-service-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 28px 18px;
}

.bm-service-card {
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: linear-gradient(#fff, #f5f5f5);
    color: #777;
    box-shadow: 0 6px 12px rgba(0,0,0,.08);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.bm-service-card:hover {
    transform: translateY(-9px);
    border-color: var(--bm-orange);
    box-shadow: 0 18px 34px rgba(255,90,0,.18);
}

.bm-service-card i {
    width: 76px;
    height: 76px;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    color: var(--bm-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-style: normal;
}

.bm-service-card i img {
    display: block;
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
    transition: transform .3s ease, filter .3s ease;
}

.bm-service-card:hover i {
    border-color: rgba(255,255,255,.66);
    background: #fff;
}

.bm-service-card:hover i img {
    transform: scale(1.08);
}

.bm-service-card span {
    font-size: 16px;
}

.bm-orbit {
    position: relative;
    height: 760px;
    background-image:
        radial-gradient(circle at center, rgba(255,255,255,.12), transparent 32%),
        linear-gradient(135deg, rgba(255,104,24,.92), rgba(255,90,0,.92)),
        url("/wp-content/themes/moban0628/buma-assets/shouye_donxiao.jpg");
    background-position: center center, center center, center center;
    background-repeat: no-repeat;
    background-size: cover, cover, cover;
    color: #fff;
    overflow: hidden;
}

.bm-orbit::before,
.bm-orbit::after {
    content: "";
    position: absolute;
    border: 2px dashed rgba(255,255,255,.35);
    border-radius: 50%;
    animation: bmSpin 28s linear infinite;
}

.bm-orbit::before {
    left: 50%;
    top: 50%;
    width: 900px;
    height: 900px;
    margin: -450px 0 0 -450px;
}

.bm-orbit::after {
    left: 50%;
    top: 50%;
    width: 620px;
    height: 620px;
    margin: -310px 0 0 -310px;
    animation-direction: reverse;
}

.bm-orbit-center {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bm-orbit-center .ghost {
    position: absolute;
    color: rgba(255,255,255,.11);
    font-size: 230px;
    font-weight: 900;
    letter-spacing: .02em;
}

.bm-orbit-center h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 42px;
    color: #fff !important;
    font-size: 48px;
    font-weight: 900;
}

.bm-orbit-steps {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 28px;
}

.bm-orbit-steps span {
    width: 112px;
    height: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    border: 8px solid rgba(255,255,255,.16);
    box-shadow: inset 0 0 22px rgba(255,255,255,.26);
    font-size: 20px;
}

.bm-orbit-steps em {
    margin-top: 3px;
    font-style: normal;
    font-size: 12px;
    opacity: .8;
}

.bm-orbit-item {
    position: absolute;
    z-index: 3;
    width: 180px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
}

.bm-orbit-item i {
    width: 62px;
    height: 62px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.24);
    color: #fff;
    font-style: normal;
    font-size: 28px;
}

.bm-orbit-item:nth-child(1) { left: 13%; top: 18%; }
.bm-orbit-item:nth-child(2) { left: 7%; top: 38%; }
.bm-orbit-item:nth-child(3) { left: 9%; bottom: 22%; }
.bm-orbit-item:nth-child(4) { left: 19%; bottom: 7%; }
.bm-orbit-item:nth-child(5) { right: 13%; top: 17%; }
.bm-orbit-item:nth-child(6) { right: 7%; top: 37%; }
.bm-orbit-item:nth-child(7) { right: 8%; bottom: 22%; }
.bm-orbit-item:nth-child(8) { right: 18%; bottom: 7%; }

.bm-tabs-section {
    background: #f5f6f8;
}

.bm-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 60px;
}

.bm-tab {
    min-height: 94px;
    border: 0;
    border-right: 1px solid #ddd;
    background: transparent !important;
    color: #314354 !important;
    box-shadow: none !important;
    transform: none !important;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
}

.bm-tab i {
    display: block;
    height: 34px;
    margin-bottom: 8px;
    color: var(--bm-orange);
    font-style: normal;
    font-size: 28px;
}

.bm-tab i img {
    display: inline-block;
    max-height: 34px;
    width: auto;
    object-fit: contain;
}

.bm-tab i img.active,
.bm-tab.is-active i img.normal,
.bm-tab:hover i img.normal {
    display: none;
}

.bm-tab.is-active i img.active,
.bm-tab:hover i img.active {
    display: inline-block;
}

.bm-tab.is-active,
.bm-tab:hover {
    color: var(--bm-orange) !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.bm-tab-panel {
    display: none;
}

.bm-tab-panel.is-active {
    display: block;
    animation: bmFadeUp .36s ease both;
}

.bm-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.bm-process-card {
    min-height: 210px;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eceff4;
    box-shadow: 0 14px 32px rgba(0,0,0,.05);
}

.bm-process-card b {
    display: block;
    margin-bottom: 14px;
    color: var(--bm-orange);
    font-size: 20px;
}

.bm-process-card p {
    margin: 0;
    color: #687383;
    line-height: 1.9;
}

.bm-show {
    background: #fff;
}

.bm-show-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 58px;
    align-items: center;
}

.bm-show-card {
    height: 390px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 24% 30%, rgba(255,90,0,.16), transparent 22%),
        linear-gradient(135deg, #fff8f2, #fff);
    border: 1px solid #ffe2cf;
    box-shadow: 0 28px 72px rgba(255,90,0,.10);
    position: relative;
    overflow: hidden;
}

.bm-show-card::before {
    content: "NEW MEDIA";
    position: absolute;
    left: 42px;
    bottom: 40px;
    color: rgba(255,90,0,.12);
    font-size: 72px;
    line-height: .95;
    font-weight: 900;
}

.bm-show-card::after {
    content: "";
    position: absolute;
    right: 58px;
    top: 54px;
    width: 210px;
    height: 238px;
    border-radius: 24px;
    background: #fff;
    box-shadow: -96px 80px 0 #ffe7d7, 0 24px 70px rgba(255,90,0,.12);
}

.bm-show-copy h2,
.bm-planning h2,
.bm-choice h2,
.bm-different h2 {
    margin: 0 0 16px;
    color: #333b47 !important;
    font-size: 36px;
    font-weight: 900;
}

.bm-show-copy p {
    margin: 0;
    color: var(--bm-muted);
    font-size: 17px;
    line-height: 2;
}

.bm-business {
    background: #fff;
}

.bm-business-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.bm-business-card {
    min-height: 310px;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #eceff4;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.bm-business-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 70px rgba(255,90,0,.16);
}

.bm-business-card h3 {
    margin: 0 0 12px;
    color: var(--bm-orange);
    font-size: 22px;
    font-weight: 900;
}

.bm-business-card p {
    margin: 0 0 18px;
    color: var(--bm-muted);
    line-height: 1.8;
}

.bm-business-card span {
    display: inline-block;
    margin: 5px 6px 0 0;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff4ec;
    color: #db5200;
}

.bm-planning {
    background: #f8f8f8;
}

.bm-planning-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    background: #eee;
    border: 1px solid #eee;
}

.bm-plan-item {
    min-height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    text-align: center;
}

.bm-plan-item b {
    color: var(--bm-orange);
    font-size: 20px;
}

.bm-plan-item span {
    margin-top: 8px;
    color: #7b8592;
    font-size: 13px;
}

.bm-topic {
    background:
        radial-gradient(circle at 82% 20%, rgba(255,255,255,.16), transparent 24%),
        linear-gradient(135deg, #ff5a00, #ff7a1a);
    color: #fff;
}

.bm-topic-box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
    min-height: 210px;
}

.bm-topic h2 {
    margin: 0;
    color: #fff !important;
    font-size: 38px;
    font-weight: 900;
}

.bm-topic p {
    margin: 14px 0 0;
    color: rgba(255,255,255,.88);
    font-size: 18px;
}

.bm-countdown {
    display: flex;
    gap: 10px;
}

.bm-countdown span {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: #fff;
    color: var(--bm-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 900;
}

.bm-topic a,
.bm-consultant-btn,
.bm-fixed-chat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--bm-orange) !important;
    color: #fff !important;
    cursor: pointer;
    box-shadow: 0 18px 42px rgba(255,90,0,.24) !important;
}

.bm-topic a {
    height: 46px;
    padding: 0 28px;
    margin-top: 18px;
    border-radius: 999px;
    background: #fff !important;
    color: var(--bm-orange) !important;
    font-size: 16px;
    font-weight: 900;
}

.bm-flow {
    background: #fff;
}

.bm-flow-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.bm-flow-card {
    min-height: 176px;
    padding: 24px 18px;
    border: 1px solid #eceff4;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.bm-flow-card b {
    display: block;
    margin-bottom: 12px;
    color: var(--bm-orange);
    font-size: 18px;
}

.bm-flow-card p {
    margin: 0;
    color: var(--bm-muted);
    line-height: 1.75;
}

.bm-resources {
    background: #f7f8fb;
}

.bm-resource-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.bm-resource {
    min-height: 150px;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    border: 1px solid #eceff4;
}

.bm-resource b {
    display: block;
    color: var(--bm-orange);
    font-size: 34px;
}

.bm-resource span {
    color: var(--bm-muted);
}

.bm-choice {
    background: #fff;
}

.bm-choice-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bm-choice-card {
    min-height: 218px;
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eceff4;
    box-shadow: 0 16px 40px rgba(0,0,0,.05);
}

.bm-choice-card b {
    display: block;
    color: var(--bm-orange);
    font-size: 22px;
}

.bm-choice-card p {
    color: var(--bm-muted);
    line-height: 1.8;
}

.bm-consultant {
    background: #fff7f0;
}

.bm-consultant-box {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 42px;
    align-items: center;
}

.bm-consultant-copy p {
    color: var(--bm-muted);
    font-size: 18px;
    line-height: 1.9;
}

.bm-consultant-btn {
    height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 900;
}

.bm-consultant-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.bm-consultant-person {
    min-height: 150px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ffe0cc;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    cursor: pointer;
}

.bm-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5a00, #ffc39a);
}

.bm-consultant-person b {
    display: block;
    color: #333;
    font-size: 18px;
}

.bm-consultant-person span {
    color: var(--bm-muted);
}

.bm-different {
    background: #fff;
}

.bm-data-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.bm-data-card {
    min-height: 118px;
    padding: 24px 28px;
    border: 1px solid #eceff4;
    border-radius: 6px;
    background: #fff;
}

.bm-data-card b {
    color: var(--bm-orange);
    font-size: 26px;
}

.bm-data-card span {
    display: block;
    color: var(--bm-muted);
    margin-top: 6px;
}

.bm-fixed-chat {
    position: fixed;
    left: 28px;
    bottom: 110px;
    z-index: 40;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    box-shadow: 0 18px 42px rgba(255,90,0,.32);
    font-size: 34px;
}

.bm-notice {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.48);
}

.bm-notice.is-visible {
    display: flex;
}

.bm-notice-box {
    width: min(720px, calc(100% - 36px));
    max-height: 82vh;
    overflow: auto;
    padding: 34px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,.24);
}

.bm-notice-box h3 {
    margin: 0 0 16px;
    color: var(--bm-orange);
    font-size: 24px;
    font-weight: 900;
}

.bm-notice-box p {
    margin: 10px 0;
    color: #4f5b6a;
    line-height: 1.9;
}

.bm-notice-close {
    float: right;
    border: 0;
    background: transparent;
    color: #999;
    font-size: 24px;
    cursor: pointer;
}

.bm-consultant-modal {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.45);
}

.bm-consultant-modal.is-visible {
    display: flex;
}

.bm-modal-card {
    width: min(460px, calc(100% - 36px));
    padding: 34px;
    border-radius: 12px;
    background: #fff;
    text-align: center;
}

.bm-modal-card h3 {
    color: var(--bm-orange);
    font-size: 24px;
}

.bm-modal-card p {
    color: var(--bm-muted);
    line-height: 1.8;
}

.bm-modal-card button {
    height: 42px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: var(--bm-orange) !important;
    color: #fff !important;
    cursor: pointer;
}

@keyframes bmSpin {
    to { transform: rotate(360deg); }
}

@keyframes bmFadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
    .bm-hero {
        height: auto;
        min-height: 620px;
        padding: 90px 0;
    }

    .bm-hero-copy {
        width: auto;
        max-width: 650px;
        margin-left: 90px;
    }

    .bm-hero-art {
        opacity: .32;
        right: -40px;
    }

    .bm-service-grid,
    .bm-business-grid,
    .bm-choice-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bm-process-grid,
    .bm-resource-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bm-planning-grid,
    .bm-flow-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .bm-wrap {
        max-width: calc(100% - 32px);
    }

    .bm-section {
        padding: 54px 0;
    }

    .bm-title h2,
    .bm-show-copy h2,
    .bm-planning h2,
    .bm-choice h2,
    .bm-different h2 {
        font-size: 28px;
    }

    .bm-hero {
        min-height: 560px;
        padding: 70px 0 60px;
    }

    .bm-hero-copy {
        margin: 0 auto;
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
    }

    .bm-hero-frame,
    .bm-hero-art {
        display: none;
    }

    .bm-hero h1 {
        font-size: 36px;
    }

    .bm-hero h1 span,
    .bm-hero-sub {
        font-size: 28px;
    }

    .bm-hero-badge {
        display: block;
        min-width: 0;
        width: 330px;
        max-width: calc(100vw - 64px);
        height: auto;
        padding: 12px;
        margin-right: 0;
        margin-left: 0;
        font-size: 17px;
        line-height: 1.55;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .bm-stats-grid,
    .bm-service-grid,
    .bm-business-grid,
    .bm-planning-grid,
    .bm-flow-grid,
    .bm-choice-grid,
    .bm-data-grid {
        grid-template-columns: 1fr 1fr;
        height: auto;
    }

    .bm-stat {
        min-height: 96px;
    }

    .bm-service-card {
        height: 142px;
    }

    .bm-orbit {
        height: auto;
        padding: 62px 0;
    }

    .bm-orbit::before,
    .bm-orbit::after {
        display: none;
    }

    .bm-orbit-center {
        position: relative;
        inset: auto;
    }

    .bm-orbit-center .ghost {
        display: none;
    }

    .bm-orbit-center h2 {
        font-size: 31px;
    }

    .bm-orbit-steps {
        gap: 10px;
    }

    .bm-orbit-steps span {
        width: 88px;
        height: 88px;
        font-size: 16px;
    }

    .bm-orbit-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        margin-top: 34px;
    }

    .bm-orbit-item {
        position: static;
        width: auto;
        font-size: 16px;
    }

    .bm-tabs {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 28px;
    }

    .bm-process-grid,
    .bm-resource-grid,
    .bm-show-grid,
    .bm-consultant-box {
        grid-template-columns: 1fr;
    }

    .bm-topic-box {
        grid-template-columns: 1fr;
    }

    .bm-topic h2 {
        font-size: 30px;
    }

    .bm-countdown {
        flex-wrap: wrap;
    }

    .bm-consultant-list {
        grid-template-columns: 1fr;
    }

    .bm-fixed-chat {
        display: none;
    }
}

@media (max-width: 480px) {
    .bm-stats-grid,
    .bm-service-grid,
    .bm-business-grid,
    .bm-planning-grid,
    .bm-flow-grid,
    .bm-choice-grid,
    .bm-data-grid {
        grid-template-columns: 1fr;
    }
}

/* Final Shidai Feiying logo-matched palette and header cleanup. */
:root {
    --sdfy-logo-pink: #e0005a;
    --sdfy-logo-pink-2: #ff2d83;
    --sdfy-logo-purple: #7b3ff2;
    --sdfy-logo-blue: #0a5dff;
    --sdfy-logo-cyan: #00c2ff;
    --sdfy-logo-ink: #162033;
    --sdfy-logo-text: #5f6f89;
    --sdfy-logo-soft: #fff7fb;
    --sdfy-logo-line: rgba(224, 0, 90, .14);
    --sdfy-logo-grad: linear-gradient(135deg, #e0005a 0%, #7b3ff2 58%, #0a5dff 100%);
    --sdfy-logo-grad-2: linear-gradient(135deg, #0a5dff 0%, #7b3ff2 48%, #ff2d83 100%);
    --sdfy-logo-bg: linear-gradient(180deg, #fff7fb 0%, #ffffff 36%, #f4f8ff 100%);
}

html,
body {
    background: #fff7fb !important;
    color: var(--sdfy-logo-ink) !important;
}

.header .top,
.top,
.header .logo .logowz,
.logowz {
    display: none !important;
}

.header {
    background: rgba(255, 255, 255, .94) !important;
    border-bottom: 1px solid rgba(224, 0, 90, .12) !important;
    box-shadow: 0 16px 44px rgba(22, 32, 51, .07) !important;
    backdrop-filter: blur(18px);
}

.header > .wpb,
.header .wpb {
    min-height: 92px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 34px !important;
}

.header .logo {
    width: auto !important;
    height: 92px !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.header .logo a {
    display: flex !important;
    align-items: center !important;
}

.logo img[src*="header_logo"],
.logo img[src*="logo.jpg"],
.logo img[src*="logo.png"],
.header .logo img,
h1 img[src*="logo.jpg"],
h1 img[src*="logo.png"] {
    max-width: 258px !important;
    width: auto !important;
    height: 64px !important;
    object-fit: contain !important;
    content: url("/wp-content/themes/moban0628/feiying-logo-red.png") !important;
}

.header .nav,
.nav {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
}

.header .nav > ul,
.nav > ul,
.nav ul {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.header .nav > ul > li,
.nav > ul > li,
.nav li {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.header .nav li a,
.header .nav li a.li,
.nav li a,
.nav li a.li {
    min-width: 84px !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 10px !important;
    color: var(--sdfy-logo-ink) !important;
    background: transparent !important;
    font-weight: 700 !important;
    text-align: center !important;
    transition: color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

.header .nav li.fy-active a,
.header .nav li.cur a,
.header .nav li a:hover,
.nav li.fy-active a,
.nav li.cur a,
.nav li a:hover {
    color: #fff !important;
    background: var(--sdfy-logo-grad) !important;
    box-shadow: 0 16px 34px rgba(224, 0, 90, .22) !important;
    transform: translateY(-2px) !important;
}

.header .nav .curbg,
.nav .curbg,
.topan,
.sdfy-mobile-menu-fallback {
    display: none !important;
}

.bm-home {
    background: var(--sdfy-logo-bg) !important;
}

.bm-hero {
    background: #fff7fb !important;
}

.bm-hero-slide {
    background-color: #fff7fb !important;
    background-size: cover !important;
    background-position: center top !important;
}

.bm-title h2,
.bm-topic h2,
.bm-choice h2,
.bm-different h2,
.bm-show-copy h2,
.bm-planning h2 {
    color: var(--sdfy-logo-ink) !important;
}

.bm-title p,
.bm-stat b,
.bm-tab.is-active,
.bm-card b,
.bm-process-card h3,
.bm-resource-card h3,
.bm-choice-card b,
.bm-data-card b,
.bm-modal-card h3,
.bm-service-card span {
    color: var(--sdfy-logo-pink) !important;
}

.bm-stat i,
.bm-topic,
.bm-fixed-chat,
.bm-notice-close,
.bm-card:hover,
.bm-modal-card button,
.bm-topic a,
.bm-countdown b,
.bm-countdown a,
.bm-tab.is-active,
.bm-business-card:hover,
.bm-flow-card:hover,
.bm-process-card:hover {
    background: var(--sdfy-logo-grad) !important;
    color: #fff !important;
}

.bm-service-card,
.bm-business-card,
.bm-card,
.bm-process-card,
.bm-resource-card,
.bm-choice-card,
.bm-data-card,
.bm-modal-card {
    border-color: var(--sdfy-logo-line) !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 18px 46px rgba(22, 32, 51, .07) !important;
}

.bm-service-card:hover,
.bm-business-card:hover,
.bm-card:hover,
.bm-process-card:hover,
.bm-resource-card:hover,
.bm-choice-card:hover,
.bm-data-card:hover {
    box-shadow: 0 28px 68px rgba(224, 0, 90, .16) !important;
    transform: translateY(-8px) !important;
}

.bm-service-card i img,
.bm-tab i img {
    filter: hue-rotate(315deg) saturate(1.18) brightness(.98);
}

.bm-service-card:hover i img,
.bm-tab.is-active i img {
    filter: hue-rotate(315deg) saturate(1.28) brightness(1.04);
}

.bm-orbit {
    background:
        radial-gradient(circle at 18% 18%, rgba(224, 0, 90, .22), transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(10, 93, 255, .22), transparent 24%),
        linear-gradient(135deg, #140820 0%, #291259 46%, #083aa1 100%) !important;
}

.bm-orbit-center h2,
.bm-orbit-center p,
.bm-orbit-item,
.bm-orbit-center .ghost {
    color: #fff !important;
}

.bm-show,
.bm-planning,
.bm-different,
.bm-service,
.bm-business,
.bm-choice {
    background: linear-gradient(180deg, #fff7fb 0%, #ffffff 54%, #f5f9ff 100%) !important;
}

.bm-topic {
    background:
        radial-gradient(circle at 10% 10%, rgba(255,255,255,.24), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(0,194,255,.2), transparent 25%),
        var(--sdfy-logo-grad-2) !important;
}

.sdfy-site-footer,
.sdfy-site-footer-rich {
    background: linear-gradient(135deg, #110720 0%, #251053 52%, #092f87 100%) !important;
}

.sdfy-site-footer a:hover,
.sdfy-footer-main-cta {
    color: #fff !important;
    background: var(--sdfy-logo-grad) !important;
}

.orange,
[style*="color:#ff5900"],
[style*="color: #ff5900"],
[style*="color:#ff6600"],
[style*="color: #ff6600"],
[style*="color:#f60"],
[style*="color: #f60"],
[style*="color:#ff5a00"],
[style*="color: #ff5a00"],
[style*="color:#ff6e03"],
[style*="color: #ff6e03"] {
    color: var(--sdfy-logo-pink) !important;
}

[style*="background:#ff5900"],
[style*="background: #ff5900"],
[style*="background:#ff6600"],
[style*="background: #ff6600"],
[style*="background:#f60"],
[style*="background: #f60"],
[style*="background:#ff5a00"],
[style*="background: #ff5a00"],
[style*="background:#ff6e03"],
[style*="background: #ff6e03"],
[style*="background-color:#ff6e03"],
[style*="background-color: #ff6e03"] {
    background: var(--sdfy-logo-grad) !important;
    color: #fff !important;
}

@media (max-width: 900px) {
    .header > .wpb,
    .header .wpb {
        min-height: 72px !important;
        padding: 0 16px !important;
        justify-content: center !important;
        position: relative !important;
    }

    .header .logo {
        height: 72px !important;
        margin: 0 auto !important;
    }

    .logo img[src*="header_logo"],
    .logo img[src*="logo.jpg"],
    .logo img[src*="logo.png"],
    .header .logo img,
    h1 img[src*="logo.jpg"],
    h1 img[src*="logo.png"] {
        max-width: 178px !important;
        width: 178px !important;
        height: 48px !important;
    }

    .header .nav,
    .nav {
        display: none !important;
    }

    body .xin-mobile-menu-btn,
    .xin-mobile-menu-btn {
        position: fixed !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 5px !important;
        width: 44px !important;
        height: 44px !important;
        left: auto !important;
        right: 14px !important;
        top: 14px !important;
        z-index: 9999 !important;
        border-radius: 11px !important;
        background: var(--sdfy-logo-grad) !important;
        box-shadow: 0 12px 26px rgba(224, 0, 90, .2) !important;
    }

    body .xin-mobile-menu-btn span,
    .xin-mobile-menu-btn span {
        display: block !important;
        width: 20px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: #fff !important;
    }

    .sdfy-mobile-menu-fallback {
        position: fixed !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 5px !important;
        width: 44px !important;
        height: 44px !important;
        right: 14px !important;
        top: 14px !important;
        z-index: 10000 !important;
        border: 0 !important;
        border-radius: 11px !important;
        background: var(--sdfy-logo-grad) !important;
        box-shadow: 0 12px 26px rgba(224, 0, 90, .2) !important;
    }

    .sdfy-mobile-menu-fallback span {
        display: block !important;
        width: 20px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: #fff !important;
    }

    .bm-hero {
        min-height: 0 !important;
        height: clamp(230px, 48vw, 420px) !important;
        padding: 0 !important;
    }

    .bm-hero-slide {
        background-size: cover !important;
    }
}

/* Focused homepage revision: compact middle content and old-site interactions. */
.header > .wpb,
.header .wpb {
    width: min(1280px, calc(100% - 64px)) !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    gap: 76px !important;
    height: 92px !important;
    min-height: 92px !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
}

.header .logo {
    flex: 0 0 270px !important;
    max-width: 270px !important;
}

.header .nav,
.nav {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    position: static !important;
}

.header .nav > ul,
.nav > ul,
.nav ul {
    gap: 10px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex-wrap: nowrap !important;
}

.header .nav > ul > li,
.nav > ul > li,
.nav li {
    width: auto !important;
    min-width: 0 !important;
}

.header .nav li a,
.header .nav li a.li,
.nav li a,
.nav li a.li {
    min-width: 74px !important;
    padding: 0 12px !important;
    width: auto !important;
}

.bm-home-focused {
    background:
        radial-gradient(circle at 10% 18%, rgba(224, 0, 90, .08), transparent 24%),
        radial-gradient(circle at 88% 30%, rgba(10, 93, 255, .08), transparent 28%),
        linear-gradient(180deg, #fff7fb 0%, #ffffff 28%, #f4f8ff 100%) !important;
    overflow-x: hidden;
}

.bm-home-focused .bm-wrap {
    width: min(1200px, calc(100% - 48px));
    max-width: calc(100% - 48px);
}

.bm-home-focused .bm-hero {
    height: calc(100vw / 2.4);
}

.bm-service-grid-six {
    grid-template-columns: repeat(6, 1fr) !important;
}

.bm-service-grid-six .bm-service-card {
    height: 210px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.bm-service-grid-six .bm-service-card::before {
    content: "";
    position: absolute;
    inset: auto 24px 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: var(--sdfy-logo-grad);
    transform: scaleX(.18);
    transition: transform .28s ease;
}

.bm-service-grid-six .bm-service-card:hover::before {
    transform: scaleX(1);
}

.bm-focused-services {
    padding: 68px 0 58px !important;
    background:
        radial-gradient(circle at 18% 8%, rgba(0, 194, 255, .10), transparent 26%),
        radial-gradient(circle at 86% 14%, rgba(22, 119, 255, .08), transparent 28%),
        linear-gradient(180deg, #f7fbff 0%, #edf6ff 100%) !important;
}

.bm-focused-services .bm-title {
    margin-bottom: 24px;
}

.bm-focused-services .bm-title h2 {
    position: relative;
    display: inline-block;
    color: #0f2346 !important;
    font-size: 30px;
}

.bm-focused-services .bm-title h2::before,
.bm-focused-services .bm-title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background:
        linear-gradient(90deg, #83d9ff 0 5px, transparent 5px 9px, #4c8dff 9px 14px, transparent 14px),
        linear-gradient(#83d9ff 0 5px, transparent 5px 9px, #4c8dff 9px 14px, transparent 14px);
    opacity: .78;
}

.bm-focused-services .bm-title h2::before {
    left: -42px;
}

.bm-focused-services .bm-title h2::after {
    right: -42px;
}

.bm-focused-services .bm-title p {
    color: #8394ad;
    font-size: 10px;
    letter-spacing: 0;
}

.sdfy-core-lead {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.sdfy-core-card,
.sdfy-core-mini,
.sdfy-news-feature,
.sdfy-news-list-home a,
.sdfy-partner-news-head a {
    text-decoration: none !important;
}

.sdfy-core-card-large {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(220px, 1.08fr);
    gap: 18px;
    min-height: 250px;
    padding: 36px 26px 22px 28px;
    border: 1px solid rgba(22, 119, 255, .16);
    border-radius: 14px;
    background:
        radial-gradient(circle at 74% 24%, rgba(0, 194, 255, .16), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    box-shadow: 0 20px 48px rgba(10, 93, 255, .08);
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.sdfy-core-card-large::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 85px;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--sdfy-logo-grad);
}

.sdfy-core-copy {
    position: relative;
    z-index: 2;
}

.sdfy-core-card-large h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 26px;
    color: var(--sdfy-logo-ink);
    font-size: 25px;
    line-height: 1.25;
    font-weight: 900;
}

.sdfy-core-card-large p {
    position: relative;
    z-index: 2;
    max-width: 260px;
    margin: 0 0 30px;
    color: var(--sdfy-logo-text);
    font-size: 13px;
    line-height: 1.85;
}

.sdfy-core-card-large em {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e0008a 0%, #7b3ff2 52%, #1677ff 100%);
    color: #fff;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(10, 93, 255, .18);
}

.sdfy-core-visual {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 186px;
}

.sdfy-core-visual img {
    width: 100%;
    max-width: 280px;
    height: 190px;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: saturate(1.05);
    transition: transform .32s ease;
}

.sdfy-core-card-large.is-active {
    border-color: rgba(224, 0, 90, .24);
    background:
        radial-gradient(circle at 92% 14%, rgba(0, 194, 255, .20), transparent 28%),
        linear-gradient(135deg, #fff7fb 0%, #ffffff 52%, #eef6ff 100%);
}

.sdfy-core-card-large:hover {
    border-color: rgba(22, 119, 255, .32);
    box-shadow: 0 28px 66px rgba(10, 93, 255, .14);
    transform: translateY(-6px);
}

.sdfy-core-card-large:hover .sdfy-core-visual img {
    transform: translateY(-4px) scale(1.03);
}

.sdfy-core-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.sdfy-core-mini {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 18px;
    min-height: 184px;
    padding: 22px 20px 20px;
    border: 1px solid rgba(224, 0, 90, .12);
    border-radius: 10px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 16px 34px rgba(22, 32, 51, .05);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.sdfy-core-mini i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    grid-row: 1 / 4;
    margin: 0;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(245,249,255,.92));
    box-shadow: 0 14px 30px rgba(10, 93, 255, .08);
    overflow: hidden;
    transition: transform .24s ease, box-shadow .24s ease;
}

.sdfy-core-mini img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    border-radius: 50%;
}

.sdfy-core-mini strong {
    display: block;
    align-self: start;
    color: var(--sdfy-logo-ink);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 900;
}

.sdfy-core-mini strong::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin: 9px 0 10px;
    border-radius: 999px;
    background: var(--sdfy-logo-grad);
}

.sdfy-core-mini p {
    margin: 0;
    color: var(--sdfy-logo-text);
    font-size: 12px;
    line-height: 1.85;
}

.sdfy-core-mini em {
    align-self: end;
    margin-top: 12px;
    color: #1677ff;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
}

.sdfy-core-mini:hover {
    border-color: rgba(224, 0, 90, .30);
    box-shadow: 0 26px 62px rgba(224, 0, 90, .11);
    transform: translateY(-6px);
}

.sdfy-core-mini:hover i {
    box-shadow: 0 18px 36px rgba(10, 93, 255, .14);
    transform: translateY(-2px);
}

.bm-focused-choice {
    background:
        linear-gradient(180deg, #ffffff 0%, #fff7fb 48%, #f4f8ff 100%) !important;
}

.bm-why-layout {
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 48px;
    align-items: center;
}

.bm-why-visual {
    position: relative;
    height: 430px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 34px 80px rgba(22, 32, 51, .12);
}

.bm-why-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(224,0,90,.18), transparent 34%),
        linear-gradient(315deg, rgba(10,93,255,.20), transparent 38%);
    mix-blend-mode: multiply;
}

.bm-why-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: hue-rotate(-86deg) saturate(1.12) brightness(1.02);
    opacity: 0;
    transform: scale(1.08);
    transition: opacity .36s ease, transform .68s ease;
}

.bm-why-visual img.is-active {
    opacity: 1;
    transform: scale(1);
}

.bm-why-list {
    display: grid;
    gap: 18px;
}

.bm-why-item {
    position: relative;
    min-height: 94px;
    padding: 18px 28px 18px 76px;
    border: 1px solid rgba(224, 0, 90, .16) !important;
    border-radius: 14px;
    background: rgba(255, 255, 255, .88) !important;
    text-align: left;
    box-shadow: 0 18px 42px rgba(22, 32, 51, .06) !important;
    cursor: pointer;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.bm-why-item::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 28px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--sdfy-logo-grad);
    box-shadow: 0 0 0 8px rgba(224, 0, 90, .08);
}

.bm-why-item::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 37px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.bm-why-item b {
    display: block;
    margin-bottom: 6px;
    color: var(--sdfy-logo-ink);
    font-size: 22px;
    line-height: 1.25;
}

.bm-why-item span {
    display: block;
    color: var(--sdfy-logo-text);
    font-size: 15px;
    line-height: 1.7;
}

.bm-why-item.is-active,
.bm-why-item:hover {
    border-color: rgba(224, 0, 90, .34) !important;
    background: linear-gradient(135deg, #ffffff, #fff7fb 56%, #f4f8ff) !important;
    box-shadow: 0 28px 70px rgba(224, 0, 90, .14) !important;
    transform: translateX(12px);
}

.jy-flow-section {
    background: #fff !important;
}

.jy-split-head {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 54px;
    align-items: end;
    margin-bottom: 42px;
}

.jy-split-head span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--sdfy-logo-pink);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.jy-split-head h2 {
    margin: 0;
    color: var(--sdfy-logo-ink) !important;
    font-size: 38px;
    line-height: 1.28;
    font-weight: 900;
}

.jy-split-head p {
    margin: 0;
    color: var(--sdfy-logo-text);
    font-size: 17px;
    line-height: 1.9;
}

.jy-flow-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 20px;
}

.jy-flow-card {
    position: relative;
    min-height: 312px;
    padding: 28px 24px;
    border: 1px solid rgba(224, 0, 90, .13);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,247,251,.82));
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(22, 32, 51, .08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.jy-flow-card img {
    position: absolute;
    right: -16px;
    bottom: -10px;
    width: 58%;
    max-height: 190px;
    object-fit: contain;
    opacity: .92;
    transition: transform .36s ease, opacity .28s ease;
}

.jy-flow-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: var(--sdfy-logo-ink);
    font-size: 24px;
    font-weight: 900;
}

.jy-flow-card p {
    position: relative;
    z-index: 2;
    max-width: 230px;
    margin: 0;
    color: var(--sdfy-logo-text);
    font-size: 15px;
    line-height: 1.75;
}

.jy-flow-card.is-featured {
    color: #fff;
    background:
        radial-gradient(circle at 82% 88%, rgba(255,255,255,.24), transparent 26%),
        var(--sdfy-logo-grad-2) !important;
}

.jy-flow-card.is-featured h3,
.jy-flow-card.is-featured p {
    color: #fff !important;
}

.jy-flow-card:hover {
    border-color: rgba(224, 0, 90, .32);
    box-shadow: 0 34px 84px rgba(224, 0, 90, .15);
    transform: translateY(-10px);
}

.jy-flow-card:hover img {
    opacity: 1;
    transform: translateY(-8px) scale(1.04);
}

.jy-brand-section {
    background:
        radial-gradient(circle at 16% 16%, rgba(224, 0, 90, .08), transparent 25%),
        radial-gradient(circle at 84% 20%, rgba(10, 93, 255, .08), transparent 28%),
        linear-gradient(180deg, #fff7fb 0%, #ffffff 100%) !important;
}

.jy-brand-wall {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.jy-brand-wall img {
    width: 100%;
    height: 78px;
    padding: 18px 20px;
    object-fit: contain;
    border: 1px solid rgba(224, 0, 90, .12);
    border-radius: 14px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 14px 34px rgba(22, 32, 51, .06);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, filter .24s ease;
}

.jy-brand-wall img:hover {
    border-color: rgba(224, 0, 90, .32);
    box-shadow: 0 24px 54px rgba(224, 0, 90, .12);
    filter: saturate(1.08);
    transform: translateY(-6px);
}

.sdfy-partner-news-section {
    padding: 58px 0 72px !important;
    background:
        radial-gradient(circle at 12% 14%, rgba(224, 0, 90, .07), transparent 24%),
        radial-gradient(circle at 84% 22%, rgba(10, 93, 255, .08), transparent 28%),
        linear-gradient(180deg, #fff7fb 0%, #ffffff 52%, #f5f9ff 100%) !important;
}

.sdfy-partner-news-head {
    display: flex;
    justify-content: space-between;
    gap: 38px;
    align-items: end;
    margin-bottom: 34px;
}

.sdfy-partner-news-head div {
    max-width: 720px;
}

.sdfy-partner-news-head span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--sdfy-logo-pink);
    font-size: 13px;
    font-weight: 900;
}

.sdfy-partner-news-head h2 {
    margin: 0;
    color: var(--sdfy-logo-ink) !important;
    font-size: 38px;
    line-height: 1.28;
    font-weight: 900;
}

.sdfy-partner-news-head p {
    margin: 12px 0 0;
    color: var(--sdfy-logo-text);
    font-size: 16px;
    line-height: 1.85;
}

.sdfy-partner-news-head a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--sdfy-logo-grad);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 18px 38px rgba(224, 0, 90, .18);
}

.sdfy-partner-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    gap: 24px;
    align-items: stretch;
}

.sdfy-partner-panel,
.sdfy-news-panel {
    border: 1px solid rgba(224, 0, 90, .12);
    border-radius: 20px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 24px 68px rgba(22, 32, 51, .08);
    display: flex;
    flex-direction: column;
}

.sdfy-partner-panel {
    padding: 28px 28px 24px;
}

.sdfy-news-panel {
    padding: 26px;
}

.sdfy-panel-title {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    margin-bottom: 22px;
}

.sdfy-panel-title h3 {
    margin: 0;
    color: var(--sdfy-logo-ink);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
}

.sdfy-panel-title p {
    margin: 0;
    color: rgba(95, 111, 137, .74);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.sdfy-brand-carousel {
    flex: 1;
    display: block;
    overflow: hidden;
    min-height: 292px;
    height: 100%;
    padding: 0;
}

.sdfy-brand-track {
    display: flex;
    width: 300%;
    min-width: 300%;
    height: 100%;
    animation: sdfyBrandSlide 13s infinite;
}

.sdfy-brand-slides-1 .sdfy-brand-track {
    width: 100%;
    min-width: 100%;
    animation: none;
}

.sdfy-brand-slides-2 .sdfy-brand-track {
    width: 200%;
    min-width: 200%;
    animation: sdfyBrandSlide2 9s infinite;
}

.sdfy-brand-slides-3 .sdfy-brand-track {
    width: 300%;
    min-width: 300%;
    animation: sdfyBrandSlide 13s infinite;
}

.sdfy-brand-carousel:hover .sdfy-brand-track {
    animation-play-state: paused;
}

.sdfy-brand-slide {
    flex: 0 0 33.3333%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, minmax(78px, 1fr));
    grid-auto-rows: minmax(78px, 1fr);
    gap: 14px 18px;
    height: 100%;
    align-items: stretch;
}

.sdfy-brand-slides-1 .sdfy-brand-slide {
    flex-basis: 100%;
}

.sdfy-brand-slides-2 .sdfy-brand-slide {
    flex-basis: 50%;
}

.sdfy-brand-slide img {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: none;
    min-width: 0;
    min-height: 78px;
    padding: 16px 30px;
    object-fit: contain;
    object-position: center;
    border: 1px solid rgba(224, 0, 90, .16);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,253,.96));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}

.sdfy-brand-slide img:nth-child(5) {
    padding: 18px 28px;
}

.sdfy-brand-slide img:hover {
    border-color: rgba(224, 0, 90, .32);
    background: #fff;
    box-shadow: 0 16px 34px rgba(224, 0, 90, .12);
    transform: translateY(-5px);
}

@keyframes sdfyBrandSlide {
    0%, 31.99% { transform: translateX(0); }
    32%, 65.99% { transform: translateX(-33.3333%); }
    66%, 99.99% { transform: translateX(-66.6666%); }
    100% { transform: translateX(0); }
}

@keyframes sdfyBrandSlide2 {
    0%, 46% { transform: translateX(0); }
    50%, 96% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.sdfy-news-feature {
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f5f9ff, #fff7fb);
}

.sdfy-news-feature img {
    width: 142px;
    height: 96px;
    border-radius: 12px;
    object-fit: cover;
}

.sdfy-news-feature b {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--sdfy-logo-pink);
    font-size: 13px;
    font-weight: 900;
}

.sdfy-news-feature h4 {
    margin: 0;
    color: var(--sdfy-logo-ink);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
}

.sdfy-news-list-home {
    display: grid;
    grid-template-rows: none;
    flex: 0 0 auto;
    gap: 0;
    margin-top: 12px;
}

.sdfy-news-list-home a {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 50px;
    border-top: 1px solid rgba(224, 0, 90, .10);
    color: var(--sdfy-logo-ink) !important;
}

.sdfy-news-list-home time {
    color: var(--sdfy-logo-pink);
    font-size: 16px;
    font-weight: 900;
}

.sdfy-news-list-home span {
    overflow: hidden;
    color: var(--sdfy-logo-ink);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sdfy-news-list-home a:hover span {
    color: var(--sdfy-logo-pink);
}

.sdfy-news-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    margin-top: 12px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: linear-gradient(135deg, #e0008a 0%, #7b3ff2 52%, #1677ff 100%);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(10, 93, 255, .18);
    transition: transform .24s ease, box-shadow .24s ease;
}

.sdfy-news-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(10, 93, 255, .24);
}

.sdfy-page,
.ny_content,
.content,
.main,
.page-geo,
.page-newmedia,
.page-video,
.page-overseas {
    background:
        radial-gradient(circle at 8% 8%, rgba(224, 0, 90, .06), transparent 24%),
        radial-gradient(circle at 90% 18%, rgba(10, 93, 255, .07), transparent 26%),
        linear-gradient(180deg, #fff7fb 0%, #ffffff 44%, #f4f8ff 100%) !important;
}

.sdfy-service,
.sdfy-case,
.sdfy-news-item,
.service_list dl,
.news_list li,
.case_list li {
    border-color: rgba(224, 0, 90, .14) !important;
}

@media (max-width: 1200px) {
    .bm-service-grid-six,
    .jy-brand-wall {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .sdfy-core-grid,
    .sdfy-brand-wall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sdfy-partner-news-layout {
        grid-template-columns: 1fr;
    }

    .jy-flow-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .header > .wpb,
    .header .wpb {
        width: 100% !important;
        gap: 0 !important;
    }

    .header .logo {
        flex: 0 0 auto !important;
    }

    .bm-why-layout,
    .jy-split-head,
    .sdfy-partner-news-head {
        grid-template-columns: 1fr;
        gap: 26px;
        width: 100%;
        min-width: 0;
    }

    .sdfy-core-lead {
        grid-template-columns: 1fr;
    }

    .sdfy-core-card-large {
        min-height: 220px;
    }

    .sdfy-partner-news-head {
        display: grid;
        align-items: start;
    }

    .bm-why-visual {
        width: 100%;
        max-width: 100%;
        height: 300px;
    }

    .bm-why-item.is-active,
    .bm-why-item:hover {
        transform: translateY(-4px);
    }

    .jy-flow-grid {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .jy-flow-card {
        min-width: 78vw;
        max-width: 78vw;
        scroll-snap-align: start;
    }

    .sdfy-brand-slide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(5, 82px);
        grid-auto-rows: 82px;
        gap: 12px;
        height: auto;
    }

    .sdfy-brand-carousel {
        display: block;
        min-height: 0;
        height: auto;
    }

    .sdfy-brand-track {
        height: auto;
    }

    .sdfy-brand-slide img {
        height: 82px !important;
        min-height: 0;
        max-height: 82px;
        padding: 14px 22px;
    }
}

@media (max-width: 640px) {
    .bm-home-focused,
    .bm-home-focused .bm-section,
    .bm-home-focused .bm-wrap {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden;
    }

    .bm-home-focused .bm-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .bm-service-grid-six {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px;
    }

    .bm-service-grid-six .bm-service-card {
        width: 100%;
        min-width: 0;
        height: 154px;
    }

    .bm-service-grid-six .bm-service-card i {
        width: 74px;
        height: 74px;
    }

    .bm-why-visual {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 230px;
        border-radius: 14px;
    }

    .bm-why-list,
    .bm-why-item,
    .jy-split-head,
    .jy-brand-wall,
    .sdfy-core-lead,
    .sdfy-core-grid,
    .sdfy-core-card-large,
    .sdfy-core-mini,
    .sdfy-partner-news-layout,
    .sdfy-partner-panel,
    .sdfy-news-panel,
    .sdfy-partner-news-head,
    .sdfy-brand-wall {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .sdfy-core-card-large {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: auto;
        padding: 24px 20px 28px;
        border-radius: 16px;
    }

    .sdfy-core-card-large > span {
        right: 20px;
        top: 16px;
        font-size: 52px;
    }

    .sdfy-core-card-large i {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }

    .sdfy-core-card-large i img {
        width: 40px;
        height: 40px;
    }

    .sdfy-core-card-large h3 {
        font-size: 24px;
    }

    .sdfy-core-card-large p {
        font-size: 14px;
        line-height: 1.7;
    }

    .sdfy-core-card-large ul {
        gap: 7px;
    }

    .sdfy-core-card-large li {
        font-size: 12px;
    }

    .sdfy-core-visual {
        min-height: 138px;
        border-radius: 16px;
    }

    .sdfy-core-visual b {
        min-width: 72px;
        height: 30px;
        font-size: 11px;
    }

    .sdfy-core-grid,
    .sdfy-brand-wall {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sdfy-brand-slide {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(9, 74px);
        grid-auto-rows: 74px;
        gap: 10px;
        height: auto;
    }

    .sdfy-brand-slide img {
        width: 100% !important;
        height: 74px !important;
        min-height: 0;
        max-height: 74px;
        padding: 13px 28px;
        border-radius: 12px;
    }

    .sdfy-core-mini {
        grid-template-columns: 64px minmax(0, 1fr);
        grid-template-rows: auto auto 1fr;
        column-gap: 16px;
        min-height: 154px;
        padding: 18px 16px;
    }

    .sdfy-core-mini i,
    .sdfy-core-mini img {
        width: 62px;
        height: 62px;
    }

    .sdfy-core-mini i {
        grid-row: 1 / 4;
    }

    .sdfy-core-mini strong {
        font-size: 15px;
    }

    .sdfy-core-mini p {
        font-size: 12px;
        line-height: 1.7;
    }

    .sdfy-core-mini em {
        margin-top: 10px;
    }

    .sdfy-partner-news-head h2 {
        font-size: 28px;
    }

    .sdfy-partner-news-head p {
        font-size: 15px;
    }

    .sdfy-partner-news-head a {
        width: 100%;
    }

    .sdfy-partner-panel,
    .sdfy-news-panel {
        padding: 20px;
        border-radius: 16px;
    }

    .sdfy-panel-title {
        display: block;
    }

    .sdfy-panel-title h3 {
        font-size: 22px;
    }

    .sdfy-panel-title p {
        margin-top: 6px;
    }

    .sdfy-news-feature {
        grid-template-columns: 1fr;
    }

    .sdfy-news-feature img {
        width: 100%;
        height: 150px;
    }

    .sdfy-news-list-home a {
        grid-template-columns: 56px minmax(0, 1fr);
        min-height: 60px;
        gap: 12px;
    }

    .sdfy-news-list-home span {
        white-space: normal;
        font-size: 15px;
    }

    .bm-why-item {
        padding: 16px 18px 16px 58px;
    }

    .bm-why-item::before {
        left: 20px;
        top: 25px;
        width: 18px;
        height: 18px;
    }

    .bm-why-item::after {
        left: 27px;
        top: 32px;
        width: 4px;
        height: 4px;
    }

    .bm-why-item b {
        font-size: 18px;
    }

    .jy-split-head h2 {
        font-size: 28px;
    }

    .jy-split-head p {
        font-size: 16px;
    }

    .jy-brand-wall {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }

    .jy-brand-wall img {
        height: 66px;
        padding: 14px;
    }

    .jy-flow-grid {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        max-width: calc(100% + 32px);
    }

    .jy-flow-card {
        min-width: 82vw;
        max-width: 82vw;
    }
}

/* Final unified header navigation: keep homepage and inner pages identical. */
body .header {
    height: 94px !important;
    min-height: 94px !important;
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid rgba(224, 0, 90, .08) !important;
}

body .header > .wpb,
body .header .wpb {
    width: min(1760px, calc(100% - 128px)) !important;
    max-width: 1760px !important;
    height: 94px !important;
    min-height: 94px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(38px, 4vw, 86px) !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
}

body .header .logo {
    flex: 0 0 clamp(250px, 18vw, 330px) !important;
    width: clamp(250px, 18vw, 330px) !important;
    max-width: clamp(250px, 18vw, 330px) !important;
    height: 94px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

body .header .logo a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
}

body .header .logo img {
    display: block !important;
    width: min(100%, 310px) !important;
    max-width: 310px !important;
    height: auto !important;
    max-height: 64px !important;
    object-fit: contain !important;
}

body .header .nav,
body .nav {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 94px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    position: static !important;
    overflow: visible !important;
}

body .header .nav > ul,
body .nav > ul,
body .nav ul {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 94px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(14px, 1.45vw, 30px) !important;
    flex-wrap: nowrap !important;
    list-style: none !important;
}

body .header .nav > ul > li,
body .nav > ul > li,
body .nav li {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
}

body .header .nav li a,
body .header .nav li a.li,
body .nav li a,
body .nav li a.li {
    width: auto !important;
    min-width: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
    margin: 0 !important;
    padding: 0 clamp(10px, .85vw, 18px) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    color: #071425 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: clamp(15px, .95vw, 18px) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    transform: none !important;
}

body .header .nav li.fy-active a,
body .header .nav li.cur a,
body .header .nav li a:hover,
body .nav li.fy-active a,
body .nav li.cur a,
body .nav li a:hover {
    width: auto !important;
    min-width: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 clamp(10px, .85vw, 18px) !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #e0005a 0%, #7b3ff2 54%, #0a5dff 100%) !important;
    box-shadow: 0 16px 34px rgba(224, 0, 90, .18) !important;
    transform: none !important;
}

body .header .nav .curbg,
body .nav .curbg,
body .topan,
body .header .top,
body .header .logo .logowz,
body .logowz {
    display: none !important;
}

@media (max-width: 1320px) {
    body .header > .wpb,
    body .header .wpb {
        width: min(1180px, calc(100% - 48px)) !important;
        gap: 28px !important;
    }

    body .header .logo {
        flex-basis: 220px !important;
        width: 220px !important;
        max-width: 220px !important;
    }

    body .header .logo img {
        max-width: 220px !important;
        max-height: 56px !important;
    }

    body .header .nav > ul,
    body .nav > ul,
    body .nav ul {
        gap: 8px !important;
    }

    body .header .nav li a,
    body .header .nav li a.li,
    body .nav li a,
    body .nav li a.li,
    body .header .nav li.fy-active a,
    body .header .nav li.cur a,
    body .header .nav li a:hover,
    body .nav li.fy-active a,
    body .nav li.cur a,
    body .nav li a:hover {
        height: 44px !important;
        line-height: 44px !important;
        padding: 0 9px !important;
        font-size: 15px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 900px) {
    body .header {
        height: 72px !important;
        min-height: 72px !important;
    }

    body .header > .wpb,
    body .header .wpb {
        width: 100% !important;
        height: 72px !important;
        min-height: 72px !important;
        padding: 0 16px !important;
        justify-content: center !important;
    }

    body .header .logo {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        height: 72px !important;
        margin: 0 auto !important;
    }

    body .header .logo img {
        width: 178px !important;
        max-width: 178px !important;
        max-height: 48px !important;
    }

    body .header .nav,
    body .nav {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .bm-home-focused .bm-hero,
    .bm-hero {
        height: clamp(160px, 42vw, 300px) !important;
        background-color: #2b0d5f !important;
    }

    .bm-hero-slide {
        background-size: 100% auto !important;
        background-position: center top !important;
    }
}

/* Final partner brand layout: one screen = 3 columns x 3 rows. */
.sdfy-partner-panel {
    overflow: hidden !important;
}

.sdfy-brand-carousel {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    flex: 1 1 auto !important;
    min-height: 292px !important;
    height: auto !important;
}

.sdfy-brand-track,
.sdfy-brand-slides-1 .sdfy-brand-track,
.sdfy-brand-slides-2 .sdfy-brand-track,
.sdfy-brand-slides-3 .sdfy-brand-track {
    display: flex !important;
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
}

.sdfy-brand-slides-1 .sdfy-brand-track {
    animation: none !important;
}

.sdfy-brand-slides-2 .sdfy-brand-track {
    animation: sdfyBrandSlide2 9s infinite !important;
}

.sdfy-brand-slides-3 .sdfy-brand-track {
    animation: sdfyBrandSlide 13s infinite !important;
}

.sdfy-brand-slide,
.sdfy-brand-slides-1 .sdfy-brand-slide,
.sdfy-brand-slides-2 .sdfy-brand-slide,
.sdfy-brand-slides-3 .sdfy-brand-slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, 86px) !important;
    grid-auto-rows: 86px !important;
    gap: 14px 18px !important;
    height: 100% !important;
    align-content: space-between !important;
    overflow: hidden !important;
}

.sdfy-brand-slide img {
    width: 100% !important;
    height: 86px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 18px 32px !important;
    object-fit: contain !important;
    object-position: center !important;
    border: 1px solid rgba(224, 0, 90, .16) !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,253,.96)) !important;
}

@keyframes sdfyBrandSlide {
    0%, 31.99% { transform: translateX(0); }
    32%, 65.99% { transform: translateX(-100%); }
    66%, 99.99% { transform: translateX(-200%); }
    100% { transform: translateX(0); }
}

@keyframes sdfyBrandSlide2 {
    0%, 46% { transform: translateX(0); }
    50%, 96% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}

@media (max-width: 900px) {
    .sdfy-brand-carousel {
        min-height: 360px !important;
        height: auto !important;
    }

    .sdfy-brand-slide,
    .sdfy-brand-slides-1 .sdfy-brand-slide,
    .sdfy-brand-slides-2 .sdfy-brand-slide,
    .sdfy-brand-slides-3 .sdfy-brand-slide {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(5, 62px) !important;
        grid-auto-rows: 62px !important;
        gap: 12px !important;
    }

    .sdfy-brand-slide img {
        height: 62px !important;
        padding: 12px 24px !important;
    }
}

@media (max-width: 640px) {
    .sdfy-brand-carousel {
        min-height: 620px !important;
        height: auto !important;
    }

    .sdfy-brand-slide,
    .sdfy-brand-slides-1 .sdfy-brand-slide,
    .sdfy-brand-slides-2 .sdfy-brand-slide,
    .sdfy-brand-slides-3 .sdfy-brand-slide {
        grid-template-columns: 1fr !important;
        grid-template-rows: repeat(9, 58px) !important;
        grid-auto-rows: 58px !important;
        gap: 10px !important;
    }

    .sdfy-brand-slide img {
        height: 58px !important;
        padding: 10px 28px !important;
    }
}

.sdfy-site-footer-aizhan .sdfy-footer-recommend {
    display: none !important;
}

@media (min-width: 901px) {
    .bm-home-focused .bm-hero,
    .bm-hero {
        height: calc(100vw / 2.4) !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .bm-home-focused .bm-hero-slide,
    .bm-hero-slide {
        background-size: 100% auto !important;
        background-position: center top !important;
    }
}
