:root{--navy:#0e2a47;--blue:#1769aa;--sky:#eaf5ff;--ink:#17202a;--muted:#5c6b7a;--line:#e5edf5;--soft:#f7fafc;--gold:#c9953e;--green:#198754;--white:#fff;--shadow:0 14px 45px rgba(14,42,71,.10);--radius:22px;--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.62}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{background:var(--navy);color:#dceaf8;font-size:14px}.topbar .wrap{max-width:var(--max);margin:auto;padding:8px 20px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.navbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--line)}.navwrap{max-width:var(--max);margin:auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;position:relative}.logo{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--navy);letter-spacing:0;flex:0 0 auto}.logo img{width:184px;height:auto;max-width:100%}.navlinks{display:flex;align-items:center;gap:18px;font-size:15px;color:#31465a;flex-wrap:nowrap;min-width:0}.navlinks a{white-space:normal;line-height:1.45}.navlinks a:hover{color:var(--blue)}.btn,.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 18px;font-weight:750;border:1px solid transparent;transition:.18s ease;white-space:nowrap}.btn{background:var(--blue);color:#fff;box-shadow:0 8px 24px rgba(23,105,170,.22)}.btn:hover{transform:translateY(-1px);background:#0f5d99}.btn-outline{border-color:#bfd4e8;color:var(--navy);background:#fff}.btn-outline:hover{border-color:var(--blue);color:var(--blue)}.mobile-toggle{display:none;border:0;background:#eef6fd;border-radius:12px;padding:9px 11px;font-size:20px}.hero{background:linear-gradient(135deg,#f7fbff 0%,#eef7ff 52%,#fff 100%);border-bottom:1px solid var(--line)}.hero .wrap{max-width:var(--max);margin:auto;padding:76px 20px 58px;display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid #cfe3f6;background:#fff;border-radius:999px;padding:7px 12px;color:var(--blue);font-weight:750;font-size:14px}.hero h1,.page-hero h1{font-size:52px;line-height:1.05;margin:22px 0 18px;letter-spacing:0;color:var(--navy)}.hero p.lead,.page-hero p.lead{font-size:20px;color:#42576b;margin:0 0 26px;max-width:760px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.trust{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px 15px;box-shadow:0 6px 22px rgba(14,42,71,.05)}.trust strong{display:block;color:var(--navy);font-size:18px}.hero-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.hero-card h3{margin:0 0 14px;color:var(--navy);font-size:22px}.package-mini{display:flex;justify-content:space-between;gap:14px;border-top:1px solid var(--line);padding:14px 0}.package-mini:first-of-type{border-top:0}.price{font-weight:850;color:var(--blue)}section{padding:70px 20px}.wrap{max-width:var(--max);margin:auto}.section-head{max-width:760px;margin-bottom:34px}.kicker{font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:var(--blue);font-weight:850}.section-head h2{font-size:36px;line-height:1.15;margin:8px 0 12px;color:var(--navy);letter-spacing:0}.muted{color:var(--muted)}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 8px 28px rgba(14,42,71,.06)}.card h3{margin:0 0 10px;color:var(--navy);font-size:22px}.card p{margin:0 0 14px;color:#4b5e70}.card ul,.content ul{padding-left:20px;margin:12px 0}.card li,.content li{margin:7px 0}.icon{width:42px;height:42px;border-radius:14px;background:var(--sky);display:flex;align-items:center;justify-content:center;color:var(--blue);font-weight:900;margin-bottom:14px}.soft{background:var(--soft)}.highlight{background:linear-gradient(135deg,var(--navy),#154d7d);color:#fff}.highlight h2,.highlight h3,.highlight .kicker{color:#fff}.highlight p,.highlight li{color:#e4eef8}.highlight .btn{background:#fff;color:var(--navy)}.highlight .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}table{width:100%;border-collapse:collapse;font-size:15px}th,td{padding:16px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}th{background:#f2f7fb;color:var(--navy);font-weight:850}tr:last-child td{border-bottom:0}.badge{display:inline-block;background:#e8f4ff;color:var(--blue);font-weight:800;border-radius:999px;padding:5px 10px;font-size:13px}.process{counter-reset:step}.step{position:relative;padding-left:62px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:42px;height:42px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px}.faq details+details{margin-top:12px}.faq summary{font-weight:850;color:var(--navy);cursor:pointer}.faq p{color:#4b5e70;margin:12px 0 0}.page-hero{background:linear-gradient(135deg,#f8fbff,#eef7ff);border-bottom:1px solid var(--line)}.page-hero .wrap{padding:64px 20px}.breadcrumbs{font-size:14px;color:var(--muted);margin-bottom:16px}.content{max-width:900px}.cta-band{background:#f3f8fc;border:1px solid var(--line);border-radius:26px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-band h2{margin:0;color:var(--navy);letter-spacing:0}.footer{background:#081d33;color:#c8d7e5;padding:48px 20px 28px}.footer .wrap{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:28px}.footer h4{color:#fff;margin:0 0 12px}.footer a{display:block;color:#c8d7e5;margin:7px 0}.footer a:hover{color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;font-size:14px;color:#9fb3c6}.sticky-wa{position:fixed;right:20px;bottom:20px;z-index:30;background:#20b15a;color:#fff;border-radius:999px;padding:13px 18px;font-weight:850;box-shadow:0 12px 30px rgba(32,177,90,.35)}.note{font-size:14px;color:#5c6b7a}.founder{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:center}.portrait{background:linear-gradient(145deg,#eaf5ff,#fff);border-radius:26px;padding:30px;border:1px solid var(--line)}.quote{font-size:24px;line-height:1.35;color:var(--navy);font-weight:750;margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.pill-list{display:flex;flex-wrap:wrap;gap:10px}.pill{border:1px solid #d8e7f5;background:#fff;border-radius:999px;padding:8px 12px;font-weight:700;color:#33485c;font-size:14px}@media(max-width:1120px){.navlinks{display:none;position:absolute;top:72px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start;gap:14px;z-index:50}.navlinks.open{display:flex}.mobile-toggle{display:block}}@media(max-width:900px){.hero .wrap,.grid-2,.grid-3,.grid-4,.footer .wrap,.founder,.split{grid-template-columns:1fr}.hero h1,.page-hero h1{font-size:40px}.navlinks{display:none;position:absolute;top:72px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.navlinks.open{display:flex}.mobile-toggle{display:block}.trust-row{grid-template-columns:1fr}.cta-band{display:block}.cta-band .btn{margin-top:18px}.topbar .wrap{display:none}section{padding:54px 20px}.hero .wrap{padding-top:54px}}@media(max-width:520px){.hero h1,.page-hero h1{font-size:34px}.section-head h2{font-size:30px}.btn,.btn-outline{width:100%}.hero-card{padding:22px}.sticky-wa{left:16px;right:16px;text-align:center;justify-content:center}.logo img{width:160px;height:auto;max-width:60vw}}.article-meta{font-size:14px;color:var(--muted);margin:0 0 12px}.article-card{display:flex;flex-direction:column;min-height:100%}.article-card .btn-outline{margin-top:auto;align-self:flex-start}.content .notice{background:#f3f8fc;border:1px solid var(--line);border-radius:18px;padding:18px 20px;color:#33485c}.content blockquote{border-left:4px solid var(--blue);margin:22px 0;padding:8px 0 8px 18px;color:#33485c;background:#f8fbff}.content table{margin:18px 0}.content .leadbox{background:linear-gradient(135deg,#f6fbff,#eff6fd);border:1px solid var(--line);border-radius:22px;padding:24px;margin:22px 0}.content .toc{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;margin:18px 0}.content .toc a{display:block;color:var(--blue);margin:6px 0}.site-visual{padding:36px 20px 24px}.visual-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center}.visual-media{margin:0;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.visual-media img{display:block;width:100%;height:auto}.visual-copy h2{font-size:34px;line-height:1.15;color:var(--navy);margin:10px 0 12px;letter-spacing:0}.visual-copy p{margin:0 0 14px}.visual-points{margin:0;padding-left:20px;color:#43576a}.visual-points li{margin:8px 0}.showcase-band{padding-top:18px}.showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.showcase-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(14,42,71,.06)}.showcase-card-media{margin:0}.showcase-card-media img{display:block;width:100%;height:auto}.showcase-card h3{margin:18px 20px 8px;color:var(--navy);font-size:22px}.showcase-card p{margin:0 20px 22px}.article-card-media{margin:-26px -26px 18px;aspect-ratio:16/9;overflow:hidden;background:#eef6fd}.article-card-media img{width:100%;height:100%;object-fit:cover;display:block}.blog-hero-image{margin-top:28px;border-radius:26px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.blog-hero-image img{display:block;width:100%;height:auto}.lp-hero-visual{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.lp-hero-visual img{display:block;width:100%;height:auto}.lp-proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.lp-proof{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;color:#415568}.lp-proof strong{display:block;color:var(--navy);font-size:18px;margin-bottom:4px}@media(max-width:900px){.visual-grid,.showcase-grid,.lp-proof-row{grid-template-columns:1fr}.site-visual{padding:22px 20px 10px}.visual-copy h2{font-size:30px}.article-card-media{margin:-22px -22px 16px}}.page-illustration-section{padding:28px 20px 14px}.page-illustration{margin:0;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.page-illustration img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.image-gallery-band{padding:8px 20px 24px}.image-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(14,42,71,.06)}.gallery-card img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.article-card-media{margin:-26px -26px 18px;aspect-ratio:16/9;overflow:hidden;background:#eef6fd}.article-card-media img{display:block;width:100%;height:100%;object-fit:cover}.blog-hero-image{margin-top:28px;border-radius:26px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.blog-hero-image img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.lp-hero-visual img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}@media(max-width:900px){.page-illustration-section{padding:18px 20px 8px}.image-gallery-grid{grid-template-columns:1fr}.article-card-media{margin:-22px -22px 16px}}.credentials-section{background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);border-top:1px solid rgba(14,42,71,.06);border-bottom:1px solid rgba(14,42,71,.06)}.credentials-section .section-head{max-width:860px;margin:0 auto 30px;text-align:center}.credentials-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}.credential-card{background:#fff;border:1px solid rgba(14,42,71,.10);border-radius:22px;padding:22px 20px;box-shadow:0 14px 38px rgba(14,42,71,.08);display:flex;flex-direction:column;min-height:100%;position:relative;overflow:hidden}.credential-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#0e2a47,#d92929);opacity:.9}.credential-logo-wrap{height:94px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;border-bottom:1px solid rgba(14,42,71,.08);padding-bottom:14px}.credential-logo-wrap img{max-width:100%;max-height:82px;object-fit:contain}.credential-icon{width:44px;height:44px;border-radius:999px;background:#0e2a47;color:#fff;display:grid;place-items:center;font-weight:800;margin:0 auto 12px;box-shadow:0 8px 20px rgba(14,42,71,.22)}.credential-card h3{font-size:1.08rem;line-height:1.25;margin:.1rem 0 .55rem;text-align:center;color:#0e2a47}.credential-card p{font-size:.94rem;line-height:1.6;color:#46505c;text-align:center;margin:0}.credential-card .mini-note{font-size:.78rem;color:#6b7280;margin-top:auto;padding-top:12px}.credentials-disclaimer{margin:22px auto 0;max-width:900px;text-align:center;color:#6b7280;font-size:.9rem;line-height:1.55}.credential-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}.credential-proof-card{background:#fff;border:1px solid rgba(14,42,71,.10);border-radius:20px;padding:14px;box-shadow:0 10px 28px rgba(14,42,71,.07)}.credential-proof-card img{width:100%;height:auto;border-radius:14px;border:1px solid rgba(14,42,71,.08);background:#fff}.credential-proof-card figcaption{font-size:.82rem;line-height:1.45;color:#5c6670;margin-top:10px;text-align:center}@media (max-width:980px){.credentials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.credential-proof-grid{grid-template-columns:1fr}}@media (max-width:640px){.credentials-grid{grid-template-columns:1fr}.credential-card{padding:20px}.credential-logo-wrap{height:82px}.credentials-section .section-head{text-align:left}}.credentials-section{background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%)!important;border-top:1px solid rgba(14,42,71,.06)!important;border-bottom:1px solid rgba(14,42,71,.06)!important;padding:64px 20px!important}.credentials-section .wrap{max-width:var(--max,1160px)!important;margin:0 auto!important}.credentials-section .section-head{max-width:860px!important;margin:0 auto 30px!important;text-align:center!important}.credentials-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}.credential-card{background:#fff!important;border:1px solid rgba(14,42,71,.10)!important;border-radius:22px!important;padding:22px 20px!important;box-shadow:0 14px 38px rgba(14,42,71,.08)!important;display:flex!important;flex-direction:column!important;min-height:100%!important;position:relative!important;overflow:hidden!important}.credential-card:before{content:""!important;position:absolute!important;inset:0 0 auto 0!important;height:4px!important;background:linear-gradient(90deg,#0e2a47,#d92929)!important;opacity:.9!important}.credential-logo-wrap{height:94px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:16px!important;border-bottom:1px solid rgba(14,42,71,.08)!important;padding-bottom:14px!important;overflow:hidden!important}.credential-logo-wrap img{display:block!important;width:auto!important;max-width:170px!important;max-height:76px!important;object-fit:contain!important;margin:0 auto!important}.credential-icon{width:44px!important;height:44px!important;border-radius:999px!important;background:#0e2a47!important;color:#fff!important;display:grid!important;place-items:center!important;font-weight:800!important;margin:0 auto 12px!important;box-shadow:0 8px 20px rgba(14,42,71,.22)!important;flex:0 0 auto!important}.credential-card h3{font-size:1.08rem!important;line-height:1.25!important;margin:.1rem 0 .55rem!important;text-align:center!important;color:#0e2a47!important}.credential-card p{font-size:.94rem!important;line-height:1.6!important;color:#46505c!important;text-align:center!important;margin:0!important}.credential-proof-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-top:26px!important}.credential-proof-card{background:#fff!important;border:1px solid rgba(14,42,71,.10)!important;border-radius:20px!important;padding:14px!important;box-shadow:0 10px 28px rgba(14,42,71,.07)!important;margin:0!important}.credential-proof-card img{display:block!important;width:100%!important;height:420px!important;max-height:420px!important;object-fit:contain!important;border-radius:14px!important;border:1px solid rgba(14,42,71,.08)!important;background:#fff!important}.credential-proof-card figcaption{font-size:.82rem!important;line-height:1.45!important;color:#5c6670!important;margin-top:10px!important;text-align:center!important}@media (max-width:980px){.credentials-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.credential-proof-grid{grid-template-columns:1fr!important}.credential-proof-card img{height:360px!important;max-height:360px!important}}@media (max-width:640px){.credentials-grid{grid-template-columns:1fr!important}.credential-card{padding:20px!important}.credential-logo-wrap{height:82px!important}.credential-logo-wrap img{max-height:64px!important}.credentials-section .section-head{text-align:left!important}}.ai-summary{max-width:920px;font-size:1.05rem;line-height:1.75;color:#243447}.last-updated,.note{color:#667085}:root{--authority-red:#b7332c;--paper:#fbfaf7;--quiet-blue:#12314d;--panel-line:#d7e0e7;--decision-bg:#f4f7f8}body{font-family:"Aptos","Segoe UI",Arial,sans-serif;background:#fff;color:#142235}h1,h2,h3,.quote{font-family:Georgia,"Times New Roman",serif}.btn,.btn-outline,.eyebrow,.kicker,.badge,.pill,.price{font-family:"Aptos","Segoe UI",Arial,sans-serif}.btn,.btn-outline{border-radius:8px;min-height:46px}.card,.hero-card,.cta-band,.table-wrap,.faq details,.page-illustration,.showcase-card,.credential-card,.credential-proof-card{border-radius:10px}.page-hero.has-visual{background:linear-gradient(135deg,#fff 0%,var(--paper) 58%,#eef5f8 100%);position:relative;overflow:hidden}.page-hero.has-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,42,71,.045) 1px,transparent 1px) 0 0/54px 54px;pointer-events:none}.page-hero.has-visual .wrap{position:relative;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);gap:42px;align-items:center}.page-hero.has-visual h1{font-size:48px;letter-spacing:0}.page-hero.has-visual .lead{font-size:18px;line-height:1.62;margin-bottom:16px}.service-visual-panel{align-self:stretch;min-height:440px;border:1px solid rgba(14,42,71,.12);background:#fff;box-shadow:0 20px 60px rgba(14,42,71,.12);overflow:hidden;border-radius:10px;position:relative}.service-visual-panel img{width:100%;height:100%;min-height:440px;object-fit:cover;display:block}.service-visual-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,42,71,0) 45%,rgba(14,42,71,.55))}.service-visual-caption{position:absolute;left:18px;right:18px;bottom:18px;z-index:1;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.7);border-radius:8px;padding:14px 15px;color:#24364a;font-size:14px;line-height:1.45;backdrop-filter:blur(10px)}.service-visual-caption strong{display:block;color:var(--navy);font-size:16px;margin-bottom:3px}.page-hero.has-visual+.page-illustration-section{display:none}.decision-strip{background:#fff;border-bottom:1px solid rgba(14,42,71,.08);padding:24px 20px 40px}.decision-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.decision-card{background:var(--decision-bg);border:1px solid var(--panel-line);border-left:4px solid var(--authority-red);border-radius:8px;padding:18px 18px 16px;min-height:150px}.decision-card h3{font-family:"Aptos","Segoe UI",Arial,sans-serif;font-size:15px;letter-spacing:.08em;text-transform:uppercase;color:#29445c;margin:0 0 8px}.decision-card p{margin:0;color:#40556a;line-height:1.55}.decision-card strong{color:var(--navy);font-size:20px}.conversion-upgrade .section-head,.answer-source-section .section-head{max-width:850px}.answer-source-section{background:#fff}.answer-source-section .prose,.phase4-depth .prose{max-width:980px}.content-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:24px;margin:18px 0;box-shadow:0 8px 28px rgba(14,42,71,.045)}.content-card h2{font-size:28px;margin-bottom:12px}.home-decision{background:#fff;padding:42px 20px;border-bottom:1px solid rgba(14,42,71,.08)}.path-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.path-card{border:1px solid var(--panel-line);border-radius:8px;padding:20px;background:#fff;box-shadow:0 8px 26px rgba(14,42,71,.045)}.path-card h3{font-family:"Aptos","Segoe UI",Arial,sans-serif;font-size:18px;margin:0 0 8px}.path-card p{margin:0 0 14px;color:#526375}.path-card a{color:var(--blue);font-weight:800}.sticky-wa{border-radius:8px}html[lang="zh-SG"] body{font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC","Segoe UI",Arial,sans-serif}html[lang="zh-SG"] h1,html[lang="zh-SG"] h2,html[lang="zh-SG"] h3{font-family:"Noto Serif SC","Songti SC","SimSun",Georgia,serif}html[lang="zh-SG"] .btn,html[lang="zh-SG"] .btn-outline,html[lang="zh-SG"] .eyebrow,html[lang="zh-SG"] .kicker,html[lang="zh-SG"] .badge{font-family:"Microsoft YaHei","PingFang SC","Segoe UI",Arial,sans-serif}@media(max-width:900px){.page-hero.has-visual .wrap,.decision-grid,.path-grid{grid-template-columns:1fr}.service-visual-panel{min-height:280px}.service-visual-panel img{min-height:280px}.decision-strip{padding:18px 20px 30px}.page-hero.has-visual h1{font-size:38px}}@media(max-width:520px){.page-hero.has-visual h1{font-size:33px}.service-visual-caption{position:static;border:0;border-top:1px solid var(--line);border-radius:0}.service-visual-panel:after{display:none}.decision-card{min-height:auto}}:root{--launch-ink:#102033;--launch-muted:#59687a;--launch-line:#dbe4ec;--launch-wash:#f5f8fa}.topbar{font-size:12px;letter-spacing:.01em}.topbar .wrap{padding:6px 20px}.navwrap{padding:12px 20px}.logo img{width:158px}.navlinks{gap:12px;font-size:13px;color:#273b51}.navlinks a{line-height:1.2}.navlinks .btn{padding:10px 14px;min-height:40px;font-size:13px;box-shadow:0 8px 18px rgba(23,105,170,.18)}.hero{background:linear-gradient(135deg,#f8fbfc 0%,#edf5f8 54%,#fff 100%)}.hero .wrap{padding:70px 20px 54px;grid-template-columns:minmax(0,1.08fr) minmax(310px,.78fr);gap:54px}.hero h1{font-size:48px;letter-spacing:0;max-width:820px;color:var(--launch-ink)}.hero p.lead{font-size:19px;line-height:1.58;color:#3c5065;max-width:700px}.hero-card{border-radius:10px;padding:24px;border-color:#dce6ee;box-shadow:0 22px 60px rgba(14,42,71,.10)}.hero-card h3{font-family:"Aptos","Segoe UI",Arial,sans-serif;font-size:17px;letter-spacing:.06em;text-transform:uppercase;color:#29445c}.package-mini{font-size:14px}.trust-row{max-width:650px}.trust{border-radius:8px;padding:13px 14px}.trust strong{font-size:16px}.trust span{font-size:13px;color:#5f6f80}.home-decision{padding:34px 20px;background:#fff}.path-card{padding:18px;border-color:#d8e2ea}.path-card h3{font-size:17px;color:#172a40}.path-card p{font-size:14px;line-height:1.52}.section-head h2{letter-spacing:0}.credentials-section .section-head h2{max-width:760px;margin-left:auto;margin-right:auto}.credential-card{border-radius:8px!important;box-shadow:0 10px 26px rgba(14,42,71,.065)!important}.credential-card:before{background:#b7332c!important}.credential-icon{display:none!important}.credential-logo-wrap{height:82px!important}.credential-logo-wrap img[src*="acca"]{max-height:58px!important}.page-illustration{border-radius:10px}.faq details{border-radius:8px;padding:0;background:#fff;overflow:hidden}.faq summary{list-style:none;padding:17px 20px;display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-family:"Aptos","Segoe UI",Arial,sans-serif;color:#1769aa;font-size:20px;line-height:1;flex:0 0 auto}.faq details[open] summary:after{content:"-"}.faq p{padding:0 20px 18px;margin:0;color:#415266}.faq details+details{margin-top:9px}.cta-band{border-radius:10px;background:#f6f9fb;border-color:#dbe5ed}.footer{background:#071b30}.sticky-wa{font-size:13px;padding:11px 15px}@media(max-width:1120px){.navlinks{top:66px;font-size:15px}.navlinks a{line-height:1.45}.navlinks .btn{font-size:15px}}@media(max-width:900px){.hero .wrap{grid-template-columns:1fr;padding:50px 20px 44px}.hero h1{font-size:40px}.hero p.lead{font-size:18px}.logo img{width:150px}.credentials-section .section-head{text-align:left!important}}@media(max-width:520px){.hero h1{font-size:34px}.hero-card h3{font-size:15px}.package-mini{display:grid;grid-template-columns:1fr;gap:4px}.faq summary{font-size:15px;padding:15px 16px}.faq p{padding:0 16px 16px}}.home-decision{background:#f6f8fa!important;border-top:1px solid var(--launch-line);border-bottom:1px solid var(--launch-line);padding:40px 20px!important}.home-decision .wrap{max-width:var(--max);margin:0 auto}.route-head{max-width:760px;margin:0 0 22px}.route-head h2{font-size:30px;line-height:1.18;margin:7px 0 0;color:#102033;letter-spacing:0}.home-decision .path-grid{width:100%;max-width:none!important;margin:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.home-decision .path-card{display:flex;flex-direction:column;min-height:230px;background:#fff!important;border:1px solid #d7e1ea!important;border-radius:10px!important;padding:22px!important;box-shadow:0 12px 32px rgba(14,42,71,.07)!important}.home-decision .path-card h3{font-family:"Aptos","Segoe UI",Arial,sans-serif!important;font-size:20px!important;line-height:1.25;margin:0 0 12px!important;color:#12263d!important}.home-decision .path-card p{font-size:15px!important;line-height:1.65!important;color:#405168!important;margin:0 0 18px!important}.home-decision .path-card a{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:auto;min-height:42px;padding:10px 14px;border-radius:8px;background:#1769aa;color:#fff!important;font-weight:800!important;font-size:14px;border:1px solid #1769aa;box-shadow:0 8px 18px rgba(23,105,170,.18);transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.home-decision .path-card a:after{content:"›";font-size:18px;line-height:1;margin-left:8px}.home-decision .path-card a:hover{background:#0f5d99;transform:translateY(-1px);box-shadow:0 10px 22px rgba(23,105,170,.22)}.home-decision .path-card:focus-within{outline:3px solid rgba(23,105,170,.22);outline-offset:3px}.card a:not(.btn):not(.btn-outline),.content a:not(.btn):not(.btn-outline),.prose a:not(.btn):not(.btn-outline){font-weight:800;color:#1769aa;text-decoration-thickness:2px;text-underline-offset:3px}.content-card{max-width:var(--max)!important;margin:24px auto!important}@media(max-width:1100px){.home-decision .path-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home-decision .path-card{min-height:210px}}@media(max-width:640px){.home-decision{padding:28px 20px!important}.home-decision .path-grid{grid-template-columns:1fr!important}.home-decision .path-card{min-height:auto}.home-decision .path-card a{width:100%}}.video-feature{padding:46px 20px}.video-feature .section-head{margin-bottom:22px}.video-card{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 34px rgba(14,42,71,.08);overflow:hidden}.youtube-lite{position:relative;width:100%;aspect-ratio:16/9;background:#0e2a47 center/cover no-repeat;border:0;display:block;cursor:pointer;color:#fff}.youtube-lite:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,29,51,.08),rgba(8,29,51,.34))}.youtube-lite .play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:74px;height:52px;border-radius:16px;background:#d92929;box-shadow:0 14px 34px rgba(0,0,0,.28)}.youtube-lite .play-button:after{content:"";position:absolute;left:30px;top:15px;border-style:solid;border-width:11px 0 11px 18px;border-color:transparent transparent transparent #fff}.youtube-lite .video-label{position:absolute;left:18px;right:18px;bottom:16px;z-index:1;font-weight:850;line-height:1.35;text-shadow:0 2px 12px rgba(0,0,0,.35)}.youtube-lite iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-card-body{padding:20px 22px}.video-card-body p{margin:0 0 12px}.video-card-body p:last-child{margin-bottom:0}.video-note{font-size:14px;color:var(--muted)}@media(max-width:640px){.video-feature{padding:34px 20px}.youtube-lite .play-button{width:62px;height:44px;border-radius:14px}.youtube-lite .play-button:after{left:25px;top:12px}.video-card-body{padding:18px}}.video-fallback-link{margin-top:4px;width:auto}@media(max-width:520px){.video-fallback-link{width:100%}}.home-video-trust{padding:54px 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-video-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:34px;align-items:center}.home-video-copy h2{font-size:34px;line-height:1.15;margin:8px 0 14px;color:var(--navy);letter-spacing:0}.home-video-copy p{max-width:680px}.home-video-card{align-self:stretch}.home-video-guide{padding:64px 20px;background:#fff}.home-video-full-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);gap:24px;align-items:start}.home-video-faq details{border-color:#dbe5ed}.home-video-faq summary{font-size:15px;line-height:1.4}.home-video-faq p{font-size:14px;line-height:1.6}.video-card .youtube-lite{min-height:260px}.video-card-body strong{color:var(--navy)}@media(max-width:980px){.home-video-grid,.home-video-full-grid{grid-template-columns:1fr}.home-video-copy h2{font-size:30px}.video-card .youtube-lite{min-height:0}}@media(max-width:520px){.home-video-trust,.home-video-guide{padding:38px 20px}.home-video-copy h2{font-size:27px}}.video-embed{position:relative;width:100%;aspect-ratio:16/9;background:#0e2a47;overflow:hidden;border-radius:10px}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.video-card .video-embed{min-height:260px}@media(max-width:980px){.video-card .video-embed{min-height:0}}.zh-home-video{padding:50px 20px 58px!important;background:linear-gradient(135deg,#f8fbfe 0%,#f1f6fa 58%,#fff 100%)!important}.zh-home-video .home-video-grid{grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr)!important;gap:44px!important;align-items:center!important}.zh-home-video .home-video-copy h2{font-size:32px!important;line-height:1.25!important;margin:10px 0 16px!important}.zh-home-video .home-video-copy .muted{font-size:18px!important;line-height:1.75!important;max-width:760px!important}.zh-home-video .hero-actions{margin:28px 0 0!important}.zh-home-video .home-video-card{border-radius:12px!important;box-shadow:0 18px 48px rgba(14,42,71,.11)!important;align-self:center!important}.zh-home-video .video-embed{border-radius:12px 12px 0 0!important;min-height:0!important;box-shadow:none!important}.zh-home-video .video-card-body{padding:18px 22px 20px!important;background:#fff!important}.zh-home-video .video-card-body p{font-size:15px!important;line-height:1.65!important}.zh-home-video .video-note{font-size:13px!important;line-height:1.55!important;color:#718096!important;margin-top:8px!important}@media(max-width:1100px){.zh-home-video .home-video-grid{grid-template-columns:1fr!important}.zh-home-video .home-video-copy .muted{max-width:none!important}.zh-home-video .home-video-card{max-width:820px!important;width:100%!important}}@media(max-width:520px){.zh-home-video{padding:34px 18px 42px!important}.zh-home-video .home-video-copy h2{font-size:27px!important}.zh-home-video .home-video-copy .muted{font-size:16px!important}.zh-home-video .video-card-body{padding:16px!important}}.credential-number{margin-top:12px!important;padding:12px!important;border:1px solid rgba(23,105,170,.20);background:#f6fafd;border-radius:8px;font-size:.88rem!important;line-height:1.55!important;color:#24364a!important;text-align:left!important}.credential-verification{margin:26px auto 0;max-width:960px;background:#fff;border:1px solid #dbe5ed;border-left:4px solid #b7332c;border-radius:10px;padding:22px;box-shadow:0 10px 28px rgba(14,42,71,.06);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}.credential-verification h3{font-family:"Aptos","Segoe UI",Arial,sans-serif;margin:0 0 8px;color:#102033;font-size:20px}.credential-verification p{margin:0;color:#405168;line-height:1.65}.credential-verification .btn-outline{white-space:normal;text-align:center}.trust-proof-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.trust-proof{border:1px solid #dbe5ed;border-radius:10px;background:#fff;padding:16px}.trust-proof strong{display:block;color:#102033;margin-bottom:4px}.author-card{margin:30px 0 0;border:1px solid #dbe5ed;border-left:4px solid #1769aa;border-radius:10px;background:#fff;padding:20px;box-shadow:0 8px 24px rgba(14,42,71,.05)}.author-card h2,.author-card h3{font-family:"Aptos","Segoe UI",Arial,sans-serif!important;font-size:18px!important;margin:0 0 8px!important;color:#102033!important}.author-card p{margin:0;color:#405168;line-height:1.65}.topic-strip{background:#f6f8fa;border-top:1px solid #dbe5ed;border-bottom:1px solid #dbe5ed;padding:36px 20px}.topic-strip .grid{align-items:stretch}.topic-strip .card{border-radius:10px}.source-note{font-size:14px;color:#667085}.service-keyword-panel{background:#fff;border:1px solid #dbe5ed;border-radius:10px;padding:26px;margin:24px 0;box-shadow:0 8px 26px rgba(14,42,71,.05)}.service-keyword-panel h2{margin-top:0}.software-tags{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.software-tags span{border:1px solid #cfe0ef;background:#f7fbff;color:#12314d;border-radius:999px;padding:8px 12px;font-weight:800;font-size:14px}.geo-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0}.geo-checklist div{border:1px solid #dbe5ed;background:#fff;border-radius:10px;padding:16px}.geo-checklist strong{display:block;color:#102033;margin-bottom:4px}.gbp-template{white-space:pre-wrap;background:#f7fafc;border:1px solid #dbe5ed;border-radius:10px;padding:16px;color:#33485c;font-size:14px;line-height:1.6}@media(max-width:760px){.credential-verification{grid-template-columns:1fr}.trust-proof-list,.geo-checklist{grid-template-columns:1fr}.credential-verification .btn-outline{width:100%}}.investor-topic-strip{padding:42px 20px!important;background:#f7fafc!important;border-top:1px solid #dbe5ed;border-bottom:1px solid #dbe5ed}.investor-topic-strip .wrap{display:grid;grid-template-columns:minmax(260px,.74fr) minmax(0,1.26fr);gap:28px;align-items:start}.investor-topic-strip .section-head{margin:0;max-width:420px}.investor-topic-strip .section-head h2{font-size:30px;line-height:1.22;margin:8px 0 10px;letter-spacing:0}.investor-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;min-width:0}.investor-topic-card{display:flex;flex-direction:column;min-height:210px;padding:20px!important;border-radius:10px!important;box-shadow:0 8px 24px rgba(14,42,71,.055)!important;min-width:0;overflow:hidden}.investor-topic-card h3{font-size:22px!important;line-height:1.28!important;margin:12px 0 8px!important;letter-spacing:0!important;word-break:normal;overflow-wrap:break-word;text-wrap:balance}.investor-topic-card p{font-size:15px!important;line-height:1.62!important;margin:0 0 14px!important;word-break:normal;overflow-wrap:break-word}.investor-topic-card .read-link{margin-top:auto;color:#1769aa;font-weight:850;font-size:14px}.investor-topic-card .read-link:after{content:" ›"}@media(max-width:1050px){.investor-topic-strip .wrap{grid-template-columns:1fr}.investor-topic-strip .section-head{max-width:760px}.investor-topic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.investor-topic-grid{grid-template-columns:1fr}.investor-topic-card{min-height:auto}.investor-topic-strip .section-head h2{font-size:26px}}.investor-guides-panel{padding:38px 20px!important;background:#f6f9fb!important;border-top:1px solid #dbe5ed!important;border-bottom:1px solid #dbe5ed!important;clear:both!important;display:block!important;overflow:hidden!important}.investor-guides-panel .wrap{max-width:1160px!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:minmax(280px,360px) minmax(0,1fr)!important;gap:28px!important;align-items:start!important}.investor-guides-header{min-width:0!important}.investor-guides-header .kicker{display:inline-flex!important;margin-bottom:8px!important}.investor-guides-header h2{font-size:30px!important;line-height:1.22!important;letter-spacing:0!important;margin:6px 0 10px!important;color:#102033!important}.investor-guides-header p{font-size:16px!important;line-height:1.72!important;margin:0!important;color:#516579!important;max-width:520px!important}.investor-guides-list{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;min-width:0!important;width:100%!important}.investor-guide-item{display:grid!important;grid-template-columns:46px minmax(0,1fr) auto!important;gap:16px!important;align-items:center!important;width:100%!important;min-width:0!important;padding:17px 18px!important;background:#fff!important;border:1px solid #dbe5ed!important;border-radius:10px!important;box-shadow:0 8px 22px rgba(14,42,71,.055)!important;color:#102033!important;text-decoration:none!important;overflow:hidden!important}.investor-guide-item:hover{border-color:#9fc3e3!important;box-shadow:0 12px 28px rgba(14,42,71,.09)!important;transform:translateY(-1px)!important}.guide-index{display:flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;border-radius:999px!important;background:#e8f4ff!important;color:#1769aa!important;font-weight:850!important;font-family:"Aptos","Segoe UI",Arial,sans-serif!important;font-size:14px!important}.guide-copy{min-width:0!important}.guide-tag{display:inline-block!important;font-size:13px!important;font-weight:850!important;color:#1769aa!important;margin-bottom:3px!important}.guide-copy h3{font-size:21px!important;line-height:1.28!important;margin:0 0 4px!important;color:#102033!important;letter-spacing:0!important;font-family:"Noto Serif SC","Songti SC","SimSun",Georgia,serif!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.guide-copy p{font-size:15px!important;line-height:1.55!important;margin:0!important;color:#52677b!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.guide-action{white-space:nowrap!important;color:#1769aa!important;font-weight:850!important;font-size:14px!important}.guide-action:after{content:" ›"!important}@media(max-width:900px){.investor-guides-panel .wrap{grid-template-columns:1fr!important}.investor-guides-header h2{font-size:27px!important}.investor-guide-item{grid-template-columns:42px minmax(0,1fr)!important}.guide-index{width:42px!important;height:42px!important}.guide-action{grid-column:2!important;margin-top:2px!important}}@media(max-width:520px){.investor-guides-panel{padding:30px 18px!important}.investor-guide-item{padding:15px!important;gap:12px!important}.guide-copy h3{font-size:19px!important}.guide-copy p{font-size:14px!important}.investor-guides-header p{font-size:15px!important}}.geo-answer-box{margin:0 0 24px;border:1px solid #cfe0ef;border-left:5px solid #1769aa;border-radius:10px;background:#f7fbff;padding:20px;box-shadow:0 10px 28px rgba(14,42,71,.055)}.geo-answer-box h2{font-family:"Aptos","Segoe UI",Arial,sans-serif!important;font-size:19px!important;line-height:1.35!important;margin:0 0 8px!important;color:#102033!important;letter-spacing:0!important}.geo-answer-box p{margin:0;color:#30455b;line-height:1.7}.article-trust-bar{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0;color:#405168;font-size:14px;line-height:1.45}.article-trust-bar span{display:inline-flex;align-items:center;border:1px solid #dbe5ed;background:#fff;border-radius:999px;padding:8px 11px;font-weight:750}.article-source-panel{margin:26px 0 0;border:1px solid #dbe5ed;border-radius:10px;background:#fff;padding:18px;box-shadow:0 8px 24px rgba(14,42,71,.045)}.article-source-panel h2,.article-source-panel h3{font-family:"Aptos","Segoe UI",Arial,sans-serif!important;font-size:18px!important;line-height:1.35!important;margin:0 0 8px!important;color:#102033!important;letter-spacing:0!important}.article-source-panel p{margin:0 0 10px;color:#405168;line-height:1.65}.article-source-panel ul{margin:0;padding-left:20px}.article-source-panel li{margin:6px 0;color:#405168;line-height:1.55}.article-source-panel a{font-weight:800}.blog-authority-strip{padding:32px 20px;background:#fff;border-top:1px solid #dbe5ed;border-bottom:1px solid #dbe5ed}.blog-authority-strip .authority-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.blog-authority-strip .authority-item{border:1px solid #dbe5ed;border-radius:10px;background:#f7fbff;padding:16px}.blog-authority-strip strong{display:block;color:#102033;margin-bottom:4px}@media(max-width:760px){.blog-authority-strip .authority-grid{grid-template-columns:1fr}.geo-answer-box{padding:18px}.article-trust-bar span{width:100%;justify-content:flex-start}}.prosec-author-share-section{padding:16px 20px 0;background:#fff}.prosec-author-share-card{max-width:900px;margin:0 auto;display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid #d7dee7;background:#f4efe4;border-radius:0;padding:14px 16px;box-shadow:0 10px 24px rgba(14,42,71,.055)}.prosec-author-avatar{width:54px;height:54px;border-radius:50%;overflow:hidden;background:#fff;border:1px solid #cfd6df;display:flex;align-items:center;justify-content:center}.prosec-author-avatar img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(100%)}.prosec-author-meta{min-width:0}.prosec-author-name{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-weight:900;color:#050505;font-size:20px;line-height:1.25}.prosec-author-role{display:inline-flex;border:1px solid #111;background:#fff;padding:3px 7px;font-size:12px;line-height:1;font-weight:850;color:#111}.prosec-author-date{margin-top:5px;color:#111;font-size:15px}.prosec-author-proof{margin-top:4px;color:#384557;font-size:13px;line-height:1.45}.prosec-share-cluster{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.prosec-share-label{font-weight:900;color:#050505;text-align:right;line-height:1.05}.prosec-share-label span{display:block;font-size:13px;font-weight:500;color:#5f6470;margin-top:3px}.prosec-share-buttons{display:flex;gap:8px;flex-wrap:wrap}.prosec-share-btn{width:38px;height:38px;border:1px solid #111;background:#f7f2e8;color:#111;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;line-height:1;text-decoration:none!important;border-radius:0;cursor:pointer;font-family:"Aptos","Segoe UI",Arial,sans-serif;overflow:hidden}.prosec-share-btn img{width:25px;height:25px;object-fit:contain;display:block}.prosec-share-btn.wechat img{width:28px;height:28px}.prosec-share-btn:hover{background:#fff;color:#111;transform:translateY(-1px);box-shadow:0 8px 16px rgba(0,0,0,.13)}.prosec-share-btn.prose-share-glyph:hover{background:#111;color:#fff}.prosec-share-status{grid-column:2;font-size:12px;color:#1769aa;min-height:16px;margin-top:-4px}.geo-2026-verdict{font-size:18px!important;line-height:1.62!important;color:#26384d!important;margin-top:-10px!important;max-width:850px!important}.geo-2026-verdict strong{color:#102033;background:#fff3cd;border-left:4px solid #c9953e;padding:10px 12px;display:block;border-radius:8px;font-weight:900}.martin-author-card{margin:30px 0 0;border:1px solid #d7dee7;background:#fff;border-radius:0;padding:0;box-shadow:0 12px 28px rgba(14,42,71,.06);overflow:hidden}.martin-author-card-inner{display:grid;grid-template-columns:92px minmax(0,1fr);gap:18px;padding:20px;background:#f4efe4}.martin-author-card h2{font-family:"Aptos","Segoe UI",Arial,sans-serif!important;font-size:20px!important;margin:0 0 6px!important;color:#050505!important;letter-spacing:0!important}.martin-author-card p{margin:0 0 9px;color:#26384d;line-height:1.65}.martin-author-card .author-credentials{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.martin-author-card .author-credentials span{border:1px solid #111;background:#fff;color:#111;padding:5px 8px;font-size:12px;font-weight:850}.martin-author-card .author-note{padding:14px 20px;background:#fff;color:#52677b;font-size:13px;line-height:1.55;border-top:1px solid #d7dee7}@media(max-width:860px){.prosec-author-share-card{grid-template-columns:58px minmax(0,1fr);align-items:start}.prosec-author-avatar{width:54px;height:54px}.prosec-share-cluster{grid-column:1/-1;grid-template-columns:1fr}.prosec-share-label{text-align:left}.prosec-share-status{grid-column:1}.martin-author-card-inner{grid-template-columns:70px minmax(0,1fr)}}@media(max-width:520px){.prosec-author-share-section{padding:18px 18px 0}.prosec-author-share-card{padding:16px;gap:13px}.prosec-author-name{font-size:18px}.prosec-share-buttons{display:grid;grid-template-columns:repeat(4,38px);gap:8px}.geo-2026-verdict strong{padding:9px 10px}.martin-author-card-inner{grid-template-columns:1fr}.martin-author-card .prosec-author-avatar{width:72px;height:72px}}.prosec-wechat-modal{position:fixed;inset:0;z-index:80;display:none;align-items:center;justify-content:center;padding:22px}.prosec-wechat-modal.is-open{display:flex}.prosec-wechat-backdrop{position:absolute;inset:0;background:rgba(8,29,51,.58);backdrop-filter:blur(4px)}.prosec-wechat-dialog{position:relative;z-index:1;width:min(380px,100%);background:#fff;border:1px solid #d7dee7;border-radius:12px;padding:24px;text-align:center;box-shadow:0 24px 70px rgba(0,0,0,.24)}.prosec-wechat-close{position:absolute;right:12px;top:10px;width:34px;height:34px;border:1px solid #d7dee7;background:#fff;border-radius:50%;font-size:24px;line-height:1;cursor:pointer}.prosec-wechat-mark{width:44px;height:44px;margin:0 auto 8px;display:block}.prosec-wechat-title{font-family:"Aptos","Segoe UI",Arial,sans-serif!important;color:#102033!important;font-size:24px!important;font-weight:850;line-height:1.2!important;margin:4px 0 8px!important;letter-spacing:0!important}.prosec-wechat-dialog p{margin:0 auto 16px;color:#52677b;line-height:1.55}.prosec-wechat-qr{width:240px;height:240px;margin:0 auto 18px;border:1px solid #e3e9ef;background:#fff;padding:10px;display:flex;align-items:center;justify-content:center}.prosec-wechat-qr img{width:220px;height:220px;display:block}.prosec-wechat-dialog .btn-outline{width:100%;border-radius:8px}@media(max-width:520px){.prosec-wechat-dialog{padding:22px 18px}.prosec-wechat-qr{width:220px;height:220px}.prosec-wechat-qr img{width:200px;height:200px}}.compact-blog-hero{max-height:360px}.compact-blog-hero img{max-height:360px;object-fit:cover}.csp-before-after{margin:18px 0 26px}.csp-before-after td:first-child{font-weight:850;color:#102033}.csp-owner-checklist li{padding-left:2px}.nav-dropdown{position:relative;display:inline-flex;align-items:center}.nav-dropdown-toggle{border:0;background:transparent;color:inherit;font:inherit;font-weight:750;padding:9px 8px;border-radius:8px;cursor:pointer}.nav-dropdown-toggle:after{content:"";display:inline-block;margin-left:7px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;vertical-align:middle}.nav-dropdown-menu{position:absolute;top:calc(100%+10px);left:0;min-width:230px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px;box-shadow:0 18px 42px rgba(14,42,71,.14);display:none;z-index:70}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{display:grid;gap:2px}.nav-dropdown-menu a{display:block;padding:10px 12px;border-radius:8px;white-space:nowrap}.nav-dropdown-menu a:hover{background:#f3f8fc;color:var(--blue)}.nav-lang{border-left:1px solid var(--line);padding-left:12px;font-weight:850;color:var(--blue)!important}.article-disclaimer{margin:14px 0 0!important;padding:12px 14px;border:1px solid #dbe5ed;border-left:4px solid #9eb4c7;border-radius:8px;background:#f7f9fb;color:#58697a;font-size:.94rem}.article-toc{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:16px 0 24px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(14,42,71,.045)}.article-toc strong{grid-column:1/-1;color:var(--navy);font-size:.95rem}.article-toc a{border:1px solid #dce7f0;border-radius:8px;padding:9px 10px;color:#1769aa;font-weight:800;font-size:.9rem;background:#f9fbfd}.article-toc a:hover{background:#eef6fd}.regulatory-definition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0 26px}.regulatory-definition-grid div{border:1px solid var(--line);border-radius:10px;background:#fff;padding:16px;box-shadow:0 8px 22px rgba(14,42,71,.04)}.regulatory-definition-grid strong{display:block;color:var(--navy);margin-bottom:5px}.regulatory-definition-grid p{margin:0;color:#45586c;line-height:1.58}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.csp-before-after table{min-width:760px}.csp-owner-checklist{padding-left:0!important;list-style:none}.csp-owner-checklist li{position:relative;padding:10px 0 10px 34px;border-bottom:1px solid rgba(14,42,71,.08)}.csp-owner-checklist li:before{content:"✓";position:absolute;left:0;top:10px;width:22px;height:22px;border-radius:50%;background:#e7f6ee;color:#198754;display:grid;place-items:center;font-weight:900;font-family:"Aptos","Segoe UI",Arial,sans-serif}.csp-owner-checklist strong{color:#12314d}.service-aside-card{position:sticky;top:96px;align-self:start}.service-value-list{display:grid;gap:10px;margin-top:16px}.service-value-list a{display:block;border:1px solid #dbe5ed;border-radius:10px;padding:13px 14px;background:#fff;text-decoration:none!important}.service-value-list a span{display:block;font-size:.82rem;color:#607186;margin-bottom:3px}.service-value-list a strong{display:block;color:#12314d}.service-value-list a:hover{border-color:#1769aa;background:#f5f9fd}.prose-share-bottom{padding:26px 20px 0;background:#fff}.prose-share-bottom .prosec-author-share-card{max-width:var(--max);margin:auto}.sticky-wa[data-delayed-sticky="true"]{opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity .22s ease,transform .22s ease}.sticky-wa[data-delayed-sticky="true"].is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.cta-band h3{margin:0;color:var(--navy);font-size:26px;line-height:1.2}@media(max-width:1120px){.nav-dropdown{width:100%;display:block}.nav-dropdown-toggle{width:100%;text-align:left;padding:8px 0}.nav-dropdown-menu{position:static;box-shadow:none;border:0;padding:4px 0 0 12px;display:none}.nav-dropdown.is-open .nav-dropdown-menu{display:grid}.nav-lang{border-left:0;padding-left:0}}@media(max-width:900px){.article-toc{grid-template-columns:1fr 1fr}.service-aside-card{position:static}.regulatory-definition-grid{grid-template-columns:1fr}}@media(max-width:560px){.article-toc{grid-template-columns:1fr}.csp-before-after table{min-width:680px}.article-disclaimer{font-size:.9rem}.prose-share-bottom{padding:18px 18px 0}}.regulatory-number-note{margin:14px 0 26px!important;padding:13px 15px;border:1px solid #dbe5ed;border-left:4px solid #b7332c;border-radius:8px;background:#fffaf8;color:#425468;font-size:.94rem;line-height:1.6}.regulatory-number-note strong{color:#12314d}.regulatory-number-note p{margin:0}.home-v2{background:#fff;color:#142235}.home-v2 section{padding:64px 20px}.home-v2-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fbfcfd 0%,#f3f7f9 58%,#fff 100%);border-bottom:1px solid #dbe4ec}.home-v2-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,42,71,.04) 1px,transparent 1px) 0 0/56px 56px;pointer-events:none}.home-v2-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:46px;align-items:center}.home-v2-hero-copy h1{font-size:48px;line-height:1.03;letter-spacing:0;margin:18px 0;color:#102033;max-width:860px}.home-v2-hero-copy .lead{font-size:19px;line-height:1.62;color:#405168;max-width:760px}.home-v2-proof-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px;max-width:760px}.home-v2-proof-row span{border:1px solid #dbe5ed;background:#fff;border-radius:10px;padding:13px 14px;color:#526375;font-size:13px;line-height:1.45}.home-v2-proof-row strong{display:block;color:#102033;font-size:15px}.home-v2-hero-panel{background:#fff;border:1px solid #d8e2ea;border-radius:14px;box-shadow:0 24px 68px rgba(14,42,71,.12);overflow:hidden}.home-v2-hero-image{margin:0;aspect-ratio:16/9;background:#eef5f8;overflow:hidden}.home-v2-hero-image img,.home-v2-workbench img{display:block;width:100%;height:100%;object-fit:cover}.home-v2-price-list{padding:22px 24px 24px}.home-v2-panel-label{margin:0 0 10px;font-weight:850;color:#29445c;text-transform:uppercase;letter-spacing:.06em;font-size:13px}.home-v2-price-list div{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-top:1px solid #e5edf5;color:#405168}.home-v2-price-list div:first-of-type{border-top:0}.home-v2-price-list strong{color:#1769aa;white-space:nowrap}.home-v2-trust-band{padding:26px 20px!important;background:#102033;color:#dbe8f3}.home-v2-trust-grid{display:grid;grid-template-columns:1.15fr 1.1fr 1.1fr auto;gap:18px;align-items:center}.home-v2-trust-grid div{border-left:3px solid #b7332c;padding-left:14px}.home-v2-trust-grid strong{display:block;color:#fff}.home-v2-trust-grid span{font-size:13px;color:#bbcad8}.home-v2-trust-grid .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}.home-v2-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-v2-service{display:flex;flex-direction:column;min-height:240px;border:1px solid #dbe5ed;border-radius:10px;background:#fff;padding:22px;box-shadow:0 12px 34px rgba(14,42,71,.06);text-decoration:none!important}.home-v2-service span{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;background:#e8f4ff;color:#1769aa;font-weight:850;margin-bottom:18px}.home-v2-service h3{font-family:"Aptos","Segoe UI",Arial,sans-serif;font-size:21px;line-height:1.25;margin:0 0 10px;color:#102033}.home-v2-service p{margin:0;color:#526375;line-height:1.62}.home-v2-service:hover{border-color:#9fc3e3;transform:translateY(-1px);box-shadow:0 16px 40px rgba(14,42,71,.09)}.home-v2-process-grid{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:36px;align-items:start}.home-v2-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-v2-steps article{background:#fff;border:1px solid #dbe5ed;border-radius:10px;padding:22px;box-shadow:0 10px 30px rgba(14,42,71,.055)}.home-v2-steps span{display:grid;place-items:center;width:42px;height:42px;border-radius:999px;background:#102033;color:#fff;font-weight:850;margin-bottom:18px}.home-v2-steps h3{font-family:"Aptos","Segoe UI",Arial,sans-serif;font-size:20px;margin:0 0 8px;color:#102033}.home-v2-steps p{margin:0;color:#526375;line-height:1.62}.home-v2-proof-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:36px;align-items:center}.home-v2-workbench{margin:0;border:1px solid #dbe5ed;border-radius:14px;overflow:hidden;aspect-ratio:16/10;box-shadow:0 16px 44px rgba(14,42,71,.08)}.home-v2-proof-layout h2{font-size:32px;line-height:1.12;color:#102033;margin:10px 0 14px}.home-v2-mini-proof{border:1px solid #dbe5ed;border-left:4px solid #b7332c;border-radius:10px;padding:16px 18px;margin-top:14px;background:#fff}.home-v2-mini-proof strong{display:block;color:#102033;margin-bottom:4px}.home-v2-mini-proof span{color:#526375}.home-v2-guides .card{border-radius:10px}.home-v2-faq .faq{max-width:920px}.home-v2-cta{padding-top:34px!important}.home-v2-zh .home-v2-hero-copy h1{letter-spacing:0}.home-v2-zh .home-v2-service h3,.home-v2-zh .home-v2-steps h3{font-family:"Microsoft YaHei","PingFang SC","Segoe UI",Arial,sans-serif}@media(max-width:1080px){.home-v2-hero-grid,.home-v2-trust-grid,.home-v2-process-grid,.home-v2-proof-layout{grid-template-columns:1fr}.home-v2-trust-grid .btn-outline{justify-self:start}.home-v2-service-grid,.home-v2-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.home-v2-hero-panel{max-width:760px}}@media(max-width:700px){.home-v2 section{padding:46px 18px}.home-v2-hero{padding-top:0}.home-v2-hero-copy h1{font-size:34px}.home-v2-hero-copy .lead{font-size:17px}.home-v2-proof-row,.home-v2-service-grid,.home-v2-steps{grid-template-columns:1fr}.home-v2-price-list div{display:grid;grid-template-columns:1fr;gap:3px}.home-v2-trust-band{padding:22px 18px!important}.home-v2-trust-grid{gap:14px}.home-v2-service{min-height:auto}.home-v2-hero-panel{border-radius:10px}.home-v2-workbench{aspect-ratio:16/11}.home-v2 .cta-band{display:block}.home-v2 .cta-band .btn{margin-top:18px;width:100%}}.home-v3{background:#fff;color:#142235}.home-v3 .section-head h2{font-size:32px;line-height:40px;font-weight:600}.home-v3 .section-head .muted{font-size:16px;line-height:24px}.home-v3 .kicker,.home-v3 .eyebrow,.home-v3-card-label{font-size:14px;line-height:20px;font-weight:500}.home-v3 .note{font-size:12px;line-height:16px}.home-v3 section{padding:66px 20px}.home-v3-hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden;padding:0!important;background:#102033}.home-v3-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-v3-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(248,249,250,.97) 0%,rgba(248,249,250,.91) 42%,rgba(248,249,250,.48) 70%,rgba(248,249,250,.12) 100%)}.home-v3-hero-inner{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(340px,.62fr);gap:42px;align-items:center;padding:90px 20px 74px}.home-v3-hero-copy h1{font-size:48px;line-height:56px;font-weight:700;letter-spacing:0;margin:18px 0;color:#001b3e;max-width:880px}.home-v3-hero-copy .lead{font-size:18px;line-height:28px;color:#34485c;max-width:760px}.home-v3-hero .btn-outline{background:rgba(255,255,255,.72)}.home-v3-hero-card{background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border:1px solid rgba(196,198,208,.86);border-radius:12px;padding:24px;box-shadow:0 24px 74px rgba(14,42,71,.16)}.home-v3-card-label{font-size:14px;line-height:20px;text-transform:uppercase;letter-spacing:.05em;font-weight:500;color:#3f5f92;margin:0 0 8px}.home-v3-hero-card div{display:flex;justify-content:space-between;gap:16px;border-top:1px solid #dfe6ee;padding:14px 0;color:#33485c}.home-v3-hero-card div:first-of-type{border-top:0}.home-v3-hero-card strong{color:#001b3e;white-space:nowrap}.home-v3-trust{background:#f3f4f5;padding:26px 20px!important;border-top:1px solid #dbe4ec;border-bottom:1px solid #dbe4ec}.home-v3-trust-row{display:grid;grid-template-columns:1.15fr 1fr 1fr auto;gap:18px;align-items:center}.home-v3-trust-row div{border-left:3px solid #b7332c;padding-left:14px}.home-v3-trust-row strong{display:block;color:#001b3e}.home-v3-trust-row span{font-size:13px;color:#58687a}.home-v3-bento{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-v3-service{display:flex;flex-direction:column;min-height:230px;background:#fff;border:1px solid #dbe5ed;border-radius:12px;padding:24px;box-shadow:0 12px 34px rgba(14,42,71,.06);text-decoration:none!important}.home-v3-service.home-v3-wide{grid-column:span 2}.home-v3-service span{width:42px;height:42px;border-radius:12px;background:#d6e3ff;color:#001b3e;font-weight:900;display:grid;place-items:center;margin-bottom:16px}.home-v3-service h3{font-family:"Aptos","Segoe UI",Arial,sans-serif;font-size:20px;line-height:28px;font-weight:600;margin:0 0 10px;color:#001b3e}.home-v3-service p{margin:0;color:#526375;line-height:1.62}.home-v3-service:hover{border-color:#9fc3e3;transform:translateY(-2px);box-shadow:0 18px 44px rgba(14,42,71,.10)}.home-v3-process-grid,.home-v3-price-grid,.home-v3-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-v3-process-grid article,.home-v3-price-grid article,.home-v3-testimonial-grid article{background:#fff;border:1px solid #dbe5ed;border-radius:12px;padding:26px;box-shadow:0 10px 30px rgba(14,42,71,.055)}.home-v3-process-grid span{width:54px;height:54px;border-radius:999px;background:#001b3e;color:#fff;display:grid;place-items:center;font-weight:900;font-size:20px;margin-bottom:18px}.home-v3-process-grid h3,.home-v3-price-grid h3{font-family:"Aptos","Segoe UI",Arial,sans-serif;color:#001b3e;font-size:20px;line-height:28px;font-weight:600;margin:0 0 10px}.home-v3-process-grid p,.home-v3-price-grid p{color:#526375;line-height:1.62}.home-v3-price-grid article{display:flex;flex-direction:column}.home-v3-price-grid article>span{color:#5f6b7a;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.home-v3-price-grid strong{font-size:34px;line-height:1.1;color:#001b3e;margin:10px 0 12px}.home-v3-price-grid .featured{border:2px solid #001b3e;transform:translateY(-10px);box-shadow:0 20px 56px rgba(14,42,71,.13)}.home-v3-price-grid .btn,.home-v3-price-grid .btn-outline{margin-top:auto}.home-v3-testimonials{background:#e7e8e9}.home-v3-testimonial-grid article{background:rgba(255,255,255,.72);backdrop-filter:blur(10px)}.home-v3-testimonial-grid .stars{color:#b7332c;letter-spacing:.08em;font-size:14px;margin-bottom:14px}.home-v3-testimonial-grid p{font-size:18px;line-height:28px;color:#26384d;margin:0 0 20px}.home-v3-testimonial-grid strong{display:block;color:#001b3e}.home-v3-testimonial-grid span{display:block;color:#667386;font-size:14px;margin-top:3px}.home-v3-testimonial-grid span a{color:inherit;text-decoration:underline;text-underline-offset:3px}.home-v3-testimonial-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:920px;margin:0 auto}.home-v3-proof-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:38px;align-items:center}.home-v3-proof figure{margin:0;border:1px solid #dbe5ed;border-radius:14px;overflow:hidden;box-shadow:0 18px 48px rgba(14,42,71,.10)}.home-v3-proof img{display:block;width:100%;height:auto}.home-v3-proof h2{font-size:32px;line-height:40px;font-weight:600;color:#001b3e;margin:10px 0 14px}.home-v3-proof-note{border:1px solid #dbe5ed;border-left:4px solid #b7332c;border-radius:10px;padding:16px 18px;margin-top:18px}.home-v3-proof-note strong{display:block;color:#001b3e;margin-bottom:4px}.home-v3-faq .faq{max-width:920px}.home-v3-cta{padding-top:34px!important}.home-v3-zh .home-v3-hero-copy h1{letter-spacing:0}.home-v3-zh .home-v3-service h3,.home-v3-zh .home-v3-process-grid h3,.home-v3-zh .home-v3-price-grid h3{font-family:"Microsoft YaHei","PingFang SC","Segoe UI",Arial,sans-serif}@media(max-width:1080px){.home-v3-hero{min-height:auto}.home-v3-hero-inner,.home-v3-trust-row,.home-v3-proof-grid{grid-template-columns:1fr}.home-v3-hero-shade{background:rgba(248,249,250,.91)}.home-v3-hero-copy h1{font-size:40px;line-height:48px}.home-v3-proof h2{font-size:32px;line-height:40px}.home-v3-bento{grid-template-columns:repeat(2,minmax(0,1fr))}.home-v3-service.home-v3-wide{grid-column:span 1}.home-v3-process-grid,.home-v3-price-grid,.home-v3-testimonial-grid{grid-template-columns:1fr}.home-v3-price-grid .featured{transform:none}.home-v3-trust-row .btn-outline{justify-self:start}}@media(max-width:640px){.home-v3 section{padding:46px 18px}.home-v3 .section-head h2{font-size:24px;line-height:32px}.home-v3-hero-inner{padding:54px 20px 48px}.home-v3-hero-copy h1{font-size:32px;line-height:40px}.home-v3-proof h2{font-size:24px;line-height:32px}.home-v3-hero-copy .lead{font-size:18px;line-height:28px}.home-v3-bento{grid-template-columns:1fr}.home-v3-service{min-height:auto}.home-v3-hero-card div{display:grid;grid-template-columns:1fr;gap:4px}.home-v3 .cta-band{display:block}.home-v3 .cta-band .btn{width:100%;margin-top:18px}.home-v3-testimonial-grid p{font-size:16px}}.footer-v2 .footer-v2-grid{display:grid;grid-template-columns:1.15fr 1.35fr .85fr;gap:56px;align-items:start}.footer-v2 .footer-brand{max-width:430px}.footer-v2 .footer-contact{margin:0;color:#d4e1ee;font-size:20px;line-height:1.6}.footer-v2 .footer-legal{border-top:1px solid rgba(255,255,255,.14);margin-top:86px;padding-top:24px;color:#a8bbcd;font-size:18px;line-height:1.55}.footer-v2 h4{font-size:20px;line-height:1.35;margin-bottom:18px}.footer-v2 a{font-size:20px;line-height:1.45;margin:12px 0}.footer-v2 .wrap{max-width:1360px}@media(max-width:900px){.footer-v2 .footer-v2-grid{grid-template-columns:1fr;gap:34px}.footer-v2 .footer-legal{margin-top:28px}.footer-v2 .footer-contact,.footer-v2 a{font-size:17px}.footer-v2 h4{font-size:19px}}:root{--radius:12px;--shadow:0 12px 34px rgba(14,42,71,.07);--line:#dbe5ed;--soft:#f7f9fb}body{font-family:"Aptos","Segoe UI",Arial,sans-serif;font-size:16px;line-height:24px;color:#142235;background:#fff}html[lang="zh-SG"] body{font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC","Segoe UI",Arial,sans-serif}h1,h2,h3,.quote{font-family:Georgia,"Times New Roman",serif;letter-spacing:0!important}html[lang="zh-SG"] h1,html[lang="zh-SG"] h2,html[lang="zh-SG"] h3{font-family:"Noto Serif SC","Songti SC","SimSun",Georgia,serif;letter-spacing:0!important}.hero h1,.page-hero h1,.page-hero.has-visual h1,.home-v2-hero-copy h1{font-size:48px!important;line-height:56px!important;font-weight:700!important;letter-spacing:0!important;color:var(--navy)}.hero p.lead,.page-hero p.lead,.page-hero.has-visual .lead,.home-v2-hero-copy .lead{font-size:18px!important;line-height:28px!important;color:#405168}.section-head h2,.visual-copy h2,.home-v2-proof-layout h2,.content-card h2,.route-head h2{font-size:32px!important;line-height:40px!important;font-weight:600!important;letter-spacing:0!important;color:var(--navy)}.card h3,.hero-card h3,.showcase-card h3,.home-v2-service h3,.home-v2-steps h3,.path-card h3,.home-decision .path-card h3,.content h3{font-size:20px!important;line-height:28px!important;font-weight:600!important;letter-spacing:0!important;color:var(--navy)}p,.card p,.content p,.muted,.faq p,.home-v2-service p,.home-v2-steps p{font-size:16px;line-height:24px}.kicker,.eyebrow,.badge,.article-meta,.note,.pill,.navlinks,.btn,.btn-outline{font-size:14px!important;line-height:20px!important;letter-spacing:.05em}.btn,.btn-outline{border-radius:8px;padding:12px 18px;font-weight:750}.sticky-wa{border-radius:8px;font-size:14px!important;line-height:20px!important}.card,.hero-card,.faq details,.table-wrap,.content .notice,.content .leadbox,.content .toc,.article-source-panel,.author-card,.service-value-list a,.article-toc a{border-radius:12px!important;border-color:var(--line)!important;box-shadow:0 10px 28px rgba(14,42,71,.055)}section{padding:66px 20px}.page-hero .wrap{padding:62px 20px 54px}.hero .wrap{padding:66px 20px 54px}.content{font-size:16px;line-height:24px}.content table,.table-wrap table{min-width:720px}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.article-source-panel h2,.author-card h2{font-size:24px!important;line-height:32px!important}.cta-band h2,.cta-band h3{font-size:24px!important;line-height:32px!important;letter-spacing:0!important}.footer-v2 .footer-v2-grid{display:grid;grid-template-columns:1.15fr 1.35fr .85fr;gap:56px;align-items:start}.footer-v2 .wrap{max-width:1360px}.footer-v2 .footer-brand{max-width:430px}.footer-v2 .footer-contact{margin:0;color:#d4e1ee;font-size:20px;line-height:32px}.footer-v2 .footer-legal{border-top:1px solid rgba(255,255,255,.14);margin-top:86px;padding-top:24px;color:#a8bbcd;font-size:18px;line-height:28px}.footer-v2 h4{font-size:20px!important;line-height:28px!important;margin-bottom:18px}.footer-v2 a{font-size:20px;line-height:28px;margin:12px 0}@media(max-width:900px){.hero h1,.page-hero h1,.page-hero.has-visual h1,.home-v2-hero-copy h1{font-size:40px!important;line-height:48px!important}.section-head h2,.visual-copy h2,.home-v2-proof-layout h2,.content-card h2,.route-head h2{font-size:30px!important;line-height:38px!important}.footer-v2 .footer-v2-grid{grid-template-columns:1fr;gap:34px}.footer-v2 .footer-legal{margin-top:28px}.footer-v2 .footer-contact,.footer-v2 a{font-size:17px;line-height:26px}.footer-v2 h4{font-size:19px!important}}@media(max-width:520px){.hero h1,.page-hero h1,.page-hero.has-visual h1,.home-v2-hero-copy h1{font-size:32px!important;line-height:40px!important}.section-head h2,.visual-copy h2,.home-v2-proof-layout h2,.content-card h2,.route-head h2{font-size:24px!important;line-height:32px!important}.hero p.lead,.page-hero p.lead,.page-hero.has-visual .lead,.home-v2-hero-copy .lead{font-size:18px!important;line-height:28px!important}section{padding:46px 18px}.table-wrap table{min-width:680px}}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrap table{min-width:720px}@media (max-width:520px){.table-wrap table{min-width:680px}}.footer-v2 h4{font-size:16px !important;line-height:22px !important;margin-bottom:14px !important}.footer-v2 .footer-contact,.footer-v2 a{font-size:15px !important;line-height:24px !important}.footer-v2 a{margin:7px 0 !important}.footer-v2 .footer-legal{font-size:13px !important;line-height:20px !important;margin-top:52px !important;padding-top:18px !important}@media (max-width:900px){.footer-v2 .footer-contact,.footer-v2 a{font-size:15px !important;line-height:24px !important}.footer-v2 .footer-legal{margin-top:24px !important}}.youtube-lite:focus-visible{outline:3px solid #7ab7ef;outline-offset:4px}.video-card-body .video-note{margin-top:4px}.navbar{z-index:1000}.nav-dropdown::after{content:"";position:absolute;left:0;right:0;top:100%;height:24px}.nav-dropdown-menu{top:calc(100%+22px);z-index:1001;min-width:260px}.nav-dropdown-menu a{letter-spacing:0!important}@media(min-width:1121px){.nav-dropdown-menu{position:fixed;top:var(--nav-dropdown-top,116px);left:var(--nav-dropdown-left,0)}}@media(max-width:1120px){.nav-dropdown::after{display:none}.nav-dropdown-menu{min-width:0;width:100%}}