@keyframes tech-scroll{0%{transform:translateX(0)}to{transform:translateX(var(--marquee-shift, -50%))}}:root{--navy:#122348;--navy-2:#1B2E5C;--blue:#0095DA;--blue-hover:#0078B0;--orange:#FAA61A;--orange-hover:#E79307;--green:#62C08A;--light-blue:#F7FDFF;--light-gray:#F5F5F5;--soft-blue:#B3E3F9;--white:#FFFFFF;--ink:#122348;--body:#4A5374;--muted:#6B7591;--hairline:rgba(18,35,72,0.08);--shadow-card:0 8px 24px rgba(18,35,72,0.08);--shadow-card-hover:0 16px 40px rgba(18,35,72,0.14);--shadow-soft:0 2px 8px rgba(0,0,0,0.06);--container:1140px;--f-head:"Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;--f-body:"Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;--f-acc:"Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;--lavender-grad:linear-gradient(135deg, #F4F0FF 0%, #E8E0FF 50%, #F0EAFF 100%)}*,::after,::before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--f-body);color:var(--ink);line-height:1.6;background:var(--white)}img,svg{max-width:100%;height:auto;display:block}a{color:var(--blue);text-decoration:none}a:focus,a:hover{color:var(--blue-hover)}a:focus-visible{outline:2px solid var(--blue);outline-offset:2px}button,input,select,textarea{font:inherit;color:inherit}ol,ul{padding-left:1.2em}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:var(--navy);color:var(--white);padding:.5rem .75rem;border-radius:4px;z-index:9999}.container{max-width:var(--container);margin-inline:auto;padding-inline:clamp(1rem,4vw,1.5rem)}h1,h2,h3,h4,h5,h6{font-family:var(--f-head);color:var(--navy);margin:0 0 .5em;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:900}h2{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800}.btn,h3{font-weight:700}h3{font-size:clamp(1.125rem,2vw,1.375rem)}p{margin:0 0 1em;color:var(--body)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.875rem 1.75rem;border-radius:30px;font-family:var(--f-acc);font-size:.9375rem;text-decoration:none;cursor:pointer;transition:background .2s,color .2s,transform .15s;border:0}.btn-primary{background:var(--orange);color:var(--navy)}.btn-primary:focus,.btn-primary:hover{background:var(--orange-hover);color:var(--navy)}.btn-outline{background:0 0;color:var(--blue);border:2px solid var(--blue)}.btn-outline:focus,.btn-outline:hover{background:var(--blue);color:var(--white)}.btn-outline-white{background:0 0;color:var(--white);border:2px solid var(--white)}.btn-outline-white:focus,.btn-outline-white:hover{background:var(--white);color:var(--navy)}.announce{background:var(--navy);color:var(--white);padding:.5rem 1rem;position:sticky;top:0;z-index:1001}.announce-inner{max-width:var(--container);margin-inline:auto;display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:var(--f-acc);font-weight:600;font-size:clamp(.6875rem,1.5vw,.8125rem);text-transform:uppercase;letter-spacing:.0625em;text-align:center;flex-wrap:wrap;line-height:1.2}.announce-star{justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--orange);flex:0 0 22px}.announce-star svg{width:14px;height:14px;fill:var(--white)}.announce-star,.brand{display:inline-flex;align-items:center}.acc-orange{color:var(--orange);font-weight:700}.header{background:var(--white);position:sticky;top:40px;z-index:1000;transition:box-shadow .2s}.header.is-scrolled{box-shadow:var(--shadow-soft)}.header-inner{max-width:var(--container);margin-inline:auto;padding-block:0;padding-inline:clamp(1rem,4vw,1.5rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand img{height:36px;width:auto}.nav{display:none}.nav-list{display:flex;gap:2.25rem;list-style:none;margin:0;padding:0}.nav-link{font-family:var(--f-head);font-weight:600;font-size:1rem;color:var(--navy);padding-block:.5rem;min-height:48px;display:inline-flex;align-items:center}.nav-link:focus,.nav-link:hover{color:var(--blue)}.header-cta{background:var(--blue);color:var(--white);padding:.75rem 1.75rem;border-radius:30px;font-family:var(--f-acc);font-weight:700;font-size:.9375rem}.header-cta:focus,.header-cta:hover{background:var(--blue-hover);color:var(--white)}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:0 0;border:0;color:var(--navy);cursor:pointer}.menu-toggle svg{width:24px;height:24px;fill:currentColor}@media (min-width:960px){.nav{display:block}.menu-toggle{display:none}}.mobile-drawer{position:fixed;inset:0;background:var(--white);padding:2rem;z-index:1100;display:none}.mobile-drawer.is-open{display:flex}.mobile-drawer,.mobile-drawer .nav-list{flex-direction:column;gap:1.5rem}.mobile-drawer-close{align-self:flex-end}.footer,.pre-footer{background:var(--navy)}.pre-footer{border-radius:30px;padding:clamp(2rem,6vw,3.5rem) clamp(1.5rem,5vw,5rem);max-width:var(--container);margin:4rem auto;text-align:center}.pre-footer,.pre-footer h2{color:var(--white)}.pre-footer .btn-row{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap}.footer{position:relative;overflow:hidden;color:rgba(255,255,255,.82)}.footer::before{content:"";position:absolute;top:-160px;right:-120px;width:420px;height:420px;border-radius:50%;background:conic-gradient(from 180deg,#f8c419,#f39219,#6fc07f,#2e9d58,#1fa2e5,#f8c419);filter:blur(120px);opacity:.16;pointer-events:none}.footer .container{position:relative;z-index:1;padding-top:72px;padding-bottom:32px}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px}}.footer-brand img{height:30px;margin-bottom:20px}.footer-brand p{font-size:14.5px;line-height:1.7;color:rgba(255,255,255,.6);max-width:300px}.footer-badges{display:flex;gap:8px;margin-top:22px;flex-wrap:wrap}.footer-badges .badge,.footer-col h4{font-family:var(--f-acc);font-weight:600}.footer-badges .badge{font-size:11px;letter-spacing:.04em;color:#b3e3f9;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:6px 12px;background:0 0}.footer-col h4{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:18px}.footer-col ul{display:flex;flex-direction:column;gap:13px}.footer-col a{font-size:14.5px;transition:color .2s,transform .2s;display:inline-block}.footer-col a:hover{color:#fff;transform:translateX(3px)}.footer .footer-heading,.footer h3{font-family:var(--f-head);font-weight:700;font-size:1.375rem;color:var(--white);margin-bottom:1rem}.footer ul,.footer-col ul{list-style:none;padding:0;margin:0}.footer li{margin-bottom:.5rem}.footer a,.footer-col a{color:rgba(255,255,255,.82)}.footer a:focus,.footer a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;margin-top:36px;justify-content:space-between}.footer-bottom .footer-copy{color:rgba(255,255,255,.35);font-size:13px}.footer-bottom,.footer-bottom .footer-legal{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.footer-bottom .footer-legal{font-size:13px;color:rgba(255,255,255,.58)}.footer-bottom .footer-legal a:hover,.section.navy h2.title{color:#fff}.footer-socials{display:flex;gap:10px}.footer-socials a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;color:rgba(255,255,255,.58);transition:all .2s;text-decoration:none}.footer-socials a:hover{color:#fff;border-color:var(--blue);background:rgba(0,149,218,.12);transform:translateY(-2px)}.footer-socials svg{width:17px;height:17px}.entry-list,.page-content{max-width:760px;margin:4rem auto;padding-inline:1.5rem}.page-content h1{margin-bottom:1.5rem}.page-content p{font-size:1.0625rem;line-height:1.75}.entry-list article{padding:1.5rem 0;border-bottom:1px solid var(--hairline)}.entry-list article:last-child{border-bottom:0}.entry-list h2 a{color:var(--navy)}.entry-list .meta{color:var(--muted);font-size:.875rem}.error-404{max-width:600px;margin:6rem auto;padding-inline:1.5rem;text-align:center}.error-404 h1{font-size:clamp(3rem,8vw,5rem);margin-bottom:.5rem}.nav .menu{display:flex;align-items:center;gap:36px;list-style:none;margin:0;padding:0}.nav .menu-item,.nav .sub-menu .menu-item-has-children{position:relative}.nav .menu-item>a{display:inline-flex;align-items:center;gap:6px;padding:28px 0;font-family:var(--f-head);font-weight:600;font-size:16px;color:var(--ink);white-space:nowrap}.nav .menu-item>a:focus,.nav .menu-item>a:hover{color:var(--blue)}.nav .current-menu-ancestor>a,.nav .current-menu-item>a{color:var(--blue)}.nav .menu-item-has-children>a::after{content:"";width:7px;height:7px;margin-left:2px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}.nav .menu-item-has-children:focus-within>a::after,.nav .menu-item-has-children:hover>a::after{transform:rotate(225deg) translateY(-1px)}.nav .sub-menu{position:absolute;top:100%;left:0;min-width:260px;list-style:none;margin:0;padding:8px;background:var(--white);border:1px solid var(--hairline);border-radius:14px;box-shadow:var(--shadow-card);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:80}.nav .menu-item:focus-within>.sub-menu,.nav .menu-item:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav .sub-menu .menu-item>a{display:block;padding:10px 14px;border-radius:8px;font-family:var(--f-head);font-weight:600;font-size:15px;color:var(--ink);white-space:nowrap}.nav .sub-menu .menu-item>a:focus,.nav .sub-menu .menu-item>a:hover{background:var(--light-blue);color:var(--blue)}.nav .sub-menu .sub-menu{top:-8px;left:100%;right:auto;opacity:0;visibility:hidden;transform:translateX(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.nav .sub-menu .menu-item-has-children:focus-within>.sub-menu,.nav .sub-menu .menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(0)}.nav .sub-menu .menu-item-has-children>a::after{content:"";width:6px;height:6px;margin-left:auto;padding-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);display:inline-block;flex-shrink:0}.nav .sub-menu .menu-item-has-children:focus-within>a::after,.nav .sub-menu .menu-item-has-children:hover>a::after{transform:rotate(-45deg)}.nav-burger{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:0;cursor:pointer;padding:0;color:var(--ink)}.nav-burger span{display:block;width:24px;height:2px;background:currentColor;position:relative;transition:background .2s ease}.nav-burger span::after,.nav-burger span::before{content:"";position:absolute;left:0;width:24px;height:2px;background:currentColor;transition:transform .2s ease,top .2s ease}.nav-burger span::before{top:-7px}.nav-burger span::after{top:7px}.nav-burger,body.nav-open .nav-burger span{background:0 0}body.nav-open .nav-burger span::before{top:0;transform:rotate(45deg)}body.nav-open .nav-burger span::after{top:0;transform:rotate(-45deg)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--white);padding:16px clamp(1rem,4vw,1.5rem) 28px;box-shadow:0 12px 32px rgba(18,35,72,.12);max-height:calc(100vh - 120px);overflow-y:auto;z-index:80}.mobile-menu[hidden]{display:none}.mobile-menu .menu{list-style:none;margin:0;padding:0}.mobile-menu .menu>.menu-item{border-bottom:1px solid var(--hairline);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.mobile-menu .menu-item>a{display:block;padding:14px 0;font-family:var(--f-head);font-weight:600;font-size:18px;color:var(--ink);flex:1;min-width:0}.mobile-menu .submenu-toggle{width:44px;height:44px;border:0;background:0 0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--ink)}.mobile-menu .submenu-toggle span,.nav .mega-parent>a.mega-trigger::after{border-right:2px solid currentColor;border-bottom:2px solid currentColor;transition:transform .2s ease}.mobile-menu .submenu-toggle span{display:block;width:9px;height:9px;transform:rotate(45deg)}.mobile-menu .menu-item.is-expanded>.submenu-toggle span{transform:rotate(-135deg)}.mobile-menu .sub-menu{list-style:none;margin:0;padding:0 0 10px 14px;width:100%;display:none}.mobile-menu .menu-item.is-expanded>.sub-menu{display:block}.mobile-menu .sub-menu .menu-item{border-bottom:0}.mobile-menu .sub-menu .menu-item>a{padding:10px 0;font-size:16px;font-weight:500;color:var(--body)}.mobile-menu .sub-menu .sub-menu{padding-left:14px}.mobile-menu .sub-menu .sub-menu .menu-item>a{font-size:14px;padding:8px 0}.mobile-menu .cta-pill-mobile{display:inline-flex;margin-top:18px}@media (max-width:960px){.nav-burger{display:inline-flex}}@media (min-width:961px){.nav-burger{display:none}.mobile-menu{display:none!important}}.jet-form-builder-messages-wrap{display:none}.nav .mega-parent>a.mega-trigger{display:inline-flex;align-items:center;gap:6px;padding:28px 0;font-family:var(--f-head);font-weight:600;font-size:16px;color:var(--ink);white-space:nowrap}.nav .mega-parent>a.mega-trigger::after{content:"";width:7px;height:7px;margin-left:2px;transform:rotate(45deg) translateY(-2px)}.nav .mega-parent:focus-within>a.mega-trigger,.nav .mega-parent:hover>a.mega-trigger{color:var(--blue)}.nav .mega-parent:focus-within>a.mega-trigger::after,.nav .mega-parent:hover>a.mega-trigger::after{transform:rotate(225deg) translateY(-1px)}.mega-panel{position:fixed;top:120px;left:0;right:0;background:var(--white);border-top:2px solid var(--hairline);box-shadow:0 20px 48px rgba(18,35,72,.13);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:79;padding:36px 0 40px}.nav .mega-parent:focus-within .mega-panel,.nav .mega-parent:hover .mega-panel{opacity:1;visibility:visible;transform:translateY(0)}.mega-inner{max-width:var(--container);margin:0 auto;padding:0 clamp(1rem,4vw,1.5rem);display:grid;grid-template-columns:2fr 1fr 1fr;gap:0 48px}.mega-col-heading{font-family:var(--f-acc);font-weight:700;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0 0 16px;padding-bottom:10px;border-bottom:1px solid var(--hairline)}.mega-col+.mega-col{border-left:1px solid var(--hairline);padding-left:48px}.mega-cap-list,.mega-col-industries ul,.mega-col-resources ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.mega-cap-group{margin-bottom:4px}.mega-cap-parent{display:block;padding:7px 10px;border-radius:8px;font-family:var(--f-head);font-weight:700;font-size:14px;color:var(--navy);background:var(--light-gray)}.mega-cap-children li a:hover,.mega-cap-parent:hover,.mega-cap-single a:hover,.mega-col-industries li a:hover,.mega-col-resources li a:hover{background:var(--light-blue);color:var(--blue)}.mega-cap-children{list-style:none;margin:6px 0 10px;padding:0 0 0 10px;display:grid;grid-template-columns:1fr 1fr;gap:2px 12px}.mega-cap-children li a{display:block;padding:6px 8px;border-radius:6px;font-family:var(--f-head);font-weight:500;font-size:13px;color:var(--body);white-space:normal;line-height:1.3}.mega-cap-single a,.mega-col-industries li a,.mega-col-resources li a{display:block;padding:8px 10px;border-radius:8px;font-family:var(--f-head);font-weight:600;font-size:14px;color:var(--ink)}.mega-col-industries ul,.mega-col-resources ul{gap:2px}.mega-col-industries li a,.mega-col-resources li a{font-weight:500;color:var(--body)}@media (max-width:960px){.mega-panel{display:none!important}.nav .mega-parent>a.mega-trigger::after{display:none}}.mobile-menu .mobile-mega-sections{display:none;width:100%;padding:0 0 8px;list-style:none;margin:0}.mobile-mega-cap-group.is-open>.mobile-mega-cap-children,.mobile-mega-section.is-open>.mobile-mega-body,.mobile-menu .mobile-mega-parent.is-expanded>.mobile-mega-sections{display:block}.mobile-mega-section{border-top:1px solid var(--hairline)}.mobile-mega-heading{width:100%;display:flex;align-items:center;justify-content:space-between;padding:13px 0 13px 14px;background:0 0;border:0;cursor:pointer;font-family:var(--f-acc);font-weight:700;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);text-align:left}.mobile-mega-body li a:hover,.mobile-mega-cap-children li a:hover,.mobile-mega-cap-parent:hover,.mobile-mega-cap-single a:hover,.mobile-mega-heading:hover,.nav-item>a:hover,.partner-left h2 .accent{color:var(--blue)}.mobile-mega-caret{display:block;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0;margin-right:2px}.mobile-mega-cap-group.is-open>.mobile-mega-cap-toggle span,.mobile-mega-section.is-open>.mobile-mega-heading .mobile-mega-caret{transform:rotate(-135deg)}.mobile-mega-body{display:none;list-style:none;margin:0;padding:0 0 10px 14px}.mobile-mega-body li a,.mobile-mega-cap-children li a,.mobile-mega-cap-single a{display:block;padding:8px 0;font-family:var(--f-head);font-weight:500;font-size:15px;color:var(--body)}.mobile-mega-cap-group{display:flex;flex-wrap:wrap;align-items:center}.mobile-mega-cap-parent{flex:1;padding:9px 0;font-family:var(--f-head);font-weight:700;font-size:15px;color:var(--ink)}.mobile-mega-cap-toggle{width:40px;height:40px;border:0;background:0 0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);flex-shrink:0}.mobile-mega-cap-toggle span{display:block;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease}.mobile-mega-cap-children{display:none;list-style:none;width:100%;margin:0;padding:0 0 6px 12px}.mobile-mega-cap-children li a,.mobile-mega-cap-single a{padding:7px 0;font-size:14px}.mobile-mega-cap-single a{padding:9px 0;font-weight:600;font-size:15px;color:var(--ink)}.btn-blue,.nav{align-items:center}.btn-blue{display:inline-flex;justify-content:center;background:var(--blue);color:#fff;font-family:var(--f-acc);font-weight:700;font-size:15px;padding:14px 28px;border-radius:30px;transition:background .15s;text-decoration:none;border:0;cursor:pointer}.btn-blue:hover{background:var(--blue-hover)}.announce .acc-orange{color:var(--orange);font-weight:700}.header.scrolled{box-shadow:0 2px 8px rgba(0,0,0,.06)}.nav{display:flex;gap:36px;font-family:var(--f-head);font-weight:600;font-size:16px;color:var(--ink);margin-left:auto;margin-right:24px}.cta-pill,.nav-item>a{display:inline-flex;align-items:center}.nav-item>a{gap:6px;padding:28px 0;color:var(--ink);transition:color .2s ease}.cta-pill{justify-content:center;background:var(--blue);color:#fff;font-family:var(--f-acc);font-weight:700;font-size:15px;padding:12px 28px;border-radius:30px;transition:background .2s ease;text-decoration:none}.cta-pill:hover{background:var(--blue-hover);color:#fff}.prefooter{padding:64px 0 96px}.prefooter-card{background:linear-gradient(135deg,#122348 0,#1b2e5c 100%);border-radius:30px;padding:64px 48px;text-align:center;color:#fff;position:relative;overflow:hidden;box-shadow:0 24px 64px rgba(18,35,72,.22)}.prefooter-card::before{content:"";position:absolute;inset:0;background:radial-gradient(35% 50%at 100%0,rgba(0,149,218,.25),transparent 70%),radial-gradient(30% 50%at 0 100%,rgba(250,166,26,.1),transparent 70%);pointer-events:none}.prefooter-card .eyebrow{font-family:var(--f-acc);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:14px;position:relative;z-index:1}.prefooter-card h2{font-size:clamp(28px,3.6vw,40px);color:#fff;line-height:1.18;margin-bottom:28px;position:relative;z-index:1}.prefooter-ctas{display:inline-flex;gap:14px;flex-wrap:wrap;justify-content:center;position:relative;z-index:1}@media (max-width:640px){.prefooter-card{padding:48px 28px}.prefooter-ctas{flex-direction:column;align-items:center}}.hamburger{display:none}@media (max-width:960px){.cta-pill,.nav{display:none}.hamburger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:0 0;cursor:pointer}.hamburger span{display:block;width:24px;height:2px;background:var(--ink);position:relative}.hamburger span::after,.hamburger span::before{content:"";position:absolute;left:0;width:24px;height:2px;background:var(--ink)}.hamburger span::before{top:-7px}.hamburger span::after{top:7px}}.section{padding:96px 0;position:relative}@media (max-width:800px){.section{padding:64px 0}}@media (max-width:520px){.section{padding:48px 0}}.section.navy{background:linear-gradient(135deg,#0e1d3f 0,#122348 50%,#1a2e5c 100%);color:#fff;overflow:hidden}.section.light-blue{background:radial-gradient(55% 60%at 0 0,#eaf6ff 0,transparent 60%),linear-gradient(180deg,#f7fdff 0,#eff8fe 100%)}.partner-certs span,.section.light-gray{background:var(--light-gray)}.section.lavender{background:radial-gradient(60% 70%at 0 0,#ede6fb 0,transparent 60%),radial-gradient(55% 65%at 100% 100%,#efe6ff 0,transparent 60%),linear-gradient(135deg,#f4f0ff 0,#e8e0ff 50%,#f0eaff 100%)}.eyebrow{font-family:var(--f-acc);font-weight:700;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--blue)}.section.navy .eyebrow{color:var(--soft-blue)}.sec-head{text-align:center;max-width:760px;margin:0 auto 52px}.sec-head p{font-family:var(--f-body);font-size:16.5px;line-height:1.75;color:var(--body);margin-top:16px}.section.navy .sec-head p{color:rgba(255,255,255,.8)}.partner-right h3,.prefooter-card h2,h2.title{font-family:var(--f-head);font-weight:800}.partner-left h2,h2.title{line-height:1.18;letter-spacing:-.01em}h2.title{font-size:clamp(28px,3.4vw,40px);color:var(--ink);margin:14px 0 0}.partner-banner{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:center;background:#fff;border-radius:24px;border:1px solid var(--hairline);padding:48px 56px;box-shadow:0 12px 32px rgba(18,35,72,.06)}.partner-left .eyebrow,.sec-head .eyebrow{margin-bottom:14px;display:inline-block}.partner-left h2{font-size:clamp(26px,3.2vw,36px);margin:0 0 16px}.partner-left p{font-family:var(--f-body);font-size:16px;line-height:1.7;color:var(--muted);margin:0 0 24px;max-width:560px}.partner-certs{display:flex;flex-wrap:wrap;gap:10px}.partner-certs span{font-size:12.5px;letter-spacing:.04em;border-radius:999px;padding:8px 16px}.partner-right{border-left:1px solid var(--hairline);padding-left:48px;display:flex;flex-direction:column;align-items:flex-start}.partner-right h3{color:var(--navy);font-size:22px;margin:6px 0 18px}.partner-certs span,.partner-cta{font-family:var(--f-acc);font-weight:700;color:var(--navy)}.partner-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.875rem 1.75rem;border-radius:30px;font-size:.9375rem;background:var(--orange);text-decoration:none;transition:background .2s,transform .15s}.partner-cta:focus,.partner-cta:hover{background:var(--orange-hover);color:var(--navy)}.faq-a p,.partner-note{font-family:var(--f-body)}.partner-note{font-size:13.5px;color:var(--muted);margin:14px 0 0}@media (max-width:800px){.partner-banner{grid-template-columns:1fr;padding:36px 28px;gap:32px}.partner-right{border-left:0;border-top:1px solid var(--hairline);padding-left:0;padding-top:32px;align-items:flex-start}}.faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.faq-item{background:#fff;border-radius:16px;border:1px solid var(--hairline);transition:box-shadow .2s ease,border-color .2s ease,background .2s ease;overflow:hidden}.faq-item.open{background:var(--light-blue);border-color:var(--soft-blue);box-shadow:var(--shadow-card)}.faq-q,.mobile-sheet a{font-family:var(--f-head);font-weight:600;color:var(--ink)}.faq-q{width:100%;text-align:left;background:0 0;border:0;cursor:pointer;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:16.5px}.faq-toggle{width:36px;height:36px;border-radius:50%;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:transform .25s ease,background .25s ease}.faq-item.open .faq-toggle{transform:rotate(45deg);background:var(--navy)}.faq-toggle svg{width:14px;height:14px}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s ease;padding:0 24px}.faq-item.open .faq-a{max-height:1200px;padding:0 24px 20px}.faq-a p{font-size:15px;line-height:1.7;color:var(--body)}.tech-head{text-align:center;margin-bottom:48px}.tech-row{display:flex;flex-wrap:nowrap;gap:48px;align-items:center;justify-content:center}.tech-logo{display:inline-flex;flex-direction:column;align-items:center;gap:6px;transition:transform .2s,opacity .2s;opacity:.85;flex:0 0 auto}.tech-logo:hover{transform:translateY(-3px);opacity:1}.tech-logo img{height:44px;width:auto;display:block}.tech-marquee-wrap{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%)}.tech-marquee-wrap .tech-row{flex-wrap:nowrap;width:max-content;animation:tech-scroll 32s linear infinite;gap:64px}.tech-marquee-wrap:hover .tech-row{animation-play-state:paused}.tech-knime{color:#ffd500}.tech-tableau{color:#1f4e79}.tech-bw{color:#0095da}.tech-gemini{background:linear-gradient(90deg,#4285f4,#9b72cb,#d96570);-webkit-background-clip:text;background-clip:text;color:transparent}.tech-dot{width:14px;height:14px;border-radius:3px;flex:0 0 auto}@media (max-width:600px){.btn-blue,.btn-outline,.btn-outline-white,.btn-primary{white-space:normal;max-width:100%}}.mobile-sheet{display:none;position:fixed;top:120px;left:0;right:0;z-index:50;background:#fff;padding:32px;box-shadow:0 8px 32px rgba(0,0,0,.12)}.mobile-sheet.open{display:block}.mobile-sheet a{display:block;padding:12px 0;font-size:18px}.consult-overlay{position:fixed;inset:0;z-index:2000;background:rgba(18,35,72,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:opacity .25s ease}.consult-overlay:not([hidden]){opacity:1}.consult-overlay[hidden]{display:none}.consult-modal{position:relative;background:var(--white);border-radius:20px;box-shadow:0 32px 80px rgba(18,35,72,.22);width:100%;max-width:540px;max-height:calc(100dvh - 1.5rem);overflow-y:auto;padding:1.5rem 1.75rem 1.25rem;transform:translateY(16px) scale(.98);transition:transform .25s ease}.consult-overlay:not([hidden]) .consult-modal{transform:translateY(0) scale(1)}.consult-close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;border-radius:50%;border:1.5px solid var(--hairline);background:var(--white);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s,color .15s;flex-shrink:0}.consult-close svg{width:16px;height:16px}.consult-close:hover{background:var(--navy);border-color:var(--navy);color:#fff}.consult-modal__head{margin-bottom:1rem}.consult-modal__head .eyebrow{margin-bottom:.25rem}.consult-modal__title{font-family:var(--f-head);font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:900;color:var(--navy);margin:0 0 .625rem;line-height:1.15}.consult-modal__sub{font-family:var(--f-body);font-size:.875rem;color:var(--body);margin:.2rem 0 0;line-height:1.5}.consult-modal__body .jet-form-builder{display:flex;flex-direction:column;gap:.625rem}.consult-modal__body .jet-form-builder .field-type-email,.consult-modal__body .jet-form-builder .field-type-select,.consult-modal__body .jet-form-builder .field-type-tel,.consult-modal__body .jet-form-builder .field-type-text,.consult-modal__body .jet-form-builder .field-type-textarea,.consult-modal__body .jet-form-builder .jet-form-builder__field{display:flex;flex-direction:column;gap:.375rem}.consult-modal__body .jet-form-builder .jet-form-builder__label,.consult-modal__body .jet-form-builder label{font-family:var(--f-acc);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.consult-modal__body .jet-form-builder input[type=email],.consult-modal__body .jet-form-builder input[type=tel],.consult-modal__body .jet-form-builder input[type=text],.consult-modal__body .jet-form-builder select,.consult-modal__body .jet-form-builder textarea{width:100%;box-sizing:border-box;font-family:var(--f-body);font-size:.9375rem;color:var(--ink);background:var(--white);border:1.5px solid var(--hairline);border-radius:12px;outline:0;transition:border-color .15s,box-shadow .15s;appearance:none;-webkit-appearance:none;padding:.55rem .875rem}.consult-modal__body .jet-form-builder input:focus,.consult-modal__body .jet-form-builder select:focus,.consult-modal__body .jet-form-builder textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,149,218,.12)}.consult-modal__body .jet-form-builder textarea{min-height:72px;resize:vertical}.consult-modal__body .jet-form-builder .jet-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:520px){.consult-modal__body .jet-form-builder .jet-form-row{grid-template-columns:1fr}.consult-modal{padding:1.25rem 1rem 1rem}}.consult-modal__body .jet-form-builder .checkbox-field,.consult-modal__body .jet-form-builder .field-type-accept,.consult-modal__body .jet-form-builder .field-type-checkbox-field{display:flex;align-items:flex-start;gap:.625rem;flex-direction:row;flex-wrap:wrap}.consult-modal__body .jet-form-builder input[type=checkbox]{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:var(--blue);cursor:pointer;border-radius:4px}.consult-modal__body .jet-form-builder .checkbox-field label,.consult-modal__body .jet-form-builder .field-type-accept label{font-family:var(--f-body);font-size:.8125rem;font-weight:400;letter-spacing:0;text-transform:none;color:var(--body);line-height:1.5;cursor:pointer}.consult-modal__body .jet-form-builder .checkbox-field label a,.consult-modal__body .jet-form-builder .field-type-accept label a{color:var(--blue);text-decoration:underline}.consult-modal__body .field-type-checkbox-field .jet-form-builder__field-label span{flex-wrap:wrap}.consult-modal__body .jet-form-builder .jet-form-builder__submit,.consult-modal__body .jet-form-builder button[type=submit],.consult-modal__body .jet-form-builder input[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:100%;font-family:var(--f-acc);font-size:1rem;font-weight:700;color:var(--navy);background:var(--orange);border:0;border-radius:100px;padding:.9rem 2rem;cursor:pointer;transition:background .15s,transform .15s;margin-top:.5rem}.consult-modal__body .jet-form-builder .jet-form-builder__submit:hover,.consult-modal__body .jet-form-builder button[type=submit]:hover,.consult-modal__body .jet-form-builder input[type=submit]:hover{background:var(--orange-hover);transform:translateY(-1px)}.consult-modal__body .jet-form-builder-messages-wrap{display:block!important}.consult-modal__body .jet-form-builder__success-message{background:#ecfdf5;border:1px solid #6ee7b7;border-radius:12px;padding:1rem 1.25rem;font-family:var(--f-body);font-size:.9375rem;color:#065f46}.consult-modal__body .jet-form-builder .jet-form-builder__field-error,.consult-modal__body .jet-form-builder__error-message{font-family:var(--f-body);font-size:.8125rem;color:#dc2626;margin-top:.25rem}