@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;700&display=swap";.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--bg: #f3f8f9;--surface: rgba(255, 255, 255, .92);--surface-strong: #ffffff;--surface-inverse: #103a53;--line: rgba(16, 58, 83, .12);--line-strong: rgba(16, 58, 83, .2);--text: #133048;--text-soft: #496175;--text-inverse: #f5fbff;--ink: #103a53;--ink-alt: #1c3650;--cyan: #4cc7f1;--mint: #55c0b0;--mint-alt: #5fc7ab;--gold: #fdb913;--violet: #6365ae;--shadow-lg: 0 18px 40px rgba(16, 58, 83, .08);--shadow-md: 0 10px 24px rgba(16, 58, 83, .08);--radius-xl: 28px;--radius-lg: 20px;--radius-md: 18px;--radius-sm: 999px;--container: min(1160px, calc(100vw - 2rem) )}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable}@media(min-width:981px){html{font-size:115%}.display{font-size:clamp(2.15rem,4.4vw,3.45rem)}.display--mid{font-size:clamp(1.7rem,3vw,2.45rem)}.section-heading h2{font-size:clamp(1.45rem,2.35vw,1.9rem)}.hero-panel__brand h2,.orbitra-hero-panel h2{font-size:1.2rem}}body{margin:0;min-height:100svh;min-width:320px;display:flex;flex-direction:column;font-family:IBM Plex Sans,sans-serif;color:var(--text);background:linear-gradient(180deg,#f8fbfc 0%,var(--bg) 100%)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}p,li{color:var(--text-soft);line-height:1.65}h1,h2,h3,strong{color:var(--ink)}h1,h2,h3{margin:0;font-family:Space Grotesk,sans-serif;letter-spacing:-.04em}ul{margin:0;padding:0;list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.orbitra-hero-modules-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.88rem;font-weight:500;color:var(--text-soft);transition:color .16s ease,gap .16s ease}.orbitra-hero-modules-link:hover{color:var(--ink);gap:.55rem}.orbitra-hero-logo{height:clamp(2rem,5vw,3.2rem);width:auto;margin:.25rem auto}.container{width:var(--container);margin:0 auto}.site-main{flex:1 0 auto;padding-bottom:1.5rem}.site-main--clients,.site-main--home,.site-main--short{display:flex;flex-direction:column;align-items:stretch;padding-bottom:0}.site-header{position:sticky;top:0;z-index:40;backdrop-filter:blur(12px);background:#f8fbfcdb;border-bottom:1px solid rgba(16,58,83,.08)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:auto;padding:.8rem 0}.site-footer__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.9rem}.site-header__brand{flex:0 0 auto}.site-header__brand img{width:clamp(8.75rem,18vw,10.25rem)}.site-header__nav{display:flex;align-items:center;gap:.2rem;margin:0 auto 0 2rem}.site-header__nav-item{position:relative}.site-header__nav-link{display:inline-flex;align-items:center;gap:.2rem;padding:.4rem .8rem;border-radius:.6rem;font-size:.9rem;color:var(--text-soft);transition:color .16s ease,background .16s ease}.site-header__nav-link:hover{color:var(--ink);background:#103a530d}.site-header__nav-link.is-active{color:var(--ink);font-weight:500}.site-header__nav-chevron{transition:transform .16s ease;flex-shrink:0}.site-header__nav-item:hover .site-header__nav-chevron{transform:rotate(180deg)}.site-header__nav-item:after{content:"";position:absolute;top:100%;left:-.5rem;right:-.5rem;height:.6rem;display:none}.site-header__nav-item:hover:after{display:block}.site-header__nav-dropdown{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%) translateY(-4px);min-width:10.5rem;padding:.35rem;background:#fffffffa;border:1px solid var(--line);border-radius:.9rem;box-shadow:var(--shadow-lg);display:grid;gap:.1rem;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:100}.site-header__nav-item:hover .site-header__nav-dropdown{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.site-header__nav-sublink{display:flex;align-items:center;min-height:2.4rem;padding:.45rem .75rem;border-radius:.6rem;font-size:.88rem;color:var(--text-soft);white-space:nowrap;transition:background .16s ease,color .16s ease}.site-header__nav-sublink:hover,.site-header__nav-sublink.is-active{background:#103a530d;color:var(--ink)}.site-header__actions{display:flex;align-items:center;gap:.65rem}.site-menu{position:relative;display:none;z-index:50}.site-menu__toggle{list-style:none;display:inline-flex;width:2.4rem;height:2.4rem;align-items:center;justify-content:center;padding:0;border:1px solid var(--line-strong);border-radius:.55rem;background:#ffffffb3;color:var(--ink);cursor:pointer;transition:background .16s ease,border-color .16s ease}.site-menu__toggle::-webkit-details-marker{display:none}.site-menu__toggle:hover{background:#fffffff2}.site-menu__icon--close,.site-menu[open] .site-menu__icon--open{display:none}.site-menu[open] .site-menu__icon--close{display:block}.site-menu__panel{position:fixed;inset:0;width:100vw;height:100svh;padding:0;border:none;background:#fff;overflow-y:auto;display:flex;flex-direction:column;z-index:51}.site-menu__panel-header{position:sticky;top:0;border-bottom:1px solid var(--line);background:#fffffff2;backdrop-filter:blur(8px);z-index:52}.site-menu__close{background:none;border:none;padding:.5rem;color:var(--text-soft);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .16s ease}.site-menu__close:hover{color:var(--ink)}.site-menu__links{display:flex;flex-direction:column;width:100%;flex:1 0 auto;padding:.5rem 0}.site-menu__link{display:flex;align-items:center;padding:.95rem 1.5rem;border-left:2.5px solid transparent;color:var(--text-soft);font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:500;transition:color .16s ease,border-color .16s ease,background .16s ease}.site-menu__link:hover{color:var(--ink);background:#103a5308}.site-menu__link.is-active{color:var(--ink);border-left-color:var(--cyan);background:#4cc7f10d;font-weight:600}.site-menu__group{border-left:2.5px solid transparent}.site-menu__group.is-active{border-left-color:var(--cyan)}.site-menu__group-toggle{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:.95rem 1.5rem;color:var(--text-soft);font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:500;cursor:pointer;transition:color .16s ease,background .16s ease}.site-menu__group-toggle::-webkit-details-marker{display:none}.site-menu__group-toggle:hover,.site-menu__group[open] .site-menu__group-toggle{color:var(--ink);background:#103a5308}.site-menu__group.is-active .site-menu__group-toggle{color:var(--ink)}.site-menu__group-chevron{transition:transform .2s ease;flex-shrink:0;opacity:.5}.site-menu__group[open] .site-menu__group-chevron{transform:rotate(180deg);opacity:1}.site-menu__submenu{display:flex;flex-direction:column;padding:0 0 .4rem 1.5rem;border-top:1px solid var(--line);background:#103a5304}.site-menu__sublink{display:flex;align-items:center;padding:.7rem 0;color:var(--text-soft);font-size:.95rem;transition:color .16s ease}.site-menu__sublink:before{content:"—";margin-right:.65rem;font-size:.75rem;opacity:.35;flex-shrink:0}.site-menu__sublink:hover{color:var(--ink)}.site-menu__sublink.is-active{color:var(--ink);font-weight:500}.site-menu__sublink.is-active:before{opacity:1;color:var(--cyan)}.section{padding:2rem 0}.section--hero{padding-top:1.8rem}.section--hero-short{padding-bottom:.8rem}.section--clients-page{display:grid;align-items:center;flex:1 0 auto;min-height:0;width:100%;padding:.8rem 0 .45rem}.section--short-page{display:flex;flex-direction:column;justify-content:center;flex:1 0 auto;min-height:0;width:100%}.section--short-page--top{justify-content:flex-start}.section--alt{background:#ffffff8c;border-block:1px solid rgba(16,58,83,.06)}.hero,.split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(19rem,.9fr);gap:clamp(1.25rem,3vw,2.4rem);align-items:center}.split--tight{grid-template-columns:minmax(0,1.08fr) minmax(20rem,.92fr);align-items:stretch}.hero__copy,.split__content{min-width:0}.display{font-size:clamp(2.35rem,5vw,3.85rem);line-height:.99;margin-top:.65rem}.display--mid{font-size:clamp(1.85rem,3.7vw,2.85rem)}.lede{margin:.85rem 0 0;max-width:38rem;font-size:1rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:IBM Plex Mono,monospace;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--mint)}.eyebrow:before{content:"";width:.85rem;height:1px;background:currentColor}.button-row,.pill-row{display:flex;flex-wrap:wrap;gap:.8rem}.button-row{margin-top:1.2rem;align-items:center}.button-row--center{justify-content:center}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.65rem;padding:.6rem 1.1rem;border-radius:var(--radius-sm);font-weight:600;white-space:nowrap;background:var(--ink);color:var(--text-inverse);box-shadow:var(--shadow-md);transition:.16s ease}.button:hover{transform:translateY(-1px)}.button--secondary{background:#103a530f;color:var(--ink);box-shadow:none;border:1px solid rgba(16,58,83,.08)}.button--inverse{background:#ffffff1f;color:var(--text-inverse);box-shadow:none;border:1px solid rgba(255,255,255,.18)}.pill-row{margin-top:1.15rem}.pill{padding:.55rem .85rem;border-radius:var(--radius-sm);border:1px solid rgba(16,58,83,.1);background:#ffffffd1;font-family:IBM Plex Mono,monospace;font-size:.8rem;color:var(--text-soft)}.hero-panel,.split__panel,.service-card,.card,.module-card,.timeline__step{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-lg)}.hero-panel,.split__panel{padding:1.05rem;border-radius:var(--radius-xl)}.hero-panel__brand{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.hero-panel__icon{width:3.4rem;height:3.4rem;padding:.45rem;border-radius:1rem;background:linear-gradient(135deg,#4cc7f11f,#55c0b01f);border:1px solid rgba(16,58,83,.08)}.hero-panel__label{margin:0 0 .3rem;font-family:IBM Plex Mono,monospace;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft)}.hero-panel__brand h2{font-size:1.35rem;line-height:1.05}.hero-stack{position:relative;display:grid;gap:.8rem}.hero-stack__line{position:absolute;top:.9rem;bottom:.9rem;left:1.15rem;width:1px;background:linear-gradient(var(--cyan),transparent 85%)}.hero-stack__item{position:relative;display:grid;grid-template-columns:2.3rem minmax(0,1fr);gap:.9rem}.hero-stack__item--simple{grid-template-columns:minmax(0,1fr);gap:0}.hero-stack__item p,.hero-stack__item strong{display:block}.hero-stack__item p{margin:.35rem 0 0}.hero-stack__step{display:grid;place-items:center;width:2.3rem;height:2.3rem;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--mint));color:var(--surface-strong);font-family:IBM Plex Mono,monospace;font-size:.72rem;box-shadow:0 10px 20px #4cc7f138}.section-heading{max-width:46rem;margin-bottom:1rem}.site-main--clients .section-heading{margin-bottom:.9rem}.section-heading--center{margin-inline:auto;text-align:center}.section-heading h2{font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.04;margin-top:.65rem}.section-heading p{margin:.8rem 0 0;font-size:1rem}.logo-wall{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.85rem}.logo-wall--clients{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:1rem;max-width:52rem;margin-inline:auto}.logo-wall__item{display:flex;align-items:center;justify-content:center;min-height:5.2rem;padding:.9rem;border-radius:var(--radius-lg);background:#ffffffd1;border:1px solid rgba(16,58,83,.08)}.logo-wall__item img{max-height:2.6rem;max-width:100%;object-fit:contain;filter:grayscale(100%);opacity:.88}.logo-wall--clients .logo-wall__item{grid-column:span 2;min-height:4.9rem;padding:.85rem .95rem}.logo-wall--clients .logo-wall__item img{height:var(--logo-height, auto);max-height:none;filter:none;opacity:1}.logo-wall--clients-rem-1 .logo-wall__item:last-child{grid-column:4 / span 2}.logo-wall--clients-rem-3 .logo-wall__item:nth-last-child(3){grid-column:2 / span 2}.logo-wall--clients-rem-3 .logo-wall__item:nth-last-child(2){grid-column:4 / span 2}.logo-wall--clients-rem-3 .logo-wall__item:last-child{grid-column:6 / span 2}.section-note{max-width:52rem;margin:1rem 0 0;font-size:.95rem}.section-note--center{margin-inline:auto;text-align:center}.card-grid,.module-grid,.service-grid{display:grid;gap:.9rem}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid--three,.module-grid,.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.module-card,.service-card{padding:1rem;border-radius:var(--radius-lg)}.card h3,.module-card h3,.service-card h2{font-size:1.22rem;margin-bottom:.5rem}.card p,.module-card p,.service-card p{margin:0}.card--accent{background:linear-gradient(180deg,#fffffff5,#4cc7f10f)}.split__panel{min-height:100%;display:grid;align-content:start;gap:1rem}.split__panel--brand{background:linear-gradient(180deg,#103a53f5,#1c3650eb)}.split__panel--brand p,.split__panel--brand h2,.split__panel--brand .eyebrow,.split__panel--brand strong{color:var(--text-inverse)}.split__panel--brand .button--inverse:hover{background:#ffffff2e}.split__logo{width:min(100%,18rem)}.home-hero{padding-top:clamp(2.4rem,6vw,4rem);padding-bottom:clamp(.6rem,1.5vw,.9rem)}.home-hero__inner{display:grid;gap:.9rem;max-width:44rem;margin:0 auto;justify-items:center;text-align:center}.home-hero__title{margin-top:.25rem;width:fit-content;max-width:none;margin-inline:auto;text-align:center}.home-hero__title-line{display:block;white-space:nowrap}.home-hero__body{margin:0;max-width:36ch;font-size:.98rem;line-height:1.6;color:var(--text-soft)}.home-hero .button-row{justify-content:center}.page-hero--center{display:grid;gap:.9rem;max-width:44rem;margin:0 auto;justify-items:center;text-align:center}.page-hero--center .section-heading,.page-hero--center .section-heading p{margin-inline:auto}.page-hero--center .button-row,.page-hero--center .pill-row{justify-content:center}.orbitra-hero-text{text-align:center}.orbitra-hero-text .lede,.orbitra-hero-text h1,.orbitra-hero-text h2{margin-inline:auto}.orbitra-hero-text .button-row,.orbitra-hero-text .pill-row{justify-content:center}.home-hero .button-row{margin-top:.3rem}.home-trusted{margin-top:clamp(1.6rem,3vw,2rem);padding:clamp(1.4rem,3vw,2.2rem) 0;border-top:1px solid rgba(16,58,83,.08);border-bottom:1px solid rgba(16,58,83,.08);background:#ffffff8c}.home-trusted__label{margin:0 0 .85rem;text-align:center;font-family:IBM Plex Mono,monospace;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft)}.home-logo-marquee{position:relative;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.home-logo-marquee__track{display:flex;align-items:center;gap:2.2rem;width:max-content;animation:home-logo-marquee 40s linear infinite}.home-logo-marquee__item{display:inline-flex;align-items:center;justify-content:center;min-width:7.3rem;min-height:2.4rem;padding:.18rem .55rem}.home-logo-marquee__item img{max-width:100%;height:var(--logo-height, auto);max-height:2.8rem;object-fit:contain}.consultoria-services{padding:0 0 clamp(3rem,6vw,5rem)}.consultoria-services .container{border-top:1px solid var(--line);padding-top:clamp(.75rem,1.5vw,1.25rem)}.orbitra-features{padding:0 0 clamp(2.5rem,5vw,4rem)}.orbitra-features .container{border-top:1px solid var(--line);padding-top:clamp(2.5rem,5vw,4rem)}.home-orbitra-intro{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem;max-width:44rem;margin:0 auto clamp(2rem,4vw,3rem)}.home-orbitra-stack{display:flex;flex-direction:column;max-width:52rem;margin-inline:auto;width:100%}.home-orbitra-stack__item{padding:clamp(1.5rem,3vw,2.25rem) 0;border-top:1px solid var(--line);display:grid;gap:.65rem}.home-orbitra-stack__head{display:flex;align-items:center;gap:.65rem;color:var(--ink)}.home-orbitra-stack__head h3{font-size:clamp(1.05rem,1.6vw,1.2rem);font-weight:600;letter-spacing:-.02em}.home-orbitra-stack__icon{display:flex;flex-shrink:0;color:var(--cyan)}.home-orbitra-stack__icon svg{width:18px;height:18px}.home-services__cta{margin-top:clamp(1.5rem,3vw,2rem)}.orbitra-modules{padding:clamp(1.5rem,3vw,2.5rem) 0 clamp(2.5rem,5vw,4rem)}.orbitra-modules .container{border-top:1px solid var(--line);padding-top:clamp(2rem,4vw,3rem)}.orbitra-modules__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}.home-product__panel--module{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem)}.home-product__module-visual{display:flex;justify-content:center;align-items:center}.home-product__module-visual img{width:100%;max-width:280px;height:auto}.orbitra-cta{padding:clamp(3rem,6vw,5rem) 0;border-top:1px solid var(--line)}.orbitra-cta__inner{display:grid;gap:1.5rem;text-align:center;justify-items:center}.orbitra-cta__inner h2{font-size:clamp(1.45rem,2.5vw,1.9rem)}.home-duo{padding:clamp(1.6rem,3vw,2rem) 0;background:transparent}.home-split{padding:clamp(3.5rem,7vw,6rem) 0 clamp(3rem,6vw,5rem)}.home-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:stretch}.home-split__card{padding:clamp(1.75rem,3vw,2.5rem);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:1.1rem}.home-split__card--product,.home-split__card--services{background:var(--surface-strong);border:1px solid var(--line)}.home-split__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--cyan)}.home-split__card--services .home-split__eyebrow{color:var(--mint)}.home-split__logo{height:1.75rem;width:auto}.home-split__title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:700;line-height:1.12;margin:0;color:var(--ink);text-align:center}.home-split__body{font-size:.95rem;line-height:1.65;margin:0;opacity:.8;flex:1}.home-split__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.home-split__bullets li{font-size:.88rem;padding-left:1.1rem;position:relative;opacity:.75}.home-split__bullets li:before{content:"—";position:absolute;left:0;font-size:.75rem;opacity:.5}.home-split__cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;padding-top:1rem;margin-top:auto;border-top:1px solid var(--line);color:var(--ink);transition:gap .16s ease}.home-split__cta:hover{gap:.65rem}.home-product,.home-services{width:min(100%,46rem);margin:0 auto}.home-product{display:grid;gap:1.4rem}.home-services{display:grid;gap:1.75rem;margin-top:clamp(3rem,6vw,4rem)}.home-product__heading,.home-services__heading{display:grid;gap:.55rem;justify-items:center;text-align:center;max-width:38rem;margin:0 auto}.home-product__title,.home-services__title{margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.55rem,2.8vw,2.1rem);font-weight:700;line-height:1.2;color:var(--ink)}.home-product__title-logo{display:block;max-width:100%;height:auto;margin:.5rem auto;max-height:clamp(1.55rem,8vw,3rem)}.home-product__body,.home-services__body{margin:0;font-size:1rem;line-height:1.65;color:var(--text-soft)}.home-product__tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.75rem}.home-product__tab{min-height:3rem;padding:.8rem 1rem;border-radius:1rem;cursor:pointer;border:1px solid rgba(16,58,83,.12);background:#ffffffb3;color:var(--text-soft);font-weight:600;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.home-product__tab.is-active,.home-product__tab:hover{border-color:#3d6ae259;background:#3d6ae214;color:#3d6ae2}.home-product__panel{display:grid;gap:1.35rem;padding:0;padding-bottom:1.1rem;border-radius:0;background:transparent;border:0;border-bottom:1px solid rgba(16,58,83,.08)}.home-product__panel[hidden]{display:none}.home-product__primary{display:grid;gap:1rem}.home-product__panel-intro{display:flex;align-items:center;gap:1rem}.home-product__panel-intro>div{min-width:0}.home-product__panel-heading{min-width:0}.home-product__panel-icon{width:2.55rem;height:2.55rem;border-radius:.9rem;padding:.58rem;background:#3d6ae20a;color:#3d6ae2;flex:0 0 auto}.home-product__panel-icon--cloud{background:#e6ecffb8}.home-product__panel-icon--workflows{background:#e8f7f3c7;color:#0fae95}.home-product__panel-icon--data{background:#ffefe4c2;color:#e26c34}.home-product__panel-icon--platform{background:#e6edffc7;color:#4a6ff1}.home-product__panel-icon--ai{background:#eaefffbd;color:#5474f2}.home-product__panel-icon svg{width:100%;height:100%}.home-product__panel h3{margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.44rem,2.18vw,1.82rem);line-height:1.08}.home-product__panel-subtitle{margin:0;color:var(--text-soft);font-size:.95rem;line-height:1.46;max-width:32rem}.home-product__bullet-list{list-style:none;padding:0;margin:0;display:grid;gap:.78rem}.home-product__bullet-list li{position:relative;padding-left:1.7rem;color:var(--text-soft);line-height:1.55}.home-product__bullet-list li:before{content:"✓";position:absolute;left:0;top:.15rem;width:1.05rem;height:1.05rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#55c0b024;color:#0fae95;font-size:.72rem;font-weight:700}.home-product__pill,.home-services__pill{display:inline-flex;align-items:center;width:fit-content;min-height:2rem;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(61,106,226,.18);color:#3d6ae2;font-family:IBM Plex Mono,monospace;font-size:.76rem}.home-product__feature-grid{display:grid;gap:.8rem;grid-template-columns:repeat(2,minmax(0,1fr))}.home-product__feature-card{padding:1rem 1.05rem;border-radius:1rem;background:#ffffffa8;border:1px solid rgba(16,58,83,.08)}.home-product__feature-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.35rem}.home-product__feature-icon{width:2rem;height:2rem;border-radius:.7rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:#3d6ae214;color:#3d6ae2}.home-product__feature-icon svg{width:1rem;height:1rem}.home-product__feature-card h4{margin:0;font-size:1rem;line-height:1.3}.home-product__feature-card p{margin:0;color:var(--text-soft);line-height:1.55}.home-services__stack{display:grid;gap:0}.home-services__item{display:grid;grid-template-columns:3.2rem 1fr;gap:1.35rem;align-items:start}.home-services__rail{display:flex;flex-direction:column;align-items:center;min-height:100%}.home-services__icon{width:3rem;height:3rem;border-radius:999px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(16,58,83,.06)}.home-services__icon--data{background:#ffebe2f2;color:#e26c34}.home-services__icon--automation{background:#e7ecfff2;color:#4a6ff1}.home-services__icon--platform{background:#dff4f1f2;color:#0fae95}.home-services__icon--operation{background:#e6edfff2;color:#5474f2}.home-services__icon-glyph{width:1.2rem;height:1.2rem;display:inline-flex}.home-services__icon-glyph svg{width:100%;height:100%}.home-services__connector{flex:1 1 auto;width:1px;min-height:3rem;margin:.55rem 0;background:repeating-linear-gradient(to bottom,rgba(61,106,226,.22) 0,rgba(61,106,226,.22) 5px,transparent 5px,transparent 11px)}.home-services__content{padding-bottom:2rem}.home-services__item:last-child .home-services__content{padding-bottom:0}.home-services__content h3{margin:0 0 .35rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.28rem,2.1vw,1.65rem);line-height:1.16}.home-services__content p{margin:0 0 .8rem;color:var(--text-soft);line-height:1.65}@keyframes home-logo-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1.1rem))}}.metric-strip,.signal-grid{display:grid;gap:.85rem}.metric-strip{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.25rem}.metric,.signal-card{padding:.95rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(16,58,83,.08)}.metric{background:#ffffffb8}.metric strong,.signal-card strong{display:block;margin-bottom:.35rem;font-size:.98rem}.metric span,.signal-card span{color:var(--text-soft);line-height:1.55}.signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.signal-card{background:#ffffff14;border-color:#ffffff1f}.signal-card strong,.signal-card span{color:var(--text-inverse)}.split__logo--small{width:5rem}.feature-list{display:grid;gap:.75rem;margin-top:1rem}.feature-list li{position:relative;padding-left:1.4rem}.feature-list li:before{content:"";position:absolute;left:0;top:.72rem;width:.5rem;height:.5rem;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--mint))}.feature-list--compact li{line-height:1.6}.module-card__logo{width:auto;height:2.99rem;object-fit:contain;margin-bottom:1rem}.timeline{display:grid;gap:.85rem;margin-top:1rem}.timeline__step{padding:1rem 1.05rem;border-radius:var(--radius-lg)}.timeline--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.timeline__step span{display:inline-flex;margin-bottom:.55rem;font-family:IBM Plex Mono,monospace;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--mint)}.timeline__step p,.contact-note,.site-footer__copy{margin:0}.orbitra-subnav-bar{padding:.55rem 0}.orbitra-nav{display:flex;gap:.75rem;padding-bottom:.1rem;overflow-x:auto;scrollbar-width:none}.orbitra-hero-shell{gap:clamp(1rem,2.5vw,1.75rem);align-items:start}.orbitra-hero-panel{padding:1.25rem 1.3rem;gap:.7rem;align-content:center;background:linear-gradient(180deg,#4cc7f114,#55c0b00f)}.orbitra-hero-panel h2{font-size:1.35rem;line-height:1.08}.orbitra-nav::-webkit-scrollbar{display:none}.orbitra-nav__link{flex:0 0 auto;padding:.75rem 1rem;border-radius:var(--radius-sm);border:1px solid rgba(16,58,83,.1);background:#ffffffd1;color:var(--text-soft);font-size:.92rem;transition:.16s ease}.orbitra-nav__link:hover,.orbitra-nav__link.is-active{background:var(--ink);border-color:var(--ink);color:var(--text-inverse)}.orbitra-route-card{display:grid;gap:.7rem;min-height:100%;transition:.16s ease}.orbitra-route-card:hover{transform:translateY(-2px)}.orbitra-route-card__eyebrow,.orbitra-route-card__cta{font-family:IBM Plex Mono,monospace;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase}.orbitra-route-card__eyebrow{color:var(--mint)}.orbitra-route-card__cta{color:var(--ink)}.video-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-lg);overflow:hidden;max-width:48rem;margin-inline:auto}.video-embed{position:relative;width:100%;aspect-ratio:16 / 9;background:#103a5314;overflow:hidden}.video-embed:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.18) 50%,transparent 100%);background-size:200% 100%;animation:video-shimmer 1.6s ease-in-out infinite;pointer-events:none;z-index:1;transition:opacity .3s}.video-embed.is-loaded:before{opacity:0}@keyframes video-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;opacity:0;transition:opacity .4s ease}.video-embed.is-loaded iframe{opacity:1}.video-facade{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none}.video-facade img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.video-facade__play{position:relative;z-index:1}.video-spinner{animation:spin .9s linear infinite;transform-origin:24px 24px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-mail{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,4vw,2rem);color:var(--ink)}.site-footer{padding:0 0 2.5rem}.site-footer--compact{padding:0 0 1.4rem}.site-footer__inner{display:flex;flex-direction:column;align-items:center;gap:.65rem;padding-top:2rem;border-top:1px solid rgba(16,58,83,.1);text-align:center}.site-footer--compact .site-footer__inner{padding-top:1.15rem}.site-footer__brand{display:inline-flex;align-items:center;margin-bottom:.25rem}.site-footer__logo{width:8rem;opacity:.7}.site-footer__email{font-size:.9rem;color:var(--text-soft);transition:color .16s ease}.site-footer__email:hover{color:var(--ink)}.site-footer__copy{margin:0;font-size:.8rem;color:var(--text-soft);opacity:.6}@media(min-width:981px){.section--clients-page{padding:.45rem 0 .15rem}.section--short-page.section--hero{padding-top:1rem}.section--short-page.section--hero-short{padding-bottom:.2rem}.site-footer--compact{padding:0 0 .75rem}.site-footer--compact .site-footer__inner{padding-top:.8rem}}@media(max-width:980px){.hero,.split,.split--tight,.card-grid,.card-grid--three,.module-grid,.service-grid,.logo-wall,.metric-strip,.signal-grid,.timeline--compact{grid-template-columns:1fr}.section--clients-page{min-height:auto}.logo-wall--clients{grid-template-columns:repeat(6,minmax(0,1fr));max-width:40rem;gap:.8rem}.logo-wall--clients-rem-3 .logo-wall__item:nth-last-child(3),.logo-wall--clients-rem-3 .logo-wall__item:nth-last-child(2){grid-column:span 2}.logo-wall--clients-rem-1 .logo-wall__item:last-child,.logo-wall--clients-rem-3 .logo-wall__item:last-child,.logo-wall--clients-odd .logo-wall__item:last-child{grid-column:3 / span 2;max-width:none;width:auto;justify-self:unset}.logo-wall__item{min-height:5rem}.logo-wall--clients .logo-wall__item{min-height:4.5rem;padding:.75rem .8rem}.logo-wall--clients .logo-wall__item img{height:var(--logo-height-mobile, var(--logo-height, auto));max-height:2.8rem}.home-logo-marquee__item{min-width:7.3rem}}@media(max-width:430px){.section.home-hero{padding-top:5.5rem;padding-bottom:1.2rem}.home-trusted{margin-top:1.2rem;padding:2.5rem 0}.orbitra-features .container{padding-top:3.5rem}.home-orbitra-intro{margin-bottom:2.5rem}}@media(max-width:720px){.home-split__grid,.home-product__panel--module{grid-template-columns:1fr}.home-product__module-visual img{max-width:200px}.site-header__inner{min-height:auto;padding:.8rem 0}.site-footer__inner{flex-direction:column;align-items:center}.site-header__brand img{width:8.35rem}.site-header__nav{display:none}.site-menu{display:block}.site-header__actions{gap:.45rem}.site-footer__links{justify-content:center}.section{padding:1.7rem 0}.display{font-size:clamp(2.05rem,10vw,3.1rem)}.hero-panel,.split__panel,.card,.module-card,.service-card,.timeline__step{border-radius:1.3rem}.button-row{width:100%}.button{flex:0 0 auto}.split{gap:1rem}.lede{font-size:.95rem}.home-hero{padding-top:2rem;padding-bottom:1.1rem}.home-hero__inner{gap:1.25rem}.home-hero__title{width:fit-content;max-width:none;font-size:clamp(2.3rem,8.8vw,2.85rem);line-height:.98}.home-hero__title-line{white-space:nowrap}.home-hero__body{margin:.1rem 0 .7rem;max-width:27ch;font-size:.94rem;line-height:1.62}.home-hero .button-row{gap:.65rem}.home-duo{padding:3rem 0 2.8rem}.home-product{gap:2.1rem}.home-product__heading,.home-services__heading{gap:.75rem}.home-product__tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;margin-bottom:.2rem}.home-product__panel{padding:0;padding-bottom:1.15rem;gap:2.1rem}.home-product__primary{gap:1.45rem}.home-product__panel-intro{gap:.9rem;align-items:center}.home-product__feature-grid{grid-template-columns:1fr;gap:1.15rem}.home-product__feature-card{padding:1.1rem 1rem}.home-product__feature-head{gap:.75rem;margin-bottom:.45rem}.home-product__feature-icon{width:1.85rem;height:1.85rem}.home-product__panel-icon{width:2.25rem;height:2.25rem;padding:.48rem}.home-product__panel h3{font-size:1.16rem;line-height:1.08}.home-product__panel-subtitle{font-size:.88rem;line-height:1.5;margin-top:.25rem}.home-product__bullet-list{gap:1.1rem}.home-product__bullet-list li{line-height:1.65}.home-services{gap:1.65rem}.home-services__item{grid-template-columns:2.6rem 1fr;gap:1.1rem}.home-services__icon{width:2.5rem;height:2.5rem}.home-services__connector{min-height:2.75rem}.home-services__content{padding-bottom:2.35rem}.home-logo-marquee{mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.home-logo-marquee__track{gap:1.4rem;animation-duration:30s}.home-logo-marquee__item{min-width:5.9rem;min-height:2.2rem;padding:.12rem .42rem}.home-logo-marquee__item img{height:var(--logo-height-mobile, var(--logo-height, auto));max-height:2rem}.home-trusted__label{font-size:.72rem;margin-bottom:.9rem}.home-trusted{margin-top:3rem;padding:1.95rem 0}.logo-wall--clients{gap:.7rem}.logo-wall--clients .logo-wall__item{min-height:4.1rem;padding:.7rem}.logo-wall--clients .logo-wall__item img{max-height:1.95rem}}
