html,
body {
  overflow-x: hidden;
}

body.subpage.zeos-page {
  margin: 0;
  background: #031427;
  color: #e9c176;
  font-family: "Inter";
  touch-action: pan-y;
  overscroll-behavior-y: auto;
}

.zeos-page * {
  box-sizing: border-box;
}

.zeos-page a {
  text-decoration: none;
}

.zeos-page p,
.zeos-page h1,
.zeos-page h2,
.zeos-page h3 {
  margin: 0;
  overflow-wrap: anywhere;
}

.hidden {
  display: none !important;
}

.zeos-page .deploy-card:hover,
.zeos-page .zeos-journey-flow article:hover > div,
.zeos-page .zeos-infra-grid article:hover,
.zeos-page .zeos-intel-grid article:hover,
.zeos-page .zeos-risk-grid article:hover,
.zeos-page .zeos-model-grid article:hover {
  border-color: rgba(91, 213, 252, 0.42);
  box-shadow: 0 0 24px rgba(91, 213, 252, 0.14);
}

.zeos-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 86px;
  padding: 0 0 1px;
  background: rgba(3, 20, 39, 0.86);
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(20px);
}

.zeos-nav-container {
  width: 1355px;
  max-width: calc(100vw - 96px);
  height: 85px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zeos-logo-link {
  width: 70px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  border-radius: 6px;
}

.zeos-logo-link img {
  width: 170px;
  height: auto;
  min-width: 170px;
  flex: 0 0 170px;
  max-width: none;
  object-fit: contain;
  display: block;
}

.zeos-desktop-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.zeos-desktop-nav a,
.zeos-nav-dropdown > span {
  display: block;
  color: #ffffff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: nowrap;
}

.zeos-nav-dropdown {
  position: relative;
  padding: 35px 0;
}

.zeos-nav-dropdown-menu {
  position: absolute;
  top: 68px;
  left: 50%;
  display: none;
  min-width: 190px;
  transform: translateX(-50%);
  background: #071524;
  border: 1px solid rgba(233, 193, 118, 0.25);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
}

.zeos-nav-dropdown:hover .zeos-nav-dropdown-menu,
.zeos-nav-dropdown:focus-within .zeos-nav-dropdown-menu {
  display: flex;
  flex-direction: column;
}

.zeos-nav-dropdown-menu a {
  padding: 14px 18px;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
}

.zeos-nav-dropdown-menu a + a {
  border-top: 1px solid rgba(233, 193, 118, 0.18);
}

.zeos-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(233, 193, 118, 0.35);
  background: transparent;
  color: #e9c176;
  font-size: 24px;
  line-height: 1;
}

.zeos-mobile-menu {
  position: fixed;
  top: 86px;
  left: 0;
  right: 0;
  height: calc(100vh - 86px);
  background: #031427 !important;
  border-top: 1px solid rgba(233, 193, 118, 0.2);
}

.zeos-mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
}

.zeos-mobile-menu a,
.zeos-mobile-menu span {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}

.zeos-mobile-menu .mobile-sub-link {
  padding-left: 16px;
  color: #b8c8de;
}

.zeos-main {
  padding-top: 86px;
  background: #031427;
}

.zeos-hero {
  position: relative;
  width: 1344px;
  max-width: calc(100% - 96px);
  height: 765px;
  margin: 40px auto 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.zeos-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.12) contrast(1.16) saturate(1.1);
  transform: scale(1.01);
  transition: transform 900ms ease;
}

.zeos-hero:hover .zeos-hero-image {
  transform: scale(1.035);
}

.zeos-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 20, 39, 0.78) 0%, rgba(3, 20, 39, 0.58) 42%, rgba(3, 20, 39, 0.1) 100%);
}

.zeos-hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 72px;
}

.zeos-kicker {
  color: #e9c176;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.zeos-hero h1 {
  width: 1344px;
  max-width: 100%;
  margin-top: 32px;
  color: #e9c176;
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: -1.44px;
}

.zeos-hero-copy {
  width: 672px;
  max-width: 100%;
  margin-top: 16px !important;
  color: #b8c8de;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.zeos-actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.zeos-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 17px 33px;
  border: 1px solid #ffffff;
  background: #e9c176;
  color: #0a192f;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.zeos-button-outline {
  border-color: #e9c176;
  background: transparent;
  color: #e9c176;
}

.zeos-button-outline:hover,
.zeos-button-outline:focus-visible {
  color: #ffffff;
}

.zeos-video-section {
  width: 1344px;
  max-width: calc(100% - 96px);
  height: auto;
  margin: 58px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.zeos-video-section h2 {
  width: 1340px;
  max-width: 100%;
  color: #e9c176;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-align: center;
}

.zeos-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #1e293b;
  background: #0a192f;
}

.zeos-video-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 180ms ease;
}

.zeos-video-frame.is-playing .zeos-video-media {
  opacity: 1;
}

.zeos-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0a192f;
}

.zeos-video-frame > img {
  display: none;
}

.zeos-play-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 25px;
  border: 1px solid #1e293b;
  background: #0a192f;
  color: #e9c176;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.zeos-video-frame.is-playing .zeos-play-button,
.zeos-play-button[hidden] {
  display: none;
}

.zeos-play-button img {
  width: 13.75px;
  height: 17.5px;
}

.zeos-section {
  width: 1360px;
  max-width: calc(100% - 80px);
  margin-right: auto;
  margin-left: auto;
}

.zeos-section-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zeos-section-heading h2 {
  width: 100%;
  color: #e9c176;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.64px;
}

.zeos-section-heading h3 {
  width: 100%;
  color: #e9c176;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.64px;
}

.zeos-section-heading p {
  width: 100%;
  padding-top: 16px;
  color: #b8c8de;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.zeos-challenge {
  height: 460px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.zeos-challenge-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.zeos-challenge-card {
  width: 437px;
  min-height: 139px;
  padding: 25px;
  border: 1px solid rgba(68, 71, 78, 0.2);
  border-radius: 4px;
  background: #13212e;
}

.zeos-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e9c176;
}

.zeos-card-heading span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
}

.zeos-card-heading h3 {
  color: #e9c176;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}

.zeos-challenge-card p {
  margin-top: 8px;
  color: #c4c7c8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.zeos-challenge-note {
  padding-top: 49px;
  border-top: 1px solid #e9c176;
  color: #b8c8de;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.zeos-architecture {
  height: 675px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.zeos-sleeves {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.zeos-sleeve-card {
  position: relative;
  flex: 1 0 0;
  min-height: 183px;
  padding: 33px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  background: #13212e;
}

.zeos-sleeve-bg {
  position: absolute;
  top: 0;
  right: 0;
}

.zeos-sleeve-bg.shield {
  width: 144px;
  height: 170px;
}

.zeos-sleeve-bg.arrow {
  width: 164px;
  height: 130px;
}

.zeos-sleeve-card p {
  color: #c4c7c8;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.zeos-sleeve-card h3 {
  margin-top: 8px;
  padding-bottom: 24px;
  color: #e9c176;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -0.24px;
}

.zeos-sleeve-card span {
  display: block;
  color: #b8c8de;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.zeos-timeline {
  position: relative;
  width: 100%;
  height: 179px;
  padding-top: 48px;
  overflow: visible;
}

.timeline-box {
  position: absolute;
  top: 65px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9c176;
  color: #e9c176;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.1px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.timeline-box.invest {
  left: 0;
  width: 13.09%;
}

.timeline-box.separate {
  left: 18.38%;
  width: 12.94%;
}

.timeline-box.sleeve-flow {
  top: 48px;
  left: 36.99%;
  width: 30.29%;
  height: 64px;
  flex-direction: column;
  gap: 8px;
}

.timeline-box.sleeve-flow em {
  font-style: normal;
}

.timeline-box.sleeve-flow i {
  width: 100%;
  height: 1px;
  background: #e9c176;
}

.timeline-box.monitor {
  left: 72.65%;
  width: 12.43%;
}

.timeline-box.maturity {
  right: 0;
  width: 8.09%;
}

.timeline-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
}

.timeline-arrow.arrow-one {
  top: 78px;
  left: 14.19%;
}

.timeline-arrow.arrow-two {
  top: 78px;
  left: 32.43%;
}

.timeline-arrow.arrow-three {
  top: 78px;
  left: 68.38%;
}

.timeline-arrow.arrow-four {
  top: 78px;
  left: 86.62%;
}

.zeos-timeline small {
  position: absolute;
  top: 163px;
  left: 0;
  width: 100%;
  color: rgba(196, 199, 200, 0.5);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-style: italic;
}

.zeos-technology-callout {
  position: relative;
  width: 1349px;
  max-width: calc(100% - 80px);
  min-height: 333px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}

.zeos-callout-copy,
.zeos-callout-visual {
  min-height: 333px;
}

.zeos-callout-copy {
  display: flex;
  flex-direction: column;
  gap: 14.7px;
  justify-content: center;
  padding: 2px 0 0;
}

.zeos-callout-copy > span {
  width: fit-content;
  padding: 4.5px 13px 4.89px;
  border: 1px solid rgba(142, 144, 153, 0.3);
  border-radius: 2px;
  background: #13212e;
  color: #e9c176;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.zeos-callout-copy h3 {
  color: #d6e4f7;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 600;
}

.zeos-callout-copy h2 {
  color: #e9c176;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.64px;
}

.zeos-callout-copy p {
  color: #b8c8de;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.zeos-callout-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: #1e2b39;
  padding: 1px;
}

.zeos-callout-visual img {
  width: 100%;
  height: 331px;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: 0.8;
}

.zeos-callout-visual::after {
  content: "";
  position: absolute;
  inset: 0 -0.5px 0 0;
  background: linear-gradient(0deg, #061422 0%, rgba(6, 20, 34, 0) 50%, rgba(6, 20, 34, 0) 100%);
}

.zeos-deployment {
  height: auto;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.zeos-panel-title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(68, 71, 78, 0.3);
}

.zeos-panel-title img {
  width: 20px;
  height: 18px;
}

.zeos-panel-title h2 {
  color: #d6e4f7;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.zeos-deploy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.deploy-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 202px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  background: #13212e;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.deploy-card.reserve {
  grid-column: span 1;
}

.deploy-card.evaluate {
  grid-column: span 1;
  min-height: 226px;
}

.deploy-card.implement {
  grid-column: span 2;
  min-height: 164px;
  overflow: hidden;
}

.deploy-card.implement::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 256px;
  height: 256px;
  border-radius: 12px;
  background: rgba(91, 213, 252, 0.05);
  filter: blur(32px);
  pointer-events: none;
}

.deploy-card.monitor {
  grid-column: span 2;
  min-height: 216px;
}

.deploy-card.review {
  grid-column: span 1;
  min-height: 226px;
}

.deploy-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.deploy-card span,
.deploy-card__main span {
  color: #e9c176;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
}

.deploy-card__top img {
  width: 18px;
  height: 18px;
}

.deploy-card__monitor-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.deploy-card__monitor-head img {
  width: 18px;
  height: 18px;
}

.deploy-card.reserve .deploy-card__top img {
  width: 19px;
  height: 22px;
}

.deploy-card__main img {
  width: 16px;
  height: 20px;
}

.deploy-card h3 {
  margin-top: 8px;
  color: #d6e4f7;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.deploy-card p {
  margin-top: 8px;
  color: #c4c6cf;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.deploy-card__main {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.deploy-card__main > div:first-child {
  width: 243px;
  flex: 0 0 243px;
}

.deploy-card__main > div:first-child span {
  margin-right: 8px;
}

.deploy-card.implement .deploy-card__main > p {
  flex: 1;
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
  line-height: 28.8px;
}

.deploy-card.implement .deploy-card__main > div:first-child {
  width: 243.5px;
  flex: 0 0 243.5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.deploy-card.implement .deploy-card__main > div:first-child span {
  color: #f59e0b;
  margin-right: 0;
}

.deploy-card.implement h3 {
  flex: 0 0 100%;
  margin-top: 0;
  font-size: 32px;
  line-height: 38.4px;
}

.deploy-card.monitor .deploy-card__main {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
  margin-top: 8px;
}

.deploy-card.monitor .deploy-card__main > div:first-child {
  width: 366px;
  flex: 0 1 366px;
}

.deploy-card.monitor h3 {
  margin-top: 8px;
}

.deploy-card.monitor p {
  max-width: 366px;
}

.deploy-card > i {
  display: block;
  position: relative;
  height: 4px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 12px;
  background: #293644;
}

.deploy-card > i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--progress);
  background: #e9c176;
}

.deploy-card.implement > i::before {
  background: #f59e0b;
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}

.deploy-card.implement > i,
.deploy-card.monitor > i {
  height: 3.5px;
}

.deploy-chart {
  width: 366px;
  height: 96px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  opacity: 0.3;
}

.deploy-chart b {
  flex: 1;
  border-radius: 2px 2px 0 0;
  background: rgba(91, 213, 252, 0.5);
}

.deploy-chart b:nth-child(1) { height: 24px; opacity: 0.4; }
.deploy-chart b:nth-child(2) { height: 48px; opacity: 0.8; }
.deploy-chart b:nth-child(3) { height: 32px; opacity: 0.6; }
.deploy-chart b:nth-child(4) { height: 72px; }
.deploy-chart b:nth-child(5) { height: 96px; opacity: 1; }
.deploy-chart b:nth-child(6) { height: 76.8px; opacity: 1; }

.zeos-journey {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: 80px auto 0;
  padding-top: 40px;
}

.zeos-journey-header {
  width: 896px;
  margin-left: 43px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.zeos-journey-header h2 {
  width: 1001px;
  color: #5bd5fc;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.64px;
}

.zeos-journey-header p {
  color: #c4c6cf;
  font-size: 18px;
  line-height: 28.8px;
  font-weight: 400;
}

.zeos-journey-flow {
  width: 1168px;
  max-width: calc(100% - 272px);
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.zeos-journey-flow article {
  position: relative;
  width: 100%;
  min-height: 141.75px;
  padding-left: 80px;
}

.zeos-journey-flow article:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 48px;
  bottom: -24.39px;
  width: 1px;
  background: url("../images/zeos/vertical-divider.png") center / cover no-repeat;
}

.zeos-journey-flow article > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: #13212e;
  color: #5bd5fc;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
}

.zeos-journey-flow article > img {
  position: absolute;
  top: 33px;
  left: 113px;
  width: 42.525px;
  height: 48.025px;
}

.zeos-journey-flow article:nth-child(2) > img,
.zeos-journey-flow article:nth-child(4) > img {
  width: 42px;
  height: 48px;
}

.zeos-journey-flow article:nth-child(3) > img {
  width: 48px;
  height: 53px;
}

.zeos-journey-flow article:nth-child(5) > img {
  width: 44px;
  height: 50px;
}

.zeos-journey-flow article > div {
  width: 1088px;
  min-height: 141.75px;
  padding: 33px 33px 33px 102px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  background: linear-gradient(148.736deg, rgba(30, 43, 57, 0.6) 0%, rgba(15, 29, 42, 0.4) 100%);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.zeos-journey-flow h3 {
  color: #d6e4f7;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.zeos-journey-flow p {
  margin-top: 11.19px;
  color: #c4c6cf;
  font-size: 15px;
  line-height: 24.38px;
  font-weight: 400;
}

.zeos-infra {
  height: auto;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.zeos-infra-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 300px minmax(260px, 1fr);
  gap: 32px;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.zeos-infra-grid article {
  width: 100%;
  padding: 25px;
  border: 1px solid rgba(91, 213, 252, 0.3);
  border-radius: 4px;
  background: #13212e;
  box-shadow: 0 0 15px rgba(91, 213, 252, 0.2);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.zeos-infra-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.zeos-infra-grid article > img {
  width: 100%;
  height: 20px;
  object-fit: contain;
  object-position: left center;
}

.zeos-infra-column:first-child article:nth-child(2) > img {
  height: 22.5px;
}

.zeos-infra-column:last-of-type article:nth-child(1) > img {
  height: 21.25px;
}

.zeos-infra-column:last-of-type article:nth-child(2) > img {
  height: 25px;
}

.zeos-infra-wide > img {
  height: 28.75px;
}

.zeos-infra-grid h3 {
  margin-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #e9c176;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}

.zeos-infra-grid ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zeos-infra-grid li {
  position: relative;
  padding-left: 24px;
  color: #c4c6cf;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  white-space: normal;
  overflow-wrap: anywhere;
}

.zeos-infra-grid li::before {
  content: "";
  position: absolute;
  left: 2.57px;
  top: 5.98px;
  width: 10.867px;
  height: 8.017px;
  background: url("../images/zeos/icon-check.svg") center / contain no-repeat;
}

.zeos-infra-wide {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 672px;
}

.zeos-infra-wide ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
}

.zeos-app-mockup {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 600px;
}

.zeos-infra-lines {
  position: absolute;
  inset: 0 -0.33px 0 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zeos-intelligence {
  height: auto;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.zeos-intel-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.zeos-intel-grid article {
  width: 230px;
  height: 207px;
  padding: 33px 32px 32px;
  border-top: 1px solid #e9c176;
  background: #13212e;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.zeos-intel-grid article > img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  object-position: left center;
}

.zeos-intel-arrow {
  width: 19px;
  height: 9px;
  object-fit: contain;
}

.zeos-intel-grid h3 {
  margin-top: 16px;
  color: #e9c176;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}

.zeos-intel-grid p {
  margin-top: 8px;
  color: #c4c7c8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.zeos-risk {
  height: 749px;
  margin-top: 79px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.zeos-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 257.59px 257.59px;
  gap: 24px;
  height: 541px;
}

.zeos-risk-grid article {
  padding: 33px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background: #13212e;
}

.zeos-risk-grid span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: rgba(229, 177, 103, 0.1);
}

.zeos-risk-grid img {
  width: 20px;
  height: 20px;
}

.zeos-risk-grid small {
  display: block;
  margin-top: 23px;
  color: #c4c6cf;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
}

.zeos-risk-grid h3 {
  margin-top: 8px;
  color: #e9c176;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}

.zeos-risk-grid p {
  margin-top: 8px;
  color: #c4c7c8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.zeos-risk-note {
  color: rgba(196, 199, 200, 0.5);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-style: italic;
}

.zeos-models {
  width: 1352px;
  height: auto;
  margin-top: 78px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.zeos-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.zeos-model-grid article {
  width: 100%;
  min-width: 0;
  min-height: 240px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background: #0f1d2a;
}

.zeos-model-grid img {
  width: 24.615px;
  height: 25.256px;
  object-fit: contain;
}

.zeos-model-grid article:nth-child(2) img {
  width: 26px;
  height: 23.333px;
}

.zeos-model-grid article:nth-child(3) img {
  width: 22.667px;
  height: 25.333px;
}

.zeos-model-grid h3 {
  max-width: 292px;
  margin-top: 16px;
  color: #e9c176;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}

.zeos-model-grid article:first-child h3,
.zeos-model-grid article:last-child h3 {
  white-space: normal;
}

.zeos-inquiry {
  width: 1349px;
  max-width: calc(100% - 92px);
  height: 363px;
  margin: 80px auto 0;
  padding-top: 129px;
  border-top: 1px solid #1e293b;
  text-align: left;
}

.zeos-inquiry-inner {
  width: 781.33px;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.zeos-inquiry h2 {
  width: 100%;
  color: #e9c176;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.64px;
}

.zeos-inquiry p {
  width: 672px;
  max-width: 100%;
  margin: 0;
  color: #b8c8de;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  white-space: normal;
  overflow-wrap: anywhere;
}

.zeos-inquiry .zeos-button {
  margin-top: 16px;
  font-size: 12px;
}

.zeos-important {
  width: 1360px;
  max-width: calc(100% - 80px);
  margin: 80px auto 0;
  padding-top: 64px;
  border-top: 1px solid #1e293b;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.zeos-important::before {
  display: none;
}

.zeos-important p {
  color: #c4c7c8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.zeos-footer {
  width: 100%;
  height: 48px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #1a365d;
  background: #0a192f;
}

.zeos-footer p {
  width: 990px;
  max-width: calc(100% - 40px);
  color: #ffffff;
  font-size: 16px;
  line-height: 29.25px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  .zeos-nav-container,
  .zeos-hero,
  .zeos-video-section,
  .zeos-section,
  .zeos-technology-callout {
    max-width: calc(100% - 64px);
  }

  .zeos-nav-container {
    max-width: calc(100vw - 96px);
  }

  .zeos-journey-header {
    width: calc(100% - 86px);
  }

  .zeos-intel-grid article {
    width: 200px;
    padding: 30px 24px;
  }

  .zeos-intel-grid h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px) {
  .zeos-nav {
    padding: 0 0 1px;
  }

  .zeos-journey {
    width: 100%;
    height: auto;
    padding: 40px;
  }

  .zeos-technology-callout {
    grid-template-columns: 1fr;
    max-width: calc(100% - 80px);
  }

  .zeos-journey-header,
  .zeos-journey-flow {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .zeos-journey-header h2,
  .zeos-journey-flow article > div {
    width: 100%;
  }

  .zeos-journey-flow {
    margin-top: 64px;
  }

  .zeos-timeline {
    height: auto;
    min-height: 179px;
    overflow: visible;
    padding: 48px 0 24px;
  }

  .zeos-infra-grid,
  .zeos-intel-grid,
  .zeos-model-grid {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .zeos-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zeos-infra-grid {
    grid-template-columns: minmax(260px, 1fr) 300px;
  }

  .zeos-app-mockup {
    grid-row: span 2;
  }

  .zeos-infra-wide {
    grid-column: 1 / -1;
  }

  .zeos-intel-grid {
    flex-wrap: wrap;
    gap: 16px;
  }

  .zeos-intel-arrow {
    display: none;
  }

  .zeos-infra,
  .zeos-intelligence,
  .zeos-models {
    height: auto;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .timeline-box {
    font-size: 11px;
    letter-spacing: 0.55px;
  }
}

@media screen and (max-width: 1100px) {
  .zeos-challenge,
  .zeos-architecture,
  .zeos-risk {
    height: auto;
  }

  .zeos-timeline {
    height: auto;
    min-height: 0;
    padding: 24px 0 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .timeline-box,
  .timeline-arrow,
  .zeos-timeline small {
    position: static;
  }

  .timeline-box {
    width: 100% !important;
    min-height: 50px;
    height: auto;
    padding: 14px 16px;
    font-size: 12px;
    letter-spacing: 1.1px;
    text-align: center;
    white-space: normal;
  }

  .timeline-box.sleeve-flow {
    gap: 10px;
    min-height: 92px;
  }

  .timeline-arrow {
    width: 16px;
    height: 16px;
    margin: -2px auto;
    transform: rotate(90deg);
  }

  .zeos-timeline small {
    width: 100%;
    margin-top: 8px;
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .zeos-infra-grid {
    grid-template-columns: 1fr;
  }

  .zeos-app-mockup {
    grid-row: auto;
    order: 3;
  }

  .zeos-infra-wide {
    order: 4;
  }

}

@media screen and (max-width: 768px) {
  html,
  body.subpage.zeos-page {
    overflow-x: clip;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  body.subpage.zeos-page,
  .zeos-main {
    touch-action: pan-y;
  }

  .zeos-nav {
    height: 76px;
    padding: 0 0 1px;
    /* Avoid repainting a full-screen blur layer on every touch-scroll frame. */
    background: #031427;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .zeos-nav-container {
    width: calc(100% - 48px);
    max-width: none;
    height: 75px;
  }

  .zeos-logo-link {
    width: 166px;
    height: 74px;
  }

  .zeos-logo-link img {
    width: 166px;
    min-width: 166px;
    flex-basis: 166px;
  }

  .zeos-mobile-menu {
    top: 76px;
    height: calc(100vh - 76px);
    background: #031427 !important;
    border-top-color: rgba(233, 193, 118, 0.2);
  }

  .zeos-mobile-menu nav {
    gap: 24px;
    padding: 28px 24px;
  }

  .zeos-mobile-menu a,
  .zeos-mobile-menu span {
    color: #ffffff !important;
  }

  .zeos-mobile-menu .mobile-sub-link {
    color: #b8c8de !important;
  }

  .zeos-desktop-nav {
    display: none;
  }

  .zeos-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .zeos-main {
    padding-top: 76px;
  }

  .zeos-hero,
  .zeos-video-section,
  .zeos-section,
  .zeos-technology-callout,
  .zeos-inquiry,
  .zeos-important {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: auto;
  }

  .zeos-hero {
    min-height: 620px;
    padding: 0;
  }

  .zeos-hero-image {
    width: 100%;
    height: 100%;
    filter: none;
    transform: none;
    transition: none;
  }

  .zeos-hero:hover .zeos-hero-image {
    transform: none;
  }

  .zeos-hero-content {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 620px;
    padding: 48px 40px;
  }

  .zeos-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.88px;
  }

  .zeos-hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .zeos-actions,
  .zeos-sleeves,
  .zeos-challenge-grid {
    flex-direction: column;
  }

  .zeos-button {
    width: 100%;
  }

  .zeos-video-section h2 {
    text-align: left;
    font-size: 28px;
    line-height: 34px;
  }

  .zeos-video-frame {
    height: auto;
  }

  .zeos-timeline {
    height: auto;
    min-height: 0;
    padding-top: 24px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .timeline-box,
  .timeline-arrow,
  .zeos-timeline small {
    position: static;
  }

  .timeline-box {
    width: 100% !important;
    min-height: 50px;
    height: auto;
    padding: 14px 16px;
    text-align: center;
    white-space: normal;
  }

  .timeline-box.sleeve-flow {
    gap: 10px;
    min-height: 92px;
  }

  .timeline-arrow {
    width: 16px;
    height: 16px;
    margin: -2px auto;
    transform: rotate(90deg);
  }

  .zeos-timeline small {
    width: 100%;
    margin-top: 8px;
    text-align: left;
  }

  .zeos-challenge-card,
  .zeos-sleeve-card,
  .zeos-model-grid article {
    width: 100%;
  }

  .zeos-sleeve-card {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    padding: 28px 24px;
  }

  .zeos-sleeve-card p,
  .zeos-sleeve-card h3,
  .zeos-sleeve-card span {
    position: relative;
    z-index: 1;
  }

  .zeos-sleeve-card span {
    padding-right: 0;
    overflow-wrap: anywhere;
  }

  .zeos-sleeve-bg {
    z-index: 0;
    opacity: 0.28;
    pointer-events: none;
  }

  .zeos-deploy-grid,
  .zeos-risk-grid {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .deploy-card__main,
  .deploy-card {
    flex-direction: column;
    align-items: flex-start;
    min-height: 180px;
  }

  .deploy-card__top {
    width: 100%;
    align-self: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .deploy-card__top img {
    margin-left: auto;
  }

  .deploy-card__main > div:first-child,
  .deploy-chart {
    width: 100%;
    flex-basis: auto;
  }

  .deploy-card.monitor .deploy-card__main {
    gap: 24px;
    margin-top: 16px;
  }

  .deploy-card.implement .deploy-card__main {
    gap: 8px;
  }

  .deploy-card.implement .deploy-card__main > div:first-child {
    width: 100%;
    flex-basis: auto;
    justify-content: space-between;
    column-gap: 12px;
    row-gap: 4px;
  }

  .deploy-card.implement h3 {
    margin-top: 0;
  }

  .deploy-card.monitor .deploy-card__main > div:first-child {
    width: 100%;
    flex-basis: auto;
  }

  .deploy-chart {
    height: 80px;
  }

  .deploy-card.implement .deploy-card__main > p {
    width: 100%;
    margin-top: 4px;
    padding-left: 0;
    border-left: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .zeos-callout-copy,
  .zeos-callout-visual {
    min-height: 260px;
  }

  .zeos-callout-visual img {
    object-position: left center;
  }

  .zeos-journey {
    padding: 40px 20px;
  }

  .zeos-journey-flow article {
    padding-left: 64px;
  }

  .zeos-journey-flow article:not(:last-child)::before {
    display: none;
  }

  .zeos-journey-flow article > img {
    position: absolute;
    top: 25px;
    left: 89px;
  }

  .zeos-journey-flow article > div {
    min-height: 124px;
    padding: 25px 25px 25px 78px;
  }

  .zeos-journey-flow p br {
    display: none;
  }

  .zeos-infra-grid article,
  .zeos-intel-grid article {
    width: 100%;
  }

  .zeos-model-grid {
    grid-template-columns: 1fr;
  }

  .zeos-model-grid h3 {
    max-width: 100%;
  }

  .zeos-inquiry {
    padding-top: 80px;
  }

  .zeos-inquiry-inner {
    width: 100%;
  }

  .zeos-inquiry h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .zeos-app-mockup {
    min-height: auto;
  }

  .zeos-infra-lines {
    display: none;
  }

  .zeos-infra-wide ul {
    grid-template-columns: 1fr;
  }

  .zeos-important {
    padding-top: 48px;
    gap: 24px;
  }

  .zeos-footer {
    height: auto;
    min-height: 0;
    padding: 16px 20px;
    border-top: 1px solid #1a365d;
  }

  .zeos-footer p {
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 20px;
    overflow-wrap: anywhere;
  }
}

@media screen and (max-width: 480px) {
  .zeos-nav-container {
    width: calc(100% - 32px);
  }

  .zeos-mobile-menu nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .zeos-hero,
  .zeos-video-section,
  .zeos-section,
  .zeos-technology-callout {
    max-width: calc(100% - 32px);
  }

  .zeos-hero {
    min-height: 560px;
  }

  .zeos-hero-content {
    min-height: 560px;
    padding: 40px 28px;
  }

  .zeos-hero h1 {
    width: 100%;
    font-size: 36px;
    line-height: 40px;
  }

  .zeos-actions {
    width: 100%;
  }

  .zeos-button {
    width: 100%;
    justify-content: center;
    padding: 0 18px;
  }

  .zeos-callout-copy {
    padding: 28px 22px;
  }

  .zeos-callout-copy h2,
  .zeos-callout-copy h3,
  .zeos-journey-header h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .zeos-deploy-grid {
    grid-template-columns: 1fr;
  }

  .deploy-card,
  .deploy-card.implement,
  .deploy-card.monitor,
  .deploy-card.review,
  .deploy-card.evaluate {
    grid-column: span 1;
  }

  .zeos-journey-flow {
    gap: 24px;
  }

  .zeos-journey-flow article {
    padding-left: 0;
    padding-top: 60px;
  }

  .zeos-journey-flow article:not(:last-child)::before {
    display: none;
  }

  .zeos-journey-flow article > img {
    top: 85px;
    left: 25px;
  }

  .zeos-journey-flow article > div {
    padding: 86px 22px 24px;
  }

  .zeos-infra-grid {
    gap: 24px;
  }

  .zeos-intel-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .zeos-journey {
    min-height: 1381px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .zeos-page *,
  .zeos-page *::before,
  .zeos-page *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .zeos-page .zeos-section-heading,
  .zeos-page .zeos-technology-callout,
  .zeos-page .deploy-card,
  .zeos-page .zeos-journey-flow article,
  .zeos-page .zeos-infra-grid article,
  .zeos-page .zeos-app-mockup,
  .zeos-page .zeos-intel-grid article,
  .zeos-page .zeos-risk-grid article,
  .zeos-page .zeos-model-grid article {
    opacity: 1;
    transform: none;
  }
}
