:root{--bg:#fffaf3;--text:#18333b;--muted:#687a80;--line:#dedfd9;--orange:#ff6b35;--orange-dark:#e95522;--peach:#ffe1cf;--sky:#dff4f7;--yellow:#fff1b8;--green:#e1f1df;--dark:#12333b;--dark-soft:#1d4650}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{position:fixed;z-index:50;inset:0 0 auto;height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,82px);border-bottom:1px solid rgba(24,51,59,.1);background:rgba(255,250,243,.72);color:var(--text);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:height .2s ease,background .2s ease,box-shadow .2s ease}.site-header.is-scrolled{height:70px;background:rgba(255,255,255,.92);box-shadow:0 8px 30px rgba(30,55,61,.07)}.brand{display:flex;align-items:center;gap:13px}.brand-mark{position:relative;width:37px;height:37px;display:block}.brand-mark i{position:absolute;width:15px;height:23px;left:11px;bottom:1px;border-radius:100% 0 100% 0;background:var(--orange);transform-origin:50% 100%}.brand-mark i:first-child{transform:rotate(-52deg)}.brand-mark i:nth-child(2){transform:rotate(0deg) translateY(-7px)}.brand-mark i:nth-child(3){transform:rotate(52deg)}.brand-copy{display:flex;flex-direction:column;gap:2px}.brand-copy strong{font-size:17px;letter-spacing:.1em}.brand-copy small{color:#7d8c91;font-size:9px;letter-spacing:.13em}.desktop-nav{display:flex;gap:clamp(22px,3vw,46px);font-size:14px}.desktop-nav a{position:relative;padding:10px 0;color:#455f66}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:2px;background:var(--orange);transition:right .2s ease}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{right:0}.desktop-nav a[aria-current=page]{color:var(--text);font-weight:600}.header-contact{display:flex;align-items:center;gap:13px;padding:8px 9px 8px 18px;border:1px solid #cbd2cf;border-radius:999px;font-size:12px}.header-contact span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:white}.menu-button,.mobile-menu{display:none}.section-no{margin:0;color:#9a775e;font-size:9px;letter-spacing:.18em}.kicker{display:inline-flex;align-items:center;gap:10px;color:#9a6449;font-size:11px;letter-spacing:.07em}.kicker:before{content:"";width:18px;height:2px;background:var(--orange)}.kicker.light{color:#b8d5d7}.kicker.light:before{background:#ff8c60}.section-title{display:grid;grid-template-columns:.34fr 1fr;gap:40px;max-width:1240px;margin:0 auto 55px}.section-title h2{margin:13px 0 0;font-size:clamp(36px,3.6vw,56px);line-height:1.32;letter-spacing:-.045em;font-weight:620}.primary-btn{display:inline-flex;align-items:center;gap:28px;padding:15px 19px 15px 24px;border-radius:999px;background:var(--orange);color:white;box-shadow:0 13px 28px rgba(255,107,53,.2);font-size:14px;font-weight:650;transition:transform .2s ease,background .2s ease}.primary-btn:hover{transform:translateY(-2px);background:var(--orange-dark)}.primary-btn span{font-size:18px}.simple-link{display:inline-flex;gap:10px;padding:11px 0;border-bottom:1px solid #9aaba9;font-size:13px}.simple-link span{color:var(--orange)}.dark-btn,.light-btn,.outline-btn{display:inline-flex;align-items:center;gap:28px;margin-top:25px;padding:14px 18px 14px 22px;border-radius:999px;font-size:12px}.dark-btn{background:var(--dark);color:white}.light-btn{background:white;color:var(--text)}.outline-btn{border:1px solid #9cadab}.dark-btn span,.light-btn span,.outline-btn span{color:var(--orange);font-size:17px}.home-hero{position:relative;min-height:920px;display:grid;grid-template-columns:1fr;align-items:center;padding:135px clamp(24px,7vw,115px) 170px;overflow:hidden;background:linear-gradient(125deg,#fff9ef,#fff0df 52%,#e5f6f7)}.sun-orb{position:absolute;width:470px;height:470px;right:-130px;top:82px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff8c9,#ffb176 56%,#ff8552);opacity:.55;filter:blur(1px)}.hero-dots{position:absolute;inset:0;opacity:.25;background-image:radial-gradient(#8da5a7 1px,transparent 0);background-size:30px 30px;-webkit-mask-image:linear-gradient(90deg,transparent 15%,black 70%,transparent);mask-image:linear-gradient(90deg,transparent 15%,black 70%,transparent)}.home-hero-copy,.home-hero-visual{position:relative;z-index:2}.home-hero-copy{width:min(1120px,100%);margin:0 auto;flex-direction:column;text-align:center}.eyebrow,.home-hero-copy{display:flex;align-items:center}.eyebrow{gap:11px;margin:0 0 25px;color:#6d7d80;font-size:11px;letter-spacing:.08em}.eyebrow i{width:20px;height:2px;background:var(--orange)}.home-hero h1{margin:0;font-size:clamp(52px,5.7vw,86px);line-height:1.16;letter-spacing:-.055em;font-weight:660}.home-hero h1 em{color:var(--orange);font-style:normal}.lead{max-width:850px;margin:28px 0 0;color:#5f7378;font-size:clamp(16px,1.25vw,19px);line-height:1.9}.hero-actions{display:flex;align-items:center;gap:27px;margin-top:34px}.home-hero-visual{min-height:570px;display:grid;place-items:center}.team-window{width:min(520px,100%);padding:27px;border:1px solid rgba(24,51,59,.12);border-radius:28px;background:rgba(255,255,255,.86);box-shadow:0 35px 90px rgba(49,79,82,.16);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.window-top{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #e3e4df;color:#829296;font-size:8px;letter-spacing:.16em}.window-top>div{display:flex;gap:5px}.window-top>div i{width:6px;height:6px;border-radius:50%;background:#fd9270}.window-top>div i:nth-child(2){background:#ffd878}.window-top>div i:nth-child(3){background:#8bc8b0}.window-top b{margin-left:auto;padding:6px 9px;border-radius:999px;background:#e5f4ec;color:#4d8e70;font-weight:500;letter-spacing:0}.founder-row{display:flex;align-items:center;gap:13px;margin-top:19px;padding:16px;border-radius:16px;background:linear-gradient(110deg,#ff6b35,#ff8855);color:white}.founder-row>span{width:43px;height:43px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:12px;font-weight:700}.founder-row>div{display:flex;flex:1 1;flex-direction:column;gap:4px}.founder-row strong{font-size:13px}.founder-row small{color:rgba(255,255,255,.74);font-size:9px}.founder-row b{align-self:flex-start;color:rgba(255,255,255,.55);font-size:8px}.role-cloud{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:10px}.role-cloud>div{display:flex;align-items:center;gap:9px;min-height:57px;padding:10px;border:1px solid #e1e3df;border-radius:13px;background:#fffdfa}.role-cloud>div>span{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:var(--sky);color:#3a8c98;font-size:8px;font-weight:700}.role-cloud strong{flex:1 1;font-size:10px;font-weight:600}.role-cloud small{color:#a2adad;font-size:7px}.team-window>p{display:flex;justify-content:space-between;margin:18px 0 0;color:#93a0a1;font-size:7px}.team-window>p i{color:var(--orange);font-style:normal}.float-pill{position:absolute;z-index:3;padding:11px 15px;border:1px solid #e2e3dd;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(55,84,86,.12);color:#687b80;font-size:9px}.pill-a{left:-25px;top:100px}.pill-b{right:-5px;bottom:92px}.home-stats{position:absolute;z-index:3;left:clamp(24px,7vw,115px);right:clamp(24px,7vw,115px);bottom:42px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(24,51,59,.18)}.home-stats>div{display:flex;flex-direction:column;gap:5px;padding:22px 22px 0 0}.home-stats strong{font-size:22px;font-weight:630}.home-stats sup{color:var(--orange);font-size:11px}.home-stats span{color:#7c8c90;font-size:9px}.compact-home-hero{min-height:700px;padding-bottom:75px}.compact-home-hero .lead{max-width:850px}.hero-keywords{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:30px;color:#6d7e82;font-size:10px}.hero-keywords i{width:4px;height:4px;border-radius:50%;background:var(--orange)}.home-overview{padding:95px clamp(20px,6vw,92px);background:#f1eee7}.overview-shell{max-width:1300px;margin:0 auto;padding:clamp(28px,4vw,58px);border-radius:30px;background:white;box-shadow:0 26px 70px rgba(48,73,75,.08)}.overview-head{display:grid;grid-template-columns:.65fr 1.35fr;gap:50px;align-items:end;margin-bottom:42px}.overview-head h2{margin:0;font-size:clamp(34px,3.4vw,52px);line-height:1.35;letter-spacing:-.045em;font-weight:620}.overview-head .kicker{margin-top:10px}.overview-grid{display:grid;grid-template-columns:minmax(0,1.32fr) minmax(0,1fr);gap:14px}.overview-card{min-height:345px;display:flex;flex-direction:column;padding:25px;border-right:1px solid #d9dcd6;border-bottom:1px solid #d9dcd6;transition:transform .22s ease,box-shadow .22s ease}.overview-card:hover{z-index:2;transform:translateY(-5px);box-shadow:0 18px 36px rgba(43,69,72,.12)}.overview-card.orange:hover{background:var(--peach)}.overview-card.blue:hover{background:var(--sky)}.overview-card.yellow:hover{background:var(--yellow)}.overview-card.green:hover{background:var(--green)}.overview-card.government-card,.overview-card.platform-card{min-height:380px;border:0;border-radius:22px}.overview-card.platform-card{padding:31px;background:linear-gradient(135deg,#fff0e4,#fff8e9)}.overview-card.government-card{padding:31px;background:linear-gradient(135deg,#e2f4f3,#e5eff8)}.overview-card.platform-card:hover{background:linear-gradient(135deg,#ffe7d5,#fff2d8)}.overview-card.government-card:hover{background:linear-gradient(135deg,#d8efed,#dbeaf7)}.overview-card.platform-card h3{font-size:34px}.overview-card.government-card h3{font-size:30px}.overview-card.platform-card>p{max-width:650px;font-size:16px}.overview-card.government-card>p{font-size:16px}.overview-card.platform-card .overview-tags{max-width:680px}.overview-card.platform-card .overview-tags span{padding:7px 10px;background:rgba(255,255,255,.52)}.overview-card.government-card .overview-tags span{background:rgba(255,255,255,.52)}.overview-card.government-card,.overview-card.platform-card{min-height:580px}.overview-comparison{width:100%;margin:28px 0 0;border-collapse:separate;border-spacing:0 8px;table-layout:fixed}.overview-comparison caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.overview-comparison th{padding:10px 15px;color:#5f6f72;font-size:14px;line-height:1.3;font-weight:650;text-align:left}.overview-comparison th:first-child{width:42%}.overview-comparison th:last-child{color:var(--orange)}.overview-comparison td{padding:16px 15px;font-size:16px;vertical-align:middle}.overview-comparison td:first-child{border-radius:12px 0 0 12px;background:#e6e9e7;color:#516064}.overview-comparison td:last-child{border-radius:0 12px 12px 0;background:#f1643a;color:#fff;font-weight:650}.government-card .overview-comparison th:last-child{color:#087f95}.government-card .overview-comparison td:last-child{background:#087f95}.overview-card-top{display:flex;justify-content:space-between;color:#99a29f;font-size:8px}.overview-card-top small{letter-spacing:.13em}.overview-card h3{margin:48px 0 10px;font-size:25px;font-weight:620}.overview-card>p{min-height:43px;margin:0;color:#63767a;font-size:11px;line-height:1.75}.overview-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:20px}.overview-tags span{padding:6px 8px;border:1px solid #d5dad6;border-radius:999px;color:#6f7e80;font-size:8px}.overview-card>b{display:flex;align-items:center;gap:7px;margin-top:auto;font-size:10px;font-weight:600}.overview-card>b i{color:var(--orange);font-size:15px;font-style:normal}.overview-trust{display:grid;grid-template-columns:repeat(4,1fr) 1.35fr;margin-top:38px;border-top:1px solid #d9dcd6}.overview-trust>div{display:flex;flex-direction:column;gap:5px;padding:23px 14px 0 0}.overview-trust>div strong{font-size:20px}.overview-trust sup{color:var(--orange);font-size:10px}.overview-trust>div span{color:#8b9998;font-size:8px}.overview-trust>a{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:3px 15px;align-items:center;margin-top:17px;padding:13px 14px 13px 19px;border-radius:16px;background:var(--orange);color:white}.overview-trust>a span{font-size:8px}.overview-trust>a strong{font-size:16px}.overview-trust>a i{grid-column:2;grid-row:1/3;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:white;color:var(--orange);font-style:normal}.belief-section{display:grid;grid-template-columns:.34fr 1fr;gap:40px;padding:115px clamp(24px,9vw,150px);background:white}.belief-section h2{margin:14px 0 25px;font-size:clamp(39px,4.2vw,64px);line-height:1.3;letter-spacing:-.05em;font-weight:620}.belief-section>div>p{max-width:820px;margin:0;color:var(--muted);font-size:16px;line-height:2}.portal-section{padding:120px clamp(24px,7vw,110px);background:#f6f3ec}.portal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:1240px;margin:0 auto}.portal-card{min-height:310px;display:flex;flex-direction:column;padding:30px;border-radius:22px;transition:transform .22s ease,box-shadow .22s ease;overflow:hidden}.portal-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(46,74,77,.11)}.portal-card.orange{background:var(--peach)}.portal-card.blue{background:var(--sky)}.portal-card.yellow{background:var(--yellow)}.portal-card.green{background:var(--green)}.portal-card>div{display:flex;justify-content:space-between;color:#7d8786;font-size:9px}.portal-card>div small{letter-spacing:.16em}.portal-card h3{margin:52px 0 12px;font-size:29px;font-weight:620}.portal-card p{max-width:470px;margin:0;color:#627478;font-size:13px;line-height:1.8}.portal-card b{display:flex;align-items:center;gap:8px;margin-top:auto;font-size:11px;font-weight:600}.portal-card b i{color:var(--orange);font-size:16px;font-style:normal}.quick-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(60px,9vw,140px);padding:125px clamp(24px,9vw,150px);background:#fffaf3}.quick-copy h2{margin:14px 0 25px;font-size:clamp(40px,4vw,60px);line-height:1.3;letter-spacing:-.05em}.quick-copy>p{color:var(--muted);font-size:14px;line-height:1.9}.quick-list{border-top:1px solid var(--line)}.quick-list article{display:grid;grid-template-columns:40px 1fr 34px;gap:18px;align-items:center;padding:27px 0;border-bottom:1px solid var(--line)}.quick-list article>span{color:#a59b8d;font-size:9px}.quick-list h3{margin:0 0 7px;font-size:19px}.quick-list p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.quick-list article>a{width:31px;height:31px;display:grid;place-items:center;border:1px solid #bdc8c5;border-radius:50%;color:var(--orange)}.home-business{position:relative;padding:120px clamp(24px,8vw,130px);background:var(--dark);color:white;overflow:hidden}.home-business:after{content:"";position:absolute;width:500px;height:500px;right:-220px;bottom:-240px;border-radius:50%;background:#4f9da4;opacity:.16}.home-business-head{max-width:760px}.home-business-head .section-no{color:#75969c}.home-business h2{margin:14px 0 20px;font-size:clamp(43px,5vw,72px);line-height:1.25;letter-spacing:-.05em}.home-business-head>p:last-child{color:#9bb4b8;font-size:14px}.business-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1240px;margin:55px 0 0;border-top:1px solid rgba(255,255,255,.16);border-left:1px solid rgba(255,255,255,.16)}.business-mini-grid>div{min-height:180px;padding:23px;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}.business-mini-grid span{color:#6d9298;font-size:8px}.business-mini-grid strong{display:block;margin-top:38px;font-size:18px}.business-mini-grid p{margin:8px 0 0;color:#89a5aa;font-size:10px}.home-about{display:grid;grid-template-columns:1fr .72fr auto;gap:70px;align-items:end;padding:120px clamp(24px,9vw,150px);background:#e5f3f2}.home-about h2{margin:14px 0 0;font-size:clamp(38px,3.7vw,56px);line-height:1.35;letter-spacing:-.045em}.home-about>p{margin:0;color:#5f7378;font-size:14px;line-height:1.9}.final-cta{display:flex;min-height:650px;flex-direction:column;align-items:center;justify-content:center;padding:100px 24px;background:linear-gradient(135deg,#fff0df,#fff9ee 53%,#dff4f7);text-align:center}.final-cta h2{margin:18px 0 22px;font-size:clamp(44px,5.4vw,76px);line-height:1.25;letter-spacing:-.055em}.final-cta h2 em{color:var(--orange);font-style:normal}.final-cta>p{max-width:650px;color:var(--muted);font-size:14px;line-height:1.8}.final-cta>a{display:flex;align-items:center;gap:17px;margin-top:25px;padding:10px 11px 10px 23px;border-radius:999px;background:var(--orange);color:white;font-size:11px}.final-cta>a strong{font-size:17px}.final-cta>a span{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:white;color:var(--orange)}.page-hero{min-height:720px;display:grid;grid-template-columns:1fr .82fr;gap:clamp(50px,8vw,130px);align-items:center;padding:135px clamp(24px,9vw,150px) 80px;overflow:hidden}.page-hero>div:first-child{position:relative;z-index:2}.page-hero h1{margin:18px 0 26px;font-size:clamp(48px,5vw,74px);line-height:1.23;letter-spacing:-.055em}.page-hero h1 em{color:var(--orange);font-style:normal}.page-hero>div:first-child>p:last-child{max-width:720px;color:#5d7479;font-size:16px;line-height:1.9}.opc-page-hero{background:linear-gradient(120deg,#fff3e6,#ffe0cc 60%,#fff3b9)}.opc-page-hero h1{font-size:clamp(46px,4.4vw,66px)}.support-page-hero{background:linear-gradient(120deg,#ecf8f8,#dff3f7 55%,#e5f1dd)}.business-page-hero{background:linear-gradient(120deg,#fff8df,#fff0b5 58%,#ffe2cd)}.government-page-hero{background:linear-gradient(120deg,#e8f4f3,#dff1f6 58%,#e9f2d9)}.about-page-hero{background:linear-gradient(120deg,#e8f3ed,#dcefea 55%,#dceff6)}.about-page-hero h1{font-size:clamp(44px,4vw,62px)}.page-hero-art{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(24,51,59,.14);border-radius:50%}.page-hero-art:after,.page-hero-art:before{content:"";position:absolute;border:1px dashed rgba(24,51,59,.13);border-radius:50%}.page-hero-art:before{inset:9%}.page-hero-art:after{inset:21%}.formula-art{display:grid;grid-template-columns:repeat(5,auto);gap:12px}.formula-art span{position:relative;z-index:2;width:68px;height:68px;display:grid;place-items:center;border-radius:18px;background:white;box-shadow:0 12px 28px rgba(64,78,72,.1);font-size:13px;font-weight:700}.formula-art i{color:var(--orange);font-style:normal}.formula-art b{position:absolute;z-index:2;left:50%;bottom:64px;transform:translateX(-50%);color:#778581;font-size:11px}.support-art>div{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,1fr);gap:9px;width:62%}.support-art>div span{padding:15px;border-radius:12px;background:rgba(255,255,255,.8);color:#47656b;font-size:11px;text-align:center}.support-art>b{position:absolute;bottom:54px;color:#769096;font-size:8px;letter-spacing:.18em}.business-art{display:grid;grid-template-columns:repeat(2,130px);gap:11px}.business-art>span{position:relative;z-index:2;padding:24px 10px;border-radius:15px;background:rgba(255,255,255,.77);color:#5f6e69;font-size:8px;letter-spacing:.11em;text-align:center}.business-art>b{position:absolute;bottom:50px;color:#8a7852;font-size:9px;letter-spacing:.2em}.government-art{display:grid;grid-template-columns:repeat(2,130px);gap:11px}.government-art>span{position:relative;z-index:2;padding:24px 10px;border-radius:15px;background:rgba(255,255,255,.77);color:#557579;font-size:9px;letter-spacing:.09em;text-align:center}.government-art>b{position:absolute;bottom:50px;color:#65868b;font-size:9px;letter-spacing:.2em}.government-audience{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.government-audience span{padding:8px 12px;border:1px solid rgba(55,105,111,.2);border-radius:999px;background:rgba(255,255,255,.48);color:#56777b;font-size:9px}.about-art{flex-direction:column}.about-art strong{position:relative;z-index:2;color:var(--orange);font-size:84px;line-height:1}.about-art span{position:relative;z-index:2;margin-top:10px;color:#607a76;font-size:12px}.about-art b{position:absolute;bottom:57px;font-size:18px;letter-spacing:.15em}.company-section,.definition-section{display:grid;grid-template-columns:.34fr 1fr;gap:40px;padding:115px clamp(24px,9vw,150px);background:white}.company-section h2,.definition-section h2{margin:14px 0 25px;font-size:clamp(40px,4vw,60px);line-height:1.3;letter-spacing:-.05em}.company-copy p,.definition-section>div>p{color:var(--muted);font-size:15px}.definition-section blockquote{margin:32px 0 0;padding:20px 24px;border-left:3px solid var(--orange);background:#fff5ec;font-size:17px;line-height:1.7}.case-section,.formula-section,.pillars-section,.project-capability,.support-list-section{padding:120px clamp(24px,7vw,110px);background:#f5f2eb}.formula-grid{display:grid;grid-template-columns:1fr 42px 1fr 42px 1fr 42px 1fr;align-items:stretch;max-width:1240px;margin:0 auto}.formula-grid article{min-height:250px;padding:27px;border:1px solid #dadbd5;border-radius:18px;background:white}.formula-grid article.accent{background:var(--orange);color:white;border-color:transparent}.formula-grid article.result{background:var(--dark);color:white;border-color:transparent}.formula-grid>i{display:grid;place-items:center;color:var(--orange);font-style:normal}.formula-grid article>span{color:#a8afab;font-size:8px}.formula-grid .accent>span{color:rgba(255,255,255,.65)}.formula-grid h3{margin:75px 0 12px;font-size:20px}.formula-grid p{color:#6d7d80;font-size:12px;line-height:1.75}.formula-grid .accent p,.formula-grid .result p{color:rgba(255,255,255,.72)}.roles-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(60px,8vw,130px);padding:120px clamp(24px,9vw,150px);background:#fffaf3}.roles-head h2{margin:14px 0 23px;font-size:clamp(39px,3.8vw,58px);line-height:1.33;letter-spacing:-.045em}.roles-head>p:last-child{color:var(--muted);font-size:14px;line-height:1.9}.roles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.roles-grid article{min-height:205px;padding:24px;border:1px solid #dfe1dc;border-radius:17px;background:white}.roles-grid article>div{display:flex;justify-content:space-between;color:#9aa5a3;font-size:8px}.roles-grid article>div>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--sky);color:#388a96;font-weight:700}.roles-grid h3{margin:26px 0 9px;font-size:18px}.roles-grid p{margin:0;color:var(--muted);font-size:11px}.opc-business-section{background:#f5f2eb}.section-intro{max-width:720px;margin:18px 0 0;color:var(--muted);font-size:14px}.audience-entry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:1240px;margin:0 auto 18px}.audience-entry-grid article{padding:25px 27px;border-radius:18px;background:white;border:1px solid #dedfd9}.audience-entry-grid article:first-child{border-top:4px solid var(--orange)}.audience-entry-grid article:last-child{border-top:4px solid #54a8b3}.audience-entry-grid small{color:#929e9b;font-size:8px;letter-spacing:.13em}.audience-entry-grid h3{margin:22px 0 7px;font-size:22px}.audience-entry-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.7}.institution-inline{display:grid;grid-template-columns:.85fr 1.15fr;gap:45px;align-items:center;max-width:1240px;margin:18px auto 0;padding:27px 30px;border-radius:18px;background:var(--dark);color:white}.institution-inline div{display:flex;flex-direction:column;gap:8px}.institution-inline small{color:#84a7ac;font-size:8px;letter-spacing:.12em}.institution-inline strong{font-size:18px}.institution-inline p{margin:0;color:#abc2c5;font-size:12px;line-height:1.8}.boundary-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding:110px clamp(24px,9vw,150px);background:var(--dark);color:white}.boundary-section h2{margin:14px 0 0;font-size:clamp(40px,4vw,58px);line-height:1.35}.boundary-section>div:last-child{border-top:1px solid rgba(255,255,255,.18)}.boundary-section>div:last-child p{margin:0;padding:23px 0;border-bottom:1px solid rgba(255,255,255,.18);color:#a7c0c3;font-size:13px}.boundary-section strong{display:inline-block;width:130px;color:white}.support-list{max-width:1240px;margin:0 auto;border-top:1px solid #d3d5cf}.support-list article{display:grid;grid-template-columns:55px .6fr 1.05fr 1.05fr;gap:25px;align-items:start;padding:27px 0;border-bottom:1px solid #d3d5cf}.support-list article>span{color:#9ba39f;font-size:9px}.support-list small{display:block;margin-bottom:7px;color:#9aa49f;font-size:8px;letter-spacing:.08em}.support-list h3{margin:0;font-size:18px}.support-list p{margin:0;color:#607378;font-size:12px}.space-detail{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:stretch;padding:110px clamp(24px,8vw,130px);background:var(--dark);color:white}.space-detail h2{margin:14px 0 22px;font-size:clamp(40px,4vw,60px);line-height:1.3}.space-detail>div:first-child>p:last-of-type{color:#9fb9bd;font-size:14px;line-height:1.9}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.tag-list span{padding:8px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#c5d6d8;font-size:9px}.space-scene{position:relative;min-height:430px;border-radius:22px;background:linear-gradient(145deg,#ff8053,#ffb06e);overflow:hidden}.space-scene:before{content:"";position:absolute;left:12%;right:12%;top:12%;height:46%;border:1px solid rgba(255,255,255,.5);background:repeating-linear-gradient(90deg,transparent 0 24%,rgba(255,255,255,.28) 25%)}.space-scene:after{content:"";position:absolute;left:18%;right:18%;bottom:18%;height:18px;border:1px solid rgba(255,255,255,.55);background:rgba(18,51,59,.15)}.space-scene i{position:absolute;bottom:9%;width:1px;height:70px;background:rgba(255,255,255,.55)}.space-scene i:first-child{left:26%}.space-scene i:nth-child(2){left:50%}.space-scene i:nth-child(3){right:26%}.space-scene span{position:absolute;z-index:2;left:8%;bottom:7%;color:rgba(255,255,255,.7);font-size:8px;letter-spacing:.18em}.professional-section{padding:120px clamp(24px,7vw,110px);background:white}.professional-grid{display:grid;grid-template-columns:repeat(5,1fr);max-width:1240px;margin:0 auto;border-top:1px solid var(--line);border-left:1px solid var(--line)}.professional-grid article{min-height:260px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.professional-grid span{color:#9da7a4;font-size:8px}.professional-grid h3{margin:65px 0 12px;font-size:19px}.professional-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.75}.suitable-section{display:grid;grid-template-columns:.8fr 1.2fr;padding:110px clamp(24px,9vw,150px);background:#e8f4f3}.suitable-section h2{margin:14px 0 0;font-size:clamp(39px,4vw,60px);line-height:1.3}.suitable-section ul{margin:0;padding:0;list-style:none;border-top:1px solid #c5d8d6}.suitable-section li{position:relative;padding:20px 20px 20px 32px;border-bottom:1px solid #c5d8d6;color:#49656a;font-size:13px}.suitable-section li:before{content:"";position:absolute;left:2px;top:27px;width:7px;height:7px;border-radius:50%;background:var(--orange)}.pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:1240px;margin:0 auto}.pillars-grid article{min-height:330px;padding:26px;border-radius:18px}.pillars-grid article.orange{background:var(--peach)}.pillars-grid article.blue{background:var(--sky)}.pillars-grid article.yellow{background:var(--yellow)}.pillars-grid article.green{background:var(--green)}.pillars-grid article>span{color:#84918e;font-size:8px}.pillars-grid article>small{display:block;width:max-content;margin-top:54px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.55);font-size:9px}.pillars-grid h3{margin:14px 0 13px;font-size:19px}.pillars-grid p{color:#5e7175;font-size:11px}.workflow-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;padding:115px clamp(24px,8vw,130px);background:white}.workflow-copy h2{margin:14px 0 22px;font-size:clamp(40px,4vw,60px);line-height:1.3}.workflow-copy>p:last-child{color:var(--muted);font-size:14px;line-height:1.85}.workflow-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.workflow-grid article{min-height:180px;padding:21px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.workflow-grid span{color:#a0a9a5;font-size:8px}.workflow-grid h3{margin:28px 0 8px;font-size:16px}.workflow-grid p{margin:0;color:var(--muted);font-size:10px;line-height:1.7}.management-band{padding:105px clamp(24px,8vw,130px);background:var(--dark);color:white}.management-band h2{margin:14px 0 40px;font-size:clamp(39px,4vw,60px);line-height:1.35}.management-flow{display:flex;align-items:center;flex-wrap:wrap;gap:14px;padding-top:27px;border-top:1px solid rgba(255,255,255,.16)}.management-flow span{padding:10px 15px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#c2d6d8;font-size:11px}.management-flow i{color:var(--orange);font-style:normal}.government-section{display:grid;grid-template-columns:.75fr 1.25fr;padding:115px clamp(24px,8vw,130px);background:#e8f4f3}.government-section h2{margin:14px 0 22px;font-size:clamp(39px,4vw,60px);line-height:1.3}.government-section>div:first-child>p:last-child{color:var(--muted);font-size:13px;line-height:1.9}.gov-grid{display:grid;grid-template-columns:repeat(2,1fr);align-self:start;border-top:1px solid #c6dad7;border-left:1px solid #c6dad7}.gov-grid>span{min-height:58px;display:flex;align-items:center;gap:12px;padding:13px;border-right:1px solid #c6dad7;border-bottom:1px solid #c6dad7;color:#48656a;font-size:11px}.gov-grid i{color:#94aaa9;font-size:8px;font-style:normal}.government-section aside{grid-column:1/-1;display:grid;grid-template-columns:170px 1fr;gap:30px;padding:24px;border-radius:15px;background:rgba(255,255,255,.62)}.government-section aside strong{font-size:14px}.government-section aside p{margin:0;color:#60767a;font-size:11px;line-height:1.75}.company-copy{max-width:830px}.company-stats{display:grid;grid-template-columns:repeat(4,1fr);padding:0 clamp(24px,7vw,110px) 120px;background:white}.company-stats>div{min-height:150px;display:flex;flex-direction:column;justify-content:center;gap:9px;padding:22px;border-top:1px solid var(--line);border-right:1px solid var(--line)}.company-stats>div:first-child{border-left:1px solid var(--line)}.company-stats span{color:#84918f;font-size:9px}.company-stats strong{font-size:clamp(22px,2.4vw,35px)}.company-stats sup{color:var(--orange);font-size:12px}.company-stats .wide{grid-column:1/-1;min-height:115px;border-left:1px solid var(--line);background:linear-gradient(90deg,var(--peach),transparent)}.company-stats .wide strong{font-size:clamp(18px,2vw,28px)}.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1240px;margin:0 auto;border-top:1px solid #d3d5cf;border-left:1px solid #d3d5cf}.capability-grid article{min-height:260px;padding:24px;border-right:1px solid #d3d5cf;border-bottom:1px solid #d3d5cf;background:white}.capability-grid span{color:#9ba5a2;font-size:8px}.capability-grid h3{margin:62px 0 12px;font-size:18px}.capability-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.75}.case-section{background:white}.case-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1240px;margin:0 auto}.case-cover{position:relative;height:250px;border-radius:16px;overflow:hidden;background:linear-gradient(145deg,#ffd6bf,#fff0e5)}.cover-2{background:linear-gradient(145deg,#d7eff1,#edfafa)}.cover-3{background:linear-gradient(145deg,#ffe89a,#fff6ce)}.cover-4{background:linear-gradient(145deg,#d8ecd7,#edf7eb)}.case-cover:before{content:"";position:absolute;inset:16% 14%;border:1px solid rgba(24,51,59,.18);background:repeating-linear-gradient(90deg,transparent 0 32%,rgba(24,51,59,.1) 33%)}.case-cover span{position:absolute;left:17px;top:14px;color:#8e9a97;font-size:8px}.case-cover b{position:absolute;right:13px;bottom:5px;color:rgba(24,51,59,.07);font-size:72px}.case-list h3{margin:17px 0 13px;font-size:17px}.case-list ul{margin:0;padding:0;list-style:none}.case-list li{position:relative;margin-bottom:7px;padding-left:11px;color:var(--muted);font-size:9px;line-height:1.55}.case-list li:before{content:"";position:absolute;left:0;top:.65em;width:4px;height:1px;background:var(--orange)}.why-about{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px;padding:110px clamp(24px,9vw,150px);background:var(--dark);color:white}.why-about h2{margin:14px 0 0;font-size:clamp(40px,4vw,60px);line-height:1.35}.why-about ol{margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.17)}.why-about li{display:grid;grid-template-columns:35px 130px 1fr;gap:15px;padding:21px 0;border-bottom:1px solid rgba(255,255,255,.17)}.why-about li span{color:#72949a;font-size:8px}.why-about li strong{font-size:13px}.why-about li p{margin:0;color:#9db6ba;font-size:10px}.faq-page{display:grid;grid-template-columns:.65fr 1.35fr;padding:110px clamp(24px,9vw,150px);background:#f5f2eb}.faq-page h2{margin:14px 0 0;font-size:clamp(40px,4vw,58px)}.faq-page details{border-top:1px solid #d2d4ce}.faq-page details:last-child{border-bottom:1px solid #d2d4ce}.faq-page summary{display:grid;grid-template-columns:38px 1fr 25px;gap:12px;align-items:center;padding:20px 0;list-style:none;cursor:pointer}.faq-page summary::-webkit-details-marker{display:none}.faq-page summary span{color:#98a09d;font-size:8px}.faq-page summary strong{font-size:14px}.faq-page summary i{font-style:normal;color:var(--orange)}.faq-page details[open] summary i{transform:rotate(45deg)}.faq-page details p{margin:0;padding:0 35px 21px 50px;color:var(--muted);font-size:11px;line-height:1.8}.contact-page{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;padding:110px clamp(24px,9vw,150px);background:linear-gradient(125deg,#173b44,#12333b);color:white}.contact-page h2{margin:14px 0 0;font-size:clamp(40px,4vw,60px);line-height:1.3}.contact-page>div:last-child{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.contact-page>div:last-child>span{color:#9db6ba;font-size:11px}.contact-page a{margin:20px 0;color:#ff8b5f;font-size:clamp(34px,4vw,58px);font-weight:650}.contact-page a i{font-size:22px;font-style:normal}.contact-page address{color:#9eb5b8;font-size:11px;font-style:normal;line-height:1.8}.sub-cta{min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:90px 24px;background:linear-gradient(125deg,#fff1e4,#fffaf2 55%,#dff4f7);text-align:center}.sub-cta h2{margin:16px 0;font-size:clamp(39px,4.5vw,64px);letter-spacing:-.045em}.sub-cta>p{max-width:650px;margin:0;color:var(--muted);font-size:13px;line-height:1.8}.sub-cta>div{display:flex;align-items:center;gap:24px}.sub-cta>a,.sub-cta>div{margin-top:28px}.site-footer{padding:55px clamp(24px,6vw,95px) 28px;background:#fff}.footer-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:35px;padding-bottom:38px}.footer-top>p{color:#718186;font-size:12px}.footer-top>a:last-child{justify-self:end;color:var(--orange);font-size:18px;font-weight:650}.footer-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;padding-top:22px;border-top:1px solid var(--line);color:#8b9897;font-size:8px}.footer-nav nav{display:flex;gap:25px;color:#5f7276;font-size:10px}.footer-nav small{justify-self:end}h1,h2,h3{text-wrap:balance}address,li,p,td{text-wrap:pretty}.audience-entry-grid small,.brand-copy small,.business-mini-grid span,.capability-grid span,.case-cover span,.company-stats span,.faq-page summary span,.formula-grid article>span,.gov-grid i,.institution-inline small,.overview-card-top,.pillars-grid article>span,.portal-card>div,.professional-grid span,.quick-list article>span,.roles-grid article>div,.section-no,.support-list article>span,.support-list small,.why-about li span,.workflow-grid span{font-size:12px}.desktop-nav,.eyebrow,.float-pill,.header-contact,.hero-keywords,.window-top{font-size:14px}.dark-btn,.final-cta>a,.light-btn,.outline-btn,.overview-card>b,.portal-card b,.primary-btn,.simple-link{font-size:15px}.business-art>b,.company-stats sup,.footer-nav small,.formula-art b,.government-art>b,.overview-card-top small,.overview-trust sup,.roles-grid article>div small,.space-scene span,.support-art>b{font-size:12px}.business-art>span,.government-art>span,.government-audience span,.pillars-grid article>small,.support-art>div span{font-size:14px}.why-about li strong{font-size:15px}.audience-entry-grid p,.boundary-section>div:last-child p,.business-mini-grid p,.capability-grid p,.case-list li,.company-copy p,.contact-page address,.contact-page>div:last-child>span,.definition-section>div>p,.faq-page details p,.final-cta>p,.footer-top>p,.formula-grid p,.government-section aside p,.government-section>div:first-child>p:last-child,.home-about>p,.institution-inline p,.management-flow span,.pillars-grid p,.portal-card p,.professional-grid p,.quick-copy>p,.quick-list p,.roles-grid p,.roles-head>p:last-child,.section-intro,.space-detail>div:first-child>p:last-of-type,.sub-cta>p,.suitable-section li,.support-list p,.tag-list span,.why-about li p,.workflow-copy>p:last-child,.workflow-grid p{font-size:16px}.audience-entry-grid p,.government-section aside p,.government-section>div:first-child>p:last-child,.pillars-grid p{font-size:17px}.roles-grid h3,.workflow-grid h3{font-size:20px}.capability-grid h3,.pillars-grid h3,.professional-grid h3{font-size:22px}.audience-entry-grid h3{font-size:25px}.gov-grid>span{min-height:88px}.footer-nav{font-size:12px}.footer-nav nav{font-size:14px}.audience-entry-grid article{min-height:170px;padding:30px 32px}.roles-grid article{min-height:225px}.pillars-grid article{min-height:370px}.capability-grid article,.professional-grid article{min-height:300px}.workflow-grid article{min-height:210px}.workflow-section{grid-template-columns:minmax(430px,1fr) minmax(0,1.05fr);gap:70px}.company-section h2,.workflow-copy h2{white-space:nowrap}.roles-section{grid-template-columns:minmax(470px,.95fr) minmax(0,1.05fr);gap:70px}.roles-head h2{font-size:clamp(42px,3.5vw,54px);white-space:nowrap}.company-section{grid-template-columns:minmax(430px,.8fr) minmax(0,1fr)}.government-section{grid-template-columns:minmax(540px,1fr) minmax(0,1.2fr)}.government-section h2{font-size:clamp(40px,3.5vw,56px);white-space:nowrap}@media (max-width:1050px){.desktop-nav{display:none}.home-hero{grid-template-columns:1fr;padding-top:145px}.home-hero-copy{max-width:900px}.home-hero-visual{max-width:640px;width:100%;justify-self:center}.home-stats{position:relative;left:auto;right:auto;bottom:auto;grid-column:1;width:100%;margin-top:-30px}.business-mini-grid,.portal-grid{grid-template-columns:repeat(2,1fr)}.home-about{grid-template-columns:1fr 1fr}.home-about .outline-btn{grid-column:1/-1;justify-self:start}.page-hero{grid-template-columns:1fr}.page-hero-art{max-width:620px;width:100%;justify-self:center}.compact-home-hero{padding-bottom:70px}.overview-grid{grid-template-columns:1.35fr 1fr}.overview-trust{grid-template-columns:repeat(2,1fr);gap:10px}.overview-trust>a{grid-column:1/-1;max-width:360px}.formula-grid{grid-template-columns:1fr 25px 1fr;gap:0}.formula-grid>i:nth-of-type(2){display:none}.formula-grid article:nth-of-type(3),.formula-grid article:nth-of-type(4){margin-top:18px}.formula-grid article:nth-of-type(3){grid-column:1}.formula-grid article:nth-of-type(4){grid-column:3}.company-section,.government-section,.roles-section,.workflow-section{grid-template-columns:1fr}.professional-grid{grid-template-columns:repeat(3,1fr)}.capability-grid,.case-list,.pillars-grid{grid-template-columns:repeat(2,1fr)}.institution-inline{grid-template-columns:1fr;gap:18px}.government-section aside{grid-column:auto}}@media (max-width:700px){.site-header{height:70px;padding:0 18px}.brand-copy strong{font-size:14px}.brand-copy small{display:none}.brand-mark{transform:scale(.82);width:31px;height:31px}.header-contact{display:none}.menu-button{position:relative;z-index:4;width:40px;height:40px;display:grid;place-items:center;border:1px solid #cbd3d0;border-radius:50%;background:rgba(255,255,255,.6)}.menu-button i{position:absolute;width:15px;height:1px;background:var(--text);transition:.2s ease}.menu-button i:first-child{top:16px}.menu-button i:last-child{top:22px}.menu-button.is-open i:first-child{top:19px;transform:rotate(45deg)}.menu-button.is-open i:last-child{top:19px;transform:rotate(-45deg)}.mobile-menu{position:fixed;z-index:3;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:23px;padding:90px 28px 40px;background:rgba(255,250,243,.98);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.22s ease}.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}.mobile-menu a{font-size:26px;font-weight:650}.mobile-menu a:last-child{margin-top:12px;color:var(--orange);font-size:15px}.home-hero{min-height:auto;padding:115px 20px 65px}.home-hero h1{font-size:clamp(46px,13vw,60px)}.home-hero-visual{min-height:490px}.team-window{padding:18px 14px;border-radius:22px}.float-pill{font-size:13px}.pill-a{left:-5px;top:42px}.pill-b{right:-5px;bottom:37px}.hero-actions{align-items:center;flex-direction:column;gap:12px}.home-stats{grid-template-columns:repeat(2,1fr);margin-top:10px}.home-stats>div{min-height:90px;padding-top:18px;border-bottom:1px solid rgba(24,51,59,.15)}.compact-home-hero{padding-bottom:55px}.hero-keywords{margin-top:24px}.home-overview{padding:65px 14px}.overview-shell{padding:28px 14px;border-radius:22px}.overview-head{grid-template-columns:1fr;gap:22px;margin-bottom:32px}.overview-head h2{font-size:32px}.overview-grid{grid-template-columns:1fr}.overview-card{min-height:280px;padding:22px}.overview-card.government-card,.overview-card.platform-card{min-height:auto}.overview-comparison{border-spacing:0 10px}.overview-comparison thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.overview-comparison tr{display:block}.overview-comparison td{display:block;width:100%;font-size:16px;padding:14px}.overview-comparison td:first-child{border-radius:12px 12px 0 0}.overview-comparison td:first-child:before{content:"常见痛点";display:block;margin-bottom:5px;color:#7c888a;font-size:12px;font-weight:650}.overview-comparison td:last-child{border-radius:0 0 12px 12px}.overview-comparison td:last-child:before{content:attr(data-label);display:block;margin-bottom:5px;color:rgba(255,255,255,.8);font-size:12px;font-weight:650}.overview-card h3{margin-top:38px}.overview-trust{grid-template-columns:repeat(2,1fr)}.overview-trust>div{min-height:83px;border-bottom:1px solid #e1e3df}.overview-trust>a{grid-column:1/-1}.belief-section,.company-section,.definition-section{grid-template-columns:1fr;gap:28px;padding:80px 22px}.belief-section h2,.company-section h2,.definition-section h2{font-size:36px}.section-title{grid-template-columns:1fr;gap:28px;margin-bottom:42px}.section-title h2{font-size:34px}.case-section,.formula-section,.pillars-section,.portal-section,.professional-section,.project-capability,.support-list-section{padding:80px 20px}.portal-grid{grid-template-columns:1fr}.portal-card{min-height:280px;padding:24px}.portal-card h3{margin-top:42px}.quick-section{grid-template-columns:1fr;gap:50px;padding:85px 22px}.quick-copy h2{font-size:38px}.home-business{padding:85px 20px}.home-business h2{font-size:43px}.business-mini-grid,.home-about{grid-template-columns:1fr}.home-about{gap:35px;padding:85px 22px}.home-about h2{font-size:37px}.home-about .outline-btn{grid-column:auto}.final-cta{min-height:610px}.final-cta h2{font-size:43px}.final-cta>a{gap:10px;padding-left:15px}.final-cta>a strong{font-size:15px}.page-hero{min-height:auto;grid-template-columns:1fr;gap:48px;padding:120px 20px 75px}.page-hero h1{font-size:44px}.page-hero>div:first-child>p:last-child{font-size:16px}.page-hero-art{min-height:350px}.formula-art span{width:52px;height:52px}.formula-art{gap:7px}.business-art{grid-template-columns:repeat(2,105px)}.formula-grid{grid-template-columns:1fr;gap:10px}.formula-grid>i{height:22px}.formula-grid>i:nth-of-type(2){display:grid}.formula-grid article:nth-of-type(3),.formula-grid article:nth-of-type(4){grid-column:auto;margin-top:0}.formula-grid article{min-height:210px}.formula-grid h3{margin-top:52px}.boundary-section,.contact-page,.faq-page,.government-section,.roles-section,.space-detail,.suitable-section,.why-about,.workflow-section{grid-template-columns:1fr;gap:50px;padding:85px 22px}.boundary-section h2,.contact-page h2,.space-detail h2,.suitable-section h2,.why-about h2{font-size:37px}.roles-head h2{font-size:34px;white-space:nowrap}.workflow-copy h2{font-size:32px;white-space:nowrap}.government-section h2{font-size:clamp(31px,8.7vw,37px);white-space:nowrap}.gov-grid,.roles-grid,.workflow-grid{grid-template-columns:1fr}.roles-grid article{min-height:190px}.boundary-section strong{width:auto;display:block;margin-bottom:7px}.support-list article{grid-template-columns:32px 1fr;gap:12px 15px}.support-list article>div:nth-of-type(2),.support-list article>div:nth-of-type(3){grid-column:2}.support-list h3{font-size:17px}.space-scene{min-height:360px}.professional-grid{grid-template-columns:1fr}.professional-grid article{min-height:220px}.capability-grid,.case-list,.pillars-grid{grid-template-columns:1fr}.pillars-grid article{min-height:285px}.workflow-grid article{min-height:160px}.audience-entry-grid{grid-template-columns:1fr}.institution-inline{padding:24px 22px}.management-band{padding:85px 22px}.management-band h2{font-size:36px}.management-flow{gap:8px}.management-flow i{display:none}.government-section aside{grid-template-columns:1fr}.company-stats{grid-template-columns:repeat(2,1fr);padding:0 20px 85px}.company-stats>div{min-height:120px;padding:15px}.company-stats .wide{grid-column:1/-1}.company-stats .wide strong{font-size:17px;line-height:1.5}.case-cover{height:280px}.why-about li{grid-template-columns:30px 105px 1fr;gap:8px}.why-about li p{line-height:1.6}.faq-page details p{padding-left:38px}.contact-page a{font-size:35px}.sub-cta{min-height:520px;padding:80px 20px}.sub-cta h2{font-size:38px}.sub-cta>div{flex-direction:column;gap:8px}.sub-cta .simple-link{margin-top:5px}.site-footer{padding:45px 20px 25px}.footer-nav,.footer-top{grid-template-columns:1fr;justify-items:start}.footer-top>p{margin:0}.footer-top>a:last-child{justify-self:start}.footer-nav nav{flex-wrap:wrap}.footer-nav small{justify-self:start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important}}:root{--bg:#f7f4ee;--paper:#ffffff;--text:#16343c;--muted:#596f75;--line:#d9dfdc;--orange:#f4633a;--orange-dark:#d94c25;--peach:#ffeadc;--sky:#e4f3f4;--yellow:#fff1c7;--green:#e7f2e9;--dark:#102f37;--dark-soft:#1b4851;--shadow:0 24px 60px rgba(22,52,60,.09)}body{background:var(--bg);font-size:17px;line-height:1.65}main{overflow:clip}address,li,p,td{color:var(--muted)}.site-header{height:78px;padding-inline:clamp(22px,5.5vw,92px);background:rgba(255,255,255,.86);border-bottom-color:rgba(22,52,60,.09)}.site-header.is-scrolled{height:68px;background:rgba(255,255,255,.96)}.brand-copy strong{font-size:18px}.brand-copy small{font-size:12px;color:#71878b}.brand-platform .brand-copy strong{font-size:clamp(18px,1.55vw,22px);letter-spacing:.025em;white-space:nowrap}.brand-platform .brand-mark{transform:scale(1.06)}.desktop-nav{gap:clamp(28px,3.2vw,52px);font-size:15px;font-weight:540}.desktop-nav a{color:#3f5d64}.header-contact{min-height:46px;padding-left:20px;font-size:15px;background:white}.section-no{color:#98735d;font-size:13px;font-weight:650;letter-spacing:.16em}.kicker{color:#8f5d47;font-size:15px;font-weight:620}.section-title{grid-template-columns:220px minmax(0,1fr);gap:56px;max-width:1280px;margin-bottom:64px}.section-title h2{font-size:clamp(42px,3.6vw,58px);line-height:1.25}.section-intro{max-width:760px;font-size:17px;line-height:1.85}.primary-btn{min-height:54px;padding:15px 21px 15px 26px;font-size:16px;box-shadow:0 14px 28px rgba(244,99,58,.22)}.simple-link{font-size:16px;font-weight:600}.home-hero{min-height:690px;padding:138px clamp(24px,7vw,115px) 84px;background:linear-gradient(125deg,#fffaf4,#fff2e7 56%,#eaf6f4);border-bottom:1px solid rgba(22,52,60,.07)}.sun-orb{width:520px;height:520px;right:-160px;opacity:.42}.home-hero-copy{width:min(1160px,100%)}.eyebrow{margin-bottom:24px;font-size:14px;font-weight:550}.home-hero h1{font-size:clamp(58px,5.8vw,88px);line-height:1.13}.lead{max-width:900px;margin-top:30px;color:#50686e;font-size:clamp(17px,1.35vw,20px);line-height:1.85}.hero-keywords{margin-top:32px;color:#546d72;font-size:15px;font-weight:540}.home-overview{padding:100px clamp(20px,6vw,96px) 115px;background:#efede7}.overview-shell{max-width:1340px;border:1px solid #e3e1da;box-shadow:var(--shadow)}.overview-head{grid-template-columns:360px minmax(0,1fr);gap:68px;margin-bottom:52px}.overview-head h2{font-size:clamp(38px,3.5vw,54px);line-height:1.27}.overview-grid{gap:20px}.overview-card.government-card,.overview-card.platform-card{min-height:620px;padding:36px;border:1px solid rgba(22,52,60,.08);box-shadow:0 14px 34px rgba(22,52,60,.06)}.overview-card.platform-card{background:linear-gradient(145deg,#fff6ef,#fff0df)}.overview-card.government-card{background:linear-gradient(145deg,#eef8f7,#e7f1f5)}.overview-card.platform-card h3{font-size:38px}.overview-card.government-card h3{font-size:34px}.overview-card h3{margin-top:40px}.overview-card.government-card>p,.overview-card.platform-card>p{min-height:auto;font-size:17px;line-height:1.75}.overview-card-top{font-size:13px;font-weight:650}.overview-card-top small{font-size:13px}.overview-comparison{margin-top:30px;border-spacing:0 10px}.overview-comparison th{padding:10px 16px;font-size:15px}.overview-comparison td{padding:17px 16px;font-size:17px;line-height:1.55}.overview-comparison td:first-child{background:#e3e7e5;color:#425960}.overview-card>b{margin-top:28px;font-size:16px}.overview-trust{gap:0;margin-top:46px}.overview-trust>div{padding:27px 18px 0 0}.overview-trust>div strong{font-size:26px}.overview-trust>a span,.overview-trust>div span{font-size:14px}.overview-trust>a{margin-top:18px;padding:16px 17px 16px 21px}.overview-trust>a strong{font-size:19px}.page-hero{min-height:700px;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:clamp(55px,7vw,115px);padding:138px clamp(24px,8vw,130px) 82px;border-bottom:1px solid rgba(22,52,60,.08)}.page-hero h1{font-size:clamp(50px,4.8vw,72px);line-height:1.2}.page-hero>div:first-child>p:last-child{font-size:18px;line-height:1.85}.opc-page-hero{background:linear-gradient(125deg,#fff8f1,#ffe9da 65%,#fff4d4)}.support-page-hero{background:linear-gradient(125deg,#f4fbfa,#def0ef 65%,#edf3e8)}.government-page-hero{background:linear-gradient(125deg,#f4fbfa,#deefee 65%,#e8f2f7)}.about-page-hero{background:linear-gradient(125deg,#fffaf5,#f1eee7 65%,#e8f3ef)}.business-page-hero{background:linear-gradient(125deg,#fffaf0,#fff0cb 65%,#ffe9dc)}.page-hero-art{min-height:460px;border:1px solid rgba(22,52,60,.09);border-radius:32px;background-color:rgba(255,255,255,.52);box-shadow:0 28px 70px rgba(22,52,60,.1)}.business-art>b,.formula-art b,.government-art>b,.support-art>b{font-size:13px}.business-art>span,.government-art>span,.government-audience span,.support-art>div span{font-size:15px}.company-section,.definition-section{grid-template-columns:300px minmax(0,1fr);gap:70px;padding:120px clamp(24px,8vw,130px)}.company-section h2,.definition-section h2{font-size:clamp(42px,4vw,60px);white-space:normal}.company-copy p,.definition-section>div>p{font-size:17px;line-height:1.95}.definition-section blockquote{padding:24px 28px;font-size:19px;background:#fff2e9}.case-section,.formula-section,.pillars-section,.professional-section,.project-capability,.support-list-section{padding:120px clamp(24px,7vw,112px)}.formula-section,.pillars-section,.project-capability,.support-list-section{background:#f2f0ea}.formula-grid{max-width:1280px;gap:0}.formula-grid article{min-height:290px;padding:30px;border-radius:22px;box-shadow:0 10px 26px rgba(22,52,60,.05)}.formula-grid h3{margin-top:82px;font-size:23px}.formula-grid p{font-size:16px}.formula-grid article>span{font-size:13px}.roles-section,.workflow-section{gap:80px;padding:120px clamp(24px,8vw,130px)}.roles-section{grid-template-columns:minmax(420px,.85fr) minmax(0,1.15fr);background:#fffdf9}.roles-head h2,.workflow-copy h2{font-size:clamp(42px,3.7vw,56px);white-space:normal}.roles-head>p:last-child,.workflow-copy>p:last-child{font-size:17px;line-height:1.85}.roles-grid{gap:16px}.roles-grid article{min-height:230px;padding:27px;border-radius:20px;border-color:#dce2df;box-shadow:0 10px 28px rgba(22,52,60,.045)}.roles-grid article>div,.roles-grid article>div small{font-size:13px}.roles-grid h3{margin-top:28px;font-size:22px}.roles-grid p{font-size:16px;line-height:1.75}.audience-entry-grid{max-width:1280px;gap:18px;margin-bottom:22px}.audience-entry-grid article{min-height:180px;padding:32px 34px;border-radius:22px;box-shadow:0 10px 26px rgba(22,52,60,.04)}.audience-entry-grid small{font-size:13px}.audience-entry-grid h3{margin-top:25px;font-size:28px}.audience-entry-grid p{font-size:17px}.pillars-grid{max-width:1280px;gap:16px}.pillars-grid article{--accent:#f0643a;--soft:#fff0e8;min-height:360px;padding:28px;border:1px solid #dce2df;border-top:5px solid var(--accent);border-radius:20px;background:white!important;box-shadow:0 12px 28px rgba(22,52,60,.05)}.pillars-grid article.blue{--accent:#16879d;--soft:#e7f5f5}.pillars-grid article.yellow{--accent:#b58200;--soft:#fff3ca}.pillars-grid article.green{--accent:#3f8065;--soft:#e8f3eb}.pillars-grid article>span{color:var(--accent);font-size:13px;font-weight:650}.pillars-grid article>small{margin-top:52px;padding:7px 11px;background:var(--soft);color:var(--accent);font-size:14px;font-weight:650}.pillars-grid h3{margin-top:18px;font-size:24px}.pillars-grid p{margin-bottom:0;font-size:16px;line-height:1.8}.boundary-section,.contact-page,.management-band,.space-detail,.why-about{background:linear-gradient(135deg,#0f3038,#173f48)}.boundary-section{gap:90px;padding:115px clamp(24px,8vw,130px)}.boundary-section>div:last-child p{padding:27px 0;color:#bfd0d2;font-size:17px}.boundary-section strong{width:145px;font-size:17px}.support-list{max-width:1280px}.support-list article{grid-template-columns:58px .62fr 1.1fr .95fr;gap:28px;padding:32px 0}.support-list article>span,.support-list small{font-size:13px}.support-list small{color:#76898d}.support-list h3{font-size:22px}.support-list p{color:#3f5c63;font-size:17px;line-height:1.75}.space-detail{gap:80px;padding:115px clamp(24px,8vw,130px)}.space-detail>div:first-child>p:last-of-type{font-size:17px}.tag-list span{padding:9px 14px;color:#d4e2e3;font-size:15px}.space-scene{min-height:450px;box-shadow:0 26px 55px rgba(0,0,0,.13)}.space-scene span{font-size:13px}.professional-section{background:#fffdf9}.professional-grid{grid-template-columns:repeat(4,1fr);gap:16px;max-width:1280px;border:0}.professional-grid article{position:relative;min-height:300px;padding:28px;overflow:hidden;border:1px solid #dce2df;border-radius:20px;background:white;box-shadow:0 12px 28px rgba(22,52,60,.05)}.professional-grid article:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:var(--orange)}.professional-grid article:nth-child(2):before{background:#16879d}.professional-grid article:nth-child(3):before{background:#b58200}.professional-grid article:nth-child(4):before{background:#3f8065}.professional-grid span{font-size:13px}.professional-grid h3{margin-top:72px;font-size:24px}.professional-grid p{font-size:16px;line-height:1.8}.suitable-section{gap:90px;padding:115px clamp(24px,8vw,130px);background:#e7f2f0}.suitable-section li{padding-block:23px;color:#365960;font-size:17px}.workflow-grid{border:0;gap:14px}.workflow-grid article{min-height:205px;padding:25px;border:1px solid #dce2df;border-radius:18px;background:#fff}.workflow-grid span{font-size:13px}.workflow-grid h3{margin-top:31px;font-size:21px}.workflow-grid p{font-size:16px}.management-flow span{padding:11px 16px;color:#d4e2e3;font-size:16px}.government-section{grid-template-columns:minmax(540px,.95fr) minmax(0,1.05fr);gap:70px;padding:120px clamp(24px,8vw,130px);background:#e7f2f0}.government-section h2{font-size:clamp(42px,3.7vw,56px);white-space:normal}.government-section>div:first-child>p:last-child{font-size:17px}.gov-grid{gap:10px;border:0}.gov-grid>span{min-height:82px;padding:18px 20px;border:1px solid #cbdcda;border-radius:14px;background:rgba(255,255,255,.7);color:#365a60;font-size:18px;font-weight:570}.gov-grid i{min-width:26px;color:#16879d;font-size:13px}.government-section aside{padding:28px 30px;border:1px solid #ccdcda;background:rgba(255,255,255,.72)}.government-section aside strong{font-size:18px}.government-section aside p{font-size:16px}.company-stats{gap:12px;padding:0 clamp(24px,7vw,112px) 120px}.company-section{grid-template-columns:minmax(420px,.82fr) minmax(0,1fr);gap:72px}.company-section h2{font-size:clamp(42px,3.3vw,50px)}.company-stats>div{border:1px solid var(--line);border-radius:16px;background:#fff}.company-stats span{font-size:14px}.company-stats strong{font-size:clamp(24px,2.5vw,38px)}.company-stats .wide{background:linear-gradient(90deg,#ffe8d9,#fff8f1)}.capability-grid{max-width:1280px;gap:16px;border:0}.capability-grid article{min-height:300px;padding:28px;border:1px solid #dce2df;border-radius:20px;box-shadow:0 12px 28px rgba(22,52,60,.05)}.capability-grid span{font-size:13px}.capability-grid h3{margin-top:68px;font-size:23px}.capability-grid p{font-size:16px;line-height:1.8}.case-section{background:#fffdf9}.case-list{max-width:1280px;gap:18px}.case-cover{height:270px;border-radius:20px}.case-list h3{font-size:21px}.case-list li{margin-bottom:9px;font-size:15px;line-height:1.65}.why-about li{grid-template-columns:42px 150px 1fr;padding:25px 0}.why-about li span{font-size:13px}.why-about li strong{font-size:17px}.why-about li p{color:#b8cccf;font-size:16px}.faq-page{gap:90px;padding:115px clamp(24px,8vw,130px);background:#f2f0ea}.faq-page summary{padding:24px 0}.faq-page summary span{font-size:13px}.faq-page summary strong{font-size:18px}.faq-page details p{font-size:16px}.contact-page address,.contact-page>div:last-child>span{color:#b8cccf;font-size:16px}.sub-cta{position:relative;min-height:540px;overflow:hidden;background:linear-gradient(135deg,#102f37,#1b4851);color:white}.sub-cta:after{content:"";position:absolute;right:-130px;bottom:-180px;width:440px;height:440px;border-radius:50%;background:var(--orange);opacity:.14}.sub-cta>*{position:relative;z-index:1}.sub-cta .kicker{color:#c7d8da}.sub-cta>p{color:#b7cbce;font-size:17px}.sub-cta .simple-link{color:white;border-bottom-color:rgba(255,255,255,.5)}.site-footer{padding:62px clamp(24px,6vw,96px) 32px;background:#0d2930;color:white}.site-footer .brand-copy strong{color:white}.site-footer .brand-copy small{color:#8fa8ac}.footer-top>p{color:#a8bdc0;font-size:16px}.footer-nav{border-top-color:rgba(255,255,255,.15);color:#8fa8ac;font-size:13px}.footer-nav nav{color:#c0d0d2;font-size:15px}.footer-nav small{color:#7f999d;font-size:13px}@media (max-width:1050px){.overview-head,.section-title{grid-template-columns:1fr;gap:26px}.company-section,.definition-section,.government-section,.page-hero,.roles-section,.workflow-section{grid-template-columns:1fr}.professional-grid{grid-template-columns:repeat(2,1fr)}.overview-card.government-card,.overview-card.platform-card{min-height:auto}}@media (max-width:700px){body{font-size:16px}.site-header{height:68px;padding-inline:18px}.brand-platform{gap:9px}.brand-platform .brand-copy strong{font-size:16px}.brand-platform .brand-mark{transform:scale(.86);width:31px;height:31px}.home-hero{min-height:auto;padding:112px 20px 68px}.sun-orb{width:360px;height:360px;right:-190px;top:90px}.home-hero h1{font-size:clamp(44px,12vw,56px);line-height:1.14}.lead{font-size:17px;line-height:1.75}.hero-keywords{justify-content:center;gap:10px;font-size:14px}.home-overview{padding:70px 14px 82px}.overview-shell{padding:28px 16px;border-radius:22px}.overview-head h2{font-size:34px}.overview-grid{gap:14px}.overview-card.government-card,.overview-card.platform-card{padding:24px 20px;border-radius:19px}.overview-card.government-card h3,.overview-card.platform-card h3{font-size:29px}.overview-card h3{margin-top:30px}.overview-comparison td{font-size:16px}.overview-trust{grid-template-columns:repeat(2,1fr)}.overview-trust>a{grid-column:1/-1}.page-hero{gap:40px;padding:112px 20px 68px}.page-hero h1{font-size:42px}.page-hero>div:first-child>p:last-child{font-size:17px}.page-hero-art{min-height:330px;border-radius:24px}.section-title{gap:24px;margin-bottom:42px}.section-title h2{font-size:34px}.case-section,.formula-section,.pillars-section,.professional-section,.project-capability,.support-list-section{padding:78px 20px}.boundary-section,.company-section,.contact-page,.definition-section,.faq-page,.government-section,.roles-section,.space-detail,.suitable-section,.why-about,.workflow-section{gap:44px;padding:78px 20px}.company-section h2,.definition-section h2,.government-section h2,.roles-head h2,.workflow-copy h2{font-size:34px;white-space:normal}.formula-grid article{min-height:220px}.formula-grid h3{margin-top:54px}.capability-grid,.case-list,.gov-grid,.pillars-grid,.professional-grid,.roles-grid,.workflow-grid{grid-template-columns:1fr}.roles-grid article,.workflow-grid article{min-height:185px}.audience-entry-grid{grid-template-columns:1fr}.audience-entry-grid article{min-height:165px}.pillars-grid article{min-height:300px}.capability-grid article,.professional-grid article{min-height:250px}.support-list article{grid-template-columns:38px 1fr;gap:14px 16px;padding:28px 0}.support-list article>div:nth-of-type(2),.support-list article>div:nth-of-type(3){grid-column:2}.space-scene{min-height:340px}.government-section aside{grid-template-columns:1fr;gap:12px}.why-about li{grid-template-columns:34px 1fr;gap:8px 12px}.why-about li p{grid-column:2}.company-stats{grid-template-columns:1fr;padding:0 20px 80px}.company-stats .wide{grid-column:1}.sub-cta{min-height:500px;padding:78px 20px}.sub-cta h2{font-size:36px;line-height:1.25}}