/* ===== 腾讯文档 - 共享样式 ===== */
:root{
    --brand:#0052d9;
    --brand-dark:#0042b3;
    --brand-light:#366ef4;
    --accent:#00c4a7;
    --bg:#f5f7fa;
    --card:#ffffff;
    --text:#1f2329;
    --text-light:#646a73;
    --text-faint:#8f959e;
    --border:#e5e6eb;
    --shadow:0 2px 12px rgba(31,35,41,.06);
    --shadow-hover:0 12px 32px rgba(0,82,217,.14);
    --radius:16px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{font-family:"PingFang SC","Microsoft YaHei",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.75;font-size:16px;overflow-x:hidden}
a{text-decoration:none;color:var(--brand)}
a:hover{color:var(--brand-dark)}
img{max-width:100%;display:block}
h1,h2,h3,h4{line-height:1.35;font-weight:700}
.container{max-width:1200px;margin:0 auto;padding:0 24px}

/* ===== 顶栏 ===== */
.topbar{background:linear-gradient(90deg,#0052d9,#366ef4);color:#fff;padding:9px 0;text-align:center;font-size:13px;letter-spacing:.3px}
.topbar a{color:#fff;font-weight:600;text-decoration:underline}
.topbar a:hover{color:#e8f3ff}

/* ===== 导航 ===== */
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:var(--card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;width:100%}
.nav-logo{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800;color:var(--text)}
.nav-logo .logo-mark{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,#0052d9,#00c4a7);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:17px;font-weight:800;flex-shrink:0}
.nav-logo img.logo-mark{width:34px;height:34px;border-radius:7px;object-fit:contain;background:none;color:inherit;font-size:0}
.nav-logo:hover{color:var(--brand)}
.nav-links{display:flex;gap:6px;list-style:none;align-items:center}
.nav-links a{color:var(--text);font-weight:500;font-size:15px;padding:8px 14px;border-radius:9px;transition:all .18s}
.nav-links a:hover{color:var(--brand);background:#eef4ff}
.nav-links .nav-cta{background:linear-gradient(135deg,#0052d9,#366ef4);color:#fff!important;font-weight:600;border-radius:50px;padding:9px 20px}
.nav-links .nav-cta:hover{background:var(--brand-dark);color:#fff!important;box-shadow:0 6px 16px rgba(0,82,217,.28)}
.nav-toggle{display:none;font-size:24px;background:none;border:none;color:var(--text);cursor:pointer}

/* ===== Hero ===== */
.hero{background:radial-gradient(1200px 500px at 80% -10%,#e3eeff 0%,transparent 55%),linear-gradient(180deg,#f0f5ff 0%,var(--bg) 100%);padding:64px 0 56px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.hero-badge{display:inline-block;background:#e6f7f1;color:#009a7d;padding:6px 14px;border-radius:50px;font-size:13px;font-weight:600;margin-bottom:18px}
.hero-text h1{font-size:42px;font-weight:800;line-height:1.3;margin-bottom:18px;letter-spacing:.5px}
.hero-text h1 .hl{background:linear-gradient(120deg,#0052d9,#00c4a7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-text .desc{font-size:17px;color:var(--text-light);margin-bottom:28px;max-width:520px}
.hero-stats{display:flex;gap:36px;margin-bottom:30px;flex-wrap:wrap}
.hero-stats .num{font-size:30px;font-weight:800;color:var(--brand)}
.hero-stats .lbl{font-size:13px;color:var(--text-light)}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap}
.btn-main{display:inline-block;background:linear-gradient(135deg,#0052d9,#366ef4);color:#fff;padding:15px 34px;border-radius:50px;font-weight:700;font-size:16px;transition:all .2s;box-shadow:0 6px 18px rgba(0,82,217,.28)}
.btn-main:hover{color:#fff;transform:translateY(-2px);box-shadow:0 10px 26px rgba(0,82,217,.36)}
.btn-outline{display:inline-block;padding:15px 34px;border-radius:50px;font-weight:700;font-size:16px;border:2px solid var(--brand);color:var(--brand);background:transparent;transition:all .2s}
.btn-outline:hover{background:#eef4ff;color:var(--brand-dark)}

/* 文档模拟图 */
.hero-visual{position:relative}
.doc-mock{background:var(--card);border-radius:18px;box-shadow:var(--shadow-hover);padding:24px 26px;border:1px solid var(--border)}
.doc-mock .doc-title{font-size:15px;font-weight:700;margin-bottom:6px;color:var(--text)}
.doc-mock .doc-toolbar{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}
.doc-mock .doc-toolbar span{display:inline-block;padding:4px 10px;border-radius:6px;background:#f0f2f5;font-size:12px;color:var(--text-light)}
.doc-mock .line{height:10px;border-radius:6px;background:#eef1f5;margin-bottom:12px}
.doc-mock .line.w60{width:60%}.doc-mock .line.w80{width:80%}.doc-mock .line.w45{width:45%}
.doc-mock .line.hl-line{background:linear-gradient(90deg,#dbe8ff,#bcd3ff)}
.doc-mock .img-block{border-radius:10px;background:linear-gradient(135deg,#e0f2ff,#d0f0e8);height:88px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;color:#0077c2;font-size:13px;font-weight:600}
.float-tag{position:absolute;background:#fff;padding:10px 16px;border-radius:12px;font-size:13px;font-weight:600;box-shadow:0 8px 24px rgba(31,35,41,.12);animation:float 3.4s ease-in-out infinite}
.float-tag.a{top:8%;right:2%}
.float-tag.b{bottom:14%;left:-2%;animation-delay:1.2s}
.float-tag.c{bottom:30%;right:6%;animation-delay:2.2s}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

/* ===== 信任条 ===== */
.trust-bar{display:flex;justify-content:center;gap:44px;padding:30px 24px;background:var(--card);border-bottom:1px solid var(--border);flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-light);font-weight:600}
.trust-item .icon{font-size:22px}

/* ===== 通用区块 ===== */
.section{padding:72px 0}
.section-header{text-align:center;margin-bottom:44px}
.section-header h2{font-size:30px;font-weight:800;margin-bottom:12px}
.section-header p{color:var(--text-light);font-size:16px;max-width:640px;margin:0 auto}
.section-tag{display:inline-block;color:var(--brand);font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:10px}

/* 功能卡片 */
.feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}
.feature-card{background:var(--card);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);border:1px solid var(--border);transition:all .22s}
.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}
.feature-card .f-icon{width:52px;height:52px;border-radius:13px;background:linear-gradient(135deg,#e8f1ff,#d5ecff);color:var(--brand);display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:16px}
.feature-card h3{font-size:18px;margin-bottom:8px}
.feature-card p{font-size:14px;color:var(--text-light)}
/* 横向居中排列（核心功能用） */
.feature-row{display:flex;flex-wrap:wrap;justify-content:center;gap:22px}
.feature-row .feature-card{flex:1 1 260px;max-width:320px}

/* 步骤 */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px;counter-reset:step}
.step-card{background:var(--card);border-radius:var(--radius);padding:28px 24px;border:1px solid var(--border);position:relative;box-shadow:var(--shadow)}
.step-card .step-num{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#0052d9,#00c4a7);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;margin-bottom:16px}
.step-card h3{font-size:17px;margin-bottom:8px}
.step-card p{font-size:14px;color:var(--text-light)}

/* 下载卡片 */
.dl-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px}
.dl-card{background:var(--card);border-radius:var(--radius);padding:28px;text-align:center;box-shadow:var(--shadow);border:1px solid var(--border);transition:all .22s}
.dl-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}
.dl-card .dl-icon{font-size:44px;margin-bottom:12px}
.dl-card h3{font-size:18px;margin-bottom:6px}
.dl-card .ver{font-size:13px;color:var(--text-faint);margin-bottom:16px}
.dl-card .btn-main{padding:12px 28px;font-size:15px}

/* FAQ 列表 */
.faq-list{max-width:820px;margin:0 auto}
.faq-item{background:var(--card);border:1px solid var(--border);border-radius:14px;margin-bottom:14px;overflow:hidden;box-shadow:var(--shadow)}
.faq-item summary{cursor:pointer;padding:18px 22px;font-weight:700;font-size:16px;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:22px;color:var(--brand);font-weight:700}
.faq-item[open] summary::after{content:"−"}
.faq-item .faq-body{padding:0 22px 20px;color:var(--text-light);font-size:15px;border-top:1px dashed var(--border);padding-top:14px}

/* 文章 */
.article{max-width:760px;margin:0 auto;background:var(--card);border-radius:18px;padding:48px 56px;box-shadow:var(--shadow);border:1px solid var(--border)}
.article .art-meta{color:var(--text-faint);font-size:13px;margin-bottom:20px;display:flex;gap:16px;flex-wrap:wrap}
.article h1{font-size:30px;margin-bottom:18px}
.article h2{font-size:22px;margin:28px 0 12px}
.article p{color:#3a4049;margin-bottom:16px;font-size:16px}
.article ul,.article ol{margin:0 0 16px 22px}
.article li{margin-bottom:8px}
.article strong{color:var(--brand-dark)}
.article .art-tip{background:#eef4ff;border-left:4px solid var(--brand);padding:14px 18px;border-radius:8px;margin:18px 0;font-size:15px}

/* 面包屑 */
.breadcrumb{font-size:13px;color:var(--text-faint);margin-bottom:20px}
.breadcrumb a{color:var(--text-faint)}
.breadcrumb a:hover{color:var(--brand)}

/* 404 */
.notfound{text-align:center;padding:90px 24px}
.notfound .code{font-size:110px;font-weight:900;background:linear-gradient(135deg,#0052d9,#00c4a7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}
.notfound h1{font-size:26px;margin:18px 0 12px}
.notfound p{color:var(--text-light);margin-bottom:28px}

/* ===== 页脚 ===== */
footer{background:#1b2230;color:#9aa4b2;padding:52px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:36px;padding-bottom:36px}
.footer-grid h4{color:#fff;margin-bottom:16px;font-size:15px}
.footer-grid a{color:#9aa4b2;display:block;margin-bottom:10px;font-size:14px}
.footer-grid a:hover{color:#00c4a7}
.footer-brand p{font-size:14px;line-height:1.8;margin-top:12px;max-width:280px}
.footer-brand .logo{color:#fff;font-size:18px;font-weight:800;display:flex;align-items:center;gap:9px}
.footer-bottom{border-top:1px solid #2a3346;padding:20px 0;text-align:center;font-size:13px;color:#6d7788}
.footer-bottom a{color:#9aa4b2}

/* ===== 响应式 ===== */
@media(max-width:768px){
    .nav-links{display:none}
    .nav-toggle{display:block}
    .hero{padding:40px 0}
    .hero-grid{grid-template-columns:1fr;gap:36px}
    .hero-text h1{font-size:29px}
    .hero-stats{gap:22px}
    .trust-bar{gap:24px}
    .section{padding:48px 0}
    .section-header h2{font-size:25px}
    .article{padding:32px 24px}
    .footer-grid{grid-template-columns:1fr 1fr;gap:26px}
    .float-tag.a{right:0}.float-tag.b{left:0}
}
@media(max-width:480px){
    body{font-size:15px}
    .hero-text h1{font-size:25px}
    .hero-text .desc{font-size:15px}
    .btn-main,.btn-outline{padding:13px 26px;font-size:15px;margin-bottom:4px}
    .hero-btns{gap:10px}
    .hero-stats{gap:16px}
    .feature-grid,.dl-grid{grid-template-columns:1fr}
    .steps{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr}
    .section-header h2{font-size:22px}
    .doc-mock{padding:18px}
    .article h1{font-size:24px}
    .notfound .code{font-size:72px}
    .nav{padding:12px 16px}
    .nav-inner{padding:0}
    .nav-logo{font-size:18px}
}
/* 最小字号保护 */
*{min-font-size:12px}
