/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.start{inset-inline-start:var(--spacing)}}:root{--ink:#171915;--muted:#676b62;--paper:#f7f6f1;--white:#fff;--line:#dcded6;--green:#134e3a;--lime:#c9ff3d;--orange:#f46b3b;--blue:#c8dcff;--serif:Georgia,"Times New Roman",serif;--sans:Inter,"Noto Sans SC","Noto Sans TC",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1180px,100% - 48px);margin:0 auto}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f6f1eb;height:78px;position:relative}.nav-wrap{justify-content:space-between;gap:28px;height:100%}.brand,.nav-wrap{align-items:center;display:flex}.brand{letter-spacing:-.6px;gap:10px;font-size:21px;font-weight:800}.brand>span:last-child>span{color:var(--orange)}.brand-mark{background:var(--ink);width:34px;height:34px;color:var(--lime);font-family:var(--serif);border-radius:50%;place-items:center;font-style:italic;display:grid}.desktop-nav{color:#4b4e47;gap:32px;font-size:14px;display:flex}.desktop-nav a:hover{color:var(--ink)}.nav-tools{align-items:center;gap:10px;display:flex}.language{position:relative}.language summary{cursor:pointer;padding:11px 13px;font-size:13px;list-style:none}.language summary::-webkit-details-marker{display:none}.language-menu{border:1px solid var(--line);background:#fff;border-radius:12px;min-width:140px;padding:7px;position:absolute;top:42px;right:0;box-shadow:0 12px 35px #16191316}.language-menu a{border-radius:7px;padding:9px 11px;font-size:13px;display:block}.language-menu a.active,.language-menu a:hover{background:var(--paper);font-weight:700}.button{cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;gap:12px;font-weight:750;display:inline-flex}.button-primary{background:var(--ink);color:#fff}.button-primary:hover{background:var(--green)}.nav-cta{padding:12px 16px;font-size:13px}.hero{background:radial-gradient(circle at 75% 20%,#e6efde 0,transparent 34%),var(--paper);padding:86px 0 82px;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:74px;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:2.2px;color:var(--green);align-items:center;gap:9px;margin:0 0 22px;font-size:11px;font-weight:800;display:flex}.eyebrow>span{background:var(--orange);width:22px;height:2px}h1,h2,h3,p{margin-top:0}.hero h1{font-family:var(--serif);letter-spacing:-4.5px;margin:0 0 28px;font-size:clamp(58px,6.8vw,92px);font-weight:500;line-height:.93}.hero h1 span:last-child{color:var(--green);font-style:italic}.hero-subhead{max-width:630px;color:var(--muted);font-size:18px;line-height:1.75}.region-line{align-items:center;gap:8px;margin:25px 0 0;font-size:13px;font-weight:700;display:flex}.region-line span{color:var(--orange)}.stat-row{border-top:1px solid var(--line);gap:44px;margin-top:45px;padding-top:24px;display:flex}.stat-row div{flex-direction:column;gap:5px;display:flex}.stat-row strong{font-family:var(--serif);font-size:26px}.stat-row span{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;font-size:11px}.hero-card{place-items:center;min-height:500px;display:grid;position:relative}.hero-card-inner{z-index:2;background:#fff;border:1px solid #d7dad1;border-radius:24px;width:min(100%,430px);padding:34px;position:relative;transform:rotate(1deg);box-shadow:0 32px 90px #315b3424}.card-kicker{letter-spacing:2px;color:#8b8e86;font-size:10px;font-weight:800}.mini-logos{margin:26px 0 32px;display:flex}.mini-logos span{background:var(--ink);color:#fff;border:3px solid #fff;border-radius:50%;place-items:center;width:48px;height:48px;margin-left:-7px;font-weight:800;display:grid}.mini-logos span:first-child{margin-left:0}.mini-logos span:nth-child(2){background:#b75b3e}.mini-logos span:nth-child(3){background:#466eff}.mini-logos span:nth-child(4){background:var(--lime);color:var(--ink);font-size:11px}.code-box{text-align:left;cursor:pointer;background:#f8f8f4;border:1px solid #cfd2c9;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:16px 16px 16px 18px;display:flex}.code-box small{color:var(--muted);margin-bottom:5px;font-size:11px;display:block}.code-box strong{letter-spacing:2px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:22px}.copy-pill{background:#fff;border:1px solid #cfd2c9;border-radius:6px;padding:8px 11px;font-size:12px;font-weight:700}.copy-pill.is-copied{background:var(--lime);border-color:var(--lime)}.button-large{width:100%;margin-top:12px;padding:17px}.action-note{color:var(--muted);text-align:center;margin:13px 0 0;font-size:11px}.action-note span{color:var(--green);margin-right:5px}.secure-line{color:#92968d;letter-spacing:1.7px;align-items:center;gap:8px;margin-top:28px;font-size:9px;display:flex}.secure-line i{background:var(--line);flex:1;height:1px}.card-orbit{opacity:.6;border:1px solid #9fac91;border-radius:50%;width:470px;height:470px;position:absolute}.orbit-two{border-style:dashed;width:350px;height:350px}.hero-glow{filter:blur(2px);border-radius:50%;position:absolute}.glow-one{opacity:.4;background:#dbff7b;width:220px;height:220px;top:80px;right:-100px}.glow-two{opacity:.3;background:#ffbb9e;width:160px;height:160px;bottom:-40px;left:-90px}.services{padding:58px 0 90px}.section-label{text-align:center;text-transform:uppercase;letter-spacing:2px;color:var(--muted);margin-bottom:24px;font-size:11px}.service-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.service-grid article{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:14px;padding:20px;transition:all .25s;display:flex}.service-grid article:hover{transform:translateY(-4px);box-shadow:0 15px 35px #2d352615}.service-mark{color:#fff;background:#111;border-radius:50%;place-items:center;width:43px;height:43px;font-weight:800;display:grid}.mark-1{background:#b75b3e}.mark-2{background:#4168fb}.mark-3{background:var(--lime);color:var(--ink)}.service-grid h3{margin:0 0 4px;font-size:15px}.service-grid p{color:var(--muted);margin:0;font-size:11px}.service-arrow{color:#aaa;margin-left:auto}.why{color:#fff;background:#173f32;padding:108px 0;position:relative;overflow:hidden}.why:after{content:"";border:1px solid #96b6a633;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-300px;left:-250px}.why-grid{grid-template-columns:.85fr 1.15fr;gap:100px;display:grid}.why .eyebrow{color:#b9ddcc}.blog-hero h1,.faq h2,.final-cta h2,.how h2,.resources h2,.why h2{font-family:var(--serif);letter-spacing:-2.5px;font-size:clamp(44px,5vw,70px);font-weight:500;line-height:1.05}.why h2 span:last-child{color:var(--lime);font-style:italic}.section-intro{color:#c6d4ce;max-width:450px;font-size:16px;line-height:1.8}.benefit-list article{border-top:1px solid #ffffff24;grid-template-columns:55px 1fr;gap:20px;padding:30px 0;display:grid}.benefit-list article>span{font-family:var(--serif);color:var(--lime);font-size:22px;font-style:italic}.benefit-list h3{margin:0 0 10px;font-size:20px}.benefit-list p{color:#b9c9c2;margin:0;font-size:14px;line-height:1.7}.how{padding:110px 0}.centered{justify-content:center}.how>h2{text-align:center}.steps{grid-template-columns:repeat(3,1fr);margin-top:70px;display:grid}.steps article{text-align:center;padding:0 35px;position:relative}.step-number{background:var(--lime);border:1px solid var(--ink);width:54px;height:54px;font-family:var(--serif);border-radius:50%;place-items:center;margin:0 auto 25px;font-size:21px;display:grid}.steps h3{font-size:18px}.steps p{color:var(--muted);font-size:14px;line-height:1.7}.step-line{border-top:1px dashed #aeb2a8;width:70%;height:1px;position:absolute;top:27px;left:65%}.disclosure{border-left:3px solid var(--orange);background:#eeede7;gap:18px;max-width:900px;margin:76px auto 0;padding:25px 28px;display:flex}.disclosure-icon{border:1px solid var(--orange);width:26px;height:26px;color:var(--orange);font-family:var(--serif);border-radius:50%;flex:none;place-items:center;font-style:italic;display:grid}.disclosure h3{margin:0 0 7px;font-size:14px}.disclosure p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.resources{background:#ecebe5;padding:105px 0}.resources-head{justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:48px;display:flex}.resources-head h2{max-width:720px;margin-bottom:15px}.resources-head>div>p:last-child{color:var(--muted);max-width:600px;line-height:1.7}.read-link,.text-link{border-bottom:1px solid var(--ink);white-space:nowrap;padding-bottom:4px;font-size:13px;font-weight:800}.article-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.article-card{background:#fff;border:1px solid #d8dad2;flex-direction:column;transition:all .25s;display:flex}.article-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #1e2e2414}.article-art{background:#d5e7ff;place-items:center;height:210px;display:grid;position:relative;overflow:hidden}.article-art>span{font-family:var(--serif);z-index:2;font-size:72px;font-style:italic;position:relative}.article-art:after,.article-art:before,.article-art>div{content:"";border:1px solid #334c6e;border-radius:50%;width:190px;height:190px;position:absolute}.article-art:before{width:120px;height:120px}.article-art:after{width:280px;height:280px}.art-1{background:#ffcab2}.art-1:after,.art-1:before,.art-1>div{border-color:#9c4527}.art-2{background:#dff98e}.art-2:after,.art-2:before,.art-2>div{border-color:#4b6215}.article-copy{padding:24px}.article-copy>p:first-child{color:#80847b;text-transform:uppercase;letter-spacing:.7px;font-size:10px}.article-copy>p span{color:var(--green);font-weight:800}.article-copy h2,.article-copy h3{font-family:var(--serif);letter-spacing:-.5px;margin-bottom:25px;font-size:24px;line-height:1.25}.read-link{display:inline-block}.faq{grid-template-columns:.75fr 1.25fr;gap:100px;padding:110px 0;display:grid}.faq-code{color:var(--muted);margin-top:38px;font-size:12px}.faq-code strong{color:var(--ink);letter-spacing:2px;margin-top:8px;font-family:ui-monospace,monospace;font-size:20px;display:block}.faq-list details{border-top:1px solid var(--line);padding:22px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;gap:20px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:22px;font-weight:400}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--muted);margin:16px 0 0;padding-right:40px;font-size:14px;line-height:1.75}.final-cta{background:var(--lime);padding:82px 0;position:relative;overflow:hidden}.final-inner{z-index:2;grid-template-columns:1fr 420px;align-items:center;gap:70px;display:grid;position:relative}.final-inner h2{margin-bottom:14px}.final-inner>div>p:last-child{color:#3c4b20}.final-cta .code-box{background:#e4ff9d;border-color:#8daa34}.final-cta .button-primary{background:var(--green)}.final-orbit{border:1px solid #668117;border-radius:50%;width:600px;height:600px;position:absolute;top:-190px;right:-100px}.light{color:#466012}.light>span{background:var(--green)}footer{color:#fff;background:#111410;padding:50px 0}.footer-inner{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.brand-footer{margin-bottom:15px}.footer-inner p,.footer-inner>span{color:#8d9388;margin:0;font-size:11px}.footer-links{gap:25px;font-size:12px;display:flex}.blog-page{padding-bottom:100px}.blog-hero{max-width:900px;margin-left:max(24px,50vw - 590px);padding:100px 0 65px}.blog-hero h1{margin-bottom:24px;font-size:clamp(54px,7vw,88px)}.blog-hero>p:last-child{max-width:680px;color:var(--muted);font-size:18px;line-height:1.7}.blog-list .article-card{min-height:500px}.article-copy .excerpt{color:var(--muted);margin-bottom:24px;font-size:14px;line-height:1.65}.article-page{padding:80px 0 110px}.article-shell{width:min(820px,100% - 48px);margin:0 auto}.back-link{font-size:13px;font-weight:700}.article-meta{text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin:60px 0 20px;font-size:11px}.article-meta span{color:var(--green);font-weight:800}.article-shell>h1{font-family:var(--serif);letter-spacing:-2.5px;font-size:clamp(46px,6vw,74px);line-height:1.06}.article-lead{color:var(--muted);font-size:20px;line-height:1.7}.article-hero-art{background:var(--green);color:#fff;justify-content:space-between;align-items:flex-end;height:360px;margin:50px 0 70px;padding:38px;display:flex;position:relative;overflow:hidden}.article-hero-art:after{content:"";border:1px solid #ccff4f70;border-radius:50%;width:400px;height:400px;position:absolute;top:-150px;right:-100px}.article-hero-art>span{font-size:42px;font-weight:800}.article-hero-art>span span{color:var(--lime)}.article-hero-art strong{z-index:2;color:var(--lime);position:relative}.article-body{width:min(680px,100%);margin:0 auto}.article-body section{margin-bottom:46px}.article-body h2{font-family:var(--serif);letter-spacing:-.8px;font-size:34px}.article-body p{color:#484c44;font-size:16px;line-height:1.9}.article-referral{background:#edf4dc;border:1px solid #cedba9;margin-top:60px;padding:28px}.article-referral>p{text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:11px}.article-referral>strong{letter-spacing:2px;margin-bottom:22px;font-family:monospace;font-size:25px;display:block}.article-referral .code-box{display:none}.related{border-top:1px solid var(--line);margin-top:110px;padding-top:60px}.related>h2{font-family:var(--serif);font-size:36px}.related .article-grid{grid-template-columns:repeat(2,1fr)}@media (max-width:980px){.desktop-nav{display:none}.hero-grid,.why-grid{grid-template-columns:1fr}.hero-grid{gap:25px}.hero-card{min-height:460px}.service-grid{grid-template-columns:repeat(2,1fr)}.why-grid{gap:50px}.final-inner{grid-template-columns:1fr}.faq{gap:45px}.article-grid{grid-template-columns:repeat(2,1fr)}.article-grid .article-card:last-child{grid-column:1/-1}.article-grid .article-card:last-child .article-art{height:250px}}@media (max-width:680px){.shell{width:min(100% - 30px,1180px)}.site-header{height:68px}.nav-cta{display:none}.language summary{padding:9px 4px;font-size:12px}.hero{padding:58px 0 48px}.hero h1{letter-spacing:-2.8px;font-size:51px}.hero-subhead{font-size:16px}.stat-row{justify-content:space-between;gap:19px}.stat-row strong{font-size:21px}.hero-card{min-height:auto;margin-top:25px}.hero-card-inner{padding:23px;transform:none}.card-orbit{width:340px;height:340px}.orbit-two{width:270px;height:270px}.article-grid,.faq,.related .article-grid,.service-grid,.steps{grid-template-columns:1fr}.services{padding:42px 0 68px}.faq,.how,.resources,.why{padding:75px 0}.why-grid{gap:28px}.faq h2,.final-cta h2,.how h2,.resources h2,.why h2{font-size:44px}.steps{gap:45px;margin-top:50px}.step-line{display:none}.disclosure{margin-top:55px}.resources-head{flex-direction:column;align-items:flex-start}.article-grid .article-card:last-child{grid-column:auto}.article-art{height:190px}.faq{gap:25px}.final-cta{padding:65px 0}.final-inner{gap:35px}.footer-inner{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap}.blog-hero{margin:0 auto;padding:70px 0 45px}.blog-hero h1{font-size:50px}.blog-list .article-card{min-height:0}.article-page{padding-top:45px}.article-meta{margin-top:40px}.article-shell>h1{font-size:45px}.article-lead{font-size:17px}.article-hero-art{height:250px;margin:35px 0 50px;padding:24px}.article-hero-art>span{font-size:30px}.related{margin-top:80px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.article-card,.service-grid article{transition:none}}.hero-title span{white-space:nowrap;display:block}.hero h1.hero-title.locale-zh-cn,.hero h1.hero-title.locale-zh-hant{letter-spacing:-2.2px;font-size:clamp(40px,4.3vw,62px);line-height:1.12}.hero h1.hero-title.locale-zh-cn span:not(:first-child),.hero h1.hero-title.locale-zh-hant span:not(:first-child){color:var(--green);font-style:italic}@media (max-width:680px){.hero-title span{white-space:normal}.hero h1.hero-title.locale-zh-cn,.hero h1.hero-title.locale-zh-hant{letter-spacing:-1.5px;font-size:clamp(36px,10.5vw,46px);line-height:1.12}.hero h1.hero-title.locale-zh-cn span,.hero h1.hero-title.locale-zh-hant span{white-space:nowrap}}.article-external{background:var(--green);color:#fff;border-radius:2px;margin-top:60px;padding:38px}.article-external .article-external-kicker{color:var(--lime);letter-spacing:1.8px;margin-bottom:12px;font-size:10px;font-weight:800}.article-external h2{color:#fff;margin-bottom:14px}.article-external>p:not(.article-external-kicker){color:#d9e5df;margin-bottom:24px}.article-external .button{background:var(--lime);width:auto;color:var(--ink);padding:15px 20px}.article-external small{color:#adbfb6;margin-top:16px;line-height:1.6;display:block}@media (max-width:680px){.article-external{padding:26px}}.article-external-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.article-secondary-link{color:#fff;border-bottom:1px solid #ffffff80;padding-bottom:4px;font-size:13px;font-weight:800}.article-secondary-link span{margin-left:5px}.article-external-actions+.article-secondary-link{margin-left:16px}@media (max-width:680px){.article-external-actions{flex-direction:column;align-items:flex-start;gap:16px}}