/* Minification failed. Returning unminified contents.
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,21): run-time error CSS1039: Token not allowed after unary operator: '-hero-slide-image-width'
(32,22): run-time error CSS1039: Token not allowed after unary operator: '-hero-slide-image-height'
(33,18): run-time error CSS1039: Token not allowed after unary operator: '-hero-slide-image-height'
(59,22): run-time error CSS1039: Token not allowed after unary operator: '-hero-slide-image-height'
(68,22): run-time error CSS1039: Token not allowed after unary operator: '-hero-slide-image-height'
(78,22): run-time error CSS1039: Token not allowed after unary operator: '-hero-slide-image-height'
(195,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xs'
(206,22): run-time error CSS1039: Token not allowed after unary operator: '-hero-slide-image-height'
(216,22): run-time error CSS1039: Token not allowed after unary operator: '-hero-slide-image-height'
(223,22): run-time error CSS1039: Token not allowed after unary operator: '-hero-slide-image-height'
(238,22): run-time error CSS1039: Token not allowed after unary operator: '-hero-slide-image-height'
(312,22): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(354,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xs'
(389,21): run-time error CSS1039: Token not allowed after unary operator: '-text-2xs'
(408,21): run-time error CSS1039: Token not allowed after unary operator: '-text-2xl'
(537,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xs'
(553,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xs'
(560,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xs'
(568,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xs'
(593,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xs'
(643,21): run-time error CSS1039: Token not allowed after unary operator: '-text-md'
(669,21): run-time error CSS1039: Token not allowed after unary operator: '-text-md'
(694,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xs'
(700,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xs'
(735,21): run-time error CSS1039: Token not allowed after unary operator: '-text-4xl'
(739,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xs'
(799,25): run-time error CSS1039: Token not allowed after unary operator: '-text-2xs'
(830,21): run-time error CSS1039: Token not allowed after unary operator: '-text-3xl'
(875,21): run-time error CSS1039: Token not allowed after unary operator: '-text-3xl'
(917,17): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(936,17): run-time error CSS1039: Token not allowed after unary operator: '-dark-color'
(966,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-color'
(967,21): run-time error CSS1039: Token not allowed after unary operator: '-text-md'
(968,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-normal'
(969,23): run-time error CSS1039: Token not allowed after unary operator: '-leading-normal'
(988,21): run-time error CSS1039: Token not allowed after unary operator: '-text-base'
(989,23): run-time error CSS1039: Token not allowed after unary operator: '-weight-semibold'
(992,46): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(992,80): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(1018,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-color'
(1043,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xs'
(1047,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1052,17): run-time error CSS1039: Token not allowed after unary operator: '-dark-color'
(1061,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1071,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-color'
(1076,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-color'
(1212,46): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1212,80): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(1250,21): run-time error CSS1039: Token not allowed after unary operator: '-text-xl'
(1320,17): run-time error CSS1039: Token not allowed after unary operator: '-pc-marquee-card-w'
 */
/* Homepage Panamich style extensions (alongside style.css / header.css) */

/** 首屏以下区块：推迟布局/绘制，文字与结构先可见 */
#solutions,
#features,
#products,
#support,
#news,
.home-custom-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 480px;
}

.hero--slides {
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #0d1b2a;
    /** 首屏轮播配图区设计稿尺寸（宽 × 高） */
    --hero-slide-image-width: 1920px;
    --hero-slide-image-height: 800px;
}

.hero--slides::before {
    display: none;
}

.hero-slides-viewport {
    position: relative;
    width: 100%;
    max-width: var(--hero-slide-image-width);
    min-height: var(--hero-slide-image-height);
    height: var(--hero-slide-image-height);
    margin-left: auto;
    margin-right: auto;
}

.hero--slides-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
    padding-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

.hero--slides-footer .hero-dots {
    pointer-events: auto;
}

.hero-slide {
    display: none;
    animation: homeHeroIn 0.45s ease;
}

.hero-slide.is-active {
    display: block;
    min-height: var(--hero-slide-image-height);
    height: 100%;
}

/** 轮播：整幅配图为底，角标 / 标题 / 副标题 / 按钮叠在图上（大字白色） */
.hero--slides .hero-content {
    max-width: none;
    min-width: 0;
    position: relative;
    min-height: var(--hero-slide-image-height);
    height: 100%;
    padding-bottom: 3.25rem;
}

.hero-slide-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: var(--hero-slide-image-height);
}

.hero-slide-media-wrap {
    min-width: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
}

/** 中心暗角：白字在中间时，亮/暗底图都能读 */
.hero-slide-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            ellipse 72% 58% at 50% 50%,
            rgba(0, 0, 0, 0.58) 0%,
            rgba(0, 0, 0, 0.28) 42%,
            rgba(0, 0, 0, 0.08) 58%,
            transparent 78%
        ),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 0%, transparent 22%, transparent 78%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
    z-index: 2;
}

/** 文案叠在图正中；磨砂衬底随底图变化仍可读 */
.hero-slide-copy {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: min(48rem, calc(100% - 1.5rem));
    max-width: calc(100% - 1.5rem);
    margin: 0;
    padding: clamp(1rem, 2.8vw, 1.65rem) clamp(1.15rem, 3.5vw, 2rem);
    text-align: center;
    pointer-events: none;
    background: rgba(15, 23, 42, 0.38);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-slide-copy .hero-kicker,
.hero-slide-copy h1,
.hero-slide-copy .hero-slide-subtitle,
.hero-slide-copy .hero-buttons {
    pointer-events: auto;
}

.hero-slide-copy .hero-kicker {
    margin-left: auto;
    margin-right: auto;
}

.hero-slide-copy h1 {
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    text-shadow:
        0 0 2px rgba(0, 0, 0, 0.95),
        0 1px 3px rgba(0, 0, 0, 0.9),
        0 4px 24px rgba(0, 0, 0, 0.65),
        0 0 40px rgba(0, 0, 0, 0.35);
}

@supports (-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.45)) {
    .hero-slide-copy h1 {
        -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.45);
    }
}

.hero-slide-copy h1 * {
    color: inherit;
}

.hero-slide-copy .hero-slide-subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.96);
    text-shadow:
        0 0 1px rgba(0, 0, 0, 0.9),
        0 1px 2px rgba(0, 0, 0, 0.75),
        0 4px 20px rgba(0, 0, 0, 0.45);
}

.hero-slide-copy .hero-slide-subtitle * {
    color: inherit;
}

.hero-slide-copy .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.35rem;
}

.hero-slide-media-admin-hint {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    z-index: 4;
    font-size: var(--text-xs);
    line-height: 1.35;
    color: rgba(248, 250, 252, 0.95);
    margin-bottom: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}

/** 配图铺满叠放区 */
.hero-slide-media {
    width: 100%;
    height: 100%;
    min-height: var(--hero-slide-image-height);
    border-radius: 0;
    overflow: hidden;
    border: none;
    background: #0d1b2a;
}

.hero-slide-media-empty {
    width: 100%;
    height: 100%;
    min-height: var(--hero-slide-image-height);
    background: linear-gradient(145deg, #1b263b 0%, #0d1b2a 100%);
}

.hero-slide-media img {
    width: 100%;
    height: 100%;
    min-height: var(--hero-slide-image-height);
    max-height: none;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: 0;
}

.hero-slide-subtitle {
    margin-top: 0.75rem;
}

.hero-slide-inner {
    position: relative;
    height: 100%;
    min-height: var(--hero-slide-image-height);
}

@media (max-width: 768px) {
    .hero-slide-copy {
        text-align: center;
        width: min(100%, calc(100% - 1.25rem));
        max-width: calc(100% - 1.25rem);
        left: 50%;
        transform: translate(-50%, -50%);
        padding-left: max(0.85rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.85rem, env(safe-area-inset-right, 0px));
    }

    .hero-slide-copy .hero-kicker,
    .hero-slide-copy h1,
    .hero-slide-copy .hero-slide-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-slide-copy .hero-buttons {
        justify-content: center;
    }

    .hero-slide-media img {
        object-position: center center;
    }
}

.hero-slide h1 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.2;
}

.hero-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(220, 20, 60, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-dots {
    display: flex;
    gap: 0.5rem;
    margin-top: 0;
    justify-content: center;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
}

.hero-dot {
    flex: 1;
    max-width: 4rem;
    height: 4px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease;
}

.hero-dot.is-active {
    background: var(--secondary-color);
}

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

.solutions {
    padding: 3.25rem 0 4rem;
    background: #ffffff;
    color: #121212;
    scroll-margin-top: 96px;
}

.solution-tabs-stack {
    margin-top: 0.25rem;
}

.solution-section-head {
    text-align: center;
    margin-bottom: 1.75rem;
}

.solution-section-head h2 {
    margin: 0;
    font-size: clamp(2rem, 4.2vw, 2.75rem);
    font-weight: 800;
    color: #000000;
    letter-spacing: 0.02em;
    line-height: 1.05;
    text-transform: uppercase;
}

.solution-section-head p {
    margin: 10px 0 0;
    font-size: var(--text-xs);
    letter-spacing: 0.12em;
    color: #9ca3af;
    text-transform: uppercase;
    font-weight: 600;
}

.solution-tabs-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 4px 8px;
    margin: 0 0 0;
    padding: 0 0 0;
    border-bottom: 1px solid #e5e7eb;
}

.solution-tab-btn {
    border: 0;
    background: transparent;
    color: #b8bec8;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 104px;
    max-width: 168px;
    min-height: 0;
    padding: 8px 12px 14px;
    margin-bottom: -1px;
    position: relative;
    border-radius: 0;
    font-size: var(--text-2xs);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    border-bottom: 4px solid transparent;
    transition: none;
}

.solution-tab-btn:hover {
    color: #8f96a3;
}

.solution-tab-btn:hover i {
    color: #aeb6c2;
}

.solution-tab-btn i {
    font-size: var(--text-2xl);
    color: #cfd4db;
    transition: none;
}

.solution-tab-btn .solution-tab-icon-html {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    line-height: 0;
}

.solution-tab-btn .solution-tab-icon-html img {
    max-height: 28px;
    max-width: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.solution-tab-btn:hover .solution-tab-icon-html img {
    opacity: 0.85;
}

.solution-tab-btn span {
    display: block;
    max-width: 100%;
}

.solution-tab-btn.is-active {
    color: #000000;
    border-bottom-color: #b10018;
}

.solution-tab-btn.is-active i {
    color: #c8102e;
}

.solution-tab-btn.is-active .solution-tab-icon-html img {
    opacity: 1;
}

.solution-tab-btn.is-active .solution-tab-icon-html {
    filter: none;
}

.solution-tab-panel {
    display: none;
    grid-template-columns: minmax(300px, 42%) minmax(340px, 58%);
    gap: 36px 40px;
    align-items: stretch;
    padding-top: 28px;
}

.solution-tab-panel.is-active { display: grid; }

.home-custom-section {
    padding: 2.4rem 0;
    background: #ffffff;
    color: #121212;
    border-top: 1px solid #eef2f7;
}

.home-custom-section--admin-disabled {
    opacity: 0.58;
    outline: 2px dashed #94a3b8;
    outline-offset: -2px;
}

.home-custom-section--wide .home-custom-section__shell {
    max-width: 1280px;
}

.home-custom-section--narrow .home-custom-section__shell {
    max-width: 42rem;
}

.home-custom-section--band {
    background: #f8fafc;
    border-top-color: #e2e8f0;
}

.home-custom-section--card {
    background: #eef2f7;
    border-top-color: #e2e8f0;
}

.home-custom-section--card .home-custom-section__shell {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem 1.5rem 2.25rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

@media (min-width: 768px) {
    .home-custom-section--card .home-custom-section__shell {
        padding: 2.25rem 2.5rem 2.5rem;
    }
}

.home-custom-section--html-only {
    padding: 0;
    border-top: 0;
    background: transparent;
}

.home-custom-section--html-only .home-custom-section-body {
    max-width: none;
    margin: 0;
}

.home-custom-section-admin-bar {
    margin-top: 0.75rem;
}

.home-custom-section h2 {
    margin: 0 0 0.7rem;
    font-size: clamp(1.6rem, 3.3vw, 2.2rem);
}

.home-custom-section-body {
    line-height: 1.7;
    color: #334155;
}

.home-custom-section-meta {
    margin-top: 0.85rem;
    font-size: var(--text-xs);
    color: #64748b;
}

/** SOLUTIONS：访客 CTA 在各 Tab 左栏 `.solution-panel-cta`；此处仅管理员编辑区 */
.solution-section-cta {
    margin-top: 1.5rem;
    text-align: left;
}

.solution-section-cta--admin {
    margin-top: 1.35rem;
}

.solution-cta-admin-hint {
    margin: 0 0 12px;
    font-size: var(--text-xs);
    line-height: 1.5;
    color: #64748b;
}

.solution-cta-link-edit {
    margin-top: 0.65rem;
    font-size: var(--text-xs);
    line-height: 1.45;
    color: #64748b;
    text-align: left;
    max-width: 48rem;
}

.solution-cta-link-edit code {
    font-size: var(--text-xs);
    background: #f1f5f9;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
}

.solution-section-cta--admin .solution-cta-edit-fields {
    text-align: left;
    max-width: 40rem;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
}

.solution-section-cta--admin .solution-cta-field {
    margin-bottom: 10px;
}

.solution-section-cta--admin .solution-cta-field:last-child {
    margin-bottom: 0;
}

.solution-section-cta--admin .solution-cta-field-label {
    display: block;
    font-size: var(--text-xs);
    font-weight: 600;
    color: #475569;
    margin-bottom: 4px;
}

.solution-section-cta--admin .solution-cta-field .rich-block {
    display: block;
    min-height: 1.5em;
    padding: 6px 8px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.solution-tab-panels {
    margin: 0;
    padding: 0;
}

.solution-tab-content {
    padding-top: 6px;
}

.solution-tab-content--stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
}

.solution-tab-content--stack .solution-body {
    flex: 1 1 auto;
}

.solution-panel-cta {
    margin-top: auto;
    padding-top: 2rem;
    width: 100%;
}

.solution-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 32px;
    border-radius: 8px;
    background: #8b0015;
    color: #fff !important;
    font-size: var(--text-md);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    transition: none;
}

.solution-cta-btn:hover {
    background: #750012;
    color: #fff !important;
    transform: none;
    box-shadow: none;
}

.solution-tab-content h3 {
    margin: 0 0 12px;
    font-size: clamp(1.28rem, 2.15vw, 1.65rem);
    line-height: 1.25;
    font-weight: 700;
    color: #000000;
}

.solution-body {
    color: #6b7280;
    font-size: var(--text-md);
    line-height: 1.65;
    margin-bottom: 0;
    max-width: 520px;
}

.solution-body img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.solution-tab-media-wrap {
    border-radius: 0;
    border: 0;
    background: #fff;
    padding: 0;
    position: relative;
}

.solution-media-admin-hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: var(--text-xs);
    color: #6b7280;
    margin-bottom: 8px;
}

.solution-media-admin-hint .solution-media-reset-btn {
    font-size: var(--text-xs);
    padding: 4px 8px;
}

.solution-tab-media {
    width: 100%;
    min-height: 380px;
    border-radius: 0;
    background: linear-gradient(145deg, rgba(252, 231, 243, 0.35), rgba(241, 245, 249, 0.9));
    overflow: hidden;
    border: 1px solid #e8ecf2;
    position: relative;
}

.solution-image-placeholder {
    width: 100%;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #94a3b8;
    position: relative;
    z-index: 1;
    background: repeating-linear-gradient(
        -36deg,
        rgba(252, 228, 236, 0.72),
        rgba(252, 228, 236, 0.72) 16px,
        rgba(226, 232, 240, 0.5) 16px,
        rgba(226, 232, 240, 0.5) 32px
    );
}

.solution-image-placeholder i {
    font-size: var(--text-4xl);
}

.solution-image-placeholder span {
    font-size: var(--text-xs);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.solution-image-placeholder i,
.solution-image-placeholder span {
    opacity: 0.4;
}

.solution-tab-media img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}

/* 配图右侧竖条 + 底部约 1/3 宽横条（设计稿） */
.solution-tab-media::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: #b10018;
    pointer-events: none;
    z-index: 2;
}

.solution-tab-media::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33.333%;
    min-width: 120px;
    height: 8px;
    background: #b10018;
    pointer-events: none;
    z-index: 2;
}

@media (max-width: 980px) {
    .solution-section-head h2 { font-size: clamp(1.75rem, 6vw, 2.25rem); }
    .solution-tabs-head {
        gap: 2px 4px;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    .solution-tab-btn {
        flex: 0 0 auto;
        min-width: 100px;
        max-width: 140px;
        font-size: var(--text-2xs);
        padding: 8px 10px 12px;
    }
    .solution-tab-panel { grid-template-columns: 1fr; align-items: start; gap: 24px; padding-top: 20px; }
    .solution-tab-content--stack { min-height: 0; }
    .solution-tab-content h3 { font-size: clamp(1.2rem, 4.5vw, 1.45rem); }
    .solution-panel-cta { padding-top: 1.35rem; }
    .solution-tab-media,
    .solution-image-placeholder { min-height: 280px; }
    .solution-tab-media img { min-height: 280px; }
    .solution-tab-media::after,
    .solution-tab-media::before { display: none; }
}

.tech-matrix {
    padding: 4.5rem 0;
    background: #060a10;
    color: #dfe3ea;
    scroll-margin-top: 96px;
}

.tech-matrix .head-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.tech-matrix h2 {
    font-size: var(--text-3xl);
    color: #fff;
}

.tech-matrix .lead {
    max-width: 520px;
    color: #9aa3b5;
    font-size: 0.95rem;
    line-height: 1.6;
}

.tech-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.6rem;
}

.tech-tags li {
    text-align: center;
    font-size: 0.82rem;
    font-weight: 500;
    padding: 0.65rem 0.4rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(13, 27, 42, 0.65);
    color: #e8eaef;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.tech-tags li:hover {
    border-color: rgba(220, 20, 60, 0.5);
    color: #ffb3c0;
}

.support-strip {
    padding: 4rem 0;
    background: linear-gradient(90deg, #0d1b2a 0%, #1b263b 100%);
    color: #e8eaef;
    scroll-margin-top: 96px;
}

.support-strip h2 {
    font-size: var(--text-3xl);
    color: #fff;
    margin-bottom: 0.5rem;
}

.support-strip .lead {
    max-width: 720px;
    color: #b8c5d6;
    margin-bottom: 2rem;
    line-height: 1.65;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.support-card {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}

.support-card h3 {
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.support-card p {
    color: #b8c5d6;
    font-size: 0.92rem;
    line-height: 1.55;
}

.support-card a {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: none;
}

.support-card a:hover {
    text-decoration: underline;
}

.home-news {
    padding: 4rem 0;
    background: #f8f9fa;
    scroll-margin-top: 96px;
}

.home-news-header {
    margin-bottom: 1.75rem;
}

.home-news h2 {
    color: var(--dark-color);
    margin: 0 0 0.75rem;
    text-align: center;
}

.home-news-intro-row {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.35rem 0;
}

.home-news-intro-lead {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(48rem, calc(100% - 10.5rem));
    max-width: calc(100% - 10.5rem);
    box-sizing: border-box;
    padding: 0 0.75rem;
    text-align: center;
    pointer-events: none;
}

.home-news-intro-lead .home-news-lead,
.home-news-intro-lead.subtitle.home-news-lead {
    color: var(--gray-color);
    font-size: var(--text-md);
    font-weight: var(--weight-normal);
    line-height: var(--leading-normal);
    margin: 0 !important;
    max-width: none !important;
    width: 100%;
    text-align: center;
    pointer-events: auto;
}

.home-news-intro-action {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

.home-news-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    font-size: var(--text-base);
    font-weight: var(--weight-semibold);
    letter-spacing: 0.02em;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color, #8b0000) 0%, var(--secondary-color, #dc143c) 100%);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(139, 0, 0, 0.25);
    transition: none;
    white-space: nowrap;
}

.home-news-more-btn:hover {
    color: #ffffff;
    text-decoration: none;
    transform: none;
    box-shadow: 0 2px 8px rgba(139, 0, 0, 0.25);
    filter: none;
}

.news-row-main {
    flex: 1 1 12rem;
    min-width: 0;
}

.news-excerpt {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--gray-color);
}

.news-table {
    border: 1px solid #e3e6ea;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.news-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eef0f3;
}

.news-row:last-child {
    border-bottom: none;
}

.news-type {
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.news-title {
    font-weight: 600;
    color: var(--dark-color);
}

.news-title a {
    color: inherit;
    text-decoration: none;
}

.news-title a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.news-row--link:hover {
    background: #f3f4f6;
}

.news-date {
    font-size: 0.9rem;
    color: var(--gray-color);
}

.article-detail-meta {
    font-size: 0.9rem;
    color: var(--gray-color);
    margin-bottom: 0.75rem;
}

.article-detail-sep {
    margin: 0 0.35rem;
    opacity: 0.7;
}

.article-detail-body {
    margin-top: 1.25rem;
    line-height: 1.65;
}

#products,
#solutions,
#support,
#news {
    scroll-margin-top: 96px;
}

/* --- Product Center（首页 · 设计稿：居中标题区 / 黑字 Tab + 激活深红粗下划线 / 四卡 / 灰蓝占位图 / 圆点分页） --- */
/*
  全幅纯白区块，与上一版块 `.features`（#f8f9fa）区分；不外画边框/阴影，避免「线、影」隔断感。
*/
main #products.products.product-center-section,
body #products.products.product-center-section {
    padding: clamp(3.5rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 5.75rem);
    background-color: #ffffff !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

#products.products .product-center-shell {
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
}

#products.products .product-center-tabs-wrap,
#products.products .product-center,
#products.products .product-center-carousel {
    background: transparent;
}

/*
  style.css 中全局 `header { box-shadow/sticky/... }` 会命中本版块的 <header class="product-center-header">，
  表现成标题区四周「卡片阴影」。在此全部重置为首屏内容区语义头，不参与顶栏 sticky。
*/
#products.products .product-center-header {
    background: transparent !important;
    color: inherit;
    padding: 0;
    margin: 0 0 clamp(1.75rem, 4vw, 2.35rem);
    text-align: center;
    position: static !important;
    top: auto !important;
    z-index: auto !important;
    box-shadow: none !important;
    border: none !important;
    outline: none;
}

#products.products .product-center-header .product-center-title {
    font-size: clamp(1.85rem, 3.6vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 0.75rem;
    text-align: center;
    line-height: 1.15;
}

/* 导语与「More Products」同一行：副标题相对整区水平居中（与主标题对齐），按钮在行尾靠右 */
#products.products .product-center-intro-row {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.35rem 0;
    gap: 0;
}

#products.products .product-center-intro-lead {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(48rem, calc(100% - 10.5rem));
    max-width: calc(100% - 10.5rem);
    box-sizing: border-box;
    padding: 0 0.75rem;
    text-align: center;
    pointer-events: none;
}

#products.products .product-center-intro-lead .product-center-lead,
#products.products .product-center-intro-lead.subtitle.product-center-lead {
    font-size: 1rem;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 !important;
    max-width: none !important;
    width: 100%;
    text-align: center;
    pointer-events: auto;
}

#products.products .product-center-intro-lead .rich-block {
    pointer-events: auto;
}

#products.products .product-center-intro-action {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    margin-left: 0;
}

/* 与全站 `.btn-primary` 同色：暗红→品牌红渐变底 + 白字 */
#products.products .product-center-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color, #8b0000) 0%, var(--secondary-color, #dc143c) 100%);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(139, 0, 0, 0.25);
    transition: none;
    white-space: nowrap;
}

#products.products .product-center-more-btn:hover {
    color: #ffffff;
    transform: none;
    box-shadow: 0 2px 8px rgba(139, 0, 0, 0.25);
    filter: none;
}

#products.products .product-center-tabs-wrap {
    border: none;
    box-shadow: none;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

#products.products .product-center-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 0.35rem clamp(1rem, 3vw, 2.25rem);
    padding: 0 0.25rem;
}

#products.products .product-center-tab {
    position: relative;
    background: none;
    border: none;
    padding: 0.65rem 0.2rem 0.95rem;
    margin: 0;
    cursor: pointer;
    font-size: var(--text-xl);
    font-weight: 700;
    color: #000000;
    line-height: 1.35;
    text-align: center;
    border-bottom: 4px solid transparent;
    transition: none;
    max-width: min(280px, 100%);
}

#products.products .product-center-tab:hover {
    color: #374151;
}

#products.products .product-center-tab.is-active {
    color: #b10018;
    font-weight: 800;
    border-bottom-color: #b10018;
}

#products.products .product-center-carousel {
    width: 100%;
}

/* 横向滚动：每屏一页（页内 4 卡栅格），触摸 / 滚轮 / 拖动滚动条均可 */
#products.products .product-center-viewport {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

#products.products .product-center-viewport::-webkit-scrollbar {
    height: 8px;
}

#products.products .product-center-viewport::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

#products.products .product-center-viewport::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 999px;
}

#products.products .product-center-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    align-items: stretch;
}

/* 单列（仅一页 4 卡）时每卡宽度与 JS 测量的 --pc-marquee-card-w 一致 */
#products.products .product-center-marquee-track .home-product-card {
    flex: 0 0 auto;
    width: var(--pc-marquee-card-w, min(276px, 24vw));
    max-width: min(276px, 90vw);
    min-width: 0;
}

/* 仅一页时用 CSS 匀速无缝横移（两段相同轨道克隆） */
#products.products .product-center-viewport.product-center-viewport--marquee {
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-snap-type: none;
    scrollbar-width: none;
}

#products.products .product-center-viewport.product-center-viewport--marquee::-webkit-scrollbar {
    display: none;
}

#products.products .product-center-slide.product-center-slide--marquee {
    display: block;
    min-height: 0;
}

#products.products .product-center-marquee-pan {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
    animation-name: pcMarqueePan;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}

#products.products .product-center-marquee-track {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: clamp(1rem, 2vw, 1.5rem);
    flex: 0 0 auto;
    padding-right: clamp(1rem, 2vw, 1.5rem);
}

@keyframes pcMarqueePan {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    #products.products .product-center-marquee-pan {
        animation: none !important;
        transform: none !important;
        will-change: auto;
    }
}

#products.products .product-center-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: #9ca3af;
    padding: 2rem 1rem;
}

#products.products .product-center-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    margin-top: clamp(1.5rem, 3vw, 2rem);
}

#products.products .product-center-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #d1d5db;
    cursor: pointer;
    transition: none;
}

#products.products .product-center-dot:hover {
    background: #9ca3af;
}

#products.products .product-center-dot.is-active {
    background: #b10018;
}

#products.products .home-product-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 6px 20px rgba(15, 23, 42, 0.04);
    transition: box-shadow 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#products.products .home-product-card--clickable:hover {
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08), 0 12px 28px rgba(15, 23, 42, 0.06);
}

#products.products .home-product-card-hit {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* 浅灰蓝底图区（设计稿） */
#products.products .home-product-card-media {
    background: #dfe6ee;
    min-height: 176px;
    display: block;
}

#products.products .home-product-card-media img {
    width: 100%;
    height: 176px;
    object-fit: cover;
    display: block;
}

/* 后台 product-details 新建产品：图区无灰蓝底 */
#products.products .home-product-card--plain-img .home-product-card-media {
    background: transparent;
}

#products.products .home-product-card--plain-img .home-product-card-media img {
    object-fit: contain;
    background: transparent;
}

/* 占位：顶部 Panel PC，中部「图片占位」 */
#products.products .home-product-card-placeholder {
    min-height: 176px;
    height: 100%;
    margin: 0;
    padding: 0.85rem 1rem 1rem;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: stretch;
    justify-items: center;
    color: #64748b;
}

#products.products .home-product-card-ph-title {
    display: block;
    justify-self: stretch;
    text-align: center;
    font-weight: 700;
    font-size: 0.9375rem;
    color: #475569;
    margin: 0;
    padding-top: 0.15rem;
}

#products.products .home-product-card-ph-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    color: #94a3b8;
    margin: 0;
    width: 100%;
}

#products.products .home-product-card-body {
    padding: 1.1rem 1.2rem 1.4rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #ffffff;
}

#products.products .home-product-card-body .home-product-card-model {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.35;
}

#products.products .home-product-card-specline {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #6b7280;
}

@media (max-width: 1100px) {
    #products.products .product-center-slide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .home-news h2 {
        font-size: 1.65rem;
    }

    .home-news-intro-lead {
        width: min(100%, calc(100% - 8.75rem));
        max-width: calc(100% - 8.75rem);
        padding: 0 0.35rem;
    }

    .home-news-intro-lead .home-news-lead {
        font-size: 0.9375rem;
    }

    .home-news-more-btn {
        padding: 0.45rem 0.85rem;
        font-size: 0.875rem;
    }

    #products.products .product-center-header .product-center-title {
        font-size: 1.65rem;
    }

    #products.products .product-center-intro-lead {
        width: min(100%, calc(100% - 8.75rem));
        max-width: calc(100% - 8.75rem);
        padding: 0 0.35rem;
    }

    #products.products .product-center-intro-lead .product-center-lead {
        font-size: 0.9375rem;
    }

    #products.products .product-center-more-btn {
        padding: 0.45rem 0.85rem;
        font-size: 0.875rem;
    }

    #products.products .product-center-slide {
        grid-template-columns: 1fr;
    }

    #products.products .product-center-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 1.25rem;
        padding-bottom: 0.35rem;
        -webkit-overflow-scrolling: touch;
    }

    #products.products .product-center-tab {
        flex: 0 0 auto;
        max-width: none;
        white-space: nowrap;
    }
}

