.metop-home-parity {
  --home-bg: #f7f8fa;
  --home-surface: #ffffff;
  --home-text: #111111;
  --home-strong: #343434;
  --home-muted: #6d7078;
  --home-line: rgba(17, 17, 17, 0.12);
  --home-blue: #0033ff;
  --home-blue-soft: rgba(0, 51, 255, 0.08);
  --home-width: 1248px;
  --home-ease: cubic-bezier(0.32, 0.72, 0, 1);
  background: var(--home-bg);
  color: var(--home-text) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  overflow: clip;
  padding: 0 !important;
  width: 100%;
}

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

.metop-home-parity .elementor-widget,
.metop-home-parity .elementor-widget-container,
.metop-home-parity .elementor-heading-title,
.metop-home-parity .elementor-widget-text-editor p {
  margin-block: 0;
}

.metop-home-parity .elementor-heading-title {
  color: var(--home-text) !important;
  letter-spacing: 0;
  text-wrap: pretty;
  word-break: keep-all;
}

.metop-home-parity .elementor-widget-text-editor,
.metop-home-parity .elementor-widget-text-editor p {
  color: var(--home-muted) !important;
}

.metop-home-parity .elementor-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.22);
  border-radius: 6px;
  box-shadow: none;
  color: var(--home-text) !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0;
  min-height: 46px;
  padding: 0 22px;
  transition: background-color 180ms var(--home-ease), border-color 180ms var(--home-ease), color 180ms var(--home-ease), box-shadow 180ms var(--home-ease), transform 180ms var(--home-ease);
}

.metop-home-parity .elementor-button:hover,
.metop-home-parity .elementor-button:focus-visible {
  background: var(--home-blue) !important;
  border-color: var(--home-blue) !important;
  box-shadow: 0 12px 32px rgba(0, 51, 255, 0.18);
  color: #ffffff !important;
  outline: none;
  transform: translateY(-1px);
}

.metop-home-parity .metop-home-parity__button-primary .elementor-button {
  background: var(--home-text);
  border-color: var(--home-text);
  color: #ffffff !important;
}

.metop-home-parity .metop-home-parity__button-secondary .elementor-button {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(17, 17, 17, 0.22);
  color: var(--home-text) !important;
}

.metop-home-parity .metop-home-parity__button-primary .elementor-button:hover,
.metop-home-parity .metop-home-parity__button-primary .elementor-button:focus-visible,
.metop-home-parity .metop-home-parity__button-secondary .elementor-button:hover,
.metop-home-parity .metop-home-parity__button-secondary .elementor-button:focus-visible {
  background: var(--home-blue) !important;
  border-color: var(--home-blue) !important;
  color: #ffffff !important;
}

.metop-home-parity .metop-home-parity__section {
  background: var(--home-surface);
  padding: 104px max(48px, calc((100vw - var(--home-width)) / 2)) !important;
  width: 100%;
}

.metop-home-parity .metop-home-parity__section > .e-con-inner {
  max-width: var(--home-width) !important;
  padding: 0 !important;
  width: 100%;
}

.metop-home-parity .metop-home-parity__section-head,
.metop-home-parity .metop-home-parity__section-head > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px;
  margin-inline: auto;
  max-width: 760px;
  text-align: center;
  width: 100%;
}

.metop-home-parity .metop-home-parity__section-title .elementor-heading-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

.metop-home-parity .metop-home-parity__section-description {
  font-size: 17px;
  line-height: 1.8;
  max-width: 760px;
}

.metop-home-parity .metop-home-parity__eyebrow .elementor-heading-title {
  color: var(--home-blue) !important;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

/* Hero */
.metop-home-parity .metop-home-parity__hero {
  background: #dfe3e5;
  height: calc(100svh - 78px);
  justify-content: center !important;
  max-height: none;
  min-height: 650px;
  overflow: hidden;
  padding: 64px max(48px, calc((100vw - var(--home-width)) / 2)) !important;
  position: relative;
  width: 100%;
}

.metop-home-parity .metop-home-parity__hero::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 34%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.08) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.metop-home-parity .metop-home-parity__hero::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 60%, rgba(255, 255, 255, 0.22) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.metop-home-parity .metop-home-parity__hero-video-widget {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.metop-home-parity .metop-home-parity__hero-video-widget,
.metop-home-parity .metop-home-parity__hero-video-widget .elementor-widget-container,
.metop-home-parity .metop-home-parity__hero-video {
  height: 100%;
  width: 100%;
}

.metop-home-parity .metop-home-parity__hero-video {
  display: block;
  object-fit: cover;
}

.metop-home-parity .metop-home-parity__hero-content,
.metop-home-parity .metop-home-parity__hero-content > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 22px;
  max-width: 720px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.metop-home-parity .metop-home-parity__hero-kicker .elementor-heading-title {
  color: var(--home-text) !important;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.metop-home-parity .metop-home-parity__hero-title .elementor-heading-title {
  color: var(--home-text) !important;
  font-size: 66px;
  font-weight: 600;
  line-height: 1.13;
  max-width: 720px;
  overflow-wrap: anywhere;
  text-wrap: balance;
  word-break: normal;
}

.metop-home-parity .metop-home-parity__hero-copy {
  font-size: 19px;
  line-height: 1.8;
  max-width: 650px;
}

.metop-home-parity .metop-home-parity__hero-copy p {
  color: var(--home-strong) !important;
}

.metop-home-parity .metop-home-parity__hero-actions,
.metop-home-parity .metop-home-parity__hero-actions > .e-con-inner,
.metop-home-parity .metop-home-parity__product-actions,
.metop-home-parity .metop-home-parity__product-actions > .e-con-inner,
.metop-home-parity .metop-home-parity__cta-actions,
.metop-home-parity .metop-home-parity__cta-actions > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 12px;
}

/* Platform stages */
.metop-home-parity .metop-home-parity__platform {
  background: #fbfbfa;
  padding: 96px max(48px, calc((100vw - var(--home-width)) / 2)) !important;
  width: 100%;
}

.metop-home-parity .metop-home-parity__platform > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 48px;
  max-width: var(--home-width) !important;
  padding: 0 !important;
  width: 100%;
}

.metop-home-parity .metop-home-parity__platform-head,
.metop-home-parity .metop-home-parity__platform-head > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
  margin-inline: auto;
  max-width: 760px;
  padding: 0 !important;
  text-align: center;
  width: 100%;
}

.metop-home-parity .metop-home-parity__platform-title .elementor-heading-title {
  color: #111111 !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-wrap: balance;
}

.metop-home-parity .metop-home-parity__platform-title-highlight {
  color: #0033ff;
  font-weight: 700;
}

.metop-home-parity .metop-home-parity__platform-description,
.metop-home-parity .metop-home-parity__platform-description p {
  color: #787774 !important;
  font-size: 14px;
  line-height: 1.75;
}

.metop-home-parity .metop-home-parity__platform-grid {
  padding: 0 !important;
  width: 100% !important;
}

.metop-home-parity .metop-home-parity__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-home-parity .metop-home-parity__platform-card {
  background: #ffffff;
  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(--home-ease), box-shadow 220ms var(--home-ease), transform 220ms var(--home-ease);
  width: 100% !important;
}

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

.metop-home-parity .metop-home-parity__platform-card:hover,
.metop-home-parity .metop-home-parity__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-home-parity .metop-home-parity__platform-media {
  aspect-ratio: 16 / 9;
  background: #f7f6f3;
  overflow: hidden;
  width: 100%;
}

.metop-home-parity .metop-home-parity__platform-media .elementor-widget-container,
.metop-home-parity .metop-home-parity__platform-media img,
.metop-home-parity .metop-home-parity__platform-video {
  height: 100%;
  width: 100%;
}

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

.metop-home-parity .metop-home-parity__platform-card:hover .metop-home-parity__platform-media img,
.metop-home-parity .metop-home-parity__platform-card:hover .metop-home-parity__platform-video {
  transform: scale(1.02);
}

.metop-home-parity .metop-home-parity__platform-copy {
  flex: 1;
  padding: 0 !important;
  width: 100% !important;
}

.metop-home-parity .metop-home-parity__platform-copy > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
  max-width: none !important;
  padding: 24px;
}

.metop-home-parity .metop-home-parity__platform-index .elementor-heading-title {
  color: #0033ff !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.metop-home-parity .metop-home-parity__platform-card-title .elementor-heading-title {
  color: #111111 !important;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.metop-home-parity .metop-home-parity__platform-card-description,
.metop-home-parity .metop-home-parity__platform-card-description p {
  color: #787774 !important;
  font-size: 14px;
  line-height: 1.75;
}

/* Core products */
.metop-home-parity .metop-home-parity__core-products {
  gap: 72px;
}

.metop-home-parity .metop-home-parity__core-products > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 72px;
}

.metop-home-parity .metop-home-parity__product-list,
.metop-home-parity .metop-home-parity__product-list > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 0;
  width: 100%;
}

.metop-home-parity .metop-home-parity__product-list {
  padding: 0 !important;
}

.metop-home-parity .metop-home-parity__product-list > .e-con-inner {
  max-width: none !important;
  padding: 0 !important;
}

.metop-home-parity .metop-home-parity__product-row > .e-con-inner {
  align-items: stretch;
  display: grid !important;
  gap: 72px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 540px;
  padding-block: 72px;
  width: 100%;
}

.metop-home-parity .metop-home-parity__product-row {
  padding: 0 !important;
  width: 100% !important;
}

.metop-home-parity .metop-home-parity__product-row > .e-con-inner {
  max-width: none !important;
  padding-inline: 0 !important;
}

.metop-home-parity .metop-home-parity__product-row:first-child > .e-con-inner {
  padding-top: 0;
}

.metop-home-parity .metop-home-parity__product-row:last-child > .e-con-inner {
  padding-bottom: 0;
}

.metop-home-parity .metop-home-parity__product-row + .metop-home-parity__product-row {
  border-top: 1px solid var(--home-line);
}

.metop-home-parity .metop-home-parity__product-row.is-reverse > .e-con-inner {
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
}

.metop-home-parity .metop-home-parity__product-media {
  align-self: center;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.metop-home-parity .metop-home-parity__product-media .elementor-widget-container,
.metop-home-parity .metop-home-parity__product-media img,
.metop-home-parity .metop-home-parity__product-video {
  height: 100%;
  width: 100%;
}

.metop-home-parity .metop-home-parity__product-media img {
  display: block;
  object-fit: cover;
}

.metop-home-parity .metop-home-parity__product-video {
  background: #08090d;
  display: block;
  object-fit: contain;
}

.metop-home-parity .metop-home-parity__product-copy,
.metop-home-parity .metop-home-parity__product-copy > .e-con-inner {
  align-self: center;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px;
  max-width: 500px;
  width: 100%;
}

.metop-home-parity .metop-home-parity__product-copy {
  padding: 0 !important;
}

.metop-home-parity .metop-home-parity__product-copy > .e-con-inner {
  max-width: none !important;
  padding: 0 !important;
}

.metop-home-parity .metop-home-parity__product-title .elementor-heading-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.22;
}

.metop-home-parity .metop-home-parity__product-description {
  font-size: 17px;
  line-height: 1.8;
}

.metop-home-parity .metop-home-parity__feature-list,
.metop-home-parity .metop-home-parity__feature-list > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 8px;
}

.metop-home-parity .metop-home-parity__feature-list,
.metop-home-parity .metop-home-parity__product-actions {
  padding: 0 !important;
}

.metop-home-parity .metop-home-parity__feature-list > .e-con-inner,
.metop-home-parity .metop-home-parity__product-actions > .e-con-inner {
  max-width: none !important;
  padding: 0 !important;
}

.metop-home-parity .metop-home-parity__feature-list .elementor-widget-heading {
  width: auto;
}

.metop-home-parity .metop-home-parity__feature-list .elementor-heading-title {
  background: var(--home-bg);
  border: 1px solid var(--home-line);
  border-radius: 4px;
  color: var(--home-strong) !important;
  font-size: 13px;
  font-weight: 550;
  line-height: 1;
  padding: 10px 12px;
}

/* Secondary products */
.metop-home-parity .metop-home-parity__more-products {
  background: var(--home-bg);
  gap: 56px;
}

.metop-home-parity .metop-home-parity__more-products > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: column !important;
  gap: 56px;
}

.metop-home-parity .metop-home-parity__secondary-grid > .e-con-inner {
  align-items: stretch;
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.metop-home-parity .metop-home-parity__secondary-grid {
  padding: 0 !important;
  width: 100% !important;
}

.metop-home-parity .metop-home-parity__secondary-grid > .e-con-inner {
  max-width: none !important;
  padding: 0 !important;
}

.metop-home-parity .metop-home-parity__secondary-card {
  background: var(--home-surface);
  border: 1px solid var(--home-line);
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
  padding: 0 !important;
  transition: border-color 200ms var(--home-ease), box-shadow 200ms var(--home-ease), transform 200ms var(--home-ease);
  width: 100% !important;
}

.metop-home-parity .metop-home-parity__secondary-card > .e-con-inner {
  max-width: none !important;
  padding: 0 !important;
}

.metop-home-parity .metop-home-parity__secondary-card:hover {
  border-color: rgba(0, 51, 255, 0.24);
  box-shadow: 0 20px 48px rgba(0, 51, 255, 0.11);
  transform: translateY(-3px);
}

.metop-home-parity .metop-home-parity__secondary-card--service {
  background: #f7f8fb;
  border-style: dashed;
}

.metop-home-parity .metop-home-parity__secondary-image {
  aspect-ratio: 16 / 10;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.metop-home-parity .metop-home-parity__secondary-image .elementor-widget-container,
.metop-home-parity .metop-home-parity__secondary-image img {
  height: 100%;
  width: 100%;
}

.metop-home-parity .metop-home-parity__secondary-image img {
  display: block;
  object-fit: cover;
  transition: transform 500ms var(--home-ease);
}

.metop-home-parity .metop-home-parity__secondary-card:hover .metop-home-parity__secondary-image img {
  transform: scale(1.025);
}

.metop-home-parity .metop-home-parity__secondary-copy > .e-con-inner {
  display: flex !important;
  flex: 1;
  flex-direction: column !important;
  gap: 14px;
  padding: 28px;
}

.metop-home-parity .metop-home-parity__secondary-copy {
  flex: 1;
  padding: 0 !important;
  width: 100% !important;
}

.metop-home-parity .metop-home-parity__secondary-copy > .e-con-inner {
  max-width: none !important;
  width: 100%;
}

.metop-home-parity .metop-home-parity__secondary-copy h3.elementor-heading-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.35;
}

.metop-home-parity .metop-home-parity__secondary-copy .elementor-widget-text-editor {
  flex: 1;
  font-size: 15px;
  line-height: 1.75;
}

.metop-home-parity .metop-home-parity__inline-link {
  width: max-content;
}

.metop-home-parity .metop-home-parity__inline-link .elementor-button {
  background: transparent;
  border: 0;
  color: var(--home-text) !important;
  min-height: auto;
  padding: 4px 0;
}

.metop-home-parity .metop-home-parity__inline-link .elementor-button::after {
  content: "→";
  margin-left: 8px;
}

.metop-home-parity .metop-home-parity__inline-link .elementor-button:hover,
.metop-home-parity .metop-home-parity__inline-link .elementor-button:focus-visible {
  background: transparent !important;
  box-shadow: none;
  color: var(--home-blue) !important;
  transform: none;
}

.metop-home-parity .metop-home-parity__section-button .elementor-button {
  background: var(--home-text) !important;
  border-color: var(--home-text) !important;
  color: #ffffff !important;
  min-width: 156px;
}

.metop-home-parity .metop-home-parity__section-button .elementor-button:hover,
.metop-home-parity .metop-home-parity__section-button .elementor-button:focus-visible {
  background: var(--home-blue) !important;
  border-color: var(--home-blue) !important;
  color: #ffffff !important;
}

/* Applications */
.metop-home-parity .metop-home-parity__applications > .e-con-inner {
  align-items: stretch;
  display: grid !important;
  gap: 80px;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
}

.metop-home-parity .metop-home-parity__applications > .e-con-inner {
  max-width: var(--home-width) !important;
}

.metop-home-parity .metop-home-parity__application-media {
  min-height: 590px;
  overflow: hidden;
}

.metop-home-parity .metop-home-parity__application-media .elementor-widget-container,
.metop-home-parity .metop-home-parity__application-media img,
.metop-home-parity .metop-home-parity__application-video {
  height: 100%;
  width: 100%;
}

.metop-home-parity .metop-home-parity__application-media img,
.metop-home-parity .metop-home-parity__application-video {
  display: block;
  object-fit: cover;
}

.metop-home-parity .metop-home-parity__application-copy,
.metop-home-parity .metop-home-parity__application-copy > .e-con-inner {
  align-self: center;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px;
}

.metop-home-parity .metop-home-parity__application-copy,
.metop-home-parity .metop-home-parity__application-links,
.metop-home-parity .metop-home-parity__trust-heading {
  padding: 0 !important;
}

.metop-home-parity .metop-home-parity__application-copy > .e-con-inner,
.metop-home-parity .metop-home-parity__application-links > .e-con-inner,
.metop-home-parity .metop-home-parity__trust-heading > .e-con-inner {
  max-width: none !important;
  padding: 0 !important;
}

.metop-home-parity .metop-home-parity__application-copy .metop-home-parity__section-title .elementor-heading-title {
  font-size: 40px;
}

.metop-home-parity .metop-home-parity__application-copy .metop-home-parity__section-description {
  font-size: 16px;
}

.metop-home-parity .metop-home-parity__application-links,
.metop-home-parity .metop-home-parity__application-links > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 0;
  margin-block: 10px 4px;
}

.metop-home-parity .metop-home-parity__application-link {
  border-top: 1px solid var(--home-line);
  width: 100%;
}

.metop-home-parity .metop-home-parity__application-link:last-child {
  border-bottom: 1px solid var(--home-line);
}

.metop-home-parity .metop-home-parity__application-link .elementor-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 17px;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 4px;
  width: 100%;
}

.metop-home-parity .metop-home-parity__application-link .elementor-button::after {
  content: "→";
  font-size: 18px;
}

.metop-home-parity .metop-home-parity__application-link .elementor-button:hover,
.metop-home-parity .metop-home-parity__application-link .elementor-button:focus-visible {
  background: var(--home-blue-soft) !important;
  box-shadow: none;
  color: var(--home-blue) !important;
  padding-inline: 14px;
  transform: none;
}

/* Trust */
.metop-home-parity .metop-home-parity__trust {
  background: #111111;
}

.metop-home-parity .metop-home-parity__trust > .e-con-inner {
  align-items: center;
  display: grid !important;
  gap: 88px;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
}

.metop-home-parity .metop-home-parity__trust-heading,
.metop-home-parity .metop-home-parity__trust-heading > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px;
}

.metop-home-parity .metop-home-parity__trust .metop-home-parity__eyebrow .elementor-heading-title {
  color: #9aacff !important;
}

.metop-home-parity .metop-home-parity__trust .metop-home-parity__section-title .elementor-heading-title {
  color: #ffffff !important;
  font-size: 36px;
}

.metop-home-parity .metop-home-parity__trust-copy,
.metop-home-parity .metop-home-parity__trust-copy p {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 17px;
  line-height: 1.9;
}

/* Final CTA */
.metop-home-parity .metop-home-parity__cta {
  align-items: center;
  background: #eef2ff;
  padding: 100px max(48px, calc((100vw - var(--home-width)) / 2)) !important;
  text-align: center;
}

.metop-home-parity .metop-home-parity__cta > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px;
}

.metop-home-parity .metop-home-parity__cta h2.elementor-heading-title {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
}

.metop-home-parity .metop-home-parity__cta .elementor-widget-text-editor {
  font-size: 17px;
  line-height: 1.75;
  max-width: 620px;
}

.metop-home-parity .metop-home-parity__cta-actions,
.metop-home-parity .metop-home-parity__cta-actions > .e-con-inner {
  justify-content: center;
}

@media (max-width: 1100px) {
  .metop-home-parity .metop-home-parity__section {
    padding: 88px 40px !important;
  }

  .metop-home-parity .metop-home-parity__hero {
    padding-inline: 40px !important;
  }

  .metop-home-parity .metop-home-parity__platform {
    padding: 88px 32px !important;
  }

  .metop-home-parity .metop-home-parity__platform-grid > .e-con-inner {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metop-home-parity .metop-home-parity__hero-title .elementor-heading-title {
    font-size: 56px;
    max-width: 640px;
  }

  .metop-home-parity .metop-home-parity__product-row > .e-con-inner,
  .metop-home-parity .metop-home-parity__product-row.is-reverse > .e-con-inner {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
  }

  .metop-home-parity .metop-home-parity__applications > .e-con-inner {
    gap: 52px;
  }

  .metop-home-parity .metop-home-parity__secondary-copy > .e-con-inner {
    padding: 24px;
  }

  .metop-home-parity .metop-home-parity__cta {
    padding: 88px 40px !important;
  }
}

@media (max-width: 900px) {
  .metop-home-parity .metop-home-parity__hero {
    height: calc(100svh - 78px);
    min-height: 720px;
  }

  .metop-home-parity .metop-home-parity__hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.74) 60%, rgba(255, 255, 255, 0.28) 100%);
  }

  .metop-home-parity .metop-home-parity__hero-title .elementor-heading-title {
    font-size: 52px;
    max-width: 600px;
  }

  .metop-home-parity .metop-home-parity__product-row > .e-con-inner,
  .metop-home-parity .metop-home-parity__product-row.is-reverse > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 34px;
    min-height: 0;
    padding-block: 56px;
  }

  .metop-home-parity .metop-home-parity__product-row.is-reverse > .e-con-inner {
    flex-direction: column-reverse !important;
  }

  .metop-home-parity .metop-home-parity__product-media {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .metop-home-parity .metop-home-parity__product-copy {
    max-width: 680px;
  }

  .metop-home-parity .metop-home-parity__secondary-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metop-home-parity .metop-home-parity__applications > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 42px;
  }

  .metop-home-parity .metop-home-parity__application-media {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .metop-home-parity .metop-home-parity__trust > .e-con-inner {
    gap: 34px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .metop-home-parity .metop-home-parity__section {
    padding: 72px 22px !important;
  }

  .metop-home-parity .metop-home-parity__section-title .elementor-heading-title {
    font-size: 34px;
  }

  .metop-home-parity .metop-home-parity__section-description {
    font-size: 15px;
    line-height: 1.75;
  }

  .metop-home-parity .metop-home-parity__platform {
    padding: 64px 22px !important;
  }

  .metop-home-parity .metop-home-parity__platform > .e-con-inner {
    gap: 32px;
  }

  .metop-home-parity .metop-home-parity__platform-title .elementor-heading-title {
    font-size: 28px;
  }

  .metop-home-parity .metop-home-parity__platform-description,
  .metop-home-parity .metop-home-parity__platform-description p {
    font-size: 14px;
  }

  .metop-home-parity .metop-home-parity__platform-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .metop-home-parity .metop-home-parity__hero {
    height: calc(100svh - 96px);
    max-height: none;
    min-height: 620px;
    padding: 46px 22px !important;
  }

  .metop-home-parity .metop-home-parity__hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.7) 62%, rgba(255, 255, 255, 0.36) 100%);
  }

  .metop-home-parity .metop-home-parity__hero-content,
  .metop-home-parity .metop-home-parity__hero-content > .e-con-inner {
    gap: 18px;
  }

  .metop-home-parity .metop-home-parity__hero-kicker .elementor-heading-title {
    font-size: 13px;
  }

  .metop-home-parity .metop-home-parity__hero-title .elementor-heading-title {
    font-size: 43px;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .metop-home-parity .metop-home-parity__hero-copy {
    font-size: 16px;
    line-height: 1.75;
  }

  .metop-home-parity .metop-home-parity__hero-actions .elementor-widget-button,
  .metop-home-parity .metop-home-parity__cta-actions .elementor-widget-button {
    flex: 1 1 140px;
  }

  .metop-home-parity .metop-home-parity__hero-actions .elementor-button,
  .metop-home-parity .metop-home-parity__cta-actions .elementor-button {
    width: 100%;
  }

  .metop-home-parity .metop-home-parity__core-products,
  .metop-home-parity .metop-home-parity__core-products > .e-con-inner {
    gap: 52px;
  }

  .metop-home-parity .metop-home-parity__product-row > .e-con-inner,
  .metop-home-parity .metop-home-parity__product-row.is-reverse > .e-con-inner {
    gap: 28px;
    padding-block: 48px;
  }

  .metop-home-parity .metop-home-parity__product-media {
    aspect-ratio: 16 / 9;
  }

  .metop-home-parity .metop-home-parity__product-copy,
  .metop-home-parity .metop-home-parity__product-copy > .e-con-inner {
    gap: 16px;
  }

  .metop-home-parity .metop-home-parity__product-title .elementor-heading-title {
    font-size: 30px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .metop-home-parity .metop-home-parity__product-description {
    font-size: 15px;
    line-height: 1.75;
  }

  .metop-home-parity .metop-home-parity__product-actions .elementor-widget-button {
    flex: 1 1 150px;
  }

  .metop-home-parity .metop-home-parity__product-actions .elementor-button {
    width: 100%;
  }

  .metop-home-parity .metop-home-parity__more-products,
  .metop-home-parity .metop-home-parity__more-products > .e-con-inner {
    gap: 42px;
  }

  .metop-home-parity .metop-home-parity__secondary-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .metop-home-parity .metop-home-parity__secondary-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .metop-home-parity .metop-home-parity__application-media {
    aspect-ratio: 4 / 3;
  }

  .metop-home-parity .metop-home-parity__application-copy .metop-home-parity__section-title .elementor-heading-title {
    font-size: 32px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .metop-home-parity .metop-home-parity__application-link .elementor-button {
    font-size: 16px;
  }

  .metop-home-parity .metop-home-parity__trust .metop-home-parity__section-title .elementor-heading-title {
    font-size: 30px;
  }

  .metop-home-parity .metop-home-parity__trust-copy,
  .metop-home-parity .metop-home-parity__trust-copy p {
    font-size: 15px;
    line-height: 1.85;
  }

  .metop-home-parity .metop-home-parity__cta {
    padding: 76px 22px !important;
  }

  .metop-home-parity .metop-home-parity__cta h2.elementor-heading-title {
    font-size: 36px;
  }

  .metop-home-parity .metop-home-parity__cta .elementor-widget-text-editor {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .metop-home-parity .metop-home-parity__section {
    padding-inline: 18px !important;
  }

  .metop-home-parity .metop-home-parity__hero {
    padding-inline: 18px !important;
  }

  .metop-home-parity .metop-home-parity__hero-title .elementor-heading-title {
    font-size: 38px;
  }

  .metop-home-parity .metop-home-parity__section-title .elementor-heading-title {
    font-size: 31px;
  }

  .metop-home-parity .metop-home-parity__product-title .elementor-heading-title {
    font-size: 27px;
  }

  .metop-home-parity .metop-home-parity__secondary-copy > .e-con-inner {
    padding: 22px 20px;
  }

  .metop-home-parity .metop-home-parity__cta {
    padding-inline: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .metop-home-parity *,
  .metop-home-parity *::before,
  .metop-home-parity *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .metop-home-parity .metop-home-parity__platform-card:hover,
  .metop-home-parity .metop-home-parity__platform-card:focus-within,
  .metop-home-parity .metop-home-parity__platform-card:hover .metop-home-parity__platform-media img,
  .metop-home-parity .metop-home-parity__platform-card:focus-within .metop-home-parity__platform-media img,
  .metop-home-parity .metop-home-parity__platform-card:hover .metop-home-parity__platform-video,
  .metop-home-parity .metop-home-parity__platform-card:focus-within .metop-home-parity__platform-video {
    transform: none;
  }
}
