.site-header {
  position:fixed;
  inset:0 0 auto;
  z-index:100;
  border-bottom:1px solid transparent;
  transition:.25s
}

.site-header.scrolled {
  background:rgba(247,248,250,.9);
  backdrop-filter:blur(16px);
  border-color:var(--line)
}

.nav-wrap {
  height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between
}

.brand {
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--navy);
  font-family:var(--font-display);
  font-weight:700;
  font-size:13px;
  line-height:1
}

.brand small {
  display:block;
  margin-top:5px;
  font-size:7px;
  letter-spacing:.28em
}

.brand-mark {
  position:relative;
  display:flex;
  align-items:flex-end;
  gap:2px;
  width:25px;
  height:25px;
  padding:5px;
  background:var(--blue);
  transform:skew(-10deg)
}

.brand-mark i {
  display:block;
  width:4px;
  background:white
}

.brand-mark i:nth-child(1) {
  height:7px
}

.brand-mark i:nth-child(2) {
  height:14px
}

.brand-mark i:nth-child(3) {
  height:10px
}

.site-nav {
  display:flex;
  align-items:center;
  gap:28px;
  font-size:13px;
  font-weight:500;
  color:#354358
}

.site-nav>a:not(.nav-cta):hover {
  color:var(--blue)
}

.nav-cta {
  margin-left:10px;
  padding:11px 15px;
  border:1px solid #bdc6d2;
  color:var(--navy)
}

.nav-cta span {
  margin-left:12px
}

.menu-toggle {
  display:none
}

.hero {
  position:relative;
  min-height:810px;
  padding:170px 0 100px;
  overflow:hidden;
  background:linear-gradient(135deg,#fafbfc 0%,#f4f6f9 62%,#eef3fb 100%)
}

.hero:before {
  content:"";
  position:absolute;
  inset:auto auto -360px -240px;
  width:700px;
  height:700px;
  border-radius:50%;
  border:1px solid #dce2ea
}

.hero-grid {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:76px;
  align-items:center
}

.hero h1 {
  max-width:690px;
  margin:22px 0 27px;
  font-size:clamp(52px,5.3vw,78px);
  font-weight:600
}

.hero h1 em {
  display:block;
  color:var(--blue);
  font-style:normal
}

.hero-lede {
  max-width:630px;
  color:#5b6879;
  font-size:18px;
  line-height:1.75
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:32px;
  margin-top:40px
}

.text-link {
  font-size:14px;
  font-weight:600;
  color:var(--navy)
}

.text-link span {
  margin-left:10px;
  color:var(--blue)
}

.tech-visual {
  position:relative;
  height:540px;
  border:1px solid #d7dee8;
  background:rgba(255,255,255,.5);
  box-shadow:var(--shadow);
  overflow:hidden
}

.visual-grid {
  position:absolute;
  inset:0;
  background-image:linear-gradient(#dde3eb 1px,transparent 1px),linear-gradient(90deg,#dde3eb 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom right,transparent,#000 20%,#000 70%,transparent)
}

.orbit {
  position:absolute;
  border:1px solid rgba(23,105,255,.27);
  border-radius:50%
}

.orbit-one {
  width:360px;
  height:360px;
  left:90px;
  top:76px
}

.orbit-two {
  width:245px;
  height:245px;
  left:148px;
  top:134px;
  border-style:dashed;
  animation:spin 28s linear infinite
}

.core {
  position:absolute;
  left:50%;
  top:50%;
  display:grid;
  place-content:center;
  width:116px;
  height:116px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  background:var(--navy);
  box-shadow:0 0 0 16px rgba(23,105,255,.1),0 16px 40px rgba(7,20,38,.2);
  text-align:center;
  color:white
}

.core span {
  font:600 27px var(--font-display);
  letter-spacing:-.08em
}

.core small {
  color:#8eb8ff;
  font-size:8px;
  letter-spacing:.25em
}

.node {
  position:absolute;
  width:150px;
  padding:14px 16px;
  border:1px solid #d7dee8;
  background:white;
  box-shadow:0 10px 30px rgba(7,20,38,.08)
}

.node b {
  display:block;
  color:var(--blue);
  font-size:10px
}

.node span {
  font:600 11px var(--font-display);
  color:var(--navy)
}

.node-a {
  top:75px;
  left:38px
}

.node-b {
  right:25px;
  top:188px
}

.node-c {
  left:38px;
  bottom:76px
}

.status-pill {
  position:absolute;
  right:25px;
  bottom:24px;
  padding:9px 13px;
  background:var(--navy);
  color:white;
  font-size:10px
}

.status-pill i {
  display:inline-block;
  width:6px;
  height:6px;
  margin-right:7px;
  border-radius:50%;
  background:#40dc92;
  box-shadow:0 0 0 4px rgba(64,220,146,.13)
}

.hero-index {
  position:absolute;
  right:35px;
  bottom:25px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#7e8998;
  font-size:10px
}

.hero-index span {
  width:45px;
  height:1px;
  background:#aeb8c5
}

@keyframes spin {
  to {
    transform:rotate(360deg)
  }

}

.credibility {
  background:white;
  border-block:1px solid var(--line)
}

.credibility-grid {
  min-height:132px;
  display:grid;
  grid-template-columns:1.2fr repeat(3,1fr);
  align-items:center
}

.credibility-grid>p {
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
  font-weight:600;
  color:#8a95a4
}

.credibility-grid>div {
  display:flex;
  align-items:center;
  gap:15px;
  padding-left:32px;
  border-left:1px solid var(--line)
}

.credibility strong {
  font:600 27px var(--font-display);
  color:var(--navy)
}

.credibility span {
  font-size:11px;
  line-height:1.4;
  color:#738093
}

.services-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line)
}

.service-card {
  position:relative;
  min-height:318px;
  padding:27px;
  background:white;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  transition:.25s
}

.service-card:hover {
  z-index:2;
  transform:translateY(-5px);
  box-shadow:var(--shadow);
  border-color:transparent
}

.service-card>span {
  position:absolute;
  right:20px;
  top:16px;
  color:#a5afbc;
  font-size:10px
}

.service-card .icon {
  display:grid;
  place-content:center;
  width:43px;
  height:43px;
  margin:9px 0 52px;
  background:#edf3ff;
  color:var(--blue);
  font-size:22px
}

.service-card h3 {
  margin-bottom:12px;
  font-size:20px
}

.service-card p {
  color:var(--muted);
  font-size:13px;
  line-height:1.65
}

.service-card a {
  position:absolute;
  bottom:24px;
  font-size:12px;
  font-weight:600;
  color:var(--navy)
}

.service-card a b {
  margin-left:8px;
  color:var(--blue)
}

.delivery {
  background:var(--navy);
  color:#a8b3c2
}

.delivery-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:120px
}

.sticky-copy {
  align-self:start;
  position:sticky;
  top:130px
}

.sticky-copy h2,.industries h2 {
  margin:20px 0 25px;
  color:white;
  font-size:clamp(40px,4.3vw,60px)
}

.sticky-copy>p:last-child {
  max-width:430px
}

.model {
  display:grid;
  grid-template-columns:46px 1fr auto;
  gap:18px;
  padding:30px 0;
  border-top:1px solid #29384d
}

.model:last-child {
  border-bottom:1px solid #29384d
}

.model>b {
  color:var(--blue-2);
  font-size:10px
}

.model h3 {
  margin:0 0 8px;
  color:white;
  font-size:22px
}

.model p {
  margin:0;
  max-width:510px;
  font-size:14px;
  color:#97a5b6
}

.model>span {
  color:var(--blue-2);
  font-size:20px
}

.engineering {
  background:white
}

.capability-rail {
  display:flex;
  flex-wrap:wrap;
  gap:10px
}

.capability-rail span {
  padding:15px 20px;
  border:1px solid var(--line);
  background:#fafbfc;
  color:var(--navy);
  font:600 13px var(--font-display)
}

.deliverables {
  padding-top:20px;
  background:white
}

.deliverable-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:var(--line)
}

.deliverable-grid article {
  min-height:260px;
  padding:32px;
  background:var(--paper)
}

.deliverable-grid strong {
  color:var(--blue);
  font-size:10px
}

.deliverable-grid h3 {
  margin:70px 0 12px;
  font-size:22px
}

.deliverable-grid p {
  color:var(--muted);
  font-size:13px
}

.industries {
  background:var(--navy-2);
  color:#9eabba
}

.industries .section-heading h2 {
  color:white
}

.industries .section-heading>p {
  color:#9eabba
}

.industry-list {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  border-top:1px solid #2a3c53
}

.industry-list a {
  display:grid;
  grid-template-columns:42px 1fr auto;
  align-items:center;
  padding:25px 20px;
  border-bottom:1px solid #2a3c53;
  color:white;
  font:500 19px var(--font-display);
  transition:.2s
}

.industry-list a:nth-child(odd) {
  border-right:1px solid #2a3c53
}

.industry-list a:hover {
  background:#102844;
  padding-left:28px
}

.industry-list span {
  color:#6f8095;
  font:10px var(--font-body)
}

.industry-list b {
  color:var(--blue-2);
  font-weight:400
}

.why {
  background:#f2f4f7
}

.why-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:100px;
  align-items:center
}

.why-panel {
  min-height:560px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:48px;
  background:var(--blue);
  color:white
}

.why-panel p {
  margin:0;
  font:500 26px/1.35 var(--font-display);
  letter-spacing:-.03em
}

.mini-graphic {
  position:relative;
  width:100%;
  height:330px;
  border:1px solid rgba(255,255,255,.24);
  background:linear-gradient(135deg,transparent,rgba(255,255,255,.08))
}

.mini-graphic:before,.mini-graphic:after {
  content:"";
  position:absolute;
  inset:50% auto auto 50%;
  width:190px;
  height:190px;
  border:1px solid rgba(255,255,255,.35);
  transform:translate(-50%,-50%) rotate(45deg)
}

.mini-graphic:after {
  width:90px;
  height:90px;
  background:white
}

.mini-graphic i {
  position:absolute;
  width:8px;
  height:8px;
  background:white;
  border-radius:50%
}

.mini-graphic i:nth-child(1) {
  left:12%;
  top:20%
}

.mini-graphic i:nth-child(2) {
  right:15%;
  top:23%
}

.mini-graphic i:nth-child(3) {
  left:19%;
  bottom:14%
}

.mini-graphic i:nth-child(4) {
  right:10%;
  bottom:18%
}

.why-copy h2 {
  font-size:clamp(42px,4.5vw,62px);
  margin:18px 0 26px
}

.why-copy>p:not(.eyebrow) {
  max-width:530px;
  color:var(--muted)
}

.why-copy ul {
  margin:38px 0 0;
  padding:0;
  list-style:none;
  border-top:1px solid #ced5de
}

.why-copy li {
  display:flex;
  gap:24px;
  padding:18px 0;
  border-bottom:1px solid #ced5de
}

.why-copy li span {
  color:var(--blue);
  font-size:10px
}

.why-copy li b {
  font:500 14px var(--font-display);
  color:var(--navy)
}

.final-cta {
  padding:110px 0;
  background:#06101e;
  color:white
}

.final-cta h2 {
  max-width:900px;
  margin:22px 0 50px;
  color:white;
  font-size:clamp(48px,6vw,78px)
}

.final-cta .container>div {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid #2a3545;
  padding-top:28px
}

.final-cta .container>div p {
  margin:0;
  color:#9eabba
}

.site-footer {
  padding:74px 0 28px;
  background:#030a13;
  color:#8e9aab
}

.brand-light {
  color:white
}

.footer-top {
  display:flex;
  justify-content:space-between;
  padding-bottom:55px;
  border-bottom:1px solid #1d2735
}

.footer-top>p {
  max-width:420px;
  font-size:14px
}

.footer-links {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-left:42%;
  padding:52px 0
}

.footer-links div {
  display:flex;
  flex-direction:column;
  gap:9px
}

.footer-links b {
  margin-bottom:9px;
  color:white;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em
}

.footer-links a {
  font-size:13px
}

.footer-links a:hover {
  color:white
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  padding-top:24px;
  border-top:1px solid #1d2735;
  font-size:10px
}

@media(max-width:1000px) {
  .site-nav {
    gap:16px
  }

  .site-nav a {
    font-size:11px
  }

  .hero-grid {
    gap:30px
  }

  .tech-visual {
    height:480px
  }

  .services-grid {
    grid-template-columns:repeat(2,1fr)
  }

  .delivery-grid {
    gap:60px
  }

  .why-grid {
    gap:50px
  }

  .footer-links {
    margin-left:25%
  }

}

@media(max-width:800px) {
  .nav-wrap {
    height:72px
  }

  .menu-toggle {
    display:flex;
    width:42px;
    height:42px;
    border:0;
    background:transparent;
    flex-direction:column;
    justify-content:center;
    gap:6px
  }

  .menu-toggle span {
    width:23px;
    height:1px;
    background:var(--navy)
  }

  .site-nav {
    position:fixed;
    inset:72px 0 0;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:24px;
    background:var(--paper);
    transform:translateX(100%);
    transition:.3s
  }

  .site-nav.open {
    transform:none
  }

  .site-nav a {
    padding:16px 4px;
    border-bottom:1px solid var(--line);
    font-size:16px
  }

  .nav-cta {
    margin:20px 0 0!important;
    background:var(--blue);
    color:white!important;
    text-align:center
  }

  .hero {
    padding:130px 0 70px
  }

  .hero-grid {
    grid-template-columns:1fr
  }

  .hero h1 {
    font-size:48px
  }

  .hero-actions {
    align-items:flex-start;
    flex-direction:column
  }

  .tech-visual {
    height:430px;
    margin-top:20px
  }

  .hero-index {
    display:none
  }

  .credibility-grid {
    grid-template-columns:1fr 1fr;
    padding-block:25px
  }

  .credibility-grid>p {
    grid-column:1/-1
  }

  .credibility-grid>div {
    min-height:70px;
    padding-left:10px
  }

  .services-grid {
    grid-template-columns:1fr
  }

  .delivery-grid,.why-grid {
    grid-template-columns:1fr
  }

  .sticky-copy {
    position:static
  }

  .deliverable-grid {
    grid-template-columns:1fr 1fr
  }

  .industry-list {
    grid-template-columns:1fr
  }

  .industry-list a:nth-child(odd) {
    border-right:0
  }

  .why-panel {
    min-height:450px
  }

  .footer-top {
    flex-direction:column;
    gap:34px
  }

  .footer-links {
    margin-left:0;
    grid-template-columns:repeat(3,1fr)
  }

}

@media(max-width:520px) {
  .hero h1 {
    font-size:41px
  }

  .hero-lede {
    font-size:16px
  }

  .tech-visual {
    height:360px
  }

  .orbit-one {
    width:280px;
    height:280px;
    left:15px;
    top:38px
  }

  .orbit-two {
    width:190px;
    height:190px;
    left:60px;
    top:82px
  }

  .node {
    width:130px;
    padding:10px
  }

  .node-a {
    left:10px;
    top:30px
  }

  .node-b {
    right:8px;
    top:125px
  }

  .node-c {
    left:10px;
    bottom:34px
  }

  .status-pill {
    display:none
  }

  .deliverable-grid {
    grid-template-columns:1fr
  }

  .industry-list a {
    font-size:16px
  }

  .why-panel {
    padding:26px;
    min-height:390px
  }

  .mini-graphic {
    height:260px
  }

  .final-cta .container>div {
    align-items:flex-start;
    flex-direction:column;
    gap:28px
  }

  .footer-links {
    grid-template-columns:1fr 1fr;
    gap:36px
  }

  .footer-bottom {
    flex-direction:column;
    gap:8px
  }

}

@media(max-width:600px) {
  .technology-grid {
    grid-template-columns:1fr
  }
}

.brand-logo {
  display:block;
  width:198px;
  height:auto
}

.brand-light {
  padding:8px 12px;
  border-radius:12px;
  background:white
}

.footer-brand-logo {
  width:210px
}

.nav-cta,.service-card a,.section-link,.dark-section-link {
  opacity:0;
  transform:translateX(42px)
}

.nav-cta.action-visible,.service-card a.action-visible,.section-link.action-visible,.dark-section-link.action-visible {
  animation:button-enter-right .7s cubic-bezier(.22,1,.36,1) both
}

@media(prefers-reduced-motion:reduce) {
  .nav-cta,.service-card a,.section-link,.dark-section-link {
    opacity:1;
    transform:none
  }

  .nav-cta.action-visible,.service-card a.action-visible,.section-link.action-visible,.dark-section-link.action-visible {
    animation:none
  }

}

.hero-actions {
  justify-content:flex-end
}

.nav-cta {
  border-radius:10px
}

.tech-visual {
  border-radius:20px;
  box-shadow:0 22px 55px rgba(7,20,38,.08)
}

.node,.status-pill {
  border-radius:10px
}

.core {
  transition:transform .6s cubic-bezier(.22,1,.36,1),box-shadow .6s ease
}

.tech-visual:hover .core {
  transform:translate(-50%,-50%) scale(1.045);
  box-shadow:0 0 0 22px rgba(23,105,255,.08),0 20px 50px rgba(7,20,38,.22)
}

.services-grid {
  gap:16px;
  background:transparent;
  border:0
}

.service-card {
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 8px 24px rgba(7,20,38,.035);
  transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease,border-color .45s ease
}

.service-card:hover {
  transform:translateY(-7px);
  box-shadow:0 22px 52px rgba(7,20,38,.10);
  border-color:#cbd7e8
}

.service-card .icon {
  border-radius:10px;
  transition:transform .45s cubic-bezier(.22,1,.36,1),background .35s ease
}

.service-card:hover .icon {
  transform:translateY(-3px) rotate(3deg);
  background:#e3edff
}

.service-card a {
  left:auto;
  right:24px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-align:right
}

.service-card a b {
  transition:transform .3s ease
}

.service-card a:hover b {
  transform:translate(3px,-3px)
}

.model {
  margin-bottom:12px;
  padding:27px 24px;
  border:1px solid #29384d!important;
  border-radius:14px;
  background:rgba(255,255,255,.018);
  transition:background .35s ease,transform .35s cubic-bezier(.22,1,.36,1),border-color .35s ease
}

.model:hover {
  background:rgba(255,255,255,.045);
  border-color:#3c526e!important;
  transform:translateX(5px)
}

.delivery-options span {
  border-radius:999px
}

.technology-grid {
  gap:14px;
  border:0
}

.technology-grid article {
  border:1px solid var(--line);
  border-radius:14px;
  transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease,border-color .4s ease
}

.technology-grid article:hover {
  transform:translateY(-5px);
  box-shadow:0 18px 42px rgba(7,20,38,.08);
  border-color:#cad7e9
}

.section-link,.dark-section-link {
  width:max-content;
  margin-left:auto;
  justify-content:flex-end;
  padding:12px 16px;
  border-radius:10px;
  transition:background .3s ease,transform .3s ease
}

.section-link:hover {
  background:#e8effb;
  transform:translateX(4px)
}

.dark-section-link:hover {
  background:#132c4a;
  transform:translateX(4px)
}

.deliverable-grid {
  gap:12px;
  border:0
}

.deliverable-grid>span {
  border:1px solid var(--line);
  border-radius:12px;
  transition:transform .35s cubic-bezier(.22,1,.36,1),background .35s ease,border-color .35s ease
}

.deliverable-grid>span:hover {
  transform:translateX(5px);
  background:white;
  border-color:#c9d5e5
}

.industry-list {
  gap:12px;
  border:0
}

.industry-list a,.industry-list a:nth-child(odd) {
  border:1px solid #2a3c53;
  border-radius:12px
}

.industry-list a:hover {
  border-color:#426181;
  background:#102844
}

.why-panel {
  border-radius:20px;
  overflow:hidden
}

.mini-graphic {
  border-radius:14px
}

.why-copy li {
  border-radius:10px;
  transition:background .3s ease,padding .3s ease
}

.why-copy li:hover {
  padding-left:12px;
  background:white
}

.final-cta .button {
  margin-left:auto
}

.footer-links a {
  transition:color .25s ease,transform .25s ease
}

.footer-links a:hover {
  transform:translateX(4px)
}

@media(max-width:800px) {
  .hero-actions {
    align-items:stretch
  }

  .hero-actions .button {
    width:100%
  }

  .services-grid {
    gap:14px
  }

  .technology-grid,.deliverable-grid,.industry-list {
    gap:10px
  }

  .service-card a {
    right:22px
  }

  .section-link,.dark-section-link {
    margin-left:auto
  }

  .model:hover,.deliverable-grid>span:hover {
    transform:none
  }

}

body {
  background:#f3f6fb
}

.site-header {
  inset:14px 0 auto;
  border:0
}

.site-header.scrolled {
  background:transparent;
  border:0;
  backdrop-filter:none
}

.nav-wrap {
  height:72px;
  padding:0 20px;
  border:1px solid rgba(203,213,226,.82);
  border-radius:18px;
  background:rgba(255,255,255,.92);
  box-shadow:0 14px 40px rgba(7,20,38,.07);
  backdrop-filter:blur(18px)
}

.nav-cta {
  background:#eef4ff;
  border-color:#dce7fa
}

.hero {
  min-height:auto;
  padding:118px 0 58px;
  background:radial-gradient(circle at 92% 12%,rgba(23,105,255,.09),transparent 28%),#f3f6fb
}

.hero:before,.hero-index {
  display:none
}

.hero-grid {
  grid-template-columns:1.08fr .92fr;
  gap:58px;
  padding:62px;
  border:1px solid #dce4ef;
  border-radius:34px;
  background:rgba(255,255,255,.88);
  box-shadow:0 28px 80px rgba(26,53,86,.075);
  backdrop-filter:blur(8px)
}

.hero h1 {
  font-size:clamp(52px,5vw,72px);
  letter-spacing:-.055em
}

.hero h1 em {
  display:inline
}

.hero-lede {
  max-width:580px
}

.hero-actions {
  margin-top:34px
}

.tech-visual {
  height:500px;
  border-radius:28px;
  background:linear-gradient(145deg,#f8fbff,#edf4ff);
  border-color:#d4dfed;
  box-shadow:none
}

.visual-grid {
  border-radius:28px
}

.credibility {
  padding:0 0 48px;
  background:#f3f6fb;
  border:0
}

.credibility-grid {
  min-height:76px;
  padding:12px 20px;
  border:1px solid #dce4ef;
  border-radius:18px;
  background:white;
  box-shadow:0 10px 30px rgba(7,20,38,.045)
}

.credibility-grid>span {
  padding:9px 12px;
  border-radius:999px;
  background:#f5f7fa
}

.section {
  padding:108px 0
}

.section-heading {
  margin-bottom:54px
}

.section-heading h2 {
  letter-spacing:-.05em
}

.services-grid {
  grid-template-columns:repeat(12,1fr);
  gap:16px
}

.service-card {
  grid-column:span 3;
  min-height:300px;
  padding:30px;
  border-radius:22px
}

.service-card:nth-child(1),.service-card:nth-child(4),.service-card:nth-child(7),.service-card:nth-child(8) {
  grid-column:span 6
}

.service-card:nth-child(1),.service-card:nth-child(7) {
  background:#eef4ff
}

.service-card:nth-child(4) {
  background:#0b1d34
}

.service-card:nth-child(4) h3,.service-card:nth-child(4) a {
  color:white
}

.service-card:nth-child(4) p {
  color:#aebcd0
}

.service-card:nth-child(8) {
  background:#e9f8f2
}

.service-card .icon {
  margin-bottom:44px;
  border-radius:13px
}

.delivery {
  padding:40px 0;
  background:#f3f6fb
}

.delivery-grid {
  grid-template-columns:.82fr 1.18fr;
  gap:90px;
  padding:74px;
  border-radius:34px;
  background:var(--navy);
  box-shadow:0 30px 80px rgba(7,20,38,.15)
}

.model {
  border-radius:18px
}

.engineering {
  background:#f3f6fb
}

.engineering .container {
  padding:66px;
  border:1px solid #dce4ef;
  border-radius:32px;
  background:white
}

.technology-grid article {
  border-radius:18px;
  background:#f7f9fc
}

.deliverables {
  padding:54px 0 108px;
  background:#f3f6fb
}

.deliverables .container {
  padding:66px;
  border-radius:32px;
  background:#eaf1ff
}

.deliverable-grid>span {
  border:0;
  border-radius:16px;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 24px rgba(23,75,145,.045)
}

.industries {
  padding:40px 0 108px;
  background:#f3f6fb
}

.industries .container {
  padding:68px;
  border-radius:34px;
  background:var(--navy-2);
  box-shadow:0 30px 80px rgba(7,20,38,.15)
}

.industry-list a,.industry-list a:nth-child(odd) {
  border-radius:16px;
  background:rgba(255,255,255,.018)
}

.why {
  background:#f3f6fb
}

.why-panel {
  border-radius:30px;
  box-shadow:0 26px 70px rgba(23,105,255,.18)
}

.why-copy ul {
  border:0
}

.why-copy li {
  margin-bottom:8px;
  padding:18px;
  border:1px solid #dbe3ed;
  border-radius:16px;
  background:white
}

.why-copy li:hover {
  padding-left:22px
}

.final-cta {
  padding:38px 0 108px;
  background:#f3f6fb
}

.final-cta .container {
  padding:72px;
  border-radius:34px;
  background:linear-gradient(135deg,#071426 0%,#0d2a4d 100%);
  box-shadow:0 30px 80px rgba(7,20,38,.18)
}

.final-cta h2 {
  font-size:clamp(46px,5.4vw,72px)
}

.site-footer {
  padding-top:84px;
  border-radius:34px 34px 0 0
}

.footer-top {
  align-items:flex-start
}

@media(max-width:1000px) {
  .hero-grid {
    padding:42px;
    gap:34px
  }

  .service-card {
    grid-column:span 6
  }

  .delivery-grid {
    gap:48px;
    padding:52px
  }

  .engineering .container,.deliverables .container,.industries .container {
    padding:46px
  }

}

@media(max-width:800px) {
  .mobile-nav-tools {
    position:relative;
  }

  .mobile-nav-actions .menu-toggle {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  }

  .site-header {
    inset:8px 0 auto
  }

  .nav-wrap {
    height:62px;
    padding:0 14px;
    border-radius:16px
  }

  .brand-logo {
    width:146px
  }

  .site-nav {
    inset:78px 16px 16px;
    padding:18px;
    border:1px solid var(--line);
    border-radius:20px;
    box-shadow:0 25px 60px rgba(7,20,38,.16)
  }

  .hero {
    padding:88px 0 34px
  }

  .hero-grid {
    grid-template-columns:1fr;
    padding:28px 22px 22px;
    border-radius:26px
  }

  .hero h1 {
    font-size:clamp(38px,11vw,48px);
    line-height:1.05
  }

  .hero-lede {
    font-size:16px;
    line-height:1.65
  }

  .hero-actions {
    margin-top:28px
  }

  .tech-visual {
    height:370px;
    border-radius:22px;
    margin-top:8px
  }

  .credibility {
    padding-bottom:30px
  }

  .credibility-grid {
    display:flex;
    justify-content:flex-start;
    overflow-x:auto;
    min-height:auto;
    padding:10px;
    border-radius:16px;
    scrollbar-width:none
  }

  .credibility-grid::-webkit-scrollbar {
    display:none
  }

  .credibility-grid>span {
    flex:0 0 auto;
    padding:9px 13px;
    text-align:center
  }

  .section {
    padding:76px 0
  }

  .section-heading {
    margin-bottom:38px
  }

  .section-heading h2 {
    font-size:clamp(34px,9vw,42px)
  }

  .services-grid {
    grid-template-columns:1fr
  }

  .service-card,.service-card:nth-child(1),.service-card:nth-child(4),.service-card:nth-child(7),.service-card:nth-child(8) {
    grid-column:1;
    min-height:278px;
    border-radius:20px
  }

  .delivery {
    padding:24px 0
  }

  .delivery-grid {
    grid-template-columns:1fr;
    gap:36px;
    padding:32px 22px;
    border-radius:26px
  }

  .engineering .container,.deliverables .container,.industries .container {
    padding:30px 20px;
    border-radius:26px
  }

  .technology-grid {
    grid-template-columns:1fr
  }

  .technology-grid article {
    min-height:155px
  }

  .deliverables {
    padding:70px 0
  }

  .industries {
    padding:24px 0 76px
  }

  .industry-list {
    grid-template-columns:1fr
  }

  .why-grid {
    gap:34px
  }

  .why-panel {
    min-height:400px;
    border-radius:26px
  }

  .final-cta {
    padding:20px 0 76px
  }

  .final-cta .container {
    padding:42px 24px;
    border-radius:26px
  }

  .final-cta h2 {
    font-size:40px
  }

  .site-footer {
    border-radius:26px 26px 0 0
  }

}

@media(max-width:520px) {
  .hero-grid {
    padding-inline:18px
  }

  .hero h1 {
    font-size:39px
  }

  .node {
    width:124px
  }

  .node-a {
    left:8px
  }

  .node-b {
    right:8px
  }

  .node-c {
    left:8px
  }

  .service-card {
    padding:26px
  }

  .footer-top {
    gap:28px
  }

  .footer-links {
    grid-template-columns:1fr 1fr
  }

}

.hero-grid {
  gap:52px;
  padding:48px 54px
}

.tech-visual {
  height:425px
}

@media(max-width:1000px) {
  .hero-grid {
    gap:30px;
    padding:36px
  }

}

@media(max-width:800px) {
  .hero {
    padding:82px 0 28px
  }

  .hero-grid {
    padding:22px 20px 18px
  }

  .tech-visual {
    height:300px;
    margin-top:4px
  }

}

@media(max-width:520px) {
  .hero-grid {
    padding-inline:17px
  }

  .tech-visual {
    height:280px
  }

}

@media(min-width:1001px) {
  .hero {
    height:100svh;
    min-height:700px;
    padding:94px 0 18px;
    display:flex;
    align-items:stretch
  }

  .hero-grid {
    height:calc(100svh - 112px);
    min-height:588px;
    max-height:790px;
    align-self:center;
    padding:clamp(30px,4.5vh,46px) 54px
  }

  .hero h1 {
    margin:14px 0 20px;
    font-size:clamp(48px,6.6vh,70px);
    line-height:1.02
  }

  .hero-lede {
    margin-bottom:0;
    font-size:clamp(15px,1.8vh,17px);
    line-height:1.58
  }

  .hero-actions {
    margin-top:clamp(20px,3vh,30px)
  }

  .tech-visual {
    height:min(425px,54vh);
    align-self:center
  }

}

@media(min-width:1001px) {
  .hero {
    min-height:620px;
    padding:94px 0 22px;
    align-items:flex-start
  }

  .hero-grid {
    height:calc(100svh - 132px);
    min-height:500px;
    max-height:690px;
    padding:clamp(26px,3.5vh,38px) 52px
  }

  .hero h1 {
    margin:12px 0 17px;
    font-size:clamp(46px,6vh,64px)
  }

  .hero-lede {
    font-size:clamp(14px,1.65vh,16px);
    line-height:1.52
  }

  .hero-actions {
    margin-top:clamp(17px,2.5vh,24px)
  }

  .tech-visual {
    height:min(390px,49vh)
  }

}

.hero h1 em {
  display:block
}

.hero-learn-more {
  position:relative;
  display:inline-block;
  padding:7px 0 6px;
  color:var(--blue);
  font-size:14px;
  font-weight:700;
  letter-spacing:.01em
}

.hero-learn-more::after {
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:100%;
  height:1px;
  background:currentColor;
  transform-origin:right;
  transition:transform .35s cubic-bezier(.22,1,.36,1)
}

.hero-learn-more:hover::after {
  transform:scaleX(.55)
}

.hero .eyebrow span {
  display:none
}

.hero .eyebrow {
  gap:0
}

@media(min-width:1001px) {
  .hero-copy {
    height:min(390px,49vh);
    display:flex;
    flex-direction:column;
    align-self:center
  }

  .hero-copy .hero-actions {
    margin-top:auto
  }

}

.hero-grid {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:linear-gradient(90deg,rgba(255,255,255,.82) 0%,rgba(255,255,255,.90) 48%,rgba(248,251,255,.92) 100%)
}

.hero-grid::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:url('../assets/images/hero-technology-background.png') center/cover no-repeat;
  opacity:.42;
  transform:scaleX(-1);
  pointer-events:none
}

.hero-copy,.tech-visual {
  position:relative;
  z-index:1
}

.tech-visual {
  background:rgba(244,249,255,.70);
  backdrop-filter:blur(3px)
}

@media(max-width:800px) {
  .hero-grid {
    background:linear-gradient(180deg,rgba(255,255,255,.70) 0%,rgba(255,255,255,.88) 48%,rgba(244,249,255,.82) 100%)
  }

  .hero-grid::before {
    background-position:center;
    background-size:cover;
    opacity:.68;
    transform:scale(-1,-1)
  }

}

@media(min-width:801px) and (max-width:1000px) {
  .hero {
    min-height:auto;
    padding:94px 0 24px
  }

  .hero-grid {
    padding:30px;
    height:auto
  }

  .hero h1 {
    font-size:clamp(44px,6vw,58px)
  }

  .tech-visual {
    height:390px
  }

}

.brand-logo {
  width:auto;
  height:54px;
  max-width:220px;
  object-fit:contain
}

.footer-brand-logo {
  width:auto;
  height:68px;
  max-width:260px
}

@media(max-width:800px) {
  .brand-logo {
    width:auto;
    height:44px;
    max-width:170px
  }

  .footer-brand-logo {
    height:58px;
    max-width:220px
  }

}

.credibility-grid {
  min-height:94px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-block:0
}

.credibility-grid>span {
  color:#58667a;
  font-size:10px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.07em;
  text-transform:uppercase;
  text-align:center
}

.credibility-grid>i {
  color:var(--blue);
  font-style:normal
}

.delivery-options {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  padding-top:28px;
  border-top:1px solid #29384d
}

.delivery-options span {
  padding:9px 13px;
  border:1px solid #34465e;
  color:#b9c6d6;
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase
}

.technology-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line)
}

.technology-grid article {
  min-height:180px;
  padding:30px;
  background:#fafbfc;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line)
}

.technology-grid b {
  font:600 18px var(--font-display);
  color:var(--navy)
}

.technology-grid p {
  margin:25px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.75
}

.section-link,.dark-section-link {
  display:inline-flex;
  gap:12px;
  margin-top:32px;
  font-size:13px;
  font-weight:600;
  color:var(--navy)
}

.section-link span,.dark-section-link span {
  color:var(--blue)
}

.deliverable-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:0;
  background:transparent;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line)
}

.deliverable-grid>span {
  min-height:92px;
  display:flex;
  align-items:center;
  padding:22px 27px;
  background:var(--paper);
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  font:500 16px var(--font-display);
  color:var(--navy)
}

.dark-section-link {
  color:white
}

.why-copy li div p {
  margin:5px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.5
}

.why-copy li b {
  font-size:15px
}

.final-cta .container>div p {
  max-width:650px
}

@media(max-width:800px) {
  .credibility-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    padding-block:22px
  }

  .credibility-grid>i {
    display:none
  }

  .credibility-grid>span {
    padding:10px;
    text-align:left
  }

  .technology-grid {
    grid-template-columns:1fr 1fr
  }

  .deliverable-grid {
    grid-template-columns:1fr
  }

}

@media(max-width:520px) {
  .brand-logo {
    width:164px
  }

  .technology-grid {
    grid-template-columns:1fr
  }

  .credibility-grid {
    grid-template-columns:1fr 1fr
  }

  .credibility-grid>span {
    font-size:9px
  }

}

.credibility {
  padding-bottom:22px
}

.credibility-grid {
  min-height:64px;
  padding:7px 16px
}

.credibility-grid>span {
  padding:7px 11px
}

@media(max-width:800px) {
  .credibility {
    padding-bottom:20px
  }

  .credibility-grid {
    position:relative;
    display:block;
    min-height:64px;
    padding:0 8px;
    overflow:hidden
  }

  .credibility-grid::after {
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:4px;
    height:4px;
    border-radius:50%;
    background:var(--blue);
    transform:translate(-50%,-50%)
  }

  .credibility-grid>i {
    display:none
  }

  .credibility-grid>span {
    position:absolute;
    top:50%;
    left:25%;
    width:calc(50% - 24px);
    max-width:none;
    padding:8px 7px;
    text-align:center;
    white-space:normal;
    opacity:0;
    transform:translate(-50%,-35%);
    transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1),left .5s cubic-bezier(.22,1,.36,1);
    pointer-events:none
  }

  .credibility-grid>span.is-active,.credibility-grid>span.is-secondary {
    opacity:1;
    transform:translate(-50%,-50%)
  }

  .credibility-grid>span.is-secondary {
    left:75%
  }

}

@media(prefers-reduced-motion:reduce) and (max-width:800px) {
  .credibility-grid>span {
    transition:none
  }

}

.mobile-nav-actions {
  display:contents
}

.mobile-project-cta {
  display:none
}

@media(max-width:800px) {
  .site-header {
    z-index:1000
  }

  .nav-wrap {
    position:relative
  }

  .site-nav {
    position:absolute;
    inset:calc(100% + 10px) 0 auto;
    z-index:999;
    display:flex;
    max-height:calc(100svh - 98px);
    padding:12px 16px 16px;
    overflow-y:auto;
    background:#fff;
    border:1px solid #d7e0ec;
    border-radius:22px;
    box-shadow:0 24px 65px rgba(7,20,38,.18);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-12px) scale(.985);
    transform-origin:top;
    transition:opacity .25s ease,transform .3s cubic-bezier(.22,1,.36,1),visibility .25s
  }

  .site-nav.open {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none
  }

  .site-nav>a {
    display:flex;
    align-items:center;
    min-height:48px;
    padding:10px 5px;
    border-bottom:1px solid #e6ebf2;
    color:var(--navy);
    font-size:15px;
    font-weight:600
  }

  .site-nav .nav-cta {
    justify-content:center;
    min-height:50px;
    margin:14px 0 0!important;
    padding:12px 18px;
    border:0;
    border-radius:14px;
    background:var(--blue);
    color:#fff!important
  }

  .site-nav .nav-cta span {
    display:none
  }

  .menu-toggle {
    position:relative;
    z-index:1001;
    border-radius:12px
  }

  .menu-toggle span {
    transition:transform .25s ease,opacity .2s ease
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform:translateY(3.5px) rotate(45deg)
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform:translateY(-3.5px) rotate(-45deg)
  }

}

.eyebrow span {
  display:none!important
}

.eyebrow {
  gap:0!important
}

.service-card>span {
  display:none
}

.service-card a b {
  display:none
}

.service-card a {
  gap:0;
  padding-bottom:6px;
  color:var(--blue)!important;
  font-size:14px;
  font-weight:700
}

.service-card a::after {
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:100%;
  height:1px;
  background:currentColor;
  transform-origin:right;
  transition:transform .35s cubic-bezier(.22,1,.36,1)
}

.service-card a:hover::after {
  transform:scaleX(.55)
}

.model {
  position:relative;
  overflow:hidden;
  cursor:pointer;
  outline:none;
  transition:background .38s ease,transform .38s cubic-bezier(.22,1,.36,1),border-color .38s ease,box-shadow .38s ease
}

.model>span {
  display:none
}

.delivery-cta {
  display:flex;
  justify-content:center;
  width:max-content;
  margin:26px 0 0 auto;
  border-radius:14px;
  text-align:center
}

@media(max-width:800px) {
  .delivery-cta {
    width:100%;
    margin-top:22px
  }

}

@media(max-width:800px) {
  .delivery-cta {
    width:max-content;
    margin:22px auto 0
  }

  .final-cta .container>div {
    align-items:center
  }

  .final-cta .button {
    width:max-content;
    margin-inline:auto
  }

}

.footer-nav {
  display:grid;
  grid-template-columns:repeat(3,minmax(150px,1fr));
  gap:22px 48px;
  max-width:720px;
  margin-left:0;
  padding:46px 0
}

.footer-nav>a {
  color:#dce8f8;
  font-size:15px;
  font-weight:600;
  transition:color .25s ease,transform .25s ease
}

.footer-nav>a:hover {
  color:#71a7ff;
  transform:translateX(3px)
}

.footer-bottom {
  align-items:center
}

.footer-legal {
  display:flex;
  align-items:center;
  gap:32px
}

.footer-legal a {
  transition:color .25s ease
}

.footer-legal a:hover {
  color:#fff
}

@media(max-width:800px) {
  .footer-nav {
    grid-template-columns:1fr 1fr;
    gap:18px 28px;
    padding:36px 0
  }

  .footer-bottom {
    align-items:flex-start;
    gap:18px
  }

  .footer-legal {
    flex-wrap:wrap;
    gap:12px 22px
  }

}

.model::before {
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:var(--blue);
  transform:scaleY(0);
  transform-origin:bottom;
  transition:transform .38s cubic-bezier(.22,1,.36,1)
}

.model:is(:hover,.is-active,:focus-visible) {
  background:#102b49;
  border-color:#315276!important;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
  transform:translateX(7px)
}

.model:is(:hover,.is-active,:focus-visible)::before {
  transform:scaleY(1)
}

.model:is(:hover,.is-active,:focus-visible) h3 {
  color:#fff
}

.model:is(:hover,.is-active,:focus-visible) p {
  color:#b6c4d6
}

.model:is(:hover,.is-active,:focus-visible)>b,.model:is(:hover,.is-active,:focus-visible)>span {
  color:var(--blue)
}

@media(max-width:800px) {
  .model:is(:hover,.is-active,:focus-visible) {
    transform:none
  }

}

.tech-logos {
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(32px,44px);
  justify-content:start;
  gap:clamp(6px,.75vw,12px);
  margin-top:18px;
  white-space:nowrap
}

.tech-logo {
  position:relative;
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:1;
  padding:clamp(6px,.6vw,9px);
  overflow:hidden;
  border:1px solid #dce4ee;
  border-radius:12px;
  background:#fff;
  box-shadow:0 5px 14px rgba(7,20,38,.045);
  transition:transform .42s cubic-bezier(.22,1,.36,1),border-color .35s ease,background .35s ease,box-shadow .42s ease
}

.tech-logo::after {
  content:"";
  position:absolute;
  inset:-35%;
  background:linear-gradient(115deg,transparent 37%,rgba(255,255,255,.9) 49%,transparent 61%);
  opacity:0;
  transform:translateX(-65%) rotate(8deg);
  transition:transform .65s cubic-bezier(.22,1,.36,1),opacity .25s ease;
  pointer-events:none
}

.tech-logo::before {
  content:attr(data-label);
  position:absolute;
  z-index:5;
  top:calc(100% + 7px);
  left:50%;
  width:max-content;
  max-width:140px;
  padding:5px 8px;
  border-radius:7px;
  background:var(--navy);
  box-shadow:0 8px 20px rgba(7,20,38,.18);
  color:#fff;
  font-size:9px;
  font-weight:600;
  line-height:1.25;
  letter-spacing:.02em;
  white-space:normal;
  text-align:center;
  opacity:0;
  transform:translate(-50%,-4px);
  transition:opacity .22s ease,transform .3s cubic-bezier(.22,1,.36,1);
  pointer-events:none
}

.tech-logo img {
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .42s cubic-bezier(.22,1,.36,1),filter .35s ease
}

@media(hover:hover) {
  .tech-logo:hover {
    z-index:10;
    overflow:visible;
    transform:translateY(-6px) scale(1.045);
    border-color:#8eb5f5;
    background:#f5f9ff;
    box-shadow:0 16px 30px rgba(23,105,255,.16),0 0 0 3px rgba(23,105,255,.055)
  }

  .tech-logo:hover::before {
    opacity:1;
    transform:translate(-50%,0)
  }

  .tech-logo:hover::after {
    opacity:1;
    transform:translateX(65%) rotate(8deg)
  }

  .tech-logo:hover img {
    transform:scale(1.12);
    filter:saturate(1.12) contrast(1.04)
  }

}

.tech-logo.is-tooltip-open {
  z-index:10;
  overflow:visible;
  border-color:#8eb5f5;
  background:#f5f9ff;
  box-shadow:0 12px 26px rgba(23,105,255,.15),0 0 0 3px rgba(23,105,255,.055)
}

.tech-logo.is-tooltip-open::before {
  opacity:1;
  transform:translate(-50%,0)
}

.tech-logo.is-tooltip-open img {
  transform:scale(1.1);
  filter:saturate(1.1)
}

@media(max-width:800px) {
  .tech-logos {
    grid-auto-columns:minmax(30px,38px);
    gap:6px;
    margin-top:22px
  }

  .tech-logo {
    border-radius:10px
  }

}

.technology-grid article {
  min-height:130px;
  padding:18px 22px
}

.technology-grid {
  border-top:0;
  border-left:0
}

.engineering .section-link {
  position:relative;
  display:flex;
  width:max-content;
  margin-left:auto;
  padding:7px 0 6px;
  color:var(--blue);
  font-size:14px;
  font-weight:700;
  letter-spacing:.01em;
  text-align:right
}

.engineering .section-link span {
  display:none
}

.engineering .section-link::after {
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:100%;
  height:1px;
  background:currentColor;
  transform-origin:right;
  transition:transform .35s cubic-bezier(.22,1,.36,1)
}

.engineering .section-link:hover::after {
  transform:scaleX(.55)
}

.site-nav .nav-cta span {
  display:none
}

.site-nav .nav-cta {
  justify-content:center;
  border-color:var(--blue);
  background:var(--blue);
  box-shadow:0 9px 22px rgba(23,106,252,.18);
  color:#fff;
  text-align:center
}

.site-nav .nav-cta:hover {
  border-color:#0755dd;
  background:#0755dd;
  color:#fff;
  transform:translateY(-2px)
}

.final-cta .button {
  justify-content:center;
  text-align:center
}

@media(min-width:801px) {
  .deliverable-grid>span {
    min-height:64px;
    padding:13px 20px;
    font-size:15px
  }

}

.services-footer {
  display:flex;
  justify-content:flex-end;
  margin-top:22px
}

.services-footer .section-link {
  position:relative;
  display:flex;
  width:max-content;
  margin:0;
  padding:7px 0 6px;
  border-radius:0;
  color:var(--blue);
  font-size:14px;
  font-weight:700;
  letter-spacing:.01em;
  text-align:right
}

.services-footer .section-link::after {
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:100%;
  height:1px;
  background:currentColor;
  transform-origin:right;
  transition:transform .35s cubic-bezier(.22,1,.36,1)
}

.services-footer .section-link:hover {
  background:transparent;
  transform:none
}

.services-footer .section-link:hover::after {
  transform:scaleX(.55)
}

@media(max-width:800px) {
  .deliverable-grid>span {
    min-height:70px;
    padding:15px 18px
  }

}

.deliverable-grid>span {
  gap:13px
}

.deliverable-grid {
  gap:10px;
  border-top:0;
  border-left:0
}

.deliverable-icon {
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid #cfe0fb;
  border-radius:10px;
  background:#f1f6ff;
  color:var(--blue);
  transition:transform .35s cubic-bezier(.22,1,.36,1),background .3s ease,box-shadow .35s ease
}

.deliverable-icon svg {
  width:19px;
  height:19px
}

.deliverable-grid>span:hover .deliverable-icon {
  transform:translateY(-2px) scale(1.04);
  background:#fff;
  box-shadow:0 8px 18px rgba(23,105,255,.12)
}

@media(max-width:800px) {
  .deliverable-icon {
    width:32px;
    height:32px
  }

  .deliverable-icon svg {
    width:18px;
    height:18px
  }

}

.industries {
  padding:22px 0 64px
}

.industries .container {
  padding:42px 46px
}

.industries .section-heading {
  margin-bottom:28px
}

.industries .section-heading h2 {
  margin-top:12px;
  font-size:clamp(36px,3.8vw,50px)
}

.industry-list {
  gap:8px;
  border-top:0
}

.industry-list a {
  min-height:56px;
  padding:13px 17px;
  border:0;
  font-size:16px
}

@media(max-width:800px) {
  .industries {
    padding:18px 0 58px
  }

  .industries .container {
    padding:28px 20px
  }

  .industries .section-heading {
    margin-bottom:24px
  }

  .industries .section-heading h2 {
    font-size:34px
  }

  .industry-list a {
    min-height:54px;
    padding:12px 14px
  }

}

.industry-list a {
  grid-template-columns:1fr
}

.industry-list a>span,.industry-list a>b {
  display:none
}

.industries .dark-section-link {
  position:relative;
  display:flex;
  width:max-content;
  margin:24px 0 0 auto;
  padding:7px 0 6px;
  color:var(--blue);
  font-size:14px;
  font-weight:700;
  letter-spacing:.01em;
  text-align:right
}

.industries .dark-section-link span {
  display:none
}

.industries .dark-section-link::after {
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:100%;
  height:1px;
  background:currentColor;
  transform-origin:right;
  transition:transform .35s cubic-bezier(.22,1,.36,1)
}

.industries .dark-section-link:hover::after {
  transform:scaleX(.55)
}

.industry-list a {
  position:relative;
  overflow:hidden;
  outline:none;
  transition:background .38s ease,transform .38s cubic-bezier(.22,1,.36,1),border-color .38s ease,box-shadow .38s ease
}

.industry-list a::before {
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:var(--blue);
  transform:scaleY(0);
  transform-origin:bottom;
  transition:transform .38s cubic-bezier(.22,1,.36,1)
}

.industry-list a:is(:hover,.is-active,:focus-visible) {
  padding-left:25px;
  background:#143554;
  border-color:#315b82;
  box-shadow:0 16px 38px rgba(0,0,0,.14);
  transform:translateX(6px)
}

.industry-list a:is(:hover,.is-active,:focus-visible)::before {
  transform:scaleY(1)
}

@media(max-width:800px) {
  .industry-list a:is(:hover,.is-active,:focus-visible) {
    padding-left:20px;
    transform:none
  }

}

@media(min-width:801px) {
  .why-grid {
    align-items:stretch
  }

  .why-panel {
    height:100%
  }

  .why-copy {
    display:flex;
    flex-direction:column
  }

  .why-copy ul {
    margin-top:auto
  }

}

.mini-graphic {
  overflow:hidden;
  background-color:rgba(5,36,88,.10);
  background-image:linear-gradient(rgba(255,255,255,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.075) 1px,transparent 1px);
  background-size:32px 32px
}

.mini-graphic::before {
  width:220px;
  height:220px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:50%;
  transform:translate(-50%,-50%);
  box-shadow:0 0 0 42px rgba(255,255,255,.045),0 0 0 84px rgba(255,255,255,.035)
}

.mini-graphic::after {
  content:"DL\A CORE";
  display:grid;
  place-content:center;
  width:92px;
  height:92px;
  border:0;
  border-radius:50%;
  background:#fff;
  box-shadow:0 14px 34px rgba(4,31,70,.22),0 0 0 12px rgba(255,255,255,.11);
  color:var(--blue);
  font:700 22px/1 var(--font-display);
  letter-spacing:-.06em;
  text-align:center;
  white-space:pre;
  transform:translate(-50%,-50%)
}

.mini-graphic i {
  width:12px;
  height:12px;
  border:3px solid rgba(255,255,255,.48);
  background:#fff;
  box-shadow:0 0 0 7px rgba(255,255,255,.08)
}

.mini-graphic i:nth-child(1) {
  left:50%;
  top:12%;
  transform:translateX(-50%)
}

.mini-graphic i:nth-child(2) {
  right:12%;
  top:50%;
  transform:translateY(-50%)
}

.mini-graphic i:nth-child(3) {
  left:50%;
  bottom:12%;
  transform:translateX(-50%)
}

.mini-graphic i:nth-child(4) {
  left:12%;
  bottom:auto;
  top:50%;
  transform:translateY(-50%)
}

.mini-graphic {
  animation:core-grid-drift 14s linear infinite;
  transition:box-shadow .5s ease,transform .55s cubic-bezier(.22,1,.36,1)
}

.mini-graphic::after {
  animation:core-breathe 3.6s ease-in-out infinite;
  transition:box-shadow .45s ease
}

.mini-graphic i {
  animation:node-pulse 2.8s ease-in-out infinite
}

.mini-graphic i:nth-child(2) {
  animation-delay:.7s
}

.mini-graphic i:nth-child(3) {
  animation-delay:1.4s
}

.mini-graphic i:nth-child(4) {
  animation-delay:2.1s
}

.why-panel:hover .mini-graphic {
  transform:translateY(-4px);
  box-shadow:0 20px 45px rgba(4,31,70,.16)
}

.why-panel:hover .mini-graphic::after {
  box-shadow:0 18px 42px rgba(4,31,70,.28),0 0 0 18px rgba(255,255,255,.12)
}

@keyframes core-grid-drift {
  to {
    background-position:32px 32px
  }

}

@keyframes core-breathe {
  0%,100% {
    scale:1
  }

  50% {
    scale:1.045
  }

}

@keyframes node-pulse {
  0%,100% {
    opacity:.62;
    box-shadow:0 0 0 5px rgba(255,255,255,.06)
  }

  50% {
    opacity:1;
    box-shadow:0 0 0 10px rgba(255,255,255,.13)
  }

}

@media(prefers-reduced-motion:reduce) {
  .mini-graphic,.mini-graphic::after,.mini-graphic i {
    animation:none
  }

  .why-panel:hover .mini-graphic {
    transform:none
  }

}

.why-copy li>span {
  display:none
}

.why-copy li {
  gap:0;
  padding:20px 22px
}

.why-copy li b {
  font-size:18px;
  line-height:1.3
}

.why-copy li div p {
  margin-top:7px;
  font-size:14px;
  line-height:1.55
}

@media(max-width:800px) {
  .why-copy li {
    padding:18px
  }

  .why-copy li b {
    font-size:17px
  }

  .why-copy li div p {
    font-size:13px
  }

}

.industry-list a {
  grid-template-columns:38px 1fr;
  gap:12px
}

.industry-list a>.industry-icon {
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border:1px solid #315276;
  border-radius:9px;
  background:rgba(23,105,255,.10);
  color:#65a0ff;
  transition:transform .35s cubic-bezier(.22,1,.36,1),background .3s ease,border-color .3s ease
}

.industry-icon svg {
  width:20px;
  height:20px
}

.industry-list a:is(:hover,.is-active,:focus-visible) .industry-icon {
  transform:scale(1.06);
  border-color:#4b83c5;
  background:rgba(23,105,255,.18);
  color:#8eb8ff
}

@media(max-width:800px) {
  .industry-list a {
    grid-template-columns:36px 1fr;
    gap:10px
  }

  .industry-list a>.industry-icon {
    width:34px;
    height:34px
  }

  .industry-icon svg {
    width:19px;
    height:19px
  }

}

@media(max-width:800px) {
  .technology-grid article {
    min-height:130px;
    padding:19px
  }

  .tech-logos {
    margin-top:16px
  }

}

.service-card,.service-card:nth-child(1),.service-card:nth-child(4),.service-card:nth-child(7),.service-card:nth-child(8) {
  min-height:250px;
  padding:25px 26px
}

.service-card .icon {
  margin:4px 0 28px
}

.service-card h3 {
  margin-bottom:9px
}

@media(min-width:801px) {
  .service-card,.service-card:nth-child(1),.service-card:nth-child(4),.service-card:nth-child(7),.service-card:nth-child(8) {
    min-height:220px;
    padding:21px 23px
  }

  .service-card .icon {
    width:39px;
    height:39px;
    margin:2px 0 18px
  }

  .service-card p {
    line-height:1.5
  }

  .service-card a {
    bottom:18px
  }

}

@media(max-width:800px) {
  .service-card,.service-card:nth-child(1),.service-card:nth-child(4),.service-card:nth-child(7),.service-card:nth-child(8) {
    min-height:235px;
    padding:23px 24px
  }

  .service-card .icon {
    margin-bottom:24px
  }

}

@media(max-width:800px) {
  .nav-wrap {
    height:108px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:68px 30px;
    column-gap:12px;
    padding:5px 14px 4px
  }

  .brand {
    grid-column:1;
    grid-row:1;
    min-width:0
  }

  .mobile-nav-actions {
    display:contents
  }

  .mobile-project-cta {
    display:flex;
    grid-column:2;
    grid-row:1;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:9px 13px;
    border-radius:13px;
    background:var(--blue);
    box-shadow:0 9px 22px rgba(23,106,252,.20);
    color:#fff;
    font-size:11px;
    font-weight:700;
    letter-spacing:.01em;
    white-space:nowrap
  }

  .mobile-nav-actions .menu-toggle {
    grid-column:1/-1;
    grid-row:2;
    justify-self:center;
    width:42px;
    height:28px;
    padding:0;
    align-items:center
  }

  .mobile-nav-actions .menu-toggle span {
    width:25px
  }

  .site-nav .nav-cta {
    display:none
  }

  .hero {
    padding-top:128px
  }

}

@media(max-width:800px) {
  .orbit-two,.mini-graphic,.mini-graphic::after,.mini-graphic i {
    animation:none
  }

  .mobile-project-cta {
    font-size:12px
  }

  .credibility-grid>span {
    font-size:11px
  }

  .menu-toggle {
    min-width:42px;
    min-height:34px
  }

}

@media(max-width:360px) {
  .brand-logo {
    width:142px;
    height:42px
  }

  .mobile-project-cta {
    padding-inline:10px;
    font-size:11px
  }

}

.delivery-cta,.final-cta .button {
  border-radius:14px;
  font-weight:700
}

.hero-learn-more {
  width:max-content;
  margin-left:auto
}

.button:active,.nav-cta:active,.mobile-project-cta:active {
  transform:scale(.975)
}

.hero-learn-more:active,.service-card a:active,.engineering .section-link:active,.industries .dark-section-link:active {
  opacity:.68
}

@media(max-width:800px) {
  .service-card:hover,.technology-grid article:hover,.why-copy li:hover {
    transform:none
  }

  .hero-actions {
    align-items:flex-end
  }

}

.theme-switch-row {
  position:absolute;
  inset:104px 0 auto;
  z-index:80;
  pointer-events:none
}

.theme-switch-row .container {
  display:flex;
  justify-content:flex-end
}

.theme-switch {
  display:inline-grid;
  grid-template-columns:repeat(2,1fr);
  gap:4px;
  padding:4px;
  border:1px solid #d6dfeb;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 28px rgba(7,20,38,.08);
  backdrop-filter:blur(14px);
  pointer-events:auto
}

.theme-switch button {
  min-width:70px;
  min-height:34px;
  padding:7px 14px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#526176;
  font:700 12px var(--font-body);
  cursor:pointer;
  transition:background .25s ease,color .25s ease,box-shadow .25s ease
}

.theme-switch button.is-active {
  background:#1769ff;
  color:#fff;
  box-shadow:0 5px 14px rgba(23,105,255,.25)
}

.theme-switch-mobile {
  display:none
}

html[data-theme="dark"] .theme-switch {
  border-color:#29435f;
  background:rgba(8,25,43,.9);
  box-shadow:0 10px 30px rgba(0,0,0,.22)
}

html[data-theme="dark"] .theme-switch button {
  color:#aebed1
}

html[data-theme="dark"] .theme-switch button.is-active {
  color:#fff
}

@media(max-width:800px) {
  .theme-switch-row {
    display:none
  }

  .theme-switch-mobile {
    display:grid;
    width:100%;
    margin-top:16px;
    border-color:#d7e0ec;
    box-shadow:none
  }

  html[data-theme="dark"] .theme-switch-mobile {
    border-color:#29435f
  }

  .theme-switch button {
    min-height:40px
  }
}

@media(max-width:800px) {
  .site-header {
    top:0!important;
  }

  .brand {
    gap:0!important;
    transform:none!important;
  }

  .mobile-nav-tools {
    gap:normal!important;
  }

  .mobile-nav-tools .language-switch-mobile,
  .mobile-nav-actions .menu-toggle,
  .mobile-nav-tools .theme-switch-mobile {
    grid-column:auto!important;
  }

  .mobile-nav-tools .language-switch-mobile {
    align-self:auto!important;
    justify-self:start!important;
  }

  .mobile-nav-tools .language-switch-mobile button {
    width:30px!important;
    min-width:30px!important;
    height:30px!important;
    min-height:30px!important;
  }

  .mobile-nav-actions .menu-toggle {
    align-self:auto!important;
    justify-self:center!important;
  }

  .mobile-nav-tools .theme-switch-mobile {
    align-self:auto!important;
    justify-self:end!important;
    gap:2px!important;
    padding:3px!important;
  }

  .mobile-project-cta {
    letter-spacing:normal!important;
  }

  .mobile-nav-actions .menu-toggle span {
    left:8px!important;
    width:28px!important;
    transform:none!important;
  }

  .mobile-nav-actions .menu-toggle span:nth-child(1) {
    top:12px!important;
  }

  .mobile-nav-actions .menu-toggle span:nth-child(2) {
    top:20px!important;
  }

  .mobile-nav-actions .menu-toggle span:nth-child(3) {
    top:28px!important;
  }

  .mobile-nav-actions .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    top:20px!important;
    transform:rotate(45deg)!important;
  }

  .mobile-nav-actions .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity:0!important;
  }

  .mobile-nav-actions .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    top:20px!important;
    transform:rotate(-45deg)!important;
  }
}

@media(prefers-reduced-motion:reduce) {
  .theme-switch button {
    transition:none
  }
}

.theme-switch-row {
  inset:118px 0 auto;
  z-index:90
}

.theme-switch button {
  min-width:44px;
  width:44px;
  padding:7px;
  font-size:0
}

.theme-switch button::before {
  display:block;
  font-size:19px;
  line-height:1
}

.theme-switch button[data-theme-option="light"]::before {
  content:"☀";
  color:#f3a712
}

.theme-switch button[data-theme-option="dark"]::before {
  content:"☾";
  color:#729fff
}

.theme-switch button.is-active::before {
  color:#fff
}

@media(max-width:800px) {
  .theme-switch-mobile button {
    width:auto;
    min-width:0
  }
}

@media(min-width:801px) {
  .theme-switch-row {
    position:relative;
    inset:auto;
    height:44px;
    margin-top:96px;
    z-index:90
  }

  .hero {
    padding-top:10px
  }
}

.theme-switch button[data-theme-option="light"]::before {
  content:"☀︎";
  color:currentColor
}

.theme-switch button[data-theme-option="dark"]::before {
  content:"☾";
  color:currentColor
}

@media(max-width:800px) {
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform:translateY(8px) rotate(45deg)
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity:0;
    transform:scaleX(0)
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform:translateY(-8px) rotate(-45deg)
  }
}

html[data-theme="light"] .theme-switch-row,html[data-theme="light"] .hero {
  background:#f3f6fb
}

html[data-theme="dark"] .theme-switch-row,html[data-theme="dark"] .hero {
  background:#07111f
}

.theme-switch button::before {
  content:"";
  display:block;
  width:20px;
  height:20px;
  background:currentColor;
  -webkit-mask-position:center;
  -webkit-mask-repeat:no-repeat;
  -webkit-mask-size:contain;
  mask-position:center;
  mask-repeat:no-repeat;
  mask-size:contain
}

.theme-switch button[data-theme-option="light"]::before {
  content:"";
  color:currentColor;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.42 1.42M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.42-1.42M17.66 6.34l1.41-1.41' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.42 1.42M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.42-1.42M17.66 6.34l1.41-1.41' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
}

.theme-switch button[data-theme-option="dark"]::before {
  content:"";
  color:currentColor;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 15.5A8.5 8.5 0 0 1 8.5 4 8.5 8.5 0 1 0 20 15.5Z' fill='black'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 15.5A8.5 8.5 0 0 1 8.5 4 8.5 8.5 0 1 0 20 15.5Z' fill='black'/%3E%3C/svg%3E")
}

@media(max-width:800px) {
  .mobile-nav-actions .menu-toggle {
    position:relative;
    display:block;
    gap:0
  }

  .mobile-nav-actions .menu-toggle span {
    position:absolute;
    left:50%;
    top:50%;
    width:25px;
    height:2px;
    margin:0;
    transform-origin:center;
    transition:transform .25s ease,opacity .2s ease
  }

  .mobile-nav-actions .menu-toggle span:nth-child(1) {
    transform:translate(-50%,-8px)
  }

  .mobile-nav-actions .menu-toggle span:nth-child(2) {
    transform:translate(-50%,-50%)
  }

  .mobile-nav-actions .menu-toggle span:nth-child(3) {
    transform:translate(-50%,6px)
  }

  .mobile-nav-actions .menu-toggle[aria-expanded="true"] span:first-child {
    transform:translate(-50%,-50%) rotate(45deg)
  }

  .mobile-nav-actions .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity:0;
    transform:translate(-50%,-50%) scaleX(0)
  }

  .mobile-nav-actions .menu-toggle[aria-expanded="true"] span:last-child {
    transform:translate(-50%,-50%) rotate(-45deg)
  }
}

.theme-switch button {
  display:grid;
  place-items:center
}

.theme-switch button::before {
  margin:auto
}

@media(max-width:800px) {
  .theme-switch-mobile {
    width:max-content;
    min-width:0;
    margin:16px 0 0 auto;
    justify-self:end;
    align-self:flex-end;
    padding:3px
  }

  .theme-switch-mobile button {
    width:38px;
    min-width:38px;
    min-height:36px;
    padding:6px
  }

  .theme-switch-mobile button::before {
    width:18px;
    height:18px
  }
}

.mobile-nav-tools {
  display:contents
}

.theme-switch-desktop-nav {
  flex:0 0 auto;
  margin-left:2px
}

@media(min-width:801px) {
  .hero {
    padding-top:118px
  }
}

@media(max-width:800px) {
  .theme-switch-desktop-nav {
    display:none
  }

  .mobile-nav-actions {
    display:grid;
    grid-column:2;
    grid-row:1/3;
    grid-template-columns:auto;
    grid-template-rows:68px 30px;
    align-items:center;
    justify-items:end;
    min-width:0
  }

  .mobile-project-cta {
    grid-column:1;
    grid-row:1;
    align-self:center
  }

  .mobile-nav-tools {
    display:flex;
    grid-column:1;
    grid-row:2;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    height:30px
  }

  .mobile-nav-actions .menu-toggle {
    grid-column:auto;
    grid-row:auto;
    justify-self:auto;
    flex:0 0 42px
  }

  .mobile-nav-tools .theme-switch-mobile {
    display:grid;
    flex:0 0 auto;
    width:max-content;
    margin:0;
    align-self:center;
    justify-self:auto
  }
}

@media(max-width:800px) {
  .nav-wrap {
    height:116px;
    grid-template-rows:64px 42px;
    padding:5px 14px
  }

  .mobile-nav-actions {
    display:contents
  }

  .mobile-project-cta {
    grid-column:2;
    grid-row:1
  }

  .mobile-nav-tools {
    position:relative;
    display:flex;
    grid-column:1/-1;
    grid-row:2;
    align-items:center;
    justify-content:center;
    width:100%;
    height:42px
  }

  .mobile-nav-actions .menu-toggle {
    position:relative;
    flex:0 0 42px;
    width:42px;
    height:32px
  }

  .mobile-nav-tools .theme-switch-mobile {
    position:absolute;
    right:0;
    top:50%;
    width:max-content;
    margin:0;
    padding:2px;
    transform:translateY(-50%)
  }

  .mobile-nav-tools .theme-switch-mobile button {
    width:34px;
    min-width:34px;
    min-height:30px;
    height:30px;
    padding:5px
  }

  .mobile-nav-tools .theme-switch-mobile button::before {
    width:16px;
    height:16px
  }

  .hero {
    padding-top:136px
  }
}

@media(min-width:801px) {
  .theme-switch-desktop-nav {
    gap:2px;
    padding:3px
  }

  .theme-switch-desktop-nav button {
    width:34px;
    min-width:34px;
    min-height:30px;
    height:30px;
    padding:5px
  }

  .theme-switch-desktop-nav button::before {
    width:16px;
    height:16px
  }
}

@media(min-width:801px) {
  .delivery .sticky-copy {
    position:static;
    top:auto;
    display:flex;
    align-self:stretch;
    align-items:center
  }

  .delivery .sticky-copy h2 {
    margin-block:0
  }
}

@media(min-width:801px) {
  .hero-copy {
    display:grid;
    grid-template-rows:auto 1fr auto;
    align-self:center;
    width:100%;
    height:425px;
    min-height:425px;
    max-height:425px
  }

  .hero-copy .eyebrow {
    align-self:start
  }

  .hero-copy h1 {
    align-self:center
  }

  .hero-copy .hero-lede {
    align-self:end;
    margin:0;
    padding-top:24px
  }
}

@media(min-width:801px) {
  .hero-copy {
    box-sizing:border-box;
    padding-block:13px
  }
}

@media(min-width:801px) {
  #services .service-card {
    min-height:176px;
    padding:18px 22px
  }

  #services .service-card .icon {
    width:38px;
    height:38px;
    margin:0 0 13px
  }
}

@media(max-width:800px) {
  #services .service-card {
    min-height:190px;
    padding:20px 22px
  }

  #services .service-card .icon {
    margin:0 0 16px
  }
}

.site-footer {
  padding:48px 0 22px
}

.footer-top {
  padding-bottom:28px
}

.footer-links {
  padding:34px 0
}

.footer-bottom {
  padding-top:18px
}

@media(max-width:800px) {
  .site-footer {
    padding:38px 0 20px
  }

  .footer-top {
    padding-bottom:22px
  }

  .footer-links {
    padding:28px 0
  }

  .footer-bottom {
    padding-top:16px
  }
}
.language-switch {
  display:inline-grid;
  grid-template-columns:repeat(2,1fr);
  gap:4px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none
}

.language-switch button {
  width:30px;
  min-width:30px;
  height:30px;
  min-height:30px;
  padding:0;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#526176;
  font:700 10px var(--font-body);
  letter-spacing:.04em;
  cursor:pointer;
  transition:background .25s ease,color .25s ease,box-shadow .25s ease
}

.language-switch button.is-active {
  background:var(--blue);
  color:#fff;
  box-shadow:0 4px 12px rgba(23,105,255,.24)
}

.language-switch button:focus-visible {
  outline:2px solid var(--blue);
  outline-offset:2px
}

html[data-theme="dark"] .language-switch {
  border-color:transparent;
  background:transparent;
  box-shadow:none
}

html[data-theme="dark"] .language-switch button {
  color:#aebed1
}

html[data-theme="dark"] .language-switch button.is-active {
  color:#fff
}

.language-switch-mobile {
  display:none
}

@media(min-width:801px) {
  .language-switch-desktop {
    flex:0 0 auto;
    margin-left:2px
  }
}

@media(max-width:800px) {
  .language-switch-desktop {
    display:none
  }

  .mobile-nav-tools .language-switch-mobile {
    position:absolute;
    left:0;
    top:50%;
    display:grid;
    grid-template-columns:repeat(2,30px);
    align-items:center;
    width:max-content;
    transform:translateY(-50%)
  }

  .mobile-nav-tools .language-switch-mobile button {
    width:30px;
    min-width:30px;
    height:28px;
    min-height:28px
  }

  .nav-wrap>.brand {
    transform:translateX(-11px)
  }
}

@media(max-width:800px) {
  .delivery-options {
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(0,1fr) minmax(0,.9fr);
    justify-content:center;
    gap:8px;
    width:100%;
    padding-top:24px;
    border-top-color:#3d5572
  }

  .delivery-options span {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:8px 5px;
    border-color:#5d83b2;
    background:rgba(23,105,255,.14);
    box-shadow:0 5px 16px rgba(0,0,0,.14);
    color:#edf5ff;
    font-size:9px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:.045em;
    text-align:center;
    white-space:nowrap
  }
}

.footer-top {
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px
}

.footer-title {
  color:#fff;
  font:700 15px var(--font-display);
  letter-spacing:.03em
}

.footer-tagline {
  color:#8e9aab;
  text-align:left
}

.site-header {
  position:fixed;
  z-index:100;
  transition:background .25s ease,border-color .25s ease
}

.nav-wrap {
  display:flex;
  align-items:center;
  justify-content:space-between
}

.brand-logo {
  display:block;
  width:194px;
  height:68px;
  max-width:none;
  object-fit:contain;
  object-position:left center
}

.site-nav {
  display:flex;
  align-items:center;
  gap:25px;
  color:#354358;
  font-size:13px;
  font-weight:500
}

.site-nav>a:not(.nav-cta) {
  position:relative;
  padding:8px 0;
  transition:color .2s ease
}

.site-nav>a:not(.nav-cta)::after {
  content:"";
  position:absolute;
  right:0;
  bottom:2px;
  left:0;
  height:1px;
  background:var(--blue);
  transform:scaleX(0);
  transform-origin:right;
  transition:transform .25s ease
}

.site-nav>a:not(.nav-cta):hover,
.site-nav>a.is-current {
  color:var(--blue)
}

.site-nav>a:not(.nav-cta):hover::after,
.site-nav>a.is-current::after {
  transform:scaleX(1);
  transform-origin:left
}

.nav-cta,
.mobile-project-cta {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:14px;
  background:var(--blue);
  color:#fff;
  font-weight:600;
  box-shadow:0 12px 28px rgba(23,105,255,.2)
}

.nav-cta {
  min-height:48px;
  margin-left:4px;
  padding:0 18px
}

@media(min-width:801px) {
  .brand-logo {
    width:194px!important;
    height:68px!important;
  }

  .site-nav {
    gap:25px!important;
    font-size:13px!important;
  }

  .mobile-project-cta {
    display:none;
  }

  .site-header {
    inset:14px 0 auto;
    border:0;
    background:transparent;
    backdrop-filter:none
  }

  .site-header.scrolled {
    border:0;
    background:transparent;
    backdrop-filter:none
  }

  .nav-wrap {
    height:72px;
    padding:0 20px;
    border:1px solid var(--line);
    border-radius:18px;
    background:rgba(255,255,255,.92);
    box-shadow:0 14px 40px rgba(7,20,38,.07);
    backdrop-filter:blur(18px)
  }

  html[data-theme="dark"] .nav-wrap {
    background:rgba(7,20,38,.94)
  }
}

@media(max-width:800px) {
  .site-header {
    position:fixed;
    padding:12px 0 0
  }

  .site-header.scrolled {
    border-color:transparent;
    background:transparent;
    backdrop-filter:none
  }

  .nav-wrap {
    position:relative;
    display:grid;
    grid-template-columns:1fr auto;
    grid-template-rows:auto auto;
    gap:8px 10px;
    height:148px;
    padding:12px 14px;
    border:1px solid var(--line);
    border-radius:22px;
    background:rgba(255,255,255,.92);
    box-shadow:0 16px 46px rgba(7,20,38,.08);
    backdrop-filter:blur(16px)
  }

  html[data-theme="dark"] .nav-wrap {
    background:rgba(7,20,38,.94)
  }

  .brand-logo {
    width:202px;
    height:72px;
    max-width:none
  }

  .mobile-nav-actions {
    display:contents
  }

  .mobile-project-cta {
    display:inline-flex;
    align-self:center;
    min-height:52px;
    padding:0 16px;
    font-size:14px
  }

  .mobile-nav-tools {
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:1fr 48px 1fr;
    align-items:center
  }

  .language-switch-mobile {
    grid-column:1;
    justify-self:start
  }

  .theme-switch-mobile {
    grid-column:3;
    justify-self:end
  }

  .mobile-nav-tools .language-switch-mobile,
  .mobile-nav-tools .theme-switch-mobile {
    position:static;
    transform:none;
  }

  .mobile-nav-actions .menu-toggle {
    position:relative;
    top:auto;
    left:auto;
    flex:none;
    width:44px;
    height:42px;
    transform:none;
    grid-column:2;
  }

  .menu-toggle {
    position:relative;
    display:block;
    justify-self:center;
    width:44px;
    height:42px;
    padding:0;
    border:0;
    background:transparent;
    cursor:pointer
  }

  .menu-toggle span {
    position:absolute;
    left:8px;
    width:28px;
    height:2px;
    background:var(--navy);
    transition:transform .25s ease,opacity .2s ease,top .25s ease
  }

  .menu-toggle span:nth-child(1) {
    top:12px
  }

  .menu-toggle span:nth-child(2) {
    top:20px
  }

  .menu-toggle span:nth-child(3) {
    top:28px
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    top:20px;
    transform:rotate(45deg)
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity:0
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    top:20px;
    transform:rotate(-45deg)
  }

  .site-nav {
    position:fixed;
    top:172px;
    right:16px;
    left:16px;
    z-index:99;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    max-height:calc(100vh - 188px);
    padding:18px 24px;
    overflow:auto;
    border:1px solid var(--line);
    border-radius:24px;
    background:var(--white);
    box-shadow:0 24px 70px rgba(7,20,38,.18);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-12px);
    transition:opacity .25s ease,transform .25s ease,visibility .25s
  }

  .site-nav.open {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none
  }

  .site-nav>a:not(.nav-cta) {
    padding:15px 4px;
    border-bottom:1px solid var(--line);
    font-size:17px
  }

  .site-nav>a:not(.nav-cta)::after {
    display:none
  }

  .site-nav .language-switch-desktop,
  .site-nav .theme-switch-desktop-nav,
  .site-nav .nav-cta {
    display:none
  }
}

@media(max-width:520px) {
  .brand-logo {
    width:190px!important;
  }

  .mobile-project-cta {
    padding:0 13px!important;
    font-size:12px!important;
  }
}

@media(max-width:600px) {
  .technology-grid {
    grid-template-columns:1fr
  }
}
