/*
Theme Name: MeTop.ai Elementor
Theme URI: https://metop.com.cn/
Description: MeTop.ai visual system and global layout for Elementor.
Author: MeTop.ai
Template: hello-elementor
Version: 2.1.77
Text Domain: metop-elementor
*/

:root {
  --metop-bg: #fbfbfa;
  --metop-surface: #ffffff;
  --metop-surface-subtle: #f7f6f3;
  --metop-text: #111111;
  --metop-ink: #111111;
  --metop-strong: #404040;
  --metop-muted: #787774;
  --metop-quiet: #999999;
  --metop-line: rgba(17, 17, 17, 0.08);
  --metop-blue: #0033ff;
  --metop-blue-soft: rgba(0, 51, 255, 0.08);
  --metop-blue-line: rgba(0, 51, 255, 0.22);
  --metop-container: min(1248px, calc(100vw - 96px));
  --metop-ease: cubic-bezier(0.32, 0.72, 0, 1);
}

:where(
  .metop-space-parity,
  .metop-creative-factory-parity,
  .metop-scan-parity,
  .metop-studio-parity,
  .metop-engine-parity
) {
  padding: 0 !important;
  width: 100% !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--metop-bg);
  color: var(--metop-text);
  font-family: "Geist Sans", "SF Pro Display", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  line-height: 1.7;
  margin: 0;
}

a {
  color: inherit;
}

.metop-container {
  margin-inline: auto;
  width: var(--metop-container);
}

.metop-site-header {
  backdrop-filter: blur(18px);
  background: rgba(251, 251, 250, 0.92);
  border-bottom: 1px solid rgba(17, 17, 17, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.metop-header-inner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  min-height: 72px;
}

.metop-brand {
  align-items: center;
  display: inline-flex;
  justify-self: start;
  text-decoration: none;
}

.metop-primary-nav {
  justify-self: center;
}

.metop-brand img {
  display: block;
  height: 34px;
  object-fit: contain;
  width: auto;
}

.metop-primary-nav > ul,
.metop-primary-nav .menu {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.metop-primary-nav li {
  position: relative;
}

.metop-primary-nav .metop-nav-explore-item {
  display: none;
}

.metop-primary-nav a {
  color: var(--metop-strong);
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  padding: 25px 0;
  text-decoration: none;
  transition: color 180ms var(--metop-ease);
}

.metop-primary-nav > ul > li > a:hover,
.metop-primary-nav > ul > li.current-menu-item > a,
.metop-primary-nav > ul > li.current-menu-ancestor > a {
  color: var(--metop-blue);
}

.metop-primary-nav a[href$="/explore/"] {
  background: rgba(0, 51, 255, 0.06);
  border: 1px solid rgba(0, 51, 255, 0.22);
  border-radius: 6px;
  color: var(--metop-blue);
  font-size: 16px;
  font-weight: 600;
  padding: 9px 12px;
  transition: background-color 180ms var(--metop-ease), border-color 180ms var(--metop-ease), box-shadow 180ms var(--metop-ease), color 180ms var(--metop-ease), transform 180ms var(--metop-ease);
}

.metop-primary-nav a[href$="/explore/"]:hover,
.metop-primary-nav a[href$="/explore/"]:focus-visible {
  background: var(--metop-blue);
  border-color: var(--metop-blue);
  box-shadow: 0 9px 22px rgba(0, 51, 255, 0.16);
  color: #fff;
  transform: translateY(-1px);
}

.metop-primary-nav > ul > li.menu-item-has-children > a {
  padding-right: 20px;
}

.metop-primary-nav .metop-nav-submenu-toggle {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--metop-strong);
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  z-index: 2;
}

.metop-primary-nav .metop-nav-submenu-toggle:hover,
.metop-primary-nav .metop-nav-submenu-toggle:focus-visible {
  color: var(--metop-blue);
  outline: none;
}

.metop-primary-nav .metop-nav-chevron {
  height: 7px;
  position: relative;
  transform-origin: center;
  transition: transform 180ms var(--metop-ease);
  width: 10px;
}

.metop-primary-nav .metop-nav-chevron::before,
.metop-primary-nav .metop-nav-chevron::after {
  background: currentColor;
  content: '';
  height: 1px;
  position: absolute;
  top: 3px;
  width: 6px;
}

.metop-primary-nav .metop-nav-chevron::before {
  left: 0;
  transform: rotate(38deg);
  transform-origin: right center;
}

.metop-primary-nav .metop-nav-chevron::after {
  right: 0;
  transform: rotate(-38deg);
  transform-origin: left center;
}

.metop-primary-nav > ul > li.menu-item-has-children:hover > .metop-nav-submenu-toggle .metop-nav-chevron,
.metop-primary-nav > ul > li.menu-item-has-children:focus-within > .metop-nav-submenu-toggle .metop-nav-chevron,
.metop-primary-nav > ul > li.menu-item-has-children.metop-menu-open > .metop-nav-submenu-toggle .metop-nav-chevron {
  transform: rotate(180deg);
}

.metop-primary-nav .sub-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--metop-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
  display: grid;
  gap: 2px;
  left: 50%;
  list-style: none;
  margin: 0;
  min-width: 330px;
  opacity: 0;
  padding: 12px;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 8px);
  transform: translate(-50%, 12px) scale(0.985);
  transform-origin: top center;
  transition: opacity 190ms var(--metop-ease), transform 190ms var(--metop-ease), visibility 190ms var(--metop-ease);
  visibility: hidden;
}

.metop-primary-nav .sub-menu > li {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 160ms var(--metop-ease), transform 160ms var(--metop-ease);
}

.metop-primary-nav li:hover > .sub-menu,
.metop-primary-nav li:focus-within > .sub-menu,
.metop-primary-nav li.metop-menu-open > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
  visibility: visible;
}

.metop-primary-nav li:hover > .sub-menu > li,
.metop-primary-nav li:focus-within > .sub-menu > li,
.metop-primary-nav li.metop-menu-open > .sub-menu > li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--metop-menu-index, 0) * 24ms);
}

.metop-primary-nav .sub-menu a {
  align-items: center;
  border-radius: 6px;
  color: var(--metop-text);
  display: grid;
  gap: 11px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 50px;
  padding: 8px 10px;
  white-space: nowrap;
}

.metop-primary-nav .metop-nav-icon {
  align-items: center;
  background: #f3f5f8;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 6px;
  color: #555b64;
  display: inline-flex;
  font-size: 16px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  transition: background-color 180ms var(--metop-ease), border-color 180ms var(--metop-ease), color 180ms var(--metop-ease);
  width: 34px;
}

.metop-primary-nav .sub-menu a:hover {
  background: var(--metop-blue-soft);
  color: var(--metop-blue);
}

.metop-primary-nav .sub-menu a:hover .metop-nav-icon,
.metop-primary-nav .sub-menu a:focus-visible .metop-nav-icon {
  background: rgba(0, 51, 255, 0.08);
  border-color: rgba(0, 51, 255, 0.16);
  color: var(--metop-blue);
}

.metop-header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-self: end;
}

.metop-button {
  align-items: center;
  border: 1px solid var(--metop-line);
  border-radius: 7px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  text-decoration: none;
  transition: background-color 180ms var(--metop-ease), border-color 180ms var(--metop-ease), color 180ms var(--metop-ease);
  white-space: nowrap;
}

.metop-button--primary {
  background: var(--metop-text);
  border-color: var(--metop-text);
  color: #ffffff;
}

.metop-button--secondary {
  background: var(--metop-surface);
  border-color: rgba(17, 17, 17, 0.16);
  color: var(--metop-text);
}

.metop-button--explore {
  background: var(--metop-blue);
  border-color: var(--metop-blue);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding-inline: 18px;
}

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

.metop-button--explore:hover,
.metop-button--explore:focus-visible {
  background: #0026c7 !important;
  border-color: #0026c7 !important;
  box-shadow: 0 8px 18px rgba(0, 51, 255, 0.2);
}

.metop-menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid var(--metop-line);
  border-radius: 7px;
  color: var(--metop-text);
  cursor: pointer;
  display: none;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.metop-menu-toggle span,
.metop-menu-toggle::before,
.metop-menu-toggle::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 17px;
}

.metop-menu-toggle::before {
  transform: translateY(-5px);
}

.metop-menu-toggle::after {
  transform: translateY(5px);
}

.metop-menu-toggle {
  position: relative;
}

.metop-site-header.metop-nav-open .metop-menu-toggle span {
  opacity: 0;
}

.metop-site-header.metop-nav-open .metop-menu-toggle::before {
  transform: rotate(45deg);
}

.metop-site-header.metop-nav-open .metop-menu-toggle::after {
  transform: rotate(-45deg);
}

.site-main,
.elementor-page .site-main {
  max-width: none;
  padding: 0;
  width: 100%;
}

.elementor-element.metop-index-header {
  background: var(--metop-bg);
  border-bottom: 1px solid var(--metop-line);
  padding: 72px max(48px, calc((100vw - 1248px) / 2)) 48px !important;
  text-align: center;
}

.elementor-element.metop-index-header > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.elementor-element.metop-index-header h1.elementor-heading-title {
  color: var(--metop-text) !important;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.16;
  max-width: 920px;
  text-align: center;
  text-wrap: balance;
}

.elementor-element.metop-index-header .metop-index-description,
.elementor-element.metop-index-header .metop-index-description p {
  color: var(--metop-muted) !important;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  max-width: 720px;
  text-align: center;
}

.elementor-element.metop-home-hero {
  --metop-hero-image: url("assets/city-balcony-pointcloud-poster.webp");
  background-image: var(--metop-hero-image);
  background-position: center;
  background-size: cover;
  justify-content: center !important;
  min-height: calc(100vh - 72px) !important;
  overflow: hidden;
  padding: 96px max(48px, calc((100vw - 1248px) / 2)) !important;
  position: relative;
}

.elementor-element.metop-home-hero::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.66) 46%, rgba(255, 255, 255, 0.12) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.elementor-element.metop-hero-video-widget {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.elementor-element.metop-hero-video-widget,
.elementor-element.metop-hero-video-widget .elementor-widget-container,
.metop-hero-video {
  height: 100%;
  width: 100%;
}

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

.elementor-element.metop-home-hero > .elementor-element:not(.metop-hero-video-widget) {
  max-width: 720px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.metop-mobile-only-break {
  display: none;
}

.elementor-element.metop-product-hero,
.elementor-element.metop-product-split {
  padding: 96px max(48px, calc((100vw - 1248px) / 2)) !important;
}

.elementor-element.metop-product-hero {
  background: var(--metop-surface);
  min-height: 700px;
}

.elementor-element.metop-product-hero > .e-con-inner,
.elementor-element.metop-product-split > .e-con-inner {
  align-items: center;
  display: grid !important;
  gap: 64px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.elementor-element.metop-product-copy > .e-con-inner {
  display: grid;
  gap: 18px;
}

.metop-product-copy h1.elementor-heading-title {
  color: var(--metop-text) !important;
  font-size: clamp(36px, 3.6vw, 48px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.16;
  text-wrap: balance;
}

.elementor-element.metop-product-copy .elementor-heading-title {
  color: var(--metop-text) !important;
}

.elementor-element.metop-product-copy .metop-hero-kicker .elementor-heading-title {
  color: var(--metop-blue) !important;
}

.elementor-element.metop-product-badges {
  color: var(--metop-muted);
  font-size: 13px;
  line-height: 1.8;
  word-break: keep-all;
}

.elementor-element.metop-product-media {
  background: var(--metop-surface-subtle);
  border: 1px solid var(--metop-line);
  border-radius: 8px;
  overflow: hidden;
}

.elementor-element.metop-product-media img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.elementor-element.metop-product-media--flow img {
  aspect-ratio: auto;
  height: min(720px, 72vh);
  object-fit: contain;
  padding: 24px;
}

.elementor-element.metop-metric-grid {
  display: flex !important;
}

.elementor-element.metop-metric-grid > .e-con-inner {
  display: grid !important;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

.elementor-element.metop-product-split .metop-card {
  margin-top: 8px;
}

.elementor-element.metop-home-hero .elementor-heading-title {
  color: var(--metop-text);
  font-size: clamp(46px, 4.6vw, 60px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
  text-wrap: balance;
}

.elementor-element.metop-hero-kicker .elementor-heading-title {
  color: var(--metop-blue);
  font-family: "Geist Mono", "SF Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.elementor-element.metop-hero-copy {
  color: var(--metop-strong);
  font-size: 18px;
  line-height: 1.8;
  max-width: 660px;
}

.elementor-element.metop-hero-actions {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.elementor-element.metop-section {
  padding: 104px max(48px, calc((100vw - 1248px) / 2)) !important;
}

.metop-section--white {
  background: var(--metop-surface);
}

.metop-section--subtle {
  background: var(--metop-surface-subtle);
}

.metop-section-heading {
  margin-bottom: 48px;
}

.elementor-element.metop-section-heading .elementor-heading-title {
  color: var(--metop-text) !important;
  font-size: clamp(28px, 2.7vw, 34px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  text-wrap: balance;
}

.metop-section-copy {
  color: var(--metop-muted);
  font-size: 15px;
  line-height: 1.8;
  max-width: 760px;
}

.elementor-element.metop-card-grid {
  display: flex !important;
}

.elementor-element.metop-card-grid > .e-con-inner {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

@media (min-width: 821px) {
  .elementor-element.metop-card-grid > .e-con-inner:has(> .elementor-element:nth-child(2):last-child),
  .elementor-element.metop-card-grid > .e-con-inner:has(> .elementor-element:nth-child(4):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.elementor-element.metop-solution-index-grid > .e-con-inner {
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.elementor-element.metop-solution-index-card {
  display: flex !important;
  overflow: hidden;
  padding: 0;
}

.elementor-element.metop-solution-index-card > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
}

.elementor-element.metop-solution-index-image img {
  aspect-ratio: 1.6 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.elementor-element.metop-solution-index-body {
  display: flex !important;
  flex: 1 1 auto;
  min-height: 0;
  padding: 28px;
}

.elementor-element.metop-solution-index-body > .e-con-inner {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column !important;
  height: 100%;
  min-height: 0;
}

.elementor-element.metop-solution-index-body .elementor-widget-button {
  margin-top: auto;
  padding-top: 18px;
}

.elementor-element.metop-card {
  background: var(--metop-surface);
  border: 1px solid var(--metop-line);
  border-radius: 8px;
  min-width: 0;
  padding: 28px;
  transition: border-color 220ms var(--metop-ease), box-shadow 220ms var(--metop-ease), transform 220ms var(--metop-ease);
}

.elementor-element.metop-link-card > .e-con-inner,
.elementor-element.metop-price-card > .e-con-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.elementor-element.metop-link-card .elementor-widget-button,
.elementor-element.metop-price-card .elementor-widget-button {
  margin-top: auto;
  padding-top: 18px;
}

.elementor-element.metop-card:hover {
  border-color: var(--metop-blue-line);
  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-card .elementor-heading-title {
  color: var(--metop-text) !important;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.metop-card .elementor-widget-text-editor {
  color: var(--metop-muted);
  font-size: 14px;
  line-height: 1.75;
}

.elementor-element.metop-fact-grid {
  display: flex !important;
}

.elementor-element.metop-fact-grid > .e-con-inner {
  display: grid !important;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  width: 100%;
}

.elementor-element.metop-fact {
  border-left: 1px solid var(--metop-line);
  padding: 10px 28px;
}

.elementor-element.metop-fact:first-child {
  border-left: 0;
  padding-left: 0;
}

.metop-fact .elementor-heading-title {
  color: var(--metop-text) !important;
  font-size: 18px;
  font-weight: 600;
}

.metop-fact .elementor-widget-text-editor {
  color: var(--metop-muted);
  font-size: 13px;
}

.elementor-element.metop-cta-section {
  align-items: center;
  background: #f3f5f8;
  border-top: 1px solid var(--metop-line);
  color: var(--metop-text);
  min-height: 340px;
  padding: 72px max(48px, calc((100vw - 1248px) / 2)) !important;
  text-align: center;
}

.metop-cta-section .elementor-heading-title,
.metop-cta-section .elementor-widget-text-editor {
  color: var(--metop-text) !important;
}

.metop-cta-section .elementor-heading-title {
  font-size: clamp(28px, 2.7vw, 34px);
  font-weight: 600;
  line-height: 1.25;
  text-wrap: balance;
}

.metop-home-hero .elementor-button,
.metop-cta-section .elementor-button,
.metop-product-hero .elementor-button,
.metop-link-card .elementor-button,
.metop-price-card .elementor-button {
  background: var(--metop-text) !important;
  border: 1px solid var(--metop-text) !important;
  border-radius: 7px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  min-height: 44px;
  padding: 12px 22px;
}

.metop-hero-actions > .e-con-inner > .elementor-widget-button:not(:first-child) .elementor-button {
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(17, 17, 17, 0.2) !important;
  color: var(--metop-text) !important;
}

.elementor-element.metop-price-grid {
  display: flex !important;
}

.elementor-element.metop-price-grid > .e-con-inner {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  width: 100%;
}

.elementor-element.metop-price-card {
  min-height: 360px;
}

.elementor-element.metop-price .elementor-heading-title {
  color: var(--metop-text) !important;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.15;
}

.elementor-element.metop-price-features {
  color: var(--metop-strong);
  font-size: 14px;
  line-height: 1.85;
}

.elementor-element.metop-hero-actions > .e-con-inner {
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 12px;
}

.metop-contact-form-wrap {
  margin: 40px auto 0;
  max-width: 900px;
}

.metop-contact-form {
  background: #ffffff;
  border: 1px solid var(--metop-line);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  padding: 36px;
}

.metop-form-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metop-contact-form label {
  color: var(--metop-ink);
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.metop-contact-form label > span {
  color: #0033ff;
  display: inline;
  margin-left: 3px;
}

.metop-contact-form input,
.metop-contact-form select,
.metop-contact-form textarea {
  background: #ffffff;
  border: 1px solid var(--metop-line);
  border-radius: 6px;
  color: var(--metop-ink);
  font: inherit;
  font-weight: 400;
  min-height: 48px;
  outline: none;
  padding: 12px 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.metop-contact-form textarea {
  line-height: 1.7;
  min-height: 150px;
  resize: vertical;
}

.metop-contact-form label > input,
.metop-contact-form label > select,
.metop-contact-form label > textarea {
  margin-top: 9px;
}

.metop-contact-form input:focus,
.metop-contact-form select:focus,
.metop-contact-form textarea:focus {
  border-color: #0033ff;
  box-shadow: 0 0 0 3px rgba(0, 51, 255, 0.1);
}

.metop-contact-form .metop-form-consent {
  align-items: flex-start;
  color: var(--metop-muted);
  display: flex;
  font-size: 13px;
  font-weight: 400;
  gap: 10px;
  line-height: 1.7;
}

.metop-form-consent input {
  flex: 0 0 auto;
  min-height: 0;
  margin-top: 5px;
  width: 18px;
}

.metop-form-consent a {
  color: #0033ff;
  margin-inline: 3px;
  white-space: nowrap;
}

.metop-contact-form button {
  background: #111111;
  border: 1px solid #111111;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  justify-self: start;
  min-height: 48px;
  padding: 0 24px;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.metop-contact-form button:hover,
.metop-contact-form button:focus-visible {
  background: #0033ff;
  border-color: #0033ff;
  box-shadow: 0 10px 28px rgba(0, 51, 255, 0.18);
}

.metop-form-notice {
  border: 1px solid var(--metop-line);
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.metop-form-notice--success {
  background: #f1f6ff;
  border-color: rgba(0, 51, 255, 0.28);
  color: #0027c7;
}

.metop-form-notice--error {
  background: #fff5f5;
  border-color: rgba(190, 24, 24, 0.24);
  color: #9f1717;
}

.metop-form-honeypot {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.elementor-element.metop-article-grid > .e-con-inner {
  display: grid !important;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.elementor-element.metop-media-grid > .e-con-inner {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.metop-media-card img,
.metop-media-card video {
  aspect-ratio: 16 / 10;
  background: #eef0f3;
  border-radius: 6px;
  display: block;
  object-fit: contain;
  width: 100%;
}

.metop-media-card h3 {
  margin-top: 22px;
}

.metop-article-grid .metop-card p {
  white-space: pre-line;
}

.elementor-element.metop-article-lead {
  color: var(--metop-strong);
  font-size: 18px;
  line-height: 1.9;
  margin: 32px auto 0;
  max-width: 900px;
}

.metop-search-form,
.metop-search-results {
  margin: 0 auto;
  max-width: 900px;
}

.metop-search-form label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

.metop-search-form > div {
  display: flex;
  gap: 12px;
}

.metop-search-form input {
  border: 1px solid var(--metop-line);
  border-radius: 6px;
  flex: 1;
  min-height: 50px;
  padding: 0 16px;
}

.metop-search-form button {
  background: #111111;
  border: 1px solid #111111;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  min-width: 96px;
  padding: 0 20px;
}

.metop-search-form button:hover,
.metop-search-form button:focus-visible {
  background: #0033ff;
  border-color: #0033ff;
}

.metop-search-results {
  margin-top: 48px;
}

.metop-search-results h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.metop-search-results > a {
  border-top: 1px solid var(--metop-line);
  display: grid;
  gap: 8px;
  padding: 20px 0;
  text-decoration: none;
}

.metop-search-results > a span {
  color: var(--metop-muted);
  font-size: 14px;
  line-height: 1.7;
}

.metop-site-footer {
  background: #050505;
  color: rgba(255, 255, 255, 0.68);
  padding: 72px 0 28px;
}

.metop-footer-grid {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(140px, 0.7fr));
}

.metop-footer-brand img {
  height: 38px;
  object-fit: contain;
  width: auto;
}

.metop-footer-brand p {
  font-size: 14px;
  line-height: 1.8;
  margin: 22px 0 0;
  max-width: 360px;
}

.metop-footer-group h2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 18px;
}

.metop-footer-group a {
  display: block;
  font-size: 13px;
  margin-top: 11px;
  text-decoration: none;
}

.metop-footer-group a:hover {
  color: #ffffff;
}

.metop-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-top: 56px;
  padding-top: 24px;
}

.metop-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.metop-footer-legal a {
  text-decoration: none;
}

.metop-footer-legal a:hover {
  color: #ffffff;
}

@media (max-width: 1080px) {
  :root {
    --metop-container: min(100% - 64px, 1248px);
  }

  .metop-header-inner {
    gap: 16px;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .metop-header-actions {
    gap: 8px;
  }

  .metop-header-actions .metop-button {
    padding-inline: 14px;
  }

  .metop-header-actions .metop-button--explore {
    font-size: 14px;
  }

  .metop-header-actions .metop-button--secondary {
    display: none;
  }

  .metop-primary-nav > ul,
  .metop-primary-nav .menu {
    gap: 10px;
  }

  .metop-primary-nav a {
    font-size: 15px;
  }

  .elementor-element.metop-card-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-element.metop-solution-index-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-element.metop-metric-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-element.metop-product-hero > .e-con-inner,
  .elementor-element.metop-product-split > .e-con-inner {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  }

  .metop-footer-grid {
    gap: 40px 32px;
    grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(110px, 0.7fr));
  }
}

@media (max-width: 640px) {
  .elementor-element.metop-media-grid > .e-con-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .metop-search-form > div {
    align-items: stretch;
    flex-direction: column;
  }

  .metop-search-form button {
    min-height: 48px;
  }

  .metop-contact-form {
    padding: 24px 20px;
  }

  .metop-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .metop-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .metop-site-footer {
    padding: 44px 0 24px;
  }

  .metop-footer-grid {
    gap: 28px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metop-footer-brand {
    grid-column: 1 / -1;
  }

  .metop-footer-group:last-child {
    grid-column: 1 / -1;
  }

  .metop-footer-brand p {
    font-size: 13px;
    margin-top: 16px;
    max-width: 320px;
  }

  .metop-footer-group h2 {
    margin-bottom: 14px;
  }

  .metop-footer-group a {
    font-size: 12px;
    line-height: 1.55;
    margin-top: 9px;
  }

  .metop-footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
  }

  .metop-footer-legal {
    gap: 12px 18px;
  }
}

@media (max-width: 920px) {
  :root {
    --metop-container: min(100% - 40px, 1248px);
  }

  .metop-header-inner {
    column-gap: 10px;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 72px auto;
  }

  .metop-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .metop-menu-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
  }

  .metop-header-actions {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .metop-header-actions .metop-button {
    font-size: 12px;
    min-height: 38px;
    padding: 0 12px;
    white-space: nowrap;
  }

  .metop-header-actions .metop-button--explore {
    display: none;
  }

  .metop-primary-nav {
    background: var(--metop-surface);
    border-top: 1px solid var(--metop-line);
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0 calc((100vw - 100%) / -2);
    padding: 12px 20px 22px;
  }

  .metop-site-header.metop-nav-open .metop-primary-nav {
    display: block;
  }

  .metop-primary-nav > ul,
  .metop-primary-nav .menu {
    align-items: stretch;
    display: grid;
    gap: 0;
  }

  .metop-primary-nav a {
    display: flex;
    justify-content: space-between;
    padding: 13px 10px;
  }

  .metop-primary-nav a[href$="/explore/"] {
    background: var(--metop-blue);
    border-color: var(--metop-blue);
    color: #ffffff;
    justify-content: center;
    margin: 7px 0;
    padding: 11px 14px;
  }

  .metop-primary-nav .metop-nav-explore-item {
    display: list-item;
  }

  .metop-primary-nav > ul > li.menu-item-has-children > a {
    padding-right: 54px;
  }

  .metop-primary-nav .metop-nav-submenu-toggle {
    height: 40px;
    right: 2px;
    top: 4px;
    transform: none;
    width: 40px;
  }

  .metop-primary-nav .sub-menu {
    border: 0;
    box-shadow: none;
    display: grid;
    left: auto;
    max-height: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 0 0 16px;
    pointer-events: auto;
    position: static;
    transform: none;
    transition: max-height 240ms var(--metop-ease), opacity 180ms var(--metop-ease), padding-bottom 180ms var(--metop-ease);
    visibility: visible;
  }

  .metop-primary-nav li.metop-menu-open > .sub-menu {
    max-height: 760px;
    opacity: 1;
    padding-bottom: 8px;
  }

  .metop-primary-nav .sub-menu > li,
  .metop-primary-nav li.metop-menu-open > .sub-menu > li {
    opacity: 1;
    transform: none;
    transition-delay: 0s;
  }

  .metop-primary-nav .sub-menu a {
    min-height: 48px;
    padding-block: 7px;
  }

  .metop-primary-nav .metop-nav-icon {
    height: 32px;
    width: 32px;
  }

  .elementor-element.metop-home-hero,
  .elementor-element.metop-product-hero,
  .elementor-element.metop-product-split,
  .elementor-element.metop-index-header,
  .elementor-element.metop-section,
  .elementor-element.metop-cta-section {
    padding-inline: 20px !important;
  }

  .metop-home-hero {
    min-height: calc(100svh - 72px) !important;
    padding-block: 64px !important;
  }

  .elementor-element.metop-home-hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.84) 46%, rgba(255, 255, 255, 0.72) 100%);
  }

  .elementor-element.metop-home-hero h1.elementor-heading-title {
    font-size: 32px;
    line-height: 1.18;
    text-wrap: nowrap !important;
    white-space: nowrap !important;
  }

  .metop-mobile-only-break {
    display: block;
  }

  .elementor-element.metop-product-hero,
  .elementor-element.metop-product-split {
    min-height: auto;
    padding-block: 64px !important;
  }

  .elementor-element.metop-index-header {
    padding-block: 56px 40px !important;
  }

  .elementor-element.metop-index-header h1.elementor-heading-title {
    font-size: 30px;
  }

  .elementor-element.metop-index-header .metop-index-description,
  .elementor-element.metop-index-header .metop-index-description p {
    font-size: 14px;
    line-height: 1.75;
  }

  .elementor-element.metop-product-hero > .e-con-inner,
  .elementor-element.metop-product-split > .e-con-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .metop-product-copy h1.elementor-heading-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .elementor-element.metop-product-hero .metop-hero-actions > .e-con-inner {
    align-items: stretch;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    max-width: 320px;
    width: 100%;
  }

  .elementor-element.metop-product-hero .metop-hero-actions .elementor-widget-button,
  .elementor-element.metop-product-hero .metop-hero-actions .elementor-button {
    width: 100%;
  }

  .elementor-element.metop-product-media--flow img {
    height: min(560px, 68vh);
    padding: 16px;
  }

  .elementor-element.metop-section {
    padding-block: 72px !important;
  }

  .elementor-element.metop-section-heading .elementor-heading-title,
  .metop-cta-section .elementor-heading-title {
    font-size: 27px;
  }

  .elementor-element.metop-cta-section {
    min-height: auto;
    padding-block: 64px !important;
  }

  .elementor-element.metop-card-grid > .e-con-inner,
  .elementor-element.metop-fact-grid > .e-con-inner,
  .elementor-element.metop-metric-grid > .e-con-inner,
  .elementor-element.metop-price-grid > .e-con-inner,
  .metop-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .metop-fact,
  .metop-fact:first-child {
    border-left: 0;
    border-top: 1px solid var(--metop-line);
    padding: 22px 0;
  }

  .metop-site-footer {
    padding-top: 56px;
  }

  .metop-footer-grid {
    gap: 32px;
  }

  .metop-footer-bottom {
    margin-top: 36px;
  }
}

@media (max-width: 640px) {
  .metop-site-footer {
    padding: 44px 0 24px;
  }

  .metop-footer-grid {
    gap: 28px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metop-footer-brand {
    grid-column: 1 / -1;
  }

  .metop-footer-group:last-child {
    grid-column: 1 / -1;
  }

  .metop-footer-bottom {
    margin-top: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .metop-card:hover {
    transform: none;
  }

  .metop-primary-nav .sub-menu,
  .metop-primary-nav .sub-menu > li,
  .metop-primary-nav .metop-nav-icon,
  .metop-primary-nav .metop-nav-chevron {
    transition: none;
  }
}

/* Keep labels and icons legible whenever a button enters the blue state. */
body .elementor-widget-button .elementor-button:hover,
body .elementor-widget-button .elementor-button:focus-visible,
body .metop-button:hover,
body .metop-button:focus-visible {
  background: var(--metop-blue) !important;
  border-color: var(--metop-blue) !important;
  color: #ffffff !important;
}

body .elementor-widget-button .elementor-button:hover :is(.elementor-button-text, .elementor-button-icon, svg),
body .elementor-widget-button .elementor-button:focus-visible :is(.elementor-button-text, .elementor-button-icon, svg),
body .metop-button:hover svg,
body .metop-button:focus-visible svg {
  color: inherit !important;
  fill: currentColor;
  stroke: currentColor;
}


/* Creator hero CTAs: keep both actions aligned in one desktop row. */
.metop-cf-actions {
  flex-direction: row !important;
  align-items: center;
  gap: 12px;
}

.metop-cf-actions .metop-cf-button {
  width: auto !important;
  margin: 0 !important;
}

.metop-cf-actions .metop-cf-button .elementor-button {
  width: auto !important;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .metop-cf-actions {
    flex-wrap: wrap;
  }

  .metop-cf-actions .metop-cf-button .elementor-button {
    width: 100% !important;
  }
}
