#product-main {
  --solution-content-bottom: 60px;
  --solution-ability-overlap: 96px;
  overflow: hidden;
  background: #f8faff;
}
.js #product-main > section {
  opacity: 1;
  transition: none;
}

.nav-menu a.is-active {
  color: var(--blue);
}

.product-hero {
  position: relative;
  height: var(--site-hero-height);
  overflow: hidden;
  color: #fff;
  background: #000a23;
}
.product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 10, 35, 0.72) 0%,
    rgba(0, 10, 35, 0.18) 56%,
    rgba(0, 10, 35, 0) 100%
  );
}
.product-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-hero-inner {
  color: #fff;
}
.product-brand-logo {
  width: 320px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
.product-hero h1 {
  display: grid;
  gap: 4px;
}
.product-hero h1 > span:last-child {
  font-size: var(--site-hero-text-size);
  line-height: 1.8;
  font-weight: var(--site-body-weight);
}

.product-section {
  position: relative;
  padding: 60px 24px;
}
.product-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--product-pattern, none);
  background-size: 1452px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0.12;
  pointer-events: none;
}
.product-section > * {
  position: relative;
  z-index: 1;
}
.product-section-head {
  width: min(1200px, 100%);
  margin: 0 auto 40px;
  text-align: center;
}
.product-section-head h2 {
  margin: 0;
  font-size: var(--site-section-title-size);
  line-height: 1.35;
  font-weight: var(--site-section-title-weight);
  color: #111827;
}
.product-section-title-mobile {
  display: none;
}
.product-section-head i {
  display: block;
  width: 62px;
  height: 4px;
  margin: 8px auto 0;
  background: #06f;
}
.product-section-head p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.product-section-head.is-light h2,
.product-section-head.is-light p {
  color: #fff;
}

.pain-grid {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
.pain-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.pain-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.product-pain::before {
  background-image: image-set(
    url("../images/product-pain-bg.webp") type("image/webp"),
    url("../images/product-pain-bg.png") type("image/png")
  );
  background-size: 100% auto;
  background-position: center top;
  opacity: 1;
}
.product-section.product-top-wave::before {
  background-image: image-set(
    url("../images/product-pain-bg.webp") type("image/webp"),
    url("../images/product-pain-bg.png") type("image/png")
  );
  background-size: 100% auto;
  background-position: center top;
  opacity: 1;
}
.product-section.product-top-wave {
  background: #f8faff;
}
.pain-card {
  position: relative;
  min-height: 295px;
  padding: 32px 16px 22px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 20px rgba(102, 159, 255, 0.1);
}
.pain-card b {
  position: absolute;
  top: -7px;
  right: 12px;
  font-size: 96px;
  line-height: 1;
  color: rgba(0, 102, 255, 0.06);
}
.pain-card img {
  width: 148px;
  height: 148px;
  margin: 0 auto 10px;
  object-fit: contain;
}
.pain-grid-4 .pain-card img {
  width: 190px;
  height: 190px;
}
.pain-card h3 {
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}
.pain-card p {
  margin: 0;
  font-size: 16px;
  color: #000;
}

.solution-feature {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  gap: 18px;
  align-items: center;
}
.product-solution .product-section-head {
  margin-bottom: 40px;
}
.product-solution {
  position: relative;
  isolation: isolate;
  min-height: calc(653px + var(--solution-ability-overlap));
  background: #f8faff;
}
.product-section.product-solution {
  padding-bottom: calc(var(--solution-content-bottom) + var(--solution-ability-overlap));
}
.product-solution .product-section-head h2 {
  font-size: clamp(32px, 3.47vw, 50px);
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}
.product-solution .product-section-head i {
  display: block;
}
.product-solution .product-section-head p {
  margin-top: 8px;
}
.product-solution::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--solution-background, image-set(url("../images/product-solution-bg.webp") type("image/webp"), url("../images/product-solution-bg.png") type("image/png"))) center / cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
}
.product-solution > * {
  position: relative;
  z-index: 1;
}
.product-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #9db1d1;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 14px rgba(62, 108, 190, 0.18);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.product-arrow[data-solution-prev] {
  padding-right: 1px;
}
.product-arrow[data-solution-next] {
  padding-left: 1px;
}
.product-arrow:hover {
  color: #06f;
  box-shadow: 0 8px 24px rgba(62, 108, 190, 0.26);
  transform: translateY(-1px);
}
.solution-viewport {
  overflow: hidden;
  touch-action: pan-y;
}
.solution-track {
  display: flex;
  transition: transform 0.36s ease;
  will-change: transform;
}
.solution-slide {
  flex: 0 0 100%;
  min-width: 0;
}
.solution-body {
  display: grid;
  grid-template-columns: minmax(0, 664px) minmax(300px, 380px);
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.solution-media,
.solution-copy {
  grid-row: 1;
}
.solution-media {
  width: 100%;
}
.solution-media img {
  width: 100%;
  aspect-ratio: 664 / 374;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.solution-copy {
  align-self: center;
  justify-self: end;
  width: 100%;
  color: #000;
}
.solution-copy > span {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #06f;
  font-weight: 700;
}
.solution-copy h3 {
  margin: 0 0 4px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}
.solution-copy p {
  display: grid;
  gap: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.solution-dots {
  display: none;
}
.solution-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 102, 255, 0.2);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}
.solution-dot.is-active {
  width: 22px;
  background: #06f;
}

.product-abilities {
  overflow: hidden;
  isolation: isolate;
  margin-top: calc(0px - var(--solution-ability-overlap));
  border-radius: 81px;
  background: #081939;
}
.product-abilities::before {
  z-index: 0;
  background: image-set(url("../images/deepsense/ability-bg-deco.webp") type("image/webp"), url("../images/deepsense/ability-bg-deco.png") type("image/png")) left top / min(60vw, 862px) auto no-repeat;
  opacity: 1;
}
.product-abilities::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: min(60vw, 862px);
  aspect-ratio: 862 / 658;
  background: image-set(url("../images/deepsense/ability-bg-deco.webp") type("image/webp"), url("../images/deepsense/ability-bg-deco.png") type("image/png")) center / contain no-repeat;
  pointer-events: none;
  transform: rotate(180deg);
  transform-origin: center;
}
.product-abilities .product-section-head,
.product-abilities .ability-grid {
  position: relative;
  z-index: 1;
}
.ability-grid {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.ability-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: #152543;
  color: #fff;
  text-align: center;
}
.ability-media {
  position: relative;
  aspect-ratio: 1672 / 941;
  overflow: hidden;
}
.ability-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ability-card h3 {
  width: calc(100% - 68px);
  margin: 20px auto 4px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.ability-card p {
  display: grid;
  gap: 0;
  width: calc(100% - 68px);
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}

.benchmark-panel {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}
.benchmark-media img {
  width: 100%;
  aspect-ratio: 568 / 320;
  border-radius: 20px;
  object-fit: cover;
}
.benchmark-logo {
  width: 142px;
  height: auto;
  margin-bottom: 4px;
}
.benchmark-copy h3 {
  margin: 0 0 4px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.benchmark-copy > p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
}
.benchmark-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  text-align: center;
}
.benchmark-metrics article {
  display: grid;
  gap: 4px;
}
.benchmark-metrics strong {
  color: #06f;
  font-size: 20px;
  font-weight: 400;
}
.benchmark-metrics span {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 801px) {
  #product-main[data-product-page="deepsense"] .benchmark-copy h3 {
    font-size: 22px;
    font-weight: 700;
  }
}

@media screen and (min-width: 901px) {
  #product-main[data-product-page="deepsense"] .benchmark-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
  }

  #product-main[data-product-page="deepsense"] .benchmark-metrics article {
    display: grid;
    min-width: 0;
    grid-template-rows: auto 1fr;
    align-content: start;
    justify-items: center;
  }

  #product-main[data-product-page="deepsense"] .benchmark-metrics strong {
    text-align: center;
  }

  #product-main[data-product-page="deepsense"] .benchmark-metrics span {
    color: #000;
    text-align: center;
  }
}

@media screen and (min-width: 761px) and (max-width: 900px) {
  #product-main[data-product-page="deepsense"] .benchmark-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
  }

  #product-main[data-product-page="deepsense"] .benchmark-metrics article {
    grid-template-rows: 30px 1fr;
    align-content: start;
  }

  #product-main[data-product-page="deepsense"] .benchmark-metrics strong,
  #product-main[data-product-page="deepsense"] .benchmark-metrics span {
    text-align: center;
  }
}
.benchmark-metrics.benchmark-metrics-1 {
  grid-template-columns: 1fr;
  gap: 4px;
  text-align: left;
}
.benchmark-metrics.benchmark-metrics-1 strong,
.benchmark-metrics.benchmark-metrics-1 span {
  font-size: 16px;
  line-height: 1.5;
}
.benchmark-metrics.benchmark-metrics-1 span {
  white-space: pre-line;
}
.product-cta {
  display: flex;
  width: max-content;
  margin: 40px auto 0;
  padding: 12px 32px;
  border-radius: 999px;
  background: #06f;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.platform-grid {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.platform-card {
  display: block;
  position: relative;
  min-height: 332px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.platform-card > picture:first-child {
  display: block;
  width: 100%;
  height: 100%;
}
.platform-card .platform-bg {
  width: 100%;
  height: 100%;
  min-height: 332px;
  object-fit: cover;
}
.platform-logo {
  position: absolute;
  top: 39px;
  left: 34px;
  width: 205px;
}
.product-platform .platform-card > picture > img.platform-logo {
  min-height: 0;
  height: auto;
  object-fit: contain;
}
.product-platform .platform-card:first-child .platform-logo {
  top: 37px;
  width: 165px;
  height: 35px;
}
.platform-card h3 {
  position: absolute;
  top: 88px;
  left: 34px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}
.platform-card-cta {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 54px;
  padding: 0;
  border-radius: 999px;
  background: #06f;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.value-grid {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-stack {
  overflow: hidden;
  color: #111827;
  background: #f4f7fc;
}
.product-stack::before {
  opacity: 0;
}
.stack-system-image {
  width: min(1200px, 100%);
  margin: 0 auto;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}
.stack-system-image img {
  width: 100%;
  height: auto;
  max-width: none;
}

.product-foundation {
  border-radius: 81px;
}
.product-shared-background {
  position: relative;
  isolation: isolate;
  background: #f8faff;
}
.product-shared-background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--product-pattern, none);
  background-size: 1452px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0.12;
  pointer-events: none;
}
.product-shared-background > .product-section::before {
  display: none;
}
.product-shared-background > .product-section {
  background: transparent;
}
.product-shared-background > .product-section > * {
  position: relative;
  z-index: 1;
}
.product-shared-background .product-foundation,
.product-shared-background .product-values {
  border-radius: 0;
}
.product-shared-background .product-stack {
  background: transparent;
}
.foundation-panel {
  position: relative;
  width: min(1200px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.foundation-panel > img,
.foundation-panel > picture > img {
  display: block;
  width: 100%;
  height: auto;
}
.product-values {
  border-radius: 81px;
}
.value-grid {
  grid-template-columns: repeat(3, 1fr);
}
.value-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 0 32px 8px;
  text-align: center;
}
.value-card img {
  width: 220px;
  height: 220px;
  object-fit: contain;
}
.value-card b {
  color: #06f;
  font-size: 47px;
  line-height: 1;
}
.value-card h3 {
  display: inline;
  margin: 0 0 0 10px;
  font-size: 20px;
  font-weight: 400;
}
.value-card em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-size: 16px;
}
.value-card p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.product-company {
  background: #fff;
  padding: 96px 24px;
}
.product-company-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}
.product-company h2 {
  margin: 0 0 2px;
  color: #06f;
  font-size: 30px;
  font-weight: 400;
}
.product-company p {
  margin: 0 0 32px;
  color: #000;
  font-size: 30px;
  line-height: 1.5;
}
.product-company span {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 2;
}

@media screen and (min-width: 1920px) {
  .product-section-head,
  .pain-grid,
  .solution-feature,
  .ability-grid,
  .benchmark-panel,
  .platform-grid,
  .value-grid,
  .stack-system-image,
  .foundation-panel,
  .product-company-inner {
    width: min(70vw, 2400px);
  }

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

@media screen and (max-width: 1100px) {
  #product-main {
    --solution-ability-overlap: 84px;
  }
  .pain-grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .pain-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-feature,
  .platform-grid {
    grid-template-columns: 1fr;
  }
  .benchmark-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .value-card {
    padding-left: 8px;
    padding-right: 8px;
  }
  .value-card img {
    width: min(220px, 100%);
    height: auto;
    aspect-ratio: 1;
  }
  .product-arrow {
    display: none;
  }
  .solution-feature {
    grid-template-columns: 1fr;
  }
  .product-solution {
    min-height: 0;
    background-size: cover;
  }
  .solution-dots {
    grid-column: 1;
  }
  .solution-body {
    grid-template-columns: minmax(0, 1.72fr) minmax(118px, 1fr);
    gap: 14px;
  }
  .solution-media,
  .solution-copy {
    width: 100%;
    grid-row: 1;
  }
  .solution-copy {
    margin-top: 0;
    justify-self: end;
  }
  .solution-copy h3 {
    font-size: 20px;
    line-height: 1.45;
  }
  .solution-copy p {
    font-size: 14px;
    line-height: 1.55;
  }
  .solution-copy > span {
    font-size: 14px;
    line-height: 1.45;
  }
  .benchmark-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .benchmark-copy h3,
  .platform-card h3 {
    font-size: 20px;
    line-height: 1.45;
  }
  .benchmark-copy > p {
    font-size: 14px;
    line-height: 1.65;
  }
  .benchmark-metrics strong {
    font-size: 18px;
  }
  .benchmark-metrics span {
    font-size: 13px;
  }
  .platform-card-cta {
    font-size: 16px;
  }
}

@media screen and (max-width: 760px) {
  .pain-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-body {
    gap: 12px;
  }
  .solution-copy h3 {
    font-size: 17px;
    line-height: 1.45;
  }
  .solution-copy p {
    font-size: 13px;
    line-height: 1.5;
  }
  .solution-copy > span {
    font-size: 13px;
    line-height: 1.45;
  }
  .benchmark-panel {
    grid-template-columns: 1fr;
  }
  .value-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .value-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 560px) {
  .ability-grid {
    grid-template-columns: 1fr;
  }
  .ability-card h3,
  .ability-card p {
    width: calc(100% - 48px);
  }
}

@media screen and (max-width: 560px) {
  #product-main {
    --solution-content-bottom: 48px;
    --solution-ability-overlap: 64px;
  }
  .product-section {
    padding: 36px 20px;
  }

  .product-abilities {
    border-radius: 20px;
  }
  .product-section-head,
  .product-solution .product-section-head {
    margin-bottom: 28px;
  }
  .product-section-head h2 {
    font-size: 24px;
    font-weight: 700;
  }
  .product-section-title-desktop {
    display: none;
  }
  .product-section-title-mobile {
    display: block;
  }
  .product-section-title-mobile span {
    display: block;
  }
  .product-solution .product-section-head h2 {
    font-size: 24px;
  }
  .product-solution .product-section-head p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-platform .platform-grid {
    gap: 8px;
  }
  .product-platform .platform-card {
    min-height: 0;
    aspect-ratio: 335 / 188;
    border-radius: 12px;
  }
  .product-platform .platform-card > picture:first-child {
    height: 100%;
  }
  .product-platform .platform-card .platform-bg {
    height: 100%;
    min-height: 0;
  }
  .product-platform .platform-logo {
    top: 22px;
    left: 20px;
    width: 115px;
    height: 17px;
  }
  .product-platform .platform-card > picture > img.platform-logo {
    height: 17px;
  }
  .product-platform .platform-card:first-child .platform-logo {
    top: 21px;
    left: 20px;
    width: 94px;
    height: 20px;
  }
  .product-platform .platform-card:first-child > picture > img.platform-logo {
    height: 20px;
  }
  .product-platform .platform-card h3 {
    top: 50px;
    left: 20px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
  }
  .product-platform .platform-card-cta {
    right: 12px;
    bottom: 13px;
    width: auto;
    height: auto;
    min-width: 92px;
    padding: 8px 18px;
    font-size: 14px;
    line-height: 1.45;
  }
  .solution-body {
    gap: 10px;
  }
  .solution-media img {
    border-radius: 10px;
  }
  .solution-copy h3 {
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.45;
  }
  .solution-copy p {
    font-size: 11px;
    line-height: 1.55;
  }
  .solution-copy > span {
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 1.45;
  }
  .stack-system-image img {
    width: 100%;
    max-width: 100%;
  }
  .product-brand-logo {
    width: auto;
    max-width: 80vw;
    height: 20px;
  }
  #product-main[data-product-page="nexus"] .product-hero-title {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
  }
  #product-main[data-product-page="nexus"] .product-hero-mobile-title-line {
    display: block;
  }
  .pain-grid-6,
  .pain-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .pain-card {
    min-height: auto;
    padding: 22px 10px 18px;
    border-radius: 14px;
  }
  .pain-card b {
    top: -4px;
    right: 8px;
    font-size: 72px;
  }
  .pain-card img,
  .pain-grid-4 .pain-card img {
    width: 112px;
    height: 112px;
  }
  .pain-card h3 {
    font-size: 16px;
    line-height: 1.45;
  }
  .pain-card p {
    font-size: 13px;
    line-height: 1.5;
  }
  .ability-card h3,
  .ability-card p {
    width: calc(100% - 36px);
  }
  .ability-card h3 {
    font-size: 16px;
  }
  .ability-card p {
    font-size: 14px;
  }
  .benchmark-panel {
    gap: 24px;
  }
  .benchmark-metrics {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .benchmark-copy h3,
  .platform-card h3 {
    font-size: 18px;
  }
  .benchmark-copy > p,
  .benchmark-metrics span {
    font-size: 13px;
  }
  .product-cta,
  .platform-card-cta {
    font-size: 16px;
  }
  .product-company {
    padding: 48px 20px;
  }
  .product-company h2,
  .product-company p {
    font-size: 24px;
  }
}
