.metop-scan-parity {
  --metop-scan-bg: #fbfbfa;
  --metop-scan-surface: #ffffff;
  --metop-scan-text: #111111;
  --metop-scan-muted: #585d61;
  --metop-scan-line: #e1dfd8;
  --metop-scan-blue: #0033ff;
  background: var(--metop-scan-bg);
  color: var(--metop-scan-text) !important;
  display: block !important;
  overflow: hidden;
  width: 100%;
}

.metop-scan-parity,
.metop-scan-parity * {
  box-sizing: border-box;
}

.metop-scan-parity h1,
.metop-scan-parity h2,
.metop-scan-parity h3,
.metop-scan-parity p {
  margin: 0;
}

.metop-scan-parity .elementor-widget {
  margin: 0;
}

.metop-scan-parity .elementor-element.e-con > .e-con-inner {
  display: contents !important;
}

.metop-scan-parity .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.metop-scan-parity .metop-scan-hero {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 100svh;
  overflow: hidden;
  padding: 128px max(48px, calc((100vw - 1320px) / 2)) 52px;
  position: relative;
  width: 100%;
}

.metop-scan-parity .metop-scan-hero::before,
.metop-scan-parity .metop-scan-hero::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.metop-scan-parity .metop-scan-hero::before {
  background: linear-gradient(
    90deg,
    rgba(250, 251, 252, 0.99) 0%,
    rgba(250, 251, 252, 0.95) 31%,
    rgba(250, 251, 252, 0.7) 49%,
    rgba(250, 251, 252, 0.06) 74%
  );
}

.metop-scan-parity .metop-scan-hero::after {
  background: linear-gradient(
    180deg,
    rgba(250, 251, 252, 0.7) 0%,
    rgba(250, 251, 252, 0.02) 48%,
    rgba(250, 251, 252, 0.94) 100%
  );
}

.metop-scan-parity .metop-scan-hero-image {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

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

.metop-scan-parity .metop-scan-hero-image img {
  filter: saturate(0.86) contrast(1.02);
  object-fit: cover;
  object-position: center;
}

.metop-scan-parity .metop-scan-hero-copy {
  align-self: center;
  display: flex !important;
  flex-direction: column;
  max-width: 680px;
  position: relative;
  width: min(680px, 54vw);
  z-index: 2;
}

.metop-scan-parity .metop-scan-eyebrow .elementor-heading-title,
.metop-scan-parity .metop-scan-card-label .elementor-heading-title {
  color: #687078 !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.metop-scan-parity .metop-scan-hero-title .elementor-heading-title {
  color: var(--metop-scan-text) !important;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.1;
  margin-top: 20px;
  max-width: 11.5em;
  text-wrap: balance;
}

.metop-scan-parity .metop-scan-hero-description {
  margin-top: 26px;
  max-width: 650px;
}

.metop-scan-parity .metop-scan-hero-description p {
  color: #444a50 !important;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 380;
  line-height: 1.86;
}

.metop-scan-parity .metop-scan-badge-row,
.metop-scan-parity .metop-scan-actions,
.metop-scan-parity .metop-scan-tag-row,
.metop-scan-parity .metop-scan-related-links {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}

.metop-scan-parity .metop-scan-badge-row {
  gap: 10px;
  margin-top: 28px;
}

.metop-scan-parity .metop-scan-badge {
  width: auto;
}

.metop-scan-parity .metop-scan-badge .elementor-heading-title {
  backdrop-filter: blur(16px) saturate(1.15);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.84);
  color: #30363b !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  padding: 8px 12px;
}

.metop-scan-parity .metop-scan-actions {
  gap: 14px;
  margin-top: 34px;
}

.metop-scan-parity .metop-scan-button {
  width: auto;
}

.metop-scan-parity .metop-scan-button .elementor-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.34);
  border-radius: 2px;
  box-shadow: none;
  color: #111111 !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.metop-scan-parity .metop-scan-button--primary .elementor-button {
  background: #111111;
  border-color: #111111;
  color: #ffffff !important;
}

.metop-scan-parity .metop-scan-button--ghost .elementor-button {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.45);
}

.metop-scan-parity .metop-scan-button .elementor-button:hover,
.metop-scan-parity .metop-scan-button .elementor-button:focus-visible {
  background: var(--metop-scan-blue);
  border-color: var(--metop-scan-blue);
  box-shadow: 0 0 28px rgba(0, 51, 255, 0.16);
  color: #ffffff !important;
}

.metop-scan-parity .metop-scan-hero-metrics {
  align-self: end;
  backdrop-filter: blur(20px) saturate(1.15);
  background: rgba(255, 255, 255, 0.68);
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  display: grid !important;
  grid-column: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 72px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.metop-scan-parity .metop-scan-metric {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  min-height: 100px;
  padding: 22px 24px;
}

.metop-scan-parity .metop-scan-metric + .metop-scan-metric {
  border-left: 1px solid rgba(17, 17, 17, 0.13);
}

.metop-scan-parity .metop-scan-metric-value .elementor-heading-title {
  color: var(--metop-scan-text) !important;
  font-size: 20px;
  font-weight: 540;
  letter-spacing: 0;
  line-height: 1.3;
}

.metop-scan-parity .metop-scan-metric-label p {
  color: #586069 !important;
  font-size: 13px;
  line-height: 1.55;
}

.metop-scan-parity .metop-scan-section {
  background: var(--metop-scan-bg);
  border-top: 1px solid #e5e3dd;
  display: flex !important;
  flex-direction: column;
  padding: 96px max(48px, calc((100vw - 1320px) / 2));
  position: relative;
  width: 100%;
}

.metop-scan-parity .metop-scan-section:nth-child(odd) {
  background: var(--metop-scan-surface);
}

.metop-scan-parity .metop-scan-section-head {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  margin: 0 auto 54px;
  max-width: 860px;
  text-align: center;
}

.metop-scan-parity .metop-scan-section-title .elementor-heading-title {
  color: var(--metop-scan-text) !important;
  font-size: clamp(30px, 3.15vw, 46px);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.18;
  margin-top: 16px;
  text-wrap: balance;
}

.metop-scan-parity .metop-scan-section-description {
  margin-top: 18px;
  max-width: 760px;
}

.metop-scan-parity .metop-scan-section-description p,
.metop-scan-parity .metop-scan-card-description p,
.metop-scan-parity .metop-scan-quality-description p,
.metop-scan-parity .metop-scan-signal-description p {
  color: var(--metop-scan-muted) !important;
  font-size: 15px;
  font-weight: 360;
  line-height: 1.82;
}

.metop-scan-parity .metop-scan-mode-grid,
.metop-scan-parity .metop-scan-capability-grid,
.metop-scan-parity .metop-scan-scenario-grid {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metop-scan-parity .metop-scan-media-card,
.metop-scan-parity .metop-scan-scenario-card,
.metop-scan-parity .metop-scan-sync-node,
.metop-scan-parity .metop-scan-start-card {
  background: #ffffff;
  border: 1px solid var(--metop-scan-line);
  border-radius: 4px;
  min-width: 0;
  overflow: hidden;
}

.metop-scan-parity .metop-scan-hover-card {
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.metop-scan-parity .metop-scan-hover-card:hover,
.metop-scan-parity .metop-scan-hover-card:focus-within {
  border-color: rgba(0, 51, 255, 0.32);
  box-shadow: 0 0 30px rgba(0, 51, 255, 0.1);
}

.metop-scan-parity .metop-scan-media-card {
  display: grid !important;
  grid-template-rows: auto 1fr;
}

.metop-scan-parity .metop-scan-card-image {
  background: #e9ecef;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.metop-scan-parity .metop-scan-card-image::after {
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.22));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.metop-scan-parity .metop-scan-card-image .elementor-widget-container {
  aspect-ratio: 1.7;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.metop-scan-parity .metop-scan-card-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.metop-scan-parity .metop-scan-card-copy {
  display: flex !important;
  flex-direction: column;
  gap: 13px;
  padding: 28px;
}

.metop-scan-parity .metop-scan-icon {
  color: var(--metop-scan-blue);
  display: block;
  height: 24px;
  width: 24px;
}

.metop-scan-parity .metop-scan-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.metop-scan-parity .metop-scan-card-title .elementor-heading-title {
  color: var(--metop-scan-text) !important;
  font-size: clamp(19px, 1.5vw, 24px);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.32;
}

.metop-scan-parity .metop-scan-tag-row {
  gap: 8px;
}

.metop-scan-parity .metop-scan-tag {
  width: auto;
}

.metop-scan-parity .metop-scan-tag .elementor-heading-title {
  background: #f3f4f4;
  color: #6b7074 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  padding: 7px 9px;
}

.metop-scan-parity .metop-scan-workflow-grid {
  border-bottom: 1px solid #dcd9d1;
  border-top: 1px solid #dcd9d1;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metop-scan-parity .metop-scan-workflow-card {
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  min-height: 260px;
  padding: 30px 26px;
}

.metop-scan-parity .metop-scan-workflow-card + .metop-scan-workflow-card {
  border-left: 1px solid #e1dfd8;
}

.metop-scan-parity .metop-scan-workflow-number .elementor-heading-title {
  color: var(--metop-scan-blue) !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.metop-scan-parity .metop-scan-quality-section {
  align-items: center;
  display: grid !important;
  gap: 72px;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
}

.metop-scan-parity .metop-scan-quality-copy {
  display: flex !important;
  flex-direction: column;
}

.metop-scan-parity .metop-scan-quality-title .elementor-heading-title {
  color: var(--metop-scan-text) !important;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.12;
  margin-top: 18px;
  text-wrap: balance;
}

.metop-scan-parity .metop-scan-quality-description {
  margin-top: 24px;
}

.metop-scan-parity .metop-scan-quality-description p {
  font-size: 16px;
  line-height: 1.86;
}

.metop-scan-parity .metop-scan-quality-signals {
  border-top: 1px solid #dcd9d1;
  display: flex !important;
  flex-direction: column;
  margin-top: 34px;
}

.metop-scan-parity .metop-scan-quality-signal {
  border-bottom: 1px solid #e5e3dd;
  display: grid !important;
  gap: 10px;
  grid-template-columns: 100px minmax(0, 1fr);
  padding: 18px 0;
}

.metop-scan-parity .metop-scan-signal-title .elementor-heading-title {
  color: var(--metop-scan-text) !important;
  font-size: 16px;
  font-weight: 540;
  letter-spacing: 0;
  line-height: 1.5;
}

.metop-scan-parity .metop-scan-signal-description p {
  font-size: 14px;
  line-height: 1.65;
}

.metop-scan-parity .metop-scan-phone-stage {
  align-items: center;
  background: #101317;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 150px;
  min-height: 620px;
  overflow: hidden;
  padding: 48px;
  position: relative;
}

.metop-scan-parity .metop-scan-phone-stage::before {
  background: linear-gradient(135deg, rgba(0, 51, 255, 0.24), transparent 52%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.metop-scan-parity .metop-scan-phone-shell {
  background: #050607;
  border: 8px solid #272b31;
  border-radius: 42px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
  display: block !important;
  justify-self: center;
  max-width: 310px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.metop-scan-parity .metop-scan-phone-shell::before {
  background: #050607;
  border-radius: 0 0 14px 14px;
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100px;
  z-index: 4;
}

.metop-scan-parity .metop-scan-phone-screen {
  aspect-ratio: 0.51;
  border-radius: 29px;
  display: block !important;
  overflow: hidden;
  position: relative;
}

.metop-scan-parity .metop-scan-phone-screen::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 28%, transparent 58%, rgba(0, 0, 0, 0.72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.metop-scan-parity .metop-scan-phone-image {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

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

.metop-scan-parity .metop-scan-phone-image img {
  object-fit: cover;
}

.metop-scan-parity .metop-scan-phone-overlay {
  inset: 0;
  position: absolute;
  z-index: 2;
}

.metop-scan-parity .metop-scan-phone-overlay .elementor-widget-container,
.metop-scan-parity .metop-scan-phone-ui {
  height: 100%;
  position: relative;
  width: 100%;
}

.metop-scan-parity .metop-scan-phone-status,
.metop-scan-parity .metop-scan-phone-meter,
.metop-scan-parity .metop-scan-phone-reticle {
  position: absolute;
}

.metop-scan-parity .metop-scan-phone-status {
  align-items: center;
  background: rgba(10, 14, 18, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  font-size: 12px;
  gap: 8px;
  left: 20px;
  padding: 8px 10px;
  top: 38px;
}

.metop-scan-parity .metop-scan-phone-status i {
  background: #72e59b;
  border-radius: 50%;
  display: block;
  height: 7px;
  width: 7px;
}

.metop-scan-parity .metop-scan-phone-reticle {
  border: 1px solid rgba(255, 255, 255, 0.76);
  height: 118px;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 150px;
}

.metop-scan-parity .metop-scan-phone-reticle::before,
.metop-scan-parity .metop-scan-phone-reticle::after {
  background: rgba(255, 255, 255, 0.72);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.metop-scan-parity .metop-scan-phone-reticle::before {
  height: 1px;
  width: 36px;
}

.metop-scan-parity .metop-scan-phone-reticle::after {
  height: 36px;
  width: 1px;
}

.metop-scan-parity .metop-scan-phone-meter {
  bottom: 28px;
  display: grid;
  gap: 9px;
  left: 20px;
  right: 20px;
}

.metop-scan-parity .metop-scan-phone-meter span {
  backdrop-filter: blur(12px);
  background: rgba(8, 11, 14, 0.58);
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  padding: 9px 10px;
}

.metop-scan-parity .metop-scan-phone-meter strong {
  color: #ffffff;
  font-weight: 520;
}

.metop-scan-parity .metop-scan-phone-notes {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.metop-scan-parity .metop-scan-phone-notes .elementor-heading-title {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.64) !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-top: 12px;
}

.metop-scan-parity .metop-scan-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metop-scan-parity .metop-scan-capability-card .metop-scan-card-image .elementor-widget-container {
  aspect-ratio: 1.45;
}

.metop-scan-parity .metop-scan-scenario-card {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.metop-scan-parity .metop-scan-scenario-card .metop-scan-card-image,
.metop-scan-parity .metop-scan-scenario-card .metop-scan-card-image .elementor-widget-container {
  height: 100%;
  min-height: 280px;
}

.metop-scan-parity .metop-scan-sync-diagram {
  align-items: stretch;
  display: grid !important;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr);
}

.metop-scan-parity .metop-scan-sync-node {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  min-height: 260px;
  padding: 30px;
}

.metop-scan-parity .metop-scan-sync-arrow {
  align-items: center;
  display: flex;
  justify-content: center;
}

.metop-scan-parity .metop-scan-sync-arrow-mark {
  color: #92979b;
  font-size: 24px;
  font-weight: 300;
}

.metop-scan-parity .metop-scan-start-grid {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metop-scan-parity .metop-scan-start-card {
  display: flex !important;
  flex-direction: column;
  gap: 18px;
  min-height: 290px;
  padding: 34px;
}

.metop-scan-parity .metop-scan-start-card .metop-scan-card-description {
  max-width: 500px;
}

.metop-scan-parity .metop-scan-start-card .metop-scan-button {
  margin-top: auto;
}

.metop-scan-parity .metop-scan-related {
  border-top: 1px solid var(--metop-scan-line);
  display: grid !important;
  gap: 24px;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1.65fr);
  margin-top: 54px;
  padding-top: 30px;
}

.metop-scan-parity .metop-scan-related-title .elementor-heading-title {
  color: var(--metop-scan-text) !important;
  font-size: 18px;
  font-weight: 540;
  letter-spacing: 0;
  line-height: 1.4;
}

.metop-scan-parity .metop-scan-related-links {
  gap: 10px;
  justify-content: flex-end;
}

.metop-scan-parity .metop-scan-related-link {
  width: auto;
}

.metop-scan-parity .metop-scan-related-link .elementor-button {
  background: transparent;
  border: 1px solid var(--metop-scan-line);
  border-radius: 2px;
  color: #3f4448 !important;
  font-size: 13px;
  font-weight: 450;
  min-height: 40px;
  padding: 9px 14px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.metop-scan-parity .metop-scan-related-link .elementor-button:hover,
.metop-scan-parity .metop-scan-related-link .elementor-button:focus-visible {
  background: var(--metop-scan-blue);
  border-color: var(--metop-scan-blue);
  box-shadow: 0 0 24px rgba(0, 51, 255, 0.12);
  color: #ffffff !important;
}

@media (max-width: 1080px) {
  .metop-scan-parity .metop-scan-hero {
    padding: 118px 32px 44px;
  }

  .metop-scan-parity .metop-scan-hero-copy {
    width: min(640px, 66vw);
  }

  .metop-scan-parity .metop-scan-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .metop-scan-parity .metop-scan-hero-metrics,
  .metop-scan-parity .metop-scan-workflow-grid,
  .metop-scan-parity .metop-scan-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metop-scan-parity .metop-scan-metric:nth-child(3),
  .metop-scan-parity .metop-scan-workflow-card:nth-child(3) {
    border-left: 0;
  }

  .metop-scan-parity .metop-scan-metric:nth-child(n + 3),
  .metop-scan-parity .metop-scan-workflow-card:nth-child(n + 3) {
    border-top: 1px solid rgba(17, 17, 17, 0.13);
  }

  .metop-scan-parity .metop-scan-quality-section {
    gap: 44px;
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  }

  .metop-scan-parity .metop-scan-phone-stage {
    grid-template-columns: 1fr;
  }

  .metop-scan-parity .metop-scan-phone-notes {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .metop-scan-parity .metop-scan-hero {
    min-height: auto;
    padding: 104px 20px 28px;
  }

  .metop-scan-parity .metop-scan-hero::before {
    background: linear-gradient(
      180deg,
      rgba(250, 251, 252, 0.98) 0%,
      rgba(250, 251, 252, 0.94) 52%,
      rgba(250, 251, 252, 0.72) 74%,
      rgba(250, 251, 252, 0.96) 100%
    );
  }

  .metop-scan-parity .metop-scan-hero::after {
    display: none;
  }

  .metop-scan-parity .metop-scan-hero-image img {
    object-position: 64% center;
  }

  .metop-scan-parity .metop-scan-hero-copy {
    width: 100%;
  }

  .metop-scan-parity .metop-scan-hero-title .elementor-heading-title {
    font-size: 34px;
    line-height: 1.16;
  }

  .metop-scan-parity .metop-scan-hero-description p {
    font-size: 15px;
    line-height: 1.78;
  }

  .metop-scan-parity .metop-scan-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .metop-scan-parity .metop-scan-button,
  .metop-scan-parity .metop-scan-button .elementor-button {
    width: 100%;
  }

  .metop-scan-parity .metop-scan-hero-metrics,
  .metop-scan-parity .metop-scan-mode-grid,
  .metop-scan-parity .metop-scan-workflow-grid,
  .metop-scan-parity .metop-scan-capability-grid,
  .metop-scan-parity .metop-scan-scenario-grid,
  .metop-scan-parity .metop-scan-start-grid,
  .metop-scan-parity .metop-scan-quality-section {
    grid-template-columns: 1fr;
  }

  .metop-scan-parity .metop-scan-hero-metrics {
    margin-top: 40px;
  }

  .metop-scan-parity .metop-scan-metric + .metop-scan-metric,
  .metop-scan-parity .metop-scan-metric:nth-child(3),
  .metop-scan-parity .metop-scan-workflow-card + .metop-scan-workflow-card,
  .metop-scan-parity .metop-scan-workflow-card:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.13);
  }

  .metop-scan-parity .metop-scan-metric {
    min-height: 88px;
    padding: 18px 20px;
  }

  .metop-scan-parity .metop-scan-section {
    padding: 68px 20px;
  }

  .metop-scan-parity .metop-scan-section-head {
    align-items: flex-start;
    margin-bottom: 34px;
    text-align: left;
  }

  .metop-scan-parity .metop-scan-section-title .elementor-heading-title,
  .metop-scan-parity .metop-scan-quality-title .elementor-heading-title {
    font-size: 29px;
    line-height: 1.22;
  }

  .metop-scan-parity .metop-scan-card-copy {
    padding: 24px;
  }

  .metop-scan-parity .metop-scan-workflow-card {
    min-height: auto;
    padding: 26px 4px;
  }

  .metop-scan-parity .metop-scan-quality-signals {
    margin-top: 28px;
  }

  .metop-scan-parity .metop-scan-quality-signal {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .metop-scan-parity .metop-scan-phone-stage {
    min-height: 520px;
    padding: 30px 20px;
  }

  .metop-scan-parity .metop-scan-phone-shell {
    max-width: 250px;
  }

  .metop-scan-parity .metop-scan-scenario-card {
    grid-template-columns: 1fr;
  }

  .metop-scan-parity .metop-scan-scenario-card .metop-scan-card-image,
  .metop-scan-parity .metop-scan-scenario-card .metop-scan-card-image .elementor-widget-container {
    aspect-ratio: 1.55;
    min-height: 0;
  }

  .metop-scan-parity .metop-scan-sync-diagram {
    grid-template-columns: 1fr;
  }

  .metop-scan-parity .metop-scan-sync-node {
    min-height: 220px;
    padding: 26px;
  }

  .metop-scan-parity .metop-scan-sync-arrow {
    min-height: 34px;
  }

  .metop-scan-parity .metop-scan-sync-arrow-mark {
    transform: rotate(90deg);
  }

  .metop-scan-parity .metop-scan-start-card {
    min-height: 260px;
    padding: 28px;
  }

  .metop-scan-parity .metop-scan-related {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .metop-scan-parity .metop-scan-related-links {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .metop-scan-parity .metop-scan-badge-row {
    gap: 8px;
  }

  .metop-scan-parity .metop-scan-badge .elementor-heading-title {
    font-size: 12px;
    padding: 7px 9px;
  }

  .metop-scan-parity .metop-scan-phone-stage {
    margin-left: -20px;
    margin-right: -20px;
  }

  .metop-scan-parity .metop-scan-related-link,
  .metop-scan-parity .metop-scan-related-link .elementor-button {
    width: 100%;
  }
}
