*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2a2a38;--secondary:#5b8db8;--accent:#f04a50;--sky:#f0f0f4;--grey:#f4f4f6;--white:#fff;--text:#1c2b3a;--text-mid:#4a5568;--text-light:#718096;--red:#c41230;--border:#dcdce4;--font-h:"Raleway", sans-serif;--font-b:"Source Sans 3", sans-serif}body{font-family:var(--font-b);color:var(--text);background:var(--white);overflow-x:hidden}html{width:100%;overflow-x:hidden}main{min-width:0}.route-loading{min-height:calc(100vh - 76px)}img,picture,video,canvas,svg{max-width:100%}input,select,textarea,button{font:inherit;max-width:100%}html body :is(.trust-num,.trust-num span,.hero-trust-v,.stage-num,.stage-num b,.stage-stat-v,.ribbon-v,.carousel-counter,.carousel-counter b,.epic-eyebrow-num,.epic-gauge-big,.epic-gauge-big small,.epic-tile-v,.analytics-stat .num,.feat-num,.ah-kpi-v,.ah-pct,.highlight-box .num,.stat-num,.modal-left-num,.modal-highlight-num,.sv-nav-num,.sv-step-num,.sv-stat-num,.tm-meta-v,.tm-stat-num,.tm-ptype-num,.tm-case-num,.tm-case-outcome-num,.tm-process-num,.rs-hero-meta-v,.ct-trust-v,.ct-dnum,.career-trust-v,.footer-naics-pill){font-family:var(--font-b);font-variant-numeric:lining-nums tabular-nums;font-feature-settings:"lnum" 1, "tnum" 1;letter-spacing:0;line-height:1}html body :is(.trust-num,.epic-gauge-big,.analytics-stat .num,.highlight-box .num,.stat-num,.sv-stat-num,.tm-stat-num) :is(span,small,em){font-variant-numeric:inherit;font-feature-settings:inherit;font-family:inherit;line-height:inherit}nav{z-index:201;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:3px solid var(--primary);background:#fffffff7;justify-content:space-between;align-items:center;height:76px;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 24px #2a2a381a}.nav-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.nav-logo img,.nav-logo-svg{width:auto;height:44px;display:block}.nav-links{align-items:center;gap:28px;min-height:22px;list-style:none;display:flex}.nav-links a{font-family:var(--font-h);color:var(--text);letter-spacing:.06em;text-transform:uppercase;padding-bottom:4px;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--accent);height:2px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav-links a:hover,.nav-links a.is-active{color:var(--accent)}.nav-links a:hover:after,.nav-links a.is-active:after{transform:scaleX(1)}.nav-cta{color:#fff;font-family:var(--font-h);letter-spacing:.06em;text-transform:uppercase;background:#c41230;border-radius:4px;padding:11px 26px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s}.nav-cta:hover{background:#9f1028;transform:translateY(-1px)}.nav-burger{cursor:pointer;z-index:201;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none}.nav-burger span{background:var(--primary);transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:transform .28s,opacity .2s,width .2s,background .2s;display:block}.nav-burger--open span{background:var(--accent)}.nav-burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-burger--open span:nth-child(2){opacity:0;width:0}.nav-burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-backdrop{z-index:149;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;pointer-events:none;background:#0a1024a6;transition:opacity .28s;display:none;position:fixed;inset:0}.nav-backdrop--visible{opacity:1;pointer-events:auto}.nav-drawer{z-index:150;background:linear-gradient(160deg, var(--primary) 0%, #1a2040 100%);border-left:3px solid var(--accent);flex-direction:column;width:min(300px,82vw);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-12px 0 64px #0a102480}.nav-drawer--open{transform:translate(0)}.nav-drawer:before{content:"";pointer-events:none;background-image:radial-gradient(#ffffff0e 1px,#0000 1.5px);background-size:22px 22px;position:absolute;inset:0}.nav-drawer-header{border-bottom:1px solid #ffffff14;padding:88px 26px 20px;position:relative}.nav-drawer-eyebrow{letter-spacing:.3em;text-transform:uppercase;color:#ffffff52;align-items:center;gap:10px;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:500;display:flex}.nav-drawer-eyebrow:before{content:"";background:var(--accent);flex-shrink:0;width:18px;height:1.5px}.nav-drawer-links{counter-reset:nav-item;flex-direction:column;flex:1;padding:8px 0;list-style:none;display:flex;position:relative}.nav-drawer-links li{position:relative}.nav-drawer-links li a{counter-increment:nav-item;font-family:var(--font-h);letter-spacing:.07em;text-transform:uppercase;color:#cfe0ffb8;border-bottom:1px solid #ffffff0f;align-items:center;gap:14px;padding:15px 26px;font-size:16px;font-weight:700;text-decoration:none;transition:color .22s,background .22s,padding-left .22s;display:flex;position:relative}.nav-drawer-links li a:before{content:counter(nav-item, decimal-leading-zero);letter-spacing:.1em;color:#fff3;flex-shrink:0;width:20px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:500;transition:color .22s}.nav-drawer-links li a:after{content:"";background:var(--accent);transform-origin:50%;border-radius:0 2px 2px 0;width:3px;transition:transform .22s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.nav-drawer-links li a:hover,.nav-drawer-links li a.is-active{color:#fff;background:#ffffff0d;padding-left:32px}.nav-drawer-links li a:hover:after,.nav-drawer-links li a.is-active:after{transform:scaleY(1)}.nav-drawer-links li a:hover:before,.nav-drawer-links li a.is-active:before{color:var(--accent)}.nav-drawer-footer{border-top:1px solid #ffffff14;padding:22px 26px 32px;position:relative}.nav-drawer-cta{text-align:center;background:var(--accent);color:#fff;font-family:var(--font-h);letter-spacing:.1em;text-transform:uppercase;border-radius:4px;padding:13px 24px;font-size:12px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:block;box-shadow:0 4px 22px #f04a5061}.nav-drawer-cta:hover{background:#d63a40;transform:translateY(-1px);box-shadow:0 6px 28px #f04a5080}.nav-drawer-brand{letter-spacing:.22em;text-transform:uppercase;color:#ffffff29;text-align:center;margin-top:14px;font-family:JetBrains Mono,monospace;font-size:8.5px}@media (width<=1120px){nav{padding:0 20px}.nav-links,.nav-cta{display:none}.nav-burger{display:flex}.nav-backdrop{display:block}}.footer{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);contain:layout paint;min-height:517px;position:relative;overflow:hidden}.footer:before{content:"";z-index:0;pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.footer-accent-bar{background:linear-gradient(90deg, var(--accent) 0%, #f04a5066 25%, transparent 50%, #5b8db866 75%, var(--secondary) 100%);height:3px}.footer-inner{z-index:1;padding:72px 80px 56px;position:relative}.footer-grid{grid-template-columns:1.65fr 1fr 1fr 1fr;align-items:start;gap:56px;display:grid}.footer-brand{flex-direction:column;display:flex}.footer-logo-link{opacity:.9;width:fit-content;margin-bottom:22px;text-decoration:none;transition:opacity .2s;display:inline-block}.footer-logo-link:hover{opacity:1}.footer-logo-link svg path:not([fill]){fill:#fff}.footer-desc{color:#ffffff85;max-width:360px;margin-bottom:30px;font-size:14px;line-height:1.78}.footer-contacts{flex-direction:column;gap:11px;margin-bottom:28px;display:flex}.footer-contact-item{color:#ffffff94;align-items:center;gap:10px;width:fit-content;font-size:13px;text-decoration:none;transition:color .2s;display:inline-flex}a.footer-contact-item:hover{color:var(--accent)}.footer-contact-static{cursor:default}.footer-socials{gap:10px;display:flex}.footer-social-btn{color:#ffffff8c;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background .22s,border-color .22s,color .22s,transform .18s;display:flex}.footer-social-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}.footer-col{flex-direction:column;display:flex}.footer-col-heading{font-family:var(--font-h);letter-spacing:.16em;text-transform:uppercase;color:#fff;margin-bottom:22px;padding-bottom:14px;font-size:10.5px;font-weight:700;position:relative}.footer-col-heading:after{content:"";background:var(--accent);border-radius:1px;width:22px;height:2px;position:absolute;bottom:0;left:0}.footer-links{flex-direction:column;gap:11px;list-style:none;display:flex}.footer-links a{color:#ffffff85;padding-bottom:1px;font-size:14px;text-decoration:none;transition:color .2s;display:inline-block;position:relative}.footer-links a:after{content:"";background:var(--accent);width:0;height:1px;transition:width .25s;position:absolute;bottom:0;left:0}.footer-links a:hover{color:#fff}.footer-links a:hover:after{width:100%}.footer-badge{border:1px solid #ffffff17;border-left:2px solid var(--accent);background:#ffffff0d;border-radius:8px;align-items:center;gap:12px;margin-top:30px;padding:14px 16px;display:flex}.footer-badge-dot{background:#2ecaaa;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2.4s ease-in-out infinite footer-pulse;box-shadow:0 0 10px #2ecaaa8c}@keyframes footer-pulse{0%,to{opacity:1;box-shadow:0 0 10px #2ecaaa8c}50%{opacity:.7;box-shadow:0 0 18px #2ecaaabf}}.footer-badge-label{font-family:var(--font-h);color:#fff;letter-spacing:.06em;font-size:12px;font-weight:700}.footer-badge-sub{color:#fff6;letter-spacing:.04em;margin-top:3px;font-size:11px}.footer-bottom{z-index:1;border-top:1px solid #ffffff12;position:relative}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:20px 80px;display:flex}.footer-naics{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.footer-naics-label{font-family:var(--font-h);color:#ffffff47;letter-spacing:.14em;text-transform:uppercase;margin-right:2px;font-size:9.5px;font-weight:700}.footer-naics-pill{color:#ffffff4d;letter-spacing:.02em;background:#ffffff0a;border:1px solid #ffffff12;border-radius:4px;padding:3px 8px;font-family:JetBrains Mono,monospace;font-size:10px;transition:color .2s,border-color .3s ease-in}.footer-naics-pill:hover{color:#ffffff8c;border-color:var(--accent)}.footer-legal{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.footer-legal span{color:#ffffff47;font-size:12px}.footer-legal a{color:#ffffff47;font-size:12px;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#ffffffa6}@media (width<=768px){.footer-inner{padding:52px 24px 36px}.footer-grid{grid-template-columns:1fr 1fr;gap:36px}.footer-brand{grid-column:1/-1}.footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:14px;padding:18px 24px}.footer-naics{flex-wrap:wrap;gap:6px}}@media (width<=480px){.footer-inner{padding:44px 18px 30px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom-inner{padding:16px 18px}.footer-naics-pill{padding:2px 6px;font-size:9px}.footer-contact-item{overflow-wrap:anywhere;width:100%}.footer-legal{gap:10px 16px}}.hero{--h-cyan:#2598ad;--h-green:#4ade80;--h-red:#f04a50;--h-amber:#f59e0b;--h-line:#ffffff14;--h-line-s:#ffffff29;--h-muted:#ffffffa6;--h-dim:#ffffff61;--h-stage:#00000040;background:radial-gradient(900px 520px at 95% 0,#5b8db833,#0000 60%),radial-gradient(900px 520px at 0 100%,#f04a5014,#0000 60%),linear-gradient(135deg,#2a2a38 0%,#5b8db8 100%);padding:68px 56px 56px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:radial-gradient(#ffffff0f 1px,#0000 1.5px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(closest-side at 50% 40%,#000 60%,#0000 100%);mask-image:radial-gradient(closest-side at 50% 40%,#000 60%,#0000 100%)}.hero-inner{flex-direction:row;align-items:stretch;gap:56px;max-width:1480px;margin:0 auto;display:flex;position:relative}.hero-left{flex-direction:column;justify-content:center;width:44%;min-width:0;padding:8px 0;display:flex}.hero-right{flex-direction:column;gap:10px;width:56%;min-width:0;display:flex}.hero-eyebrow{border:1px solid var(--h-line-s);letter-spacing:.18em;text-transform:uppercase;color:#cfe0ff;background:#ffffff0a;border-radius:999px;align-items:center;gap:10px;width:fit-content;padding:9px 16px 9px 14px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500;display:inline-flex}.hero-eyebrow-dot{background:var(--h-green);border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 0 4px #4ade802e}.hero-h1{font-family:var(--font-h);letter-spacing:-.025em;color:#fff;margin:16px 0 14px;font-size:clamp(28px,3.4vw,50px);font-weight:800;line-height:1.05}.hero-accent{color:var(--accent);font-style:normal;display:inline-block;position:relative}.hero-accent:after{content:"";background:var(--accent);opacity:.18;border-radius:3px;height:6px;position:absolute;bottom:8px;left:0;right:6%}.hero-lede{max-width:540px;color:var(--h-muted);margin:0 0 24px;font-size:15px;line-height:1.65}.hero-cta-row{flex-flow:wrap;align-items:center;gap:12px;display:flex}.hero-btn{font-family:var(--font-h);letter-spacing:.02em;cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:14px 22px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .15s,background .2s,border-color .3s ease-in;display:inline-flex}.hero-btn-primary{color:#fff;border-color:var(--h-line-s);background:0 0}.hero-btn-primary:hover{border-color:var(--h-red);background:#ffffff0a}.hero-btn-ghost{color:#fff;border-color:var(--h-line-s);background:0 0}.hero-btn-ghost:hover{border-color:var(--h-red);background:#ffffff0a}.hero-btn-arr{font-size:18px;line-height:1}.hero-trust{border-top:1px solid var(--h-line);flex-direction:row;gap:36px;margin-top:24px;padding-top:16px;display:flex}.hero-trust-item{flex-direction:column;gap:4px;display:flex}.hero-trust-k{letter-spacing:.18em;text-transform:uppercase;color:var(--h-dim);font-family:JetBrains Mono,monospace;font-size:10.5px}.hero-trust-v{color:#e6efff;font-size:15px;font-weight:600}.hero-trust-green{color:var(--h-green)}.hero-trust-red{color:var(--h-red)}.pipeline-panel{background:0 0;border:1.5px solid #ffffff26;border-radius:18px;margin-top:15px;padding:16px 18px 14px}.pipeline-head{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:12px;display:flex}.pipeline-label{letter-spacing:.22em;text-transform:uppercase;color:var(--h-cyan);font-family:JetBrains Mono,monospace;font-size:10.5px}.pipeline-title{font-family:var(--font-h);color:#fff;margin-top:4px;font-size:16px;font-weight:700}.pipeline-meta{color:var(--h-dim);white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:11px}.pipeline-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.pipeline-stage{background:#3c546c;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;gap:7px;min-height:148px;padding:10px 10px 8px;display:flex;position:relative}.pipeline-stage-active{box-shadow:none;background:#3c546c;border-color:#ffffff1f}.stage-num{letter-spacing:.14em;color:var(--h-dim);align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:10px;display:flex}.stage-num b{color:var(--h-cyan);font-weight:600}.stage-h4{font-family:var(--font-h);letter-spacing:.04em;color:#fff;text-transform:uppercase;margin:0;font-size:11px;font-weight:700}.stage-sub{color:var(--h-muted);margin:-4px 0 0;font-size:10.5px;line-height:1.35}.stage-list{flex-direction:column;gap:6px;margin:4px 0 0;padding:0;list-style:none;display:flex}.stage-list li{color:#cfdcf4;align-items:center;gap:6px;font-size:10px;line-height:1.35;display:flex}.stage-list li:before{content:"";background:var(--h-cyan);border-radius:50%;flex-shrink:0;width:5px;height:5px}.stage-stat{border-top:1px dashed var(--h-line);margin-top:auto;padding-top:10px}.stage-stat-v{color:#fff;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;line-height:1.1}.stage-stat-v.red{color:var(--h-red)}.stage-stat-v.green{color:var(--h-green)}.stage-stat-v.cyan{color:var(--h-cyan)}.stage-stat-v.amber{color:var(--h-amber)}.stage-stat-k{color:var(--h-dim);letter-spacing:.04em;margin-top:3px;font-size:10px}.meters{flex-direction:column;gap:8px;margin-top:2px;display:flex}.meter{flex-direction:column;gap:4px;display:flex}.meter-row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.meter-label{color:#cfdcf4;font-size:10.5px;font-weight:500}.meter-val{color:var(--h-cyan);letter-spacing:.02em;font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:600}.meter-track{background:#ffffff12;border-radius:999px;height:4px;overflow:hidden}.meter-fill{background:linear-gradient(90deg, #38d3ee8c, var(--h-cyan));border-radius:999px;height:100%;box-shadow:0 0 8px #38d3ee80}.alerts{flex-direction:column;gap:6px;margin-top:2px;display:flex}.alert{border:1px solid var(--h-line);background:#ffffff06;border-left-width:3px;border-radius:3px;flex-direction:column;gap:1px;padding:5px 8px 5px 10px;line-height:1.2;display:flex}.alert-label{letter-spacing:.12em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:7.5px;font-weight:600}.alert-body{color:#fff;font-size:10.5px;font-weight:600}.alert-high{border-left-color:var(--h-red)}.alert-high .alert-label{color:var(--h-red)}.alert-caregap{border-left-color:var(--h-amber)}.alert-caregap .alert-label{color:var(--h-amber)}.alert-best{border-left-color:var(--h-green)}.alert-best .alert-label{color:var(--h-green)}.alert-predict{border-left-color:var(--h-cyan)}.alert-predict .alert-label{color:var(--h-cyan)}.out-list{flex-direction:column;gap:5px;display:flex}.out-row{align-items:baseline;gap:6px;font-size:10.5px;display:flex}.out-row b{color:var(--h-green);min-width:38px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600}.out-row span{color:var(--h-muted)}.neural{width:100%;height:76px;margin:2px 0 0;display:block;overflow:visible}.nn-label{letter-spacing:.12em;fill:#fff;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:6.5px}.nn-edge{stroke:#ffffff24;stroke-width:.6px;fill:none}.nn-flow{stroke:var(--h-cyan);stroke-width:.9px;fill:none;stroke-dasharray:3 6;stroke-linecap:round;opacity:.85;animation:1.6s linear infinite nn-dash}.nn-delay-1{animation-delay:-.4s}.nn-delay-2{animation-delay:-.8s}.nn-delay-3{animation-delay:-1.2s}@keyframes nn-dash{to{stroke-dashoffset:-18px}}.nn-node{stroke-width:1.2px;fill:#2e3c50;transform-box:fill-box;transform-origin:50%;animation:1.6s ease-in-out infinite nn-pulse}.nn-input{stroke:var(--h-cyan);filter:drop-shadow(0 0 4px #38d3ee73)}.nn-hidden{stroke:var(--h-green);filter:drop-shadow(0 0 4px #4ade8073)}.nn-output{stroke:var(--h-red);filter:drop-shadow(0 0 4px #f04a508c)}.nn-i1{animation-delay:0s}.nn-i2{animation-delay:.1s}.nn-i3{animation-delay:.2s}.nn-i4{animation-delay:.3s}.nn-h1{animation-delay:.55s}.nn-h2{animation-delay:.65s}.nn-h3{animation-delay:.75s}.nn-o1{animation-delay:1s}.nn-o2{animation-delay:1.1s}@keyframes nn-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}.nn-feed{stroke:var(--h-cyan);stroke-width:.8px;fill:none;stroke-dasharray:2 3;opacity:.6}.nn-packet{fill:var(--h-cyan);filter:drop-shadow(0 0 3px #38d3eee6);offset-rotate:0deg;animation:1.6s linear infinite nn-packet}.nn-p1{offset-path:path("M 6 16 C 22 18, 32 24, 50 24");animation-delay:0s}.nn-p2{offset-path:path("M 6 30 C 22 30, 32 30, 50 38");animation-delay:.25s}.nn-p3{offset-path:path("M 6 44 C 22 42, 32 36, 50 24");animation-delay:.5s}.nn-p4{offset-path:path("M 50 24 C 70 22, 80 26, 96 24");fill:var(--h-green);filter:drop-shadow(0 0 3px #4ade80e6);animation-delay:.8s}.nn-p5{offset-path:path("M 50 38 C 70 40, 80 42, 96 44");fill:var(--h-green);filter:drop-shadow(0 0 3px #4ade80e6);animation-delay:1.05s}@keyframes nn-packet{0%{offset-distance:0%;opacity:0}10%{opacity:1}90%{opacity:1}to{offset-distance:100%;opacity:0}}.pipeline-timeline{border-top:1px dashed var(--h-line);margin-top:12px;padding-top:12px}.pipeline-timeline-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.tl-t{letter-spacing:.22em;text-transform:uppercase;color:var(--h-dim);font-family:JetBrains Mono,monospace;font-size:10.5px}.tl-r{color:var(--h-green);align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.tl-r:before{content:"";background:var(--h-green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #4ade8026}.tl-flow{flex-direction:row;align-items:center;display:flex}.tl-node{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;width:52px;display:flex}.tl-dot{border:1.5px solid var(--h-line-s);color:#cfe0ff;background:#424e62;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600;display:flex}.tl-active .tl-dot{border-color:var(--h-line-s);color:#cfe0ff;box-shadow:none;background:#424e62}.tl-lab{letter-spacing:.08em;color:var(--h-muted);text-transform:uppercase;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:10px}.tl-active .tl-lab{color:#fff}.tl-seg{flex-grow:1;align-items:center;height:24px;margin-top:-22px;display:flex}.tl-line{background:linear-gradient(90deg,#38d3ee73,#38d3ee26);border-radius:2px;flex-grow:1;height:1.5px}.tl-arr{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:7px solid #38d3ee8c;width:0;height:0;margin-left:-1px}.pipeline-ribbon{background:#517190d9;border:1.5px solid #ffffff8c;border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.ribbon-cell{flex-direction:column;gap:3px;display:flex}.ribbon-k{letter-spacing:.2em;text-transform:uppercase;color:var(--h-dim);font-family:JetBrains Mono,monospace;font-size:9.5px}.ribbon-v{color:#fff;font-size:13px;font-weight:600}.ribbon-green{color:var(--h-green)}.ribbon-red{color:var(--h-red)}.ribbon-cyan{color:#fff}.ribbon-div{background:var(--h-line);width:1px;height:28px}@media (width<=1100px){.hero{padding:60px 28px 48px}.hero-inner{flex-direction:column;gap:28px}.hero-left,.hero-right{width:100%}}@media (width<=720px){.pipeline-grid{grid-template-columns:repeat(2,1fr)}.tl-node{width:48px}.pipeline-ribbon{flex-wrap:wrap;gap:12px}.ribbon-div{display:none}}.hero-carousel{position:relative;overflow:hidden}.carousel-viewport{width:100%;overflow:hidden}.carousel-track{will-change:transform;align-items:stretch;transition:transform .6s cubic-bezier(.7,0,.2,1);display:flex}.carousel-slide{flex-direction:column;flex:0 0 100%;width:100%;min-width:0;display:flex}.carousel-slide .hero,.carousel-slide .epic-slide{flex:1}.carousel-arrow{z-index:20;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff47;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:background .2s,border-color .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background:#f04a50;border-color:#f04a50}.carousel-arrow:active{transform:translateY(-50%)scale(.94)}.carousel-arrow svg{width:22px;height:22px}.carousel-arrow--prev{left:20px}.carousel-arrow--next{right:20px}.carousel-dots{z-index:20;align-items:center;gap:2px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:0 0;border:0;border-radius:50%;width:24px;height:24px;padding:0;transition:all .25s;position:relative}.carousel-dot:before{content:"";background:0 0;border:1px solid #ffffff73;border-radius:50%;transition:all .25s;position:absolute;inset:7px}.carousel-dot--active:before{background:#c41230;border-color:#c41230;transform:scale(1.15)}.carousel-dot:hover:before{border-color:#fff}.carousel-counter{z-index:20;letter-spacing:.12em;color:#ffffff80;font-family:JetBrains Mono,monospace;font-size:11px;position:absolute;top:20px;right:24px}.carousel-counter b{color:#fff}.epic-slide{color:#fff;background:radial-gradient(900px 520px at 95% 0,#5b8db833,#0000 60%),radial-gradient(900px 520px at 0 100%,#f04a5014,#0000 60%),linear-gradient(135deg,#2a2a38 0%,#5b8db8 100%);flex-direction:column;padding:68px 80px 38px;display:flex;position:relative;overflow:hidden}.epic-slide:before{content:"";pointer-events:none;background-image:radial-gradient(#ffffff0f 1px,#0000 1.5px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(closest-side at 50% 40%,#000 60%,#0000 100%);mask-image:radial-gradient(closest-side at 50% 40%,#000 60%,#0000 100%)}.epic-slide-inner{flex-grow:1;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:center;gap:64px;min-height:0;padding:14px 0 8px;display:grid;position:relative}.epic-col-text{flex-direction:column;display:flex}.epic-col-art{justify-content:center;align-items:center;display:flex}.epic-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#ff9a9d;align-items:center;gap:14px;margin-bottom:14px;font-family:Raleway,sans-serif;font-size:13px;font-weight:700;display:flex}.epic-eyebrow:before{content:"";background:#ff9a9d;width:36px;height:2px}.epic-eyebrow-num{color:#fff6;letter-spacing:.1em;font-family:JetBrains Mono,monospace}.epic-headline{letter-spacing:-.022em;color:#fff;text-wrap:balance;margin-bottom:12px;font-family:Raleway,sans-serif;font-size:clamp(24px,2.6vw,40px);font-weight:800;line-height:1.04}.epic-headline em{color:#f04a50;font-style:normal}.epic-support{color:#ffffffbf;text-wrap:pretty;max-width:580px;margin-bottom:18px;font-size:16px;line-height:1.5}.epic-support--tight{margin-bottom:14px}.epic-mini-row{flex-direction:column;gap:9px;display:flex}.epic-mini{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d;border:1px solid #ffffff24;border-left-width:4px;border-radius:14px;padding:12px 16px}.epic-mini--challenge{border-left-color:#f04a50}.epic-mini--outcome{border-left-color:#16a34a}.epic-mini-lab{letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:6px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;display:flex}.epic-mini--challenge .epic-mini-lab{color:#ff9a9d}.epic-mini--outcome .epic-mini-lab{color:#7ee2a8}.epic-mini-lab svg{width:16px;height:16px}.epic-mini-title{letter-spacing:.01em;color:#fff;text-transform:uppercase;margin-bottom:4px;font-family:Raleway,sans-serif;font-size:17px;font-weight:800}.epic-mini p{color:#ffffffa8;margin:0;font-size:13px;line-height:1.5}.epic-feat-row{flex-wrap:wrap;gap:12px;margin-top:10px;display:flex}.epic-feat{letter-spacing:.04em;color:#ffffffe0;background:#ffffff0d;border:1px solid #fff3;border-radius:999px;align-items:center;gap:9px;padding:11px 18px;font-family:Raleway,sans-serif;font-size:14.5px;font-weight:700;display:inline-flex}.epic-feat svg{color:#f04a50;width:17px;height:17px}.epic-dot{border-radius:3px;flex-shrink:0;width:11px;height:11px}.epic-dot--navy{background:#2a2a38}.epic-dot--cyan{background:#2598ad}.epic-dot--amber{background:#c77d17}.epic-dot--red{background:#f04a50}.epic-dot--green{background:#16a34a}.epic-art{color:#1c2b3a;background:#fff;border:1px solid #fff9;border-radius:18px;flex-direction:column;width:100%;max-width:720px;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff80,0 36px 72px -28px #0c121e8c,0 12px 28px -16px #0c121e66}.epic-art-head{background:#f0f0f4;border-bottom:1px solid #dcdce4;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.epic-art-title{letter-spacing:.14em;text-transform:uppercase;color:#718096;font-family:JetBrains Mono,monospace;font-size:12.5px}.epic-art-badge{letter-spacing:.12em;text-transform:uppercase;color:#16a34a;align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:11.5px;display:inline-flex}.epic-art-badge:before{content:"";background:#16a34a;border-radius:50%;width:6px;height:6px;animation:2s ease-out infinite epic-pulse}@keyframes epic-pulse{0%{box-shadow:0 0 #16a34a66}70%{box-shadow:0 0 0 7px #16a34a00}to{box-shadow:0 0 #16a34a00}}.epic-art-body{flex:1;padding:20px;overflow:hidden}.epic-tier-label{letter-spacing:.18em;text-transform:uppercase;color:#718096;margin-bottom:7px;font-family:JetBrains Mono,monospace;font-size:11.5px}.epic-flow-chip{color:#1c2b3a;background:#fff;border:1px solid #dcdce4;border-radius:11px;align-items:center;gap:13px;margin-bottom:6px;padding:10px 14px;font-family:Raleway,sans-serif;font-size:14px;font-weight:700;display:flex}.epic-flow-chip--out{background:linear-gradient(135deg,#16a34a12,#16a34a03);border-color:#16a34a40;justify-content:space-between}.epic-flow-chip--out svg{color:#16a34a;width:18px;height:18px;margin-left:auto}.epic-pipe-mid{align-items:center;gap:14px;margin:10px 2px;display:flex}.epic-pipe-bar{background:#dcdce4;flex-grow:1;height:1px}.epic-pipe-engine{letter-spacing:.16em;text-transform:uppercase;color:#f04a50;white-space:nowrap;border:1px dashed #f04a5080;border-radius:999px;padding:8px 15px;font-family:JetBrains Mono,monospace;font-size:11px}.epic-gauge-top{justify-content:space-between;align-items:flex-end;margin-bottom:8px;display:flex}.epic-gauge-big{letter-spacing:-.02em;color:#1c2b3a;font-family:Raleway,sans-serif;font-size:38px;font-weight:800;line-height:1}.epic-gauge-big small{color:#16a34a;font-size:18px}.epic-gauge-cap{letter-spacing:.12em;text-transform:uppercase;color:#718096;text-align:right;font-family:JetBrains Mono,monospace;font-size:11.5px}.epic-qbar{background:#f0f0f4;border:1px solid #dcdce4;border-radius:7px;height:9px;overflow:hidden}.epic-qbar i{background:linear-gradient(90deg,#f0b34a,#16a34a);border-radius:6px;width:99%;height:100%;display:block}.epic-qscale{letter-spacing:.1em;color:#718096;text-transform:uppercase;justify-content:space-between;margin-top:8px;font-family:JetBrains Mono,monospace;font-size:10px;display:flex}.epic-checks{flex-direction:column;gap:0;margin-top:12px;display:flex}.epic-check{border-top:1px solid #dcdce4;align-items:center;gap:13px;padding:9px 0;display:flex}.epic-check svg{color:#16a34a;flex-shrink:0;width:22px;height:22px}.epic-check-t{color:#1c2b3a;font-family:Raleway,sans-serif;font-size:14px;font-weight:700}.epic-check-d{letter-spacing:.08em;text-transform:uppercase;color:#718096;margin-left:auto;font-family:JetBrains Mono,monospace;font-size:11.5px}.epic-dash-tiles{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.epic-tile{background:#f0f0f4;border:1px solid #dcdce4;border-radius:13px;padding:14px 16px}.epic-tile-l{letter-spacing:.12em;text-transform:uppercase;color:#718096;margin-bottom:6px;font-family:JetBrains Mono,monospace;font-size:10px}.epic-tile-v{letter-spacing:-.02em;color:#1c2b3a;font-family:Raleway,sans-serif;font-size:28px;font-weight:800;line-height:1}.epic-tile-v--up{color:#16a34a}.epic-tile-v--down{color:#2598ad}.epic-tile-n{color:#4a5568;margin-top:5px;font-size:12px}.epic-chartbox{border:1px solid #dcdce4;border-radius:13px;padding:13px 16px 9px}.epic-chart-head{justify-content:space-between;align-items:center;margin-bottom:7px;display:flex}.epic-chart-a{color:#1c2b3a;font-family:Raleway,sans-serif;font-size:13px;font-weight:700}.epic-chart-b{color:#16a34a;letter-spacing:.08em;font-family:JetBrains Mono,monospace;font-size:12px}.epic-wf{flex-direction:column;gap:0;display:flex}.epic-wf-step{align-items:center;gap:14px;padding:10px 0;display:flex}.epic-wf-step+.epic-wf-step{border-top:1px solid #dcdce4}.epic-wf-ic{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.epic-wf-ic svg{width:18px;height:18px}.epic-wf-ic--navy{color:#fff;background:#2a2a38}.epic-wf-ic--cyan{color:#2598ad;background:#2598ad1f}.epic-wf-ic--red{color:#f04a50;background:#f04a501a}.epic-wf-ic--green{color:#16a34a;background:#16a34a1f}.epic-wf-t{color:#1c2b3a;font-family:Raleway,sans-serif;font-size:14px;font-weight:700}.epic-wf-s{color:#4a5568;font-size:12px}.epic-wf-stat{letter-spacing:.1em;text-transform:uppercase;color:#16a34a;margin-left:auto;font-family:JetBrains Mono,monospace;font-size:10px}.epic-wf-foot{letter-spacing:.1em;text-transform:uppercase;color:#4a5568;border-top:1px dashed #dcdce4;align-items:center;gap:12px;margin-top:10px;padding-top:10px;font-family:JetBrains Mono,monospace;font-size:10.5px;display:flex}.epic-wf-foot svg{color:#16a34a;width:19px;height:19px}.epic-slide-foot{letter-spacing:.12em;text-transform:uppercase;color:#ffffff94;text-align:center;border-top:1px solid #ffffff14;flex:none;margin-top:2px;padding:12px 0 8px;font-family:Raleway,sans-serif;font-size:14px;font-weight:800}.epic-slide-foot b{color:#f04a50;font-weight:800}@media (width<=1100px){.epic-slide{padding:60px 40px 38px}.epic-slide-inner{gap:32px}.epic-headline{font-size:clamp(22px,2.6vw,36px)}.epic-support{font-size:15px}}@media (width<=900px){.epic-slide{padding:68px 24px 38px}.epic-slide-inner{grid-template-columns:1fr;align-content:start;gap:16px;padding-top:28px}.epic-art{max-width:100%}.epic-headline{font-size:clamp(22px,4vw,38px)}.epic-support{max-width:100%;margin-bottom:18px;font-size:16px}.epic-feat-row{margin-top:14px}.epic-col-text{padding-bottom:0}.epic-mini-row{gap:12px}.epic-mini-title{font-size:18px}.epic-mini p{font-size:14px}.epic-mini{padding:14px 16px}.epic-art-body{padding:20px}.epic-flow-chip{padding:11px 14px;font-size:14px}.epic-gauge-big{font-size:40px}.epic-gauge-big small{font-size:18px}.epic-tile-v{font-size:32px}.epic-tile-n{font-size:13px}.epic-wf-t{font-size:14.5px}.epic-wf-s{font-size:12px}.epic-wf-ic{width:40px;height:40px}.epic-slide-foot{margin-top:16px;font-size:13px}.carousel-arrow--prev{left:8px}.carousel-arrow--next{right:8px}}@media (width<=600px){.epic-slide{padding:64px 20px 38px}.epic-slide-inner{gap:12px;padding-top:20px}.epic-headline{margin-bottom:14px;font-size:32px}.epic-eyebrow{gap:10px;margin-bottom:16px;font-size:12px}.epic-eyebrow:before{width:24px}.epic-support{margin-bottom:14px;font-size:15px}.epic-mini{padding:14px 16px}.epic-mini-title{margin-bottom:4px;font-size:16px}.epic-mini p{font-size:13px}.epic-mini-lab{font-size:10px}.epic-feat{padding:8px 14px;font-size:12px}.epic-feat-row{gap:8px;margin-top:10px}.epic-mini-row{gap:10px}.epic-art-head{padding:13px 18px}.epic-art-title{font-size:10.5px}.epic-art-badge{font-size:10px}.epic-art-body{padding:18px}.epic-flow-chip{margin-bottom:8px;padding:11px 14px;font-size:13px}.epic-pipe-engine{padding:6px 11px;font-size:9px}.epic-tier-label{margin-bottom:9px;font-size:9.5px}.epic-gauge-big{font-size:36px}.epic-gauge-big small{font-size:18px}.epic-gauge-cap{font-size:10px}.epic-qbar{height:10px}.epic-check{padding:10px 0}.epic-check svg{width:18px;height:18px}.epic-check-t{font-size:14px}.epic-check-d{font-size:10px}.epic-dash-tiles{gap:10px;margin-bottom:12px}.epic-tile{padding:14px 15px}.epic-tile-v{font-size:28px}.epic-tile-l{font-size:9px}.epic-tile-n{font-size:12px}.epic-chartbox{padding:14px 14px 10px}.epic-chart-a{font-size:13px}.epic-chart-b{font-size:10px}.epic-wf-step{gap:13px;padding:12px 0}.epic-wf-ic{width:38px;height:38px}.epic-wf-ic svg{width:18px;height:18px}.epic-wf-t{font-size:14px}.epic-wf-s{font-size:12px}.epic-wf-stat{font-size:10px}.epic-wf-foot{margin-top:12px;padding-top:12px;font-size:10px}.epic-slide-foot{letter-spacing:.1em;margin-top:14px;padding-top:14px;font-size:12px}.carousel-arrow{width:38px;height:38px}.carousel-arrow svg{width:17px;height:17px}}@media (width<=480px){.carousel-viewport{overflow:visible}.carousel-track{transition:none;transform:none!important}.carousel-slide:not(:first-child),.carousel-arrow,.carousel-dots,.carousel-counter{display:none}.epic-slide{padding:52px 16px 38px}.epic-slide-inner{align-content:start;gap:10px;padding-top:16px}.epic-headline{margin-bottom:10px;font-size:28px}.epic-eyebrow{gap:8px;margin-bottom:12px;font-size:10px}.epic-eyebrow:before{width:20px}.epic-support{margin-bottom:10px;font-size:14px}.epic-mini{padding:12px 14px}.epic-mini-title{margin-bottom:3px;font-size:14px}.epic-mini p{font-size:12px}.epic-mini-lab{gap:6px;font-size:9px}.epic-mini-row{gap:8px}.epic-feat{padding:6px 11px;font-size:11px}.epic-feat-row{gap:7px;margin-top:8px}.epic-art-head{padding:10px 14px}.epic-art-title,.epic-art-badge{font-size:9px}.epic-art-body{padding:14px}.epic-flow-chip{gap:9px;margin-bottom:6px;padding:9px 11px;font-size:12px}.epic-pipe-engine{padding:5px 9px;font-size:8px}.epic-pipe-mid{gap:9px;margin:10px 2px}.epic-tier-label{margin-bottom:7px;font-size:8px}.epic-gauge-big{font-size:30px}.epic-gauge-big small{font-size:15px}.epic-gauge-cap{font-size:8.5px}.epic-qbar{height:8px}.epic-qscale{font-size:7.5px}.epic-check{gap:9px;padding:8px 0}.epic-check svg{width:16px;height:16px}.epic-check-t{font-size:13px}.epic-check-d{font-size:8.5px}.epic-dash-tiles{gap:8px;margin-bottom:10px}.epic-tile{padding:12px 13px}.epic-tile-v{font-size:24px}.epic-tile-l{font-size:8px}.epic-tile-n{font-size:11px}.epic-chartbox{padding:11px 11px 8px}.epic-chart-a{font-size:11px}.epic-chart-b{font-size:9px}.epic-wf-step{gap:10px;padding:9px 0}.epic-wf-ic{border-radius:8px;width:32px;height:32px}.epic-wf-ic svg{width:15px;height:15px}.epic-wf-t{font-size:13px}.epic-wf-s{font-size:11px}.epic-wf-stat{font-size:8.5px}.epic-wf-foot{gap:8px;margin-top:10px;padding-top:10px;font-size:8.5px}.epic-wf-foot svg{width:13px;height:13px}.epic-slide-foot{letter-spacing:.06em;margin-top:10px;padding-top:10px;font-size:9.5px}.carousel-arrow{width:34px;height:34px}.carousel-arrow svg{width:15px;height:15px}.carousel-dots{gap:2px;bottom:10px}.carousel-dot{width:24px;height:24px}}.btn-white{color:var(--primary);font-family:var(--font-h);letter-spacing:.04em;background:#fff;border-radius:4px;padding:14px 30px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 20px #00000026}.btn-white:hover{background:var(--sky);transform:translateY(-2px)}.btn-outline{color:#fff;font-family:var(--font-h);letter-spacing:.04em;border:2px solid #ffffff80;border-radius:4px;padding:14px 30px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.btn-primary{background:var(--primary);color:#fff;font-family:var(--font-h);letter-spacing:.06em;border-radius:4px;padding:13px 28px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary:hover{background:var(--secondary);transform:translateY(-1px)}.trust-bar{background:var(--white);border-bottom:1px solid var(--border);align-items:stretch;gap:0;padding:0 80px;display:flex;overflow:hidden}.trust-item{text-align:center;border-right:1px solid var(--border);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:28px 24px;display:flex}.trust-item:last-child{border-right:none}.trust-num{color:var(--text);letter-spacing:-.02em;justify-content:center;align-items:center;gap:1px;margin-bottom:6px;font-family:"Source Sans 3",sans-serif;font-size:36px;font-weight:900;line-height:1;display:flex}.trust-num span{color:#f04a50;font-size:36px;line-height:1}.trust-label{color:var(--text-mid);letter-spacing:.04em;font-size:13px;font-weight:500}.positioning-band{background:var(--primary);flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:20px 80px;display:flex}.positioning-item{font-family:var(--font-h);color:#fff;letter-spacing:.02em;white-space:nowrap;font-size:14px;font-weight:700}.positioning-divider{background:var(--accent);border-radius:50%;flex-shrink:0;width:4px;height:4px}@media (width<=768px){.positioning-band{gap:10px;padding:16px 20px}.positioning-item{font-size:12px}.hero{padding:56px 24px 44px}.hero-inner{flex-direction:column;gap:28px}.hero-left,.hero-right{width:100%}.hero-lede{margin-bottom:24px;font-size:15px}.hero-cta-row{flex-direction:column;align-items:stretch}.hero-btn{justify-content:center}.hero-trust{flex-wrap:wrap;gap:20px;margin-top:32px;padding-top:22px}.hero-trust-item{flex:calc(50% - 10px);min-width:132px}.pipeline-panel{padding:18px 14px 16px}.pipeline-head{flex-direction:column;align-items:flex-start;gap:8px}.pipeline-meta{white-space:normal}.pipeline-grid{grid-template-columns:1fr 1fr;gap:8px}.pipeline-stage{min-height:unset;padding:12px 10px 10px}.pipeline-stage:first-child{grid-column:1/-1}.pipeline-stage:last-child{grid-column:auto}.pipeline-stage:first-child{gap:10px;padding:16px 18px 14px}.pipeline-stage:first-child .stage-list{grid-template-columns:1fr 1fr;gap:6px 16px;margin-top:2px;display:grid}.pipeline-stage:first-child .stage-list li{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;gap:7px;padding:5px 8px 5px 6px;font-size:11px;line-height:1.2}.pipeline-stage:first-child .stage-list li:before{width:6px;height:6px;box-shadow:0 0 6px #38d3eeb3}.pipeline-stage:first-child .stage-stat{border-top:1px solid #38d3ee38;flex-direction:row;align-items:center;gap:12px;margin-top:2px;padding-top:12px;display:flex}.pipeline-stage:first-child .stage-stat-v{letter-spacing:-.03em;text-shadow:0 0 18px #38d3ee8c;font-size:30px;line-height:1}.pipeline-stage:first-child .stage-stat-k{max-width:90px;margin-top:0;font-size:11px;line-height:1.35}.pipeline-timeline{display:none}.pipeline-ribbon{flex-wrap:wrap;justify-content:flex-start;gap:10px;padding:12px 14px}.ribbon-div{display:none}.trust-bar{flex-wrap:wrap;padding:0 20px}.trust-item{border-right:none;border-bottom:1px solid var(--border);flex:none;width:50%;padding:20px 12px}.trust-item:nth-child(odd){border-right:1px solid var(--border)}.trust-item:nth-last-child(-n+2){border-bottom:none}.trust-num,.trust-num span{font-size:28px}section{padding:56px 24px}.services-grid{flex-direction:column;gap:16px}.svc-card,.svc-card-lite{width:100%;min-width:unset}.services-head{margin-bottom:32px}.ah-page-hero{flex-direction:column;padding:0}.ah-page-hero-left,.ah-page-hero-right{width:100%}.ah-page-hero-left{padding:56px 24px 20px}.ah-page-hero-right{padding:8px 24px 48px}.ah-dash{max-width:100%}.ah-dash-head,.ah-ch-head{flex-direction:column;align-items:flex-start;gap:8px}.ah-kpi-row{grid-template-columns:repeat(3,1fr);gap:8px}.ah-kpi{padding:11px 10px 10px}.ah-kpi-v{font-size:20px}.ah-hero-cta-row{flex-direction:column;align-items:stretch}.ah-btn-primary,.ah-btn-outline{text-align:center;justify-content:center}.ah-crow{flex-wrap:wrap;align-items:flex-start;gap:7px 10px}.ah-nm{width:100%}.ah-track{flex-basis:calc(100% - 46px);min-width:0}.feature-split{grid-template-columns:1fr;gap:32px}.feature-split.reverse{direction:ltr}.feature-text h3{font-size:22px}.feature-text p{font-size:15px}.feature-list li{font-size:14px}.section-header{margin-bottom:32px}.analytics-content{grid-template-columns:1fr;gap:40px;padding:56px 24px}.analytics-stats{grid-template-columns:1fr 1fr;gap:12px}.analytics-stat .num{font-size:28px}.analytics-stat .lbl{font-size:12px}.feat-grid,.diff-grid{grid-template-columns:1fr;gap:12px}.feat-card{padding:22px 18px 18px}.feat-card h3{font-size:13px}.feat-card p{font-size:12.5px}.testimonials-grid{grid-template-columns:1fr;gap:16px}.naics-band{flex-direction:column;align-items:flex-start;gap:20px;padding:32px 24px}.naics-band .btn-primary{text-align:center;width:100%}.cta-section{padding:64px 24px}.cta-btns{flex-direction:column;align-items:center;gap:12px}.cta-section .btn-white,.cta-section .btn-outline{text-align:center;justify-content:center;width:100%;max-width:340px;display:flex}}@media (width<=480px){.hero{padding:48px max(18px, env(safe-area-inset-right)) 36px max(18px, env(safe-area-inset-left))}.hero-eyebrow{padding:7px 12px 7px 10px;font-size:9.5px}.hero-trust{flex-wrap:nowrap;justify-content:space-between;gap:8px}.hero-trust-item{flex:auto;min-width:0}.pipeline-grid{grid-template-columns:1fr}.pipeline-stage:first-child,.pipeline-stage:last-child{grid-column:auto}.pipeline-stage:first-child{gap:7px;padding:12px 12px 10px}.pipeline-stage:first-child .stage-list{grid-template-columns:1fr 1fr;gap:5px 12px}.pipeline-stage:first-child .stage-list li{padding:4px 7px 4px 5px;font-size:10.5px}.pipeline-stage:first-child .stage-stat{gap:10px;padding-top:9px}.pipeline-stage:first-child .stage-stat-v{font-size:24px}.pipeline-stage:first-child .stage-stat-k{font-size:10.5px}.pipeline-ribbon{display:none}.trust-num,.trust-num span{font-size:24px}.trust-label{font-size:12px}section{padding:44px 18px}.ah-kpi-row{grid-template-columns:1fr;gap:8px}.ah-kpi{padding:11px 12px 10px}.ah-kpi-v{font-size:20px}.ah-kpi-k{letter-spacing:.1em;font-size:8.5px}.ah-kpi-d{margin-top:5px;font-size:9.5px}.ah-nm{width:100%;font-size:10.5px}.ah-ch-t{font-size:11px}.ah-dash-body{padding:16px 14px 18px}.analytics-stats{grid-template-columns:1fr;gap:10px}.analytics-content{padding:44px 18px}.naics-pill{padding:6px 10px;font-size:10.5px}.naics-band{padding:28px 18px}.services-title{font-size:28px}.services-sub{font-size:14px}.svc-body h3{font-size:17px}.svc-body p{font-size:13px}.testimonial-card{padding:28px 18px}.testimonial-card p{font-size:14px}.analytics-stat .num,.analytics-left .section-title{font-size:24px}.section-subtitle{font-size:15px}.cta-section{padding:52px 18px}.cta-section h2{font-size:24px}.cta-section p{font-size:15px}}@media (width<=768px){.hero,.epic-slide{padding-top:76px}.carousel-viewport{overflow:visible}.carousel-track{transition:none;transform:none!important}.carousel-slide:not(:first-child),.carousel-arrow,.carousel-dots,.carousel-counter{display:none}}
