/* 快联官网 — 全新主题：深青 + 琥珀 */
:root {
    --primary-color: #0f766e;
    --primary-dark: #115e59;
    --primary-light: #14b8a6;
    --accent-color: #f59e0b;
    --accent-hover: #d97706;
    --text-color: #1e293b;
    --text-muted: #64748b;
    --light-bg: #f0fdfa;
    --surface: #ffffff;
    --border-color: #ccfbf1;
    --shadow-sm: 0 1px 3px rgba(15, 118, 110, 0.08);
    --shadow-md: 0 8px 24px rgba(15, 118, 110, 0.12);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --transition-speed: 0.25s;
    --transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', system-ui, sans-serif;
    color: var(--text-color);
    line-height: 1.65;
    background: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

html {
    scroll-behavior: smooth;
}

/* 导航 */
.z93e59navbar {
    background: var(--surface);
    border-bottom: 1px solid var(--border-color);
    padding: 0.65rem 0;
    box-shadow: var(--shadow-sm);
}

.z93e59navbar-brand img {
    height: 42px;
    width: auto;
}

.z93e59nav-link {
    color: var(--text-color) !important;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.45rem 0.85rem !important;
    border-radius: var(--radius-sm);
    transition: color var(--transition-speed), background var(--transition-speed);
}

.z93e59nav-link:hover,
.z93e59nav-link.active {
    color: var(--primary-color) !important;
    background: var(--light-bg);
}

/* 按钮 */
.btn-kl-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius-md);
    padding: 0.65rem 1.35rem;
    transition: transform var(--transition-speed), box-shadow var(--transition-speed);
}

.btn-kl-primary:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--primary-dark), #0d4f4a);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.btn-kl-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius-md);
    padding: 0.6rem 1.3rem;
}

.btn-kl-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-color: #fff;
}

.z93e59section .btn-kl-outline {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.z93e59section .btn-kl-outline:hover {
    background: var(--light-bg);
    color: var(--primary-dark);
}

/* 首屏 */
.z93e59hero-section {
    background: linear-gradient(160deg, #0f766e 0%, #134e4a 55%, #1e3a3a 100%);
    color: #fff;
    padding: 4.5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.z93e59hero-section::after {
    content: '';
    position: absolute;
    right: -10%;
    top: -20%;
    width: 50%;
    height: 140%;
    background: radial-gradient(ellipse, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.z93e59hero-content {
    position: relative;
    z-index: 1;
}

.z93e59hero-badge {
    display: inline-block;
    background: rgba(245, 158, 11, 0.25);
    color: #fde68a;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    border: 1px solid rgba(245, 158, 11, 0.4);
}

.z93e59hero-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1rem;
}

.z93e59hero-subtitle {
    font-size: 1.05rem;
    opacity: 0.92;
    margin-bottom: 1.5rem;
    max-width: 36em;
}

.z93e59hero-note {
    font-size: 0.85rem;
    opacity: 0.75;
    margin-top: 1rem;
    margin-bottom: 0;
}

.z93e59hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.z93e59hero-visual {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.z93e59hero-visual-inner {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    max-width: 320px;
    margin: 0 auto;
}

.z93e59hero-image {
    width: 100%;
    border-radius: var(--radius-md);
    object-fit: contain;
}

.z93e59hero-image-shadow {
    display: none;
}

/* 通用区块 */
.z93e59section {
    padding: 4rem 0;
}

.z93e59section-head {
    max-width: 640px;
    margin: 0 auto 2.5rem;
}

.z93e59section-head h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 0.75rem;
}

.z93e59section-head p {
    color: var(--text-muted);
    margin-bottom: 0;
    font-size: 1rem;
}

.z93e59section-head--light h2,
.z93e59section-head--light p {
    color: #fff;
}

/* 优势卡片 */
.z93e59advantages-section {
    background: var(--light-bg);
}

.z93e59adv-card {
    background: var(--surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition-speed), border-color var(--transition-speed);
    overflow: hidden;
}

.z93e59adv-card:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--primary-light);
}

.z93e59adv-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.z93e59adv-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 0.5rem;
}

.z93e59adv-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

.z93e59knowledge-panel {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    background: var(--surface);
    border-left: 4px solid var(--accent-color);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    border: 1px solid var(--border-color);
    border-left-width: 4px;
    border-left-color: var(--accent-color);
}

.z93e59knowledge-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 0.5rem;
}

.z93e59knowledge-panel p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* 数据条 */
.z93e59metrics-section {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: #fff;
    padding: 3.5rem 0;
}

.z93e59metric-item {
    text-align: center;
    padding: 1rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.06);
    height: 100%;
}

.z93e59metric-num {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
}

.z93e59metric-label {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 0.25rem;
}

/* 下载区 */
.z93e59download-section {
    padding: 4rem 0;
    background: #fff;
}

.z93e59download-card {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: box-shadow var(--transition-speed);
}

.z93e59download-card:hover {
    box-shadow: var(--shadow-md);
}

.z93e59dl-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.z93e59dl-head h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
    color: var(--primary-dark);
}

.z93e59platform-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    flex-shrink: 0;
}

.z93e59android-icon {
    background: linear-gradient(135deg, #3ddc84, #2a9d5c);
}

.z93e59win-icon {
    background: linear-gradient(135deg, #0078d4, #005a9e);
}

.z93e59dl-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.z93e59dl-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    padding: 0.35rem 0;
}

.z93e59dl-list li i {
    color: var(--primary-color);
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.z93e59dl-footnote {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 2rem;
    margin-bottom: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* 隐私区 */
.z93e59privacy-section {
    padding: 4rem 0;
    background: var(--light-bg);
}

.z93e59privacy-card {
    background: var(--surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    height: 100%;
    text-align: center;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.z93e59privacy-card i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}

.z93e59privacy-card h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 0.35rem;
}

.z93e59privacy-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0;
    line-height: 1.5;
}

/* 指南 / FAQ */
.z93e59guide-section {
    padding: 4rem 0;
    background: #fff;
}

.z93e59faq-card {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.35rem;
    height: 100%;
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.z93e59faq-card h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 0.5rem;
}

.z93e59faq-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* 文章区 */
.z93e59article-section {
    padding: 4rem 0;
    background: var(--light-bg);
}

.z93e59article-card {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    background: var(--surface);
}

.z93e59article-card .card-body {
    padding: 0.85rem 1rem;
}

.z93e59thumb-home {
    height: 120px;
    width: 100%;
    object-fit: cover;
}

.z93e59article-link {
    color: var(--text-color);
}

.z93e59article-link:hover {
    color: var(--primary-color);
}

/* 页脚 */
.z93e59footer {
    background: #134e4a;
    color: rgba(255, 255, 255, 0.85);
    padding: 3rem 0 1.5rem;
}

.z93e59footer-title {
    color: #fde68a;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.z93e59footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.z93e59footer-links li {
    margin-bottom: 0.5rem;
}

.z93e59footer-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-speed);
}

.z93e59footer-link:hover {
    color: #fff;
}

.z93e59footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.65);
}

.z93e59footer-bottom a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.z93e59footer-bottom a:hover {
    color: #fff;
}

.z93e59friend-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.z93e59friend-links a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
    text-decoration: none;
}

.z93e59friend-links a:hover {
    color: #fff;
}

/* 列表页 / 内页 */
.z93e59page-main {
    padding: 2.5rem 0 3rem;
    background: var(--light-bg);
    min-height: 50vh;
}

.z93e59page-card {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    background: var(--surface);
}

.z93e59page-card .card-body {
    padding: 1.25rem 1.5rem;
}

.z93e59sidebar-card {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    background: var(--surface);
    margin-bottom: 1rem;
}

.z93e59sidebar-card .card-body {
    padding: 1rem 1.25rem;
}

.z93e59article-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.z93e59article-content img {
    max-width: 100%;
    height: auto;
}

/* 分页 */
.pagebar .pagelist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.pagebar .pagelist li {
    display: inline-flex;
    margin: 0;
}

/* 兼容旧类名（弱化） */
.z93e59feature-card,
.z93e59security-card,
.z93e59certificate-card,
.z93e59stat-item {
    box-sizing: border-box;
}

.btn.z93e59btn {
    white-space: normal;
}

/* ========== 响应式 ========== */
@media (max-width: 991px) {
    .z93e59hero-section {
        padding: 3.5rem 0 3rem;
    }

    .z93e59hero-visual {
        margin-top: 0.5rem;
    }

    .z93e59section,
    .z93e59download-section,
    .z93e59privacy-section,
    .z93e59guide-section,
    .z93e59article-section {
        padding: 3rem 0;
    }
}

@media (max-width: 767px) {
    .z93e59navbar {
        padding: 0.5rem 0;
    }

    .z93e59navbar .navbar-collapse {
        margin-top: 0.5rem;
        max-height: 70vh;
        overflow-y: auto;
        border: 1px solid var(--border-color);
        border-radius: var(--radius-md);
        padding: 0.5rem;
    }

    .z93e59navbar .navbar-nav .nav-link {
        padding: 0.5rem 0.75rem !important;
    }

    .z93e59hero-section {
        padding: 2.75rem 0 2.5rem;
    }

    .z93e59hero-buttons {
        flex-direction: column;
    }

    .z93e59hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }

    .z93e59hero-visual-inner {
        max-width: 260px;
        padding: 1rem;
    }

    .z93e59section-head {
        margin-bottom: 1.75rem;
    }

    .z93e59knowledge-panel {
        padding: 1rem;
    }

    .z93e59download-card {
        padding: 1.15rem;
    }

    .z93e59dl-head {
        flex-direction: row;
        align-items: flex-start;
    }

    .z93e59metric-item {
        padding: 0.75rem 0.35rem;
    }

    .z93e59privacy-card {
        padding: 1rem 0.75rem;
    }

    .z93e59privacy-card p {
        font-size: 0.8rem;
    }

    .z93e59thumb-home {
        height: 96px !important;
    }

    #article .z93e59article-card .card-body,
    .z93e59article-card .card-body {
        padding: 0.75rem;
    }

    #article h3.h6,
    .z93e59article-card h3 {
        font-size: 0.9rem;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .listbox .e2 li {
        padding-bottom: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .listbox .e2 li h2.h5 {
        font-size: 1rem;
        line-height: 1.35;
    }

    .z93e59thumb-list,
    .z93e59thumb-related {
        height: 72px !important;
    }

    .z93e59thumb-side {
        height: 50px !important;
    }

    .z93e59thumb-cover {
        max-width: 100% !important;
        width: 100%;
        height: 170px !important;
    }

    .z93e59footer {
        text-align: center;
    }

    .z93e59footer-links {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 575px) {
    .z93e59hero-title {
        font-size: 1.55rem;
    }

    .z93e59hero-subtitle {
        font-size: 0.95rem;
    }

    .z93e59adv-card {
        padding: 1.15rem;
    }

    .z93e59thumb-home {
        height: 88px !important;
    }

    .z93e59thumb-list,
    .z93e59thumb-related {
        height: 64px !important;
    }

    .z93e59thumb-cover {
        height: 150px !important;
    }

    .pagebar .pagelist {
        gap: 0.35rem;
    }
}
