.metop-products-page {
  --products-width: 1248px;
  --products-ease: cubic-bezier(0.32, 0.72, 0, 1);
  background: #fff;
  color: var(--metop-text);
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  overflow: clip;
  padding: 0 !important;
  width: 100%;
}

.metop-products-page .elementor-widget,
.metop-products-page .elementor-widget-container,
.metop-products-page .elementor-heading-title,
.metop-products-page .elementor-widget-text-editor p {
  margin: 0;
}

.metop-products-page .elementor-heading-title,
.metop-products-page .elementor-widget-text-editor,
.metop-products-page .elementor-button {
  letter-spacing: 0;
}

.metop-products-page__hero {
  align-items: center;
  background: #fff;
  display: flex !important;
  padding: 72px max(48px, calc((100vw - var(--products-width)) / 2)) 76px !important;
  width: 100%;
}

.metop-products-page__hero > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: column !important;
  gap: 38px;
  max-width: var(--products-width) !important;
  width: 100%;
}

.metop-products-page__hero-copy {
  align-items: center;
  max-width: 760px;
  text-align: center;
  width: 100%;
}

.metop-products-page__hero-copy > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px;
  max-width: none !important;
  width: 100%;
}

.metop-products-page__hero-eyebrow .elementor-heading-title,
.metop-products-page__eyebrow .elementor-heading-title,
.metop-products-page__product-number .elementor-heading-title,
.metop-products-page__group-number .elementor-heading-title {
  color: var(--metop-blue) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.metop-products-page__hero-title .elementor-heading-title {
  color: var(--metop-text) !important;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.08;
}

.metop-products-page__hero-description {
  color: var(--metop-muted);
  font-size: 16px;
  line-height: 1.8;
  max-width: 690px;
}

.metop-products-page__hero-actions,
.metop-products-page__cta-actions {
  width: 100%;
}

.metop-products-page__hero-actions > .e-con-inner,
.metop-products-page__cta-actions > .e-con-inner {
  align-items: center !important;
  display: flex !important;
  flex-flow: row wrap !important;
  gap: 12px;
  justify-content: center !important;
  max-width: none !important;
  width: 100%;
}

.metop-products-page .elementor-button {
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  transition: background-color 180ms var(--products-ease), border-color 180ms var(--products-ease), color 180ms var(--products-ease), box-shadow 180ms var(--products-ease), transform 180ms var(--products-ease);
}

.metop-products-page .metop-products-page__button-primary.elementor-widget-button .elementor-button {
  background: #111;
  border-color: #111;
  color: #fff;
  fill: #fff;
}

.metop-products-page .metop-products-page__button-secondary.elementor-widget-button .elementor-button {
  background: #fff;
  color: var(--metop-text);
  fill: var(--metop-text);
}

.metop-products-page .metop-products-page__button-primary.elementor-widget-button .elementor-button:hover,
.metop-products-page .metop-products-page__button-primary.elementor-widget-button .elementor-button:focus-visible,
.metop-products-page .metop-products-page__button-secondary.elementor-widget-button .elementor-button:hover,
.metop-products-page .metop-products-page__button-secondary.elementor-widget-button .elementor-button:focus-visible {
  background: var(--metop-blue);
  border-color: var(--metop-blue);
  box-shadow: 0 12px 30px rgba(0, 51, 255, 0.16);
  color: #fff;
  fill: #fff;
  transform: translateY(-1px);
}

.metop-products-page__hero-media {
  width: 100%;
}

.metop-products-page__hero-media .elementor-widget-container {
  width: 100%;
}

.metop-products-page__hero-stage {
  background: #0d0f14;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(10, 18, 40, 0.14);
  height: 420px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.metop-products-page__hero-stage::after {
  background: linear-gradient(180deg, transparent 52%, rgba(5, 8, 16, 0.72) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.metop-products-page__hero-video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.metop-products-page__hero-stage-caption {
  align-items: flex-end;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 30px 34px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.metop-products-page__hero-stage-caption span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.metop-products-page__hero-stage-caption strong {
  font-size: 15px;
  font-weight: 500;
}

.metop-products-page__platform-overview {
  background: #fff;
  padding: 0 !important;
  width: 100%;
}

.metop-products-page__platform-overview > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 0;
  max-width: none !important;
  padding: 0 !important;
  width: 100%;
}

.metop-products-page__platform-head {
  margin: 0;
  max-width: none;
  width: 100%;
}

.metop-products-page__platform-head > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
  margin-inline: auto;
  max-width: var(--products-width) !important;
  padding: 0 !important;
  text-align: center;
  width: 100%;
}

.metop-products-page__platform-title .elementor-heading-title {
  color: var(--metop-text) !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-wrap: balance;
}

.metop-products-page__platform-title-highlight {
  color: var(--metop-blue);
  font-weight: 700;
}

.metop-products-page__platform-description,
.metop-products-page__platform-description p {
  color: var(--metop-muted) !important;
  font-size: 14px;
  line-height: 1.75;
}

.metop-products-page__platform-grid {
  background: #fff;
  padding: 104px max(48px, calc((100vw - var(--products-width)) / 2)) !important;
  width: 100% !important;
}

.metop-products-page__platform-grid > .e-con-inner {
  align-items: stretch;
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none !important;
  padding: 0 !important;
  width: 100%;
}

.metop-products-page__platform-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  box-shadow: none;
  min-width: 0;
  overflow: hidden;
  padding: 0 !important;
  transition: border-color 220ms var(--products-ease), box-shadow 220ms var(--products-ease), transform 220ms var(--products-ease);
  width: 100% !important;
}

.metop-products-page__platform-card > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  max-width: none !important;
  padding: 0 !important;
}

.metop-products-page__platform-card:hover,
.metop-products-page__platform-card:focus-within {
  border-color: rgba(0, 51, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(0, 51, 255, 0.04), 0 14px 38px rgba(0, 51, 255, 0.10);
  transform: translateY(-2px);
}

.metop-products-page__platform-media {
  aspect-ratio: 16 / 9;
  background: #f7f6f3;
  overflow: hidden;
  width: 100%;
}

.metop-products-page__platform-media .elementor-widget-container,
.metop-products-page__platform-media img,
.metop-products-page__platform-video {
  height: 100%;
  width: 100%;
}

.metop-products-page__platform-media img,
.metop-products-page__platform-video {
  display: block;
  object-fit: cover;
  transition: transform 220ms var(--products-ease);
}

.metop-products-page__platform-card:hover .metop-products-page__platform-media img,
.metop-products-page__platform-card:hover .metop-products-page__platform-video {
  transform: scale(1.02);
}

.metop-products-page__platform-copy {
  flex: 1;
  padding: 0 !important;
  width: 100% !important;
}

.metop-products-page__platform-copy > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
  max-width: none !important;
  padding: 22px 24px 24px;
}

.metop-products-page__platform-index .elementor-heading-title {
  color: var(--metop-blue) !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.metop-products-page__platform-card-title .elementor-heading-title {
  color: var(--metop-text) !important;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.metop-products-page__platform-card-description,
.metop-products-page__platform-card-description p {
  color: var(--metop-muted) !important;
  font-size: 14px;
  line-height: 1.75;
}

.metop-products-page__group {
  background: #fff;
  padding: 100px max(48px, calc((100vw - var(--products-width)) / 2)) 108px !important;
  scroll-margin-top: 82px;
  width: 100%;
}

.metop-products-page__group--subtle {
  background: #f5f6f8;
}

.metop-products-page__group > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 44px;
  max-width: var(--products-width) !important;
  width: 100%;
}

.metop-products-page__group-head {
  width: 100%;
}

.metop-products-page__group-head > .e-con-inner {
  align-items: start;
  display: grid !important;
  gap: 34px;
  grid-template-columns: 88px minmax(0, 1fr);
  max-width: none !important;
  width: 100%;
}

.metop-products-page__group-copy {
  max-width: 720px;
  width: 100%;
}

.metop-products-page__group-copy > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
  max-width: none !important;
  width: 100%;
}

.metop-products-page__group-title .elementor-heading-title {
  color: var(--metop-text) !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.18;
}

.metop-products-page__group-description {
  color: var(--metop-muted);
  font-size: 15px;
  line-height: 1.75;
}

.metop-products-page__product-grid {
  width: 100%;
}

.metop-products-page__product-grid > .e-con-inner {
  align-items: stretch;
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none !important;
  width: 100%;
}

.metop-products-page__product {
  background: #f5f6f8;
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 280ms var(--products-ease), transform 280ms var(--products-ease);
  width: 100%;
}

.metop-products-page__group--subtle .metop-products-page__product {
  background: #fff;
}

.metop-products-page__product:hover {
  box-shadow: 0 20px 48px rgba(0, 51, 255, 0.12), 0 0 0 1px rgba(0, 51, 255, 0.08);
  transform: translateY(-4px);
}

.metop-products-page__product > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  max-width: none !important;
  width: 100%;
}

.metop-products-page__product-media {
  background: #e9ebef;
  overflow: hidden;
  width: 100%;
}

.metop-products-page__product-media > .e-con-inner,
.metop-products-page__video-widget,
.metop-products-page__video-widget .elementor-widget-container {
  height: 100%;
  max-width: none !important;
  width: 100%;
}

.metop-products-page__image,
.metop-products-page__image .elementor-widget-container,
.metop-products-page__image img {
  height: 100%;
  width: 100%;
}

.metop-products-page__image img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.metop-products-page__product--service {
  background: #f7f8fb;
  border-style: dashed;
}

.metop-products-page__video {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  transition: filter 300ms var(--products-ease), transform 700ms var(--products-ease);
  width: 100%;
}

.metop-products-page__product:hover .metop-products-page__video {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.018);
}

.metop-products-page__product-copy {
  flex: 1;
  padding: 28px 30px 30px;
  width: 100%;
}

.metop-products-page__product-copy > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  max-width: none !important;
  width: 100%;
}

.metop-products-page__product-meta {
  margin-bottom: 17px;
  width: 100%;
}

.metop-products-page__product-meta > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  gap: 12px;
  max-width: none !important;
  width: 100%;
}

.metop-products-page__product-number {
  align-items: center;
  background: var(--metop-blue);
  border-radius: 50%;
  display: flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.metop-products-page__product-number .elementor-heading-title {
  color: #fff !important;
  font-size: 10px;
}

.metop-products-page__product-title .elementor-heading-title {
  color: var(--metop-text) !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.metop-products-page__product-subtitle {
  margin-top: 9px;
}

.metop-products-page__product-subtitle .elementor-heading-title {
  color: var(--metop-strong) !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.metop-products-page__product-description {
  color: var(--metop-muted);
  font-size: 14px;
  line-height: 1.75;
  margin-top: 15px;
}

.metop-products-page__capabilities {
  margin-top: 18px;
}

.metop-products-page__capabilities .elementor-heading-title {
  color: var(--metop-blue) !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.metop-products-page__product-actions {
  margin-top: auto;
  padding-top: 24px;
  width: 100%;
}

.metop-products-page__product-actions > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-flow: row wrap !important;
  gap: 10px;
  max-width: none !important;
  width: 100%;
}

.metop-products-page .metop-products-page__text-link.elementor-widget-button .elementor-button {
  background: #111;
  border: 1px solid #111;
  border-radius: 6px;
  color: #fff;
  fill: #fff;
  min-height: 42px;
  padding: 11px 16px;
  width: fit-content;
}

.metop-products-page__text-link .elementor-button::after {
  content: "→";
  margin-left: 7px;
  transition: transform 180ms var(--products-ease);
}

.metop-products-page .metop-products-page__text-link.elementor-widget-button .elementor-button:hover,
.metop-products-page .metop-products-page__text-link.elementor-widget-button .elementor-button:focus-visible {
  background: var(--metop-blue);
  border-color: var(--metop-blue);
  box-shadow: 0 10px 24px rgba(0, 51, 255, 0.16);
  color: #fff;
  fill: #fff;
  transform: translateY(-1px);
}

.metop-products-page__text-link .elementor-button:hover::after,
.metop-products-page__text-link .elementor-button:focus-visible::after {
  transform: translateX(3px);
}

.metop-products-page .metop-products-page__platform-link.elementor-widget-button .elementor-button {
  background: var(--metop-blue);
  border: 1px solid var(--metop-blue);
  border-radius: 6px;
  color: #fff;
  fill: #fff;
  min-height: 42px;
  padding: 11px 16px;
  width: fit-content;
}

.metop-products-page .metop-products-page__platform-link.elementor-widget-button .elementor-button:hover,
.metop-products-page .metop-products-page__platform-link.elementor-widget-button .elementor-button:focus-visible {
  background: #0029cc;
  border-color: #0029cc;
  box-shadow: 0 10px 24px rgba(0, 51, 255, 0.2);
  color: #fff;
  fill: #fff;
  transform: translateY(-1px);
}

.metop-products-page__cta {
  align-items: center;
  background: #111;
  color: #fff;
  padding: 104px max(48px, calc((100vw - var(--products-width)) / 2)) !important;
  text-align: center;
  width: 100%;
}

.metop-products-page__cta > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: column !important;
  gap: 19px;
  max-width: 720px !important;
  width: 100%;
}

.metop-products-page__cta-title .elementor-heading-title {
  color: #fff !important;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.18;
}

.metop-products-page__cta-description {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.8;
  max-width: 580px;
}

.metop-products-page .metop-products-page__cta .metop-products-page__button-primary.elementor-widget-button .elementor-button {
  background: #fff;
  border-color: #fff;
  color: #111;
  fill: #111;
}

.metop-products-page .metop-products-page__cta .metop-products-page__button-secondary.elementor-widget-button .elementor-button {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  fill: #fff;
}

.metop-products-page .metop-products-page__cta .elementor-widget-button .elementor-button:hover,
.metop-products-page .metop-products-page__cta .elementor-widget-button .elementor-button:focus-visible {
  background: var(--metop-blue);
  border-color: var(--metop-blue);
  color: #fff;
  fill: #fff;
}

@media (max-width: 1024px) {
  .metop-products-page__platform-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metop-products-page__hero-title .elementor-heading-title {
    font-size: 50px;
  }

  .metop-products-page__group-title .elementor-heading-title {
    font-size: 36px;
  }

  .metop-products-page__product-title .elementor-heading-title {
    font-size: 26px;
  }
}

@media (max-width: 820px) {
  .metop-products-page__hero,
  .metop-products-page__group,
  .metop-products-page__cta {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .metop-products-page__hero {
    padding-bottom: 64px !important;
    padding-top: 58px !important;
  }

  .metop-products-page__platform-grid {
    padding: 72px 20px !important;
  }

  .metop-products-page__hero > .e-con-inner {
    gap: 30px;
  }

  .metop-products-page__hero-title .elementor-heading-title {
    font-size: 44px;
  }

  .metop-products-page__hero-stage {
    height: 330px;
  }

  .metop-products-page__group {
    padding-bottom: 80px !important;
    padding-top: 78px !important;
  }

  .metop-products-page__group-head > .e-con-inner {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr);
  }

  .metop-products-page__product-grid > .e-con-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .metop-products-page__platform-title .elementor-heading-title {
    font-size: 30px;
  }

  .metop-products-page__platform-grid > .e-con-inner {
    gap: 18px;
    grid-template-columns: minmax(0, 1fr);
  }

  .metop-products-page__hero-copy {
    align-items: flex-start;
    text-align: left;
  }

  .metop-products-page__hero-copy > .e-con-inner {
    align-items: flex-start;
  }

  .metop-products-page__hero-title .elementor-heading-title {
    font-size: 40px;
  }

  .metop-products-page__hero-description {
    font-size: 15px;
  }

  .metop-products-page__hero-actions > .e-con-inner,
  .metop-products-page__cta-actions > .e-con-inner {
    align-items: stretch;
    flex-direction: column !important;
  }

  .metop-products-page__hero-actions .elementor-widget-button,
  .metop-products-page__hero-actions .elementor-button,
  .metop-products-page__cta-actions .elementor-widget-button,
  .metop-products-page__cta-actions .elementor-button {
    width: 100%;
  }

  .metop-products-page__hero-stage {
    height: 250px;
  }

  .metop-products-page__hero-stage-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 20px;
  }

  .metop-products-page__group-title .elementor-heading-title {
    font-size: 32px;
  }

  .metop-products-page__group > .e-con-inner {
    gap: 32px;
  }

  .metop-products-page__product-grid > .e-con-inner {
    gap: 18px;
  }

  .metop-products-page__product-copy {
    padding: 24px 22px 26px;
  }

  .metop-products-page__product-title .elementor-heading-title {
    font-size: 25px;
  }

  .metop-products-page__product-subtitle .elementor-heading-title {
    font-size: 15px;
  }

  .metop-products-page__cta {
    padding-bottom: 82px !important;
    padding-top: 82px !important;
  }

  .metop-products-page__cta-title .elementor-heading-title {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .metop-products-page__platform-card,
  .metop-products-page__platform-media img,
  .metop-products-page__platform-video,
  .metop-products-page__product,
  .metop-products-page__video,
  .metop-products-page .elementor-button {
    transition: none;
  }

  .metop-products-page__platform-card:hover,
  .metop-products-page__platform-card:focus-within,
  .metop-products-page__platform-card:hover .metop-products-page__platform-media img,
  .metop-products-page__platform-card:focus-within .metop-products-page__platform-media img,
  .metop-products-page__platform-card:hover .metop-products-page__platform-video,
  .metop-products-page__platform-card:focus-within .metop-products-page__platform-video {
    transform: none;
  }
}
