:root{--ink:#111827;--ink-soft:#475467;--muted:#667085;--line:#eaecf0;--line-strong:#d0d5dd;--surface:#f8fafc;--surface-strong:#eef2f6;--white:#fff;--primary:#2563eb;--primary-dark:#1d4ed8;--primary-soft:#eff6ff;--primary-glow:rgba(37,99,235,.14);--green:#059669;--green-soft:rgba(5,150,105,.12);--shadow:0 16px 40px rgba(17,24,39,.07);--shadow-soft:0 4px 16px rgba(17,24,39,.04);--shadow-card-hover:0 20px 48px rgba(17,24,39,.09);--radius:.625rem;--radius-lg:.875rem;--nav-height:4.5rem;--section-gap:clamp(4rem,7vw,6.5rem);--text-xs:.8125rem;--text-sm:.9375rem;--text-base:1rem;--text-md:1.0625rem;--text-lg:1.125rem;--title-sm:clamp(1.0625rem,1.2vw,1.25rem);--title-md:clamp(1.375rem,2vw,1.875rem);--title-lg:clamp(1.75rem,2.8vw,2.375rem);--title-hero:clamp(2.125rem,4.2vw,3rem);--title-panel:clamp(1.25rem,1.65vw,1.5625rem);--ease-out:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;overflow-x:clip}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-moz-selection{color:var(--white);background:var(--primary)}::selection{color:var(--white);background:var(--primary)}:focus-visible{outline:2px solid var(--primary);outline-offset:3px}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin:0}h1,h2,h3{letter-spacing:0}h1{font-size:var(--title-lg);line-height:1.08}h1,h2{font-weight:650}h2{font-size:var(--title-md);line-height:1.16}h3{font-size:var(--title-sm);font-weight:650;line-height:1.28}.site-shell{min-height:100vh;overflow-x:clip}.main-wrapper{min-height:60vh}.section-inner{width:min(100% - 3rem,1180px);margin:0 auto}.section-kicker{display:inline-flex;align-items:center;gap:.45rem;color:var(--primary);font-size:.8125rem;font-weight:650;letter-spacing:.04em}.section-kicker:before{content:"";width:1.125rem;height:2px;border-radius:999px;background:var(--primary);opacity:.85}.lead{max-width:45rem;font-size:var(--text-md)}.lead,.section-copy{color:var(--ink-soft);line-height:1.75}.section-copy{max-width:39rem;font-size:var(--text-base)}.page-load{z-index:1002;position:fixed;inset:0;display:grid;place-items:center;color:var(--white);background:var(--ink);transition:transform .42s ease,opacity .42s ease}.page-load.is-hidden{opacity:0;transform:translateY(-100%);pointer-events:none;visibility:hidden}.page-load_mask{display:flex;gap:.18em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:750;line-height:1}.page-load_mask span{animation:load-letter .45s ease both}.page-load_mask span:nth-child(2){animation-delay:.04s}.page-load_mask span:nth-child(3){animation-delay:.08s}.page-load_mask span:nth-child(4){animation-delay:.12s}@keyframes load-letter{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.site-nav{z-index:1000;position:fixed;inset:0 0 auto;height:var(--nav-height);border-bottom:1px solid transparent;background:hsla(0,0%,100%,.82);backdrop-filter:blur(18px) saturate(1.2);transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.site-nav.is-scrolled{border-bottom-color:var(--line);background:hsla(0,0%,100%,.94);box-shadow:0 4px 24px rgba(17,24,39,.04)}.nav-inner{width:min(100% - 3rem,1180px);height:100%;margin:0 auto;display:flex;align-items:center;gap:2rem}.brand,.footer-brand{gap:.72rem;font-weight:750}.brand,.brand-mark,.footer-brand{display:inline-flex;align-items:center}.brand-mark{justify-content:center;width:2.35rem;height:2.35rem;border-radius:.5rem;color:var(--white);background:var(--ink);font-size:.78rem;font-weight:800;line-height:1}.brand-text{font-size:1.05rem}.nav-links{display:flex;align-items:center;flex-wrap:nowrap;gap:clamp(.85rem,1.2vw,1.35rem);margin-left:auto;margin-right:.5rem;min-width:0}.nav-link{position:relative;flex-shrink:0;color:var(--muted);font-size:clamp(.8125rem,.9vw,.9rem);font-weight:600;line-height:1;white-space:nowrap;transition:color .2s ease}.nav-link.router-link-exact-active,.nav-link:hover{color:var(--ink)}.nav-link.router-link-exact-active:after{content:"";position:absolute;left:0;right:0;bottom:-.65rem;height:2px;border-radius:999px;background:var(--primary)}.nav-actions{display:flex;gap:.75rem}.btn,.nav-actions{align-items:center}.btn{display:inline-flex;justify-content:center;min-height:2.75rem;border:1px solid transparent;border-radius:999px;padding:.72rem 1.25rem;font-size:.9375rem;font-weight:650;line-height:1;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s var(--ease-out),box-shadow .2s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--primary{color:var(--white);background:var(--primary);border-color:var(--primary);box-shadow:0 4px 14px var(--primary-glow)}.btn--primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);box-shadow:0 6px 20px rgba(37,99,235,.22)}.btn--ghost{color:var(--ink);background:var(--white);border-color:var(--line-strong)}.btn--ghost:hover{border-color:var(--primary);color:var(--primary)}.btn--light{color:var(--ink);background:var(--white);border-color:var(--white)}.menu-button{display:none;width:2.75rem;height:2.75rem;border:1px solid var(--line);border-radius:999px;background:var(--white);align-items:center;justify-content:center;flex-direction:column;gap:.34rem}.menu-button span{width:1.05rem;height:2px;border-radius:999px;background:var(--ink);transition:transform .2s ease}.menu-button.is-open span:first-child{transform:translateY(.18rem) rotate(45deg)}.menu-button.is-open span:last-child{transform:translateY(-.18rem) rotate(-45deg)}.mobile-drawer{pointer-events:none;position:fixed;inset:0;z-index:999;visibility:hidden}.mobile-drawer.is-open{pointer-events:auto;visibility:visible}.mobile-drawer_backdrop{position:absolute;inset:0;border:0;background:rgba(17,24,39,.42);opacity:0;transition:opacity .28s ease}.mobile-drawer.is-open .mobile-drawer_backdrop{opacity:1}.mobile-drawer_panel{position:absolute;top:0;right:0;bottom:0;width:min(100%,20.5rem);border-left:1px solid var(--line);padding:calc(var(--nav-height) + 1rem) 1.25rem calc(1.5rem + env(safe-area-inset-bottom, 0px));background:var(--white);box-shadow:-12px 0 40px rgba(17,24,39,.08);overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateX(100%);transition:transform .32s var(--ease-out)}.mobile-drawer.is-open .mobile-drawer_panel{transform:translateX(0)}.mobile-link{display:block;border-bottom:1px solid var(--line);padding:.95rem .15rem;color:var(--ink);font-size:1.05rem;font-weight:650;transition:color .2s ease,padding-left .2s ease}.mobile-link.router-link-exact-active,.mobile-link:hover{color:var(--primary);padding-left:.35rem}.mobile-cta{width:100%;margin-top:1.25rem}.home-hero{position:relative;min-height:88svh;display:flex;align-items:center;padding-top:var(--nav-height);overflow:hidden;background:#0f172a}.hero-background{position:absolute;inset:0}.hero-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:62% center;object-position:62% center;opacity:.92}.hero-background:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 20% 50%,rgba(37,99,235,.18) 0,transparent 55%),linear-gradient(90deg,rgba(15,23,42,.92),rgba(15,23,42,.72) 45%,rgba(15,23,42,.35)),linear-gradient(180deg,rgba(15,23,42,.15),rgba(15,23,42,.75))}.hero-grid{position:relative;z-index:1;padding:clamp(4rem,7vw,6.5rem) 0 clamp(3rem,5vw,4.5rem)}.hero-copy{max-width:42rem;color:var(--white)}.hero-copy .section-kicker{color:#93c5fd}.hero-copy .section-kicker:before{background:#93c5fd}.hero-copy h1{margin-top:.85rem;font-size:var(--title-hero);line-height:1.08;letter-spacing:-.01em}.hero-copy .lead{margin-top:1.25rem;max-width:38rem;color:hsla(0,0%,100%,.88);line-height:1.78}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.hero-actions .btn--ghost{color:var(--white);background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.42)}.hero-actions .btn--ghost:hover{color:var(--white);background:hsla(0,0%,100%,.2)}.hero-metrics small,.hero-metrics span,.hero-metrics strong{display:block}.hero-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;max-width:44rem;margin-top:2.25rem}.hero-metrics article{min-height:6.5rem;border:1px solid hsla(0,0%,100%,.16);border-radius:var(--radius);padding:.95rem 1rem;background:hsla(0,0%,100%,.08);backdrop-filter:blur(14px);transition:background .2s ease,border-color .2s ease}.hero-metrics article:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.28)}.hero-metrics span{color:#93c5fd;font-size:.75rem;font-weight:750;letter-spacing:.04em}.hero-metrics strong{margin-top:.45rem;font-size:1rem;font-weight:650;line-height:1.3}.hero-metrics small{margin-top:.35rem;color:hsla(0,0%,100%,.68);font-size:.8125rem;line-height:1.48}.section-band,.section-panel{padding:var(--section-gap) 0}.section-band{background:var(--white)}.section-band+.section-panel,.section-panel+.section-band{border-top:1px solid var(--line)}.section-band--light,.section-panel{background:var(--surface)}.section-heading{max-width:40rem;margin-bottom:2rem}.section-heading h2,.split-layout h2,.trust-strip h2{margin-top:.85rem;max-width:22em}.section-heading p:not(.section-kicker),.trust-strip p{margin-top:.85rem;max-width:36rem;color:var(--ink-soft);font-size:var(--text-base);line-height:1.75}.feature-grid{display:grid;gap:1rem}.feature-grid--three{grid-template-columns:repeat(3,1fr)}.feature-grid--four{grid-template-columns:repeat(4,1fr)}.contact-card,.faq-item,.feature-card,.summary-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-soft)}.feature-card{position:relative;min-height:14rem;padding:1.45rem 1.5rem 1.35rem;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s var(--ease-out),box-shadow .25s ease,border-color .25s ease}.feature-card:before{content:"";position:absolute;top:0;left:1.5rem;right:1.5rem;height:2px;border-radius:0 0 2px 2px;background:linear-gradient(90deg,var(--primary),#60a5fa);opacity:0;transition:opacity .25s ease}a.feature-card:hover{border-color:rgba(37,99,235,.28);box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}a.feature-card:hover:before{opacity:1}.feature-card h3{margin-top:.85rem}.feature-card p{margin-top:.65rem;color:var(--ink-soft);font-size:var(--text-sm);line-height:1.72}.feature-card small{margin-top:auto;padding-top:1.15rem;color:var(--primary);font-size:.875rem;font-weight:650;transition:letter-spacing .2s ease}a.feature-card:hover small{letter-spacing:.02em}.card-dot{width:.625rem;height:.625rem;border-radius:999px;background:var(--green);box-shadow:0 0 0 .4rem var(--green-soft)}.card-index{display:inline-flex;width:-moz-fit-content;width:fit-content;border:1px solid rgba(37,99,235,.18);border-radius:999px;padding:.34rem .72rem;color:var(--primary);background:var(--primary-soft);font-size:.82rem;font-weight:800;line-height:1}.split-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:clamp(2rem,5vw,5rem);align-items:start}.text-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.35rem;color:var(--primary);font-size:.9375rem;font-weight:650;transition:gap .2s ease,color .2s ease}.text-link:after{content:"→";transition:transform .2s var(--ease-out)}.text-link:hover{color:var(--primary-dark)}.text-link:hover:after{transform:translateX(3px)}.process-list,.process-preview{display:grid;gap:.75rem}.process-list article,.process-preview article{display:grid;grid-template-columns:3.25rem minmax(0,1fr);gap:1rem;align-items:start;border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.15rem 1.2rem;background:var(--white);box-shadow:var(--shadow-soft);transition:border-color .2s ease,box-shadow .2s ease}.process-list article:hover,.process-preview article:hover{border-color:rgba(37,99,235,.22);box-shadow:var(--shadow)}.process-list span,.process-preview span{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;color:var(--primary);background:var(--primary-soft);font-size:.875rem;font-weight:750}.process-list p,.process-preview p{margin-top:.35rem;color:var(--ink-soft);font-size:var(--text-sm);line-height:1.72}.trust-strip{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(1.5rem,4vw,3rem);align-items:center;padding:clamp(1.75rem,3vw,2.5rem);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-soft)}.trust-strip p{margin-top:0;padding-left:clamp(0px,2vw,2rem);border-left:1px solid var(--line)}.sub-hero{padding:calc(var(--nav-height) + clamp(3.5rem, 6vw, 5rem)) 0 clamp(3.5rem,6vw,5rem);background:radial-gradient(ellipse 70% 50% at 100% 0,rgba(37,99,235,.06) 0,transparent 55%),linear-gradient(180deg,var(--surface) 0,var(--white) 100%)}.sub-hero--compact{padding-bottom:clamp(3rem,5vw,4rem)}.sub-hero_grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(20rem,1fr);gap:clamp(2rem,4vw,4rem);align-items:center}.narrow-hero h1,.sub-hero h1{margin-top:.75rem;font-size:var(--title-lg);max-width:16em;line-height:1.14}.narrow-hero .lead,.sub-hero .lead{margin-top:1rem;max-width:34rem}.narrow-hero{max-width:52rem}.check-list{display:grid;gap:.65rem;margin:1.35rem 0 1.65rem;padding:0;list-style:none}.check-list li{position:relative;padding-left:1.35rem;color:var(--ink-soft);font-size:var(--text-sm);line-height:1.65}.check-list li:before{content:"";position:absolute;top:.55rem;left:0;width:.5rem;height:.5rem;border-radius:999px;background:var(--green);box-shadow:0 0 0 .25rem var(--green-soft)}.media-card{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-strong);box-shadow:var(--shadow)}.media-card img{width:100%;height:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.media-card--soft img{filter:saturate(.96) contrast(1.02)}.summary-panel span{display:inline-flex;color:var(--primary);font-size:.78rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.summary-panel h2{margin-top:.75rem;font-size:var(--title-panel);line-height:1.22}.summary-panel p{margin-top:.85rem;color:var(--ink-soft);font-size:var(--text-sm);line-height:1.74}.summary-panel--dark{color:var(--white);background:linear-gradient(145deg,#0f172a,#1e293b);border-color:#1e293b}.summary-panel--dark p,.summary-panel--dark span{color:hsla(0,0%,100%,.8)}.plain-list{display:grid;gap:.6rem;margin:1.1rem 0 0;padding:0;list-style:none}.plain-list li{border-top:1px solid var(--line);padding-top:.6rem;color:var(--ink-soft);font-size:var(--text-sm);line-height:1.65}.process-list{max-width:56rem;margin:0 auto}.faq-list{display:grid;gap:.85rem;max-width:56rem}.contact-page{min-height:calc(100svh - var(--nav-height));display:flex;align-items:center}.contact-card h2{font-size:var(--title-panel);line-height:1.22}.contact-card p{margin-top:.85rem;color:var(--ink-soft);font-size:var(--text-sm);line-height:1.76}.contact-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.footer-cta h2{margin-top:.6rem;font-size:clamp(1.375rem,2.2vw,1.875rem);line-height:1.2}.footer-brand .brand-mark{color:var(--ink);background:var(--white)}.footer-links{display:flex;gap:1.15rem}.summary-panel{position:relative;padding:clamp(1.5rem,3vw,2rem);overflow:hidden}.summary-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),#60a5fa)}.summary-panel--dark:before{background:linear-gradient(90deg,#60a5fa,#93c5fd)}.faq-item{padding:1.35rem 1.45rem;transition:border-color .2s ease,box-shadow .2s ease}.faq-item:hover{border-color:rgba(37,99,235,.2);box-shadow:var(--shadow)}.faq-item h3{position:relative;padding-left:.85rem}.faq-item h3:before{content:"";position:absolute;top:.35em;left:0;width:3px;height:calc(100% - .5em);min-height:1rem;border-radius:999px;background:var(--primary)}.faq-item p{margin-top:.75rem;padding-left:.85rem;color:var(--ink-soft);font-size:var(--text-sm);line-height:1.76}.contact-card{position:relative;padding:clamp(1.5rem,3vw,2.25rem);overflow:hidden}.contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),#60a5fa)}.contact-card p+p{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--line)}.site-footer{color:var(--white);background:linear-gradient(180deg,#0f172a,#111827);padding:clamp(3rem,5vw,4rem) 0 1.75rem}.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;border-bottom:1px solid hsla(0,0%,100%,.12);padding-bottom:2.25rem}.footer-cta .section-kicker{color:#93c5fd}.footer-cta .section-kicker:before{background:#93c5fd}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1.35rem;color:hsla(0,0%,100%,.72);font-size:.9375rem}.footer-links button{border:0;padding:0;color:hsla(0,0%,100%,.78);background:transparent;font-size:.9375rem;transition:color .2s ease}.footer-links button:hover{color:var(--white)}@media screen and (max-width:1080px){.nav-links--desktop,.nav-login{display:none}.nav-inner{justify-content:space-between}.menu-button{display:flex}.feature-grid--four{grid-template-columns:repeat(2,1fr)}.split-layout,.sub-hero_grid,.trust-strip{grid-template-columns:1fr}.sub-hero_grid{gap:2rem}.media-card img{aspect-ratio:16/9}}@media screen and (max-width:760px){:root{--nav-height:4.2rem}.nav-inner,.section-inner{width:min(100% - 2rem,1180px)}h1{font-size:clamp(1.625rem,7vw,2.125rem)}h2{font-size:clamp(1.25rem,5.5vw,1.625rem)}h3{font-size:1.0625rem}.hero-copy h1{font-size:clamp(1.875rem,8.5vw,2.5rem);max-width:none}.lead{font-size:var(--text-base);line-height:1.72}.brand-text{font-size:1rem}.home-hero{min-height:auto}.hero-background img{-o-object-position:68% center;object-position:68% center}.hero-background:after{background:linear-gradient(90deg,rgba(18,24,38,.9),rgba(18,24,38,.72) 60%,rgba(18,24,38,.45)),linear-gradient(180deg,rgba(18,24,38,.08),rgba(18,24,38,.72))}.hero-grid{padding-top:3.7rem;padding-bottom:2rem}.hero-copy{max-width:100%}.hero-actions{gap:.75rem}.hero-actions .btn{width:100%}.hero-metrics{grid-template-columns:repeat(2,1fr);margin-top:1.45rem}.hero-metrics article{min-height:auto;padding:.78rem}.hero-metrics strong{margin-top:.28rem;font-size:.98rem}.hero-metrics small{display:none}.trust-strip{padding:1.35rem}.trust-strip p{padding-left:0;padding-top:1rem;border-left:0;border-top:1px solid var(--line)}.section-band,.section-panel{padding:3.5rem 0}.section-heading{margin-bottom:1.6rem}.feature-grid,.feature-grid--four,.feature-grid--three{grid-template-columns:1fr}.feature-card{min-height:auto;padding:1.25rem}.sub-hero{padding-top:calc(var(--nav-height) + 3rem);padding-bottom:3.25rem}.narrow-hero h1,.sub-hero h1{font-size:clamp(1.625rem,7.5vw,2.125rem);max-width:none}.section-heading h2,.split-layout h2,.trust-strip h2{max-width:none}.contact-card h2,.summary-panel h2{font-size:clamp(1.1875rem,4.8vw,1.4375rem)}.footer-cta h2{font-size:clamp(1.25rem,5.5vw,1.625rem)}.contact-card,.faq-item,.process-list article,.process-preview article,.summary-panel{padding:1.2rem}.process-list article,.process-preview article{grid-template-columns:2.9rem minmax(0,1fr)}.process-list span,.process-preview span{width:2.35rem;height:2.35rem}.contact-page{min-height:auto}.contact-actions .btn{width:100%}.footer-bottom,.footer-cta{align-items:flex-start;flex-direction:column}.footer-links{flex-direction:column;gap:.8rem}}@media screen and (max-width:430px){.hero-metrics article{min-height:auto}.btn{min-height:2.75rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}