@import url('./css/hide-scrollbars.css?v=20260831-app-perf');

:root {
    /* 品牌中文：行书/榜书风格（网页用马善政体，离线回退系统楷体） */
    --font-brand-calligraphy: "Ma Shan Zheng", "STKaiti", "KaiTi", "FZKai-Z03", "STXingkai", "FangSong", "SimSun", serif;
    /* 首页米纸底色（与设计稿一致） */
    --landing-base: rgb(238, 229, 213);
    --paper: #ece9e3;
    --ink: #111;
    --gold: rgb(248, 208, 142);
    --theme-accent: rgb(248, 208, 142);
    --theme-accent-soft: rgba(248, 208, 142, 0.42);
    --theme-accent-line: rgba(248, 208, 142, 0.5);
    --theme-accent-strong: #f8d08e;
    --theme-contrast: #3b2d1b;
    --line: rgba(0, 0, 0, 0.15);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html,
body {
    overflow-x: hidden;
}
body { min-height: 100vh; font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; color: #2c2823; }

body.theme-gold {
    --theme-accent: rgb(248, 208, 142);
    --theme-accent-soft: rgba(248, 208, 142, 0.42);
    --theme-accent-line: rgba(248, 208, 142, 0.5);
    --theme-accent-strong: #f8d08e;
    --theme-contrast: #3b2d1b;
}

body.theme-ink {
    --theme-accent: rgb(55, 45, 34);
    --theme-accent-soft: rgba(55, 45, 34, 0.28);
    --theme-accent-line: rgba(55, 45, 34, 0.55);
    --theme-accent-strong: #5f4e3a;
    --theme-contrast: #f6ecdc;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 70px;
    height: auto;
    padding: 0.55rem 1.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: color-mix(in srgb, var(--landing-base) 90%, var(--theme-accent) 10%);
    border-bottom: 1px solid color-mix(in srgb, var(--theme-accent) 32%, rgba(0, 0, 0, 0.08));
    backdrop-filter: blur(6px);
}

.brand {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.62rem;
    text-decoration: none;
    padding: 0.2rem 0.15rem 0.2rem 0;
    border: none;
    background: transparent;
    box-shadow: none;
    transition: opacity 0.2s ease;
}

.brand:hover {
    opacity: 0.9;
}

.brand:hover .brand-mark-cn {
    color: #2a2118;
}

.brand:focus-visible {
    outline: 2px solid var(--theme-accent-strong);
    outline-offset: 3px;
    border-radius: 8px;
}

.brand-mark-graphic {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    line-height: 0;
}

.brand-taiji {
    width: 56px;
    height: 56px;
    display: block;
    filter: drop-shadow(0 1px 2px rgba(40, 30, 18, 0.07));
}

.brand-mark-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.05rem;
    line-height: 1.05;
    min-width: 0;
}

.brand-mark-cn {
    font-family: var(--font-brand-calligraphy);
    font-size: 1.42rem;
    font-weight: 400;
    letter-spacing: 0.07em;
    color: #1e1812;
    transition: color 0.2s ease;
}

.brand-mark-en {
    font-family: "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.18em;
    color: rgba(46, 38, 26, 0.55);
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.landing-auth {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.22rem 0.28rem 0.22rem 0.55rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
}

.landing-auth-status {
    font-size: 0.74rem;
    color: #675947;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.landing-auth-status--wide {
    max-width: min(320px, 36vw);
}

.landing-toolbar-btn {
    padding: 0.38rem 0.72rem !important;
    font-size: 0.74rem !important;
}

.landing-auth-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.search-btn {
    appearance: none;
    text-decoration: none;
    background: var(--theme-accent);
    color: var(--theme-contrast);
    border: 1px solid rgba(196, 147, 72, 0.42);
    border-radius: 999px;
    padding: 0.42rem 0.82rem;
    font-size: 0.78rem;
    font-weight: 600;
    transition: all 0.2s;
}

.search-btn:hover { background: var(--theme-accent-strong); }

.auth-ghost-btn,
.auth-enter-btn {
    appearance: none;
    text-decoration: none;
    border-radius: 999px;
    padding: 0.42rem 0.82rem;
    font-size: 0.78rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s;
}

.auth-ghost-btn {
    background: rgba(255, 255, 255, 0.62);
    color: #5e5243;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.auth-enter-btn {
    background: #fff;
    color: #5b4728;
    border: 1px solid rgba(196, 147, 72, 0.3);
}

.lang-switch {
    display: inline-flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 999px;
    padding: 0.15rem;
    background: rgba(255, 255, 255, 0.5);
}

.lang-btn {
    border: none;
    background: transparent;
    color: #756a5c;
    padding: 0.28rem 0.56rem;
    font-size: 0.72rem;
    border-radius: 999px;
    cursor: pointer;
}

.lang-btn.is-active {
    background: var(--theme-accent-soft);
    color: var(--theme-contrast);
    font-weight: 600;
}

.landing-bg {
    position: fixed; inset: 0; z-index: -1;
    background:
        radial-gradient(circle at 70% 34%, color-mix(in srgb, var(--theme-accent) 22%, transparent), transparent 42%),
        radial-gradient(circle at 18% 72%, color-mix(in srgb, var(--theme-accent) 14%, transparent), transparent 46%),
        linear-gradient(180deg, var(--landing-base) 0%, color-mix(in srgb, var(--landing-base) 88%, #d4c4a8 12%) 100%);
}

.landing-container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.landing {
    display: block;
    max-width: none;
    margin: 0;
    min-height: 0;
    padding: 0;
}

.landing-hero-wrap {
    padding-top: 1.85rem;
    padding-bottom: 1.25rem;
}

.landing-body {
    padding-top: 2.25rem;
    padding-bottom: 3rem;
}

.hero-shell {
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 2.2rem;
    align-items: center;
}

.jieqi-strip {
    width: 100%;
    margin-left: 0;
    padding: 0.55rem 0;
    border: none;
    border-top: 1px solid rgba(90, 72, 48, 0.1);
    border-bottom: 1px solid rgba(90, 72, 48, 0.1);
    background: color-mix(in srgb, var(--landing-base) 72%, rgba(120, 98, 70, 0.14) 28%);
}

.jieqi-strip__inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem 0.85rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.jieqi-item {
    flex: 0 0 auto;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.06em;
    font-size: 0.82rem;
    line-height: 1.2;
    color: rgba(45, 38, 28, 0.88);
    border: none;
    border-radius: 0;
    padding: 0.2rem 0;
    background: transparent;
    white-space: nowrap;
}

.hero-copy { max-width: 350px; }
.badge {
    display: inline-block;
    color: #aa8750;
    border: 1px solid var(--theme-accent-line);
    background: color-mix(in srgb, var(--theme-accent) 18%, rgba(255, 255, 255, 0.68));
    border-radius: 999px;
    padding: 0.26rem 0.7rem;
    font-size: 0.76rem;
    margin-bottom: 0.8rem;
    letter-spacing: 0.08em;
}
.hero-copy h1 {
    font-size: clamp(1.6rem, 2.8vw, 2.5rem);
    line-height: 1.35;
    margin-bottom: 0.65rem;
}
.subtitle { color: #6e665c; line-height: 1.8; margin-bottom: 1.15rem; }
.cta {
    display: inline-block;
    text-decoration: none;
    background: var(--theme-accent);
    color: var(--theme-contrast);
    border-radius: 999px;
    padding: 0.68rem 1.22rem;
    font-weight: 600;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--theme-accent) 38%, transparent);
    transition: all .25s;
}
.cta:hover { background: var(--theme-accent-strong); transform: translateY(-1px); }

.astro-wrap {
    position: relative;
    width: min(56vw, 540px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    isolation: isolate;
}
/* 滤镜只作用在 SVG 容器内，避免部分浏览器把 drop-shadow 叠到右侧标签上形成「白底」错觉 */
.astro-svg-stage {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    filter: none;
}
.astro-svg {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: auto;
}
.radar-ring {
    fill: none;
    stroke: rgba(118, 98, 70, 0.14);
    stroke-width: 1;
}
.radar-spoke {
    stroke: rgba(118, 98, 70, 0.1);
    stroke-width: 0.85;
}
.radar-spoke--art {
    stroke: rgba(118, 98, 70, 0.18);
    stroke-width: 1;
}
.radar-ring--dash {
    stroke-dasharray: 3 5;
    stroke: rgba(118, 98, 70, 0.16);
}
.radar-ring--4 {
    stroke: rgba(118, 98, 70, 0.1);
}

.ecliptic,
.ecliptic-inner {
    fill: var(--landing-base);
    stroke: rgba(118, 98, 70, 0.22);
    stroke-width: 1.15;
}
.ecliptic-inner {
    fill: var(--landing-base);
    stroke-dasharray: 3.5 5.5;
}
.axis-line {
    stroke: rgba(118, 98, 70, 0.18);
    stroke-width: 0.95;
}
.sun-core {
    fill: var(--theme-accent);
    stroke: rgba(157, 120, 58, 0.38);
    stroke-width: 2;
}
.sun-halo {
    fill: none;
    stroke: color-mix(in srgb, var(--theme-accent) 50%, transparent);
    stroke-width: 2.5;
    animation: pulseSun 3.6s ease-in-out infinite;
}
.earth-node {
    fill: #255f92;
    stroke: rgba(255, 255, 255, 0.82);
    stroke-width: 1.4;
    filter: drop-shadow(0 0 4px rgba(37, 95, 146, 0.35));
}
.moon-node {
    fill: var(--theme-accent);
}
.orbit-group {
    transform-origin: 340px 340px;
}
.orbit-1 { animation: revolve 36s linear infinite; }
.orbit-2 { animation: revolve 36s linear infinite -12s; }
.orbit-3 { animation: revolve 36s linear infinite -24s; }
.season-name {
    fill: #4a4034;
    font-size: 21px;
    font-weight: 600;
    opacity: 0.8;
    animation: breatheText 7.2s ease-in-out infinite;
}
.jieqi-name {
    fill: #6a5c4c;
    font-size: 13px;
    font-family: 'Noto Serif SC', 'Songti SC', 'STSong', serif;
    letter-spacing: 0.12em;
    opacity: 0.42;
    pointer-events: none;
}
.n2 { animation-delay: 1.5s; }
.n3 { animation-delay: 3s; }
.n4 { animation-delay: 4.5s; }
.axis-name {
    fill: #6f5f4b;
    font-size: 16px;
    letter-spacing: 0.08em;
}
.axis-name-2 { fill: #7f6747; }
.tag {
    position: absolute;
    z-index: 3;
    color: #49433a;
    font-size: clamp(12px, 1.1vw, 17px);
    line-height: 1.2;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
    filter: none !important;
    text-shadow: none !important;
    backdrop-filter: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    mix-blend-mode: normal;
}
/* 与上同质：防止层叠/缓存下仍沿用旧半透明底 */
.hero-shell .astro-wrap > span.tag.t1,
.hero-shell .astro-wrap > span.tag.t2,
.hero-shell .astro-wrap > span.tag.t3,
.hero-shell .astro-wrap > span.tag.t4,
.hero-shell .astro-wrap > span.tag.t5 {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}
.t1 { left: -2%; top: 38%; }
.t2 { left: 38%; top: -4%; }
.t3 { right: -4%; top: 18%; }
.t4 { right: 2%; bottom: 12%; }
.t5 { left: 4%; bottom: 14%; }

.section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2rem;
}

.section-title {
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 700;
    color: #1e1812;
    letter-spacing: 0.06em;
    margin-bottom: 0.55rem;
}

.section-lead {
    font-size: 0.92rem;
    line-height: 1.75;
    color: #5c5348;
}

.core-services {
    margin-bottom: 3.25rem;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
}

.service-card {
    border: 1px solid rgba(112, 90, 58, 0.14);
    border-radius: 16px;
    background: color-mix(in srgb, #fff 62%, var(--landing-base) 38%);
    padding: 1.25rem 1.1rem 1.35rem;
    box-shadow: 0 6px 22px rgba(55, 42, 26, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-height: 100%;
}

.service-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--theme-accent) 35%, rgba(255, 255, 255, 0.75) 65%);
    border: 1px solid rgba(196, 147, 72, 0.28);
    position: relative;
}

.service-card__icon--calendar::after {
    content: '';
    position: absolute;
    inset: 10px;
    border: 2px solid rgba(91, 71, 40, 0.55);
    border-radius: 4px;
    box-shadow: inset 0 -6px 0 rgba(91, 71, 40, 0.12);
}

.service-card__icon--heart::after {
    content: '♥';
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    color: #a85c5c;
    line-height: 1;
}

.service-card__icon--wealth::after {
    content: '◉';
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 1.15rem;
    color: #b8860b;
    line-height: 1;
}

.service-card__icon--book::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    top: 11px;
    bottom: 13px;
    border: 2px solid rgba(91, 71, 40, 0.5);
    border-radius: 2px 2px 8px 8px;
    border-top: none;
    box-shadow: 0 -7px 0 inset rgba(91, 71, 40, 0.08);
}

.service-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #2a2118;
}

.service-card__desc {
    font-size: 0.84rem;
    line-height: 1.65;
    color: #5e564c;
    flex: 1 1 auto;
}

.service-card__link {
    font-size: 0.82rem;
    font-weight: 650;
    color: #7a5a28;
    text-decoration: none;
    margin-top: 0.15rem;
    align-self: flex-start;
}

.service-card__link:hover {
    color: #5c3f12;
    text-decoration: underline;
}

.landing-faq {
    margin-bottom: 1rem;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-width: 880px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    background: #fff;
    padding: 0;
    box-shadow: 0 4px 14px rgba(40, 28, 15, 0.05);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 0.95rem 1.1rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #2a241c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    flex-shrink: 0;
    font-weight: 500;
    font-size: 1.15rem;
    color: #8a7a66;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: '−';
}

.faq-item__body {
    padding: 0 1.1rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.faq-item__body p {
    font-size: 0.86rem;
    line-height: 1.75;
    color: #5a5248;
    margin: 0.75rem 0 0;
}

.site-footer-landing {
    background: #1a1816;
    color: rgba(255, 255, 255, 0.82);
    margin-top: 0;
    padding: 2.5rem 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
    gap: 1.75rem 1.25rem;
    padding-bottom: 2rem;
}

.footer-col--brand {
    padding-right: 0.5rem;
}

.footer-brand-line {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}

.footer-brand-ico {
    display: block;
    filter: brightness(1.08);
}

.footer-brand-cn {
    display: block;
    font-family: var(--font-brand-calligraphy);
    font-size: 1.15rem;
    letter-spacing: 0.06em;
    color: #f3e8d4;
}

.footer-brand-en {
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(243, 232, 212, 0.45);
    margin-top: 0.12rem;
}

.footer-desc {
    font-size: 0.8rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.52);
    max-width: 280px;
}

.footer-heading {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(243, 232, 212, 0.92);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 0.82rem;
}

.footer-links a:hover {
    color: var(--theme-accent-strong);
}

.footer-contact {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.footer-contact-label {
    display: inline-block;
    min-width: 2.5rem;
    color: rgba(255, 255, 255, 0.38);
    margin-right: 0.35rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 0 1.35rem;
}

.footer-copy {
    text-align: center;
}

.footer-copy p {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

.landing-auth-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(28, 22, 16, 0.28);
    backdrop-filter: blur(4px);
}

.landing-auth-modal {
    width: min(92vw, 420px);
    background: #f8f4ed;
    border: 1px solid rgba(112, 90, 58, 0.15);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(40, 28, 15, 0.18);
    padding: 1rem;
}

.landing-auth-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.landing-auth-modal-head h2 {
    font-size: 1rem;
}

.landing-auth-close-btn {
    appearance: none;
    border: none;
    background: transparent;
    color: #5f5649;
    font-size: 1.4rem;
    cursor: pointer;
}

.landing-auth-tabs {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.9rem;
}

.landing-auth-tab {
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.72);
    color: #5f5649;
    border-radius: 999px;
    padding: 0.42rem 0.85rem;
    font-size: 0.82rem;
    cursor: pointer;
}

.landing-auth-tab--active {
    background: var(--theme-accent);
    color: var(--theme-contrast);
    border-color: rgba(196, 147, 72, 0.42);
}

.landing-auth-message {
    margin-top: 0.8rem;
    font-size: 0.82rem;
    border-radius: 12px;
    padding: 0.55rem 0.75rem;
}

.landing-auth-message.is-error {
    color: #8b2f2f;
    background: rgba(214, 91, 91, 0.09);
}

.landing-auth-message.is-success {
    color: #2e6b41;
    background: rgba(61, 160, 95, 0.1);
}

.landing-auth-form {
    display: grid;
    gap: 0.48rem;
    margin-top: 0.85rem;
}

.landing-auth-form label {
    font-size: 0.8rem;
    color: #564938;
}

.landing-auth-form input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 0.72rem 0.82rem;
    background: rgba(255, 255, 255, 0.85);
    color: #2f2923;
    outline: none;
}

.landing-auth-form input:focus {
    border-color: rgba(196, 147, 72, 0.52);
    box-shadow: 0 0 0 3px rgba(248, 208, 142, 0.18);
}

.landing-auth-submit {
    margin-top: 0.25rem;
}

@keyframes revolve {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes pulseSun {
    0%, 100% { opacity: 0.35; transform: scale(1); transform-origin: 340px 340px; }
    50% { opacity: 0.78; transform: scale(1.05); transform-origin: 340px 340px; }
}
@keyframes breatheText {
    0%, 100% { opacity: 0.45; }
    50% { opacity: 0.95; }
}

@media (max-width: 980px) {
    .topbar {
        height: auto;
        align-items: flex-start;
        gap: 0.45rem;
        flex-direction: column;
        padding: 0.65rem 1rem;
    }
    .brand {
        align-self: flex-start;
        max-width: 100%;
        gap: 0.48rem;
    }
    .brand-taiji {
        width: 48px;
        height: 48px;
    }
    .brand-mark-cn {
        font-size: 1.18rem;
    }
    .brand-mark-en {
        font-size: 0.6rem;
    }
    .topbar-actions { width: 100%; justify-content: space-between; }
    .lang-switch { max-width: 100%; overflow: auto; }
    .landing-auth {
        flex-wrap: wrap;
        border-radius: 16px;
        padding: 0.5rem;
    }
    .landing-auth-status {
        max-width: none;
        width: 100%;
    }
    .hero-shell { grid-template-columns: 1fr; gap: 1.2rem; }
    .hero-copy { max-width: none; text-align: center; }
    .astro-wrap { width: min(88vw, 460px); }
    .season-name { font-size: 15px; }
    .axis-name { font-size: 14px; }
    .tag {
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
    }
    .jieqi-strip__inner {
        padding: 0 0.75rem;
        gap: 0.45rem 0.65rem;
    }
    .jieqi-item {
        font-size: 0.78rem;
    }
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-desc {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .service-grid {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .sun-halo,
    .orbit-1,
    .orbit-2,
    .orbit-3 {
        animation: none !important;
    }
}

