:root{--blue:#114f9e;--blue-2:#0a3d82;--navy:#071f45;--navy-2:#0d2d59;--orange:#f58a2b;--teal:#14999a;--ink:#152238;--muted:#66758d;--paper:#f4f7fb;--warm:#fff7ed;--line:#dbe3ed;--white:#ffffff;--shadow:0 22px 55px rgba(7,31,69,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button,input,select,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #7bb4ff;outline-offset:3px}main{overflow:hidden}h1,h2,h3,p{overflow-wrap:break-word}.site-header{height:80px;max-width:1440px;margin:0 auto;padding:0 44px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20;background:rgba(255,255,255,.96)}.brand,.footer-brand{display:flex;align-items:center;gap:12px}.brand-symbol{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;color:white;background:linear-gradient(145deg,var(--blue),var(--navy));box-shadow:0 8px 20px rgba(17,79,158,.2);font:600 22px Songti SC,serif}.brand strong,.footer-brand strong{display:block;color:var(--navy);font-size:17px;letter-spacing:.1em;line-height:1.25}.brand small,.footer-brand small{display:block;color:#8190a5;font-size:8px;letter-spacing:.15em}.desktop-nav{display:flex;align-items:center;gap:28px;color:#40506a;font-size:14px}.desktop-nav>a:not(.nav-cta){position:relative;padding:9px 0}.desktop-nav>a:not(.nav-cta):after{content:"";position:absolute;right:100%;bottom:0;left:0;height:2px;background:var(--blue);transition:right .2s ease}.desktop-nav>a:hover:after{right:0}.nav-cta{padding:10px 18px;border-radius:8px;color:white;background:var(--blue)}.nav-cta span{margin-left:8px}.mobile-nav{display:none;position:relative}.mobile-nav summary{list-style:none;cursor:pointer;padding:7px 13px;border:1px solid var(--line);border-radius:8px}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav nav{position:absolute;top:44px;right:0;width:200px;padding:8px;border:1px solid var(--line);border-radius:11px;background:white;box-shadow:var(--shadow)}.mobile-nav nav a{display:block;padding:10px 12px;border-radius:7px}.mobile-nav nav a:hover{background:var(--paper)}.hero{min-height:690px;padding:88px max(44px,calc((100vw - 1320px) / 2)) 100px;display:grid;grid-template-columns:1.05fr .95fr;gap:84px;align-items:center;position:relative;background:linear-gradient(135deg,#fff,#f6f9fd 62%,#eaf2fc)}.hero:before{content:"";position:absolute;width:500px;height:500px;right:-225px;top:-220px;border:1px solid rgba(17,79,158,.13);border-radius:50%;box-shadow:0 0 0 70px rgba(17,79,158,.025),0 0 0 140px rgba(20,153,154,.02)}.hero-copy{position:relative;z-index:1}.eyebrow,.section-label{margin:0 0 23px;color:var(--blue);font-size:11px;font-weight:750;letter-spacing:.19em;text-transform:uppercase}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:7px 12px;border:1px solid #c6d7ec;border-radius:999px;background:rgba(255,255,255,.76)}.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange)}.hero h1{margin:0;color:var(--navy);font-size:clamp(51px,4.65vw,72px);line-height:1.13;letter-spacing:-.05em}.hero h1 em{display:inline-block;margin-top:7px;color:var(--blue);font-style:normal}.hero-intro{max-width:650px;margin:28px 0 0;color:var(--muted);font-size:17px;line-height:1.9}.hero-actions{display:flex;gap:13px;margin-top:34px}.button{min-height:51px;display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:12px 22px;border-radius:9px;font-size:14px;font-weight:650;transition:transform .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:white;background:var(--blue);box-shadow:0 13px 28px rgba(17,79,158,.22)}.button-secondary{border:1px solid #cbd5e2;color:var(--navy);background:white}.hero-proof{display:flex;gap:33px;margin-top:40px}.hero-proof span{min-width:100px;padding-right:25px;border-right:1px solid var(--line)}.hero-proof span:last-child{border-right:0}.hero-proof small,.hero-proof strong{display:block}.hero-proof strong{color:var(--navy);font-size:28px;line-height:1}.hero-proof small{margin-top:7px;color:var(--muted);font-size:10px}.solution-map{min-height:510px;position:relative;border:1px solid #cfdaea;border-radius:22px;background:rgba(255,255,255,.82);box-shadow:var(--shadow);overflow:hidden}.solution-map:after,.solution-map:before{content:"";position:absolute;inset:50% auto auto 50%;width:335px;height:335px;border:1px dashed #c4d3e6;border-radius:50%;transform:translate(-50%,-50%)}.solution-map:after{width:210px;height:210px;border-style:solid;border-color:#dce6f2}.map-title{height:54px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dae3ee;color:var(--navy);font-size:12px;font-weight:700}.map-title i{color:var(--teal);font-size:9px;font-style:normal;letter-spacing:.12em}.map-center{width:166px;height:166px;position:absolute;top:53%;left:50%;z-index:2;display:grid;place-content:center;text-align:center;border:8px solid #e1eaf5;border-radius:50%;background:linear-gradient(145deg,var(--blue),var(--navy));color:white;transform:translate(-50%,-50%);box-shadow:0 18px 36px rgba(7,31,69,.22)}.map-center>span{width:34px;height:34px;margin:0 auto 6px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.4);border-radius:50%;color:#9bded8;font-size:11px}.map-center strong{font-size:18px;line-height:1.4}.map-center small{margin-top:5px;color:#b8cce6;font-size:8px;letter-spacing:.12em}.map-node{width:144px;min-height:70px;position:absolute;z-index:3;padding:13px 14px;border:1px solid #d7e0ec;border-radius:11px;background:white;box-shadow:0 10px 24px rgba(7,31,69,.08)}.map-node b,.map-node small{display:block}.map-node b{color:var(--navy);font-size:13px}.map-node small{margin-top:3px;color:var(--muted);font-size:9px}.node-one{top:100px;left:30px}.node-two{top:100px;right:30px}.node-three{bottom:46px;left:30px}.node-four{right:30px;bottom:46px}.statement-band{padding:78px 40px;text-align:center;color:white;background:linear-gradient(135deg,var(--navy),var(--blue-2))}.statement-band span{color:#86cfca;font-size:10px;font-weight:700;letter-spacing:.18em}.statement-band h2{margin:14px 0 0;color:white;font-size:clamp(30px,3.1vw,44px);line-height:1.5;letter-spacing:-.03em}.about,.faq-section,.solutions,.work-process{padding:112px max(44px,calc((100vw - 1320px) / 2))}.section-heading{margin-bottom:54px;display:grid;grid-template-columns:1.08fr .92fr;gap:90px;align-items:end}.assessment-intro h2,.faq-section h2,.method-copy h2,.partner-copy h2,.section-heading h2,.strength-intro h2{margin:0;color:var(--navy);font-size:clamp(36px,3.3vw,49px);line-height:1.32;letter-spacing:-.04em}.section-heading>p{max-width:590px;margin:0 0 4px;color:var(--muted);line-height:1.9}.about-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.company-card{min-height:365px;padding:38px;border-radius:16px;color:white;background:linear-gradient(145deg,var(--blue-2),var(--navy));position:relative;overflow:hidden}.company-card:after{content:"PUJING";position:absolute;right:-15px;bottom:-52px;color:rgba(255,255,255,.04);font-size:105px;font-weight:800;line-height:1}.company-card>p{margin:0 0 18px;color:#8ad5cf;font-size:10px;letter-spacing:.16em}.company-card h3{position:relative;z-index:1;margin:0;font-size:25px;line-height:1.55}.company-card h3 span{color:#8fd6d1}.company-copy{max-width:650px;position:relative;z-index:1;margin-top:35px;padding-top:25px;border-top:1px solid rgba(255,255,255,.16)}.company-copy p{margin:0 0 12px;color:#c8d6e8;font-size:13px;line-height:1.9}.dual-city{display:grid;gap:18px}.dual-city article{min-height:173px;padding:25px;display:grid;grid-template-columns:67px 1fr;gap:20px;align-items:start;border:1px solid var(--line);border-radius:16px;background:var(--paper)}.dual-city article>span{width:67px;height:67px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--blue);font-size:15px;font-weight:800}.dual-city article:last-child>span{background:var(--orange)}.dual-city small{color:var(--blue);font-size:9px;font-weight:700;letter-spacing:.12em}.dual-city h3{margin:3px 0 7px;color:var(--navy);font-size:19px}.dual-city address{color:#43546d;font-size:11px;font-style:normal;font-weight:650;line-height:1.65}.dual-city p{margin:10px 0 0;color:var(--muted);font-size:10px;line-height:1.75}.city-synergy{margin-top:18px;padding:24px 28px;display:grid;grid-template-columns:300px 1fr;gap:38px;align-items:center;border-left:4px solid var(--teal);border-radius:0 14px 14px 0;background:#edf7f7}.city-synergy span{color:var(--teal);font-size:10px;font-weight:800;letter-spacing:.09em}.city-synergy p{margin:0;color:#4f6276;font-size:12px;line-height:1.9}.belief-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:15px;overflow:hidden}.belief-grid article{min-height:210px;padding:25px;border-right:1px solid var(--line);background:white}.belief-grid article:last-child{border-right:0}.belief-grid span{color:var(--orange);font-size:10px;font-weight:700;letter-spacing:.1em}.belief-grid strong{display:block;margin-top:40px;color:var(--navy);font-size:17px}.belief-grid p{margin:10px 0 0;color:var(--muted);font-size:11px}.business{padding:112px max(44px,calc((100vw - 1320px) / 2));background:linear-gradient(145deg,var(--blue-2),#092d61)}.business,.light-heading h2{color:white}.light-heading>p{color:#bfd0e5}.light-heading .section-label{color:#83d0cb}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.pillar-grid article{min-height:390px;padding:30px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07)}.pillar-code{color:#78d1ca;font-size:11px;font-weight:700}.pillar-grid h3{margin:55px 0 14px;font-size:26px}.pillar-grid article>p{min-height:70px;color:#c8d6e7;font-size:13px}.pillar-grid ul{list-style:none;margin:26px 0 0;padding:18px 0 0;border-top:1px solid rgba(255,255,255,.13);display:grid;gap:10px}.pillar-grid li{color:#d8e2ef;font-size:12px}.pillar-grid li:before{content:"✓";margin-right:9px;color:#79d3cd}.solutions{background:var(--paper)}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.solution-grid article{min-height:310px;padding:28px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;background:white;box-shadow:0 8px 28px rgba(7,31,69,.04);transition:transform .2s ease,box-shadow .2s ease}.solution-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.solution-head{display:flex;align-items:center;justify-content:space-between}.solution-head span{color:var(--blue);font-size:11px;font-weight:700}.solution-head i{padding:5px 9px;border-radius:999px;color:#a4571d;background:#fff0df;font-size:9px;font-style:normal}.solution-grid h3{margin:47px 0 14px;color:var(--navy);font-size:21px}.solution-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.85}.solution-grid a{margin-top:auto;padding-top:22px;color:var(--blue);font-size:11px;font-weight:700}.solution-grid a span{margin-left:8px}.strength-section{padding:112px max(44px,calc((100vw - 1320px) / 2));display:grid;grid-template-columns:.67fr 1.33fr;gap:85px}.strength-intro>p:not(.section-label){max-width:440px;margin:27px 0 0;color:var(--muted)}.strength-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.strength-grid article{min-height:225px;padding:27px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.strength-grid span{color:var(--orange);font-size:10px;font-weight:700}.strength-grid h3{margin:45px 0 10px;color:var(--navy);font-size:21px}.strength-grid p{margin:0;color:var(--muted);font-size:11px}.methodology{padding:112px max(44px,calc((100vw - 1320px) / 2));display:grid;grid-template-columns:.8fr 1.2fr;gap:85px;color:white;background:linear-gradient(145deg,var(--navy),#102f5c)}.section-label.light{color:#76cdc7}.assessment-intro h2,.method-copy h2{color:white}.method-copy>p:not(.section-label){max-width:490px;margin:27px 0 0;color:#b9c9dc;line-height:1.9}.method-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}.method-tags span{padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#d8e3ef;font-size:10px}.tool-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.tool-cards article{min-height:370px;position:relative;padding:28px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.065);overflow:hidden}.tool-number{position:absolute;right:18px;top:8px;color:rgba(255,255,255,.06);font-size:72px;font-weight:800}.tool-cards article>p{margin:0 0 9px;color:#83d2cc;font-size:10px;letter-spacing:.1em}.tool-cards h3{position:relative;margin:0;font-size:24px;line-height:1.5}.tool-cards ul{list-style:none;margin:25px 0 0;padding:18px 0 0;border-top:1px solid rgba(255,255,255,.13);display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.dimension-cloud span,.tool-cards li{color:#c3d0e0;font-size:11px}.tool-cards li:before{content:"✓";margin-right:6px;color:#76cec7}.dimension-cloud{margin-top:27px;display:flex;flex-wrap:wrap;gap:8px}.dimension-cloud span{padding:7px 9px;border-radius:7px;background:rgba(255,255,255,.08)}.assessment{padding:112px max(44px,calc((100vw - 1320px) / 2));display:grid;grid-template-columns:.62fr 1.38fr;gap:75px;color:white;background:linear-gradient(145deg,#135596,#117b83)}.assessment-intro>p:not(.section-label){margin:25px 0;color:#d5e7ef;line-height:1.9}.assessment-intro ul{list-style:none;margin:0 0 27px;padding:0;display:grid;gap:9px}.assessment-intro li:before{content:"✓";margin-right:10px;color:#8de2d9}.assessment-intro small{display:block;color:#b1cfdd;font-size:10px}.assessment-card{min-height:560px;padding:34px;border-radius:18px;color:var(--ink);background:white;box-shadow:0 30px 68px rgba(3,24,45,.24)}.progress-head{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.progress-head strong{color:var(--blue)}.progress-track{height:5px;margin-top:13px;border-radius:99px;background:#e9edf3;overflow:hidden}.progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--teal));transition:width .25s ease}.question-view h3{max-width:760px;margin:50px 0 35px;color:var(--navy);font-size:clamp(22px,2vw,29px);line-height:1.6}.scale-options{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.scale-options button{min-height:102px;padding:13px 7px;border:1px solid var(--line);border-radius:10px;color:var(--muted);background:#fbfcfd;cursor:pointer;transition:.18s ease}.scale-options button:hover{border-color:#9fb8ea;background:#f3f7ff}.scale-options button.selected{border-color:var(--blue);background:#edf4ff;box-shadow:inset 0 0 0 1px var(--blue)}.scale-options b,.scale-options span{display:block}.scale-options b{color:var(--navy);font-size:22px}.scale-options span{margin-top:6px;font-size:9px}.question-actions{margin-top:43px;padding-top:22px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.question-actions button{border:0;cursor:pointer}.back-button{padding:10px 0;color:var(--muted);background:transparent}.back-button:disabled{opacity:.25;cursor:not-allowed}.next-button,.submit-lead{min-height:46px;padding:10px 20px;border:0;border-radius:8px;color:white;background:var(--blue);font-weight:600;cursor:pointer}.next-button:disabled,.submit-lead:disabled{opacity:.45;cursor:not-allowed}.result-summary{padding-bottom:23px;display:grid;grid-template-columns:140px 1fr;gap:25px;align-items:center;border-bottom:1px solid var(--line)}.result-score{width:130px;height:130px;display:grid;place-content:center;text-align:center;border:9px solid #dce8ff;border-radius:50%;box-shadow:inset 0 0 0 2px var(--blue)}.result-score strong{color:var(--blue);font-size:42px;line-height:1}.result-score span{color:var(--muted);font-size:9px}.result-summary small{color:var(--muted)}.result-summary h3{margin:3px 0 5px;color:var(--navy);font-size:26px}.result-summary p{margin:0;color:var(--muted);font-size:12px}.risk-note{margin:18px 0;padding:14px;border-left:4px solid var(--orange);border-radius:0 8px 8px 0;background:var(--warm)}.risk-note p,.risk-note span,.risk-note strong{display:block}.risk-note span{color:#a76a22;font-size:9px}.risk-note strong{margin-top:2px;color:var(--navy)}.risk-note p{margin:2px 0 0;color:var(--muted);font-size:10px}.form-heading h4{margin:0;color:var(--navy);font-size:18px}.form-heading p{margin:3px 0 12px;color:var(--muted);font-size:10px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.form-grid label{color:#526077;font-size:10px}.form-grid input,.form-grid select{width:100%;height:41px;margin-top:5px;padding:0 11px;border:1px solid #ccd4df;border-radius:7px;color:var(--ink);background:white}.consent{margin:12px 0;display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:9px;line-height:1.5}.consent input{margin-top:2px}.submit-lead{width:100%}.form-error{color:#c33e3e;font-size:10px}.success-view{min-height:490px;display:grid;place-content:center;text-align:center}.success-view>span{width:64px;height:64px;margin:0 auto 15px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--teal);font-size:27px}.success-view p{margin:0;color:var(--teal);font-size:11px}.success-view h3{margin:7px 0;color:var(--navy);font-size:26px}.success-view small{color:var(--muted)}.work-process{background:linear-gradient(180deg,#f4f7fb,#eef3f9)}.process-diagram{position:relative;padding:22px 22px 20px;border:1px solid #d5dfeb;border-radius:22px;background:white;box-shadow:0 24px 60px rgba(7,31,69,.08);overflow:hidden}.process-diagram:before{content:"";position:absolute;width:360px;height:360px;right:-190px;top:-220px;border-radius:50%;background:radial-gradient(circle,rgba(20,153,154,.11),rgba(20,153,154,0) 70%);pointer-events:none}.process-stages{display:grid;grid-template-columns:3fr 2fr 2fr;gap:7px;position:relative;z-index:1}.process-stages span{min-height:64px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;color:white;background:var(--blue)}.process-stages span:first-child{border-radius:11px 4px 4px 11px}.process-stages span:last-child{border-radius:4px 11px 11px 4px}.process-stages .stage-plan{background:#176e9f}.process-stages .stage-deliver{background:var(--teal)}.process-stages b{font-size:13px;letter-spacing:.08em}.process-stages small{color:rgba(255,255,255,.72);font-size:9px}.process-flow{list-style:none;margin:0;padding:35px 0 12px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));position:relative;z-index:1}.process-flow:before{content:"";position:absolute;height:3px;top:57px;left:calc(100% / 14);right:calc(100% / 14);background:linear-gradient(90deg,var(--blue),#176e9f 56%,var(--teal))}.process-flow li{min-width:0;padding:0 7px;position:relative}.process-flow li:not(:last-child):after{content:"";width:8px;height:8px;position:absolute;top:19px;right:-4px;z-index:2;border-top:2px solid white;border-right:2px solid white;transform:rotate(45deg)}.process-node{height:48px;display:grid;place-items:center;position:relative;z-index:2}.process-node span{width:46px;height:46px;display:grid;place-items:center;border:4px solid white;border-radius:50%;color:white;background:var(--blue);box-shadow:0 6px 18px rgba(17,79,158,.25);font-size:11px;font-weight:800}.process-flow li:nth-child(4) .process-node span,.process-flow li:nth-child(5) .process-node span{background:#176e9f}.process-flow li:nth-child(n+6) .process-node span{background:var(--teal);box-shadow:0 6px 18px rgba(20,153,154,.24)}.process-flow article{min-height:235px;margin-top:20px;padding:19px 16px 17px;display:flex;flex-direction:column;border:1px solid #e0e7ef;border-radius:12px;background:#fbfcfe;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.process-flow article:hover{transform:translateY(-4px);border-color:#bfd1e6;box-shadow:0 13px 28px rgba(7,31,69,.08)}.process-flow article small{color:#8b9bb0;font-size:8px;font-weight:700;letter-spacing:.12em}.process-flow h3{margin:12px 0 10px;color:var(--navy);font-size:17px;white-space:nowrap}.process-flow p{margin:0;color:var(--muted);font-size:10px;line-height:1.75}.process-flow strong{margin-top:auto;padding-top:14px;color:var(--blue);font-size:10px;font-weight:700}.process-flow strong:before{content:"✓";width:18px;height:18px;margin-right:6px;display:inline-grid;place-items:center;border-radius:50%;color:white;background:var(--blue);font-size:9px}.process-flow li:nth-child(n+6) strong{color:#0e7f80}.process-flow li:nth-child(n+6) strong:before{background:var(--teal)}.process-loop{min-height:58px;margin-top:3px;padding:11px 16px;display:grid;grid-template-columns:auto auto 1fr;gap:10px;align-items:center;border-radius:10px;color:#4f6178;background:#f0f5fa}.process-loop span{color:var(--navy);font-size:11px;font-weight:750}.process-loop i{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--orange);font-size:14px;font-style:normal}.process-loop p{margin:0;font-size:10px}.partner-section{padding:105px max(44px,calc((100vw - 1320px) / 2));display:grid;grid-template-columns:.78fr 1.22fr;gap:80px;align-items:center;background:var(--warm)}.section-label.warm{color:#ad5b1f}.partner-copy>p:not(.section-label){max-width:510px;margin:25px 0 0;color:#735f50}.partner-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.partner-cards article{min-height:285px;padding:28px;display:flex;flex-direction:column;border-radius:14px;color:white;background:var(--blue)}.partner-cards article:last-child{background:var(--navy)}.partner-cards small{color:#9ddbd6;font-size:9px;letter-spacing:.14em}.partner-cards h3{margin:45px 0 12px;font-size:23px}.partner-cards p{margin:0;color:#d3dfed;font-size:12px}.partner-cards a{margin-top:auto;color:white;font-size:11px;font-weight:700}.partner-cards a span{margin-left:8px}.faq-section{display:grid;grid-template-columns:.55fr 1.45fr;gap:95px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;padding:21px 0;display:flex;justify-content:space-between;color:var(--navy);font-weight:650}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--blue);font-size:19px}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:-4px 42px 21px 0;color:var(--muted);font-size:12px}.contact-section{padding:100px max(44px,calc((100vw - 1320px) / 2));display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:center;color:white;background:linear-gradient(135deg,var(--navy),#164d88)}.contact-heading>p{margin:0 0 14px;color:#9fc2e6;letter-spacing:.06em}.contact-heading h2{margin:0;font-size:clamp(39px,4vw,58px);line-height:1.35;letter-spacing:-.04em}.button-light{margin-top:30px;color:var(--navy);background:white}.contact-card{max-width:670px;padding:27px;border:1px solid rgba(255,255,255,.2);border-radius:15px;background:rgba(255,255,255,.08)}.contact-channel-grid{display:grid;padding-bottom:23px}.contact-channel{display:grid;grid-template-columns:118px 1fr;gap:16px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.06)}.qr-link{background:white;box-shadow:0 14px 30px rgba(0,0,0,.16)}.qr-link img{aspect-ratio:1;border-radius:4px}.contact-channel p{margin:0 0 5px;color:#8fd8d3;font-size:9px;font-weight:700;letter-spacing:.12em}.contact-channel h3{margin:0 0 5px;font-size:20px}.contact-channel strong{display:block;font-size:13px}.contact-channel small{display:block;margin-top:9px;color:#afc4da;font-size:8px;line-height:1.55}.contact-card ul{list-style:none;margin:0;padding:0}.contact-card li{padding:12px 0;display:grid;grid-template-columns:90px 1fr;gap:15px;border-top:1px solid rgba(255,255,255,.14)}.contact-card li span{color:#9fb7d1;font-size:9px}.contact-card li a,.contact-card li strong{color:white;font-size:11px;font-weight:550;line-height:1.75}.contact-card li a:hover{text-decoration:underline}footer{max-width:1440px;min-height:118px;margin:0 auto;padding:27px 44px;display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center;color:var(--muted);font-size:10px}.footer-brand .brand-symbol{width:38px;height:38px;border-radius:9px;font-size:18px}.footer-brand strong{font-size:13px}.footer-brand small{font-size:8px;letter-spacing:.03em}.footer-meta{text-align:center}.footer-meta p{margin:0 0 4px}.back-top,.footer-meta a{color:var(--blue)}.back-top{justify-self:end}@media (max-width:1080px){.desktop-nav{display:none}.mobile-nav{display:block}.hero{grid-template-columns:1fr;gap:60px}.hero-copy{max-width:820px}.solution-map{max-width:680px;width:100%}.about-layout,.assessment,.partner-section,.strength-section{grid-template-columns:1fr}.dual-city{grid-template-columns:repeat(2,1fr)}.dual-city article{grid-template-columns:56px 1fr}.dual-city article>span{width:56px;height:56px}.city-synergy{grid-template-columns:1fr;gap:12px}.belief-grid{grid-template-columns:repeat(2,1fr)}.belief-grid article:nth-child(2){border-right:0}.belief-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.solution-grid{grid-template-columns:repeat(2,1fr)}.assessment-intro,.strength-intro{max-width:720px}.methodology{grid-template-columns:1fr}.method-copy{max-width:700px}.process-stages small{display:none}.process-flow{grid-template-columns:repeat(4,1fr);gap:16px 0}.process-flow li:not(:last-child):after,.process-flow:before{display:none}.process-flow article{min-height:205px}.contact-section{grid-template-columns:1fr}.contact-card{max-width:720px;width:100%}}@media (max-width:760px){.site-header{height:70px;padding:0 20px}.brand-symbol{width:38px;height:38px}.brand strong{font-size:15px}.about,.assessment,.business,.contact-section,.faq-section,.hero,.methodology,.partner-section,.solutions,.strength-section,.work-process{padding:78px 20px}.hero{min-height:auto;gap:48px}.hero h1{font-size:clamp(42px,12vw,57px)}.hero-intro{font-size:15px}.hero-actions{flex-direction:column}.button{width:100%}.hero-proof{gap:16px;justify-content:space-between}.hero-proof span{min-width:0;padding-right:12px}.hero-proof strong{font-size:22px}.hero-proof small{font-size:8px}.solution-map{min-height:500px}.solution-map:before{width:280px;height:280px}.map-center{width:145px;height:145px}.map-node{width:125px;padding:11px}.node-one{left:12px}.node-two{right:12px}.node-three{left:12px}.node-four{right:12px}.statement-band{padding:60px 20px}.statement-band h2{font-size:29px}.section-heading{grid-template-columns:1fr;gap:24px}.assessment-intro h2,.faq-section h2,.method-copy h2,.partner-copy h2,.section-heading h2,.strength-intro h2{font-size:37px}.about-layout,.dual-city{grid-template-columns:1fr}.company-card{padding:27px}.company-card h3{font-size:21px}.dual-city article{grid-template-columns:52px 1fr;padding:22px}.dual-city article>span{width:50px;height:50px}.city-synergy{padding:22px}.belief-grid{grid-template-columns:1fr}.belief-grid article{min-height:175px;border-right:0;border-bottom:1px solid var(--line)}.belief-grid article:last-child{border-bottom:0}.belief-grid strong{margin-top:28px}.partner-cards,.pillar-grid,.solution-grid,.strength-grid,.tool-cards{grid-template-columns:1fr}.pillar-grid article{min-height:auto}.pillar-grid article>p{min-height:0}.strength-grid article{min-height:190px}.tool-cards article{min-height:340px}.assessment-card{min-height:580px;padding:21px}.question-view h3{margin:36px 0 27px;font-size:21px}.scale-options{grid-template-columns:1fr}.scale-options button{min-height:50px;padding:8px 12px;display:flex;align-items:center;gap:11px;text-align:left}.scale-options b{font-size:17px}.scale-options span{margin:0}.question-actions{margin-top:26px}.result-summary{grid-template-columns:1fr}.result-score{width:102px;height:102px;border-width:7px}.form-grid{grid-template-columns:1fr}.process-diagram{padding:16px;border-radius:16px}.process-stages{display:none}.process-flow{grid-template-columns:1fr;gap:0;padding:6px 0 4px 12px}.process-flow:before{display:block;width:3px;height:auto;top:29px;bottom:29px;left:34px;right:auto;background:linear-gradient(180deg,var(--blue),#176e9f 56%,var(--teal))}.process-flow li{min-height:0;padding:0 0 18px 66px}.process-node{width:48px;height:48px;position:absolute;left:-2px;top:17px}.process-node span{width:44px;height:44px}.process-flow article{min-height:0;margin:0;padding:18px}.process-flow h3{margin-top:8px}.process-flow strong{margin-top:18px}.process-loop{grid-template-columns:auto auto}.process-loop p{grid-column:1/-1}.faq-section{grid-template-columns:1fr;gap:45px}.faq-list details p{margin-right:0}.contact-heading h2{font-size:39px}.contact-card{padding:22px}.contact-channel-grid{grid-template-columns:1fr}.contact-channel{grid-template-columns:130px 1fr}.contact-card li{grid-template-columns:80px 1fr}footer{grid-template-columns:1fr;padding:34px 20px}.footer-meta{text-align:left}.back-top{justify-self:start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important}}.contact-section{grid-template-columns:minmax(0,.85fr) minmax(560px,1.15fr);gap:clamp(36px,5vw,72px);overflow:hidden}.contact-card{width:100%;max-width:720px;min-width:0;justify-self:end}.contact-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-channel{grid-template-columns:112px minmax(0,1fr);min-width:0;overflow:hidden}.qr-link{display:block;width:112px;height:112px;padding:7px;box-sizing:border-box;background:#fff;border-radius:11px}.qr-link img{display:block;width:100%;height:100%;aspect-ratio:1/1;object-fit:contain}.contact-channel h3,.contact-channel small,.contact-channel strong{max-width:100%;word-break:normal;overflow-wrap:break-word}@media (max-width:1100px){.contact-section{grid-template-columns:1fr}.contact-card{justify-self:start}}@media (max-width:680px){.contact-channel-grid{grid-template-columns:1fr}.contact-channel{grid-template-columns:108px minmax(0,1fr)}.qr-link{width:108px;height:108px}}.international-news{padding:112px max(44px,calc((100vw - 1320px) / 2));background:linear-gradient(180deg,#f7f9fc,#eef3f8)}.news-topline{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:end}.news-topline h2{margin:12px 0 0;color:var(--navy);font-size:clamp(38px,4vw,56px);line-height:1.22;letter-spacing:-.04em}.news-update-status{min-width:170px;padding:14px 16px;display:grid;grid-template-columns:auto 1fr;gap:1px 9px;align-items:center;border:1px solid #d5e0eb;border-radius:11px;color:#718096;background:rgba(255,255,255,.76)}.news-update-status i{width:8px;height:8px;grid-row:1/3;border-radius:50%;background:var(--teal);box-shadow:0 0 0 5px rgba(20,153,154,.12)}.news-update-status span{font-size:9px;letter-spacing:.1em}.news-update-status strong{color:var(--navy);font-size:12px}.news-editor-note{margin-top:36px;padding:17px 20px;display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;border-left:4px solid var(--orange);border-radius:0 10px 10px 0;background:#fff6ea}.news-editor-note strong{color:#a4571d;font-size:11px;white-space:nowrap}.news-editor-note p{margin:0;color:#6f6258;font-size:12px}.news-filter{margin:28px 0 22px;display:flex;flex-wrap:wrap;gap:9px}.news-filter button{min-height:38px;padding:8px 15px;border:1px solid #d4dee9;border-radius:999px;color:#5d6d82;background:rgba(255,255,255,.72);font:inherit;font-size:11px;cursor:pointer;transition:.18s ease}.news-filter button.active,.news-filter button:hover{border-color:var(--blue);color:white;background:var(--blue)}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.news-card{min-width:0;min-height:390px;padding:25px;display:flex;flex-direction:column;border:1px solid #dbe3ec;border-radius:15px;background:rgba(255,255,255,.9);box-shadow:0 10px 32px rgba(7,31,69,.05);transition:transform .2s ease,box-shadow .2s ease}.news-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(7,31,69,.1)}.news-card.featured{color:white;border-color:transparent;background:linear-gradient(145deg,var(--navy),#174b82)}.news-card-meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.news-card-meta i,.news-card-meta span{padding:5px 8px;border-radius:999px;color:#51657d;background:#eef3f8;font-size:8px;font-style:normal;font-weight:700}.news-card-meta i{color:#0e7f80;background:#e1f4f1}.news-card.featured .news-card-meta span{color:#d9e6f4;background:rgba(255,255,255,.1)}.news-card.featured .news-card-meta i{color:#9be0d9;background:rgba(91,211,199,.13)}.news-card h3{margin:25px 0 12px;color:var(--navy);font-size:20px;line-height:1.5}.news-card.featured h3{color:white}.news-card>p{margin:0;color:var(--muted);font-size:11px;line-height:1.8}.news-card.featured>p{color:#cbd9e8}.news-impact{margin-top:20px;padding:14px;border-radius:9px;background:#f5f8fb}.news-card.featured .news-impact{background:rgba(255,255,255,.08)}.news-impact small,.news-impact strong{display:block}.news-impact small{margin-bottom:5px;color:var(--orange);font-size:8px;font-weight:700;letter-spacing:.08em}.news-impact strong{color:#526277;font-size:10px;font-weight:550;line-height:1.7}.news-card.featured .news-impact strong{color:#dce7f3}.news-card footer{min-height:0;max-width:none;margin:auto 0 0;padding:20px 0 0;display:flex;grid-template-columns:none;justify-content:space-between;gap:12px;align-items:center;color:#8492a5;font-size:9px}.news-card footer a{color:var(--blue);font-size:10px;font-weight:700;white-space:nowrap}.news-card.featured footer{color:#aabed3}.news-card.featured footer a{color:#8ee0d9}.news-disclaimer{margin:20px 0 0;color:#8290a2;font-size:9px}@media (max-width:1080px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.international-news{padding:78px 20px}.news-topline{grid-template-columns:1fr;gap:22px}.news-update-status{width:fit-content}.news-editor-note{grid-template-columns:1fr;gap:7px}.news-filter{flex-wrap:nowrap;margin-right:-20px;padding-right:20px;overflow-x:auto;scrollbar-width:none}.news-filter::-webkit-scrollbar{display:none}.news-filter button{flex:0 0 auto}.news-grid{grid-template-columns:1fr}.news-card{min-height:0}}.seo-news-shell{min-height:100vh;color:#172a42;background:#f4f7fa}.seo-news-header{min-height:76px;padding:0 max(28px,calc((100vw - 1180px) / 2));display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #dce4ec;background:rgba(255,255,255,.96)}.seo-news-brand{display:inline-flex;align-items:center;gap:10px;color:#0b2344;text-decoration:none}.seo-news-brand span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#fff;background:#0b2344;font-size:17px}.seo-news-brand strong{font-size:16px;letter-spacing:.08em}.seo-news-header nav{display:flex;align-items:center;gap:24px}.seo-news-header nav a{color:#52647a;font-size:13px;text-decoration:none}.seo-news-header nav a:last-child{padding:10px 16px;border-radius:999px;color:#fff;background:#0b5b91}.seo-news-hero{padding:92px max(28px,calc((100vw - 1180px) / 2)) 80px;color:#fff;background:radial-gradient(circle at 82% 15%,rgba(38,179,171,.17),transparent 29%),linear-gradient(135deg,#071d3a,#103d6d)}.seo-news-hero>p{margin:0 0 16px;color:#77d4cb;font-size:11px;font-weight:700;letter-spacing:.16em}.seo-news-hero h1{margin:0;color:#fff;font-size:clamp(42px,6vw,72px);line-height:1.15;letter-spacing:-.05em}.seo-news-hero>strong{max-width:740px;margin-top:22px;display:block;color:#c8d9e8;font-size:clamp(16px,2vw,21px);font-weight:450;line-height:1.8}.seo-news-hero>div{margin-top:34px;display:flex;flex-wrap:wrap;gap:10px}.seo-news-hero>div span{padding:8px 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#d6e4ef;font-size:11px;background:rgba(255,255,255,.05)}.seo-news-list{padding:78px max(28px,calc((100vw - 1180px) / 2)) 96px}.seo-news-list-heading{margin-bottom:28px;display:flex;justify-content:space-between;align-items:end;gap:24px}.seo-news-list-heading small{color:#118d89;font-size:10px;font-weight:700;letter-spacing:.12em}.seo-news-list-heading h2{margin:8px 0 0;color:#0b2344;font-size:clamp(28px,4vw,42px);letter-spacing:-.035em}.seo-news-list-heading>p{margin:0;color:#78889a;font-size:12px}.seo-news-index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.seo-news-index-card{min-width:0;padding:30px;display:flex;flex-direction:column;border:1px solid #dbe4ed;border-radius:16px;background:#fff;box-shadow:0 12px 36px rgba(8,38,75,.05)}.seo-news-article-tags,.seo-news-tags{display:flex;flex-wrap:wrap;gap:7px}.seo-news-article-tags i,.seo-news-article-tags span,.seo-news-tags i,.seo-news-tags span{padding:5px 9px;border-radius:999px;color:#53677d;background:#edf3f7;font-size:9px;font-style:normal;font-weight:700}.seo-news-article-tags i,.seo-news-tags i{color:#087d79;background:#e2f4f1}.seo-news-index-card>time{margin-top:17px;color:#8190a0;font-size:10px}.seo-news-index-card h2{margin:11px 0 13px;font-size:21px;line-height:1.5}.seo-news-index-card h2 a{color:#0c294c;text-decoration:none}.seo-news-index-card>p{margin:0;color:#66778a;font-size:13px;line-height:1.8}.seo-news-card-impact{margin-top:19px;padding:15px;border-left:3px solid #ee8a39;border-radius:0 9px 9px 0;background:#fff7ed}.seo-news-card-impact small,.seo-news-card-impact strong{display:block}.seo-news-card-impact small{margin-bottom:6px;color:#b75e1d;font-size:9px;font-weight:700}.seo-news-card-impact strong{color:#665d55;font-size:12px;font-weight:500;line-height:1.7}.seo-news-read{margin-top:22px;color:#075f98;font-size:12px;font-weight:700;text-decoration:none}.seo-news-empty{padding:56px;border:1px dashed #c7d3df;border-radius:15px;color:#718195;text-align:center;background:#fff}.seo-news-article{max-width:880px;margin:0 auto;padding:56px 28px 92px}.seo-news-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;color:#8a98a8;font-size:11px}.seo-news-breadcrumb a{color:#60758b;text-decoration:none}.seo-news-breadcrumb b{font-weight:500}.seo-news-article-tags{margin-top:42px}.seo-news-article h1{margin:20px 0;color:#0b2344;font-size:clamp(34px,5vw,54px);line-height:1.32;letter-spacing:-.045em}.seo-news-byline{padding-bottom:25px;display:flex;flex-wrap:wrap;gap:9px 18px;border-bottom:1px solid #dbe3eb;color:#7c8c9d;font-size:11px}.seo-news-summary{margin:34px 0;padding:24px 26px;border-radius:13px;color:#dbe9f5;background:linear-gradient(135deg,#0a294d,#124b78)}.seo-news-summary small{color:#71d1c6;font-size:10px;font-weight:700;letter-spacing:.12em}.seo-news-summary p{margin:10px 0 0;font-size:16px;line-height:1.9}.seo-news-article-section{padding:32px 0;display:grid;grid-template-columns:42px 1fr;gap:18px;border-bottom:1px solid #dfe6ed}.seo-news-article-section>span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:#0d807c;background:#dff2ef;font-size:10px;font-weight:800}.seo-news-article-section h2{margin:0 0 15px;color:#102d50;font-size:25px}.seo-news-article-section li,.seo-news-article-section p{color:#586b7f;font-size:15px;line-height:2}.seo-news-article-section p{margin:0 0 13px}.seo-news-article-section ol{margin:0;padding-left:22px}.seo-news-article-section li+li{margin-top:8px}.seo-news-article-section.highlighted{margin:12px -24px;padding:30px 24px;border:0;border-radius:14px;background:#fff7ed}.seo-news-article-section.highlighted>span{color:#a9561b;background:#ffe2c4}.seo-news-article-section.highlighted small{color:#bd651f;font-size:10px;font-weight:700;letter-spacing:.1em}.seo-news-source{margin-top:34px;padding:20px 22px;display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid #d8e2eb;border-radius:12px;background:#fff}.seo-news-source small,.seo-news-source strong{display:block}.seo-news-source small{color:#8493a3;font-size:9px}.seo-news-source strong{margin-top:5px;color:#1d3857;font-size:13px}.seo-news-source a{color:#075f98;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}.seo-news-risk-note{margin-top:18px;color:#8a96a4;font-size:10px;line-height:1.7}.seo-news-cta{padding:54px max(28px,calc((100vw - 1180px) / 2));display:flex;align-items:center;justify-content:space-between;gap:40px;color:#fff;background:linear-gradient(135deg,#0a294d,#0e5c87)}.seo-news-cta small{color:#77d4cb;font-size:9px;font-weight:700;letter-spacing:.14em}.seo-news-cta h2{margin:8px 0;color:#fff;font-size:clamp(25px,4vw,38px)}.seo-news-cta p{max-width:670px;margin:0;color:#cbd9e6;font-size:13px;line-height:1.8}.seo-news-cta>a{flex:0 0 auto;padding:14px 20px;border-radius:999px;color:#0b3156;background:#fff;font-size:12px;font-weight:750;text-decoration:none}.seo-news-footer{max-width:none;min-height:74px;margin:0;padding:20px max(28px,calc((100vw - 1180px) / 2));display:flex;justify-content:space-between;align-items:center;gap:20px;color:#8998a9;background:#071a31;font-size:10px}.seo-news-footer a{color:#b5c7d8;text-decoration:none}.news-card-actions{display:flex;align-items:center;gap:10px}.news-card h3 .news-title-link{color:inherit;text-decoration:none}.news-card-actions .news-detail-link{padding:6px 9px;border-radius:999px;color:#fff;background:#0b5b91}.news-card.featured .news-card-actions .news-detail-link{color:#0c355d;background:#8ee0d9}@media (max-width:800px){.seo-news-header{min-height:66px;padding-inline:20px}.seo-news-header nav{gap:12px}.seo-news-header nav a:first-child{display:none}.seo-news-hero{padding:66px 22px 58px}.seo-news-list{padding:56px 20px 70px}.seo-news-list-heading{align-items:start;flex-direction:column;gap:9px}.seo-news-index-grid{grid-template-columns:1fr}.seo-news-index-card{padding:23px}.seo-news-article{padding:40px 20px 68px}.seo-news-article h1{font-size:34px}.seo-news-article-section{grid-template-columns:34px 1fr;gap:12px}.seo-news-article-section>span{width:32px;height:32px}.seo-news-article-section.highlighted{margin-inline:-8px;padding-inline:14px}.seo-news-cta,.seo-news-source{align-items:start;flex-direction:column}.seo-news-cta{padding:44px 22px;gap:24px}.seo-news-footer{padding-inline:22px;align-items:start;flex-direction:column}.news-card footer{align-items:flex-start;flex-direction:column}.news-card-actions{width:100%;justify-content:space-between}}