.metop-space-v2 {
  --space-bg: #fbfbfa;
  --space-surface: #ffffff;
  --space-soft: #f5f5f3;
  --space-text: #111111;
  --space-muted: #666663;
  --space-quiet: #999996;
  --space-line: rgba(17, 17, 17, 0.1);
  --space-blue: #142e90;
  --space-blue-line: rgba(20, 46, 144, 0.28);
  --space-container: min(1248px, calc(100vw - 96px));
  --space-ease: cubic-bezier(0.32, 0.72, 0, 1);
  background: var(--space-bg);
  color: var(--space-text);
  display: block !important;
  gap: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  width: 100%;
}

.metop-space-v2,
.metop-space-v2 * {
  box-sizing: border-box;
}

.metop-space-v2 :is(h1, h2, h3, p) {
  letter-spacing: 0;
  margin: 0;
}

.metop-space-v2 .elementor-widget,
.metop-space-v2 .elementor-widget-container {
  margin: 0;
}

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

.metop-space-v2 [class*="metop-space-v2__"].e-con-boxed > .e-con-inner {
  display: contents;
}

.metop-space-v2__inner {
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  margin-inline: auto;
  max-width: none !important;
  padding: 0 !important;
  width: var(--space-container);
}

.metop-space-v2__band {
  background: var(--space-bg);
  gap: 0 !important;
  padding: 104px 0;
  width: 100%;
}

.metop-space-v2__band--soft {
  background: var(--space-soft);
}

.metop-space-v2__band--dark {
  background: #080808;
  color: #ffffff;
}

.metop-space-v2__section-head {
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  margin-bottom: 48px;
  max-width: 760px;
  padding: 0 !important;
}

.metop-space-v2__eyebrow .elementor-heading-title,
.metop-space-v2__hero-eyebrow .elementor-heading-title {
  color: var(--space-blue) !important;
  font-family: "Geist Mono", "SF Mono", "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.metop-space-v2__section-title .elementor-heading-title {
  color: var(--space-text) !important;
  font-size: clamp(28px, 2.8vw, 36px);
  font-weight: 600;
  line-height: 1.24;
  margin-top: 10px;
}

.metop-space-v2__section-copy {
  margin-top: 16px !important;
}

.metop-space-v2__section-copy p,
.metop-space-v2__card-copy p,
.metop-space-v2__final-copy p {
  color: var(--space-muted);
  font-size: 14px;
  line-height: 1.75;
}

.metop-space-v2__section-head--light .metop-space-v2__eyebrow .elementor-heading-title {
  color: rgba(255, 255, 255, 0.58) !important;
}

.metop-space-v2__section-head--light .metop-space-v2__section-title .elementor-heading-title {
  color: #ffffff !important;
}

.metop-space-v2__section-head--light .metop-space-v2__section-copy p {
  color: rgba(255, 255, 255, 0.64);
}

.metop-space-v2__hero {
  background: #090909;
  color: #ffffff;
  display: flex !important;
  gap: 0 !important;
  min-height: clamp(680px, calc(100svh - 112px), 840px);
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  width: 100%;
}

.metop-space-v2__hero::after {
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.68) 43%, rgba(5, 5, 5, 0.12) 78%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.metop-space-v2__hero-media,
.metop-space-v2__hero-media .elementor-widget-container,
.metop-space-v2__hero-video {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.metop-space-v2__hero-video {
  display: block;
  object-fit: cover;
}

.metop-space-v2__hero-content {
  align-self: center;
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  margin-inline: auto;
  padding: 88px 0 72px;
  position: relative;
  width: var(--space-container);
  z-index: 2;
}

.metop-space-v2__hero-eyebrow .elementor-heading-title {
  color: rgba(255, 255, 255, 0.7) !important;
}

.metop-space-v2__hero-title {
  max-width: 780px;
}

.metop-space-v2__hero-title .elementor-heading-title {
  color: #ffffff !important;
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 600;
  line-height: 1.12;
  margin-top: 18px;
}

.metop-space-v2__hero-copy {
  margin-top: 24px !important;
  max-width: 650px;
}

.metop-space-v2__hero-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.75;
}

.metop-space-v2__actions {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 24px;
  margin-top: 32px;
  padding: 0 !important;
}

.metop-space-v2__actions > .elementor-element,
.metop-space-v2__actions > .e-con-inner > .elementor-element,
.metop-space-v2__pricing-actions > .e-con-inner > .elementor-element,
.metop-space-v2__pricing-actions > .elementor-element {
  flex: 0 0 auto;
  width: auto !important;
}

.metop-space-v2__button .elementor-button {
  align-items: center;
  background: #111111 !important;
  border: 1px solid #111111 !important;
  border-radius: 7px !important;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px !important;
  transition: border-color 180ms var(--space-ease), box-shadow 180ms var(--space-ease), color 180ms var(--space-ease);
}

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

.metop-space-v2__button--dark .elementor-button {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
}

.metop-space-v2__button--light .elementor-button {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111111 !important;
}

.metop-space-v2__button .elementor-button:hover,
.metop-space-v2__button .elementor-button:focus-visible {
  border-color: var(--space-blue) !important;
  box-shadow: 0 0 0 3px rgba(20, 46, 144, 0.18) !important;
}

.metop-space-v2__button .elementor-button:focus-visible,
.metop-space-v2__text-link .elementor-button:focus-visible,
.metop-space-showcase :is(button, a):focus-visible {
  outline: 2px solid var(--space-blue);
  outline-offset: 3px;
}

.metop-space-v2__text-link .elementor-button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 14px;
  font-weight: 500;
  min-height: 44px;
  padding: 0 !important;
}

.metop-space-v2__text-link .elementor-button::after {
  content: "\2192";
  margin-left: 8px;
}

.metop-space-v2__text-link .elementor-button:hover {
  color: #ffffff !important;
}

.metop-space-v2__text-link--dark .elementor-button {
  color: var(--space-text) !important;
}

.metop-space-v2__text-link--dark .elementor-button:hover {
  color: var(--space-blue) !important;
}

.metop-space-v2__hero-facts {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 64px;
  padding: 0 !important;
}

.metop-space-v2__hero-facts > .elementor-element,
.metop-space-v2__hero-facts > .e-con-inner > .elementor-element {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  flex: 0 0 auto;
  padding: 0 24px;
  width: auto !important;
}

.metop-space-v2__hero-facts > .elementor-element:first-child,
.metop-space-v2__hero-facts > .e-con-inner > .elementor-element:first-child {
  border-left: 0;
  padding-left: 0;
}

.metop-space-v2__hero-facts .elementor-heading-title {
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: "Geist Mono", "SF Mono", "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 500;
}

.metop-space-v2__showcase-widget,
.metop-space-v2__showcase-widget .elementor-widget-container {
  width: 100%;
}

.metop-space-showcase__tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metop-space-showcase__tab {
  -webkit-appearance: none;
  appearance: none;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.56) !important;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  min-height: 56px;
  padding: 0 16px;
  transition: background-color 180ms var(--space-ease), border-color 180ms var(--space-ease), color 180ms var(--space-ease);
}

.metop-space-showcase__tab:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

.metop-space-showcase__tab.is-active,
.metop-space-showcase__tab.is-active:hover {
  background: #151515 !important;
  border-bottom-color: var(--space-blue) !important;
  color: #ffffff !important;
}

.metop-space-showcase__tab:focus-visible {
  background: #151515 !important;
  border-bottom-color: var(--space-blue) !important;
  color: #ffffff !important;
  outline: 2px solid var(--space-blue) !important;
  outline-offset: -2px !important;
}

.metop-space-showcase__stage {
  aspect-ratio: 16 / 9;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  margin-top: 24px;
  overflow: hidden;
  position: relative;
}

.metop-space-showcase__frame,
.metop-space-showcase__poster {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.metop-space-showcase__frame {
  background: #111111;
}

.metop-space-showcase__poster {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.metop-space-showcase__poster::after {
  background: rgba(0, 0, 0, 0.18);
  content: "";
  inset: 0;
  position: absolute;
}

.metop-space-showcase__poster img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.metop-space-showcase__launch {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #ffffff;
  border-radius: 7px;
  color: #111111;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  min-height: 46px;
  padding: 0 22px;
  position: absolute;
  z-index: 3;
}

.metop-space-showcase__launch:hover {
  border-color: var(--space-blue);
  box-shadow: 0 0 0 3px rgba(20, 46, 144, 0.22);
}

.metop-space-showcase__loading {
  align-items: center;
  background: rgba(8, 8, 8, 0.76);
  color: rgba(255, 255, 255, 0.74);
  display: flex;
  font-size: 13px;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 4;
}

.metop-space-showcase__loading[hidden] {
  display: none;
}

.metop-space-showcase__toolbar {
  align-items: center;
  background: rgba(8, 8, 8, 0.84);
  bottom: 0;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  left: 0;
  min-height: 44px;
  padding: 0 16px;
  position: absolute;
  right: 0;
  z-index: 5;
}

.metop-space-showcase__toolbar a {
  color: #ffffff;
  text-decoration: none;
}

.metop-space-showcase__toolbar a:hover {
  color: #ffffff;
}

.metop-space-showcase__meta {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  padding-top: 24px;
}

.metop-space-showcase__meta div {
  display: grid;
  gap: 6px;
}

.metop-space-showcase__meta span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

.metop-space-showcase__meta strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.metop-space-showcase__meta p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.75;
}

.metop-space-v2__proof-row {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  padding: 0 !important;
}

.metop-space-v2__proof-row > .elementor-element {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 16px;
}

.metop-space-v2__proof-row .elementor-heading-title {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 13px;
  font-weight: 500;
}

.metop-space-v2__workflow-grid,
.metop-space-v2__audience-grid {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 !important;
}

.metop-space-v2__workflow-card {
  background: var(--space-surface);
  border: 1px solid var(--space-line);
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  min-width: 0;
  overflow: hidden;
  padding: 0 24px 28px;
  transition: border-color 220ms var(--space-ease), box-shadow 220ms var(--space-ease), transform 220ms var(--space-ease);
}

.metop-space-v2__workflow-card:hover,
.metop-space-v2__outcome:hover,
.metop-space-v2__price-card:hover {
  border-color: var(--space-blue-line);
  box-shadow: 0 14px 38px rgba(20, 46, 144, 0.1);
  transform: translateY(-2px);
}

.metop-space-v2__workflow-image {
  margin: 0 -24px 24px !important;
  width: auto !important;
}

.metop-space-v2__workflow-image .elementor-widget-container {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.metop-space-v2__workflow-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.metop-space-v2__index .elementor-heading-title,
.metop-space-v2__outcome-mark .elementor-heading-title {
  color: var(--space-blue) !important;
  font-family: "Geist Mono", "SF Mono", "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.metop-space-v2__card-title .elementor-heading-title {
  color: var(--space-text) !important;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 12px;
}

.metop-space-v2__card-copy {
  margin-top: 12px !important;
}

.metop-space-v2__outcomes-layout {
  display: grid !important;
  gap: 64px !important;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.6fr) !important;
  padding: 0 !important;
}

.metop-space-v2__outcomes-layout .metop-space-v2__section-head {
  margin-bottom: 0;
}

.metop-space-v2__outcome-grid {
  display: grid !important;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 !important;
}

.metop-space-v2__outcome {
  background: var(--space-surface);
  border: 1px solid var(--space-line);
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  min-height: 220px;
  padding: 24px;
  transition: border-color 220ms var(--space-ease), box-shadow 220ms var(--space-ease), transform 220ms var(--space-ease);
}

.metop-space-v2__audience-item {
  border-top: 1px solid var(--space-line);
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  padding: 24px 0 8px;
}

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

.metop-space-v2__price-card {
  background: var(--space-surface);
  border: 1px solid var(--space-line);
  border-radius: 8px;
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  min-height: 264px;
  padding: 32px;
  transition: border-color 220ms var(--space-ease), box-shadow 220ms var(--space-ease), transform 220ms var(--space-ease);
}

.metop-space-v2__price-card--featured {
  border-color: var(--space-blue-line);
}

.metop-space-v2__price-label .elementor-heading-title {
  color: var(--space-muted) !important;
  font-size: 14px;
  font-weight: 500;
}

.metop-space-v2__price-value .elementor-heading-title {
  color: var(--space-text) !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 24px;
}

.metop-space-v2__price-card .metop-space-v2__card-copy {
  max-width: 440px;
}

.metop-space-v2__pricing-actions {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 24px;
  margin-top: 32px;
  padding: 0 !important;
}

.metop-space-v2__final {
  background: #080808;
  color: #ffffff;
  gap: 0 !important;
  padding: 112px 0;
}

.metop-space-v2__final-inner {
  align-items: center;
  gap: 0 !important;
  text-align: center;
}

.metop-space-v2__final-title {
  max-width: 820px;
}

.metop-space-v2__final-title .elementor-heading-title {
  color: #ffffff !important;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.25;
  margin-top: 12px;
}

.metop-space-v2__final-copy {
  margin-top: 18px !important;
  max-width: 620px;
}

.metop-space-v2__final-copy p {
  color: rgba(255, 255, 255, 0.62);
}

.metop-space-v2__final .metop-space-v2__button {
  margin-top: 32px;
  width: auto;
}

@media (max-width: 1024px) {
  .metop-space-v2 {
    --space-container: min(100% - 64px, 1248px);
  }

  .metop-space-v2__band {
    padding: 88px 0;
  }

  .metop-space-v2__outcomes-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .metop-space-v2__outcomes-layout .metop-space-v2__section-head {
    margin-bottom: 48px;
  }
}

@media (max-width: 760px) {
  .metop-space-v2 {
    --space-container: min(100% - 40px, 1248px);
  }

  .metop-space-v2__band {
    padding: 64px 0;
  }

  .metop-space-v2__section-head {
    margin-bottom: 32px;
  }

  .metop-space-v2__section-title .elementor-heading-title {
    font-size: 28px;
  }

  .metop-space-v2__hero {
    min-height: clamp(640px, calc(100svh - 72px), 760px);
  }

  .metop-space-v2__hero::after {
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.8) 46%, rgba(5, 5, 5, 0.96) 100%);
  }

  .metop-space-v2__hero-content {
    align-self: end;
    padding: 112px 0 48px;
  }

  .metop-space-v2__hero-title .elementor-heading-title {
    font-size: 38px;
    line-height: 1.18;
  }

  .metop-space-v2__hero-copy p {
    font-size: 15px;
  }

  .metop-space-v2__actions,
  .metop-space-v2__pricing-actions {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 12px;
  }

  .metop-space-v2__actions > .elementor-element,
  .metop-space-v2__actions > .e-con-inner > .elementor-element,
  .metop-space-v2__pricing-actions > .e-con-inner > .elementor-element,
  .metop-space-v2__pricing-actions > .elementor-element,
  .metop-space-v2__actions .elementor-button,
  .metop-space-v2__pricing-actions .elementor-button {
    width: 100%;
  }

  .metop-space-v2__hero-facts {
    margin-top: 40px;
  }

  .metop-space-v2__hero-facts > .elementor-element,
  .metop-space-v2__hero-facts > .e-con-inner > .elementor-element {
    padding: 0 12px;
  }

  .metop-space-showcase__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metop-space-showcase__stage {
    aspect-ratio: 4 / 5;
    margin-top: 20px;
  }

  .metop-space-showcase__toolbar span {
    display: none;
  }

  .metop-space-showcase__toolbar {
    justify-content: flex-end;
  }

  .metop-space-showcase__meta {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .metop-space-v2__proof-row,
  .metop-space-v2__workflow-grid,
  .metop-space-v2__outcome-grid,
  .metop-space-v2__audience-grid,
  .metop-space-v2__pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .metop-space-v2__proof-row {
    gap: 16px;
    margin-top: 32px;
  }

  .metop-space-v2__workflow-card,
  .metop-space-v2__price-card {
    min-height: 0;
  }

  .metop-space-v2__outcome {
    min-height: 180px;
  }

  .metop-space-v2__price-value .elementor-heading-title {
    font-size: 36px;
  }

  .metop-space-v2__final {
    padding: 72px 0;
  }

  .metop-space-v2__final-title .elementor-heading-title {
    font-size: 30px;
  }

  .metop-space-v2__final .metop-space-v2__button,
  .metop-space-v2__final .elementor-button {
    width: 100%;
  }
}

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

  .metop-space-v2__workflow-card:hover,
  .metop-space-v2__outcome:hover,
  .metop-space-v2__price-card:hover {
    transform: none;
  }
}
