.section{background:#fff;border:1px solid #e7edf4;border-radius:18px;width:min(1240px,100% - 64px);margin:2.2rem auto;padding:1.8rem 1.6rem;box-shadow:0 10px 24px #1532500d}.section-title{color:#1a3149;letter-spacing:-.02em;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.section p{color:#334e68}.grid-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.card{background:#f9fcff;border:1px solid #e6eef7;border-radius:14px;padding:1rem}.card h3{color:#1d4363;margin-bottom:.5rem}.news-item{color:#2a455f;background:#f6f9fc;border:1px solid #e4ebf3;border-radius:12px;margin-bottom:.7rem;padding:.8rem 1rem}.faq-item{background:#f8fbff;border:1px solid #e4ebf3;border-radius:14px;margin-bottom:.8rem;overflow:hidden}.faq-question{text-align:left;color:#203b52;cursor:pointer;background:0 0;border:0;width:100%;padding:.9rem 1rem;font-size:1rem;font-weight:600}.faq-answer{color:#3d5a73;padding:0 1rem .9rem}.contact-info p{color:#334e68;margin-bottom:.7rem}.footer-note{color:#5b7289;text-align:center;width:min(1240px,100% - 64px);margin:0 auto 1.8rem;font-size:.9rem}.legal-main{max-width:960px;margin:0 auto;padding:2rem}.about-story-header{margin-bottom:1.2rem}.about-story-lead{color:#1f3e5c;margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.about-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.about-story-card{background:linear-gradient(#f7fbff 0%,#f2f7fc 100%);border:1px solid #dfe9f4;border-radius:14px;padding:1rem}.about-story-card h3{color:#1f3e5c;margin-bottom:.45rem}.about-quote{color:#274866;background:#f3f8fd;border-left:4px solid #74a8dc;border-radius:10px;margin-top:1.1rem;padding:.7rem 0 .7rem .9rem}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:1rem;display:grid}.profile-card-link{text-decoration:none}.profile-card{text-align:center;background:#f8fbff;border:1px solid #dfe9f4;border-radius:14px;padding:.65rem .65rem .85rem;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.profile-card:hover{border-color:#b7d3ef;transform:translateY(-3px)scale(1.01);box-shadow:0 12px 24px #4785be33}.profile-role-chip{color:#1c3f62;background:linear-gradient(90deg,#c2ddf7 0%,#e3f1ff 100%);border-radius:10px 10px 0 0;width:100%;margin-bottom:.15rem;padding:.3rem .45rem;font-size:.95rem;font-weight:700}.profile-avatar-wrap{background:#edf5fd;border-radius:0 0 10px 10px;width:100%;overflow:hidden}.profile-avatar{width:100%;height:auto;display:block}.profile-card h3{color:#1e3f5e;margin:.65rem 0 0;font-size:1rem}.profile-detail{align-items:flex-start;gap:1.2rem;display:flex}.profile-detail-avatar{border:1px solid #dfe9f4;border-radius:16px;width:220px;max-width:40%;box-shadow:0 10px 20px #1532501a}.profile-detail-content p{margin-bottom:.7rem}@media (width<=800px){.section{width:calc(100% - 24px);margin:1.4rem auto;padding:1.2rem}.section-title{font-size:1.35rem}.about-story-grid{grid-template-columns:1fr}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-detail{flex-direction:column}.profile-detail-avatar{width:min(280px,100%);max-width:100%}}@media (width<=520px){.profile-grid{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body{color:#111827;background:#f9fafc;padding-top:88px;font-family:Inter,sans-serif;line-height:1.6}a{text-decoration:none}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}.sidebar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:40;background:#fffffff5;border-bottom:1px solid #e9ebf0;align-items:center;gap:1.2rem;width:100%;padding:.85rem 1.4rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 16px #0000000a}.logo-area{white-space:nowrap;cursor:pointer;align-items:center;gap:12px;display:flex}.logo-icon{background:0 0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden;box-shadow:0 8px 14px -6px #0020401f}.logo-icon img{object-fit:cover;width:100%;height:100%;display:block}.logo-text{letter-spacing:-.3px;background:linear-gradient(120deg,#1a2c3e,#2c5368);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.nav-menu{flex:auto;justify-content:flex-end;align-items:center;gap:.35rem;min-width:0;display:flex}.nav-item{color:#2c3e50;white-space:nowrap;border-radius:12px;align-items:center;gap:8px;padding:.52rem .85rem;font-size:.93rem;font-weight:500;transition:all .2s;display:inline-flex}.nav-item i{color:#5f7f9e;width:18px;font-size:1rem}.nav-item:hover,.nav-item.active{color:#1e4a76;background:#e6f0ff}.nav-item.active i{color:#1e4a76}.dropdown-container{position:relative}.dropdown-trigger{cursor:default}.product-trigger{color:#fff;background:#1e4a76;font-weight:600}.product-trigger i{color:#fff}.product-trigger:hover{color:#fff;background:#163a5f}.dropdown-menu{opacity:0;visibility:hidden;z-index:50;background:#fff;border:1px solid #eef2f6;border-radius:14px;min-width:220px;padding:.45rem 0;transition:all .2s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-8px);box-shadow:0 20px 35px -12px #00000026}.dropdown-container:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{color:#1f2a3e;padding:.6rem 1.2rem;font-size:.9rem;display:block}.dropdown-menu a:hover{color:#0f5c8f;background:#f0f4fa}.main-content{flex:1;width:100%}.hero{background:linear-gradient(125deg,#fff 0%,#f4f9fe 100%);border-bottom:1px solid #00000008;justify-content:center;align-items:center;min-height:74vh;display:flex}.hero-container{text-align:center;max-width:1200px;padding:3rem 2rem}.hero-badge{color:#1c6e9f;background:#e9f0f9;border-radius:40px;margin-bottom:1.5rem;padding:.3rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero h1{letter-spacing:-.02em;background:linear-gradient(135deg,#142b3c,#2a5f7a,#1e4f6e);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.2rem;font-weight:700;line-height:1.2}.trust-highlight{color:#0b66ff;text-shadow:0 6px 18px #0b66ff38}.hero-desc{color:#334e68;max-width:760px;margin:0 auto 2rem;font-size:1.15rem}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary,.btn-outline{cursor:pointer;border-radius:40px;align-items:center;gap:8px;padding:.86rem 1.8rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-primary{color:#fff;background:#1c4e70;border:none}.btn-primary:hover{background:#0f3c58;transform:translateY(-2px);box-shadow:0 10px 20px -8px #1c4e7066}.btn-outline{color:#1f5170;background:0 0;border:1px solid #bcd0e2}.btn-outline:hover{background:#eef4fa;border-color:#8faccc;transform:translateY(-2px)}.global-footer{color:#9ab3cf;background:#0a1928;margin-top:3rem;font-size:.9rem}.footer-wave{background:linear-gradient(90deg,#112b3f 0%,#0a1928 100%);width:100%;height:4px}.footer-main{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:3rem 2rem 2rem;display:grid}.footer-brand p{color:#8ba0bc;max-width:260px;margin-top:.8rem;font-size:.85rem;line-height:1.5}.footer-col h4{color:#fff;letter-spacing:-.2px;margin-bottom:1.2rem;font-size:1rem;font-weight:600}.footer-col ul{padding:0;list-style:none}.footer-col li{margin-bottom:.65rem}.footer-col a{color:#9ab3cf;font-size:.85rem;transition:color .2s}.footer-col a:hover{color:#fff;text-decoration:underline}.contact-line{color:#9ab3cf;align-items:center;gap:10px;margin-bottom:.8rem;font-size:.85rem;display:flex}.contact-line i{color:#5d8bb8;width:22px;font-size:1rem}.social-icons{flex-direction:column;align-items:flex-start;gap:.6rem;margin-top:.8rem;display:flex}.social-icons a{color:#cbddee;background:#1f3448;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;transition:all .2s;display:inline-flex}.social-icons a:hover{color:#fff;background:#2c6e9e;transform:translateY(-2px)}.social-icons .github-link{border-radius:999px;gap:6px;width:auto;max-width:100%;height:34px;padding:0 12px;font-size:.82rem}.social-icons .github-link span{white-space:nowrap}.wechat-hover{cursor:default;align-items:center;gap:.5rem;display:inline-flex;position:relative}.wechat-trigger{color:#cbddee;background:#1f3448;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:inline-flex}.wechat-label{color:#cbddee;white-space:nowrap;font-size:.82rem}.wechat-popup{opacity:0;visibility:hidden;z-index:80;background:#fff;border:1px solid #dbe7f3;border-radius:10px;padding:8px;transition:all .2s;position:absolute;bottom:calc(100% + 12px);left:0;transform:translateY(6px);box-shadow:0 14px 28px #0003}.wechat-popup img{object-fit:cover;border-radius:6px;width:160px;height:160px;display:block}.wechat-hover:hover .wechat-popup{opacity:1;visibility:visible;transform:translateY(0)}.footer-bottom{border-top:1px solid #1e3347;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;font-size:.75rem;display:flex}.legal-links{gap:1.5rem;display:flex}.legal-links a{color:#7b95b0}.legal-links a:hover{color:#fff}.copyright{color:#6e8aac}@media (width<=800px){.footer-main{grid-template-columns:1fr 1fr;gap:1.8rem}.footer-bottom{text-align:center;flex-direction:column}.hero h1{font-size:2.2rem}body{padding-top:128px}.sidebar{flex-wrap:wrap;padding:.7rem .9rem}.nav-menu{justify-content:flex-start;width:100%;overflow-x:auto}}
