/* 全站视觉精修 — 墨蓝 + 香槟金，统一质感与亮眼细节 */

/* ---------- 全局氛围 ---------- */
body {
    background:
        radial-gradient(ellipse 90% 60% at 50% -8%, rgba(201, 169, 98, 0.07), transparent 55%),
        radial-gradient(ellipse 70% 50% at 100% 20%, rgba(90, 143, 126, 0.06), transparent 45%),
        linear-gradient(180deg, var(--dp-gray, #f9f8f6) 0%, var(--dp-gray-alt, #f3f1ed) 100%);
    background-attachment: fixed;
}
::selection {
    background: rgba(201, 169, 98, 0.28);
    color: var(--dp-primary-dark);
}

/* ---------- 顶栏 & 页头 ---------- */
.site-header .announce-bar {
    position: relative;
}
.site-header .announce-bar::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 5%, var(--dp-highlight) 50%, transparent 95%);
    opacity: 0.55;
    pointer-events: none;
}
.site-header .header-hotline:hover .header-hotline-icon {
    background: linear-gradient(135deg, rgba(28, 43, 58, 0.08), rgba(201, 169, 98, 0.12));
    color: var(--dp-primary-dark, #111a24);
    border-color: rgba(201, 169, 98, 0.45);
    box-shadow: 0 4px 18px rgba(201, 169, 98, 0.15), 0 2px 8px rgba(17, 26, 36, 0.08);
    transform: scale(1.06);
}
.site-header .header-hotline:hover .header-hotline-text strong {
    color: var(--dp-primary-dark, #111a24);
    text-decoration: underline;
    text-decoration-color: var(--dp-highlight, #c9a962);
    text-underline-offset: 3px;
    text-decoration-thickness: 1.5px;
}
.site-header .header-nav-menu .nav-link.active::after,
.site-header .header-nav-menu .nav-link:hover::after {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--dp-highlight), transparent);
}

/* ---------- 统一区块标题 ---------- */
.page-home .section-head-jh--cases,
.page-home .section-head-jh--faq,
.page-home .section-head-jh--honors,
.page-home .section-head-jh--profile {
    text-align: center;
    margin-bottom: 2.25rem;
}
.page-home .section-head-jh--profile {
    margin-bottom: 2rem;
}
.page-home .section-head-jh--cases .section-title::before,
.page-home .section-head-jh--faq .section-title::before,
.page-home .section-head-jh--honors .section-title::before,
.page-home .section-head-jh--profile .section-title::before {
    margin-left: auto;
    margin-right: auto;
}
.page-home .section-head-jh--cases .section-sub,
.page-home .section-head-jh--faq .section-sub,
.page-home .section-head-jh--honors .section-sub,
.page-home .section-head-jh--profile .section-sub {
    margin-left: auto;
    margin-right: auto;
}


/* ---------- Hero 轮播 ---------- */
.page-home .carousel-indicators .active {
    background: var(--dp-highlight);
    border-color: var(--dp-highlight);
    transform: scale(1.15);
}
.page-home .hero .carousel-control-prev,
.page-home .hero .carousel-control-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(17, 26, 36, 0.28);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 0.85;
    transition: opacity 0.25s, background 0.25s, transform 0.25s;
}
.page-home .hero .carousel-control-prev:hover,
.page-home .hero .carousel-control-next:hover {
    opacity: 1;
    background: rgba(17, 26, 36, 0.45);
    transform: translateY(-50%) scale(1.05);
}
/* ---------- 首页区块节奏 ---------- */
.page-home .home-section-alt {
    background: var(--home-surface, var(--dp-gray));
    box-shadow: inset 0 1px 0 var(--home-line, var(--dp-line));
}
.page-home .cat-hub-section {
    background: var(--home-surface, var(--dp-gray, #f9f8f6));
}
.page-home .home-zones-block {
    background: linear-gradient(180deg, var(--home-surface, var(--dp-gray)) 0%, #fff 40%, #fff 100%);
}
.page-home .home-advantages-section {
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201, 169, 98, 0.06), transparent 60%),
        var(--home-surface-warm, var(--dp-gray-alt));
}
.page-home .process-timeline {
    background: linear-gradient(165deg, #fff 0%, var(--home-surface, var(--dp-gray)) 100%);
    box-shadow: var(--dp-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.page-home .process-num {
    box-shadow: 0 3px 12px rgba(21, 31, 42, 0.12);
}
.page-home .cases-section .case-filters {
    border: 1px solid var(--home-line, var(--dp-line));
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    background: #fff;
    box-shadow: 0 2px 12px rgba(21, 31, 42, 0.04);
}
.page-home .faq-section {
    background:
        radial-gradient(ellipse 60% 40% at 50% 100%, rgba(201, 169, 98, 0.05), transparent 70%),
        var(--home-surface, var(--dp-gray));
}
.page-home .faq-item {
    border-radius: var(--dp-radius) !important;
    overflow: hidden;
    margin-bottom: 0.65rem !important;
    border: 1px solid var(--home-line, var(--dp-line)) !important;
    box-shadow: 0 1px 4px rgba(21, 31, 42, 0.04);
    transition: box-shadow 0.25s, border-color 0.25s;
}
.page-home .faq-item:hover {
    border-color: rgba(201, 169, 98, 0.28) !important;
    box-shadow: 0 4px 16px rgba(21, 31, 42, 0.07);
}
.page-home .faq-item .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -2px 0 var(--home-accent-warm, var(--dp-highlight));
}
.page-home .company-tab-body {
    border-color: var(--home-line, var(--dp-line));
    border-radius: 0 0 8px 8px;
    box-shadow: var(--dp-shadow);
}

/* ---------- 行业标签 ---------- */
.page-home .home-industry-tags__tag {
    background: #fff;
    border-color: var(--home-line, var(--dp-line));
    border-radius: 6px;
    color: var(--home-ink, var(--dp-text));
    box-shadow: 0 1px 2px rgba(21, 31, 42, 0.03);
    transition: border-color 0.25s, background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.page-home .home-industry-tags__tag--wide {
    background: linear-gradient(180deg, #fff 0%, var(--home-surface, var(--dp-gray)) 100%);
    border-color: var(--home-line, var(--dp-line));
    color: var(--home-ink, var(--dp-text));
}

/* ---------- 卡片 & 按钮 ---------- */
.product-card:hover .card-title {
    color: #7a5a18;
}
.img-placeholder {
    background: var(--dp-gray-alt);
    color: var(--dp-muted);
}
.btn-primary {
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 10px rgba(21, 31, 42, 0.1);
}
.btn-primary:hover {
    box-shadow: 0 4px 16px rgba(21, 31, 42, 0.14);
}
.btn-outline-primary {
    border-width: 1.5px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-outline-primary:hover {
    background: var(--dp-primary-dark);
    border-color: var(--dp-primary-dark);
    box-shadow: 0 4px 14px rgba(21, 31, 42, 0.12);
    transform: translateY(-1px);
}
.page-header:not(.page-header--banner) {
    position: relative;
    overflow: hidden;
}
.page-header:not(.page-header--banner)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--dp-highlight), transparent);
    opacity: 0.7;
}

/* ---------- 左侧留言（红色） ---------- */
.float-message-panel {
    border: 1px solid rgba(229, 57, 53, 0.22);
    border-radius: 12px;
    box-shadow: 0 14px 44px rgba(198, 40, 40, 0.2);
    overflow: hidden;
}
.float-message-head {
    background: linear-gradient(180deg, #e53935, #c62828);
    position: relative;
    letter-spacing: 0.03em;
}
.float-message-head::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.1));
}
.float-message-field {
    border-color: var(--dp-line);
    border-radius: 8px;
    transition: border-color 0.22s, box-shadow 0.22s;
}
.float-message-field:focus-within {
    border-color: #e53935;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.14);
}
.float-message-field:focus-within > i {
    color: #e53935;
}
.float-message-submit,
.float-message-launcher {
    background: linear-gradient(180deg, #e53935, #c62828);
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(198, 40, 40, 0.35);
    transition: transform 0.22s, box-shadow 0.22s, filter 0.22s;
}
.float-message-submit:hover,
.float-message-launcher:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(198, 40, 40, 0.42);
}

/* ---------- 右侧浮动栏 ---------- */
.float-sidebar-jh {
    z-index: var(--dp-float-z, 1100);
    width: 88px;
    border: 1px solid var(--dp-line);
    border-right: none;
    border-radius: 12px 0 0 12px;
    box-shadow: -8px 0 32px rgba(21, 31, 42, 0.1);
    overflow: hidden;
}
.float-sidebar-jh .float-sidebar-avatar {
    box-shadow:
        0 0 0 3px rgba(201, 169, 98, 0.28),
        0 0 22px rgba(201, 169, 98, 0.42),
        0 4px 14px rgba(21, 31, 42, 0.14);
}
.float-sidebar-jh .float-sidebar-avatar::after {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 169, 98, 0.22) 0%, transparent 68%);
    z-index: -2;
    pointer-events: none;
    animation: float-avatar-glow 3s ease-in-out infinite;
}
@keyframes float-avatar-glow {
    0%, 100% { opacity: 0.75; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.06); }
}
.float-sidebar-jh .float-sidebar-main {
    background: linear-gradient(180deg, #faf6ee 0%, #fff 100%);
    padding-top: 0.85rem;
    transition: background 0.25s;
}
.float-sidebar-jh .float-sidebar-main:hover {
    background: linear-gradient(180deg, #fff8eb 0%, #fff 100%);
}
.float-sidebar-jh .float-sidebar-label {
    color: var(--dp-primary-dark);
    font-weight: 700;
}
.float-sidebar-jump {
    border-top: 1px solid var(--dp-line);
}
.float-sidebar-jump-btn--down {
    background: linear-gradient(180deg, #faf9f6 0%, #fff 100%);
    color: var(--dp-primary);
}
.float-sidebar-jump-btn--down i {
    font-size: 1.25rem;
    color: var(--dp-highlight);
    transition: transform 0.25s ease, color 0.2s;
}
.float-sidebar-item.float-sidebar-jump-btn--down:hover {
    background: linear-gradient(180deg, #f3efe6 0%, #fff 100%);
    color: var(--dp-primary-dark);
}
.float-sidebar-item.float-sidebar-jump-btn--down:hover i {
    color: var(--dp-highlight);
    transform: translateY(2px);
}
.float-sidebar-item {
    transition: background 0.22s, color 0.2s, transform 0.2s;
}
.float-sidebar-item:hover {
    background: var(--dp-primary-dark);
    color: #fff;
}
.float-sidebar-item:hover i {
    color: var(--dp-highlight);
}
.float-sidebar-qr {
    border-color: var(--dp-line);
    background: var(--dp-gray);
}
.float-sidebar-hotline {
    background: var(--dp-primary-dark);
    letter-spacing: 0.02em;
    transition: background 0.25s;
}
.float-sidebar-hotline:hover {
    background: #0a1018;
    filter: none;
}

/* ---------- 微信弹窗 ---------- */
.wechat-modal {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--dp-line);
    box-shadow: 0 20px 50px rgba(21, 31, 42, 0.16);
}
.wechat-modal__header {
    background: var(--dp-primary-dark);
    border-bottom: none;
    padding: 1rem 1.15rem;
}
.wechat-modal__header .modal-title {
    color: #fff;
    font-family: var(--dp-font-display);
    letter-spacing: 0.05em;
}
.wechat-modal__header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.75;
}
.wechat-modal__qr {
    border: 1px solid var(--dp-line);
    border-radius: 8px;
    padding: 0.5rem;
    background: #fff;
}
.wechat-modal__tip {
    color: var(--dp-muted);
}

/* ---------- 页脚（纯黑配色由 footer.css 主导） ---------- */
.site-footer-links a:hover {
    color: #fff;
}

/* ---------- 移动端 ---------- */
.mobile-bar {
    border-top: 1px solid var(--dp-line);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    box-shadow: 0 -4px 20px rgba(21, 31, 42, 0.06);
    justify-content: center;
}
.mobile-bar__inner {
    justify-content: space-between;
    gap: 0;
}
.mobile-bar a.active {
    color: #7a5a18;
}
.mobile-bar a.active i,
.mobile-bar button:active i {
    color: var(--dp-highlight);
}
.quick-inquiry {
    border-top: 1px solid var(--dp-line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
}
.quick-inquiry input {
    border-color: var(--dp-line);
    border-radius: 999px;
}
.quick-inquiry input:focus {
    outline: none;
    border-color: var(--dp-highlight);
    box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.15);
}
.quick-inquiry button {
    background: var(--dp-highlight);
    color: var(--dp-primary-dark);
    font-weight: 700;
    box-shadow: 0 3px 12px rgba(201, 169, 98, 0.3);
}

/* ---------- 企业荣誉（详细样式见首页美化第二轮） ---------- */

/* ---------- 定制攻略 ---------- */
.guide-section {
    background:
        radial-gradient(ellipse 70% 50% at 0% 50%, rgba(201, 169, 98, 0.05), transparent 55%),
        var(--dp-gray);
}

/* ---------- 内页标题 ---------- */
.section-title-left::after {
    background: var(--dp-highlight);
    height: 2px;
    width: 36px;
}

@media (prefers-reduced-motion: reduce) {
    .btn-outline-primary:hover,
    .float-message-submit:hover,
    .float-message-launcher:hover {
        transform: none;
    }
}

/* ========== 首页 — 暖米白统一底色 · 墨蓝香槟金点缀 ========== */
.page-home {
    --home-surface: var(--dp-gray, #f9f8f6);
    --home-surface-warm: var(--dp-gray-alt, #f3f1ed);
    --home-surface-card: #fff;
    --home-accent: var(--dp-highlight, #c9a962);
    --home-accent-deep: #7a5a18;
    --home-ink: var(--dp-primary-dark, #111a24);
    --home-ink-soft: var(--dp-muted, #6e7681);
    --home-hero-overlay: linear-gradient(
        108deg,
        rgba(17, 26, 36, 0.52) 0%,
        rgba(17, 26, 36, 0.24) 48%,
        rgba(201, 169, 98, 0.08) 100%
    );
}

/* Hero — 遮罩跟随后台参数，文字区保持通透 */
.page-home .hero-slide::before {
    --_overlay: var(--page-header-overlay, 0.35);
    background: linear-gradient(90deg,
        rgba(17, 26, 36, calc(var(--_overlay) * 0.12)) 0%,
        rgba(17, 26, 36, calc(var(--_overlay) * 0.3)) 40%,
        rgba(17, 26, 36, calc(var(--_overlay) * 0.72)) 100%);
}
.page-home .hero-slide.page-header--align-center::before {
    background: linear-gradient(180deg,
        rgba(17, 26, 36, calc(var(--_overlay) * 0.7)) 0%,
        rgba(17, 26, 36, calc(var(--_overlay) * 0.15)) 45%,
        rgba(17, 26, 36, calc(var(--_overlay) * 0.7)) 100%);
}
.page-home .hero-slide::after {
    display: none;
}
.page-home .hero h1 {
    font-size: calc(clamp(1.25rem, 5.5vw, 3.75rem) * var(--page-header-title-scale, 1));
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--page-header-title-color, #fff);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
    white-space: nowrap;
}
.page-home .hero .lead {
    font-size: calc(clamp(1rem, 2vw, 1.125rem) * var(--page-header-title-scale, 1));
    color: var(--page-header-subtitle-color, rgba(255, 255, 255, 0.93));
    letter-spacing: 0.03em;
    line-height: 1.75;
}
.page-home .hero-tag {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(201, 169, 98, 0.45);
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.12em;
}
.page-home .hero .btn-hero-cta {
    background: #fff;
    color: var(--home-ink, var(--dp-primary-dark));
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
}
.page-home .hero .btn-hero-cta:hover {
    background: var(--dp-highlight);
    color: var(--home-ink, var(--dp-primary-dark));
}
.page-home .cta-banner .btn-hero-cta {
    background: var(--dp-highlight);
    color: var(--home-ink, var(--dp-primary-dark));
    box-shadow: 0 6px 22px rgba(201, 169, 98, 0.38);
}
.page-home .cta-banner .btn-hero-cta:hover {
    background: #e0c078;
    color: var(--home-ink, var(--dp-primary-dark));
}

/* 亮点条 + 分类宫格 — 同一底色无缝衔接 */
.page-home .home-trust-bar {
    background: var(--home-surface, var(--dp-gray, #f9f8f6));
    border: none;
    margin-top: 0;
    padding: 1.5rem 0 1.25rem;
    position: relative;
    z-index: 2;
}
.page-home .home-trust-grid {
    position: relative;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(17, 26, 36, 0.07);
    box-shadow: 0 4px 24px rgba(17, 26, 36, 0.05);
    overflow: hidden;
}
.page-home .home-trust-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--dp-primary-dark, #111a24) 0%, var(--dp-highlight, #c9a962) 50%, var(--dp-primary-dark, #111a24) 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 0.85;
}
.page-home .home-trust-bar + .home-reveal .cat-hub-section,
.page-home .home-trust-bar + .home-reveal .cat-hub-section-jh {
    padding-top: 0;
}
.page-home .home-trust-item {
    padding: 1.35rem 1.5rem;
    background: #fff;
}
.page-home .home-trust-item:nth-child(even) {
    background: #faf9f7;
}
.page-home .home-trust-item:first-child {
    background: #fff;
    box-shadow: inset 3px 0 0 var(--dp-highlight, #c9a962);
}
.page-home .home-trust-item:first-child .home-trust-icon {
    background: linear-gradient(135deg, rgba(28, 43, 58, 0.06), rgba(28, 43, 58, 0.1));
    color: var(--dp-primary-dark, #111a24);
    border: 1.5px solid rgba(201, 169, 98, 0.35);
    box-shadow: 0 2px 10px rgba(17, 26, 36, 0.06);
}
.page-home .home-trust-item:first-child .home-trust-text strong {
    color: var(--dp-primary-dark, #111a24);
}
.page-home .home-trust-item:not(:first-child) .home-trust-icon {
    background: linear-gradient(135deg, rgba(28, 43, 58, 0.04), rgba(28, 43, 58, 0.08));
    color: var(--dp-primary-dark, #111a24);
    border: 1.5px solid rgba(201, 169, 98, 0.15);
}
.page-home .home-trust-icon {
    width: 3rem;
    height: 3rem;
}
.page-home .home-trust-text strong {
    color: var(--dp-primary-dark, #111a24);
    letter-spacing: 0.03em;
}

/* 区块标题 — 更大、更有杂志感 */
.page-home .section-head-jh .section-title {
    font-size: clamp(1.5rem, 4.2vw, 2.125rem);
    font-weight: 800;
    letter-spacing: 0.1em;
}
.page-home .section-head-jh .section-title::before {
    width: 52px;
    height: 3px;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, var(--dp-primary, #1c2b3a), var(--dp-highlight));
    border-radius: 2px;
}
.page-home .section-head-jh .section-sub {
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
    color: #6b7a86;
}

/* 分类宫格 — 更圆润、更透气 */
.page-home .cat-hub-section {
    padding: 2rem 0 1.25rem;
    background: var(--home-surface, var(--dp-gray, #f9f8f6));
}
.page-home .cat-hub-sidebar {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 20px rgba(28, 43, 58, 0.05);
}
.page-home .cat-hub-tag.active {
    color: #6b5735;
    font-weight: 600;
    background: #faf6ed;
    border-color: rgba(201, 169, 98, 0.42);
    box-shadow: none;
}
.page-home .cat-hub-card {
    border-radius: 14px;
    border-color: rgba(28, 43, 58, 0.06);
    box-shadow: 0 2px 10px rgba(28, 43, 58, 0.04);
}
.page-home .cat-hub-card:hover {
    border-color: rgba(var(--dp-brand-rgb, 74, 122, 181), 0.35);
    box-shadow: 0 14px 32px rgba(28, 43, 58, 0.1);
}
.page-home .cat-hub-card:hover .cat-hub-card-title {
    color: var(--home-accent-deep);
}

/* 热门定制 — 清爽卡片、方角 Tab */
.page-home .home-zones-block {
    background: linear-gradient(180deg, #fff 0%, var(--home-surface-warm) 35%, #fff 100%);
}
.page-home .section-head-jh--zones {
    background: transparent;
    border-bottom: none;
    padding: 0.5rem 0 1.25rem;
    margin-bottom: 0.75rem;
}
.page-home .section-head-jh--zones .section-head-jh__mark {
    margin-bottom: 0.65rem;
}
.page-home .home-showcase-tabs {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(28, 43, 58, 0.06);
    box-shadow: 0 4px 18px rgba(28, 43, 58, 0.05);
    padding: 0.4rem;
}
.page-home .home-showcase-tabs .nav-link.active {
    background: #2563eb;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.22);
}
.page-home .home-showcase-tabs .nav-link.active:hover {
    background: #3b82f6;
}
.page-home .home-showcase-grid {
    gap: 1rem 0.85rem;
}
.page-home .home-showcase-card__media {
    border: none;
    border-radius: 14px;
    box-shadow: 0 3px 14px rgba(28, 43, 58, 0.07);
    background: #f5f7f6;
}
.page-home .home-showcase-card__media--template::after {
    height: 35%;
    background: linear-gradient(180deg, transparent 0%, rgba(28, 43, 58, 0.03) 100%);
}
.page-home .home-showcase-card__title {
    font-weight: 700;
    letter-spacing: 0.02em;
    padding-top: 0.55rem;
    transition: color 0.25s;
}
.page-home .home-showcase-card:hover .home-showcase-card__title {
    color: var(--home-accent-deep);
}
.page-home .home-industry-tags {
    border-top: none;
    padding-bottom: 3.5rem;
}
.page-home .home-industry-tags__tag {
    border-radius: 999px;
    transition: border-color 0.25s, background 0.25s, transform 0.25s, box-shadow 0.25s, color 0.25s;
}
.page-home .home-industry-tags__tag:hover {
    border-color: rgba(201, 169, 98, 0.45);
    background: #fff;
    color: var(--home-ink, var(--dp-primary-dark));
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(28, 43, 58, 0.08);
}

/* 核心优势 — 自然色渐变 */
.page-home .home-advantages-section {
    background:
        radial-gradient(ellipse 70% 45% at 100% 0%, rgba(var(--dp-brand-rgb, 74, 122, 181), 0.07), transparent 55%),
        radial-gradient(ellipse 60% 40% at 0% 100%, rgba(201, 169, 98, 0.06), transparent 50%),
        var(--home-surface-warm, var(--dp-gray-alt));
}
.page-home .home-advantage-card {
    border-radius: 14px;
    border-color: rgba(28, 43, 58, 0.06);
}
.page-home .home-advantage-card__visual--1 {
    background-image: linear-gradient(135deg, #4a6275 0%, #1c2b3a 100%);
}
.page-home .home-advantage-card__visual--2 {
    background-image: linear-gradient(135deg, #2a4055 0%, #111a24 100%);
}
.page-home .home-advantage-card__visual--3 {
    background-image: linear-gradient(135deg, #4a6d7a 0%, #3d5a64 100%);
}

/* 定制流程 — 清新底 */
.page-home .process-section {
    background: linear-gradient(180deg, #fff 0%, var(--home-surface) 45%, #fff 100%);
}
.page-home .process-timeline {
    border-radius: 16px;
    border: 1px solid rgba(28, 43, 58, 0.06);
}
.page-home .process-num {
    background: linear-gradient(145deg, var(--home-ink, var(--dp-primary-dark)), #2a4055);
    box-shadow: 0 4px 14px rgba(28, 43, 58, 0.2);
}

/* 案例 & FAQ */
.page-home .cases-section {
    background:
        radial-gradient(ellipse 55% 35% at 50% 0%, rgba(var(--dp-brand-rgb, 74, 122, 181), 0.05), transparent 60%),
        var(--home-surface, var(--dp-gray));
}
.page-home .industry-pill.active {
    background: var(--home-ink, var(--dp-primary-dark));
    border-color: var(--home-ink, var(--dp-primary-dark));
    box-shadow: 0 4px 14px rgba(28, 43, 58, 0.18);
}

/* 底部 CTA — 墨蓝 + 自然光晕 */
.page-home .cta-banner {
    padding: 5rem 0;
    background: linear-gradient(135deg, #111a24 0%, #1c2b3a 50%, #1a2835 100%);
}
.page-home .cta-banner::before {
    background:
        radial-gradient(ellipse 55% 90% at 92% 15%, rgba(var(--dp-brand-rgb, 74, 122, 181), 0.28) 0%, transparent 55%),
        radial-gradient(ellipse 45% 70% at 8% 85%, rgba(201, 169, 98, 0.22) 0%, transparent 50%);
}
.page-home .cta-banner h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    letter-spacing: 0.02em;
}

/* 区块呼吸感 + 统一暖米白底色 */
.page-home .home-section {
    padding: 4.5rem 0;
    background: var(--home-surface, var(--dp-gray, #f9f8f6));
}
.page-home .home-section:nth-child(even) {
    background: linear-gradient(180deg, var(--home-surface-card, #fff) 0%, var(--home-surface-warm, var(--dp-gray-alt)) 100%);
}

@media (max-width: 991.98px) {
    .page-home .home-trust-bar {
        padding-top: 1rem;
    }
    .page-home .home-trust-grid {
        border-radius: 14px;
    }
}

@media (max-width: 767.98px) {
    .page-home .home-trust-bar {
        padding: 0.75rem 0 1rem;
    }
    .page-home .home-trust-grid {
        border-radius: 12px;
    }
    .page-home .home-trust-item {
        padding: 1rem 1.1rem;
    }
    .page-home .home-section {
        padding: 3.25rem 0;
    }
    .page-home .section-head-jh--zones {
        padding: 0.35rem 0 1rem;
    }
}

/* ========== 首页美化 · 第二轮（行业/优势/荣誉/简介/案例） ========== */

/* 分类侧栏标题 */
.page-home .cat-hub-filter-title {
    color: var(--home-ink, var(--dp-primary-dark));
    letter-spacing: 0.04em;
}
.page-home .cat-hub-filter-title::before {
    content: '';
    position: static;
    flex-shrink: 0;
    width: 3px;
    height: 0.95em;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--dp-primary-dark), var(--dp-highlight));
}

/* 热门定制 — 卡片悬停、查看更多 */
.page-home .home-showcase-card {
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-home .home-showcase-card:hover {
    transform: translateY(-4px);
}
.page-home .home-showcase-more-link {
    padding: 0.5rem 1.15rem;
    border: 1.5px solid rgba(28, 43, 58, 0.12);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(28, 43, 58, 0.04);
    transition: border-color 0.25s, background 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s;
}
.page-home .home-showcase-more-link:hover {
    border-color: rgba(var(--dp-brand-rgb, 74, 122, 181), 0.45);
    background: var(--home-surface-warm);
    color: var(--home-accent-deep);
    box-shadow: 0 6px 18px rgba(var(--dp-brand-rgb, 74, 122, 181), 0.14);
    transform: translateY(-1px);
}

/* 行业标签 — 更透气、更有层次 */
.page-home .home-industry-tags {
    padding-top: 1rem;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(201, 169, 98, 0.06), transparent 60%),
        linear-gradient(180deg, #fff 0%, var(--home-surface) 100%);
}
.page-home .section-head-jh--industry {
    padding-top: 2.5rem;
}
.page-home .section-head-jh--industry .section-title {
    font-size: clamp(1.375rem, 3.5vw, 1.875rem);
    letter-spacing: 0.1em;
}
.page-home .home-industry-tags__grid {
    gap: 0.65rem;
    max-width: 1120px;
}
.page-home .home-industry-tags__tag {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(28, 43, 58, 0.07);
    box-shadow: 0 2px 8px rgba(28, 43, 58, 0.03);
    min-height: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.page-home .home-industry-tags__tag--wide {
    background: linear-gradient(180deg, #fff 0%, rgba(242, 246, 251, 0.92) 100%);
    border-color: rgba(var(--dp-brand-rgb, 74, 122, 181), 0.15);
}
.page-home .home-industry-tags__tag:hover {
    border-color: rgba(var(--dp-brand-rgb, 74, 122, 181), 0.4);
    background: var(--home-surface-warm);
    color: var(--home-accent-deep);
}

/* 核心优势 — 标题装饰、轻 overlay、悬停 */
.page-home .section-head-jh--advantages .section-title::before {
    display: block;
    width: 52px;
    height: 3px;
    margin: 0 auto 1rem;
    background: linear-gradient(90deg, var(--dp-primary, #1c2b3a), var(--dp-highlight));
    border-radius: 2px;
}
.page-home .section-head-jh--advantages .section-title-highlight {
    color: var(--dp-highlight);
    position: relative;
}
.page-home .section-head-jh--advantages .section-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    letter-spacing: 0.1em;
}
.page-home .home-advantage-card__overlay {
    background: linear-gradient(180deg, rgba(17, 26, 36, 0.05) 0%, rgba(17, 26, 36, 0.42) 100%);
}
.page-home .home-advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(28, 43, 58, 0.12);
}
.page-home .home-advantage-card__body p {
    font-size: 0.875rem;
    line-height: 1.75;
}

/* 企业荣誉 — 画廊式白框，替代厚重木色 */
.page-home .home-honors-section {
    background:
        radial-gradient(ellipse 60% 40% at 50% 100%, rgba(var(--dp-brand-rgb, 74, 122, 181), 0.05), transparent 65%),
        linear-gradient(180deg, #fff 0%, var(--home-surface, var(--dp-gray)) 100%);
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow-x: clip;
}
.page-home .home-honors-track-wrap.is-centered .home-honors-frame img {
    border-radius: 6px;
}
.page-home .home-honors-frame {
    padding: 0.65rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(28, 43, 58, 0.08);
    box-shadow:
        0 4px 16px rgba(28, 43, 58, 0.06),
        inset 0 0 0 1px rgba(201, 169, 98, 0.18);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s, border-color 0.35s;
}
.page-home .home-honors-item:hover .home-honors-frame {
    transform: translateY(-5px);
    border-color: rgba(201, 169, 98, 0.35);
    box-shadow:
        0 14px 36px rgba(28, 43, 58, 0.12),
        inset 0 0 0 1px rgba(201, 169, 98, 0.32);
}
.page-home .home-honors-frame img {
    border-radius: 6px;
}

/* 公司简介 — 胶囊 Tab + 清新底 */
.page-home .home-section-alt:has(.section-head-jh--profile) {
    background:
        radial-gradient(ellipse 50% 40% at 0% 50%, rgba(201, 169, 98, 0.05), transparent 55%),
        var(--home-surface);
}
.page-home .company-tabs {
    background: transparent;
    padding: 0;
    gap: 0.35rem;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.25rem !important;
}
.page-home .company-tabs .nav-item {
    margin: 0;
}
.page-home .company-tabs .nav-link {
    color: var(--home-ink-soft, var(--dp-muted)) !important;
    background: rgba(255, 255, 255, 0.85) !important;
    border: 1px solid rgba(28, 43, 58, 0.08) !important;
    border-radius: 999px !important;
    padding: 0.5rem 1.25rem !important;
    margin: 0 !important;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: background 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.page-home .company-tabs .nav-link:hover {
    border-color: rgba(var(--dp-brand-rgb, 74, 122, 181), 0.35) !important;
    color: var(--home-ink, var(--dp-primary-dark)) !important;
}
.page-home .company-tabs .nav-link.active {
    background: var(--home-ink, var(--dp-primary-dark)) !important;
    color: #fff !important;
    border-color: var(--home-ink, var(--dp-primary-dark)) !important;
    box-shadow: 0 4px 14px rgba(28, 43, 58, 0.2);
}
.page-home .company-tab-body {
    border: 1px solid rgba(28, 43, 58, 0.06) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 28px rgba(28, 43, 58, 0.06) !important;
    padding: 2.25rem !important;
}
.page-home .company-tab-prose {
    color: var(--home-ink-soft, var(--dp-muted));
    font-size: 1rem;
    line-height: 1.85;
    text-wrap: pretty;
}
.page-home .company-tab-prose > :last-child {
    margin-bottom: 0;
}
.page-home .company-tab-prose p,
.page-home .company-tab-prose li {
    color: var(--home-ink-soft, var(--dp-muted)) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.85 !important;
    margin-bottom: 1rem;
}
.page-home .company-tab-prose p:last-child,
.page-home .company-tab-prose li:last-child {
    margin-bottom: 0;
}
.page-home .company-tab-prose h1,
.page-home .company-tab-prose h2,
.page-home .company-tab-prose h3,
.page-home .company-tab-prose h4 {
    color: var(--home-ink, var(--dp-primary-dark));
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.75rem;
}
html:lang(en) .page-home .company-tab-prose {
    font-size: 1.02rem;
    letter-spacing: 0.01em;
}
html:lang(en) .page-home .company-tab-prose p,
html:lang(en) .page-home .company-tab-prose li {
    font-size: 1.02rem !important;
}

/* 定制流程 — 步骤悬停 */
.page-home .process-item {
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-home .process-item:hover {
    transform: translateY(-3px);
}
.page-home .process-item:hover .process-num {
    background: linear-gradient(145deg, var(--home-accent-deep), var(--home-ink, var(--dp-primary-dark)));
    box-shadow: 0 6px 18px rgba(var(--dp-brand-rgb, 74, 122, 181), 0.28);
}

/* 客户案例 — 卡片与筛选 */
.page-home .cases-section .case-card {
    border-radius: 14px;
    border-color: rgba(28, 43, 58, 0.06);
    overflow: hidden;
}
.page-home .cases-section .case-card:hover {
    border-color: rgba(201, 169, 98, 0.42);
}
.page-home .cases-section .case-card__media {
    border-radius: 14px 14px 0 0;
}
.page-home .industry-pill {
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: color 0.22s, background 0.25s, border-color 0.25s, transform 0.22s, box-shadow 0.25s;
}
.page-home .industry-pill:hover {
    border-color: rgba(var(--dp-brand-rgb, 74, 122, 181), 0.4);
    color: var(--home-accent-deep);
    background: var(--home-surface-warm);
}

/* 定制攻略（首页） */
.page-home .guide-section {
    background:
        radial-gradient(ellipse 65% 45% at 100% 30%, rgba(var(--dp-brand-rgb, 74, 122, 181), 0.06), transparent 55%),
        radial-gradient(ellipse 55% 40% at 0% 70%, rgba(201, 169, 98, 0.05), transparent 50%),
        var(--home-surface, var(--dp-gray));
}
.page-home .guide-card {
    border-radius: 14px;
    border-color: rgba(28, 43, 58, 0.06);
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}
.page-home .guide-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 169, 98, 0.35);
    box-shadow: 0 12px 32px rgba(28, 43, 58, 0.09);
}
.page-home .guide-card:hover .guide-card-icon {
    color: var(--home-accent-deep, var(--dp-primary));
    transform: scale(1.06);
}
.page-home .guide-card:hover .guide-card-title {
    color: var(--home-ink, var(--dp-primary-dark));
}
.page-home .guide-card:hover .guide-card-divider {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(201, 169, 98, 0.45) 12%,
        rgba(201, 169, 98, 0.45) 88%,
        transparent
    );
}
.page-home .guide-card-links a:hover {
    transform: translateX(4px);
}

/* FAQ 手风琴 */
.page-home .faq-item .accordion-button:not(.collapsed) {
    color: var(--home-ink, var(--dp-primary-dark));
    background: linear-gradient(180deg, #fff 0%, var(--home-surface) 100%);
}
.page-home .faq-item .accordion-button:focus {
    box-shadow: inset 0 -2px 0 var(--dp-highlight), 0 0 0 0.2rem rgba(201, 169, 98, 0.15);
}

@media (max-width: 767.98px) {
    .page-home .home-industry-tags__row--compact {
        gap: 0.45rem;
    }
    .page-home .home-industry-tags__tag {
        font-size: 0.75rem;
        min-height: 2.25rem;
    }
    .page-home .company-tab-body {
        padding: 1.5rem !important;
    }
}

/* ========== 区块标题统一系统 · 高级感 ========== */
.page-home .section-head-jh {
    text-align: center;
    margin-bottom: 2.5rem;
}
.page-home .section-head-jh__frame {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-home .section-head-jh__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-bottom: 1.2rem;
}
.page-home .section-head-jh__mark-line {
    width: clamp(2.25rem, 7vw, 4rem);
    height: 1px;
    border-radius: 1px;
    transform: scaleX(0);
}
.page-home .section-head-jh__mark-line:first-child {
    background: linear-gradient(90deg, transparent, rgba(var(--dp-brand-rgb, 74, 122, 181), 0.5));
    transform-origin: right center;
}
.page-home .section-head-jh__mark-line:last-child {
    background: linear-gradient(90deg, rgba(201, 169, 98, 0.55), transparent);
    transform-origin: left center;
}
.page-home .section-head-jh__mark-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dp-primary-dark, #111a24), var(--dp-highlight));
    box-shadow:
        0 0 0 3px rgba(201, 169, 98, 0.14),
        0 2px 10px rgba(201, 169, 98, 0.28);
    flex-shrink: 0;
    transform: scale(0);
}
.page-home .section-head-jh .section-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 0.7rem;
}
.page-home .section-head-jh .section-title {
    margin: 0;
    padding-bottom: 0;
    font-family: var(--dp-font-display);
    font-size: clamp(1.5rem, 4.2vw, 2.125rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--home-ink, var(--dp-primary-dark));
    line-height: 1.3;
    opacity: 0;
    transform: translateY(14px);
}
.page-home .section-head-jh .section-title::before,
.page-home .section-head-jh .section-title::after {
    display: none !important;
}
.page-home .section-head-jh .section-sub {
    margin: 0 auto;
    max-width: 38rem;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #6b7a86;
    line-height: 1.75;
    opacity: 0;
    transform: translateY(10px);
}
.page-home .section-head-jh .section-title-highlight {
    color: var(--dp-highlight);
    font-weight: 800;
    position: relative;
}
.page-home .section-head-jh .section-title-highlight::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.05em;
    height: 0.35em;
    background: linear-gradient(90deg, rgba(201, 169, 98, 0.22), rgba(var(--dp-brand-rgb, 74, 122, 181), 0.12));
    border-radius: 2px;
    z-index: -1;
}

/* 修饰符 — 仅保留间距差异 */
.page-home .section-head-jh--zones {
    width: 100%;
    padding: 0.5rem 0 1.25rem;
    margin-bottom: 0.75rem;
    background: transparent;
    border: none;
}
.page-home .section-head-jh--industry {
    padding-top: 2.5rem;
    margin-bottom: 2rem;
}
.page-home .section-head-jh--advantages,
.page-home .section-head-jh--honors,
.page-home .section-head-jh--profile,
.page-home .section-head-jh--process,
.page-home .section-head-jh--cases,
.page-home .section-head-jh--faq,
.page-home .section-head-jh--guide {
    margin-bottom: 2.25rem;
}
.page-home .section-head-jh--profile {
    margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
    .page-home .section-head-jh .section-title {
        font-size: clamp(1.25rem, 5vw, 1.625rem);
        letter-spacing: 0.08em;
    }
    .page-home .section-head-jh .section-title-row {
        gap: 0;
    }
    .page-home .section-head-jh__mark {
        margin-bottom: 0.95rem;
    }
    .page-home .section-head-jh--zones {
        padding: 0.35rem 0 1rem;
    }
}

/* ========== 关于我们页 · 精修 ========== */
.page-about .page-header--banner {
    margin-bottom: 0;
}
.page-about .about-page {
    margin-top: -1px;
}
.page-about .about-sec__title {
    text-rendering: optimizeLegibility;
}
.page-about .about-intro__prose,
.page-about .about-sec__lead,
.page-about .about-values__desc,
.page-about .about-wheel-brand__mission {
    text-wrap: pretty;
}
.page-about .about-wheel-brand.motion-reveal.is-visible .about-wheel-brand__words .about-wheel-brand__line:nth-child(1) {
    animation: aboutFadeUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}
.page-about .about-wheel-brand.motion-reveal.is-visible .about-wheel-brand__words .about-wheel-brand__line:nth-child(2) {
    animation: aboutFadeUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}
.page-about .about-wheel-brand.motion-reveal.is-visible .about-wheel-brand__words .about-wheel-brand__line:nth-child(3) {
    animation: aboutFadeUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.26s both;
}
.page-about .about-wheel-brand.motion-reveal.is-visible .about-wheel-brand__copy {
    animation: aboutFadeUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.34s both;
}
.page-about .about-intro__shell {
    position: relative;
    z-index: 1;
}
.page-about .about-sec__title--lined::after {
    width: 40px;
    height: 2px;
    box-shadow: 0 1px 8px rgba(201, 169, 98, 0.2);
}
.page-about .about-values__panel {
    background: rgba(255, 255, 255, 0.82);
}
.page-about .about-values__card {
    background: linear-gradient(160deg, #fff 0%, rgba(249, 248, 246, 0.6) 100%);
}
.page-about .about-values__card:nth-child(even) {
    background: linear-gradient(160deg, #fff 0%, var(--dp-gray-alt) 100%);
}
.page-about .about-values__card:hover {
    background: #fff;
}
.page-about .motion-reveal.is-visible .about-values__card {
    animation: aboutFadeUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.page-about .motion-reveal.is-visible .about-values__card:nth-child(1) { animation-delay: 0.06s; }
.page-about .motion-reveal.is-visible .about-values__card:nth-child(2) { animation-delay: 0.12s; }
.page-about .motion-reveal.is-visible .about-values__card:nth-child(3) { animation-delay: 0.18s; }
.page-about .motion-reveal.is-visible .about-values__card:nth-child(4) { animation-delay: 0.24s; }
.page-about .motion-reveal.is-visible .about-sec__mark-dot {
    animation: aboutMarkPop 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}
@keyframes aboutMarkPop {
    from { transform: scale(0); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
@keyframes aboutFadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .page-about .about-wheel-seg,
    .page-about .about-wheel-brand__words .about-wheel-brand__line,
    .page-about .about-wheel-brand__copy,
    .page-about .about-sec__mark-dot,
    .page-about .about-wheel-spin {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    .page-about .about-intro__bg::before,
    .page-about .about-values__card,
    .page-about .about-wheel-brand__cta {
        transition: none !important;
        animation: none !important;
    }
}

/* ========== 联系我们页 · 精修 ========== */
.page-contact .page-header--banner {
    margin-bottom: 0;
}
.page-contact .contact-page {
    margin-top: -1px;
    padding-top: 0.5rem;
}
.page-contact .contact-block__lead,
.page-contact .contact-block__lead--dark,
.page-contact .contact-form__note {
    text-wrap: pretty;
}
.page-contact .contact-block--info,
.page-contact .contact-info-panel,
.page-contact .contact-block--form {
    transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-contact .contact-info-panel {
    max-width: 58rem;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
}
.page-contact .contact-info-panel:hover {
    box-shadow: none;
}
.page-contact .contact-block--form:hover {
    box-shadow: var(--dp-shadow-hover);
}
.page-contact .contact-block__head--center .contact-block__title--dark::after,
.page-contact .contact-block__title--dark::after {
    box-shadow: 0 1px 8px rgba(201, 169, 98, 0.2);
}
.page-contact .motion-reveal.is-visible .contact-block__mark-dot {
    animation: aboutMarkPop 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}

/* —— Bento 联系方式 —— */
.page-contact .contact-cards--bento {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: minmax(0, auto);
    gap: 1rem;
}
.page-contact .contact-cards--bento .contact-card {
    position: relative;
    min-height: 7.5rem;
    padding: 1.35rem 1.4rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(28, 43, 58, 0.07);
    box-shadow: 0 1px 2px rgba(21, 31, 42, 0.03), 0 8px 24px rgba(21, 31, 42, 0.05);
    overflow: hidden;
    isolation: isolate;
}
.page-contact .contact-cards--bento .contact-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(201, 169, 98, 0.07) 0%, transparent 55%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 0;
}
.page-contact .contact-cards--bento .contact-card:hover::before {
    opacity: 1;
}
.page-contact .contact-cards--bento .contact-card:hover {
    transform: translateY(-3px);
    border-color: rgba(28, 43, 58, 0.1);
    box-shadow: 0 4px 12px rgba(21, 31, 42, 0.06), 0 18px 40px rgba(21, 31, 42, 0.08);
}
.page-contact .contact-cards--bento .contact-card--static:hover {
    transform: none;
    border-color: rgba(28, 43, 58, 0.07);
    box-shadow: 0 1px 2px rgba(21, 31, 42, 0.03), 0 8px 24px rgba(21, 31, 42, 0.05);
}
.page-contact .contact-cards--bento .contact-card--static:hover::before {
    opacity: 0;
}
.page-contact .contact-card__copy,
.page-contact .contact-card__wechat-copy {
    position: relative;
    z-index: 1;
    min-width: 0;
}
.page-contact .contact-card__icon {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0;
    border-radius: 12px;
    font-size: 1.05rem;
    background: linear-gradient(145deg, rgba(28, 43, 58, 0.07) 0%, rgba(90, 143, 126, 0.12) 100%);
    color: var(--dp-primary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.page-contact .contact-card__icon i,
.page-contact .contact-card__icon svg {
    display: block;
    line-height: 1;
}
.page-contact .contact-card__icon--phone {
    background: linear-gradient(145deg, rgba(201, 169, 98, 0.22) 0%, rgba(201, 169, 98, 0.08) 100%);
    color: #8a6d2e;
}
.page-contact .contact-card__icon--email {
    background: linear-gradient(145deg, rgba(74, 109, 138, 0.14) 0%, rgba(28, 43, 58, 0.06) 100%);
    color: #3d5a73;
}
.page-contact .contact-card__icon--address {
    background: linear-gradient(145deg, rgba(90, 143, 126, 0.16) 0%, rgba(90, 143, 126, 0.06) 100%);
    color: #4a7568;
}
.page-contact .contact-card__icon--wechat {
    background: linear-gradient(145deg, rgba(74, 175, 95, 0.16) 0%, rgba(74, 175, 95, 0.06) 100%);
    color: #3d8f52;
}
.page-contact .contact-card__label {
    font-size: 0.6875rem;
    letter-spacing: 0.16em;
    color: #8a929c;
}
.page-contact .contact-card__value {
    font-family: var(--dp-font-heiti);
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.page-contact .contact-card__value--phone {
    font-family: var(--dp-font-display);
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--dp-primary-dark);
}
.page-contact .contact-card__hint {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0.55rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(201, 169, 98, 0.1);
    color: #8a6d2e;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}
.page-contact .contact-card--phone {
    grid-column: span 7;
    grid-row: span 2;
    display: flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    min-height: 11rem;
    padding: 1.75rem 1.85rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(253, 250, 244, 0.98) 100%);
    border-color: rgba(201, 169, 98, 0.22);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.7),
        0 10px 32px rgba(201, 169, 98, 0.1),
        0 2px 8px rgba(21, 31, 42, 0.04);
}
.page-contact .contact-card--phone::after {
    content: '';
    position: absolute;
    left: 0;
    top: 1.25rem;
    bottom: 1.25rem;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: linear-gradient(180deg, var(--dp-highlight), rgba(90, 143, 126, 0.65));
}
.page-contact .contact-card--phone .contact-card__icon {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.35rem;
    border-radius: 14px;
}
.page-contact .contact-card--phone:hover {
    border-color: rgba(201, 169, 98, 0.32);
}
.page-contact .contact-card--email {
    grid-column: span 5;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
}
.page-contact .contact-card--address {
    grid-column: span 5;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
}
.page-contact .contact-card--wechat {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    text-align: left;
    min-height: 0;
    padding: 1.15rem 1.5rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 252, 248, 0.95) 100%);
    border-color: rgba(90, 143, 126, 0.14);
}
.page-contact .contact-card__wechat-media {
    flex-shrink: 0;
}
.page-contact .contact-card__qr {
    width: 4.5rem;
    height: 4.5rem;
    padding: 5px;
    border-radius: 12px;
    border-color: rgba(90, 143, 126, 0.16);
    box-shadow: 0 4px 14px rgba(21, 31, 42, 0.06);
    margin-bottom: 0;
}
.page-contact .contact-card__wechat-copy {
    flex: 1;
    min-width: 0;
}
.page-contact .contact-card__wechat-copy .contact-card__value--sm {
    margin-top: 0.2rem;
    max-width: 36ch;
}
.page-contact .contact-card__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0;
    margin-left: auto;
    padding: 0.55rem 1.1rem;
    font-size: 0.8125rem;
    border-color: rgba(28, 43, 58, 0.1);
    background: #fff;
    box-shadow: 0 2px 8px rgba(21, 31, 42, 0.04);
}
.page-contact .contact-card__btn i {
    font-size: 0.9rem;
    transition: transform 0.25s ease;
}
.page-contact .contact-card__btn:hover {
    background: var(--dp-primary);
    border-color: var(--dp-primary);
    color: #fff;
}
.page-contact .contact-card__btn:hover i {
    transform: translate(2px, -2px);
}

.page-contact .contact-cards--no-phone .contact-card--email,
.page-contact .contact-cards--no-phone .contact-card--address {
    grid-column: span 6;
    grid-row: auto;
}
.page-contact .contact-cards--no-phone .contact-card--email:only-of-type,
.page-contact .contact-cards--no-phone .contact-card--address:only-of-type {
    grid-column: 1 / -1;
}

.page-contact .contact-block--form {
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, rgba(253, 252, 250, 0.98) 100%);
}
.page-contact .contact-trust__item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-contact .contact-trust__item:hover {
    transform: translateY(-2px);
    box-shadow: var(--dp-shadow-hover);
}

@media (max-width: 991.98px) {
    .page-contact .contact-cards--bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .page-contact .contact-card--phone {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 0;
    }
    .page-contact .contact-card--email,
    .page-contact .contact-card--address {
        grid-column: span 1;
    }
    .page-contact .contact-card--wechat {
        grid-column: 1 / -1;
        flex-wrap: wrap;
    }
    .page-contact .contact-card__btn {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 575.98px) {
    .page-contact .contact-cards--bento {
        grid-template-columns: 1fr;
    }
    .page-contact .contact-card--phone,
    .page-contact .contact-card--email,
    .page-contact .contact-card--address,
    .page-contact .contact-card--wechat {
        grid-column: 1 / -1;
        flex-direction: column;
        align-items: flex-start;
    }
    .page-contact .contact-card--phone {
        padding: 1.35rem 1.4rem;
    }
    .page-contact .contact-card--wechat {
        align-items: stretch;
    }
    .page-contact .contact-card__btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-contact .contact-card,
    .page-contact .contact-block--info,
    .page-contact .contact-block--form {
        transition: none !important;
    }
    .page-contact .contact-block__mark-dot {
        animation: none !important;
    }
}
