.metop-creative-factory-parity {
  --metop-cf-bg: #fbfbfa;
  --metop-cf-surface: #ffffff;
  --metop-cf-soft: #f5f5f2;
  --metop-cf-text: #111111;
  --metop-cf-muted: #5d5d59;
  --metop-cf-quiet: #81817b;
  --metop-cf-line: rgba(17, 17, 17, 0.12);
  --metop-cf-blue: #0033ff;
  --metop-cf-blue-soft: rgba(0, 51, 255, 0.08);
  --metop-cf-blue-line: rgba(0, 51, 255, 0.24);
  --metop-cf-ease: cubic-bezier(0.32, 0.72, 0, 1);
  background: var(--metop-cf-bg);
  color: var(--metop-cf-text) !important;
  gap: 0 !important;
  overflow: clip;
  padding: 0 !important;
  width: 100%;
}

.metop-creative-factory-parity,
.metop-creative-factory-parity .metop-cf-section {
  display: flex !important;
  flex-direction: column;
  width: 100%;
}

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

.metop-creative-factory-parity .elementor-widget-heading,
.metop-creative-factory-parity .elementor-widget-text-editor,
.metop-creative-factory-parity .elementor-widget-image,
.metop-creative-factory-parity .elementor-widget-html,
.metop-creative-factory-parity .elementor-widget-button {
  margin: 0;
  min-width: 0;
}

.metop-creative-factory-parity .elementor-heading-title,
.metop-creative-factory-parity .elementor-widget-text-editor,
.metop-creative-factory-parity .elementor-widget-text-editor p {
  letter-spacing: 0;
  margin: 0;
}

.metop-creative-factory-parity .elementor-widget-text-editor,
.metop-creative-factory-parity .elementor-widget-text-editor p {
  color: var(--metop-cf-muted) !important;
  font-size: 16px;
  line-height: 1.82;
}

.metop-creative-factory-parity .metop-cf-section {
  background: var(--metop-cf-surface);
  padding: 96px max(48px, calc((100vw - 1320px) / 2)) !important;
}

.metop-creative-factory-parity .metop-cf-section:nth-child(odd) {
  background: var(--metop-cf-bg);
}

.metop-creative-factory-parity .metop-cf-eyebrow .elementor-heading-title,
.metop-creative-factory-parity .metop-cf-card-number .elementor-heading-title,
.metop-creative-factory-parity .metop-cf-workflow-label .elementor-heading-title {
  color: var(--metop-cf-blue) !important;
  font-family: 'Geist Mono', 'SFMono-Regular', Consolas, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.metop-creative-factory-parity .metop-cf-section-head {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto 48px;
  max-width: 800px;
  text-align: center;
}

.metop-creative-factory-parity .metop-cf-section-head.is-left {
  align-items: flex-start;
  margin: 0;
  max-width: 680px;
  text-align: left;
}

.metop-creative-factory-parity .metop-cf-section-title .elementor-heading-title {
  color: var(--metop-cf-text) !important;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 540;
  line-height: 1.22;
  text-wrap: balance;
  word-break: normal;
}

.metop-creative-factory-parity .metop-cf-section-description {
  max-width: 720px;
}

.metop-creative-factory-parity .metop-cf-section-description,
.metop-creative-factory-parity .metop-cf-section-description p {
  font-size: 17px;
  line-height: 1.85;
}

.metop-creative-factory-parity .metop-cf-card-title .elementor-heading-title {
  color: var(--metop-cf-text) !important;
  font-size: 21px;
  font-weight: 580;
  line-height: 1.36;
  word-break: normal;
}

.metop-creative-factory-parity .metop-cf-card-description,
.metop-creative-factory-parity .metop-cf-card-description p {
  font-size: 15px;
  line-height: 1.78;
}

.metop-creative-factory-parity .metop-cf-hover-card {
  transition:
    border-color 240ms var(--metop-cf-ease),
    box-shadow 240ms var(--metop-cf-ease),
    background-color 240ms var(--metop-cf-ease);
}

.metop-creative-factory-parity .metop-cf-hover-card:hover {
  border-color: var(--metop-cf-blue-line);
  box-shadow: 0 18px 48px var(--metop-cf-blue-soft);
}

.metop-creative-factory-parity .metop-cf-actions {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
}

.metop-creative-factory-parity .metop-cf-button .elementor-button {
  align-items: center;
  border: 1px solid var(--metop-cf-text);
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  transition:
    background-color 220ms var(--metop-cf-ease),
    border-color 220ms var(--metop-cf-ease),
    color 220ms var(--metop-cf-ease),
    box-shadow 220ms var(--metop-cf-ease);
}

.metop-creative-factory-parity .metop-cf-button--primary .elementor-button {
  background: var(--metop-cf-text);
  color: #ffffff !important;
}

.metop-creative-factory-parity .metop-cf-button--secondary .elementor-button {
  background: transparent;
  color: var(--metop-cf-text) !important;
}

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

.metop-creative-factory-parity .metop-cf-hero {
  background: #f7f7f4;
  min-height: calc(100dvh - 24px);
  padding-bottom: 56px !important;
  padding-top: 124px !important;
  position: relative;
}

.metop-creative-factory-parity .metop-cf-hero::before {
  background:
    linear-gradient(
      90deg,
      rgba(247, 247, 244, 1) 0%,
      rgba(247, 247, 244, 0.82) 42%,
      rgba(247, 247, 244, 0.2) 100%
    ),
    radial-gradient(circle at 78% 20%, rgba(0, 51, 255, 0.1), transparent 30%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.metop-creative-factory-parity .metop-cf-hero-layout {
  align-items: center;
  display: grid !important;
  gap: 52px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  margin: auto;
  max-width: 1320px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.metop-creative-factory-parity .metop-cf-hero-copy {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  max-width: 690px;
}

.metop-creative-factory-parity .metop-cf-hero-title {
  margin-top: 18px;
}

.metop-creative-factory-parity .metop-cf-hero-title .elementor-heading-title {
  color: var(--metop-cf-text) !important;
  font-size: clamp(36px, 3.45vw, 50px);
  font-weight: 550;
  line-height: 1.14;
  text-wrap: balance;
  word-break: normal;
}

.metop-creative-factory-parity .metop-cf-hero-description {
  margin-top: 24px;
  max-width: 650px;
}

.metop-creative-factory-parity .metop-cf-hero-description,
.metop-creative-factory-parity .metop-cf-hero-description p {
  color: #484846 !important;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.86;
}

.metop-creative-factory-parity .metop-cf-badge-row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.metop-creative-factory-parity .metop-cf-badge .elementor-heading-title {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  color: #30302d !important;
  font-size: 12px;
  font-weight: 520;
  line-height: 1;
  padding: 9px 12px;
}

.metop-creative-factory-parity .metop-cf-hero-copy > .metop-cf-actions,
.metop-creative-factory-parity .metop-cf-hero-copy > .e-con-inner > .metop-cf-actions {
  margin-top: 28px;
}

.metop-creative-factory-parity .metop-cf-hero-visual {
  display: grid !important;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.36fr);
}

.metop-creative-factory-parity .metop-cf-hero-main,
.metop-creative-factory-parity .metop-cf-hero-mini {
  background: #111111;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.metop-creative-factory-parity .metop-cf-hero-main {
  aspect-ratio: 1.14;
  grid-row: span 2;
}

.metop-creative-factory-parity .metop-cf-hero-main img,
.metop-creative-factory-parity .metop-cf-definition-media img,
.metop-creative-factory-parity .metop-cf-workflow-media img,
.metop-creative-factory-parity .metop-cf-agent-preview-image img,
.metop-creative-factory-parity .metop-cf-output-media img,
.metop-creative-factory-parity .metop-cf-video video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.metop-creative-factory-parity .metop-cf-hero-mini {
  aspect-ratio: 0.78;
}

.metop-creative-factory-parity .metop-cf-hero-mini .metop-cf-video,
.metop-creative-factory-parity .metop-cf-hero-mini .elementor-widget-container,
.metop-creative-factory-parity .metop-cf-hero-mini video {
  height: 100%;
}

.metop-creative-factory-parity .metop-cf-media-caption {
  bottom: 12px;
  left: 12px;
  position: absolute;
  z-index: 2;
}

.metop-creative-factory-parity .metop-cf-media-caption .elementor-heading-title {
  background: rgba(255, 255, 255, 0.78);
  color: var(--metop-cf-text) !important;
  font-family: 'Geist Mono', 'SFMono-Regular', Consolas, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 7px 9px;
}

.metop-creative-factory-parity .metop-cf-metrics {
  border-bottom: 1px solid var(--metop-cf-line);
  border-top: 1px solid var(--metop-cf-line);
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 44px auto 0;
  max-width: 1320px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.metop-creative-factory-parity .metop-cf-metric {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  min-height: 106px;
  padding: 22px 24px;
}

.metop-creative-factory-parity .metop-cf-metric + .metop-cf-metric {
  border-left: 1px solid var(--metop-cf-line);
}

.metop-creative-factory-parity .metop-cf-metric-value .elementor-heading-title {
  color: var(--metop-cf-text) !important;
  font-size: 23px;
  font-weight: 580;
  line-height: 1.25;
}

.metop-creative-factory-parity .metop-cf-metric-label,
.metop-creative-factory-parity .metop-cf-metric-label p {
  color: #62615c !important;
  font-size: 13px;
  line-height: 1.58;
}

.metop-creative-factory-parity .metop-cf-definition-layout {
  align-items: center;
  display: grid !important;
  gap: 56px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  margin: auto;
  max-width: 1320px;
  width: 100%;
}

.metop-creative-factory-parity .metop-cf-definition-copy {
  display: flex !important;
  flex-direction: column;
  gap: 36px;
}

.metop-creative-factory-parity .metop-cf-pillar-grid {
  display: grid !important;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metop-creative-factory-parity .metop-cf-pillar {
  background: var(--metop-cf-surface);
  border: 1px solid var(--metop-cf-line);
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  min-height: 210px;
  padding: 24px;
}

.metop-creative-factory-parity .metop-cf-definition-media {
  aspect-ratio: 1.02;
  background: #111111;
  border-radius: 8px;
  overflow: hidden;
}

.metop-creative-factory-parity .metop-cf-definition-media img {
  object-position: center;
}

.metop-creative-factory-parity .metop-cf-workflow-grid {
  display: grid !important;
  gap: 20px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin: auto;
  max-width: 1320px;
  width: 100%;
}

.metop-creative-factory-parity .metop-cf-workflow-card {
  background: var(--metop-cf-surface);
  border: 1px solid var(--metop-cf-line);
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  grid-column: span 6;
  overflow: hidden;
}

.metop-creative-factory-parity .metop-cf-workflow-card:nth-child(2),
.metop-creative-factory-parity .metop-cf-workflow-card:nth-child(3) {
  grid-column: span 6;
}

.metop-creative-factory-parity .metop-cf-workflow-media {
  aspect-ratio: 1.58;
  background: #111111;
  overflow: hidden;
}

.metop-creative-factory-parity .metop-cf-workflow-media .elementor-widget-container,
.metop-creative-factory-parity .metop-cf-workflow-media video {
  height: 100%;
}

.metop-creative-factory-parity .metop-cf-workflow-card:nth-child(1) .metop-cf-workflow-media img {
  object-position: center 43%;
}

.metop-creative-factory-parity .metop-cf-workflow-card:nth-child(3) .metop-cf-workflow-media img {
  object-fit: contain;
  padding: 20px;
}

.metop-creative-factory-parity .metop-cf-workflow-copy {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.metop-creative-factory-parity .metop-cf-workflow-meta {
  align-items: center;
  display: flex !important;
  justify-content: space-between;
}

.metop-creative-factory-parity .metop-cf-agent-console {
  background: var(--metop-cf-surface);
  border: 1px solid var(--metop-cf-line);
  border-radius: 8px;
  margin: auto;
  max-width: 1320px;
  overflow: hidden;
  width: 100%;
}

.metop-creative-factory-parity .metop-cf-agent-topbar {
  align-items: center;
  border-bottom: 1px solid var(--metop-cf-line);
  display: flex;
  height: 44px;
  padding: 0 18px;
}

.metop-creative-factory-parity .metop-cf-window-dots {
  display: flex;
  gap: 8px;
}

.metop-creative-factory-parity .metop-cf-window-dots span {
  background: #d7d7d1;
  border-radius: 999px;
  height: 8px;
  width: 8px;
}

.metop-creative-factory-parity .metop-cf-agent-main {
  display: grid !important;
  gap: 24px;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  padding: 24px;
}

.metop-creative-factory-parity .metop-cf-agent-preview {
  background: #111111;
  border-radius: 8px;
  display: grid !important;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.metop-creative-factory-parity .metop-cf-agent-preview-image,
.metop-creative-factory-parity .metop-cf-agent-preview-image .elementor-widget-container,
.metop-creative-factory-parity .metop-cf-agent-preview-image img {
  height: 100%;
}

.metop-creative-factory-parity .metop-cf-agent-prompt {
  align-self: end;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  bottom: 20px;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  left: 20px;
  padding: 18px;
  position: absolute;
  right: 20px;
}

.metop-creative-factory-parity .metop-cf-agent-prompt-copy,
.metop-creative-factory-parity .metop-cf-agent-prompt-copy p {
  color: #30302d !important;
  font-size: 14px;
  line-height: 1.65;
}

.metop-creative-factory-parity .metop-cf-agent-steps {
  display: grid !important;
  gap: 14px;
}

.metop-creative-factory-parity .metop-cf-agent-step {
  background: var(--metop-cf-soft);
  border: 1px solid rgba(17, 17, 17, 0.09);
  border-radius: 8px;
  display: grid !important;
  gap: 8px 16px;
  grid-template-columns: 36px minmax(0, 1fr);
  padding: 18px;
}

.metop-creative-factory-parity .metop-cf-agent-step .metop-cf-card-number {
  grid-column: 1;
  grid-row: span 2;
}

.metop-creative-factory-parity .metop-cf-agent-step .metop-cf-card-title,
.metop-creative-factory-parity .metop-cf-agent-step .metop-cf-card-description {
  grid-column: 2;
}

.metop-creative-factory-parity .metop-cf-output-grid {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: auto;
  max-width: 1320px;
  width: 100%;
}

.metop-creative-factory-parity .metop-cf-output-card {
  background: var(--metop-cf-surface);
  border: 1px solid var(--metop-cf-line);
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
}

.metop-creative-factory-parity .metop-cf-output-media {
  aspect-ratio: 1.58;
  background: #111111;
  overflow: hidden;
}

.metop-creative-factory-parity .metop-cf-output-media .elementor-widget-container,
.metop-creative-factory-parity .metop-cf-output-media video {
  height: 100%;
}

.metop-creative-factory-parity .metop-cf-output-copy {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.metop-creative-factory-parity .metop-cf-comparison-grid {
  border-bottom: 1px solid var(--metop-cf-line);
  border-top: 1px solid var(--metop-cf-line);
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: auto;
  max-width: 1320px;
  width: 100%;
}

.metop-creative-factory-parity .metop-cf-comparison-item {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  min-height: 220px;
  padding: 32px;
}

.metop-creative-factory-parity .metop-cf-comparison-item + .metop-cf-comparison-item {
  border-left: 1px solid var(--metop-cf-line);
}

.metop-creative-factory-parity .metop-cf-comparison-item:last-child {
  background: rgba(0, 51, 255, 0.035);
}

.metop-creative-factory-parity .metop-cf-availability-layout {
  align-items: center;
  display: grid !important;
  gap: 72px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  margin: auto;
  max-width: 1120px;
  width: 100%;
}

.metop-creative-factory-parity .metop-cf-availability-card {
  background: var(--metop-cf-surface);
  border: 1px solid var(--metop-cf-line);
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
}

.metop-creative-factory-parity .metop-cf-availability-card > .elementor-widget-button,
.metop-creative-factory-parity .metop-cf-availability-card > .e-con-inner > .elementor-widget-button {
  margin-top: 8px;
}

.metop-creative-factory-parity .metop-cf-assisted-contact {
  align-items: center;
  border-top: 1px solid var(--metop-cf-line);
  display: grid !important;
  gap: 20px;
  grid-template-columns: 136px minmax(0, 1fr);
  margin-top: 4px;
  padding-top: 20px;
}

.metop-creative-factory-parity .metop-cf-assisted-qr {
  background: #ffffff;
  border: 1px solid var(--metop-cf-line);
  border-radius: 6px;
  padding: 7px;
  width: 136px;
}

.metop-creative-factory-parity .metop-cf-assisted-qr .elementor-widget-container,
.metop-creative-factory-parity .metop-cf-assisted-qr img {
  display: block;
  height: auto;
  width: 100%;
}

.metop-creative-factory-parity .metop-cf-assisted-meta {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.metop-creative-factory-parity .metop-cf-assisted-title .elementor-heading-title {
  color: var(--metop-cf-text);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.4;
}

.metop-creative-factory-parity .metop-cf-assisted-description,
.metop-creative-factory-parity .metop-cf-assisted-description p {
  color: var(--metop-cf-muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.metop-creative-factory-parity .metop-cf-assisted-meta .metop-cf-button,
.metop-creative-factory-parity .metop-cf-assisted-meta .elementor-button-wrapper {
  width: fit-content;
}

.metop-creative-factory-parity .metop-cf-start {
  background: #111111 !important;
  color: #ffffff !important;
  padding-bottom: 56px !important;
  padding-top: 72px !important;
}

.metop-creative-factory-parity .metop-cf-start-layout {
  align-items: center;
  display: grid !important;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: auto;
  max-width: 1320px;
  width: 100%;
}

.metop-creative-factory-parity .metop-cf-start-copy {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  max-width: 720px;
}

.metop-creative-factory-parity .metop-cf-start .metop-cf-section-title .elementor-heading-title {
  color: #ffffff !important;
}

.metop-creative-factory-parity .metop-cf-start .metop-cf-section-description,
.metop-creative-factory-parity .metop-cf-start .metop-cf-section-description p {
  color: rgba(255, 255, 255, 0.68) !important;
}

.metop-creative-factory-parity .metop-cf-start .metop-cf-button--primary .elementor-button {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--metop-cf-text) !important;
}

.metop-creative-factory-parity .metop-cf-start .metop-cf-button--secondary .elementor-button {
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff !important;
}

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

.metop-creative-factory-parity .metop-cf-related {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex !important;
  flex-direction: column;
  gap: 18px;
  margin: 56px auto 0;
  max-width: 1320px;
  padding-top: 28px;
  width: 100%;
}

.metop-creative-factory-parity .metop-cf-related-title .elementor-heading-title {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.metop-creative-factory-parity .metop-cf-related-links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
}

.metop-creative-factory-parity .metop-cf-related-link .elementor-button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: #ffffff !important;
  font-size: 13px;
  padding: 10px 14px;
  transition:
    background-color 220ms var(--metop-cf-ease),
    border-color 220ms var(--metop-cf-ease);
}

.metop-creative-factory-parity .metop-cf-related-link .elementor-button:hover,
.metop-creative-factory-parity .metop-cf-related-link .elementor-button:focus-visible {
  background: var(--metop-cf-blue);
  border-color: var(--metop-cf-blue);
}

@media (max-width: 1080px) {
  .metop-creative-factory-parity .metop-cf-section {
    padding-inline: 32px !important;
  }

  .metop-creative-factory-parity .metop-cf-hero {
    min-height: auto;
    padding-top: 112px !important;
  }

  .metop-creative-factory-parity .metop-cf-hero-layout,
  .metop-creative-factory-parity .metop-cf-definition-layout,
  .metop-creative-factory-parity .metop-cf-agent-main,
  .metop-creative-factory-parity .metop-cf-availability-layout {
    grid-template-columns: 1fr;
  }

  .metop-creative-factory-parity .metop-cf-hero-visual {
    margin: auto;
    max-width: 820px;
    width: 100%;
  }

  .metop-creative-factory-parity .metop-cf-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metop-creative-factory-parity .metop-cf-metric:nth-child(3),
  .metop-creative-factory-parity .metop-cf-metric:nth-child(4) {
    border-top: 1px solid var(--metop-cf-line);
  }

  .metop-creative-factory-parity .metop-cf-metric:nth-child(3) {
    border-left: 0;
  }

  .metop-creative-factory-parity .metop-cf-definition-media {
    aspect-ratio: 1.3;
  }

  .metop-creative-factory-parity .metop-cf-agent-preview {
    min-height: 480px;
  }

  .metop-creative-factory-parity .metop-cf-start-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .metop-creative-factory-parity .metop-cf-section {
    padding: 72px 20px !important;
  }

  .metop-creative-factory-parity .metop-cf-hero {
    padding-bottom: 36px !important;
    padding-top: 104px !important;
  }

  .metop-creative-factory-parity .metop-cf-hero-layout {
    gap: 36px;
  }

  .metop-creative-factory-parity .metop-cf-hero-title .elementor-heading-title {
    font-size: clamp(30px, 8.4vw, 38px);
    line-height: 1.22;
  }

  .metop-creative-factory-parity .metop-cf-hero-description,
  .metop-creative-factory-parity .metop-cf-hero-description p,
  .metop-creative-factory-parity .metop-cf-section-description,
  .metop-creative-factory-parity .metop-cf-section-description p {
    font-size: 15px;
    line-height: 1.78;
  }

  .metop-creative-factory-parity .metop-cf-section-head {
    align-items: flex-start;
    margin-bottom: 32px;
    text-align: left;
  }

  .metop-creative-factory-parity .metop-cf-section-title .elementor-heading-title {
    font-size: clamp(25px, 7.2vw, 32px);
    line-height: 1.28;
  }

  .metop-creative-factory-parity .metop-cf-actions,
  .metop-creative-factory-parity .metop-cf-actions .elementor-widget-button,
  .metop-creative-factory-parity .metop-cf-actions .elementor-button-wrapper,
  .metop-creative-factory-parity .metop-cf-actions .elementor-button {
    width: 100%;
  }

  .metop-creative-factory-parity .metop-cf-hero-visual {
    grid-template-columns: 1fr 1fr;
  }

  .metop-creative-factory-parity .metop-cf-hero-main {
    aspect-ratio: 1.08;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .metop-creative-factory-parity .metop-cf-hero-mini {
    aspect-ratio: 0.9;
  }

  .metop-creative-factory-parity .metop-cf-metrics,
  .metop-creative-factory-parity .metop-cf-pillar-grid,
  .metop-creative-factory-parity .metop-cf-output-grid,
  .metop-creative-factory-parity .metop-cf-comparison-grid {
    grid-template-columns: 1fr;
  }

  .metop-creative-factory-parity .metop-cf-metric + .metop-cf-metric,
  .metop-creative-factory-parity .metop-cf-metric:nth-child(3),
  .metop-creative-factory-parity .metop-cf-metric:nth-child(4),
  .metop-creative-factory-parity .metop-cf-comparison-item + .metop-cf-comparison-item {
    border-left: 0;
    border-top: 1px solid var(--metop-cf-line);
  }

  .metop-creative-factory-parity .metop-cf-metric {
    min-height: 0;
    padding: 18px 0;
  }

  .metop-creative-factory-parity .metop-cf-pillar {
    min-height: 0;
    padding: 22px;
  }

  .metop-creative-factory-parity .metop-cf-definition-layout {
    gap: 36px;
  }

  .metop-creative-factory-parity .metop-cf-definition-media {
    aspect-ratio: 0.9;
  }

  .metop-creative-factory-parity .metop-cf-workflow-grid {
    grid-template-columns: 1fr;
  }

  .metop-creative-factory-parity .metop-cf-workflow-card,
  .metop-creative-factory-parity .metop-cf-workflow-card:nth-child(2),
  .metop-creative-factory-parity .metop-cf-workflow-card:nth-child(3) {
    grid-column: auto;
  }

  .metop-creative-factory-parity .metop-cf-workflow-media,
  .metop-creative-factory-parity .metop-cf-output-media {
    aspect-ratio: 1.25;
  }

  .metop-creative-factory-parity .metop-cf-agent-main {
    padding: 14px;
  }

  .metop-creative-factory-parity .metop-cf-agent-preview {
    min-height: 390px;
  }

  .metop-creative-factory-parity .metop-cf-agent-prompt {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }

  .metop-creative-factory-parity .metop-cf-agent-step {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 16px;
  }

  .metop-creative-factory-parity .metop-cf-comparison-item {
    min-height: 0;
    padding: 26px 0;
  }

  .metop-creative-factory-parity .metop-cf-availability-layout {
    gap: 36px;
  }

  .metop-creative-factory-parity .metop-cf-availability-card {
    padding: 24px;
  }

  .metop-creative-factory-parity .metop-cf-assisted-contact {
    gap: 14px;
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .metop-creative-factory-parity .metop-cf-assisted-qr {
    width: 108px;
  }

  .metop-creative-factory-parity .metop-cf-assisted-meta .metop-cf-button,
  .metop-creative-factory-parity .metop-cf-assisted-meta .elementor-button-wrapper,
  .metop-creative-factory-parity .metop-cf-assisted-meta .elementor-button {
    width: 100%;
  }

  .metop-creative-factory-parity .metop-cf-start {
    padding-bottom: 40px !important;
    padding-top: 56px !important;
  }

  .metop-creative-factory-parity .metop-cf-related-links,
  .metop-creative-factory-parity .metop-cf-related-links .elementor-widget-button,
  .metop-creative-factory-parity .metop-cf-related-links .elementor-button-wrapper,
  .metop-creative-factory-parity .metop-cf-related-links .elementor-button {
    width: 100%;
  }
}

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