:root{--bg: #ffffff;--text-main: #0f172a;--text-muted: #475569;--line: #e2e8f0;--primary: #1f64ff;--primary-strong: #0f4bd8;--primary-soft: #edf3ff;--shadow: 0 10px 25px rgba(15, 23, 42, .06);--radius-lg: 16px;--radius-md: 12px;--container: 85%}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{font-family:Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--text-main)}a{color:inherit;text-decoration:none}.container{width:var(--container);max-width:1680px;margin:0 auto}.section-title{margin:0 0 22px;font-size:30px;line-height:1.25;letter-spacing:-.02em}.card-grid{display:grid;gap:18px}.page-intro{padding:28px 0 6px}.page-intro h1{margin:0;font-size:38px;line-height:1.2;letter-spacing:-.02em}.page-intro p{margin:10px 0 0;max-width:880px;font-size:16px;color:var(--text-muted);line-height:1.7}@media(max-width:960px){.container{width:calc(100% - 28px)}.section-title{font-size:26px}.page-intro h1{font-size:32px}}.navbar{position:sticky;top:0;z-index:20;background:#ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid #eef2f7}.navbar-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.navbar-brand{display:flex;align-items:center;gap:10px;min-width:160px}.navbar-logo{width:26px;height:26px;position:relative}.logo-mark{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid #2364ff;border-radius:10px;transform-origin:center}.logo-mark-a{transform:rotate(-12deg) scale(1)}.logo-mark-b{transform:rotate(-12deg) scale(.72)}.logo-mark-c{transform:rotate(-12deg) scale(.44)}.navbar-brand-name{font-size:22px;font-weight:700;letter-spacing:-.01em}.navbar-nav{display:flex;align-items:center;justify-content:start;gap:30px;flex:1}.navbar-link{position:relative;font-size:14px;font-weight:500;color:#1e293b;transition:color .2s ease}.navbar-link:hover{color:#1f64ff}.navbar-link-active{color:#1f64ff;font-weight:600}.navbar-link-active:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:999px;background:#1f64ff}.navbar-lang{min-width:130px;display:flex;justify-content:flex-end}.navbar-lang select{height:38px;border:1px solid #d8e1f0;border-radius:10px;background:#fff;color:#1e293b;padding:0 12px;font-size:14px;outline:none;cursor:pointer}.navbar-lang select:focus{border-color:#1f64ff;box-shadow:0 0 0 3px #1f64ff1f}@media(max-width:900px){.navbar-inner{height:72px;gap:10px}.navbar-brand-name{font-size:18px}.navbar-nav{gap:14px}.navbar-link{font-size:13px}}.hero{padding:56px 0 20px}.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid #ebf1fb;border-radius:24px;padding:52px 44px}.hero-content h1{margin:0;font-size:54px;line-height:1.1;letter-spacing:-.03em}.hero-subtitle{margin:14px 0 0;font-size:20px;color:#334155}.hero-actions{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap}.btn{border:0;border-radius:12px;padding:12px 20px;min-width:196px;font-size:16px;font-weight:600;cursor:pointer}.btn-primary{color:#fff;background:linear-gradient(135deg,#1f64ff,#0f4bd8);box-shadow:0 10px 20px #154edb47}.btn-primary:hover{filter:brightness(1.03)}.btn-secondary{color:#1e293b;background:#f0f4fb;border:1px solid #d8e4f7}.btn-secondary:hover{background:#eaf1fb}.hero-meta{margin-top:18px;display:flex;flex-wrap:wrap;align-items:center;gap:16px;color:#475569;font-size:13px}.hero-meta strong{color:#1e293b}.hero-meta a{color:#1f64ff;font-weight:600}.hero-legal-notice{margin:12px 0 0;font-size:12px;line-height:1.6;color:#64748b}.hero-legal-notice a{color:#1f64ff}.hero-legal-notice a:hover{color:#0f4bd8}.hero-visual{position:relative;min-height:320px;display:flex;align-items:center;justify-content:center}.hero-visual-rings{position:absolute;width:min(520px,100%);aspect-ratio:1 / 1;border-radius:50%;background:radial-gradient(circle at center,rgba(148,187,255,.2) 0,rgba(148,187,255,.06) 42%,transparent 60%),repeating-radial-gradient(circle at center,rgba(89,145,255,.14),rgba(89,145,255,.14) 2px,transparent 2px,transparent 20px);filter:blur(.3px)}.hero-visual-card{position:relative;width:280px;aspect-ratio:1.2 / 1;border-radius:26px;background:linear-gradient(145deg,#0f4bd8,#20a2ff 90%);border:1px solid rgba(255,255,255,.45);box-shadow:0 26px 45px #0f4bd83d,inset 0 1px #fff9;transform:perspective(900px) rotateY(-14deg) rotateX(6deg);overflow:hidden}.hero-visual-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(255,255,255,.45),transparent 40%)}.hero-visual-badge{position:absolute;top:26px;left:26px;width:66px;height:66px;border-radius:18px;background:#ffffff2e;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;color:#fff;font-weight:700;letter-spacing:.04em}.hero-visual-line{position:absolute;height:2px;border-radius:999px;background:#ffffffa6}.hero-visual-line-a{left:26px;right:40px;bottom:82px}.hero-visual-line-b{left:26px;right:92px;bottom:62px}.hero-visual-line-c{left:26px;right:128px;bottom:42px}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr}.hero-content h1{font-size:44px}.hero-visual{min-height:280px}}@media(max-width:700px){.hero{padding-top:40px}.hero-inner{padding:32px 22px;gap:28px}.hero-content h1{font-size:36px}.hero-subtitle{font-size:18px}.btn{width:100%}.hero-visual-card{width:220px}}.service-section{padding:38px 0 20px}.service-subtitle{margin:-6px 0 20px;color:#475569;font-size:15px;line-height:1.7}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-plan{background:#fff;border:1px solid #e8eef8;border-radius:20px;padding:24px 22px;box-shadow:var(--shadow)}.service-plan-highlight{border-color:#bcd1ff;box-shadow:0 12px 28px #1f64ff24}.service-plan-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.service-plan h3{margin:0;font-size:36px;line-height:1.3;letter-spacing:-.025em}.service-badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:#eaf1ff;color:#1f64ff;font-size:12px;font-weight:700;white-space:nowrap}.service-price-row{margin-top:8px;display:flex;align-items:baseline;gap:8px}.service-price{font-size:23px;font-weight:700;letter-spacing:-.03em}.service-period{font-size:14px;color:#64748b}.service-desc{margin:10px 0 0;color:#475569;line-height:1.65;font-size:16px}.service-btn{margin-top:20px;width:100%;border-radius:999px;border:1px solid #c7d9f9;height:46px;background:#f5f8ff;color:#0f4bd8;font-size:16px;font-weight:600;cursor:pointer}.service-btn:disabled{color:#94a3b8;border-color:#d7dee9;background:#f8fafc;cursor:default}.service-plan-highlight .service-btn{border:0;color:#fff;background:linear-gradient(90deg,#1f64ff,#4f7dff);box-shadow:0 10px 18px #1f64ff42}.service-feature-list{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px}.service-feature-list li{position:relative;padding-left:24px;color:#0f172a;font-size:15px;line-height:1.55}.service-feature-list li:before{content:"";position:absolute;left:0;top:7px;width:9px;height:9px;border-radius:999px;background:#1f64ff}@media(max-width:1024px){.service-grid{grid-template-columns:1fr}.service-plan h3{font-size:30px}.service-price{font-size:40px}}@media(max-width:700px){.service-section{padding-top:30px}.service-plan{padding:20px 16px}.service-plan h3{font-size:28px}.service-price{font-size:35px}.service-feature-list li{font-size:14px}}.product-section{padding:34px 0 26px}.product-subtitle{margin:-8px 0 22px;max-width:920px;color:#475569;font-size:16px;line-height:1.7}.product-grid{display:grid;gap:16px;grid-template-columns:1fr}.product-card{position:relative;overflow:hidden;border:1px solid #e8eef8;border-radius:18px;padding:24px 24px 22px;background:linear-gradient(165deg,#fff,#f8fbff);box-shadow:var(--shadow)}.product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at top right,rgba(31,100,255,.12),transparent 45%)}.product-head{position:relative;z-index:1;margin-bottom:14px}.product-badge{display:inline-block;padding:5px 11px;border-radius:999px;background:#edf4ff;color:#1550cb;font-size:12px;font-weight:700;letter-spacing:.02em}.product-card h3{margin:10px 0 0;font-size:28px;letter-spacing:-.02em}.product-tagline{margin:7px 0 0;color:#0f4bd8;font-weight:600;font-size:14px}.product-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px;align-items:start}.product-layout.is-no-side{grid-template-columns:1fr}.product-main{min-width:0}.product-summary{margin:0;line-height:1.72;color:#475569;font-size:15px}.product-main-columns{margin-top:12px;display:grid;gap:12px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-main-columns.is-single{grid-template-columns:1fr}.product-block{margin-top:0}.product-block h4{margin:0 0 8px;font-size:16px;color:#1e293b}.product-highlights{margin:0;padding:0;list-style:none;display:grid;gap:8px}.product-highlights li{position:relative;padding-left:18px;color:#334155;font-size:14px;line-height:1.6}.product-highlights li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#1f64ff,#4d96ff)}.product-scenarios{margin:0;padding:0;list-style:none;display:grid;gap:8px}.product-scenarios li{color:#334155;font-size:14px;line-height:1.65;padding:8px 10px;border-radius:10px;background:#f8fbff;border:1px solid #e5eefc}.product-side{display:flex;flex-direction:column;gap:12px;min-width:0}.product-downloads{display:flex;gap:10px;flex-wrap:wrap}.product-download-btn{height:38px;border-radius:10px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex;align-items:center}.product-download-btn-primary{color:#fff;background:linear-gradient(135deg,#1f64ff,#0f4bd8);box-shadow:0 10px 20px #1f64ff3d}.product-download-btn-secondary{color:#0f4bd8;border:1px solid #c8dafb;background:#f4f8ff}.product-compare{border:1px solid #dce7fb;border-radius:12px;background:#fff;overflow:hidden}.product-compare-wide{position:relative;z-index:1;margin:14px auto 0;width:min(760px,100%)}.product-compare h4{margin:0;padding:11px 12px;font-size:14px;color:#1e293b;border-bottom:1px solid #e6eefc;background:#f7faff;text-align:center}.product-compare-head,.product-compare-row{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:8px;padding:9px 12px;font-size:13px}.product-compare-head{color:#64748b;font-weight:600}.product-compare-head span:nth-child(n+2),.product-compare-row span:nth-child(n+2){text-align:center}.product-compare-row{border-top:1px solid #edf2fc;color:#334155}.product-cta{color:#1550cb;font-size:14px;font-weight:600;align-self:flex-start}.product-cta:hover{color:#0f43b6}.product-actions{display:flex;gap:12px;flex-wrap:wrap}.product-actions a{font-size:13px;color:#1f64ff;font-weight:600}@media(max-width:1080px){.product-layout{grid-template-columns:1fr}}@media(max-width:780px){.product-card{padding:20px 18px 18px}.product-card h3{font-size:24px}.product-main-columns{grid-template-columns:1fr}.product-summary{font-size:14px}.product-compare-head,.product-compare-row{grid-template-columns:1.2fr .7fr .8fr;font-size:12px}.product-block h4{font-size:15px}}.problem-section{padding:34px 0 16px}.problem-subtitle{margin:-8px 0 18px;max-width:960px}.problem-subtitle-paragraph{margin:0;color:#475569;font-size:15px;line-height:1.68}.problem-subtitle-paragraph+.problem-subtitle-paragraph{margin-top:10px}.problem-subtitle strong{color:#0f172a;font-weight:700}.problem-meta{margin:-10px 0 14px;color:#64748b;font-size:13px;line-height:1.7}.problem-meta-link{color:#334155;font-weight:600;text-decoration-line:underline;text-decoration-color:#1550cb52;text-decoration-thickness:1.5px;text-underline-offset:3px;border-radius:6px;padding:1px 3px;cursor:pointer;transition:color .18s ease,text-decoration-color .18s ease,background-color .18s ease}.problem-meta-link:hover{color:#0f43b6;text-decoration-color:#0f43b6b8;background:#1550cb14}.problem-meta-link:focus-visible{outline:2px solid rgba(21,80,203,.24);outline-offset:2px;color:#0f43b6;text-decoration-color:#0f43b6b8}.problem-meta-separator{color:#64748b}.problem-panels{display:flex;flex-direction:column;gap:14px}.problem-panel{border:1px solid #e4ecfb;border-radius:16px;padding:0;background:linear-gradient(165deg,#fff,#f8fbff);box-shadow:var(--shadow);overflow:hidden;scroll-margin-top:96px}.problem-panel-trigger{width:100%;border:0;border-bottom:1px solid #e7eefc;margin:0;padding:16px 18px;background:#f8fbff;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.problem-panel-trigger:hover{background:#f2f7ff}.problem-panel-trigger[aria-expanded=false]{border-bottom:0}.problem-panel-title{font-size:18px;font-weight:700;letter-spacing:-.01em}.problem-panel-arrow{width:28px;height:28px;border-radius:999px;border:1px solid #d5e3fa;background:#fff;color:#1550cb;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.problem-panel-arrow svg{width:14px;height:14px}.problem-panel-arrow.is-expanded{transform:rotate(180deg)}.problem-items{display:flex;flex-direction:column}.problem-item{border-top:1px solid #e7eefc;padding:14px 18px;background:#fff;display:grid;grid-template-columns:minmax(260px,1fr) minmax(0,1.9fr);gap:14px 20px;align-items:start}.problem-item:first-child{border-top:0}.problem-item-head{display:flex;gap:10px;align-items:center}.problem-item-body{min-width:0}.problem-index{min-width:30px;height:30px;border-radius:8px;background:#e9f1ff;color:#1f64ff;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.problem-item h4{margin:0;font-size:16px;line-height:1.45;letter-spacing:-.01em}.problem-item p{margin:0;color:#475569;line-height:1.64;font-size:14px}.problem-sources{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px;align-items:baseline}.problem-sources>span{font-size:12px;color:#64748b;font-weight:600}.problem-source-links{display:inline-flex;flex-wrap:wrap;gap:8px}.problem-source-links a{font-size:12px;color:#1550cb;text-decoration:underline}.problem-source-links a:hover{color:#0f43b6}.problem-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.problem-card{border:1px solid #e8eef8;border-radius:16px;padding:22px 20px;background:#fff;box-shadow:var(--shadow)}.problem-card h3{margin:10px 0 0;font-size:19px;line-height:1.35;letter-spacing:-.01em}.problem-card p{margin:10px 0 0;color:#475569;line-height:1.65;font-size:14px}@media(max-width:1080px){.problem-item{grid-template-columns:1fr}.problem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.problem-panel{border-radius:14px}.problem-panel-trigger{padding:14px}.problem-panel-title{font-size:16px}.problem-item{padding:12px 14px}.problem-item h4{font-size:15px}.problem-grid{grid-template-columns:1fr}}.about-section{padding:38px 0 28px}.about-grid{display:flex;flex-direction:column;gap:14px}.about-grid.is-single{gap:0}.about-card{border:1px solid #dce7f9;border-radius:20px;padding:28px;background:linear-gradient(180deg,#fbfdff,#fff)}.about-card-intro{background:radial-gradient(circle at right top,rgba(190,214,255,.36),transparent 42%),linear-gradient(180deg,#fbfdff,#fff)}.about-card-intro p{margin:0;color:#334155;line-height:1.8;font-size:16px;white-space:pre-line}.about-card-contact{display:grid;grid-template-columns:auto auto;justify-content:start;column-gap:100px;row-gap:12px;align-items:center}.about-card-contact .section-title{grid-column:1 / -1;margin-bottom:0}.about-contact-list{grid-column:1;grid-row:2;margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.about-contact-list li{font-size:15px;color:#334155;line-height:1.5;white-space:nowrap}.about-contact-label{font-weight:600;margin-right:6px;color:#1e293b}.about-contact-link{color:#1550cb;text-decoration:none}.about-contact-link:hover{color:#0f43b6}.about-contact-value{color:#334155}.about-contact-wechat{grid-column:2;grid-row:2;margin-top:0;justify-self:center;text-align:center}.about-contact-wechat h4{margin:0 0 8px;font-size:14px;color:#1e293b}.about-wechat-image{display:block;width:112px;height:112px;margin:0 auto;object-fit:cover;border-radius:8px;border:1px solid #d7e4f8;background:#fff}.about-wechat-caption{margin:8px 0 0;font-size:13px;line-height:1.5;color:#64748b;white-space:normal}.about-card button{grid-column:1;grid-row:3;justify-self:start;margin-top:0;height:42px;border:0;border-radius:12px;padding:0 20px;background:#1f64ff;color:#fff;font-weight:600;cursor:pointer}.about-card button:hover{background:#0f4bd8}@media(max-width:700px){.about-card{padding:22px}.about-card-intro p{font-size:15px}.about-card-contact{grid-template-columns:1fr;row-gap:12px}.about-card-contact .section-title,.about-contact-list,.about-contact-wechat,.about-card button{grid-column:1;grid-row:auto}.about-contact-list li{font-size:14px}.about-contact-wechat{justify-self:start;text-align:left}.about-wechat-image{width:96px;height:96px;margin:0}}.footer{margin-top:36px;background:#ececec}.footer-inner{padding:34px 0 30px}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,180px)) minmax(260px,1fr) auto;gap:20px 42px;align-items:start}.footer-group h4,.footer-company h4,.footer-qr-card h4{margin:0 0 12px;font-size:17px;font-weight:700;color:#3f3f46}.footer-group ul,.footer-company-list{margin:0;padding:0;list-style:none}.footer-group li{margin-bottom:8px}.footer-group a{font-size:14px;line-height:1.4;color:#5a5a63}.footer-group a:hover,.footer-social-links a:hover{color:#2d6cdf}.footer-company{min-width:280px}.footer-company-copyright{margin:0 0 14px;font-size:17px;color:#3f3f46}.footer-company-list li{margin-bottom:10px;font-size:14px;line-height:1.4;color:#55545d}.footer-company-label{color:#4d4d55}.footer-company-value{color:#55545d;font-weight:500}.footer-company-link{color:inherit;text-decoration:none}.footer-company-link:hover{color:#2d6cdf}.footer-company-value.is-placeholder{color:#a1a1aa}.footer-social-links{display:flex;gap:14px;margin-top:14px}.footer-social-links a{font-size:14px;color:#7c7c86}.footer-qr-group{display:grid;grid-template-columns:repeat(2,minmax(120px,150px));gap:26px}.footer-qr-image,.footer-qr-placeholder{width:110px;height:110px;margin-bottom:10px;border-radius:4px}.footer-qr-image{display:block;object-fit:cover;border:1px solid #d4d4d8;background:#fff}.footer-qr-placeholder{display:flex;align-items:center;justify-content:center;border:1px dashed #b4b4be;background:#fafafa;color:#9a9aa3;font-size:12px}.footer-qr-caption{margin:0;font-size:14px;line-height:1.35;color:#4f4f57}.footer-qr-note{margin:6px 0 0;font-size:12px;line-height:1.4;color:#8a8a94}@media(max-width:1100px){.footer-grid{grid-template-columns:repeat(3,minmax(120px,1fr));gap:24px 30px}.footer-company{grid-column:1 / 3}.footer-qr-group{grid-column:3 / 4;grid-template-columns:1fr}}@media(max-width:820px){.footer-inner{padding:28px 0 24px}.footer-grid{grid-template-columns:repeat(2,minmax(120px,1fr));gap:22px 20px}.footer-company{grid-column:1 / -1}.footer-qr-group{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(120px,1fr))}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.footer-group a,.footer-company-copyright,.footer-company-list li,.footer-qr-caption{font-size:15px}.footer-qr-note{font-size:13px}.footer-qr-group{grid-template-columns:1fr}.footer-qr-image,.footer-qr-placeholder{width:96px;height:96px}}
