@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Roboto:wght@400;500;600;700&display=swap');

:root {
  --orbit-blue: #0900e9;
  --orbit-cyan: #0eb4e4;
  --orbit-pale: #e9f6ff;
  --text: #fff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--orbit-blue);
  color: var(--text);
  font-family: "Roboto", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, input, textarea { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }

.skip-link,
.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;
}

.skip-link:focus {
  position: fixed;
  z-index: 20000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: #fff;
  color: var(--orbit-blue);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 10px 0 0;
  background: var(--orbit-blue);
}

.header-shell {
  width: min(1140px, calc(100% - 36px));
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.visit-link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.visit-link svg,
.expert-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.mobile-menu-mark { display: none; }
.orbit-logo { --logo-height: 46px; justify-self: center; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; white-space: nowrap; }
.orbit-logo--image { gap: 0; }
.orbit-logo--image img { display: block; width: auto; height: var(--logo-height); max-width: none; }
.orbit-logo__badge { display: inline-flex; align-items: center; justify-content: center; height: var(--logo-height); padding: 0 9px; border: 3px solid var(--orbit-cyan); border-radius: 7px; background: rgba(14, 180, 228, .35); color: var(--orbit-cyan); font-family: "Archivo", sans-serif; font-size: calc(var(--logo-height) * .5); font-weight: 700; letter-spacing: .08em; line-height: 1; }
.orbit-logo__name { display: inline-flex; align-items: center; font-family: "Archivo", sans-serif; font-size: calc(var(--logo-height) * .55); font-weight: 700; letter-spacing: .01em; line-height: 1; }
.orbit-logo__name span { color: var(--orbit-cyan); }
.orbit-logo__name b { color: #fff; }

.expert-button { justify-self: end; display: inline-flex; align-items: center; justify-content: center; gap: 6px; width: auto; min-width: 220px; padding: 14px 7px; border: 1px solid #fff; border-radius: 6px; background: transparent; color: #fff; font-size: 19px; font-weight: 500; cursor: pointer; white-space: nowrap; }
.expert-button__mobile { display: none; }

.hero {
  padding: clamp(34px, 6vw, 72px) 0 0;
  background: var(--orbit-blue);
}

.hero-shell {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.02em;
}

.hero h1 span { display: block; }

.hero-copy {
  max-width: 1080px;
  margin: 12px auto 20px;
  padding: 0 180px;
  color: rgba(255, 255, 255, .95);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.demo-switcher {
  display: flex;
  width: min(760px, 80%);
  margin: 2px auto 30px;
  overflow: hidden;
  border: 1.5px solid var(--orbit-pale);
  border-radius: 10px;
}

.demo-switcher__button {
  flex: 1 1 50%;
  padding: 14px 12px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
}

.demo-switcher__button + .demo-switcher__button { border-left: 1px solid rgba(255, 255, 255, .65); }
.demo-switcher__button.is-active { background: #fff; color: var(--orbit-blue); }

.how-panel,
.claim-panel { width: min(760px, 100%); margin: 0 auto; }

.video-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--orbit-cyan);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.video-card img { display: block; width: 100%; height: auto; }

.video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 84px;
  height: 84px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  font-size: 34px;
  padding-left: 4px;
}

.claim-panel {
  position: relative;
  padding: 18px;
  border: 1px solid #9ecff0;
  border-radius: 14px;
  background: var(--orbit-pale);
  box-shadow: 0 18px 34px rgba(14, 97, 162, .18);
  color: #1a2e4d;
}

.claim-mode {
  min-height: 38px;
  margin: 0 auto 10px;
  padding: 8px 12px;
  border: 1px solid #9ecff0;
  border-radius: 999px;
  background: #fff;
  color: var(--orbit-blue);
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.claim-panel h2 {
  margin: 0 0 8px;
  color: var(--orbit-blue);
  font-family: "Archivo", sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.08;
}

.claim-panel p { margin: 0 0 10px; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.45; }
.claim-panel strong { color: #0a2e63; }

.lookup-row,
.request-grid { display: grid; gap: 10px; }
.lookup-row { grid-template-columns: minmax(0, 1fr) auto; }
.request-grid { grid-template-columns: 1fr 1fr; margin-bottom: 10px; }

.claim-panel input,
.claim-panel textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #b7d8f0;
  border-radius: 10px;
  background: #fff;
  color: var(--orbit-blue);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
}

.claim-panel textarea { min-height: 112px; resize: vertical; }

.lookup-row button,
.request-submit {
  min-height: 62px;
  padding: 15px 16px;
  border: 2px solid #5065ff;
  border-radius: 14px;
  background: #1b27f5;
  box-shadow: 0 6px 14px rgba(13, 39, 160, .26);
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 700;
  cursor: pointer;
}

.claim-help { margin: 10px 0 0 !important; color: #314c77; font-size: 13px !important; }
.claim-help button { padding: 0; border: 0; background: transparent; color: var(--orbit-blue); font-weight: 700; cursor: pointer; }
.request-submit { margin-top: 10px; }
.static-status { margin: 12px 0 0 !important; padding: 10px 12px; border-radius: 9px; background: rgba(16, 185, 129, .14); color: #065f46; font-size: 14px !important; font-weight: 600; }

.microsoft-badge {
  display: block;
  width: 250px;
  height: auto;
  margin: 65px auto 0;
}

.orbit-summary {
  padding: 0;
  background: var(--orbit-blue);
  text-align: center;
}

.summary-shell {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 20px 30px;
}

.summary-lead {
  margin: 10px 0;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.02em;
}

.summary-copy {
  margin: 0 100px 30px;
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
}

/* Orbit homepage capability experience, adapted from the LeadPull carousel. */
.orbit-home-capabilities {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0;
  background: var(--orbit-blue);
  color: #fff;
}

.orbit-home-capabilities-inner {
  width: min(calc(100% - 48px), 1120px);
  margin: 0 auto;
}

.orbit-capabilities-intro,
.orbit-capability-overview {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.orbit-capabilities-intro h2,
.orbit-capability-overview h2 {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: 800 clamp(34px, 5vw, 45px)/1.08 "Roboto", sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

.orbit-capabilities-intro > p:last-child,
.orbit-capability-overview > p:last-child {
  max-width: 880px;
  margin: 18px auto 0;
  color: #d5d8f2;
  font-size: 19px;
  line-height: 1.65;
}

.orbit-capability-switcher {
  margin: 34px 0 70px;
}

.orbit-capability-tabrail {
  position: relative;
  width: min(100%, 765px);
  margin: 0 auto 18px;
}

.orbit-capability-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 6px;
  overflow-x: auto;
  background: none;
  border: 1px solid #fff;
  border-radius: 14px;
}

.orbit-capability-tab-scroll {
  display: none;
}

.orbit-capability-tab {
  min-width: 0;
  padding: 12px 14px;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 9px !important;
  color: #fff !important;
  font: 700 18px/1.2 "Roboto", sans-serif;
  cursor: pointer;
  white-space: nowrap;
}

.orbit-capability-tab:hover,
.orbit-capability-tab:focus-visible,
.orbit-capability-tab.is-active {
  background: var(--orbit-cyan) !important;
  border-color: var(--orbit-cyan) !important;
  color: #0e0a33 !important;
  outline: 0;
}

.orbit-capability-stage {
  position: relative;
  width: 100vw;
  min-height: 460px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.orbit-capability-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  width: min(60vw, 768px);
  padding: clamp(28px, 6vw, 64px);
  overflow: hidden;
  background: rgba(14, 10, 51, .28);
  border: 1px solid rgba(14, 180, 228, .75);
  border-radius: 18px;
  text-align: center;
  opacity: .16;
  transform: translateX(-50%) scale(1);
  transition: transform .76s cubic-bezier(.16, 1, .3, 1), opacity .52s ease, border-color .52s ease;
  will-change: transform, opacity;
}

.orbit-capability-slide.is-active {
  z-index: 2;
  border-color: var(--orbit-cyan);
  opacity: 1;
}

.orbit-capability-slide.is-neighbor {
  opacity: .58;
}

.orbit-capability-visual-icon {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  background: var(--orbit-cyan);
  border: 2px solid #fff;
  border-radius: 28px;
  color: #0e0a33;
  box-shadow: 0 18px 50px rgba(14, 180, 228, .22);
}

.orbit-capability-visual-icon i {
  font-size: 48px;
}

.orbit-capability-visual-label {
  margin: 4px 0 -6px;
  color: var(--orbit-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.orbit-capability-slide h3 {
  margin: 0;
  color: #fff;
  font: 800 clamp(32px, 5vw, 48px)/1.1 "Roboto", sans-serif;
}

.orbit-capability-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.orbit-capability-chips span {
  padding: 8px 13px;
  background: rgba(9, 2, 201, .76);
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.orbit-capability-description {
  width: min(100%, 880px);
  min-height: 62px;
  margin: 18px auto 0;
  color: #d5d8f2;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.orbit-capability-overview {
  padding-top: 8px;
}

.orbit-capability-overview h2 span {
  color: var(--orbit-cyan);
}

.orbit-feature-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  margin-bottom: 50px;
}

.orbit-feature-card {
  min-width: 0;
  padding: 26px;
  background: rgba(14, 10, 51, .18);
  border: 1px solid #fff;
  border-radius: 14px;
  text-align: left;
}

.orbit-feature-card > i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  background: var(--orbit-cyan);
  border-radius: 12px;
  color: #0e0a33;
  font-size: 23px;
}

.orbit-feature-card h3 {
  margin: 0 0 9px;
  color: #fff;
  font: 800 25px/1.15 "Roboto", sans-serif;
}

.orbit-feature-card p {
  margin: 0;
  color: #d5d8f2;
  font-size: 16px;
  line-height: 1.6;
}

.orbit-feature-card .orbit-feature-card-lead {
  margin-bottom: 9px;
  color: var(--orbit-cyan);
  font-weight: 800;
}

.main-site-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border: 1.5px solid #fff;
  border-radius: 7px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  margin-top: 17px;
}

.main-site-button > i {
  flex: 0 0 auto;
  font-size: .8em;
}

.industry-focus {
  width: 100%;
  padding: 60px 0;
  background: var(--orbit-blue);
  color: #fff;
}

.industry-focus__inner {
  width: min(1096px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(14, 180, 228, .22), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(3, 0, 123, .12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 24px 70px rgba(2, 0, 99, .22);
  text-align: center;
}

.industry-focus h2 {
  margin: 0;
  color: #fff;
  font: 700 clamp(38px, 4vw, 47px)/.95 "Archivo", sans-serif;
  letter-spacing: -.02em;
}

.industry-focus__subtitle {
  margin: 16px 0 26px;
  color: #fff;
  font: 700 clamp(23px, 2.5vw, 30px)/1.5 "Roboto", sans-serif;
}

.industry-finder {
  position: relative;
  z-index: 5;
  margin: 0 0 30px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid #9ecff0;
  border-radius: 14px;
  background: var(--orbit-pale);
  box-shadow: 0 18px 34px rgba(14, 97, 162, .18);
  color: #1a2e4d;
  text-align: center;
}

.industry-finder__intro {
  width: min(900px, 100%);
  margin: 0 auto;
}

.industry-finder__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid #9ecff0;
  border-radius: 999px;
  background: #fff;
  color: var(--orbit-blue);
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.industry-finder__intro h3 {
  margin: 0 0 12px;
  color: var(--orbit-blue);
  font: 700 clamp(24px, 2.6vw, 34px)/1.08 "Archivo", sans-serif;
  letter-spacing: -.02em;
}

.industry-finder__intro p {
  margin: 0 auto;
  color: #1a2e4d;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.45;
}

.industry-finder__control {
  position: relative;
  width: min(780px, 100%);
  margin: 24px auto 0;
}

.industry-finder__input-wrap {
  position: relative;
}

.industry-finder__input-wrap > i {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: var(--orbit-blue);
  pointer-events: none;
}

.industry-finder__input-wrap input {
  width: 100%;
  min-height: 58px;
  padding: 15px 50px 15px 47px;
  border: 1px solid #b7d8f0;
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: var(--orbit-blue);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  box-shadow: none;
  -webkit-appearance: none;
}

.industry-finder__input-wrap input::-webkit-search-cancel-button {
  display: none;
}

.industry-finder__input-wrap input::placeholder {
  color: #6c6b91;
  opacity: 1;
}

.industry-finder__input-wrap input:focus {
  border-color: var(--orbit-cyan);
  box-shadow: 0 0 0 4px rgba(14, 180, 228, .18);
}

.industry-finder__clear {
  position: absolute;
  top: 50%;
  right: 9px;
  display: grid;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #484675;
  cursor: pointer;
}

.industry-finder__clear[hidden],
.industry-finder__suggestions[hidden] {
  display: none;
}

.industry-finder__clear:hover,
.industry-finder__clear:focus-visible {
  background: #edfaff;
  color: var(--orbit-blue);
  outline: 2px solid var(--orbit-cyan);
}

.industry-finder__suggestions {
  position: absolute;
  z-index: 10;
  top: calc(100% - 27px);
  right: 0;
  left: 0;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(9, 0, 233, .18);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(1, 0, 74, .34);
}

.industry-finder__suggestion {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #11105f;
  text-align: left;
  cursor: pointer;
}

.industry-finder__suggestion span {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.industry-finder__suggestion small {
  grid-column: 1;
  margin-top: 2px;
  color: #68678b;
  font-size: 12px;
}

.industry-finder__suggestion i {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--orbit-blue);
}

.industry-finder__suggestion:hover,
.industry-finder__suggestion:focus-visible,
.industry-finder__suggestion.is-active {
  outline: 0;
  background: #e9f9ff;
}

.industry-finder__status {
  min-height: 18px;
  margin: 9px 2px 0;
  color: #314c77;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.industry-focus__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 7px;
  width: 100%;
  margin: 0 auto 6px;
}

.industry-focus__tab {
  min-height: 51px;
  padding: 13px 17px;
  border: 1px solid #fff;
  border-radius: 11px;
  background: transparent;
  color: #fff;
  font: 700 20px/1.15 "Roboto", sans-serif;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}

.industry-focus__tab:hover,
.industry-focus__tab:focus-visible,
.industry-focus__tab.is-active {
  background: #fff;
  color: var(--orbit-blue);
  outline: 0;
}

.industry-focus__panel {
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
}

.industry-focus__panel.is-active {
  animation: industry-panel-enter .4s cubic-bezier(.2, .7, .2, 1) both;
}

.industry-focus__panel[hidden] {
  display: none;
}

.industry-focus__panel img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(2, 0, 83, .24);
}

@keyframes industry-panel-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.industry-focus__panel h3 {
  width: min(930px, 100%);
  margin: 30px auto 22px;
  color: #fff;
  font: 700 20px/1.45 "Roboto", sans-serif;
}

.industry-focus__panel a {
  display: inline-flex;
  width: min(300px, 100%);
  min-height: 57px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 9px;
  color: #fff;
  font: 700 20px/1.2 "Roboto", sans-serif;
  text-decoration: none;
}

.industry-focus__panel a:hover,
.industry-focus__panel a:focus-visible {
  background: #fff;
  color: var(--orbit-blue);
  outline: 0;
}

.site-footer {
  padding: 70px 100px 0;
  background: var(--orbit-blue);
  color: #fff;
}

.footer-grid {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 1.05fr) minmax(210px, .72fr) minmax(290px, .95fr);
  align-items: start;
  gap: clamp(42px, 6vw, 82px);
}

.orbit-logo--footer {
  --logo-height: 52px;
  justify-self: start;
}

.footer-about {
  max-width: 320px;
}

.footer-about p {
  margin: 28px 0 14px;
  font-size: 16px;
  line-height: 1.5;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-socials i {
  color: #fff;
  font-size: 20px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-nav h2 {
  margin: 0 0 18px;
  color: #fff;
  font: 800 35px/.95 "Archivo", sans-serif;
}

.footer-nav > span,
.footer-nav > a {
  margin: 0 0 13px;
  color: #fff;
  font: 500 19px/1.3 "Roboto", sans-serif;
}

.footer-nav > a {
  text-decoration-color: rgba(255, 255, 255, .55);
  text-underline-offset: 4px;
}

.footer-nav > a:hover,
.footer-nav > a:focus-visible {
  color: var(--orbit-cyan);
  outline: 0;
}

.footer-bottom {
  width: min(1080px, 100%);
  min-height: 77px;
  margin: 34px auto 0;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.payment-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.payment-icons i {
  font-size: 30px;
}

.video-modal {
  width: min(900px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #17203f;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .5);
}

.video-modal::backdrop { background: rgba(0, 0, 0, .76); }
.modal-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; }
.modal-header h2 { margin: 0; font-family: "Archivo", sans-serif; }
.modal-header button { border: 0; background: transparent; color: #17203f; font-size: 34px; cursor: pointer; }
.video-frame { aspect-ratio: 16 / 9; background: #000; }
.video-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.modal-actions { display: flex; gap: 12px; justify-content: center; padding: 18px; }
.modal-actions a { padding: 13px 18px; border-radius: 7px; background: var(--orbit-blue); color: #fff; font-weight: 700; text-decoration: none; }

.chat-note {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1500;
  width: min(320px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid #9ecff0;
  border-radius: 14px;
  background: #fff;
  color: #17203f;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

.chat-note button { position: absolute; top: 5px; right: 8px; border: 0; background: transparent; font-size: 24px; cursor: pointer; }
.chat-note strong, .chat-note span { display: block; }
.chat-note span { margin-top: 6px; font-size: 13px; line-height: 1.4; }
.chat-note a { color: var(--orbit-blue); font-weight: 700; }

@media (max-width: 900px) {
  .orbit-capability-tabs {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }

  .orbit-feature-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .orbit-home-capabilities-inner {
    width: calc(100% - 32px);
  }

  .orbit-capabilities-intro h2,
  .orbit-capability-overview h2 {
    font-size: 30px;
  }

  .orbit-capabilities-intro > p:last-child,
  .orbit-capability-overview > p:last-child {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.55;
  }

  .orbit-capability-switcher {
    margin: 26px 0 44px;
  }

  .orbit-capability-tabrail {
    width: 100%;
    margin-bottom: 16px;
  }

  .orbit-capability-tabs {
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    padding: 6px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .orbit-capability-tabs::-webkit-scrollbar {
    display: none;
  }

  .orbit-capability-tab {
    flex: 0 0 auto;
    min-width: max-content;
    height: 48px;
    padding: 10px 14px;
    font-size: 15px;
    scroll-snap-align: center;
  }

  .orbit-capability-tab-scroll {
    position: absolute;
    top: 5px;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 38px;
    height: 50px;
    padding: 0;
    background: var(--orbit-blue) !important;
    border: 1px solid #fff !important;
    border-radius: 9px !important;
    color: #fff !important;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
  }

  .orbit-capability-tab-scroll.is-left {
    left: 1px;
  }

  .orbit-capability-tab-scroll.is-right {
    right: 1px;
  }

  .orbit-capability-tab-scroll.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .orbit-capability-tab-scroll:disabled {
    opacity: 0;
    pointer-events: none;
  }

  .orbit-capability-stage {
    height: max(186px, calc(62.5vw - 47px));
    min-height: 0;
  }

  .orbit-capability-slide {
    top: 0;
    bottom: auto;
    align-content: center;
    gap: 6px;
    width: calc(100vw - 75px);
    aspect-ratio: 16 / 10;
    padding: 14px;
    border-radius: 15px;
  }

  .orbit-capability-visual-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    box-shadow: none;
  }

  .orbit-capability-visual-icon i {
    font-size: 25px;
  }

  .orbit-capability-visual-label {
    margin: 1px 0 -2px;
    font-size: 10px;
  }

  .orbit-capability-slide h3 {
    font-size: 24px;
  }

  .orbit-capability-chips {
    gap: 5px;
    margin-top: 3px;
  }

  .orbit-capability-chips span {
    padding: 5px 8px;
    font-size: 10px;
  }

  .orbit-capability-description {
    min-height: 0;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.55;
  }

  .orbit-feature-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .orbit-feature-card {
    padding: 20px 18px;
    text-align: center;
  }

  .orbit-feature-card > i {
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    font-size: 20px;
  }

  .orbit-feature-card h3 {
    font-size: 21px;
  }

  .orbit-feature-card p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  .header-shell { width: min(980px, calc(100% - 28px)); }
  .visit-link { font-size: 15px; }
  .expert-button { width: auto; padding-inline: 14px; font-size: 15px; }
  .hero h1 { font-size: 42px; }
  .hero-copy { padding: 0 80px; }
  .industry-focus__tab { font-size: 18px; }
  .site-footer { padding: 70px 30px 0; }
  .footer-grid { grid-template-columns: minmax(190px, 1fr) minmax(150px, .7fr) minmax(220px, 1fr); gap: 20px; }
  .orbit-logo--footer { --logo-height: 42px; }
  .footer-nav h2 { font-size: 25px; }
}

@media (max-width: 767px) {
  .site-header { padding-top: 6px; }
  .header-shell { min-height: 56px; grid-template-columns: 36px 1fr 36px; gap: 8px; }
  .visit-link { width: 36px; height: 36px; padding: 0; justify-content: center; border: 1px solid rgba(255, 255, 255, .7); border-radius: 5px; }
  .visit-link svg { display: none; }
  .visit-link span:last-child { display: none; }
  .mobile-menu-mark { display: flex; width: 18px; flex-direction: column; gap: 4px; }
  .mobile-menu-mark i { display: block; width: 100%; height: 2px; border-radius: 2px; background: currentColor; }
  .orbit-logo { --logo-height: 30px; gap: 5px; }
  .orbit-logo--image { --logo-height: 36px; gap: 0; }
  .orbit-logo__badge { border-width: 2px; padding: 0 7px; font-size: 12px; letter-spacing: .06em; }
  .orbit-logo__name { font-size: 12px; letter-spacing: .04em; }
  .expert-button { visibility: hidden; width: 36px; min-width: 36px; padding: 0; overflow: hidden; }
  .expert-button > * { display: none; }

  .hero { padding: 24px 15px; }
  .hero-shell { width: 100%; }
  .hero h1 { font-size: clamp(28px, 8vw, 40px); }
  .hero-copy { margin: 12px auto 0; padding: 0 20px; font-size: clamp(1rem, 4.4vw, 1.35rem); }
  .demo-switcher { width: 100%; margin: 20px auto 30px; border-radius: 7px; }
  .demo-switcher__button { padding: 13px 8px; font-size: 14px; }
  .video-card__play { width: 64px; height: 64px; font-size: 26px; }
  .claim-panel { padding: 14px 12px; }
  .lookup-row, .request-grid { grid-template-columns: 1fr; }
  .microsoft-badge { width: min(210px, 86vw); margin-top: 30px; margin-bottom: -20px; }

  .summary-shell { width: 100%; padding: 15px 20px 30px; }
  .summary-lead { font-size: clamp(26px, 7vw, 30px); }
  .summary-copy { margin: 0 0 10px; font-size: 16px; }
  .main-site-button { width: 95%; margin: 15px auto 30px; padding: 15px; font-size: 16px; line-height: 1.2; }

  .industry-focus { padding: 48px 0; }
  .industry-focus__inner { width: calc(100% - 24px); padding: 24px 14px; border-radius: 21px; }
  .industry-focus h2 { font-size: 36px; line-height: 1; }
  .industry-focus__subtitle { margin: 13px 0 23px; font-size: 21px; line-height: 1.35; }
  .industry-finder { margin-bottom: 24px; padding: 22px 12px; border-radius: 14px; }
  .industry-finder__intro h3 { font-size: 23px; }
  .industry-finder__intro p { font-size: 14px; }
  .industry-finder__control { margin-top: 20px; }
  .industry-finder__input-wrap input { min-height: 56px; padding-left: 43px; font-size: 16px; }
  .industry-finder__input-wrap > i { left: 16px; }
  .industry-finder__suggestions { top: calc(100% - 26px); }
  .industry-focus__tabs { flex-wrap: nowrap; justify-content: flex-start; gap: 8px; margin-bottom: 4px; padding-bottom: 5px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .industry-focus__tabs::-webkit-scrollbar { display: none; }
  .industry-focus__tab { flex: 0 0 auto; min-height: 46px; padding: 11px 14px; font-size: 16px; scroll-snap-align: center; }
  .industry-focus__panel { padding-top: 14px; }
  .industry-focus__panel img { min-height: 155px; object-fit: cover; }
  .industry-focus__panel h3 { margin: 22px auto 18px; font-size: 17px; line-height: 1.5; }
  .industry-focus__panel a { width: min(300px, 90%); min-height: 52px; font-size: 18px; }

  .site-footer { padding: 55px 22px 0; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-about { max-width: 430px; margin: 0 auto; }
  .orbit-logo--footer { justify-self: center; }
  .footer-socials { justify-content: center; }
  .footer-nav { align-items: center; }
  .footer-nav h2 { margin: 0 0 16px; }
  .footer-bottom { flex-direction: column; gap: 20px; padding: 20px 0; }
  .payment-icons { flex-wrap: wrap; justify-content: center; gap: 12px; }

  .modal-actions { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .industry-focus__panel.is-active { animation: none; }
}
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
