:root {
    --dp-primary: #1c2b3a;
    --dp-primary-dark: #111a24;
    --dp-primary-light: #4a6275;
    --dp-accent: #2a4055;
    --dp-accent-hover: #1c2b3a;
    --dp-accent-bright: #4a6d8a;
    --dp-highlight: #c9a962;
    --dp-nav-bar: #151f2b;
    --dp-nav-active: #4a6d8a;
    --dp-dark: #151f2b;
    --dp-gray: #f9f8f6;
    --dp-gray-alt: #f3f1ed;
    --dp-text: #2a323c;
    --dp-muted: #6e7681;
    --dp-line: rgba(28, 43, 58, 0.08);
    --dp-brand-rgb: 28, 43, 58;
    --dp-radius: 10px;
    --dp-shadow: 0 1px 2px rgba(21, 31, 42, 0.04), 0 6px 20px rgba(21, 31, 42, 0.06);
    --dp-shadow-hover: 0 4px 8px rgba(21, 31, 42, 0.06), 0 16px 36px rgba(21, 31, 42, 0.1);
    --dp-font-display: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
    --dp-font-heiti: "PingFang SC", "Microsoft YaHei", "SimHei", "Heiti SC", "Helvetica Neue", Arial, sans-serif;
    --dp-font-banner-sans: "Noto Sans SC", var(--dp-font-heiti);
    --dp-float-z: 1100;
    --dp-subpage-banner-h: var(--page-header-height-max, 360px);
    --page-header-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38), 0 4px 22px rgba(0, 0, 0, 0.28);
    --page-header-eyebrow-shadow: 0 1px 10px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
body {
    font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
    color: var(--dp-text);
    line-height: 1.65;
    background: var(--dp-gray);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* 导航样式见 nav.css */
.dropdown-menu { border: none; box-shadow: var(--dp-shadow); border-radius: var(--dp-radius); }

.hero { position: relative; }
.hero-slide { min-height: 560px; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-slide-linked { cursor: pointer; }
.hero-slide-linked .hero-content { pointer-events: none; }
.hero-slide-linked .hero-content a { pointer-events: auto; }
.hero-slide::before { content: ''; position: absolute; inset: 0; background: linear-gradient(108deg, rgba(17, 26, 36, 0.62) 0%, rgba(17, 26, 36, 0.28) 55%, rgba(0, 0, 0, 0.08) 100%); }
.hero-slide--image-only::before { display: none; }
.hero-slide .container { position: relative; z-index: 1; }
.hero-tag { display: inline-block; background: var(--dp-accent); color: #fff; padding: .25rem .75rem; border-radius: 2rem; font-size: .8125rem; margin-bottom: .5rem; }
.hero-eyebrow { font-size: .9375rem; font-weight: 600; }
.hero h1 { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 800; line-height: 1.25; }
.hero .lead { opacity: .9; font-size: 1.05rem; }
.hero-hotline { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.15); backdrop-filter: blur(4px); padding: .5rem 1.25rem; border-radius: 2rem; margin-top: 1rem; font-size: 1.25rem; font-weight: 700; }
.section-head { text-align: center; margin-bottom: 2.75rem; }
.section-head .section-title {
    display: inline-block;
    font-family: var(--dp-font-display);
    font-weight: 700;
    font-size: clamp(1.25rem, 3.2vw, 1.625rem);
    margin-bottom: .5rem;
    position: relative;
    padding-bottom: .85rem;
    letter-spacing: 0.06em;
    color: var(--dp-primary-dark);
}
.section-head .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 32px;
    height: 2px;
    background: var(--dp-highlight);
    border-radius: 1px;
}
.section-head .section-title-dash { font-size: clamp(1.125rem, 3.5vw, 1.5rem); letter-spacing: .06em; }
.section-head .section-sub { color: var(--dp-muted); font-size: .875rem; letter-spacing: 0.04em; }
.section-head .section-sub-wave { color: var(--dp-accent); font-weight: 600; }
.section-title-left { font-weight: 800; font-size: 1.5rem; margin-bottom: 1.5rem; position: relative; padding-bottom: .75rem; }
.section-title-left::after { content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: var(--dp-highlight); }

.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 1rem; }
.cat-item { display: flex; flex-direction: column; align-items: center; padding: 1.25rem .75rem; background: #fff; border-radius: var(--dp-radius); box-shadow: var(--dp-shadow); text-decoration: none; color: var(--dp-text); transition: transform .2s, box-shadow .2s; text-align: center; }
.cat-item:hover { transform: translateY(-4px); box-shadow: var(--dp-shadow-hover); color: var(--dp-primary); }
.cat-item .cat-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--dp-primary-dark); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: .75rem; box-shadow: 0 3px 12px rgba(21, 31, 42, 0.12); }
.cat-item span { font-size: .875rem; font-weight: 600; }

.product-tabs .nav-link { color: var(--dp-muted) !important; border: none; border-bottom: 2px solid transparent; border-radius: 0; padding: .75rem 1.25rem !important; font-weight: 600; }
.product-tabs .nav-link.active { color: var(--dp-primary) !important; border-bottom-color: var(--dp-accent); background: transparent; }

.product-card { border: 1px solid var(--dp-line); border-radius: var(--dp-radius); box-shadow: var(--dp-shadow); overflow: hidden; transition: transform .3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .3s, border-color .3s; height: 100%; background: #fff; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--dp-shadow-hover); border-color: rgba(28, 43, 58, 0.14); }
.product-card .card-img-wrap { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--dp-gray-alt); }
.product-card .card-body { border-top: 1px solid transparent; transition: border-color .3s; }
.product-card:hover .card-body { border-top-color: var(--dp-line); }
.product-card .card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .card-img-wrap img { transform: scale(1.06); }
.product-card .card-badge { position: absolute; top: .5rem; left: .5rem; color: #fff; font-size: .6875rem; padding: .2rem .55rem; border-radius: 4px; font-weight: 600; }
.product-card .card-badge.badge-hot { background: linear-gradient(135deg, #ff5722 0%, #e53935 100%); box-shadow: 0 2px 6px rgba(229, 57, 53, 0.4); }
.product-card .card-badge.badge-new { background: linear-gradient(135deg, var(--dp-primary), var(--dp-primary-dark)); box-shadow: 0 2px 6px rgba(13,71,161,.3); }
.product-card .card-body { padding: .875rem; }
.product-card .card-title { font-size: .875rem; font-weight: 600; margin: 0; }

.industry-pill { display: inline-flex; align-items: center; gap: .35rem; padding: .38rem .85rem; border-radius: 6px; background: #fff; border: 1px solid var(--dp-line, #e2e8f0); color: var(--dp-text, #475569); text-decoration: none; font-size: .8125rem; margin: .25rem; transition: color .15s, border-color .15s, background .15s; cursor: pointer; }
.industry-pill:hover, .industry-pill.active { background: var(--dp-primary, #1c2b3a); border-color: var(--dp-primary, #1c2b3a); color: #fff; }

.strength-block { background: #fff; border-radius: var(--dp-radius); padding: 2rem; box-shadow: var(--dp-shadow); height: 100%; }
.strength-block .strength-icon { width: 64px; height: 64px; border-radius: var(--dp-radius); background: var(--dp-primary-dark); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; margin-bottom: 1rem; }
.strength-block h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: .75rem; }
.strength-block ul { padding-left: 1.25rem; color: var(--dp-muted); font-size: .9375rem; }
.strength-block ul li { margin-bottom: .35rem; }

.stat-box { text-align: center; padding: 1.5rem 1rem; background: var(--dp-primary-dark); color: #fff; border-radius: var(--dp-radius); }
.stat-box h3 { font-size: 2rem; font-weight: 800; margin: 0; }
.stat-box small { opacity: .85; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.gallery-item { aspect-ratio: 4/3; border-radius: var(--dp-radius); overflow: hidden; position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item .gallery-overlay { position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(0,0,0,.7)); display: flex; align-items: flex-end; padding: .75rem; color: #fff; font-size: .8125rem; font-weight: 600; opacity: 0; transition: opacity .3s; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
@media (max-width: 768px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

.process-timeline { display: flex; flex-wrap: wrap; gap: 0; }
.process-item { flex: 1; min-width: 120px; text-align: center; padding: 1rem .5rem; position: relative; }
.process-item:not(:last-child)::after { content: '→'; position: absolute; right: -.5rem; top: 2rem; color: var(--dp-accent); font-size: 1.25rem; font-weight: 700; }
.process-num { width: 52px; height: 52px; line-height: 52px; border-radius: 50%; background: var(--dp-primary-dark); color: #fff; font-weight: 700; font-size: 1.0625rem; margin: 0 auto .75rem; box-shadow: 0 2px 10px rgba(21, 31, 42, 0.12); border: 2px solid #fff; }
.process-item h6 { font-size: .875rem; font-weight: 700; margin-bottom: .25rem; }
.process-item p { font-size: .75rem; color: var(--dp-muted); margin: 0; }
@media (max-width: 768px) { .process-item:not(:last-child)::after { display: none; } .process-item { min-width: 50%; } }

.company-tabs .nav-link { color: var(--dp-muted) !important; font-weight: 600; }
.company-tabs .nav-link.active { color: var(--dp-primary) !important; background: #fff; }

.cta-banner { background: linear-gradient(135deg, var(--dp-primary-dark), var(--dp-primary)); color: #fff; padding: 3rem 0; text-align: center; }
.cta-banner h2 { font-weight: 800; margin-bottom: .5rem; }

/* 定制攻略见 guide.css */

.footer { background: var(--dp-dark); color: #aaa; }
.footer h5, .footer h6 { color: #fff; font-weight: 700; }
.footer a { color: #aaa; text-decoration: none; font-size: .875rem; }
.footer a:hover { color: #fff; }

/* 右侧浮动咨询栏 */
.float-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: var(--dp-float-z, 1100);
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: -2px 0 16px rgba(0, 0, 0, 0.12);
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    width: 72px;
}
.float-sidebar-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.85rem 0.5rem 0.65rem;
    text-decoration: none;
    color: var(--dp-text);
    background: var(--dp-gray);
    border-bottom: 1px solid var(--dp-line);
    position: relative;
}
.float-sidebar-main:hover {
    color: var(--dp-primary);
}
.float-sidebar-avatar {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f0eeea;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 0.35rem;
    box-shadow:
        0 0 0 3px rgba(201, 169, 98, 0.22),
        0 0 18px rgba(201, 169, 98, 0.32),
        0 2px 10px rgba(21, 31, 42, 0.12);
    overflow: visible;
    border: 2px solid #fff;
}
.float-sidebar-avatar::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 169, 98, 0.38) 0%, rgba(201, 169, 98, 0.08) 52%, transparent 72%);
    z-index: -1;
    pointer-events: none;
}
.float-sidebar-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.float-sidebar-label {
    font-size: 0.6875rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
}
.float-sidebar-badge {
    position: absolute;
    top: 0.5rem;
    right: 0.35rem;
    background: var(--dp-accent-bright);
    color: #fff;
    font-size: 0.5625rem;
    font-weight: 700;
    padding: 0.1rem 0.3rem;
    border-radius: 2px;
    line-height: 1.2;
}
.float-sidebar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.65rem 0.4rem;
    color: var(--dp-muted);
    text-decoration: none;
    border: none;
    background: #fff;
    font-size: 0.625rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}
.float-sidebar-item i {
    font-size: 1.15rem;
    margin-bottom: 0.15rem;
}
.float-sidebar-item span {
    line-height: 1.2;
    text-align: center;
}
.float-sidebar-item:hover {
    background: var(--dp-primary-dark);
    color: #fff;
}
.float-sidebar-jump {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.2s, max-height 0.2s;
    border-bottom: none;
}
.float-sidebar-jump.is-visible {
    opacity: 1;
    max-height: 88px;
}
.float-sidebar-jump-btn {
    display: none;
    width: 100%;
    border-bottom: none;
}
.float-sidebar-jump-btn.is-active {
    display: flex;
}

.mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 1000;
    display: none;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
    justify-content: center;
    padding: 0.35rem clamp(0.5rem, 3vw, 1rem);
    padding-bottom: calc(0.35rem + env(safe-area-inset-bottom, 0px));
}
.mobile-bar__inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0 0.35rem;
}
.mobile-bar a,
.mobile-bar button {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    text-align: center;
    padding: 0.5rem 0.2rem;
    font-size: 0.6875rem;
    color: var(--dp-muted);
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
}
.mobile-bar a i,
.mobile-bar button i {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 0.15rem;
}
.mobile-bar a.active {
    color: var(--dp-primary);
}
@media (max-width: 768px) {
    :root {
        --mobile-bar-offset: calc(4.25rem + env(safe-area-inset-bottom, 0px));
    }
    .mobile-bar { display: flex; }
    body { padding-bottom: 0; }
    .site-footer {
        padding-bottom: var(--mobile-bar-offset);
    }
    .float-sidebar { display: none; }
    body:not(.page-home) .hero-slide { min-height: 440px; }
}

.page-header {
    position: relative;
    background: var(--dp-primary-dark);
    color: #fff;
    padding: 2.75rem 0;
    overflow: hidden;
}
.page-header--banner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: var(--page-header-height-max, 360px);
    min-height: var(--page-header-height-max, 360px);
    padding: 0;
    background: var(--dp-primary-dark);
}
.page-header__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--page-header-banner);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-header__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    --_overlay: var(--page-header-overlay, 0.32);
    pointer-events: none;
    background:
        radial-gradient(ellipse 72% 88% at 18% 50%, rgba(10, 18, 28, calc(var(--_overlay) * 0.72)) 0%, rgba(10, 18, 28, calc(var(--_overlay) * 0.18)) 58%, transparent 100%),
        linear-gradient(90deg,
            rgba(10, 18, 28, calc(var(--_overlay) * 0.08)) 0%,
            rgba(10, 18, 28, calc(var(--_overlay) * 0.28)) 42%,
            rgba(10, 18, 28, calc(var(--_overlay) * 0.68)) 100%);
}
.page-header--align-center .page-header__overlay {
    background:
        radial-gradient(ellipse 78% 62% at 50% 46%, rgba(10, 18, 28, calc(var(--_overlay) * 0.62)) 0%, rgba(10, 18, 28, calc(var(--_overlay) * 0.12)) 62%, transparent 100%),
        linear-gradient(180deg,
            rgba(10, 18, 28, calc(var(--_overlay) * 0.58)) 0%,
            rgba(10, 18, 28, calc(var(--_overlay) * 0.1)) 44%,
            rgba(10, 18, 28, calc(var(--_overlay) * 0.58)) 100%);
}
.page-header--align-right .page-header__overlay {
    background:
        radial-gradient(ellipse 72% 88% at 82% 50%, rgba(10, 18, 28, calc(var(--_overlay) * 0.72)) 0%, rgba(10, 18, 28, calc(var(--_overlay) * 0.18)) 58%, transparent 100%),
        linear-gradient(270deg,
            rgba(10, 18, 28, calc(var(--_overlay) * 0.08)) 0%,
            rgba(10, 18, 28, calc(var(--_overlay) * 0.28)) 42%,
            rgba(10, 18, 28, calc(var(--_overlay) * 0.68)) 100%);
}
.page-header--textless .page-header__overlay {
    background: linear-gradient(180deg,
        rgba(10, 18, 28, calc(var(--_overlay) * 0.35)) 0%,
        rgba(10, 18, 28, calc(var(--_overlay) * 0.85)) 100%);
}
.page-header__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1.75rem 0 1.25rem;
    pointer-events: none;
}
.page-header__copy {
    max-width: min(720px, 92%);
    pointer-events: auto;
}
.page-header__content h1,
.page-header__content .page-header-sub,
.page-header__content .page-header__eyebrow {
    pointer-events: auto;
}
.page-header--align-center .page-header__content {
    align-items: center;
    text-align: center;
}
.page-header--align-center .page-header__copy {
    max-width: min(820px, 94%);
}
.page-header--align-right .page-header__content {
    align-items: flex-end;
    text-align: right;
}
.page-header--align-right .page-header__copy {
    max-width: min(640px, 58%);
}
.page-header--banner.page-header--align-left .page-header__content,
.page-header--banner:not(.page-header--align-center):not(.page-header--align-right) .page-header__content {
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5 + clamp(1.75rem, 5vw, 3.5rem));
}
.page-header--banner.page-header--align-right .page-header__content {
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5 + clamp(1.75rem, 5vw, 3.5rem));
}
.page-header--banner .page-header__eyebrow::before {
    content: '';
    display: inline-block;
    width: 1.75rem;
    height: 1px;
    background: currentColor;
    margin-right: 0.7rem;
    vertical-align: middle;
    opacity: 0.75;
}
.page-header--align-center .page-header__eyebrow::before,
.page-header--align-right .page-header__eyebrow::before {
    display: none;
}
.page-header--banner .page-header__content h1::after {
    content: '';
    display: block;
    width: 2.25rem;
    height: 2px;
    margin-top: 0.75rem;
    background: var(--page-header-eyebrow-color, var(--dp-highlight, #c9a962));
    opacity: 0.88;
}
.page-header--align-center .page-header__content h1::after {
    margin-left: auto;
    margin-right: auto;
}
.page-header--align-right .page-header__content h1::after {
    margin-left: auto;
}
.page-header--pos-top .page-header__content { justify-content: flex-start; padding-top: 2.25rem; }
.page-header--pos-bottom .page-header__content { justify-content: flex-end; padding-bottom: 1.75rem; }
.page-header--pos-center .page-header__content { justify-content: center; }
.page-header__crumb-bar {
    position: relative;
    z-index: 3;
    background: rgba(17, 26, 36, 0.55);
    backdrop-filter: blur(4px);
}
.page-header__crumb-bar .container {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}
.page-header__crumb-bar .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 0.8125rem;
}
.page-header--textless {
    min-height: var(--page-header-height-max, 360px);
    height: var(--page-header-height-max, 360px);
}
.page-header h1,
.page-header--banner .page-header__content h1 {
    color: var(--page-header-title-color, #fff);
}
.page-header__eyebrow {
    margin: 0 0 0.65rem;
    font-family: var(--dp-font-banner-sans);
    font-size: calc(clamp(0.6875rem, 1.35vw, 0.8125rem) * var(--page-header-title-scale, 1));
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    line-height: 1.45;
    color: var(--page-header-eyebrow-color, var(--dp-highlight, #c9a962));
    text-shadow: var(--page-header-eyebrow-shadow);
}
.page-header-sub {
    margin-top: calc(0.65rem * var(--page-header-title-scale, 1));
    opacity: 1;
    font-family: var(--dp-font-banner-sans);
    font-size: calc(clamp(0.875rem, 1.85vw, 1.0625rem) * var(--page-header-title-scale, 1));
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.65;
    color: var(--page-header-subtitle-color, rgba(255, 255, 255, 0.9));
}
.page-header--banner .page-header-sub {
    opacity: 1;
    text-shadow: var(--page-header-text-shadow);
}
.page-header--banner .page-header__content h1,
.page-header--banner .page-header-sub {
    text-shadow: var(--page-header-text-shadow);
}
.page-header--banner .page-header__eyebrow {
    text-shadow: var(--page-header-eyebrow-shadow);
}
.page-header h1 {
    font-family: var(--dp-font-display);
    font-weight: 600;
    margin: 0;
    font-size: calc(clamp(1.375rem, 3vw, 1.75rem) * var(--page-header-title-scale, 1));
    letter-spacing: 0.05em;
    text-shadow: var(--page-header-text-shadow);
}
.page-header--banner .page-header__content h1 {
    font-size: calc(clamp(1.875rem, 4.8vw, 2.875rem) * var(--page-header-title-scale, 1));
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.18;
    text-shadow: var(--page-header-text-shadow);
}
.page-header--banner .breadcrumb { margin: 0; }
.page-header--banner .breadcrumb-item a { color: rgba(255, 255, 255, 0.82); text-decoration: none; }
.page-header--banner .breadcrumb-item a:hover { color: #fff; }
.page-header--banner .breadcrumb-item.active { color: rgba(255, 255, 255, 0.62); }
.page-header--banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.42); }
.breadcrumb { margin: 0; }
.breadcrumb-item a { color: rgba(255, 255, 255, 0.75); text-decoration: none; }
.breadcrumb-item.active { color: rgba(255, 255, 255, 0.55); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.45); }

.quality-strip { background: linear-gradient(180deg, #fff 0%, var(--dp-gray) 100%); padding: 2.25rem 0; text-align: center; border-bottom: 1px solid #e8ecf0; }
.quality-strip h3 { font-weight: 800; color: var(--dp-primary); margin-bottom: .35rem; font-size: clamp(1.125rem, 4vw, 1.5rem); }
.quality-strip p { color: var(--dp-muted); margin: 0; font-size: .9375rem; }
.quality-strip .quality-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--dp-accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: .75rem; }

.strength-intro { text-align: center; margin-bottom: 2rem; }
.strength-intro h4 { font-weight: 800; font-size: clamp(1rem, 3vw, 1.25rem); color: var(--dp-dark); margin: 0; }
.strength-intro .dual-label { display: flex; justify-content: center; gap: 2rem; margin-top: .75rem; font-weight: 700; color: var(--dp-primary); font-size: 1.0625rem; }
.strength-en { display: block; font-size: .75rem; font-weight: 500; color: var(--dp-muted); text-transform: uppercase; letter-spacing: .04em; margin-top: .15rem; }

.product-highlights { display: flex; gap: .75rem; overflow-x: auto; padding: .25rem 0 1rem; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.product-highlights::-webkit-scrollbar { height: 4px; }
.product-highlights::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }
.highlight-card { flex: 0 0 72%; max-width: 280px; scroll-snap-align: start; background: #fff; border-radius: var(--dp-radius); box-shadow: var(--dp-shadow); overflow: hidden; text-decoration: none; color: inherit; transition: transform .2s; }
.highlight-card:hover { transform: translateY(-3px); color: inherit; }
.highlight-card .highlight-img { aspect-ratio: 16/10; background: var(--dp-gray); overflow: hidden; }
.highlight-card .highlight-img img { width: 100%; height: 100%; object-fit: cover; }
.highlight-card .highlight-body { padding: .75rem .875rem; }
.highlight-card h6 { font-size: .875rem; font-weight: 700; margin: 0 0 .35rem; line-height: 1.35; }
.highlight-card .highlight-tags { font-size: .6875rem; color: var(--dp-accent); font-weight: 600; }
.highlight-card .highlight-tags span + span::before { content: ' · '; color: var(--dp-muted); }

.product-card .card-summary { font-size: .75rem; color: var(--dp-muted); margin: .25rem 0 0; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card .card-tags { margin-top: .35rem; }
.product-card .card-tags span { font-size: .6875rem; color: var(--dp-accent); font-weight: 600; }

/* 产品预览 */
.product-preview-banner {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 0.65rem 1rem;
    background: linear-gradient(90deg, #fff8e1 0%, #fff3cd 100%);
    border-bottom: 1px solid #ffc107;
    color: #856404;
    font-size: 0.875rem;
    text-align: center;
}

.product-preview-banner i {
    margin-right: 0.35rem;
}

/* 产品详情 */
.page-product-detail .product-detail-page {
    padding: 1rem 0 3rem;
    background: #fff;
}
.product-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem .5rem;
    margin-bottom: 1.25rem;
    font-size: .8125rem;
    color: #999;
}
.product-detail-breadcrumb .breadcrumb {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.product-detail-breadcrumb__label {
    color: #999;
    white-space: nowrap;
}
.page-product-detail .breadcrumb-item + .breadcrumb-item::before {
    color: #ccc;
}
.page-product-detail .breadcrumb-item a {
    color: #999;
    text-decoration: none;
}
.page-product-detail .breadcrumb-item a:hover {
    color: #333;
}
.page-product-detail .breadcrumb-item.active {
    color: #333;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
}
@media (min-width: 992px) {
    .product-detail-layout {
        grid-template-columns: 450px minmax(0, 1fr);
        gap: 2rem;
    }
}

.product-detail-gallery {
    width: 100%;
    max-width: 450px;
}
.product-detail-gallery__main {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 450px;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
}
.product-detail-gallery__stage {
    position: relative;
    width: 100%;
    height: 100%;
}
.product-detail-gallery__layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #fff;
    opacity: 0;
    transition: opacity 0.36s ease-in-out;
    will-change: opacity;
}
.product-detail-gallery__layer.is-visible {
    opacity: 1;
    z-index: 1;
}
.product-detail-gallery__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 3rem;
    background: #fafafa;
}
.product-detail-gallery__nav {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: .75rem;
    width: 100%;
    max-width: 450px;
}
.product-detail-gallery__arrow {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b8b8b8;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}
.product-detail-gallery__arrow:hover {
    color: #4aa3e0;
    transform: scale(1.08);
}
.product-detail-gallery__thumbs {
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    flex: 1;
    min-width: 0;
    padding-top: 14px;
}
.product-detail-gallery__thumbs::-webkit-scrollbar {
    display: none;
}
.product-detail-gallery__thumb {
    position: relative;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    padding: 0;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    overflow: visible;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.product-detail-gallery__thumb.is-active {
    border-color: #4aa3e0;
    box-shadow: 0 0 0 1px rgba(74, 163, 224, 0.2);
}
.product-detail-gallery__thumb.is-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    transform: translate(-50%, calc(-100% - 3px));
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #4aa3e0;
    transition: transform 0.22s ease, opacity 0.22s ease;
}
.product-detail-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-detail-layout__info {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.product-detail-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0.65rem 0 .65rem;
    color: #222;
}
@media (min-width: 992px) {
    .product-detail-title {
        margin-top: 0rem;
    }
}
.product-info-panel {
    background: #f5f5f5;
    border: 0;
    border-radius: 0;
    padding: 1.125rem 1.25rem;
    margin-bottom: 1rem;
}
.product-info-row {
    font-size: .9375rem;
    line-height: 2.35;
    color: #333;
}
.product-info-row__label,
.product-info-row__value {
    color: #333;
}

.product-size-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    font-size: .9375rem;
    line-height: 2;
    color: #333;
}
.product-size-row__main {
    flex: 1;
    min-width: 0;
}
.product-size-row__label {
    color: #333;
    white-space: nowrap;
}
.product-size-row__text {
    color: #333;
    word-break: break-word;
}
.product-size-row__chart {
    flex: 0 0 auto;
    color: #2b5ea8;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.8;
}
.product-size-row__chart:hover {
    color: #1a4080;
    text-decoration: underline;
}

.product-detail-cta {
    display: inline-block;
    align-self: flex-start;
    width: auto;
    min-width: 200px;
    max-width: 280px;
    padding: .8rem 2.25rem;
    background: #2b3595;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 4px;
    border: 0;
    line-height: 1.5;
}
.product-detail-cta:hover {
    background: #232d7a;
    color: #fff;
}

.product-detail-content {
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid #eee;
}
.product-detail-content__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: .5rem 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid #eee;
}
.product-detail-content__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    color: #222;
}
.product-detail-content__help {
    margin: 0;
    font-size: .875rem;
    color: #666;
}
.product-detail-content__help a {
    color: #2b5ea8;
    text-decoration: none;
}
.product-detail-content__help a:hover {
    text-decoration: underline;
}
.product-detail-content__body {
    padding: 0;
    background: transparent;
    border: 0;
}
.product-detail-content__body img {
    max-width: 100%;
    height: auto;
}
.product-detail-related {
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid #eee;
}
.product-detail-related__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #222;
}

@media (max-width: 991.98px) {
    .product-size-row {
        flex-direction: column;
        gap: .35rem;
    }
    .product-size-row__chart {
        align-self: flex-start;
    }
}
@media (max-width: 479.98px) {
    .product-detail-gallery__main {
        height: auto;
        aspect-ratio: 1 / 1;
    }
}
@media (max-width: 575.98px) {
    .product-detail-breadcrumb {
        font-size: .75rem;
    }
    .product-detail-title {
        font-size: 1.2rem;
    }
    .product-detail-content__head {
        flex-direction: column;
        align-items: flex-start;
    }
}

.industry-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; max-width: 900px; margin: 0 auto 1.5rem; }

.cert-tabs { border: none; justify-content: center; gap: .5rem; margin-bottom: 1.5rem; }
.cert-tabs .nav-link { border: 1px solid #e0e0e0; border-radius: 2rem; color: var(--dp-muted) !important; font-weight: 600; padding: .5rem 1.25rem !important; }
.cert-tabs .nav-link.active { background: var(--dp-primary); border-color: var(--dp-primary); color: #fff !important; }
.cert-note { text-align: center; color: var(--dp-muted); font-size: .875rem; margin-bottom: 1.25rem; }

.design-list, .service-list { list-style: none; padding: 0; margin: .75rem 0 0; }
.design-list li, .service-list li { position: relative; padding: .4rem 0 .4rem 1.25rem; font-size: .9375rem; color: var(--dp-muted); border-bottom: 1px dashed #eee; }
.design-list li::before, .service-list li::before { content: '✓'; position: absolute; left: 0; color: var(--dp-accent); font-weight: 700; }

.faq-item { border: none; border-radius: var(--dp-radius) !important; margin-bottom: .5rem; overflow: hidden; box-shadow: var(--dp-shadow); }
.faq-item .accordion-button { font-size: .9375rem; padding: 1rem 1.25rem; background: #fff; }
.faq-item .accordion-button:not(.collapsed) { background: var(--dp-primary); color: #fff; box-shadow: none; }
.faq-item .accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }

.footer-cta { background: rgba(255,255,255,.06); border-radius: var(--dp-radius); padding: 1.25rem; text-align: center; margin-bottom: 1.5rem; }
.footer-cta .footer-hotline { font-size: 1.5rem; font-weight: 800; color: var(--dp-accent); text-decoration: none; display: block; margin: .5rem 0; }
.footer-cta .footer-hotline:hover { color: #fff; }
.footer-service { font-size: .8125rem; color: #888; margin-top: .5rem; }

.quick-inquiry { position: fixed; bottom: 62px; left: 0; right: 0; z-index: 999; background: #fff; border-top: 1px solid #eee; padding: .5rem .75rem; display: none; box-shadow: 0 -2px 10px rgba(0,0,0,.06); }
.quick-inquiry form { display: flex; gap: .5rem; }
.quick-inquiry input { flex: 1; border: 1px solid #ddd; border-radius: 2rem; padding: .5rem 1rem; font-size: .875rem; }
.quick-inquiry button { border: none; background: var(--dp-accent); color: #fff; border-radius: 2rem; padding: .5rem 1.25rem; font-weight: 600; font-size: .875rem; white-space: nowrap; }

@media (max-width: 768px) {
    .cat-grid { grid-template-columns: repeat(3, 1fr); gap: .65rem; }
    .cat-item { padding: .875rem .5rem; }
    .cat-item .cat-icon { width: 44px; height: 44px; font-size: 1.2rem; margin-bottom: .5rem; }
    .cat-item span { font-size: .75rem; }
    .strength-block { padding: 1.25rem; }
    .section-head { margin-bottom: 1.75rem; }
}

.category-pill { display: inline-block; padding: .45rem 1rem; border-radius: 2rem; background: #fff; border: 1px solid #e0e0e0; color: var(--dp-text); text-decoration: none; margin: .2rem; font-size: .8125rem; transition: all .2s; }
.category-pill:hover, .category-pill.active { background: var(--dp-primary); border-color: var(--dp-primary); color: #fff; }

/* 产品子分类页 — 页头与横向导航 */
.product-category-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: var(--dp-subpage-banner-h);
    min-height: var(--dp-subpage-banner-h);
    background: linear-gradient(135deg, #1a2836 0%, #2d4a62 55%, #3d5f7c 100%);
    overflow: hidden;
}
.product-category-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-category-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(12, 22, 32, 0.72) 0%, rgba(12, 22, 32, 0.38) 48%, rgba(12, 22, 32, 0.18) 100%);
    pointer-events: none;
}
.product-category-hero--banner .product-category-hero__overlay {
    background: linear-gradient(105deg, rgba(10, 18, 28, 0.78) 0%, rgba(10, 18, 28, 0.42) 50%, rgba(10, 18, 28, 0.12) 100%);
}
.product-category-hero--textless {
    min-height: var(--dp-subpage-banner-h);
    height: var(--dp-subpage-banner-h);
}
.product-category-hero--textless .product-category-hero__overlay {
    background: linear-gradient(180deg, rgba(10, 18, 28, 0.1) 0%, rgba(10, 18, 28, 0.32) 100%);
}
.product-category-hero__content {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1.25rem 0 0.75rem;
    pointer-events: none;
}
.product-category-hero__copy {
    text-align: right;
    max-width: min(540px, 58%);
    pointer-events: auto;
}
.product-category-hero__title {
    margin: 0;
    font-family: var(--dp-font-display);
    font-size: calc(clamp(1.875rem, 4.8vw, 2.875rem) * var(--page-header-title-scale, 1));
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 1.18;
    text-shadow: var(--page-header-text-shadow);
}
.product-category-hero__subtitle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    margin: 0.85rem 0 0;
    padding: 0;
    font-family: var(--dp-font-banner-sans);
    font-size: clamp(0.875rem, 1.85vw, 1.0625rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.06em;
    text-shadow: var(--page-header-text-shadow);
}
.product-category-hero__subtitle::before {
    content: '';
    width: 2rem;
    height: 2px;
    background: var(--dp-highlight, #c9a962);
    flex-shrink: 0;
}
.product-category-hero__crumb-bar {
    background: rgba(17, 26, 36, 0.58);
    backdrop-filter: blur(4px);
}
.product-category-hero__crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.65rem;
    padding: 0.7rem 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.92);
}
.product-category-hero__crumb-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s;
}
.product-category-hero__crumb-home:hover {
    color: #fff;
}
.product-category-hero__crumb-label {
    white-space: nowrap;
    opacity: 0.85;
}
.product-category-hero__crumb .breadcrumb {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.product-category-hero__crumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}
.product-category-hero__crumb .breadcrumb-item a:hover {
    color: #fff;
}
.product-category-hero__crumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.65);
}
.product-category-hero__crumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
}

/* 二级栏目横向导航（产品分类 / 攻略分类等） */
.product-category-nav,
.subpage-secondary-nav {
    background: #fff;
    border-bottom: 1px solid var(--dp-line);
    box-shadow: 0 2px 12px rgba(21, 31, 42, 0.04);
}
.product-category-nav__list,
.subpage-secondary-nav__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0.55rem 0;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.subpage-secondary-nav__item {
    flex: 0 0 auto;
}
.subpage-secondary-nav__link,
.product-category-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    color: var(--dp-muted);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid transparent;
    transition: color 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.subpage-secondary-nav__link:hover,
.product-category-nav__link:hover {
    color: var(--dp-primary);
    background: var(--dp-gray);
}
.subpage-secondary-nav__link.is-active,
.product-category-nav__link.is-active {
    color: var(--dp-primary-dark);
    background: linear-gradient(180deg, #fff8eb 0%, #fff 100%);
    border-color: rgba(201, 169, 98, 0.32);
    box-shadow: 0 2px 10px rgba(201, 169, 98, 0.14);
}
.subpage-secondary-nav__icon {
    font-size: 1rem;
    line-height: 1;
    opacity: 0.85;
}
.subpage-secondary-nav__link.is-active .subpage-secondary-nav__icon {
    color: var(--dp-highlight);
    opacity: 1;
}

.product-category-nav__list::-webkit-scrollbar,
.subpage-secondary-nav__inner::-webkit-scrollbar {
    display: none;
}
.product-category-nav__item {
    flex-shrink: 0;
}

/* 产品筛选面板 — 简洁横向标签 */
.product-filter-panel-wrap {
    margin-top: 0.25rem;
    padding-bottom: 0.75rem;
}

.product-filter-panel {
    background: #fff;
    border: 1px solid var(--dp-line, #e8ecf0);
    border-radius: 10px;
    padding: 0.25rem 0;
    box-shadow: 0 1px 4px rgba(21, 31, 42, 0.04);
}
.product-filter-panel__toggle {
    display: none;
}

.product-filter-panel--standalone {
    margin-bottom: 0;
}

.page-product-list .product-filter-panel-wrap {
    margin-top: 0.25rem;
    padding-bottom: 0.75rem;
}

.page-product-list .product-list-body {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .page-product-list .product-list-body {
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }
}

.product-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1.5rem;
    padding: 0.7rem 1.25rem;
}

.product-filter-row:first-child {
    padding-top: 0.85rem;
}

.product-filter-row:last-child {
    padding-bottom: 0.85rem;
}

.product-filter-row + .product-filter-row {
    border-top: 1px solid #f1f5f9;
}

.product-filter-title {
    flex: 0 0 9.25rem;
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #5a6573;
    line-height: 1.4;
    text-align: right;
    letter-spacing: 0.01em;
}

.product-filter-title::after {
    content: '：';
    margin-left: 0.05em;
}

.product-filter-chips {
    flex: 1 1 14rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
}

.product-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2rem;
    padding: 0.34rem 0.82rem;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--dp-text, #475569);
    text-decoration: none;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    white-space: nowrap;
    transition: color 0.18s, border-color 0.18s, background 0.18s, box-shadow 0.18s;
}

.product-filter-chip--all:not(.is-active) {
    color: #64748b;
}

.product-filter-chip:hover {
    color: var(--dp-primary, #1c2b3a);
    border-color: #cbd5e1;
    background: #f8fafc;
}

.product-filter-chip.is-active {
    color: #6b5735;
    font-weight: 600;
    background: #faf6ed;
    border-color: rgba(201, 169, 98, 0.42);
    box-shadow: none;
}

.product-filter-chip.is-active:hover {
    color: #5c4a2e;
    background: #f5eedf;
    border-color: rgba(201, 169, 98, 0.55);
}

.product-filter-chip--color .product-filter-chip__swatch {
    flex-shrink: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--chip-color, #cbd5e1);
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.35);
}

.product-filter-chip.is-active .product-filter-chip__swatch {
    border-color: rgba(107, 87, 53, 0.28);
    box-shadow: none;
}

.product-filter-chip:focus-visible {
    outline: 2px solid rgba(28, 43, 58, 0.35);
    outline-offset: 2px;
}

@media (max-width: 767.98px) {
    .page-header--banner,
    .page-header--textless {
        height: var(--page-header-height-min, 220px);
        min-height: var(--page-header-height-min, 220px);
    }
    .product-category-hero {
        min-height: var(--page-header-height-min, 220px);
        height: var(--page-header-height-min, 220px);
    }
    .product-category-hero__content {
        justify-content: center;
        padding: 1rem 0 0.5rem;
    }
    .page-header__content {
        padding: 1.25rem 0 0.75rem;
    }
    .page-header--banner .page-header__content h1 {
        font-size: calc(clamp(1.625rem, 7vw, 2.125rem) * var(--page-header-title-scale, 1));
    }
    .page-header__eyebrow {
        letter-spacing: 0.16em;
    }
    .page-header--banner.page-header--align-left .page-header__content,
    .page-header--banner:not(.page-header--align-center):not(.page-header--align-right) .page-header__content {
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5 + 1.25rem);
    }
    .page-header--banner.page-header--align-right .page-header__content {
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5 + 1.25rem);
    }
    .page-header--align-center .page-header__copy,
    .page-header--align-right .page-header__copy {
        max-width: 100%;
    }
    .product-category-hero__copy {
        max-width: 100%;
        text-align: center;
    }
    .product-category-hero__subtitle {
        justify-content: center;
    }
    .product-filter-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        padding: 0.65rem 1rem;
    }
    .product-filter-row:first-child {
        padding-top: 0.75rem;
    }
    .product-filter-row:last-child {
        padding-bottom: 0.75rem;
    }
    .product-filter-title {
        flex: none;
        width: 100%;
        text-align: left;
    }
    .product-filter-title::after {
        content: none;
    }
    .product-filter-chip {
        min-height: 1.875rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.72rem;
    }
    .product-filter-panel__toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        width: 100%;
        margin: 0;
        padding: 0.75rem 1rem;
        border: none;
        background: transparent;
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--dp-primary-dark);
        cursor: pointer;
    }
    .product-filter-panel__toggle i {
        font-size: 0.875rem;
        transition: transform 0.22s ease;
    }
    .product-filter-panel.is-expanded .product-filter-panel__toggle i {
        transform: rotate(180deg);
    }
    .product-filter-panel:not(.is-expanded) .product-filter-panel__body {
        display: none;
    }
    .product-filter-panel.is-expanded .product-filter-panel__body {
        border-top: 1px solid #f1f5f9;
    }
}

.img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #e3f2fd, #bbdefb); color: var(--dp-primary); font-size: 2rem; }

.cert-scroll { display: flex; gap: 1rem; overflow-x: auto; padding-bottom: .5rem; }
.cert-item { flex: 0 0 160px; text-align: center; }
.cert-item .cert-img { width: 160px; height: 120px; background: var(--dp-gray); border-radius: var(--dp-radius); display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #eee; }
.cert-item .cert-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.cert-item small { display: block; margin-top: .5rem; font-size: .75rem; color: var(--dp-muted); }

.case-panel { display: none; }
.case-panel.active { display: block; }

.content img { max-width: 100%; height: auto; border-radius: var(--dp-radius); }
.content table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.content table td, .content table th { border: 1px solid #dee2e6; padding: .5rem .75rem; }
.content iframe { max-width: 100%; }

/* ---------- 客户案例 ---------- */
.case-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid var(--dp-line, rgba(28, 43, 58, 0.08));
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(15, 45, 90, 0.05);
    transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}
.case-card:hover {
    color: inherit;
    border-color: rgba(201, 169, 98, 0.42);
    box-shadow: 0 8px 24px rgba(21, 31, 42, 0.08);
    transform: translateY(-4px);
}
.case-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--dp-gray-alt, #f3f1ed);
}
.case-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.case-card:hover .case-card__media img {
    transform: scale(1.05);
}
.case-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #94a3b8;
    font-size: 2rem;
}
.case-card__body {
    padding: 1rem 1.05rem 1.1rem;
}
.case-card__title {
    margin: 0 0 0.35rem;
    font-family: var(--dp-font-display);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-card:hover .case-card__title {
    color: #6b5735;
}
.case-card__meta {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.4;
}

body.page-cases .page-header h1,
body.page-cases .page-header--banner .page-header__content h1 {
    font-size: calc(clamp(1.75rem, 4.2vw, 2.375rem) * var(--page-header-title-scale, 1));
    letter-spacing: 0.06em;
}
body.page-cases .page-header__eyebrow {
    font-size: calc(clamp(0.75rem, 1.7vw, 0.875rem) * var(--page-header-title-scale, 1));
}
body.page-cases .page-header-sub {
    font-size: calc(clamp(0.9375rem, 2vw, 1.0625rem) * var(--page-header-title-scale, 1));
}

.page-cases-list .cases-list-body {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}
.page-cases-list .case-card__title {
    font-size: 1.125rem;
}
.page-cases-list .cases-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #94a3b8;
    background: #fff;
    border-radius: 10px;
    border: 1px dashed #dce4ec;
}
.page-cases-list .cases-pagination {
    margin-top: 1.75rem;
    display: flex;
    justify-content: center;
}
.page-cases-list .cases-pagination .pagination {
    margin: 0;
}

/* —— 前台分页（定制攻略 / 案例 / 产品列表共用） —— */
.dp-pagination {
    width: 100%;
}
.dp-pagination__mobile {
    display: flex;
    justify-content: center;
}
.dp-pagination__desktop {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.dp-pagination__summary {
    margin: 0;
    font-size: 0.875rem;
    color: var(--dp-muted, #6e7681);
    letter-spacing: 0.02em;
}
.dp-pagination__num {
    font-weight: 700;
    color: var(--dp-primary-dark, #1c2b3a);
}
.dp-pagination__list {
    margin: 0;
    gap: 0.35rem;
    flex-wrap: wrap;
    justify-content: center;
}
.dp-pagination__list .page-item .page-link {
    min-width: 2.25rem;
    padding: 0.45rem 0.7rem;
    border-radius: 8px;
    border: 1px solid rgba(28, 43, 58, 0.1);
    color: var(--dp-primary-dark, #1c2b3a);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    background: #fff;
    box-shadow: 0 1px 2px rgba(28, 43, 58, 0.04);
    transition: color 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.dp-pagination__list .page-item .page-link:hover {
    color: var(--dp-primary, #2563eb);
    border-color: rgba(37, 99, 235, 0.28);
    background: rgba(37, 99, 235, 0.04);
}
.dp-pagination__list .page-item.active .page-link {
    color: #fff;
    background: var(--dp-primary-dark, #1c2b3a);
    border-color: var(--dp-primary-dark, #1c2b3a);
    box-shadow: 0 4px 12px rgba(28, 43, 58, 0.18);
}
.dp-pagination__list .page-item.disabled .page-link {
    color: #b8c0c8;
    background: #f6f8fa;
    border-color: rgba(28, 43, 58, 0.06);
    box-shadow: none;
}
.dp-pagination__list .page-item .page-link i {
    font-size: 0.8rem;
    line-height: 1;
}
@media (min-width: 576px) {
    .dp-pagination__mobile {
        display: none;
    }
    .dp-pagination__desktop {
        display: flex;
    }
}

.page-cases-detail .case-detail-subnav-wrap {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
}

.page-cases-detail .case-detail-breadcrumb {
    margin-bottom: 0;
}

.page-cases-detail .case-detail-breadcrumb .breadcrumb-item a {
    color: #999;
    text-decoration: none;
}

.page-cases-detail .case-detail-breadcrumb .breadcrumb-item a:hover {
    color: #333;
}

.page-cases-detail .case-detail-breadcrumb .breadcrumb-item.active {
    color: #333;
}

.page-cases-detail .case-detail-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #ccc;
}

.page-cases-list .case-list-subnav-wrap,
.page-cases-detail .case-detail-subnav-wrap {
    margin-top: 0.25rem;
}

.page-cases-list .case-list-subnav-wrap {
    padding-bottom: 0.75rem;
}

.case-industry-nav__chips .product-filter-chip__icon {
    font-size: 0.95rem;
    line-height: 1;
    opacity: 0.72;
    transition: opacity 0.18s ease, color 0.18s ease;
}

.case-industry-nav__chips .product-filter-chip.is-active .product-filter-chip__icon,
.case-industry-nav__chips .product-filter-chip:hover .product-filter-chip__icon {
    opacity: 1;
}

.case-industry-nav__chips .product-filter-chip.is-active .product-filter-chip__icon {
    color: #6b5735;
}

.page-cases-detail .case-detail__industry {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: #faf6ed;
    color: #6b5735;
    border: 1px solid rgba(201, 169, 98, 0.42);
    font-weight: 600;
    font-size: 0.8125rem;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-cases-detail .case-detail__industry:hover {
    background: #f5eed9;
    border-color: rgba(201, 169, 98, 0.55);
    color: #6b5735;
}

.page-cases-detail .case-detail-rich {
    padding-top: 1.25rem;
    padding-bottom: 3rem;
}

.page-cases-detail .case-detail {
    padding: 2rem 2.15rem;
}
.page-cases-detail .case-detail__head {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--dp-line, rgba(28, 43, 58, 0.08));
}
.page-cases-detail .case-detail__title {
    margin: 0 0 0.75rem;
    font-family: var(--dp-font-display);
    font-size: clamp(1.625rem, 3.8vw, 2.125rem);
    font-weight: 700;
    color: var(--dp-primary-dark, #111a24);
    line-height: 1.35;
    letter-spacing: 0.04em;
}
.page-cases-detail .case-detail__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    font-size: 0.9375rem;
    color: #64748b;
}
.page-cases-detail .case-detail__meta i {
    margin-right: 0.25rem;
}

.page-cases-detail .case-detail__cover {
    margin: 0 0 1.75rem;
    border-radius: 10px;
    overflow: hidden;
}
.page-cases-detail .case-detail__cover img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
}
.page-cases-detail .case-detail__content {
    font-size: 1rem;
    line-height: 1.85;
}
.page-cases-detail .case-detail__related {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--dp-line, rgba(28, 43, 58, 0.08));
}
.page-cases-detail .case-detail__related-title {
    margin: 0 0 1.25rem;
    font-family: var(--dp-font-display);
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--dp-primary-dark, #111a24);
    letter-spacing: 0.04em;
}

@media (max-width: 767.98px) {
    .page-cases-list .case-card__title {
        font-size: 1rem;
    }
    .page-cases-detail .case-detail {
        padding: 1.35rem 1.15rem;
    }
    .page-cases-detail .case-detail__title {
        font-size: clamp(1.375rem, 6vw, 1.625rem);
    }
}

/* ---------- 关于我们页 ---------- */
.about-page {
    background: var(--dp-gray);
    color: var(--dp-text);
    font-family: "Noto Sans SC", var(--dp-font-heiti);
    font-feature-settings: "kern" 1;
}

/* 统一区块标题 */
.about-sec__eyebrow {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #8a929c;
    margin-bottom: 0.5rem;
}
.about-sec__title {
    margin: 0;
    font-family: var(--dp-font-display);
    font-size: clamp(1.375rem, 2.2vw, 1.625rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--dp-primary-dark);
    line-height: 1.35;
}
.about-sec__title--lined {
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 0.85rem;
}
.about-sec__title--lined::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, var(--dp-highlight), rgba(201, 169, 98, 0.15));
    border-radius: 1px;
}
.about-sec__lead {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.85;
    color: var(--dp-muted);
    max-width: 28ch;
}
.about-sec__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}
.about-sec__mark::before,
.about-sec__mark::after {
    content: '';
    width: clamp(2rem, 6vw, 3.5rem);
    height: 1px;
    border-radius: 1px;
}
.about-sec__mark::before {
    background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.55));
}
.about-sec__mark::after {
    background: linear-gradient(90deg, rgba(201, 169, 98, 0.55), transparent);
}
.about-sec__mark-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dp-primary-dark), var(--dp-highlight));
    box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.12);
    flex-shrink: 0;
}
html:lang(en) .about-page .about-sec__title {
    letter-spacing: 0.04em;
}
html:lang(en) .about-page .about-sec__eyebrow {
    letter-spacing: 0.2em;
}

/* 1. 公司简介 */
.about-intro {
    position: relative;
    overflow: hidden;
    background: var(--dp-gray);
    border-bottom: 1px solid var(--dp-line);
}
.about-intro--has-bg {
    min-height: clamp(380px, 44vw, 500px);
}
.about-intro__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.about-intro__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--dp-gray-alt);
    background-image: var(--about-intro-bg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: 0.34;
    filter: saturate(0.82) blur(0.3px);
    transform: scale(1);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s;
}
.about-intro--bg-svg .about-intro__bg::before {
    background-size: min(58%, 640px);
    background-position: 96% center;
    opacity: 0.3;
}
.about-intro__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, var(--dp-gray) 0%, var(--dp-gray) 38%, rgba(249, 248, 246, 0.94) 52%, rgba(249, 248, 246, 0.45) 68%, rgba(249, 248, 246, 0.12) 82%, transparent 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, transparent 26%, transparent 76%, rgba(28, 43, 58, 0.03) 100%);
    pointer-events: none;
}
.about-intro--has-bg:hover .about-intro__bg::before {
    transform: scale(1.015);
    opacity: 0.38;
}
.about-intro .container.about-intro__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 40%);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: center;
    min-height: inherit;
    max-width: 980px;
    position: relative;
    z-index: 1;
}
.about-intro__head {
    margin-bottom: 1.25rem;
    text-align: left;
}
.about-intro .about-sec__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.28em;
    margin-bottom: 0.6rem;
}
.about-intro .about-sec__title,
.about-values .about-sec__title,
.about-wheel__head .about-sec__title {
    font-size: clamp(1.625rem, 3vw, 2.125rem);
    letter-spacing: 0.1em;
}
.about-intro .about-sec__title {
    margin-bottom: 0;
}
.about-intro .about-sec__title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: 0.75rem 0 0;
    background: linear-gradient(90deg, var(--dp-highlight), rgba(201, 169, 98, 0.15));
    border-radius: 1px;
}
.about-intro__body-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 5vw, 3.5rem) 0;
    position: relative;
    z-index: 2;
}
.about-intro__visual-col {
    min-height: clamp(260px, 36vw, 420px);
    position: relative;
}
.about-intro__visual-col::before {
    content: '';
    position: absolute;
    inset: clamp(0.75rem, 2vw, 1.25rem);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(28, 43, 58, 0.05);
    pointer-events: none;
}
.about-intro__visual-col::after {
    content: '';
    position: absolute;
    left: clamp(0.75rem, 2vw, 1.25rem);
    top: clamp(0.75rem, 2vw, 1.25rem);
    width: 32px;
    height: 32px;
    border-top: 2px solid rgba(201, 169, 98, 0.55);
    border-left: 2px solid rgba(201, 169, 98, 0.55);
    pointer-events: none;
}
.about-intro__prose {
    max-width: 36rem;
    font-size: clamp(1.0625rem, 1.9vw, 1.1875rem);
    line-height: 1.92;
    color: var(--dp-muted);
    letter-spacing: 0.02em;
}
.about-intro__prose p {
    margin: 0 0 0.95rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
.about-intro__prose p:first-of-type {
    font-family: var(--dp-font-display);
    font-size: clamp(1.0625rem, 1.85vw, 1.1875rem);
    color: var(--dp-primary-dark);
    letter-spacing: 0.03em;
}
html:lang(en) .about-intro__prose p {
    text-align: left;
    text-justify: auto;
    letter-spacing: 0;
}
.about-intro__prose > :first-child { margin-top: 0; }
.about-intro__prose > :last-child { margin-bottom: 0; }
.about-intro__prose strong {
    color: var(--dp-primary-dark);
    font-weight: 600;
}
.about-intro__prose.content h3,
.about-intro__prose.content h4 {
    font-family: var(--dp-font-display);
    font-size: clamp(1.0625rem, 1.7vw, 1.1875rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--dp-primary-dark);
    margin: 1.15rem 0 0.55rem;
    text-align: left;
}
.about-intro__prose--fallback {
    margin: 0;
    font-family: var(--dp-font-display);
    color: var(--dp-primary-dark);
    letter-spacing: 0.03em;
    text-align: left;
}

/* 2. 企业价值观 */
.about-values {
    padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(3.25rem, 6.5vw, 5rem);
    background:
        radial-gradient(ellipse 80% 60% at 12% 0%, rgba(201, 169, 98, 0.07) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 88% 100%, rgba(74, 109, 138, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, var(--dp-gray) 0%, #fff 100%);
    position: relative;
    overflow: hidden;
}
.about-values::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(28, 43, 58, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(28, 43, 58, 0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
    pointer-events: none;
}
.about-values .container {
    max-width: 980px;
    position: relative;
    z-index: 1;
}
.about-values__head {
    max-width: 640px;
    margin: 0 auto clamp(2rem, 4vw, 2.75rem);
    text-align: center;
}
.about-values .about-sec__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.28em;
    margin-bottom: 0.6rem;
}
.about-values .about-sec__title {
    margin-bottom: 0.85rem;
}
.about-values .about-sec__title::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    margin: 0.85rem auto 0;
    background: linear-gradient(90deg, transparent, var(--dp-highlight), transparent);
    border-radius: 1px;
}
.about-values .about-sec__lead {
    font-size: clamp(1rem, 1.7vw, 1.125rem);
    line-height: 1.9;
    max-width: 38ch;
    margin: 0 auto;
    color: var(--dp-muted);
}
.about-values__panel {
    position: relative;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    border-radius: 20px;
    border: 1px solid rgba(28, 43, 58, 0.07);
    background: rgba(255, 255, 255, 0.72);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 20px 50px rgba(21, 31, 42, 0.06);
    backdrop-filter: blur(8px);
}
.about-values__panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(280px, 60%);
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, transparent, var(--dp-highlight), transparent);
    opacity: 0.85;
}
.about-values__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.6vw, 1rem);
}
.about-values__card {
    position: relative;
    min-height: 9.5rem;
    padding: clamp(1.35rem, 2.4vw, 1.75rem) clamp(1.25rem, 2.2vw, 1.65rem);
    background: #fff;
    border: 1px solid rgba(28, 43, 58, 0.07);
    border-radius: 16px;
    overflow: hidden;
    transition:
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.35s;
}
.about-values__card::before {
    content: attr(data-index);
    position: absolute;
    right: 0.75rem;
    top: 0.35rem;
    font-family: var(--dp-font-display);
    font-size: clamp(3.25rem, 7vw, 4.75rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--dp-primary-dark);
    opacity: 0.045;
    pointer-events: none;
    user-select: none;
}
.about-values__card::after {
    content: '';
    position: absolute;
    left: 1.35rem;
    top: 0;
    width: 28px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(90deg, var(--dp-highlight), rgba(201, 169, 98, 0.35));
    opacity: 0;
    transition: opacity 0.35s, width 0.35s;
}
.about-values__card:nth-child(even) {
    background: linear-gradient(155deg, #fff 0%, var(--dp-gray-alt) 100%);
}
.about-values__card:nth-child(1) {
    border-top-color: rgba(201, 169, 98, 0.35);
}
.about-values__card:nth-child(3) {
    border-top-color: rgba(74, 109, 138, 0.22);
}
.about-values__card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 169, 98, 0.28);
    box-shadow: 0 12px 32px rgba(21, 31, 42, 0.09);
}
.about-values__card:hover::after {
    opacity: 1;
    width: 40px;
}
.about-values__card:hover::before {
    opacity: 0.07;
    color: var(--dp-highlight);
}
.about-values__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    padding: 0.2rem 0.45rem;
    margin-bottom: 0.85rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    font-variant-numeric: tabular-nums;
    color: var(--dp-highlight);
    background: rgba(201, 169, 98, 0.1);
    border: 1px solid rgba(201, 169, 98, 0.22);
    border-radius: 999px;
}
.about-values__card-body {
    position: relative;
    z-index: 1;
    max-width: 88%;
}
.about-values__name {
    margin: 0 0 0.55rem;
    font-family: var(--dp-font-display);
    font-size: clamp(1.0625rem, 1.7vw, 1.25rem);
    font-weight: 700;
    color: var(--dp-primary-dark);
    letter-spacing: 0.05em;
    line-height: 1.45;
}
.about-values__desc {
    margin: 0;
    font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
    line-height: 1.78;
    color: var(--dp-muted);
    letter-spacing: 0.01em;
}

/* 3. 企业理念大转盘 */
.about-wheel-section {
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
    background:
        radial-gradient(ellipse 90% 70% at 50% 105%, rgba(201, 169, 98, 0.05) 0%, transparent 58%),
        linear-gradient(180deg, var(--dp-gray) 0%, #ece8e2 100%);
    position: relative;
    overflow: hidden;
}
.about-wheel-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(28, 43, 58, 0.025) 0%, transparent 42%),
        radial-gradient(circle at 82% 18%, rgba(201, 169, 98, 0.035) 0%, transparent 38%);
    pointer-events: none;
}
.about-wheel-section::after {
    content: '';
    position: absolute;
    bottom: -140px;
    left: 50%;
    transform: translateX(-50%);
    width: min(520px, 78vw);
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(28, 43, 58, 0.045) 0%, transparent 72%);
    pointer-events: none;
}
.about-wheel-section .container {
    max-width: 980px;
}
.about-wheel__head {
    max-width: 640px;
    margin: 0 auto 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}
.about-wheel__head .about-sec__eyebrow {
    margin-bottom: 0.45rem;
}
.about-wheel-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.75rem, 4vw, 2.5rem);
    align-items: center;
    margin: 0 auto;
}
.about-wheel-brand {
    order: -1;
    text-align: left;
    min-width: 0;
    max-width: 28rem;
    position: relative;
    z-index: 1;
}
.about-wheel-brand__words {
    padding-left: 0.15rem;
}
.about-wheel-wrap {
    order: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: min(440px, 100%);
    margin-inline: auto;
}
.about-wheel-svg {
    width: min(420px, 100%);
    height: auto;
    display: block;
    position: relative;
    filter: drop-shadow(0 8px 24px rgba(28, 43, 58, 0.12));
}
.about-wheel-spin {
    transform-origin: 200px 200px;
    animation: aboutWheelRotate 50s linear infinite;
}
.about-wheel-wrap:hover .about-wheel-spin {
    animation-play-state: paused;
}
@keyframes aboutWheelRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.about-wheel-ring {
    fill: none;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 1.5;
    pointer-events: none;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.35));
}
.about-wheel-seg {
    cursor: default;
    outline: none;
}
.about-wheel-seg__path {
    stroke: rgba(255, 255, 255, 0.9);
    stroke-width: 1.5;
    filter: url(#aboutWheelSegGlow);
    transition: filter 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-wheel-seg:hover .about-wheel-seg__path,
.about-wheel-seg:focus-visible .about-wheel-seg__path {
    filter: url(#aboutWheelSegGlow) brightness(1.1);
}
.about-wheel-seg__text {
    text-anchor: middle;
    pointer-events: none;
    font-family: "Noto Sans SC", var(--dp-font-heiti);
}
.about-wheel-seg__num {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    opacity: 0.75;
}
.about-wheel-seg__label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
}
html:lang(en) .about-wheel-seg__label {
    font-size: 10.5px;
    letter-spacing: 0.02em;
}
.about-wheel-hub-group {
    pointer-events: none;
}
.about-wheel-hub__aura {
    pointer-events: none;
    opacity: 0.85;
}
.about-wheel-hub {
    fill: #fff;
    stroke: var(--dp-highlight);
    stroke-width: 1.5;
}
.about-wheel-hub__icon {
    pointer-events: none;
}
.about-wheel-brand__line {
    margin: 0;
    line-height: 0.95;
    color: var(--dp-primary-dark);
    font-family: "Noto Sans SC", var(--dp-font-heiti);
    font-weight: 200;
}
.about-wheel-brand__line--thin {
    font-size: clamp(1.35rem, 2.4vw, 1.95rem);
    letter-spacing: 0.22em;
}
.about-wheel-brand__line--wide {
    font-size: clamp(1.15rem, 2.1vw, 1.75rem);
    letter-spacing: 0.12em;
}
.about-wheel-brand__line--hero {
    font-size: clamp(2.15rem, 4.2vw, 3.15rem);
    font-weight: 200;
    letter-spacing: 0.09em;
    margin: 0.15rem 0;
}
.about-wheel-brand__script {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.25em;
    color: var(--dp-highlight);
    margin-right: -0.03em;
}
.about-wheel-brand__copy {
    margin-top: 1.5rem;
    padding: 1.25rem 1.35rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(28, 43, 58, 0.07);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(21, 31, 42, 0.05);
    backdrop-filter: blur(6px);
}
.about-wheel-brand__mission {
    margin: 0 0 1.5rem;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    line-height: 1.9;
    color: var(--dp-primary-dark);
    max-width: 34ch;
    letter-spacing: 0.02em;
    opacity: 0.82;
}
.about-wheel-brand__cta {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: var(--dp-primary-dark);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: background 0.25s, transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    box-shadow: 0 4px 14px rgba(21, 31, 42, 0.12);
}
.about-wheel-brand__cta:hover {
    background: var(--dp-primary);
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(201, 169, 98, 0.35);
    box-shadow: 0 10px 26px rgba(21, 31, 42, 0.18);
}
.about-wheel-brand__cta:active {
    transform: scale(0.98);
}

@keyframes aboutWheelSegIn {
    from { opacity: 0; transform: scale(0.94); }
    to { opacity: 1; transform: scale(1); }
}
.motion-reveal.is-visible .about-wheel-wrap .about-wheel-seg {
    animation: aboutWheelSegIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}
.motion-reveal.is-visible .about-wheel-wrap .about-wheel-seg:nth-child(2) { animation-delay: 0.04s; }
.motion-reveal.is-visible .about-wheel-wrap .about-wheel-seg:nth-child(3) { animation-delay: 0.08s; }
.motion-reveal.is-visible .about-wheel-wrap .about-wheel-seg:nth-child(4) { animation-delay: 0.12s; }
.motion-reveal.is-visible .about-wheel-wrap .about-wheel-seg:nth-child(5) { animation-delay: 0.16s; }
.motion-reveal.is-visible .about-wheel-wrap .about-wheel-seg:nth-child(6) { animation-delay: 0.20s; }
.motion-reveal.is-visible .about-wheel-wrap .about-wheel-seg:nth-child(7) { animation-delay: 0.24s; }
.motion-reveal.is-visible .about-wheel-wrap .about-wheel-seg:nth-child(8) { animation-delay: 0.28s; }
.motion-reveal.is-visible .about-wheel-wrap .about-wheel-seg:nth-child(9) { animation-delay: 0.32s; }

/* 通用单页正文 */
.page-rich {
    padding: 2.25rem 0 3rem;
    background: linear-gradient(180deg, var(--dp-gray) 0%, #fff 100%);
}
.page-rich__article {
    background: #fff;
    border: 1px solid var(--dp-line);
    padding: 2rem 2.15rem;
    font-size: 1rem;
    line-height: 1.85;
}

/* ---------- 关于我们 — 响应式 ---------- */
@media (max-width: 991.98px) {
    .about-intro--has-bg {
        min-height: 0;
    }
    .about-intro .container.about-intro__shell {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .about-intro__body-col {
        padding: 1.75rem 0 1.5rem;
    }
    .about-intro__visual-col {
        min-height: 220px;
        order: -1;
    }
    .about-intro__visual-col::before,
    .about-intro__visual-col::after {
        display: none;
    }
    .about-intro__bg::before {
        background-position: center 20%;
        background-size: cover;
        opacity: 0.28;
    }
    .about-intro--bg-svg .about-intro__bg::before {
        background-size: min(88%, 520px);
        background-position: center 15%;
    }
    .about-intro__bg::after {
        background:
            linear-gradient(180deg, rgba(249, 248, 246, 0.15) 0%, rgba(249, 248, 246, 0.72) 32%, var(--dp-gray) 52%, var(--dp-gray) 100%);
    }
    .about-values__head {
        margin-bottom: 1.75rem;
    }
    .about-values__panel {
        padding: 1rem;
        border-radius: 16px;
    }
    .about-values__grid {
        grid-template-columns: 1fr;
    }
    .about-values__card {
        min-height: 0;
    }
    .about-values__card-body {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .about-wheel-layout {
        grid-template-columns: minmax(220px, 0.85fr) minmax(300px, 1.15fr);
        gap: clamp(1.75rem, 3vw, 2.75rem);
    }
    .about-wheel-brand {
        order: 0;
        max-width: none;
    }
}
@media (max-width: 575.98px) {
    .about-values__grid {
        border-radius: 8px;
    }
    .about-wheel-seg__label {
        font-size: 11px;
    }
    .about-wheel-brand__line--thin {
        font-size: 1.35rem;
    }
    .about-wheel-brand__line--hero {
        font-size: 2.15rem;
    }
    .about-wheel-brand__line--wide {
        font-size: 1.15rem;
        letter-spacing: 0.08em;
    }
    .about-wheel-svg {
        width: min(380px, 100%);
    }
}

/* ---------- 联系我们页 ---------- */
.contact-page {
    position: relative;
    padding: 0 0 5.5rem;
    background:
        radial-gradient(ellipse 70% 45% at 8% 5%, rgba(90, 143, 126, 0.07) 0%, transparent 52%),
        radial-gradient(ellipse 55% 38% at 92% 12%, rgba(201, 169, 98, 0.06) 0%, transparent 48%),
        var(--dp-gray);
}
.contact-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(28, 43, 58, 0.045) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.contact-page__shell {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* —— 通用区块 —— */
.contact-block {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.contact-block--info {
    margin-top: 0;
    padding: 3.25rem 0 0.5rem;
    background: transparent;
    color: var(--dp-text);
    border: none;
    box-shadow: none;
    overflow: visible;
}
.contact-block--info::before {
    display: none;
}
.contact-info-panel {
    max-width: 52rem;
    margin: 0 auto;
    padding: 1.75rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(28, 43, 58, 0.06);
    box-shadow: var(--dp-shadow);
    backdrop-filter: blur(8px);
}
.contact-block--form {
    margin-top: 0;
    padding: 2.75rem 2.75rem 3rem;
    background: #fff;
    border: 1px solid rgba(28, 43, 58, 0.07);
    box-shadow: var(--dp-shadow);
}
.contact-block__index {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    font-family: var(--dp-font-display);
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
    user-select: none;
}
.contact-block__index--light {
    color: rgba(28, 43, 58, 0.04);
}
.contact-block__deco {
    position: absolute;
    pointer-events: none;
}
.contact-block__deco--tl {
    top: 1.5rem;
    left: 1.5rem;
    width: 32px;
    height: 32px;
    border-top: 1px solid rgba(201, 169, 98, 0.35);
    border-left: 1px solid rgba(201, 169, 98, 0.35);
}
.contact-block__deco--br {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 32px;
    height: 32px;
    border-bottom: 1px solid rgba(201, 169, 98, 0.25);
    border-right: 1px solid rgba(201, 169, 98, 0.25);
}
.contact-block__deco--form {
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at 100% 0%, rgba(201, 169, 98, 0.08) 0%, transparent 70%);
}
.contact-block__head {
    position: relative;
    z-index: 1;
    margin-bottom: 2.25rem;
}
.contact-block__head--center {
    text-align: center;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}
.contact-block__mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
}
.contact-block__mark--horiz {
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 0.35rem;
}
.contact-block__mark-line {
    display: block;
    width: 1px;
    height: 1.25rem;
    background: linear-gradient(180deg, rgba(90, 143, 126, 0.5), rgba(201, 169, 98, 0.35));
}
.contact-block__mark--horiz .contact-block__mark-line {
    width: 1.25rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(90, 143, 126, 0.5), rgba(201, 169, 98, 0.35));
}
.contact-block__mark-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--dp-highlight);
    box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.18);
}
.contact-block__head:not(.contact-block__head--center) {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.contact-block__eyebrow {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(201, 169, 98, 0.88);
    margin-bottom: 0.55rem;
}
.contact-block__eyebrow--dark {
    color: #8a929c;
}
.contact-block__title {
    margin: 0 0 0.65rem;
    font-family: var(--dp-font-display);
    font-size: clamp(1.375rem, 2.4vw, 1.625rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.35;
    position: relative;
    padding-bottom: 0.75rem;
}
.contact-block__head--center .contact-block__title--dark::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 44px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--dp-highlight), transparent);
    border-radius: 1px;
}
.contact-block__title--dark {
    color: var(--dp-primary-dark);
    padding-bottom: 0.7rem;
}
.contact-block__title--dark::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 2px;
    background: linear-gradient(90deg, var(--dp-highlight), rgba(201, 169, 98, 0.12));
    border-radius: 1px;
}
.contact-block__lead {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.68);
}
.contact-block__lead--dark {
    color: var(--dp-muted);
    max-width: 44ch;
}
.contact-block__head-copy {
    min-width: 0;
}

/* —— 联系方式卡片 —— */
.contact-cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}
.contact-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 1.25rem 1.15rem 1.15rem;
    border-radius: 12px;
    background: var(--dp-gray);
    border: 1px solid rgba(28, 43, 58, 0.06);
    text-decoration: none;
    color: inherit;
    transition: background 0.25s, border-color 0.25s, box-shadow 0.25s, transform 0.25s;
    min-height: 0;
}
.contact-card:hover {
    background: #fff;
    border-color: rgba(28, 43, 58, 0.1);
    box-shadow: 0 4px 16px rgba(17, 26, 36, 0.06);
    transform: translateY(-1px);
    color: inherit;
}
.contact-card--static {
    cursor: default;
}
.contact-card--static:hover {
    transform: none;
    background: var(--dp-gray);
    border-color: rgba(28, 43, 58, 0.06);
    box-shadow: none;
}
.contact-card--featured {
    background: #fff;
    border-color: rgba(201, 169, 98, 0.28);
    box-shadow: inset 3px 0 0 var(--dp-highlight);
}
.contact-card--featured:hover {
    background: #fff;
    border-color: rgba(201, 169, 98, 0.38);
    box-shadow: inset 3px 0 0 var(--dp-highlight), 0 4px 16px rgba(17, 26, 36, 0.06);
}
.contact-card--wechat {
    align-items: center;
    text-align: center;
}
.contact-card__icon {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(28, 43, 58, 0.06);
    color: var(--dp-primary);
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
}
.contact-card--featured .contact-card__icon {
    background: rgba(201, 169, 98, 0.14);
    color: #9a7d3a;
}
.contact-card__qr {
    width: 72px;
    height: 72px;
    padding: 4px;
    background: #fff;
    border: 1px solid rgba(28, 43, 58, 0.08);
    border-radius: 8px;
    margin-bottom: 0.35rem;
}
.contact-card__qr img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-card__label {
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--dp-muted);
}
.contact-card__value {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--dp-primary-dark);
    word-break: break-word;
}
a.contact-card__value:hover {
    color: var(--dp-primary);
}
.contact-card--featured .contact-card__value {
    font-family: var(--dp-font-display);
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    letter-spacing: 0.03em;
}
.contact-card__value--sm {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--dp-muted);
    line-height: 1.55;
}
.contact-card__hint {
    margin-top: auto;
    padding-top: 0.45rem;
    font-size: 0.6875rem;
    letter-spacing: 0.04em;
    color: #9a7d3a;
}
.contact-card__btn {
    margin-top: 0.5rem;
    padding: 0.42rem 0.85rem;
    border: 1px solid rgba(28, 43, 58, 0.12);
    border-radius: 999px;
    background: #fff;
    color: var(--dp-primary);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.contact-card__btn:hover {
    background: var(--dp-primary);
    border-color: var(--dp-primary);
    color: #fff;
}

/* —— 装饰分隔 —— */
.contact-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 2rem 0;
}
.contact-ornament__line {
    flex: 1;
    max-width: 5rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(28, 43, 58, 0.08), transparent);
}
.contact-ornament__dot {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--dp-highlight);
    opacity: 0.55;
    box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.12);
}

/* —— 留言表单 —— */
.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 1.35rem;
}
.contact-form__field--full {
    grid-column: 1 / -1;
}
.contact-form__label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--dp-primary);
}
.contact-form__label span {
    color: #c45c5c;
}
.contact-form__input {
    display: block;
    width: 100%;
    padding: 0.78rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--dp-text);
    background: var(--dp-gray);
    border: 1px solid rgba(28, 43, 58, 0.09);
    border-radius: 10px;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.contact-form__input::placeholder {
    color: #9aa3ad;
}
.contact-form__input:focus {
    outline: none;
    background: #fff;
    border-color: rgba(28, 43, 58, 0.22);
    box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.14);
}
.contact-form__input.is-invalid {
    border-color: #dc3545;
    box-shadow: none;
}
.contact-form__textarea {
    resize: vertical;
    min-height: 9.5rem;
}
.contact-form__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 0.5rem;
}
.contact-form__note {
    margin: 0;
    flex: 1;
    min-width: 12rem;
    font-size: 0.75rem;
    line-height: 1.55;
    color: var(--dp-muted);
}
.contact-form__submit {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.82rem 1.75rem;
    font-size: 0.9375rem;
    min-width: 10.5rem;
}
.contact-form__submit i {
    font-size: 1.35rem;
    line-height: 1;
    transition: transform 0.25s;
}
.contact-form__submit:hover i {
    transform: translateX(3px);
}

.contact-form.is-submitting .contact-form__submit,
.float-message-form.is-submitting .float-message-submit {
    opacity: 0.72;
    cursor: wait;
}

.contact-form__submit:disabled,
.float-message-submit:disabled {
    pointer-events: none;
}

/* —— 服务亮点 —— */
.contact-trust {
    list-style: none;
    margin: 2.5rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.contact-trust__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.15rem 1.25rem;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(28, 43, 58, 0.06);
    border-radius: 14px;
    backdrop-filter: blur(6px);
}
.contact-trust__icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(28, 43, 58, 0.08) 0%, rgba(90, 143, 126, 0.12) 100%);
    color: var(--dp-primary);
    font-size: 0.95rem;
}
.contact-trust__text {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--dp-primary-dark);
    line-height: 1.4;
}

html:lang(en) .contact-block__title,
html:lang(en) .contact-block__title--dark {
    letter-spacing: 0.04em;
}

@media (max-width: 991.98px) {
    .contact-block--info {
        padding: 2.5rem 0 0.25rem;
    }
    .contact-info-panel {
        padding: 1.35rem;
    }
    .contact-block--form {
        padding: 2.25rem 1.75rem 2rem;
    }
    .contact-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .contact-trust {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    .contact-ornament {
        padding: 1.75rem 0;
    }
}
@media (max-width: 575.98px) {
    .contact-page {
        padding-bottom: 3.5rem;
    }
    .contact-block--info,
    .contact-block--form {
        padding-left: 1.35rem;
        padding-right: 1.35rem;
    }
    .contact-cards {
        grid-template-columns: 1fr;
    }
    .contact-card {
        min-height: 0;
    }
    .contact-form__grid {
        grid-template-columns: 1fr;
    }
    .contact-form__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .contact-form__submit {
        width: 100%;
    }
    .contact-block__index {
        font-size: 2.5rem;
        top: 0.85rem;
        right: 1rem;
    }
    .contact-block__deco--tl,
    .contact-block__deco--br {
        width: 24px;
        height: 24px;
    }
}
/* Bootstrap 主题色 */
.btn-primary {
    --bs-btn-bg: var(--dp-primary);
    --bs-btn-border-color: var(--dp-primary);
    --bs-btn-hover-bg: var(--dp-accent-hover);
    --bs-btn-hover-border-color: var(--dp-accent-hover);
    --bs-btn-active-bg: var(--dp-primary-dark);
    --bs-btn-active-border-color: var(--dp-primary-dark);
}
.btn-outline-primary {
    --bs-btn-color: var(--dp-primary);
    --bs-btn-border-color: var(--dp-primary);
    --bs-btn-hover-bg: var(--dp-primary);
    --bs-btn-hover-border-color: var(--dp-primary);
}
a { color: var(--dp-primary); }
a:hover { color: var(--dp-accent-hover); }

/* 微信咨询弹窗 — 扁平居中 */
.wechat-modal-dialog {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.wechat-modal {
    border: 1px solid #e5e7eb;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}
.wechat-modal__header {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}
.wechat-modal__header .modal-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
}
.wechat-modal__header .btn-close {
    margin: 0;
    padding: 0.5rem;
    opacity: 0.45;
}
.wechat-modal__header .btn-close:hover {
    opacity: 0.75;
}
.wechat-modal__body {
    padding: 1.25rem 1rem 1.1rem;
    text-align: center;
    background: #fff;
}
.wechat-modal__qr {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.wechat-modal__qr img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}
.wechat-modal__qr-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #9ca3af;
    font-size: 3rem;
}
.wechat-modal__tip {
    margin: 1rem 0 0;
    padding: 0;
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.5;
    text-align: center;
}
