:root{--paper:#fcfbf8;--paper-warm:#f5f2ec;--paper-deep:#ece7de;--ink:#1d1d1b;--ink-soft:#62605b;--line:#1d1d1b21;--line-strong:#1d1d1b3d;--brand:#d97716;--brand-bright:#e98a24;--brand-soft:#f4d7b1;--slate:#66727d;--sage:#718276;--clay:#a66751;--copper:#a85834;--white:#fff;--shadow:0 24px 70px #32281817;--radius-sm:10px;--radius-md:18px;--radius-lg:32px;--container:min(1180px, calc(100vw - 48px));--font-sans:Inter, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{color:var(--ink);background:var(--paper);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.75}body:before{z-index:-2;content:"";pointer-events:none;opacity:.48;background-image:radial-gradient(#1d1d1b09 .7px,#0000 .7px);background-size:8px 8px;position:fixed;inset:0}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:4px;outline:3px solid #d9771673}::selection{color:var(--ink);background:var(--brand-soft)}h1,h2,h3,p,ul,ol{margin-top:0}h1,h2,h3{letter-spacing:-.035em;line-height:1.15}h1{font-size:clamp(3rem,7.2vw,6.8rem);font-weight:580}h2{font-size:clamp(2.2rem,4.4vw,4.5rem);font-weight:560}h3{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:580}.container{width:var(--container);margin-inline:auto}.section{padding-block:clamp(84px,11vw,152px)}.section--compact{padding-block:clamp(64px,8vw,104px)}.section--warm{background:var(--paper-warm)}.section--ink{color:var(--paper);background:var(--ink)}.eyebrow{color:var(--brand);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:24px;font-size:.78rem;font-weight:700;line-height:1.3;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:24px;height:1px}.lead{max-width:720px;color:var(--ink-soft);font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.85}.section--ink .lead{color:#fcfbf8ad}.button-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:50px;padding:0 22px;font-size:.94rem;font-weight:680;line-height:1;transition:transform .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--primary{color:var(--white);background:var(--ink)}.button--primary:hover{background:var(--brand)}.button--brand{color:var(--white);background:var(--brand)}.button--brand:hover{background:var(--ink)}.button--ghost{color:var(--ink);border-color:var(--line-strong);background:0 0}.button--ghost:hover{border-color:var(--ink)}.link-arrow{color:var(--ink);align-items:center;gap:10px;font-size:.92rem;font-weight:680;display:inline-flex}.link-arrow__icon{border:1px solid var(--line-strong);border-radius:50%;place-items:center;width:34px;height:34px;transition:color .18s,background-color .18s,transform .18s;display:grid}.link-arrow:hover .link-arrow__icon{color:var(--white);background:var(--brand);border-color:var(--brand);transform:translate(3px)}.page-hero{background:var(--paper-warm);padding:clamp(150px,17vw,230px) 0 clamp(90px,10vw,132px);position:relative;overflow:hidden}.page-hero:after{aspect-ratio:1;border:1px solid var(--line);content:"";border-radius:50%;width:min(58vw,720px);position:absolute;bottom:-45%;right:-10vw;box-shadow:0 0 0 70px #ffffff3d,0 0 0 140px #ffffff24}.page-hero__inner{z-index:1;grid-template-columns:minmax(0,1fr) minmax(260px,.38fr);align-items:end;gap:64px;display:grid;position:relative}.page-hero h1{max-width:960px;margin-bottom:28px;font-size:clamp(3.2rem,6.8vw,6.4rem)}.page-hero__aside{border-left:1px solid var(--line-strong);color:var(--ink-soft);padding-left:24px}.tag-list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.tag{border:1px solid var(--line);color:var(--ink-soft);background:#ffffff70;border-radius:999px;padding:7px 12px;font-size:.8rem;line-height:1.2}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,5vw,80px);display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.divider{background:var(--line);height:1px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}[data-reveal]{opacity:1;transform:none}.js [data-reveal]{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.js [data-reveal].is-visible{opacity:1;transform:none}@media (width<=900px){:root{--container:min(100% - 32px, 720px)}.page-hero__inner,.grid-2,.grid-3{grid-template-columns:1fr}.page-hero__aside{max-width:560px}}@media (width<=600px){:root{--container:calc(100% - 28px);--radius-lg:24px}body{font-size:15px}.section{padding-block:72px}.page-hero{padding-top:128px}.button-row{align-items:stretch}.button-row .button{flex:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.js [data-reveal]{opacity:1;transform:none}}.brand-mark:where(.astro-77qc4tpx){color:var(--ink);align-items:center;gap:11px;display:inline-flex}img:where(.astro-77qc4tpx){object-fit:contain;width:45px;height:32px}.brand-mark__text:where(.astro-77qc4tpx){gap:0;line-height:1;display:grid}strong:where(.astro-77qc4tpx){letter-spacing:.05em;font-size:1.12rem;font-weight:760}small:where(.astro-77qc4tpx){color:var(--ink-soft);letter-spacing:.2em;margin-top:5px;font-size:.58rem;font-weight:650}.brand-mark--inverted:where(.astro-77qc4tpx){color:var(--paper)}.brand-mark--inverted:where(.astro-77qc4tpx) small:where(.astro-77qc4tpx){color:#fcfbf88c}.site-header:where(.astro-fzpbxy5g){z-index:50;-webkit-backdrop-filter:blur(16px);background:#fcfbf8e6;border-bottom:1px solid #1d1d1b14;width:100%;position:fixed;top:0;left:0}.site-header__inner:where(.astro-fzpbxy5g){grid-template-columns:auto 1fr auto;align-items:center;gap:42px;min-height:88px;display:grid}.desktop-nav:where(.astro-fzpbxy5g){justify-content:center;gap:30px;display:flex}.desktop-nav__item:where(.astro-fzpbxy5g){align-items:center;min-height:88px;display:flex;position:relative}.desktop-nav__link:where(.astro-fzpbxy5g){color:var(--ink-soft);align-items:center;gap:7px;font-size:.88rem;font-weight:580;display:inline-flex;position:relative}button:where(.astro-fzpbxy5g).desktop-nav__link{cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit}.desktop-nav__link:where(.astro-fzpbxy5g):after{content:"";background:var(--brand);transform-origin:100%;height:2px;transition:transform .18s;position:absolute;bottom:-13px;left:0;right:0;transform:scaleX(0)}.desktop-nav__link:where(.astro-fzpbxy5g):hover,.desktop-nav__link:where(.astro-fzpbxy5g).active{color:var(--ink)}.desktop-nav__link:where(.astro-fzpbxy5g):hover:after,.desktop-nav__link:where(.astro-fzpbxy5g).active:after{transform-origin:0;transform:scaleX(1)}.desktop-nav__chevron:where(.astro-fzpbxy5g){border-bottom:1px solid;border-right:1px solid;width:6px;height:6px;transition:transform .18s;transform:translateY(-2px)rotate(45deg)}.solution-menu:where(.astro-fzpbxy5g){opacity:0;pointer-events:none;visibility:hidden;background:#fcfbf8fa;border:1px solid #1d1d1b1a;border-radius:18px;width:560px;padding:12px;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:100%;left:50%;transform:translate(-50%,-8px);box-shadow:0 22px 60px #251e1729}.help-menu:where(.astro-fzpbxy5g){opacity:0;pointer-events:none;visibility:hidden;background:#fcfbf8fa;border:1px solid #1d1d1b1a;border-radius:16px;width:260px;padding:10px;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:100%;left:50%;transform:translate(-50%,-8px);box-shadow:0 22px 60px #251e1729}.has-submenu:where(.astro-fzpbxy5g):hover .solution-menu:where(.astro-fzpbxy5g),.has-submenu:where(.astro-fzpbxy5g):focus-within .solution-menu:where(.astro-fzpbxy5g),.has-submenu:where(.astro-fzpbxy5g):hover .help-menu:where(.astro-fzpbxy5g),.has-submenu:where(.astro-fzpbxy5g):focus-within .help-menu:where(.astro-fzpbxy5g){opacity:1;pointer-events:auto;visibility:visible;transform:translate(-50%)}.help-menu__item:where(.astro-fzpbxy5g){width:100%;min-height:52px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:30px 1fr;align-items:center;padding:8px 12px;display:grid}.help-menu__item:where(.astro-fzpbxy5g)>span:where(.astro-fzpbxy5g){color:var(--brand);letter-spacing:.08em;font-size:.62rem}.help-menu__item:where(.astro-fzpbxy5g) strong:where(.astro-fzpbxy5g){font-size:.84rem;font-weight:610}.help-menu__item:where(.astro-fzpbxy5g):hover,.help-menu__item:where(.astro-fzpbxy5g):focus-visible{background:var(--paper-warm)}.has-submenu:where(.astro-fzpbxy5g):hover .desktop-nav__chevron:where(.astro-fzpbxy5g),.has-submenu:where(.astro-fzpbxy5g):focus-within .desktop-nav__chevron:where(.astro-fzpbxy5g){transform:translateY(1px)rotate(225deg)}.solution-menu__overview:where(.astro-fzpbxy5g){border-bottom:1px solid var(--line);color:var(--ink);justify-content:space-between;align-items:center;padding:12px 14px 14px;font-size:.82rem;font-weight:680;display:flex}.solution-menu__overview:where(.astro-fzpbxy5g) span:where(.astro-fzpbxy5g):last-child{color:var(--brand);font-size:.72rem;font-weight:650}.solution-menu__grid:where(.astro-fzpbxy5g){grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding-top:8px;display:grid}.solution-menu__item:where(.astro-fzpbxy5g){min-height:52px;color:var(--ink);border-radius:10px;grid-template-columns:28px 1fr;align-items:center;padding:8px 12px;display:grid}.solution-menu__item:where(.astro-fzpbxy5g)>span:where(.astro-fzpbxy5g){color:var(--brand);letter-spacing:.08em;font-size:.62rem}.solution-menu__item:where(.astro-fzpbxy5g) strong:where(.astro-fzpbxy5g){font-size:.82rem;font-weight:610}.solution-menu__item:where(.astro-fzpbxy5g):hover,.solution-menu__item:where(.astro-fzpbxy5g):focus-visible,.solution-menu__item:where(.astro-fzpbxy5g).active{background:var(--paper-warm)}.site-header__actions:where(.astro-fzpbxy5g){align-items:center;gap:16px;font-size:.82rem;font-weight:650;display:flex}.phone-link:where(.astro-fzpbxy5g){color:var(--ink-soft)}.login-link:where(.astro-fzpbxy5g){border:1px solid var(--line-strong);border-radius:999px;align-items:center;gap:8px;height:42px;padding:0 17px;display:inline-flex}.login-link:where(.astro-fzpbxy5g):hover{color:var(--white);border-color:var(--ink);background:var(--ink)}.mobile-nav:where(.astro-fzpbxy5g){display:none}.site-header--inverted:where(.astro-fzpbxy5g){background:#1d1d1be6;border-bottom-color:#fcfbf81f}.site-header--inverted:where(.astro-fzpbxy5g) .desktop-nav__link:where(.astro-fzpbxy5g),.site-header--inverted:where(.astro-fzpbxy5g) .phone-link:where(.astro-fzpbxy5g){color:#fcfbf8ad}.site-header--inverted:where(.astro-fzpbxy5g) .desktop-nav__link:where(.astro-fzpbxy5g):hover,.site-header--inverted:where(.astro-fzpbxy5g) .desktop-nav__link:where(.astro-fzpbxy5g).active{color:var(--paper)}.site-header--inverted:where(.astro-fzpbxy5g) .login-link:where(.astro-fzpbxy5g){color:var(--paper);border-color:#fcfbf847}.site-header--inverted:where(.astro-fzpbxy5g) .login-link:where(.astro-fzpbxy5g):hover{color:var(--ink);border-color:var(--paper);background:var(--paper)}@media (width<=980px){.desktop-nav:where(.astro-fzpbxy5g),.site-header__actions:where(.astro-fzpbxy5g){display:none}.site-header__inner:where(.astro-fzpbxy5g){grid-template-columns:1fr auto}.mobile-nav:where(.astro-fzpbxy5g){display:block}summary:where(.astro-fzpbxy5g){border:1px solid var(--line-strong);cursor:pointer;border-radius:50%;place-content:center;gap:7px;width:46px;height:46px;list-style:none;display:grid}summary:where(.astro-fzpbxy5g)::-webkit-details-marker{display:none}summary:where(.astro-fzpbxy5g) span:where(.astro-fzpbxy5g){background:var(--ink);width:18px;height:1px;transition:transform .18s}.site-header--inverted:where(.astro-fzpbxy5g) summary:where(.astro-fzpbxy5g){border-color:#fcfbf847}.site-header--inverted:where(.astro-fzpbxy5g) summary:where(.astro-fzpbxy5g) span:where(.astro-fzpbxy5g){background:var(--paper)}details:where(.astro-fzpbxy5g)[open] summary:where(.astro-fzpbxy5g) span:where(.astro-fzpbxy5g):first-child{transform:translateY(4px)rotate(45deg)}details:where(.astro-fzpbxy5g)[open] summary:where(.astro-fzpbxy5g) span:where(.astro-fzpbxy5g):last-child{transform:translateY(-4px)rotate(-45deg)}.mobile-nav__panel:where(.astro-fzpbxy5g){border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow);background:#fcfbf8fa;padding:28px;position:absolute;top:76px;left:16px;right:16px}.mobile-nav__panel:where(.astro-fzpbxy5g) nav:where(.astro-fzpbxy5g){display:grid}.mobile-nav__panel:where(.astro-fzpbxy5g) nav:where(.astro-fzpbxy5g) a:where(.astro-fzpbxy5g){border-bottom:1px solid var(--line);align-items:center;gap:16px;min-height:54px;font-size:1.15rem;font-weight:600;display:flex}.mobile-nav__panel:where(.astro-fzpbxy5g) nav:where(.astro-fzpbxy5g) a:where(.astro-fzpbxy5g) span:where(.astro-fzpbxy5g){color:var(--brand);letter-spacing:.1em;font-size:.68rem}.mobile-nav__panel:where(.astro-fzpbxy5g) nav:where(.astro-fzpbxy5g) a:where(.astro-fzpbxy5g).active{color:var(--brand)}.mobile-nav__help:where(.astro-fzpbxy5g){border-bottom:1px solid var(--line);padding:14px 0}.mobile-nav__help:where(.astro-fzpbxy5g)>strong:where(.astro-fzpbxy5g){align-items:center;gap:16px;margin-bottom:8px;font-size:1.15rem;display:flex}.mobile-nav__help:where(.astro-fzpbxy5g)>strong:where(.astro-fzpbxy5g) span:where(.astro-fzpbxy5g){color:var(--brand);letter-spacing:.1em;font-size:.68rem}.mobile-nav__help:where(.astro-fzpbxy5g) a:where(.astro-fzpbxy5g),.mobile-nav__help:where(.astro-fzpbxy5g) button:where(.astro-fzpbxy5g){width:100%;min-height:38px;color:var(--ink-soft);font:inherit;text-align:left;background:0 0;border:0;padding:8px 0 8px 32px;font-size:.94rem;display:block}.mobile-nav__login:where(.astro-fzpbxy5g){color:var(--ink-soft);margin-top:24px;font-size:.88rem;font-weight:650;display:inline-flex}}.site-footer:where(.astro-nns7i3if){color:#fcfbf8ad;background:var(--ink);padding:78px 0 24px}.site-footer__top:where(.astro-nns7i3if){grid-template-columns:1.25fr .55fr 1.9fr 112px;gap:clamp(28px,4vw,64px);padding-bottom:68px;display:grid}.site-footer__brand:where(.astro-nns7i3if) p:where(.astro-nns7i3if){max-width:280px;margin:26px 0 0;font-size:1.2rem}.site-footer__brand:where(.astro-nns7i3if) p:where(.astro-nns7i3if) span:where(.astro-nns7i3if){display:block}nav:where(.astro-nns7i3if),.site-footer__contact:where(.astro-nns7i3if){align-content:start;gap:12px;display:grid}strong:where(.astro-nns7i3if){color:var(--paper);letter-spacing:.12em;margin-bottom:8px;font-size:.74rem}nav:where(.astro-nns7i3if) a:where(.astro-nns7i3if),.site-footer__contact:where(.astro-nns7i3if) a:where(.astro-nns7i3if){width:fit-content}nav:where(.astro-nns7i3if) a:where(.astro-nns7i3if):hover,.site-footer__contact:where(.astro-nns7i3if) a:where(.astro-nns7i3if):hover{color:var(--paper)}.site-footer__contact:where(.astro-nns7i3if) span:where(.astro-nns7i3if){max-width:280px}@media (width>=901px){.site-footer__brand:where(.astro-nns7i3if) p:where(.astro-nns7i3if),.site-footer__contact:where(.astro-nns7i3if) span:where(.astro-nns7i3if){white-space:nowrap;max-width:none}}.site-footer__wechat:where(.astro-nns7i3if) img:where(.astro-nns7i3if){background:var(--white);border-radius:8px;width:112px;height:112px;padding:7px}.site-footer__wechat:where(.astro-nns7i3if) span:where(.astro-nns7i3if){text-align:center;margin-top:10px;font-size:.76rem;display:block}.site-footer__bottom:where(.astro-nns7i3if){border-top:1px solid #fcfbf824;justify-content:space-between;gap:20px;padding-top:22px;font-size:.76rem;display:flex}@media (width<=900px){.site-footer__top:where(.astro-nns7i3if){grid-template-columns:1fr 1fr}}@media (width<=560px){.site-footer__top:where(.astro-nns7i3if){grid-template-columns:1fr}.site-footer__wechat:where(.astro-nns7i3if){width:fit-content}.site-footer__bottom:where(.astro-nns7i3if){flex-direction:column}}.contact-rail:where(.astro-doflhgvy){z-index:30;border:1px solid var(--line);backdrop-filter:blur(12px);background:#fcfbf8eb;border-radius:999px;align-items:center;gap:14px;padding:8px 8px 8px 18px;font-size:.76rem;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 40px #2820141f}.contact-rail:where(.astro-doflhgvy)>span:where(.astro-doflhgvy){color:var(--ink-soft)}a:where(.astro-doflhgvy){min-height:40px;color:var(--white);background:var(--ink);border-radius:999px;align-items:center;gap:8px;padding:0 15px;font-size:.78rem;font-weight:680;display:inline-flex}.contact-rail__dot:where(.astro-doflhgvy){background:var(--brand-bright);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #e98a242e}@media (width<=620px){.contact-rail:where(.astro-doflhgvy){justify-content:space-between;bottom:14px;left:14px;right:14px}}
