
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:20px}
body{font-family:'Suisse Intl','Helvetica Neue',Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#17223d;background:#fff}
button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:2px solid #7da6ff;outline-offset:4px}img,video,svg{display:block;max-width:100%}button{border:0}::selection{background:#bad0ff;color:#082259}
@keyframes fade-up{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes fade-down{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}
@keyframes fade-left{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}
@keyframes fade-right{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}
@keyframes fade-scale{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
@keyframes bar-grow{from{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}
.animate-fade-up{opacity:0;animation:fade-up .8s cubic-bezier(.16,1,.3,1) forwards}
.animate-fade-down{opacity:0;animation:fade-down .7s cubic-bezier(.16,1,.3,1) forwards}
.animate-fade-left{opacity:0;animation:fade-left .8s cubic-bezier(.16,1,.3,1) forwards}
.animate-fade-right{opacity:0;animation:fade-right .8s cubic-bezier(.16,1,.3,1) forwards}
.animate-fade-scale{opacity:0;animation:fade-scale .9s cubic-bezier(.16,1,.3,1) forwards}
.animate-bar-grow{opacity:0;animation:bar-grow .6s cubic-bezier(.16,1,.3,1) forwards}

/* The hero video is unobscured. The nebula-like CSS is a loading/offline fallback behind it. */
.hero{position:relative;width:100%;height:100vh;min-height:700px;overflow:hidden;color:white;background-color:#080A19;background-image:radial-gradient(ellipse at 74% 55%,#493358 0,transparent 42%),radial-gradient(ellipse at 26% 73%,#202c69 0,transparent 45%)}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-layer{position:relative;z-index:10;height:100%;display:flex;flex-direction:column}
.nav{width:100%;max-width:1800px;margin:0 auto;padding:30px 82px 0;display:flex;align-items:center;justify-content:space-between;gap:22px;position:relative;z-index:50}
.brand{display:flex;align-items:center;gap:10px;flex-shrink:0;white-space:nowrap;color:#fff}
.brand-symbol{width:32px;height:32px;display:grid;place-items:center}.brand-symbol svg{width:32px;height:32px}
.brand-name{font-size:20px;font-weight:450;letter-spacing:-.03em;line-height:1;display:flex;align-items:center;gap:8px}.brand-name b{font-size:11px;letter-spacing:.16em;font-weight:450;border-left:1px solid rgba(255,255,255,.5);padding-left:10px}
.nav-pill{height:52px;padding:0 24px;display:flex;align-items:center;gap:30px;border-radius:11px;background:rgba(10,7,7,.35);backdrop-filter:blur(17px);-webkit-backdrop-filter:blur(17px)}
.nav-pill a{display:flex;align-items:center;gap:5px;white-space:nowrap;font-size:14px;font-weight:450;line-height:14px;color:rgba(255,255,255,.8);transition:color .2s}.nav-pill a:hover{color:#fff}.small-chevron{width:10px;height:10px}
.nav-cta{height:52px;padding:3px 18px 3px 24px;display:flex;align-items:center;gap:16px;border-radius:13px;background:rgba(0,0,0,.35);backdrop-filter:blur(17px);-webkit-backdrop-filter:blur(17px);color:white;white-space:nowrap;font-size:14px;font-weight:450;line-height:14px;transition:background .2s}.nav-cta span{width:40px;height:40px;display:grid;place-items:center;background:#e9e9e9;border-radius:9px;color:#0a0707;font-size:19px}.nav-cta:hover{background:rgba(0,0,0,.6)}
.menu-button{display:none;width:44px;height:44px;align-items:center;justify-content:center;border-radius:11px;background:rgba(10,7,7,.35);backdrop-filter:blur(17px);color:#fff;position:relative}.menu-button svg{width:20px;height:20px;position:absolute;transition:opacity .3s,transform .3s}.menu-icon{opacity:1;transform:rotate(0) scale(1)}.close-icon{opacity:0;transform:rotate(-90deg) scale(.75)}.menu-button.open .menu-icon{opacity:0;transform:rotate(90deg) scale(.75)}.menu-button.open .close-icon{opacity:1;transform:rotate(0) scale(1)}
.mobile-menu{visibility:hidden;position:fixed;inset:0;z-index:40;transition:visibility .5s}.mobile-menu.open{visibility:visible}.mobile-backdrop{position:absolute;inset:0;background:rgba(8,10,25,.9);backdrop-filter:blur(24px);width:100%;opacity:0;transition:opacity .5s}.mobile-menu.open .mobile-backdrop{opacity:1}.mobile-panel{position:absolute;top:86px;left:24px;right:24px;background:rgba(17,16,15,.6);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.06);padding:32px;border-radius:20px;transform:translateY(-16px) scale(.97);opacity:0;transform-origin:top;transition:opacity .5s,transform .5s}.mobile-menu.open .mobile-panel{opacity:1;transform:translateY(0) scale(1)}.mobile-panel a{padding:16px;display:flex;align-items:center;justify-content:space-between;border-radius:12px;font-size:18px;color:#fff;transition:background .3s}.mobile-panel a:hover{background:rgba(255,255,255,.06)}.mobile-separator{height:1px;background:rgba(255,255,255,.1);margin:20px 0}.mobile-panel .mobile-library{justify-content:center;background:#e9e9e9;color:#0a0707;font-size:15px;min-height:50px}
.hero-center{flex:1;display:flex;align-items:center;padding:32px 0}.hero-inner{width:100%;max-width:1800px;margin:0 auto;padding:0 82px;display:flex;justify-content:space-between;align-items:center;gap:48px}.hero-copy{max-width:640px;min-width:0}.eyebrow{font-size:11px;font-weight:500;letter-spacing:.2em;display:flex;align-items:center;gap:13px}.eyebrow-light{color:rgba(255,255,255,.7);margin-bottom:29px}.eyebrow-line{width:29px;height:1px;background:#f5f6fa}
.hero h1{font-size:clamp(58px,5.4vw,83px);font-weight:400;line-height:.99;letter-spacing:-.059em;margin-bottom:29px}.hero h1 span{color:rgba(255,255,255,.74)}.hero-desc{font-size:20px;font-weight:450;line-height:1.37;max-width:460px;color:rgba(255,255,255,.8);margin-bottom:40px}.hero-actions{display:flex;flex-wrap:wrap;gap:16px}.button{height:51px;display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:0 27px;border-radius:12px;font-size:15.5px;font-weight:450;line-height:15.5px;white-space:nowrap;transition:opacity .2s,transform .2s}.button:hover{opacity:.85;transform:translateY(-2px)}.button span{font-size:18px}.button-light{background:#e9e9e9;color:#0a0707}.button-outline{color:#fff;border:1px solid #fff;background:transparent}
.service-glass{width:100%;max-width:405px;flex-shrink:0;border-radius:33px;background:rgba(17,16,15,.35);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:32px 32px 24px}.service-glass-top{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:10px;letter-spacing:.15em;color:rgba(255,255,255,.67);margin-bottom:15px}.tiny-star{font-size:18px;color:#fff}.service-option{display:flex;flex-direction:column;gap:11px;padding:17px 0;color:white;transition:transform .2s}.service-option:hover{transform:translateX(3px)}.service-num{font-size:10px;font-weight:450;letter-spacing:.16em;color:rgba(255,255,255,.66)}.service-option-row{display:flex;gap:9px;align-items:center;justify-content:space-between}.service-option-row strong{font-size:23px;font-weight:450;letter-spacing:-.05em;line-height:1.02}.round-arrow{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.38);border-radius:50%;font-size:17px;flex:0 0 auto}.service-caption{font-size:13px;line-height:1.4;color:rgba(255,255,255,.67);max-width:285px}.glass-rule{height:1px;background:rgba(255,255,255,.16)}.service-glass-foot{border-top:1px solid rgba(255,255,255,.16);margin-top:13px;padding-top:20px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:8px;letter-spacing:.12em;color:rgba(255,255,255,.54)}.service-glass-foot>span:first-child{display:flex;align-items:center;gap:7px}.pulse-dot{height:6px;width:6px;background:#d6e6ff;border-radius:50%;box-shadow:0 0 12px #bfd9ff}
.scroll-cue{position:absolute;bottom:29px;left:max(82px,calc((100vw - 1636px)/2));display:flex;align-items:center;gap:16px;color:rgba(255,255,255,.52);font-size:9px;letter-spacing:.18em}.cue-line{width:45px;height:1px;background:rgba(255,255,255,.45)}.hero-side-note{position:absolute;right:29px;bottom:32px;font-size:9px;letter-spacing:.18em;color:rgba(255,255,255,.45);writing-mode:vertical-rl}

.content-max{width:min(100% - 164px,1636px);margin-inline:auto}.section{padding:132px 0 130px}.reporting-section{background:#fff}.section-intro{margin-bottom:56px}.section-kicker{font-size:12px;letter-spacing:.15em;font-weight:600;color:#4b5d81;display:flex;align-items:center;gap:13px;margin-bottom:34px}.section-kicker span{width:34px;height:34px;border:1px solid #d6deed;border-radius:50%;display:grid;place-items:center;letter-spacing:0;font-size:12px;color:#172d59}.intro-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:60px;align-items:end}.intro-grid h2{font-size:clamp(45px,4.4vw,72px);font-weight:450;letter-spacing:-.064em;line-height:1.02}.intro-grid h2 em{font-style:normal;color:#5b6b91}.intro-grid p{max-width:360px;font-size:17px;line-height:1.5;color:#69748b;padding-bottom:5px}
.reporting-stage{min-height:530px;display:grid;grid-template-columns:minmax(315px,.4fr) minmax(0,.6fr);border:1px solid #dce3ee;border-radius:19px;overflow:hidden;box-shadow:0 18px 60px rgba(13,33,76,.035)}
.reporting-menu{display:flex;flex-direction:column;background:#f7f9fc;border-right:1px solid #dce3ee}.report-tab{flex:1;text-align:left;display:flex;align-items:center;gap:19px;width:100%;padding:25px 28px;background:transparent;border-bottom:1px solid #e4eaf2;transition:background .25s,color .25s;color:#263454}.report-tab:hover{background:#eff4fc}.report-tab.active{background:#1e4f93;color:#fff}.tab-n{align-self:flex-start;font-size:11px;letter-spacing:.08em;color:#7d8aa3;padding-top:4px}.report-tab.active .tab-n{color:#b9d6fb}.tab-main{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.tab-main strong{font-size:19px;line-height:1.12;font-weight:500;letter-spacing:-.04em}.tab-main small{font-size:11px;line-height:1.4;color:#8590a4}.report-tab.active .tab-main small{color:#cddff8}.tab-arrow{font-size:19px;opacity:.42;align-self:center}.report-tab.active .tab-arrow{opacity:1}.menu-bottom{height:51px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;color:#8996ad;font-size:9px;letter-spacing:.16em}.menu-bottom span:last-child{font-size:17px}
.reporting-display{background:#fff;padding:28px 32px 18px;min-width:0;display:flex;flex-direction:column}.display-head{display:flex;align-items:start;justify-content:space-between;gap:10px;margin-bottom:25px}.display-eyebrow{font-size:9px;letter-spacing:.17em;color:#8390a8}.display-head h3{font-size:30px;line-height:1.1;letter-spacing:-.05em;font-weight:500;margin-top:7px}.display-type{font-size:8px;letter-spacing:.13em;white-space:nowrap;color:#547aaa;border:1px solid #d3e1f1;border-radius:25px;padding:7px 9px}.display-art{position:relative;flex:1;min-height:240px;background:#f3f6fb;border:1px solid #e5eaf2;border-radius:11px;overflow:hidden;display:grid;place-items:center}.display-art>img{width:100%;height:100%;object-fit:contain}.display-art>img[hidden]{display:none}.abstract-report{position:relative;width:100%;height:100%;min-height:235px;overflow:hidden;background:#f2f6fc;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.abstract-report[hidden]{display:none}.abstract-report:before{position:absolute;content:'';width:300px;height:300px;border-radius:50%;background:#dbe9fd;filter:blur(75px);right:-85px;bottom:-100px}.abstract-label,.abstract-report>strong,.abstract-report>small,.abstract-rows,.abstract-chart{position:relative;z-index:1}.abstract-label{color:#8091b0;font-size:9px;letter-spacing:.17em}.abstract-report>strong{font-size:clamp(27px,3vw,48px);letter-spacing:-.055em;font-weight:500;color:#244a86}.abstract-rows{display:flex;gap:8px}.abstract-rows span{height:8px;width:24%;background:#c8d9f1;border-radius:3px}.abstract-rows span:nth-child(2){width:38%;background:#81a5d5}.abstract-rows span:last-child{width:18%}.abstract-chart{height:74px;display:flex;align-items:end;gap:5px}.abstract-chart i{flex:1;background:#2b65ac;border-radius:2px 2px 0 0;opacity:.82}.abstract-chart i:nth-child(1){height:27%}.abstract-chart i:nth-child(2){height:54%}.abstract-chart i:nth-child(3){height:38%}.abstract-chart i:nth-child(4){height:74%}.abstract-chart i:nth-child(5){height:44%}.abstract-chart i:nth-child(6){height:93%}.abstract-chart i:nth-child(7){height:65%}.abstract-chart i:nth-child(8){height:83%}.abstract-chart i:nth-child(9){height:56%}.abstract-report>small{font-size:9px;letter-spacing:.03em;color:#647999}.display-bottom{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-top:20px}.display-bottom p{max-width:420px;font-size:13px;line-height:1.45;color:#64748d}.display-bottom a{display:inline-flex;align-items:center;gap:15px;padding:10px 0;border-bottom:1px solid #1e4f93;color:#1e4f93;font-size:12px;white-space:nowrap;font-weight:500}.display-bottom a:hover{color:#437ec5}.display-note{padding-top:12px;font-size:10px;color:#a2abba}.all-reports{margin-top:31px;display:flex;align-items:center;justify-content:space-between;gap:15px}.all-reports>span{font-size:10px;letter-spacing:.14em;color:#909db0}.all-reports a{font-size:13px;color:#1e4f93;font-weight:500;display:flex;align-items:center;gap:15px}.all-reports a:hover{text-decoration:underline}

.automation-section{background:#f6f8fc}.automation-intro{margin-bottom:55px}.automation-feature{display:grid;grid-template-columns:minmax(340px,.42fr) minmax(0,.58fr);gap:54px;align-items:center;background:#fff;border:1px solid #e0e6f1;border-radius:20px;padding:54px 55px;box-shadow:0 18px 65px rgba(30,51,92,.025)}.second-feature{margin-top:22px}.automation-copy{min-width:0}.project-label{font-size:10px;letter-spacing:.15em;color:#6b7b97;font-weight:550}.automation-copy h3{margin-top:22px;font-size:clamp(45px,4.9vw,76px);line-height:1;letter-spacing:-.064em;font-weight:450;white-space:normal}.supmark{display:inline-block;vertical-align:top;font-size:21px;margin-left:10px;letter-spacing:0;color:#316db9;margin-top:5px}.project-lead{font-size:18px;color:#57667d;line-height:1.46;margin-top:22px;max-width:420px}.project-rule{height:1px;background:#e1e7f0;margin:26px 0 24px}.project-facts>div{display:grid;grid-template-columns:125px 1fr;gap:16px;margin:0 0 20px}.project-facts dt{font-size:9px;letter-spacing:.12em;line-height:1.5;color:#8b97aa;font-weight:600}.project-facts dd{font-size:13px;color:#40516b;line-height:1.4}.text-action{border-bottom:1px solid #164a93;background:transparent;color:#164a93;padding:9px 0;display:inline-flex;align-items:center;gap:25px;font-size:14px;font-weight:500;margin-top:6px}.text-action:hover{gap:32px;transition:gap .2s}
.sentinel-visual,.rfp-visual{min-width:0;min-height:360px;border:1px solid #dce5f1;border-radius:14px;background:#f8faff;overflow:hidden;display:flex;flex-direction:column}.visual-title{height:54px;padding:0 22px;border-bottom:1px solid #dce5f1;display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:.14em;color:#5a6c8b}.visual-small-circle{width:7px;height:7px;background:#326cc1;border-radius:50%;box-shadow:0 0 0 5px #e0ecff}.sentinel-image-frame{display:flex;align-items:center;justify-content:center;flex:1;min-height:214px;padding:17px;background:#fff}.sentinel-image-frame img{width:100%;height:auto;max-height:240px;object-fit:contain}.sentinel-pipeline{height:51px;display:flex;gap:8px;align-items:center;justify-content:space-around;padding:0 13px;background:#edf3fc;color:#2a568b;font-size:9px;letter-spacing:.1em}.sentinel-pipeline i{font-style:normal;color:#9bb5d7;font-size:17px}.visual-caption{padding:11px 21px;font-size:10px;line-height:1.4;color:#8b97ab;border-top:1px solid #e2e9f2}.prototype-label{font-size:8px;border:1px solid #adc3e1;color:#5577a7;border-radius:13px;padding:5px 8px}.rfp-canvas{flex:1;display:flex;justify-content:center;align-items:center;gap:18px;padding:29px}.rfp-document,.rfp-check{width:43%;min-height:225px;background:white;border:1px solid #d9e3f1;border-radius:10px;padding:17px;position:relative;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 12px 25px rgba(30,61,104,.05)}.document-tag{font-size:8px;letter-spacing:.16em;color:#8d9cb3}.paper-corner{position:absolute;right:14px;top:43px;width:19px;height:21px;border:1px solid #b4c8e6;border-radius:3px;background:#edf3fb}.doc-lines{display:flex;flex-direction:column;gap:6px;margin:10px 0}.doc-lines i{height:5px;border-radius:3px;background:#dfE8f5}.doc-lines i:nth-child(2){width:87%}.doc-lines i:nth-child(3){width:93%}.doc-lines i:nth-child(4){width:55%}.doc-lines i:nth-child(5){width:76%}.rfp-document strong,.rfp-check strong{font-size:21px;line-height:1.1;font-weight:500;letter-spacing:-.04em;color:#1a3c73}.rfp-document small,.rfp-check small{font-size:10px;line-height:1.3;color:#7d8eaa}.rfp-flow-line{flex:1;min-width:16px;display:flex;align-items:center;color:#4077c4}.rfp-flow-line>span:first-child{height:1px;width:100%;background:#8eb0db}.flow-arrowhead{font-size:20px}.check-line{display:flex;gap:8px;align-items:center}.check-line span{width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:#e9f4ee;color:#329765;font-size:13px}.check-line i{height:6px;background:#dfebf7;flex:1;border-radius:2px}.check-line.amber span{color:#bc8130;background:#fff0d9}.check-line.amber i{width:55%;flex:0 0 55%}
.approach-section{background:#193f78;color:#fff;padding:100px 0}.approach-content{display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:70px}.approach-section .section-kicker{color:#b8d0f2}.approach-section .section-kicker span{color:white;border-color:#6884ac}.approach-content h2{font-size:clamp(44px,4.4vw,72px);letter-spacing:-.06em;font-weight:450;line-height:1.05}.approach-right p{max-width:490px;color:#cbdcf5;font-size:17px;line-height:1.5}.approach-actions{display:flex;gap:25px;flex-wrap:wrap;margin-top:33px}.approach-actions a{border-bottom:1px solid #aac7ef;display:flex;justify-content:space-between;gap:38px;padding:11px 0;font-size:13px}.approach-actions a:hover{color:#b5d7ff}.footer{padding:28px 0;background:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#56708c;font-size:11px}.footer-inner>span:first-child{color:#193f78;font-size:15px;letter-spacing:-.025em}.footer-inner>span:first-child b{font-size:9px;letter-spacing:.12em;border-left:1px solid #b7c5d8;padding-left:9px;font-weight:500}.footer-inner>span:nth-child(2){letter-spacing:.12em;font-size:9px}.footer-inner>span:nth-child(2) i{margin:0 8px;font-style:normal}.footer a:hover{text-decoration:underline}
.modal{position:fixed;inset:0;z-index:100;visibility:hidden;pointer-events:none;transition:visibility .25s}.modal.open{visibility:visible;pointer-events:auto}.modal-backdrop{position:absolute;inset:0;width:100%;background:rgba(5,11,29,.78);backdrop-filter:blur(12px);opacity:0;transition:opacity .25s}.modal.open .modal-backdrop{opacity:1}.modal-panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-45%);width:min(900px,calc(100vw - 38px));max-height:calc(100dvh - 45px);overflow:auto;background:#fff;padding:35px 42px 26px;border-radius:19px;opacity:0;transition:transform .3s,opacity .3s;color:#17223d;box-shadow:0 35px 100px #07112644}.modal.open .modal-panel{opacity:1;transform:translate(-50%,-50%)}.modal-top{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#7b8da6;font-size:10px;letter-spacing:.15em}.modal-top button{width:37px;height:37px;border:1px solid #d7e1f0;background:#fff;border-radius:50%;color:#214775}.modal-panel h2{font-size:clamp(40px,4.5vw,62px);letter-spacing:-.06em;font-weight:450;line-height:1;margin:17px 0}.modal-panel>p{font-size:15px;line-height:1.45;color:#52647d;max-width:680px}.modal-content{margin:25px 0}.modal-process-image{width:100%;border:1px solid #d7e4f3;border-radius:10px}.modal-process{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:15px}.modal-process div{border:1px solid #dce6f2;background:#f7faff;padding:17px;border-radius:9px;display:flex;flex-direction:column;gap:7px}.modal-process div span{font-size:10px;color:#7d94b5}.modal-process div strong{font-size:15px;color:#1d4b8e;font-weight:500}.modal-process div small{font-size:11px;line-height:1.35;color:#7e90a8}.modal-rfp-note{margin-top:17px;padding:20px;border-radius:9px;background:#eaf2fc}.modal-rfp-note span{font-size:10px;letter-spacing:.1em;color:#2b5d9f}.modal-rfp-note p{font-size:13px;line-height:1.45;color:#516a88;margin-top:8px}.modal-disclaimer{font-size:10px!important;color:#8c99ae!important;margin-top:15px}.modal-bottom{border-top:1px solid #e4eaf2;padding-top:18px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:9px;letter-spacing:.11em;color:#91a0b4}.modal-bottom button{font-size:13px;background:#1d4b8e;border-radius:8px;color:white;padding:12px 21px;letter-spacing:0}
@media(max-width:1199px){.nav,.hero-inner{padding-left:55px;padding-right:55px}.content-max{width:calc(100% - 110px)}.nav-pill{gap:21px;padding:0 17px}.nav-cta{padding-left:16px;gap:9px}.hero h1{font-size:64px}.hero-inner{gap:30px}.service-glass{max-width:372px;padding:27px 27px 21px}.service-option-row strong{font-size:21px}.automation-feature{gap:35px;padding:40px}}
@media(max-width:1023px){.nav,.hero-inner{padding-left:32px;padding-right:32px}.content-max{width:calc(100% - 64px)}.nav-pill,.nav-cta{display:none}.menu-button{display:flex}.hero{height:auto;min-height:100svh}.hero-center{padding:75px 0 100px}.hero-inner{flex-direction:column;align-items:stretch;gap:40px}.hero h1{font-size:72px}.hero-copy{max-width:725px}.hero-desc{max-width:620px}.service-glass{max-width:485px;margin:0 auto 0 0}.scroll-cue{left:32px}.reporting-stage{grid-template-columns:1fr}.reporting-menu{border-right:none;border-bottom:1px solid #dce3ee;display:grid;grid-template-columns:repeat(2,1fr)}.report-tab{min-height:93px;padding:20px;border-right:1px solid #e4eaf2}.menu-bottom{display:none}.reporting-display{min-height:440px}.automation-feature{grid-template-columns:1fr;gap:33px}.automation-copy{max-width:700px}.project-facts>div{grid-template-columns:160px 1fr}.approach-content{gap:40px}}
@media(max-width:639px){html{scroll-padding-top:5px}.hero{min-height:100svh}.nav{padding:20px 20px 0}.brand-symbol,.brand-symbol svg{width:28px;height:28px}.brand-name{font-size:17px;gap:6px}.brand-name b{font-size:9px;letter-spacing:.11em;padding-left:7px}.mobile-panel{top:76px;left:16px;right:16px;padding:24px}.hero-center{padding:53px 0 92px}.hero-inner{padding:0 20px;gap:35px}.eyebrow-light{margin-bottom:22px;font-size:9px}.hero h1{font-size:clamp(44px,11vw,59px);line-height:1.01;letter-spacing:-.06em;margin-bottom:21px}.hero-desc{font-size:16px;line-height:1.38;margin-bottom:28px}.hero-actions{gap:12px}.button{height:46px;padding:0 20px;font-size:14px;line-height:14px;gap:14px}.button span{font-size:15px}.service-glass{border-radius:24px;padding:20px 20px 18px;max-width:405px}.service-glass-top{font-size:9px;margin-bottom:8px}.service-option{padding:12px 0;gap:8px}.service-option-row strong{font-size:19px}.service-caption{font-size:11px;line-height:1.35}.round-arrow{width:28px;height:28px;font-size:14px}.service-glass-foot{margin-top:7px;padding-top:14px;font-size:7px}.scroll-cue{left:20px;bottom:22px;font-size:8px}.hero-side-note{display:none}.content-max{width:calc(100% - 40px)}.section{padding:76px 0 74px}.section-intro{margin-bottom:31px}.section-kicker{margin-bottom:25px;font-size:10px}.section-kicker span{width:29px;height:29px;font-size:10px}.intro-grid{grid-template-columns:1fr;gap:22px}.intro-grid h2{font-size:clamp(40px,10vw,57px)}.intro-grid p{font-size:14px;max-width:480px}.reporting-stage{border-radius:14px}.reporting-menu{grid-template-columns:1fr 1fr}.report-tab{gap:9px;min-height:85px;padding:13px 10px}.tab-n{font-size:9px}.tab-main{gap:5px}.tab-main strong{font-size:14px;line-height:1.17;letter-spacing:-.02em}.tab-main small{font-size:9px;line-height:1.2}.tab-arrow{font-size:14px}.reporting-display{padding:23px 17px 16px;min-height:385px}.display-head{margin-bottom:15px;flex-wrap:wrap}.display-head h3{font-size:27px}.display-type{font-size:7px;padding:6px 8px}.display-art{min-height:180px}.abstract-report{min-height:185px;padding:15px}.display-bottom{flex-direction:column;align-items:flex-start;gap:9px;margin-top:15px}.display-bottom p{font-size:12px}.display-bottom a{font-size:12px;padding:8px 0}.display-note{font-size:9px}.all-reports{flex-direction:column;align-items:flex-start;gap:9px}.all-reports>span{font-size:9px}.automation-feature{border-radius:14px;padding:25px 18px;gap:26px}.project-label{font-size:9px}.automation-copy h3{font-size:clamp(44px,12vw,58px);margin-top:17px}.project-lead{font-size:15px;margin-top:17px}.project-rule{margin:20px 0}.project-facts>div{grid-template-columns:95px 1fr;gap:12px;margin-bottom:14px}.project-facts dt{font-size:8px}.project-facts dd{font-size:11px;line-height:1.42}.text-action{font-size:12px}.sentinel-visual,.rfp-visual{min-height:300px}.visual-title{height:44px;padding:0 12px;font-size:8px}.sentinel-image-frame{min-height:180px;padding:9px}.sentinel-pipeline{font-size:7px;gap:3px;padding:0 5px;height:40px}.sentinel-pipeline i{font-size:12px}.visual-caption{font-size:9px;padding:9px 12px}.rfp-canvas{padding:15px 10px;gap:6px}.rfp-document,.rfp-check{width:45%;min-height:205px;padding:10px}.rfp-document strong,.rfp-check strong{font-size:15px}.rfp-document small,.rfp-check small{font-size:8px}.document-tag{font-size:7px}.check-line span{width:18px;height:18px;font-size:10px}.approach-section{padding:68px 0}.approach-content{grid-template-columns:1fr;gap:23px}.approach-content h2{font-size:43px}.approach-right p{font-size:14px}.approach-actions{margin-top:22px}.footer-inner{flex-wrap:wrap}.footer-inner>span:nth-child(2){display:none}.modal-panel{padding:20px 18px;max-height:calc(100dvh - 28px)}.modal-top{font-size:8px}.modal-panel h2{font-size:43px}.modal-panel>p{font-size:13px}.modal-process{grid-template-columns:repeat(2,1fr)}.modal-process div{padding:11px}.modal-process div strong{font-size:13px}.modal-bottom>span{max-width:150px;font-size:8px}}
@media(max-width:370px){.hero h1{font-size:40px}.brand-name{font-size:15px}.brand-name b{font-size:8px}.hero-actions{gap:8px}.button{font-size:12px;padding:0 13px}.service-option-row strong{font-size:17px}.service-glass-foot>span:last-child{display:none}.tab-main strong{font-size:12px}.tab-main small{font-size:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.animate-fade-up,.animate-fade-down,.animate-fade-left,.animate-fade-right,.animate-fade-scale,.animate-bar-grow{animation:none!important;opacity:1!important;transform:none!important}.hero-video{display:none}.button,.report-tab,.service-option,.modal,.modal-panel,.modal-backdrop,.mobile-panel,.mobile-backdrop{transition:none!important}}

.process-summary{padding:36px 20px;text-align:center;color:#164e85}.process-summary p{margin-top:16px;font-size:14px}
