:root{--navy:#122d48;--blue:#2066ad;--ink:#172c42;--subtle:#647487;--line:#e1e7ed;--wash:#f5f8fb;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.7}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button,a,input{outline-offset:5px}a:focus-visible,button:focus-visible{outline:2px solid var(--blue)}img{max-width:100%;display:block}h1,h2,h3,h4,h5,p{margin:0}sup{font-size:.4em;vertical-align:super;margin-left:1px}.container{max-width:1280px;margin:0 auto;padding:0 40px}.section{padding-top:90px;padding-bottom:90px}.eyebrow{font-size:12px;letter-spacing:.17em;font-weight:700;color:var(--blue);display:flex;align-items:center;gap:12px;line-height:1.6}.eyebrow-line{width:24px;height:2px;background:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:14px 23px;border-radius:7px;font-size:14px;font-weight:600;border:1px solid transparent;transition:background .2s,transform .2s;white-space:nowrap;min-height:48px}.button:hover{transform:translateY(-2px)}.primary{background:var(--blue);color:white}.primary:hover{background:#184e85}.white{background:white;color:var(--navy)}.white:hover{background:#eaf2fa}.text-link{display:inline-flex;align-items:center;gap:12px;font-weight:600;font-size:14px;color:var(--blue)}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.skip-link{position:fixed;left:16px;top:-70px;z-index:100;background:white;padding:10px}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:30;background:#ffffffed;backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-inner{max-width:1440px;padding:21px 48px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;flex-direction:column;white-space:nowrap;line-height:1}.brand>span{font-size:29px;font-weight:600;letter-spacing:-1.3px}.brand b{color:var(--blue);font-weight:650}.brand sup{font-size:10px;margin-left:3px}.brand small{font-size:10px;letter-spacing:1px;color:#6b7885;margin-top:9px}.site-header nav{display:flex;gap:28px;align-items:center}.site-header nav a{font-size:14px;position:relative;padding:8px 0;white-space:nowrap;color:#526070}.site-header nav a:hover,.site-header nav a.active{color:var(--blue)}.site-header nav a.active:after{content:"";position:absolute;height:2px;width:19px;background:#d8ad4f;bottom:-7px;left:0}.header-cta{padding:10px 16px;min-height:42px;gap:10px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding-top:64px;padding-bottom:60px;align-items:center}.hero-copy{padding:18px 0}.hero h1{font-size:clamp(36px,3.4vw,50px);line-height:1.35;letter-spacing:-1.8px;font-weight:650;margin:22px 0}.hero h1 span{color:var(--blue);display:block}.hero-description{font-size:16px;line-height:1.9;color:var(--subtle);max-width:460px}.hero-actions{display:flex;gap:26px;align-items:center;margin-top:30px}.hero-note{display:flex;align-items:center;gap:8px;color:#7b8895;font-size:12px;letter-spacing:.06em;margin-top:26px}.hero-visual{position:relative;border:1px solid #e1e7ec;border-radius:9px;background:#f7f9fa;overflow:hidden;min-height:440px;display:flex;flex-direction:column;justify-content:center}.visual-topline{position:absolute;top:20px;left:24px;right:24px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.14em;color:#658097;z-index:1}.hero-photo{width:100%;aspect-ratio:1.25;object-fit:cover}.asset-chip{position:absolute;left:23px;right:23px;bottom:43px;background:#fffffff0;border:1px solid white;box-shadow:0 8px 30px #263e5210;display:flex;align-items:center;gap:13px;padding:17px;border-radius:7px}.chip-icon{padding:9px;color:var(--blue);background:#edf5fc;border-radius:6px}.asset-chip strong{font-size:15px;font-weight:600}.asset-chip small{display:block;color:#8190a1;font-size:9px;letter-spacing:.08em;margin-top:3px}.asset-chip>svg{margin-left:auto;color:var(--blue)}.image-caption{position:absolute;bottom:14px;width:100%;text-align:center;font-size:11px;color:#758696;letter-spacing:.11em}.metrics-wrap{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfcfd}.metrics{display:grid;grid-template-columns:repeat(4,1fr);padding-top:26px;padding-bottom:26px}.metrics>div{text-align:center;border-right:1px solid var(--line)}.metrics>div:last-child{border:0}.metrics strong{font-size:34px;line-height:1.3;font-weight:500;letter-spacing:-1.4px}.metrics strong span{font-size:13px;letter-spacing:0;margin-left:10px;font-weight:400}.metrics p{font-size:12px;color:var(--subtle);margin-top:5px}.section-top{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:35px}h2{font-size:32px;line-height:1.45;letter-spacing:-.6px;font-weight:600;margin-top:13px}.section-intro{font-size:14px;line-height:1.85;color:var(--subtle)}.stage-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.stage-card{padding:20px 15px 17px;text-align:left;border:1px solid var(--line);border-radius:8px;background:linear-gradient(160deg,#fff 40%,var(--stage-soft));display:flex;flex-direction:column;min-height:263px;transition:transform .2s,border-color .2s,box-shadow .2s}.stage-card:hover{transform:translateY(-5px);border-color:var(--stage-color);box-shadow:0 12px 30px #1b34430c}.stage-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.stage-icon{width:39px;height:39px;display:inline-flex;align-items:center;justify-content:center;background:var(--stage-soft);color:var(--stage-color);border-radius:8px}.stage-card-top>span:last-child{font-size:12px;letter-spacing:.08em;color:#8491a0}.stage-card h3{font-size:17px;font-weight:700;color:var(--stage-color);letter-spacing:-.6px;white-space:nowrap}.stage-card h4{font-size:14px;line-height:1.6;margin-top:7px;font-weight:600;min-height:45px}.stage-card p{font-size:13px;color:var(--subtle);line-height:1.8;margin:11px 0 24px}.stage-card-link{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--stage-color);font-weight:600;margin-top:auto}.workflow-note{display:flex;align-items:center;gap:10px;margin-top:25px;color:#687988;font-size:12px}.workflow-note>svg{color:#7a91a6}.workflow-note>span{margin-left:auto}.capabilities-section{padding:80px 0 85px;background:#f7f9fb;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stage-tabs{gap:0}.stage-tabs-list{width:100%!important;height:auto!important;padding:0!important;border-radius:0!important;background:transparent!important;border-bottom:1px solid var(--line);justify-content:space-between!important;gap:4px!important;overflow-x:auto}.stage-tabs-list [role=tab]{font-size:14px!important;padding:17px 10px!important;height:auto!important;color:#6b7988;border-radius:6px 6px 0 0!important;gap:8px!important;flex:1 0 auto!important;border:0!important;box-shadow:none!important}.stage-tabs-list [role=tab][data-state=active]{background:var(--stage-soft)!important;color:var(--stage-color)!important;box-shadow:inset 0 -3px var(--stage-color)!important}.stage-detail{display:grid!important;grid-template-columns:1fr 1fr;gap:36px 80px;padding-top:40px}.stage-detail[data-state=inactive]{display:none!important}.detail-label{display:flex;gap:13px;align-items:center}.detail-label>span:last-child{font-size:11px;color:var(--subtle);letter-spacing:.05em}.detail-copy h3{font-size:31px;color:var(--stage-color);font-weight:650;margin-top:18px;letter-spacing:-1px}.detail-copy h4{font-size:24px;font-weight:600;margin-top:9px}.detail-lead{color:var(--stage-color);font-size:14px;margin-top:7px}.detail-description{font-size:15px;line-height:1.95;color:var(--subtle);margin-top:20px}.io-block{background:var(--stage-soft);border:1px solid color-mix(in srgb,var(--stage-color) 14%,transparent);border-radius:7px;padding:19px 22px;margin:24px 0 22px}.io-block>svg{color:var(--stage-color);margin:10px 0;opacity:.6}.io-block span{font-size:10px;letter-spacing:.12em;color:var(--stage-color);font-weight:600}.io-block p{font-size:14px;color:#536574;line-height:1.8;margin-top:5px}.report-preview{background:#fff;border:1px solid #e2e6eb;border-radius:5px;box-shadow:0 12px 32px #1c345109;padding:21px 25px;transform:rotate(-1deg);margin:6px 8px 25px}.report-top{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:13px}.report-top>span{font-size:13px;font-weight:700;color:var(--stage-color)}.report-top>small{font-size:9px;letter-spacing:.1em;color:#8792a0}.report-heading{display:flex;align-items:center;gap:16px;padding:18px 0}.report-heading>span{font-size:41px;line-height:1;font-weight:300;color:var(--stage-color)}.report-heading small{font-size:9px;letter-spacing:.14em;color:#8491a0}.report-heading h5{font-size:17px;font-weight:600;margin-top:3px}.report-heading>svg{margin-left:auto;color:var(--stage-color);opacity:.6}.report-rows>div{display:flex;border-top:1px solid #edf0f3;padding:9px 0;gap:10px;font-size:12px}.report-rows>div>span{color:#83909d;min-width:72px}.report-rows strong{font-weight:400;color:#4c5d6f}.report-footer{display:flex;justify-content:space-between;padding-top:13px;border-top:1px solid var(--line);color:#8b99a6;font-size:9px}.deliverables-title{display:flex;justify-content:space-between;align-items:center}.deliverables-title h5{font-size:15px;font-weight:600}.deliverables-title>span{font-size:11px;color:#7f8d9c}.deliverables{list-style:none;padding:0;margin:14px 0;display:grid;grid-template-columns:1fr 1fr;gap:9px 16px}.deliverables li{font-size:13px;line-height:1.6;display:flex;gap:7px;color:#617185}.deliverables svg{color:var(--stage-color);flex-shrink:0;margin-top:3px}.formats{display:flex;flex-wrap:wrap;gap:6px}.formats span{border:1px solid #dce4eb;background:white;font-size:10px;padding:2px 7px;border-radius:3px;color:#6a7c8f}.stage-confirm{grid-column:1/-1;display:flex;align-items:flex-start;gap:10px;border-top:1px solid var(--line);padding-top:21px;color:#758595;font-size:12px}.stage-confirm svg{flex-shrink:0;color:var(--stage-color);margin-top:1px}.stage-confirm strong{color:#52687c;white-space:nowrap;font-weight:600}.ap-section{background:var(--navy);color:white;padding:46px 48px 0;border-radius:12px;margin-top:90px;margin-bottom:0;max-width:1200px}.ap-heading{display:flex;justify-content:space-between;gap:20px}.ap-heading .eyebrow{color:#a2c5e2;font-size:11px}.ap-heading h2{font-size:34px;line-height:1.45;margin:16px 0}.ap-heading p:not(.eyebrow){font-size:14px;color:#b6c7d7;line-height:1.9}.ap-tags{display:flex;gap:9px;margin:18px 0 23px}.ap-tags span{font-size:11px;padding:2px 9px;border:1px solid #ffffff26;border-radius:3px;color:#b5c9da}.ap-heading .button{font-size:13px;padding:11px 17px;min-height:42px}.download-note{display:block;font-size:10px;color:#8ca5b9;margin-top:8px}.ap-monogram{align-self:center;margin-right:70px;font-size:180px;font-weight:300;font-family:Georgia,serif;letter-spacing:-16px;line-height:1;color:#bfd4e5}.ap-monogram span{display:block;font-size:12px;font-family:Arial,sans-serif;letter-spacing:.3em;text-align:center;margin-top:16px;color:#89a7bf}.ap-groups{display:grid;grid-template-columns:repeat(4,1fr);margin-top:40px;padding-top:30px;border-top:1px solid #ffffff1c;gap:25px}.ap-group{border-right:1px solid #ffffff1c;padding-right:16px}.ap-group:last-child{border:0}.ap-group>svg{color:#a3c6e0}.ap-group h3{font-size:16px;margin:12px 0 9px}.ap-group ul{list-style:none;padding:0;font-size:12px;line-height:2;color:#a6bbcd}.ap-bottom{display:flex;gap:16px;justify-content:center;align-items:center;border-top:1px solid #ffffff1c;margin-top:25px;padding:20px;font-size:12px;color:#94afc4}.ap-bottom i{width:1px;height:11px;background:#ffffff30}.ecosystem{padding-bottom:70px}.ecosystem-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:46px}.ecosystem-node{display:flex;align-items:center;gap:18px;position:relative;justify-content:center}.ecosystem-node>svg:not(.flow-arrow){color:#3b6f9f}.ecosystem-node h3{font-size:19px;font-weight:600;letter-spacing:-.5px}.ecosystem-node p{font-size:13px;color:var(--subtle);margin-top:4px}.flow-arrow{position:absolute;right:-24px;color:#a2b4c3}.ecosystem-feedback{margin:25px auto 50px;border-bottom:1px solid #dce6ee;max-width:80%;text-align:center;font-size:11px;color:#8497a7;padding-bottom:10px;letter-spacing:.15em}.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.related-link{display:flex;align-items:center;gap:20px;border:1px solid var(--line);padding:28px;border-radius:8px;transition:background .2s}.related-link:hover{background:#f6f9fc;border-color:#a5c1db}.related-link>svg{margin-left:auto;color:var(--blue);flex-shrink:0}.related-icon{color:var(--blue);background:#edf4fa;width:55px;height:55px;display:flex;align-items:center;justify-content:center;border-radius:9px;flex-shrink:0}.related-link small{font-size:10px;letter-spacing:.09em;color:#7c94aa}.related-link h3{font-size:18px;font-weight:600;margin-top:4px}.related-link p{font-size:13px;color:var(--subtle);margin-top:8px}.closing{background:#f4f7fa;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.closing>.container{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:55px;padding-bottom:55px}.closing h2{font-size:28px;margin:10px 0}.closing p:not(.eyebrow){font-size:14px;color:var(--subtle)}.mobile-break{display:none}.site-footer{display:flex;justify-content:space-between;align-items:flex-start;padding-top:40px;padding-bottom:36px;gap:30px}.site-footer .brand>span{font-size:25px}.site-footer .brand small{display:none}.site-footer p{font-size:11px;color:#8a95a0;margin-top:14px}.site-footer>div:last-child{text-align:right;font-size:13px;color:#627589}
@media(min-width:1600px){.hero{padding-top:84px;padding-bottom:80px}.hero-visual{min-height:460px}}
@media(max-width:1100px){.header-inner{padding:18px 28px;gap:20px}.site-header nav{gap:18px}.site-header nav a{font-size:13px}.container{padding-left:28px;padding-right:28px}.hero{gap:28px}.hero h1{font-size:38px;letter-spacing:-1px}.hero-visual{min-height:400px}.stage-grid{grid-template-columns:repeat(4,1fr)}.stage-card{min-height:228px}.stage-card h4{min-height:0}.stage-card p{font-size:14px}.stage-grid .stage-card:last-child{grid-column:auto}.stage-tabs-list [role=tab]{font-size:12px!important;padding:14px 9px!important;gap:5px!important}.stage-detail{gap:30px 40px}.ap-section{margin-left:28px;margin-right:28px;padding-left:35px;padding-right:35px}.related-link{padding:23px;gap:14px}}
@media(max-width:800px){html{scroll-padding-top:132px}.header-inner{display:grid;grid-template-columns:1fr auto;gap:18px;padding:17px 22px 0}.site-header nav{grid-column:1/-1;grid-row:2;justify-content:space-between;gap:24px;overflow-x:auto;margin:0 -22px;padding:0 22px 11px;scrollbar-width:none}.site-header nav a{font-size:13px}.site-header nav a.active:after{bottom:0}.brand>span{font-size:26px}.brand small{font-size:9px;margin-top:6px}.header-cta{font-size:12px;padding:8px 13px;min-height:39px}.container{padding-left:24px;padding-right:24px}.hero{grid-template-columns:1fr;gap:35px;padding-top:40px;padding-bottom:35px}.hero-copy{padding:0}.hero h1{font-size:42px;line-height:1.4;margin:19px 0}.hero h1 span{display:inline}.hero-description{max-width:570px;font-size:15px}.hero-visual{min-height:0;max-height:420px}.hero-photo{aspect-ratio:1.5;object-position:center 48%}.hero-actions{margin-top:25px}.hero-note{margin-top:20px}.hero .eyebrow{font-size:10px}.metrics{padding-top:23px;padding-bottom:23px}.metrics strong{font-size:29px}.metrics strong span{font-size:11px;display:block;margin:6px 0 0}.metrics p{font-size:11px}.section{padding-top:57px;padding-bottom:57px}.section-top{align-items:flex-start;margin-bottom:26px}.section-intro{font-size:13px}h2{font-size:26px}.stage-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stage-card{padding:19px;min-height:210px}.stage-card:last-child{grid-column:1/-1;min-height:180px}.stage-card:last-child .stage-card-top{margin-bottom:12px}.stage-card:last-child p{margin-bottom:10px}.stage-card:last-child .stage-card-link{justify-content:flex-start;gap:12px}.stage-card h3{font-size:20px}.stage-card h4{font-size:14px}.stage-card-top{margin-bottom:18px}.workflow-note{flex-wrap:wrap;font-size:11px;gap:6px}.workflow-note>span{margin-left:24px;width:100%}.capabilities-section{padding:55px 0}.stage-tabs-list [role=tab]{font-size:13px!important;padding:15px 12px!important;gap:6px!important}.stage-detail{grid-template-columns:1fr;gap:30px;padding-top:28px}.detail-description{max-width:640px}.detail-copy h3{font-size:29px}.detail-copy h4{font-size:23px}.io-block{margin-top:20px}.detail-delivery{max-width:640px;width:100%;justify-self:center}.report-preview{transform:none;margin:0 0 25px}.deliverables{font-size:14px}.stage-confirm{flex-wrap:wrap;gap:7px}.stage-confirm p{width:100%;padding-left:25px}.ap-section{margin:55px 24px 0;padding:30px 26px 0}.ap-heading h2{font-size:29px}.ap-heading p:not(.eyebrow){font-size:14px}.ap-monogram{font-size:120px;margin-right:0;align-self:flex-start;margin-top:60px;letter-spacing:-10px}.ap-monogram span{font-size:9px;letter-spacing:.15em}.ap-groups{grid-template-columns:1fr 1fr;gap:24px}.ap-group:nth-child(2){border:0}.ap-group h3{font-size:16px}.ap-bottom{font-size:11px;gap:10px;padding:18px 0}.ecosystem-flow{gap:20px}.ecosystem-node{gap:10px;flex-direction:column;text-align:center}.ecosystem-node h3{font-size:16px}.ecosystem-node p{font-size:12px}.flow-arrow{right:-18px;top:32px;width:16px}.ecosystem-feedback{margin-bottom:35px}.related-grid{grid-template-columns:1fr}.related-link{padding:22px}.closing>.container{padding-top:40px;padding-bottom:40px}.closing h2{font-size:24px}.closing .button{font-size:13px;padding:12px 16px}.site-footer{padding-top:32px;padding-bottom:30px}.site-footer>div:last-child{max-width:220px}.site-footer p{font-size:10px}}
@media(max-width:520px){.hero h1{font-size:34px;letter-spacing:-.8px}.hero h1 span{display:block}.hero{gap:28px}.hero-description{font-size:14px}.hero-actions{gap:23px}.hero-actions .button{font-size:13px;padding:12px 18px}.hero-actions .text-link{font-size:13px}.hero-visual{min-height:300px}.hero-photo{aspect-ratio:1.13}.visual-topline{left:17px;right:17px;top:17px;font-size:8px}.asset-chip{left:14px;right:14px;bottom:38px;padding:12px;gap:10px}.asset-chip strong{font-size:13px}.asset-chip small{font-size:8px}.image-caption{font-size:9px}.section-top{flex-direction:column;gap:12px}.section-intro br{display:none}.section-intro{font-size:13px}.eyebrow{font-size:10px}.metrics{padding-left:16px;padding-right:16px}.metrics strong{font-size:28px}.metrics p{font-size:10px}.stage-card{padding:16px 14px}.stage-card h3{font-size:18px}.stage-card h4{min-height:45px}.stage-card p{font-size:13px}.stage-card:last-child h4{min-height:auto}.workflow-note{font-size:10px}.detail-label>span:last-child{font-size:10px;max-width:230px}.detail-description{font-size:14px}.io-block{padding:17px}.io-block p{font-size:13px}.deliverables{grid-template-columns:1fr}.deliverables li{font-size:14px}.report-preview{padding:18px}.report-top>small{font-size:8px}.report-rows>div{font-size:11px;gap:4px}.report-rows>div>span{min-width:60px}.report-heading h5{font-size:16px}.ap-monogram{display:none}.ap-section{padding:28px 22px 0}.ap-heading h2{font-size:27px}.ap-heading p:not(.eyebrow){font-size:13px}.desktop-break{display:none}.ap-groups{gap:24px 17px;margin-top:29px;padding-top:25px}.ap-group{padding-right:8px}.ap-group ul{font-size:11px}.ap-bottom{gap:7px;font-size:10px}.ap-bottom>svg{width:16px}.ecosystem-flow{gap:15px;margin-top:25px}.ecosystem-node h3{font-size:13px}.ecosystem-node p{font-size:11px}.ecosystem-node>svg:not(.flow-arrow){width:22px}.flow-arrow{right:-17px;width:13px}.related-link{padding:20px 16px;gap:13px}.related-icon{width:43px;height:43px}.related-link h3{font-size:16px}.related-link p{font-size:12px}.related-link small{font-size:8px}.closing>.container{flex-direction:column;align-items:flex-start;gap:24px}.closing h2{font-size:26px}.mobile-break{display:block}.site-footer{flex-direction:column;gap:23px}.site-footer>div:last-child{max-width:none;text-align:left}.site-footer>div:last-child>span{font-size:12px}.site-footer p{font-size:10px;margin-top:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
@media print{.site-header{position:static}.hero-actions,.closing,.download-note{display:none}.stage-detail{break-inside:avoid}.stage-tabs-list{display:none!important}}
/* Readability refinements */
.hero h1 span{display:inline}.hero-description,.detail-description{font-size:16px}.stage-card p,.stage-card-link,.deliverables li,.ap-group ul,.related-link p,.io-block p,.stage-confirm{font-size:14px}.metrics p,.metrics strong span,.workflow-note,.ap-bottom,.site-footer p,.download-note,.ap-tags span,.formats span,.report-top>small,.report-footer,.detail-label>span:last-child,.related-link small,.image-caption,.hero-note{font-size:12px}.site-header nav a{font-size:14px}.stage-confirm{line-height:1.8}.stage-detail .detail-description{line-height:1.9}.stage-card{min-height:282px}.stage-card p{line-height:1.7}.report-top>small{font-size:10px}.report-footer{font-size:10px}.related-link small{font-size:10px}
@media(max-width:800px){.hero h1 span{display:inline}.stage-card{min-height:224px}.stage-card:last-child{min-height:185px}.stage-card-link{font-size:13px}.ap-bottom{font-size:12px;flex-wrap:wrap}.site-footer p{font-size:12px}.workflow-note>span{font-size:12px}}
@media(max-width:520px){.hero h1{font-size:32px}.hero h1 span{display:inline}.hero-description,.detail-description{font-size:16px}.stage-card h4{font-size:14px}.hero .eyebrow{font-size:10px;letter-spacing:.09em}.metrics p{font-size:10px}.metrics strong span{font-size:11px}.report-rows>div{font-size:12px}.report-rows>div>span{min-width:60px}.ap-group ul{font-size:12px}.related-link p{font-size:14px}.io-block p{font-size:14px}.stage-confirm{font-size:13px}.workflow-note{font-size:12px}.ap-bottom{font-size:11px}.stage-tabs-list [role=tab]{font-size:14px!important}.header-inner nav{gap:19px}.header-inner nav a{font-size:13px}.ap-heading p:not(.eyebrow){font-size:14px}}

.stage-tabs-list{overflow-y:hidden;}

@media(max-width:800px){.ap-section{width:calc(100% - 48px);}}
.stage-tabs{display:flex;flex-direction:column}
.stage-tabs-list{display:inline-flex;align-items:center}
.stage-tabs-list [role=tab]{display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s,box-shadow .2s;cursor:pointer}
.stage-tabs-list [role=tab] svg{flex-shrink:0;pointer-events:none}
.stage-tabs-list [role=tab]:focus-visible{outline:2px solid var(--stage-color,var(--blue));outline-offset:-2px}
.stage-detail[hidden]{display:none!important}
