body:has(.deros){max-width:none;padding:0;margin:0;background:var(--color-surface)}body:has(.deros) .build-stamp{display:none}body:has(.deros)>main{max-width:none;padding:0}.deros{--deros-max:1280px;--deros-gutter:2.5rem;min-height:100vh;color:var(--color-foreground)}.deros-grid{width:100%;max-width:var(--deros-max);margin-left:auto;margin-right:auto;padding-left:var(--deros-gutter);padding-right:var(--deros-gutter)}.deros-eyebrow{margin:0 0 .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent)}.deros-eyebrow--on-dark{color:#23b7b9}.deros-section__lead{margin:0 0 1.1rem;max-width:42rem;font-size:.9375rem;line-height:1.45;color:var(--color-muted)}.deros-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--home-card-shadow);transition:border-color var(--home-transition),box-shadow var(--home-transition)}.deros-card:hover{border-color:rgba(42,177,179,.55);box-shadow:var(--home-card-shadow-hover)}.deros-text-link{display:inline-block;margin-top:.85rem;font-size:.875rem;font-weight:600;color:var(--color-accent);text-decoration:none}.deros-text-link:hover{color:var(--color-accent-hover);text-decoration:underline}.deros-header{position:absolute;top:0;left:0;right:0;z-index:50;width:100%;background:transparent}.deros-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:4rem}.deros-header__logo{display:inline-flex;line-height:0}.deros-header__logo,.deros-header__logo:hover{text-decoration:none}.deros-header__logo-img{width:7.75rem;height:auto}.deros-header__nav{display:flex;align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500}.deros-header__link{color:rgba(255,255,255,.88);text-decoration:none;border-bottom:2px solid transparent;padding-bottom:.15rem}.deros-header__link:hover{color:#fff;text-decoration:none}.deros-header__link--active{color:#fff;border-bottom-color:#23b7b9}.deros-header__cta{display:inline-flex;align-items:center;padding:.45rem .9rem;border-radius:999px;border:1px solid rgba(35,183,185,.55);background:rgba(35,183,185,.14);color:#fff!important;font-weight:600;font-size:.8125rem;text-decoration:none}.deros-header__cta:hover{background:rgba(35,183,185,.22);border-color:#23b7b9;text-decoration:none}.deros-hero{position:relative;overflow:hidden;color:#fff}.deros-hero__gradient{position:absolute;inset:0;z-index:0;background:linear-gradient(120.09deg,rgb(0,31,50) 23.84%,rgb(14,90,91) 126.43%)}.deros-hero__mesh{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 60% 75% at 80% 35%,rgba(35,183,185,.3),transparent 68%),linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:auto,26px 26px,26px 26px;-webkit-mask-image:linear-gradient(90deg,transparent,transparent 40%,#000 62%);mask-image:linear-gradient(90deg,transparent,transparent 40%,#000 62%)}.deros-hero__stage{position:relative;z-index:1;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;padding-top:4.25rem;padding-bottom:2.25rem}@media (min-width:960px){.deros-hero__stage{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:2rem;align-items:center;padding-top:4.35rem;padding-bottom:2.5rem}}.deros-hero__title{margin:0 0 .75rem;font-size:2.5rem;font-weight:600;line-height:1.12;letter-spacing:-.03em;color:#fff}.deros-hero__title-accent{color:#23b7b9}.deros-hero__lead{margin:0 0 .65rem;max-width:36rem;font-size:1.0625rem;font-weight:400;line-height:1.35;color:rgba(255,255,255,.92)}.deros-hero__copy{margin:0;max-width:36rem;font-size:.9375rem;line-height:1.45;color:rgba(255,255,255,.76)}.deros-hero__illustration-wrap{display:flex;align-items:center;justify-content:center}.deros-hero__illustration{width:100%;max-width:15rem;height:auto}.deros-section{padding:2.25rem 0}.deros-section--customers,.deros-section--why{background:var(--color-surface)}.deros-section--customers,.deros-section--platform{border-top:1px solid var(--color-border)}.deros-section--platform{background:var(--color-background);border-bottom:1px solid var(--color-border)}.deros-section--operations{background:var(--color-surface)}.deros-section--ecosystem{background:var(--color-accent-light)}.deros-section--overview{background:var(--color-surface);border-top:1px solid var(--color-border)}.deros-section--related{padding-top:2.25rem;padding-bottom:2rem;background:linear-gradient(120.09deg,rgb(0,31,50) 23.84%,rgb(14,90,91) 126.43%);color:#fff}.deros-why__lines{display:grid;grid-gap:.6rem;gap:.6rem;max-width:46rem}.deros-why__lines p{margin:0;font-size:.9375rem;line-height:1.5;color:var(--color-foreground)}.deros-why__lines p:first-child{font-weight:600;color:var(--color-navy)}.deros-product-cards{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:1fr}@media (min-width:900px){.deros-product-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.deros-product-card{display:flex;flex-direction:column;min-height:100%;padding:1.2rem 1.25rem}.deros-product-card__icon{display:flex;width:1.85rem;height:1.85rem;margin-bottom:.75rem;color:var(--color-accent)}.deros-product-card__icon svg{width:100%;height:100%}.deros-product-card__name{margin:0 0 .35rem;font-size:1.0625rem;font-weight:700;letter-spacing:-.02em;color:var(--color-navy)}.deros-product-card__tagline{margin:0 0 .6rem;font-size:.8125rem;font-weight:600;color:var(--color-accent)}.deros-product-card__body{margin:0;flex:1 1;font-size:.875rem;line-height:1.45;color:var(--color-foreground)}.deros-platform-cards{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:1fr}@media (min-width:640px){.deros-platform-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.deros-platform-cards{grid-template-columns:repeat(4,minmax(0,1fr))}}.deros-platform-card{padding:1.1rem 1.15rem}.deros-platform-card__icon{display:flex;width:1.65rem;height:1.65rem;margin-bottom:.65rem;color:var(--color-accent)}.deros-platform-card__icon svg{width:100%;height:100%}.deros-platform-card__name{margin:0 0 .4rem;font-size:.9375rem;font-weight:700;letter-spacing:-.01em;color:var(--color-navy)}.deros-platform-card__tagline{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;line-height:1.35;color:var(--color-foreground)}.deros-platform-card__body{margin:0;font-size:.8125rem;line-height:1.4;color:var(--color-muted)}.deros-ecosystem__groups{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:1fr}@media (min-width:800px){.deros-ecosystem__groups{grid-template-columns:repeat(2,minmax(0,1fr))}}.deros-ecosystem__label{margin:0 0 .65rem;font-size:.6875rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--color-muted)}.deros-ecosystem__chips{display:flex;flex-wrap:wrap;gap:.55rem}.deros-ecosystem__chip{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem .45rem .6rem;border-radius:999px;background:var(--color-surface);border:1px solid rgba(42,177,179,.25);font-size:.8125rem;font-weight:600;color:var(--color-navy)}.deros-ecosystem__chip-icon{display:flex;width:1.1rem;height:1.1rem;color:var(--color-accent)}.deros-ecosystem__chip-icon svg{width:100%;height:100%}.deros-overview__grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:700px){.deros-overview__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1000px){.deros-overview__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.deros-fact__icon{display:flex;width:1.4rem;height:1.4rem;margin-bottom:.4rem;color:var(--color-accent)}.deros-fact__icon svg{width:100%;height:100%}.deros-fact__title{margin:0 0 .2rem;font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--color-navy)}.deros-fact__value{margin:0;font-size:.8125rem;line-height:1.35;color:var(--color-muted)}.deros-fact__value--accent{color:var(--color-accent);font-weight:600}.deros-related__cards{display:grid;grid-gap:.65rem;gap:.65rem;grid-template-columns:1fr}@media (min-width:700px){.deros-related__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.deros-related-card{display:flex;flex-direction:column;min-height:100%;padding:1.15rem 1.2rem;border-radius:var(--radius-md);text-decoration:none;color:#fff;transition:transform .16s ease,box-shadow .16s ease}.deros-related-card:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 10px 28px rgba(0,0,0,.18)}.deros-related-card--company{background:linear-gradient(155deg,#1a1040,#2d1b69 50%,#1a3a5c)}.deros-related-card--scanner{background:linear-gradient(155deg,#0a3a4a,#12304a 55%,#0e5a5b)}.deros-related-card__icon{display:flex;width:1.75rem;height:1.75rem;margin-bottom:.65rem;color:#a78bfa}.deros-related-card--scanner .deros-related-card__icon{color:#23b7b9}.deros-related-card__icon svg{width:100%;height:100%}.deros-related-card h3{margin:0 0 .35rem;font-size:1.0625rem;font-weight:700;color:#fff}.deros-related-card p{margin:0 0 .85rem;flex:1 1;font-size:.8125rem;line-height:1.4;color:rgba(255,255,255,.74)}.deros-related-card__link{font-size:.8125rem;font-weight:600;color:#c4b5fd}.deros-related-card--scanner .deros-related-card__link{color:#23b7b9}.deros-footer{background:#001f32;color:rgba(255,255,255,.78);padding:1.25rem 0 1.5rem;border-top:1px solid rgba(255,255,255,.08)}.deros-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem 1.5rem}.deros-footer__brand{display:inline-flex;line-height:0;text-decoration:none}.deros-footer__brand:hover{text-decoration:none}.deros-footer__logo{width:6.25rem;height:auto}.deros-footer__nav{display:flex;flex-wrap:wrap;gap:1.15rem;font-size:.8125rem;font-weight:500}.deros-footer__nav a{color:rgba(255,255,255,.82);text-decoration:none}.deros-footer__nav a:hover{color:#fff;text-decoration:none}.deros-footer__mark{margin:0;width:100%;font-size:.75rem;color:rgba(255,255,255,.45)}@media (max-width:1023px){.deros{--deros-gutter:1.75rem}.deros-hero__title{font-size:2.1rem}.deros-header__cta{display:none}}@media (max-width:767px){.deros{--deros-gutter:1.25rem}.deros-header__inner{height:3.75rem}.deros-header__nav{gap:.75rem;font-size:.75rem}.deros-header__logo-img{width:6.25rem}.deros-hero__stage{padding-top:4rem;padding-bottom:1.5rem}.deros-hero__title{font-size:1.75rem}.deros-section{padding:1.5rem 0}.deros-overview__grid{grid-template-columns:1fr 1fr}}