.metop-cases-parity {
  --metop-cases-bg: #fbfbfa;
  --metop-cases-surface: #f4f5f7;
  --metop-cases-media-bg: #e9ebef;
  --metop-cases-text: #111111;
  --metop-cases-strong: #404040;
  --metop-cases-muted: #787774;
  --metop-cases-line: rgba(17, 17, 17, 0.08);
  --metop-cases-blue: #0033ff;
  background: var(--metop-cases-bg) !important;
  color: var(--metop-cases-text) !important;
}

.metop-cases-parity .metop-support-page-header {
  background: var(--metop-cases-bg);
  border-bottom: 0;
  padding-bottom: 24px;
  padding-top: 104px;
}

.metop-cases-parity .metop-support-page-title .elementor-heading-title {
  color: var(--metop-cases-text) !important;
}

.metop-cases-parity .metop-support-page-description,
.metop-cases-parity .metop-support-page-description p {
  color: var(--metop-cases-muted) !important;
}

.metop-cases-parity .metop-cases-shell {
  display: flex !important;
  flex-direction: column;
  margin-inline: auto;
  max-width: 1248px;
  padding: 48px 0 112px;
  width: calc(100% - 96px) !important;
}

.metop-cases-parity .metop-cases-section-label .elementor-heading-title {
  color: var(--metop-cases-quiet, #999999) !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.metop-cases-parity .metop-cases-grid {
  align-items: stretch;
  display: grid !important;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
  min-width: 0;
  padding: 0 !important;
}

.metop-cases-parity .metop-cases-item {
  background: var(--metop-cases-surface);
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 16px !important;
  transition:
    border-color 220ms var(--metop-ease),
    box-shadow 220ms var(--metop-ease),
    transform 220ms var(--metop-ease);
}

.metop-cases-parity .metop-cases-media {
  aspect-ratio: 16 / 9;
  background: var(--metop-cases-media-bg);
  border: 1px solid var(--metop-cases-line);
  border-radius: 4px;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.metop-cases-parity .metop-cases-media .elementor-widget-container {
  align-items: center;
  aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
  width: 100%;
}

.metop-cases-parity .metop-cases-media a {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}

.metop-cases-parity .metop-cases-media img,
.metop-cases-parity .metop-cases-media video {
  display: block;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms var(--metop-ease);
  width: 100%;
}

.metop-cases-parity .metop-cases-media video {
  background: #050505;
}

.metop-cases-parity .metop-cases-media a:hover img,
.metop-cases-parity .metop-cases-media a:focus-visible img,
.metop-cases-parity .metop-cases-media a:hover video,
.metop-cases-parity .metop-cases-media a:focus-visible video {
  transform: scale(1.01);
}

.metop-cases-parity .metop-cases-media a:focus-visible {
  outline: 2px solid var(--metop-cases-blue);
  outline-offset: -2px;
}

.metop-cases-parity .metop-cases-copy {
  align-items: flex-start;
  background: transparent;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 40px 32px 32px !important;
}

.metop-cases-parity .metop-cases-meta {
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: 14px;
  min-width: 0;
  padding: 0 !important;
  width: 100%;
}

.metop-cases-parity .metop-cases-number {
  --container-widget-flex-grow: 0;
  --container-widget-width: auto;
  align-items: center;
  background: var(--metop-cases-blue);
  border-radius: 50%;
  display: inline-flex !important;
  flex: 0 0 34px !important;
  height: 34px;
  justify-content: center;
  width: 34px !important;
}

.metop-cases-parity .metop-cases-number .elementor-heading-title {
  color: #ffffff !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.metop-cases-parity .metop-cases-category {
  --container-widget-flex-grow: 0;
  --container-widget-width: auto;
  flex: 0 1 auto !important;
  min-width: 0;
  width: auto !important;
}

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

.metop-cases-parity .metop-cases-title {
  margin-top: 32px;
}

.metop-cases-parity .metop-cases-title .elementor-heading-title {
  color: var(--metop-cases-text) !important;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.28;
}

.metop-cases-parity .metop-cases-subtitle {
  margin-top: 16px;
}

.metop-cases-parity .metop-cases-subtitle .elementor-heading-title {
  color: var(--metop-cases-strong) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.metop-cases-parity .metop-cases-description {
  margin-top: 16px;
}

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

.metop-cases-parity .metop-cases-description p,
.metop-cases-parity .metop-cases-features p {
  margin: 0;
}

.metop-cases-parity .metop-cases-features {
  color: var(--metop-cases-blue) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 20px;
}

.metop-cases-parity .metop-cases-features p {
  color: inherit !important;
  font: inherit;
}

.metop-cases-parity .metop-cases-actions {
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding: 32px 0 0 !important;
  width: 100%;
}

.metop-cases-parity .metop-cases-button {
  --container-widget-flex-grow: 0;
  --container-widget-width: auto;
  flex: 0 0 auto !important;
  margin: 0;
  padding: 0;
  width: auto !important;
}

.metop-cases-parity .metop-cases-button .elementor-button-wrapper {
  display: flex;
}

.metop-cases-parity .metop-cases-button .elementor-button {
  align-items: center;
  border: 1px solid var(--metop-cases-text);
  border-radius: 7px;
  box-shadow: none;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.3;
  min-height: 44px;
  padding: 0 20px;
  white-space: nowrap;
  transition:
    background-color 180ms var(--metop-ease),
    border-color 180ms var(--metop-ease),
    color 180ms var(--metop-ease);
}

.metop-cases-parity .metop-cases-button--detail .elementor-button {
  background: var(--metop-cases-text);
  color: #ffffff !important;
}

.metop-cases-parity .metop-cases-button--action .elementor-button {
  background: var(--metop-cases-blue);
  border-color: var(--metop-cases-blue);
  color: #ffffff !important;
}

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

.metop-cases-parity .metop-cases-button--action .elementor-button:hover,
.metop-cases-parity .metop-cases-button--action .elementor-button:focus-visible {
  background: #0028cc;
  border-color: #0028cc;
}

.metop-cases-parity .metop-cases-button .elementor-button:focus-visible {
  outline: 2px solid var(--metop-cases-blue);
  outline-offset: 3px;
}

.metop-cases-parity .metop-cases-item:hover {
  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.1);
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .metop-cases-parity .metop-cases-shell {
    padding: 40px 0 88px;
    width: calc(100% - 64px) !important;
  }

  .metop-cases-parity .metop-cases-grid {
    gap: 24px;
  }

  .metop-cases-parity .metop-cases-copy {
    padding: 32px 24px 24px !important;
  }

  .metop-cases-parity .metop-cases-title .elementor-heading-title {
    font-size: 24px;
  }

  .metop-cases-parity .metop-cases-actions {
    align-items: stretch;
    flex-direction: column !important;
  }

  .metop-cases-parity .metop-cases-button,
  .metop-cases-parity .metop-cases-button .elementor-button-wrapper,
  .metop-cases-parity .metop-cases-button .elementor-button {
    width: 100% !important;
  }
}

@media (max-width: 760px) {
  .metop-cases-parity .metop-support-page-header {
    padding: 80px 20px 20px;
  }

  .metop-cases-parity .metop-cases-shell {
    padding: 32px 0 72px;
    width: calc(100% - 40px) !important;
  }

  .metop-cases-parity .metop-cases-grid {
    gap: 24px;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 20px;
  }

  .metop-cases-parity .metop-cases-item {
    padding: 12px !important;
  }

  .metop-cases-parity .metop-cases-copy {
    padding: 28px 16px 16px !important;
  }

  .metop-cases-parity .metop-cases-meta {
    gap: 12px;
  }

  .metop-cases-parity .metop-cases-title {
    margin-top: 24px;
  }

  .metop-cases-parity .metop-cases-title .elementor-heading-title {
    font-size: 23px;
  }

  .metop-cases-parity .metop-cases-subtitle .elementor-heading-title {
    font-size: 15px;
  }

  .metop-cases-parity .metop-cases-actions {
    padding-top: 28px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .metop-cases-parity .metop-cases-item,
  .metop-cases-parity .metop-cases-button .elementor-button,
  .metop-cases-parity .metop-cases-media img,
  .metop-cases-parity .metop-cases-media video {
    transition: none;
  }

  .metop-cases-parity .metop-cases-item:hover {
    transform: none;
  }

  .metop-cases-parity .metop-cases-media a:hover img,
  .metop-cases-parity .metop-cases-media a:focus-visible img,
  .metop-cases-parity .metop-cases-media a:hover video,
  .metop-cases-parity .metop-cases-media a:focus-visible video {
    transform: none;
  }
}
