/* ===== 欧下载官网 · 暮光橙主题 ===== */
:root {
    --c-brand: #ea580c;
    --c-brand-dark: #c2410c;
    --c-brand-light: #fb923c;
    --c-teal: #14b8a6;
    --c-teal-dark: #0d9488;
    --c-ink: #1c1917;
    --c-ink-soft: #44403c;
    --c-muted: #78716c;
    --c-paper: #fffbf7;
    --c-white: #ffffff;
    --c-line: rgba(28, 25, 23, 0.09);
    --c-line-strong: rgba(234, 88, 12, 0.22);
    --c-glass: rgba(255, 255, 255, 0.72);
    --shadow-xs: 0 1px 3px rgba(28, 25, 23, 0.05);
    --shadow-sm: 0 4px 14px rgba(28, 25, 23, 0.07);
    --shadow-md: 0 8px 28px rgba(28, 25, 23, 0.09);
    --radius: 12px;
    --radius-lg: 16px;
    --radius-pill: 999px;
    --card-pad: 1.2rem;
    --card-pad-lg: 1.35rem;
    --font: 'PingFang SC', 'Microsoft YaHei', system-ui, sans-serif;
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --section-y: clamp(2.75rem, 5vw, 4.25rem);
    --gap: clamp(0.875rem, 1.8vw, 1.25rem);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: var(--font);
    color: var(--c-ink);
    background: var(--c-paper);
    line-height: 1.65;
    overflow-x: hidden;
    margin: 0;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--c-brand); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--c-brand-dark); }

.z5569econtainer.container {
    max-width: 1140px;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
}

/* 栅格子项防撑破 */
.z5569ebento > *,
.z5569edl-grid > *,
.z5569eshield-grid > *,
.z5569etimeline > *,
.z5569efaq-list > *,
.z5569enews-grid > *,
.z5569estats-row > *,
.z5569ebadges > *,
.z5569echecklist > * {
    min-width: 0;
}

/* ===== 导航 ===== */
.z5569enavbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--c-glass);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--c-line);
    padding: 0.65rem 0;
}

.z5569enavbar-brand img { height: 40px; width: auto; }

.z5569enav-link {
    color: var(--c-ink) !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.45rem 0.75rem !important;
    border-radius: var(--radius-pill);
    transition: background 0.2s, color 0.2s;
}

.z5569enav-link:hover {
    color: var(--c-brand) !important;
    background: rgba(234, 88, 12, 0.08);
}

.navbar-toggler { border: none; box-shadow: none !important; }

@media (max-width: 991px) {
    .navbar-collapse {
        background: var(--c-white);
        border: 1px solid var(--c-line);
        border-radius: var(--radius);
        padding: 0.65rem;
        margin-top: 0.45rem;
        box-shadow: var(--shadow-md);
        max-height: min(70vh, 420px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .z5569enavbar .navbar-nav {
        width: 100%;
        gap: 0.15rem;
    }

    .z5569enav-link {
        width: 100%;
        padding: 0.6rem 0.75rem !important;
        font-size: 0.92rem;
    }
}

/* ===== 通用区块 ===== */
.z5569eeyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--c-brand);
    background: rgba(234, 88, 12, 0.1);
    border-radius: var(--radius-pill);
    margin-bottom: 0.85rem;
}

.z5569eheadline {
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--c-ink);
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
}

.z5569elead {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    color: var(--c-muted);
    margin: 0;
    max-width: 52ch;
    line-height: 1.7;
}

.z5569eheadline-center,
.z5569elead-center { text-align: center; margin-left: auto; margin-right: auto; }

.z5569eblock { padding: var(--section-y) 0; overflow: hidden; }
.z5569eblock--white { background: var(--c-white); }
.z5569eblock--warm { background: linear-gradient(180deg, #fff7ed 0%, var(--c-paper) 100%); }
.z5569eblock--dark {
    background: linear-gradient(145deg, #1c1917 0%, #292524 50%, #1c1917 100%);
    color: #fafaf9;
}

.z5569eblock-header {
    margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
    padding: 0 0.15rem;
}

/* ===== 英雄区 ===== */
.z5569ehero {
    position: relative;
    padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
    background:
        radial-gradient(ellipse 80% 60% at 90% 10%, rgba(20, 184, 166, 0.18), transparent),
        radial-gradient(ellipse 70% 50% at 0% 100%, rgba(234, 88, 12, 0.15), transparent),
        var(--c-paper);
    overflow: hidden;
}

.z5569ehero::after {
    content: '';
    position: absolute;
    inset: auto -20% -40% -20%;
    height: 50%;
    background: linear-gradient(180deg, transparent, rgba(234, 88, 12, 0.04));
    pointer-events: none;
}

.z5569ehero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap);
    align-items: center;
    position: relative;
    z-index: 1;
}

.z5569ehero-tag {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    max-width: 100%;
    padding: 0.35rem 0.85rem;
    background: var(--c-white);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-pill);
    font-size: 0.78rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--c-ink-soft);
    box-shadow: var(--shadow-xs);
    margin-bottom: 1rem;
}

.z5569ehero-tag i { color: var(--c-teal); }

.z5569ehero-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 1rem;
    letter-spacing: -0.03em;
    color: var(--c-ink);
}

.z5569ehero-title em {
    font-style: normal;
    background: linear-gradient(120deg, var(--c-brand), var(--c-teal));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.z5569ehero-desc {
    font-size: clamp(0.95rem, 2vw, 1.08rem);
    color: var(--c-muted);
    line-height: 1.75;
    margin-bottom: 1.75rem;
    max-width: 36rem;
    word-break: break-word;
}

.z5569ehero-copy { min-width: 0; }

.z5569ehero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.75rem;
}

.z5569ebtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.7rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--radius-pill);
    border: none;
    cursor: pointer;
    transition: transform 0.2s var(--ease), box-shadow 0.2s;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
}

.z5569ebtn:hover { transform: translateY(-2px); }

.z5569ebtn--brand {
    background: linear-gradient(135deg, var(--c-brand), var(--c-brand-dark));
    color: #fff;
    box-shadow: 0 4px 20px rgba(234, 88, 12, 0.35);
}

.z5569ebtn--brand:hover { color: #fff; box-shadow: 0 8px 28px rgba(234, 88, 12, 0.4); }

.z5569ebtn--teal {
    background: linear-gradient(135deg, var(--c-teal), var(--c-teal-dark));
    color: #fff;
    box-shadow: 0 4px 20px rgba(20, 184, 166, 0.3);
}

.z5569ebtn--teal:hover { color: #fff; }

.z5569ebtn--ghost {
    background: var(--c-white);
    color: var(--c-ink);
    border: 1px solid var(--c-line);
}

.z5569ebtn--ghost:hover { color: var(--c-brand); border-color: rgba(234, 88, 12, 0.3); }

.z5569ebtn--outline-light {
    background: transparent;
    color: #fafaf9;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.z5569ebtn--outline-light:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }

.z5569ehero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.z5569echip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--c-ink-soft);
    background: var(--c-white);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-pill);
}

.z5569echip i { color: var(--c-brand); font-size: 0.7rem; }

.z5569ehero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    overflow: hidden;
}

.z5569ehero-visual::before {
    content: '';
    position: absolute;
    width: 85%;
    aspect-ratio: 1;
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.12), rgba(20, 184, 166, 0.12));
    border-radius: 50%;
    filter: blur(40px);
}

.z5569ehero-img {
    position: relative;
    max-width: min(100%, 340px);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.z5569ehero-float {
    position: absolute;
    background: var(--c-white);
    border: 1px solid var(--c-line);
    border-radius: var(--radius);
    padding: 0.5rem 0.75rem;
    font-size: 0.72rem;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    animation: z5569efloat 4s ease-in-out infinite;
    max-width: calc(100% - 1rem);
    white-space: nowrap;
}

.z5569ehero-float--1 { top: 6%; right: 2%; animation-delay: 0s; }
.z5569ehero-float--2 { bottom: 10%; left: 2%; animation-delay: 1.5s; }

@keyframes z5569efloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* 滚动条 */
.z5569eticker {
    background: var(--c-ink);
    color: #d6d3d1;
    padding: 0.65rem 0;
    overflow: hidden;
}

.z5569eticker-track {
    display: flex;
    gap: 2.5rem;
    animation: z5569eticker 28s linear infinite;
    width: max-content;
}

.z5569eticker-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    white-space: nowrap;
}

.z5569eticker-item i { color: var(--c-brand-light); }

@keyframes z5569eticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Bento 交易生态 */
.z5569ebento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: var(--gap);
}

.z5569ebento-card {
    background: var(--c-white);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    padding: var(--card-pad-lg);
    transition: transform 0.25s var(--ease), box-shadow 0.25s, border-color 0.25s;
    overflow: hidden;
    min-width: 0;
    box-shadow: var(--shadow-xs);
}

.z5569ebento-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--c-line-strong);
}

.z5569ebento-card--span6 { grid-column: span 6; }
.z5569ebento-card--span4 { grid-column: span 4; }
.z5569ebento-card--span8 { grid-column: span 8; }
.z5569ebento-card--span12 { grid-column: span 12; }
.z5569ebento-card--accent {
    background: linear-gradient(135deg, #fff7ed, #fff);
    border-color: rgba(234, 88, 12, 0.15);
}

.z5569ebento-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 0.85rem;
    background: rgba(234, 88, 12, 0.1);
    color: var(--c-brand);
}

.z5569ebento-icon--teal { background: rgba(20, 184, 166, 0.12); color: var(--c-teal-dark); }

.z5569ebento-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.45rem;
    color: var(--c-ink);
    line-height: 1.35;
    word-break: break-word;
}

.z5569ebento-card p {
    font-size: 0.86rem;
    color: var(--c-muted);
    margin: 0;
    line-height: 1.6;
    word-break: break-word;
}

/* 品牌叙事 */
.z5569esplit {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.z5569eprose {
    background: var(--c-white);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    padding: var(--card-pad-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xs);
}

.z5569esplit > div:first-child { min-width: 0; }

.z5569eprose p {
    color: var(--c-muted);
    font-size: 0.95rem;
    margin: 0 0 1rem;
    line-height: 1.75;
}

.z5569eprose p:last-child { margin-bottom: 0; }

.z5569eprose strong { color: var(--c-ink); }

.z5569echecklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.z5569echeck-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.84rem;
    color: var(--c-ink-soft);
    padding: 0.6rem 0.75rem;
    background: var(--c-paper);
    border: 1px solid var(--c-line);
    border-radius: var(--radius);
    min-width: 0;
    line-height: 1.45;
    word-break: break-word;
}

.z5569echeck-item span { flex: 1; min-width: 0; }

.z5569echeck-item i { color: var(--c-teal); margin-top: 0.15rem; flex-shrink: 0; }

/* 数据背书 */
.z5569estats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.z5569estat-box {
    text-align: center;
    padding: clamp(0.9rem, 2vw, 1.25rem) 0.65rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(8px);
    min-width: 0;
}

.z5569estat-val {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.35rem;
    background: linear-gradient(90deg, #fff, var(--c-brand-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.z5569estat-lbl { font-size: 0.85rem; color: #a8a29e; }

/* 下载区 */
.z5569edl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
}

.z5569edl-card {
    background: var(--c-white);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    box-shadow: var(--shadow-xs);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.z5569edl-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--c-line-strong);
}

.z5569edl-top {
    padding: var(--card-pad);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid var(--c-line);
    background: linear-gradient(180deg, #fffbf7, #fff);
    min-width: 0;
}

.z5569edl-top > div:last-child {
    flex: 1;
    min-width: 0;
}

.z5569edl-top h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.15rem;
    line-height: 1.35;
    word-break: break-word;
}

.z5569edl-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    flex-shrink: 0;
}

.z5569edl-icon--ios { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.z5569edl-icon--android { background: linear-gradient(135deg, #22c55e, #15803d); }
.z5569edl-icon--win { background: linear-gradient(135deg, #0ea5e9, #0369a1); }

.z5569edl-top span { font-size: 0.76rem; color: var(--c-muted); }

.z5569edl-body {
    padding: var(--card-pad);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.z5569edl-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    flex: 1;
}

.z5569edl-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--c-muted);
    margin-bottom: 0.5rem;
}

.z5569edl-list li:last-child { margin-bottom: 0; }

.z5569edl-list li i { color: var(--c-teal); margin-top: 0.2rem; font-size: 0.75rem; flex-shrink: 0; }
.z5569edl-list li { word-break: break-word; }

.z5569edl-card .z5569ebtn { width: 100%; }

/* 时间线注册 */
.z5569etimeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
    position: relative;
}

.z5569etimeline::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, var(--c-brand), var(--c-teal));
    opacity: 0.25;
    z-index: 0;
}

.z5569etl-item {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 0.35rem;
    min-width: 0;
}

.z5569etl-item p {
    word-break: break-word;
    text-align: left;
    padding: 0 0.25rem;
}

.z5569etl-num {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--c-white);
    border: 2px solid var(--c-brand);
    color: var(--c-brand);
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
}

.z5569etl-item h4 { font-size: 0.92rem; margin: 0 0 0.4rem; font-weight: 700; }

/* 风控卡片 */
.z5569eshield-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.z5569eshield-card {
    background: var(--c-white);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    padding: var(--card-pad);
    text-align: center;
    overflow: hidden;
    min-width: 0;
    box-shadow: var(--shadow-xs);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.z5569eshield-card:hover {
    transform: translateY(-2px);
    border-color: rgba(20, 184, 166, 0.35);
    box-shadow: var(--shadow-sm);
}

.z5569eshield-list li {
    word-break: break-word;
}

.z5569eshield-ico {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.85rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--c-teal), var(--c-teal-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.z5569eshield-card h3 { font-size: 0.95rem; margin: 0 0 0.75rem; font-weight: 700; }

.z5569eshield-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.z5569eshield-list li {
    font-size: 0.8rem;
    color: var(--c-muted);
    padding: 0.3rem 0;
    border-bottom: 1px dashed var(--c-line);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.z5569eshield-list li:last-child { border-bottom: none; }
.z5569eshield-list li::before { content: '✓'; color: var(--c-teal); font-weight: 700; font-size: 0.7rem; }

.z5569ebadges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
    margin-top: 2rem;
}

.z5569ebadge-item {
    text-align: center;
    padding: 1.15rem;
    background: var(--c-paper);
    border-radius: var(--radius);
    border: 1px solid var(--c-line);
}

.z5569ebadge-item h4 { font-size: 0.9rem; margin: 0.5rem 0 0.25rem; font-weight: 700; }
.z5569ebadge-item p { font-size: 0.78rem; color: var(--c-muted); margin: 0; }

/* FAQ */
.z5569efaq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap);
    max-width: 960px;
    margin: 0 auto;
}

.z5569efaq-card {
    background: var(--c-white);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    padding: var(--card-pad) var(--card-pad-lg);
    overflow: hidden;
    min-width: 0;
    box-shadow: var(--shadow-xs);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.z5569efaq-card h3 { word-break: break-word; }
.z5569efaq-card p { word-break: break-word; }

.z5569efaq-card:hover { border-color: rgba(234, 88, 12, 0.25); }

.z5569efaq-card h3 {
    font-size: 0.92rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.4;
}

.z5569efaq-card h3 i { color: var(--c-brand); flex-shrink: 0; margin-top: 0.15rem; }
.z5569efaq-card p { font-size: 0.85rem; color: var(--c-muted); margin: 0; line-height: 1.65; }

/* 资讯 */
.z5569enews-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.z5569enews-head h2 { font-size: 1.5rem; font-weight: 800; margin: 0; }

.z5569enews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.z5569enews-card {
    background: var(--c-white);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.z5569enews-card {
    min-width: 0;
    box-shadow: var(--shadow-xs);
}

.z5569enews-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
    border-color: var(--c-line-strong);
}

.z5569ethumb-home { width: 100%; height: 130px; object-fit: cover; }

.z5569enews-body { padding: 0.9rem; }
.z5569enews-meta { font-size: 0.72rem; color: var(--c-muted); margin-bottom: 0.4rem; }

.z5569enews-card h3 {
    font-size: 0.88rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.z5569enews-card h3 a { color: var(--c-ink); }
.z5569enews-card h3 a:hover { color: var(--c-brand); }

/* 页脚 */
.z5569efooter {
    background: var(--c-ink);
    color: #d6d3d1;
    padding: clamp(2.5rem, 5vw, 3.5rem) 0 1.5rem;
}

.z5569efooter-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.z5569efooter p { font-size: 0.88rem; color: #a8a29e; line-height: 1.65; }

.z5569efooter h5 {
    color: #fafaf9;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.z5569efooter-links { list-style: none; padding: 0; margin: 0; }
.z5569efooter-links li { margin-bottom: 0.45rem; }
.z5569efooter-links a { color: #a8a29e; font-size: 0.85rem; }
.z5569efooter-links a:hover { color: var(--c-brand-light); }

.z5569efriend-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.z5569efriend-links a { color: #78716c; font-size: 0.82rem; }
.z5569efriend-links a:hover { color: var(--c-brand-light); }

.z5569efooter-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.25rem;
    text-align: center;
    font-size: 0.82rem;
    color: #78716c;
}

.z5569efooter-bar a { color: #a8a29e; }
.z5569efooter-bar a:hover { color: var(--c-brand-light); }

/* ===== 内页 ===== */
body.z5569einner-page { background: #f5f5f4; }

.z5569epage-banner {
    background: linear-gradient(120deg, var(--c-ink) 0%, #44403c 60%, var(--c-brand-dark) 100%);
    color: #fafaf9;
    padding: clamp(1.75rem, 4vw, 2.5rem) 0;
}

.z5569epage-banner h1 {
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    font-weight: 800;
    margin: 0 0 0.35rem;
}

.z5569epage-banner p { margin: 0; opacity: 0.85; font-size: 0.9rem; }

.z5569einner-wrap { padding: clamp(1.5rem, 4vw, 2.5rem) 0; }

.z5569epanel {
    background: var(--c-white);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xs);
    overflow: hidden;
}

.z5569epanel-body { padding: clamp(1rem, 2.5vw, 1.5rem); }

.z5569epanel-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid rgba(234, 88, 12, 0.15);
    color: var(--c-ink);
}

.z5569esidebar .z5569epanel { margin-bottom: 1rem; }

.z5569esidebar ul { list-style: none; padding: 0; margin: 0; }
.z5569esidebar li { margin-bottom: 0.4rem; }
.z5569esidebar a { color: var(--c-ink-soft); font-size: 0.9rem; }
.z5569esidebar a:hover { color: var(--c-brand); }

.z5569earticle-content { line-height: 1.85; font-size: 0.95rem; color: var(--c-ink-soft); }
.z5569earticle-content img { max-width: 100%; height: auto; border-radius: var(--radius); }

.z5569emeta-tags .z5569etagitem a {
    display: inline-block;
    padding: 0.2rem 0.7rem;
    background: rgba(234, 88, 12, 0.08);
    color: var(--c-brand);
    border-radius: var(--radius-pill);
    font-size: 0.8rem;
}

.z5569ethumb-cover { width: 100%; max-width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: var(--radius); }
.z5569ethumb-list { width: 100%; height: 84px; object-fit: cover; border-radius: var(--radius); }
.z5569ethumb-related { width: 100%; height: 84px; object-fit: cover; border-radius: var(--radius); }
.z5569ethumb-side { width: 72px; height: 54px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }

.listbox .e2 li { border-bottom: 1px solid var(--c-line) !important; }
.listbox .e2 li:last-child { border-bottom: none !important; }
.listbox .e2 a { color: var(--c-ink); font-weight: 600; }
.listbox .e2 a:hover { color: var(--c-brand); }

.pagebar .pagelist {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.pagebar .pagelist a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
    border: 1px solid var(--c-line);
    color: var(--c-ink-soft);
    font-size: 0.85rem;
}

.pagebar .pagelist a:hover,
.pagebar .pagelist .thisclass a {
    background: var(--c-brand);
    border-color: var(--c-brand);
    color: #fff !important;
}

/* ===== 响应式 ===== */
@media (max-width: 1199px) {
    .z5569ebento-card--span8 { grid-column: span 12; }
    .z5569ebento-card--span4 { grid-column: span 6; }
    .z5569enews-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
    :root {
        --card-pad: 1.1rem;
        --card-pad-lg: 1.15rem;
    }

    .z5569ehero-grid { grid-template-columns: 1fr; }
    .z5569ehero-visual { order: -1; margin-bottom: 0.5rem; }
    .z5569ehero-float { display: none; }
    .z5569ebento-card--span6,
    .z5569ebento-card--span4,
    .z5569ebento-card--span8 { grid-column: span 12; }
    .z5569esplit { grid-template-columns: 1fr; }
    .z5569echecklist { grid-template-columns: 1fr; }
    .z5569estats-row { grid-template-columns: repeat(2, 1fr); }
    .z5569edl-grid { grid-template-columns: 1fr; }
    .z5569etimeline { grid-template-columns: repeat(2, 1fr); }
    .z5569etimeline::before { display: none; }
    .z5569eshield-grid { grid-template-columns: repeat(2, 1fr); }
    .z5569enews-grid { grid-template-columns: repeat(2, 1fr); }
    .z5569efooter-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
    :root {
        --section-y: clamp(2.25rem, 5vw, 3rem);
        --gap: 0.875rem;
        --card-pad: 1rem;
        --card-pad-lg: 1.1rem;
    }

    .z5569econtainer.container {
        padding-left: max(0.875rem, env(safe-area-inset-left));
        padding-right: max(0.875rem, env(safe-area-inset-right));
    }

    /* 导航 */
    .z5569enavbar {
        padding: 0.5rem 0;
    }

    .z5569enavbar-brand img {
        height: 34px;
    }

    /* 英雄区 */
    .z5569ehero {
        padding: 1.75rem 0 2rem;
    }

    .z5569ehero-grid {
        gap: 1rem;
    }

    .z5569ehero-visual {
        margin-bottom: 0.25rem;
    }

    .z5569ehero-img {
        max-width: min(100%, 240px);
    }

    .z5569ehero-title {
        font-size: 1.65rem;
        line-height: 1.15;
    }

    .z5569ehero-title em {
        display: block;
        margin-top: 0.35rem;
        font-size: 0.92em;
    }

    .z5569ehero-desc {
        max-width: 100%;
        margin-bottom: 1.15rem;
        font-size: 0.92rem;
    }

    .z5569ehero-cta {
        flex-direction: column;
        gap: 0.55rem;
        margin-bottom: 1.25rem;
    }

    .z5569ehero-cta .z5569ebtn {
        width: 100%;
        padding: 0.75rem 1rem;
    }

    .z5569ehero-chips {
        gap: 0.4rem;
    }

    .z5569echip {
        font-size: 0.74rem;
        padding: 0.3rem 0.65rem;
    }

    /* 滚动条 */
    .z5569eticker {
        padding: 0.55rem 0;
    }

    /* 通用区块 */
    .z5569eblock-header {
        margin-bottom: 1.5rem;
    }

    .z5569eheadline {
        font-size: 1.4rem;
    }

    .z5569elead {
        font-size: 0.9rem;
        max-width: 100%;
    }

    .z5569eeyebrow {
        font-size: 0.68rem;
        padding: 0.28rem 0.7rem;
    }

    .z5569ebento-card--span4 {
        grid-column: span 12;
    }

    .z5569ebento-card {
        padding: var(--card-pad);
    }

    /* 品牌叙事 */
    .z5569esplit > div:first-child {
        text-align: center;
    }

    .z5569esplit > div:first-child .z5569elead {
        margin-left: auto;
        margin-right: auto;
    }

    .z5569eprose {
        padding: var(--card-pad-lg);
    }

    /* 数据背书 */
    .z5569estat-val {
        font-size: 1.55rem;
    }

    .z5569estat-lbl {
        font-size: 0.8rem;
    }

    /* 下载 */
    .z5569edl-top,
    .z5569edl-body {
        padding: var(--card-pad);
    }

    .z5569edl-top {
        flex-wrap: nowrap;
    }

    .z5569edl-icon {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }

    /* 时间线 */
    .z5569etimeline {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .z5569etl-item {
        text-align: left;
        display: grid;
        grid-template-columns: 48px 1fr;
        gap: 0.75rem 1rem;
        align-items: start;
        padding: 0;
    }

    .z5569etl-num {
        width: 48px;
        height: 48px;
        margin: 0;
        font-size: 1rem;
        grid-row: span 2;
    }

    .z5569etl-item h4 {
        margin-bottom: 0.25rem;
        grid-column: 2;
    }

    .z5569etl-item p {
        grid-column: 2;
        padding: 0;
        font-size: 0.84rem;
    }

    /* 风控 / FAQ / 资讯 */
    .z5569efaq-list {
        grid-template-columns: 1fr;
    }

    .z5569eshield-grid {
        grid-template-columns: 1fr;
    }

    .z5569ebadges {
        grid-template-columns: 1fr;
        margin-top: 1.5rem;
    }

    .z5569enews-grid {
        grid-template-columns: 1fr;
    }

    .z5569enews-head {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        margin-bottom: 1.25rem;
    }

    .z5569enews-head h2 {
        font-size: 1.3rem;
    }

    .z5569enews-head .z5569ebtn {
        width: 100%;
    }

    .z5569ethumb-home {
        height: 168px;
    }

    /* 页脚 */
    .z5569efooter {
        padding: 2rem 0 1.25rem;
    }

    .z5569efooter-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .z5569efooter-brand {
        display: inline-block !important;
    }

    .z5569efriend-links {
        justify-content: center;
    }

    .z5569efooter-bar {
        font-size: 0.78rem;
        line-height: 1.65;
        word-break: break-word;
    }

    .z5569efooter-bar p {
        padding: 0 0.25rem;
    }

    /* 内页 */
    .z5569epage-banner {
        padding: 1.35rem 0;
    }

    .z5569epage-banner h1 {
        font-size: 1.2rem;
        line-height: 1.35;
        word-break: break-word;
    }

    .z5569epage-banner p {
        font-size: 0.82rem;
        line-height: 1.55;
        word-break: break-word;
    }

    .z5569einner-wrap {
        padding: 1.25rem 0 2rem;
    }

    .z5569einner-wrap .row {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 1rem;
    }

    .z5569esidebar {
        margin-top: 0.25rem !important;
    }

    .z5569epanel-body {
        padding: var(--card-pad);
    }

    .z5569earticle-content {
        font-size: 0.92rem;
        overflow-wrap: anywhere;
    }

    .z5569earticle-content img {
        max-width: 100% !important;
        height: auto !important;
    }

    .listbox .e2 li .col-4,
    .listbox .e2 li .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .listbox .e2 li .col-4 {
        margin-bottom: 0.5rem;
    }

    .listbox .e2 li h2.h5,
    .listbox .e2 li .h5 a {
        font-size: 0.95rem;
        line-height: 1.35;
    }

    .listbox .e2 li p {
        font-size: 0.85rem;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .z5569ethumb-list {
        height: 150px;
        width: 100%;
    }

    .z5569ethumb-cover {
        max-height: 200px;
    }

    .z5569ethumb-related {
        height: 80px;
    }
}

@media (max-width: 575px) {
    html {
        font-size: 15px;
    }

    .z5569ehero-title {
        font-size: 1.45rem;
    }

    .z5569eheadline {
        font-size: 1.28rem;
    }

    .z5569ehero-img {
        max-width: min(100%, 200px);
    }

    .z5569estats-row {
        grid-template-columns: 1fr 1fr;
        gap: 0.65rem;
    }

    .z5569estat-box {
        padding: 0.75rem 0.5rem;
    }

    .z5569estat-val {
        font-size: 1.35rem;
    }

    .z5569eticker-item {
        font-size: 0.7rem;
        gap: 0.35rem;
    }

    .z5569ebadge-item {
        padding: 0.85rem;
    }

    .z5569efaq-card {
        padding: var(--card-pad);
    }

    .z5569efaq-card h3 {
        font-size: 0.88rem;
    }

    .z5569ethumb-home {
        height: 140px;
    }

    .z5569enews-body {
        padding: 0.8rem;
    }
}

@media (max-width: 400px) {
    .z5569estats-row {
        grid-template-columns: 1fr;
    }

    .z5569ehero-chips {
        flex-direction: column;
        align-items: stretch;
    }

    .z5569echip {
        justify-content: center;
    }
}

/* 平板：时间线两列（覆盖手机端横向列表样式） */
@media (min-width: 768px) and (max-width: 991px) {
    .z5569etimeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .z5569etl-item {
        display: block;
        text-align: center;
    }

    .z5569etl-num {
        margin: 0 auto 1rem;
        grid-row: auto;
    }

    .z5569etl-item h4,
    .z5569etl-item p {
        grid-column: auto;
    }

    .z5569etl-item p {
        text-align: left;
        padding: 0 0.15rem;
    }
}
