.motiontrim-site {
  --mt-bg: #05090d;
  --mt-bg-soft: #071018;
  --mt-panel: #0b121b;
  --mt-panel-2: #0f1925;
  --mt-panel-3: #142033;
  --mt-border: rgba(115, 231, 255, 0.18);
  --mt-border-strong: rgba(115, 231, 255, 0.36);
  --mt-text: #f4f8fb;
  --mt-muted: #a8b6c3;
  --mt-muted-2: #6f8191;
  --mt-cyan: #28e4f2;
  --mt-cyan-2: #0fb8d0;
  --mt-teal: #18d6b0;
  --mt-gold: #d9b857;
  --mt-green: #37d98b;
  --mt-red: #ff5a52;
  --mt-purple: #7c6cff;
  --mt-shadow: rgba(0, 0, 0, 0.42);
  --mt-glow-cyan: rgba(40, 228, 242, 0.32);
  --mt-glow-teal: rgba(24, 214, 176, 0.24);
  position: relative;
  left: auto;
  right: auto;
  isolation: isolate;
  width: auto;
  max-width: none;
  min-height: 100vh;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background:
    linear-gradient(112deg, transparent 0%, rgba(40, 228, 242, 0.075) 18%, transparent 36%),
    linear-gradient(286deg, transparent 8%, rgba(24, 214, 176, 0.055) 31%, transparent 58%),
    linear-gradient(180deg, #05090d 0%, #071018 48%, #05090d 100%);
  color: var(--mt-text);
  font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: clip;
}

@supports (width: 100dvw) {
  .motiontrim-site {
    margin-right: calc(50% - 50dvw);
    margin-left: calc(50% - 50dvw);
  }
}

html:has(.motiontrim-site),
body:has(.motiontrim-site) {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background:
    linear-gradient(112deg, transparent 0%, rgba(40, 228, 242, 0.075) 18%, transparent 36%),
    linear-gradient(286deg, transparent 8%, rgba(24, 214, 176, 0.055) 31%, transparent 58%),
    linear-gradient(180deg, #05090d 0%, #071018 48%, #05090d 100%) !important;
}

body:has(.motiontrim-site) > * {
  max-width: 100% !important;
}

.entry-content:has(.motiontrim-site),
.wp-block-post-content:has(.motiontrim-site),
.wp-block-group:has(.motiontrim-site),
.wp-block-group__inner-container:has(.motiontrim-site),
.wp-block-template-part:has(.motiontrim-site),
.wp-block-cover:has(.motiontrim-site),
.site-main:has(.motiontrim-site),
.content-area:has(.motiontrim-site),
.site-content:has(.motiontrim-site),
.hentry:has(.motiontrim-site),
.post:has(.motiontrim-site),
.page:has(.motiontrim-site),
.wp-site-blocks:has(.motiontrim-site),
#page:has(.motiontrim-site),
#content:has(.motiontrim-site),
#primary:has(.motiontrim-site),
#main:has(.motiontrim-site) {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.motiontrim-site::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: min(820px, 70vw);
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(40, 228, 242, 0.12) 49%, transparent 100%),
    linear-gradient(135deg, rgba(124, 108, 255, 0.08), transparent 34%, rgba(24, 214, 176, 0.075) 72%, transparent);
  opacity: 0.78;
  filter: blur(22px);
}

.motiontrim-site::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(115, 231, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 231, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 680px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 680px);
  opacity: 0.32;
}

.motiontrim-site *,
.motiontrim-site *::before,
.motiontrim-site *::after {
  box-sizing: border-box;
}

.motiontrim-site a {
  color: inherit;
  text-decoration: none !important;
  text-decoration-line: none !important;
}

.motiontrim-site a:hover,
.motiontrim-site a:focus,
.motiontrim-site a:active {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

.motiontrim-site p,
.motiontrim-site h1,
.motiontrim-site h2,
.motiontrim-site h3 {
  margin: 0;
}

.motiontrim-site p {
  color: var(--mt-muted);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.65;
}

.motiontrim-site .mdi {
  flex: 0 0 auto;
  color: currentColor;
  line-height: 1;
}

.motiontrim-site .mt-btn .mdi {
  width: 20px;
  height: 20px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.motiontrim-site .mt-btn span {
  position: relative;
  z-index: 1;
}

.motiontrim-site .mt-btn {
  overflow: hidden;
  position: relative;
}

.motiontrim-site .mt-ripple {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) scale(0);
  animation: mt-ripple 620ms ease-out forwards;
}

@keyframes mt-ripple {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(22);
  }
}

@keyframes mt-float-soft {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes mt-sheen {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes mt-icon-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(40, 228, 242, 0.18);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(40, 228, 242, 0);
  }
}

.motiontrim-site.is-enhanced .mt-animate {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.motiontrim-site.is-enhanced .mt-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .motiontrim-site *,
  .motiontrim-site *::before,
  .motiontrim-site *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .motiontrim-site.is-enhanced .mt-animate {
    opacity: 1;
    transform: none;
  }
}

.motiontrim-site .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.mt-version-badge {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  border: 1px solid rgba(115, 231, 255, 0.18);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(5, 9, 13, 0.72);
  color: var(--mt-cyan);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.76;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.mt-container {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 64px;
}

.mt-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  border-bottom: 0;
  padding: 14px 0 0;
  background: transparent;
  backdrop-filter: none;
  pointer-events: none;
}

.mt-header-inner {
  width: min(1580px, calc(100% - 48px));
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border: 1px solid rgba(115, 231, 255, 0.16);
  border-radius: 26px;
  padding: 0 28px 0 30px;
  background: rgba(5, 9, 13, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  pointer-events: auto;
}

.mt-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  color: var(--mt-text);
  font-size: 24px;
  font-weight: 650;
  letter-spacing: 0;
}

.mt-brand span span {
  color: var(--mt-cyan);
}

.mt-brand img {
  display: block;
  width: auto;
  height: 38px;
  max-width: 190px;
  object-fit: contain;
}

.mt-logo-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--mt-border-strong);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(40, 228, 242, 0.18), rgba(24, 214, 176, 0.08));
  color: var(--mt-cyan);
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 0 44px rgba(40, 228, 242, 0.18);
}

.mt-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 36px);
  color: var(--mt-muted);
  font-size: 15px;
  font-weight: 500;
}

.mt-nav a,
.mt-mobile-nav a,
.mt-footer-links a {
  transition: color 160ms ease;
}

.mt-brand,
.mt-nav a,
.mt-mobile-nav a:not(.mt-btn),
.mt-footer-links a {
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.mt-nav a:hover,
.mt-nav a[aria-current="page"],
.mt-mobile-nav a:hover,
.mt-mobile-nav a[aria-current="page"],
.mt-footer-links a:hover {
  color: var(--mt-text);
}

.mt-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.mt-nav-has-menu > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mt-nav-has-menu > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.82;
  transition: transform 180ms ease, opacity 180ms ease;
}

.mt-nav-has-menu:hover > a::after,
.mt-nav-has-menu:focus-within > a::after,
.mt-nav-has-menu.is-open > a::after {
  transform: rotate(225deg) translate(-2px, -1px);
  opacity: 1;
}

.mt-submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 40;
  width: min(420px, calc(100vw - 40px));
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(115, 231, 255, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 16% 8%, rgba(40, 228, 242, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(9, 18, 28, 0.98), rgba(4, 10, 15, 0.98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), 0 0 54px rgba(40, 228, 242, 0.12);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.mt-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 18px;
}

.mt-nav-has-menu:hover .mt-submenu,
.mt-nav-has-menu:focus-within .mt-submenu,
.mt-nav-has-menu.is-open .mt-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mt-submenu a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 2px 12px;
  align-items: center;
  border: 1px solid rgba(115, 231, 255, 0.14);
  border-radius: 14px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--mt-text);
  font-size: 14px;
  line-height: 1.35;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.mt-submenu a:hover,
.mt-submenu a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(40, 228, 242, 0.34);
  background: rgba(40, 228, 242, 0.08);
}

.mt-submenu a > span {
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(115, 231, 255, 0.2);
  border-radius: 12px;
  background: rgba(40, 228, 242, 0.08);
  color: var(--mt-cyan);
  font-size: 22px;
}

.mt-submenu strong {
  color: var(--mt-text);
  font-weight: 650;
}

.mt-submenu em {
  color: var(--mt-muted);
  font-size: 12.5px;
  font-style: normal;
}

.mt-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mt-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--mt-text);
  cursor: pointer;
}

.mt-menu-toggle span:not(.screen-reader-text) {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mt-mobile-nav {
  display: none;
}

.mt-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  padding: 15px 22px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 650;
  line-height: 1;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.mt-btn:hover,
.mt-btn:focus-visible {
  transform: translateY(-1px);
}

.mt-btn:focus-visible,
.mt-menu-toggle:focus-visible,
.mt-faq-item summary:focus-visible {
  outline: 2px solid var(--mt-cyan);
  outline-offset: 3px;
}

.mt-btn-primary {
  background: linear-gradient(135deg, var(--mt-cyan), var(--mt-teal));
  color: #031014;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 0 1px rgba(40, 228, 242, 0.16), 0 18px 44px rgba(40, 228, 242, 0.22);
}

.mt-btn-primary:hover,
.mt-btn-primary:focus-visible {
  box-shadow: 0 0 0 1px rgba(40, 228, 242, 0.24), 0 22px 54px rgba(40, 228, 242, 0.26);
}

.mt-btn-secondary {
  background: rgba(255, 255, 255, 0.02);
  color: var(--mt-text);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mt-btn-secondary:hover,
.mt-btn-secondary:focus-visible {
  border-color: var(--mt-border-strong);
  background: rgba(255, 255, 255, 0.05);
}

.mt-btn-ghost {
  background: transparent;
  color: var(--mt-muted);
  border-color: transparent;
}

.mt-btn-small {
  min-height: 46px;
  padding: 13px 20px;
  font-size: 15px;
}

.mt-header-actions .mt-btn-small {
  min-height: 44px;
  padding: 12px 18px;
}

.mt-button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.mt-button-row-center {
  justify-content: center;
}

.mt-hero {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  padding: 64px 0 58px;
}

.mt-hero .mt-container {
  width: min(100%, 1560px);
  padding-right: 48px;
  padding-left: 48px;
}

.mt-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: clamp(32px, 4vw, 64px);
}

.mt-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}

.mt-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--mt-cyan);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mt-kicker .mdi {
  width: 15px;
  height: 15px;
  font-size: 15px;
  letter-spacing: 0;
}

.mt-hero h1 {
  max-width: 760px;
  color: var(--mt-text);
  font-size: clamp(48px, 5vw, 78px);
  line-height: 1.02;
  font-weight: 680;
  letter-spacing: 0;
}

.mt-hero h1 span {
  color: var(--mt-cyan);
}

.mt-hero-copy > p {
  max-width: 720px;
  font-size: clamp(17px, 1.45vw, 20px);
}

.mt-hero-note {
  display: block;
  color: var(--mt-muted-2);
  font-size: 14px;
}

.mt-hero-proof {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 8px;
}

.mt-hero-proof span {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 1px solid var(--mt-border);
  padding-left: 14px;
  color: var(--mt-muted);
  font-size: 13px;
  line-height: 1.35;
}

.mt-hero-proof .mdi {
  width: 19px;
  height: 19px;
  color: var(--mt-cyan);
  font-size: 19px;
}

.mt-hero-art {
  min-width: 0;
}

.mt-product-mockup {
  overflow: hidden;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  position: relative;
  border: 1px solid var(--mt-border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20, 32, 51, 0.78), rgba(9, 15, 23, 0.82));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), 0 0 44px rgba(40, 228, 242, 0.18);
  animation: mt-float-soft 7s ease-in-out infinite;
}

.mt-product-mockup::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 18%, rgba(40, 228, 242, 0.22) 44%, rgba(69, 146, 255, 0.14) 52%, transparent 70%);
  mix-blend-mode: lighten;
  opacity: 0.32;
  transform: translateX(-120%);
  animation: mt-sheen 7.5s ease-in-out infinite;
}

.mt-product-mockup-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.mt-product-placeholder {
  min-height: 360px;
}

.mt-placeholder-toolbar {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 22px;
  background: rgba(5, 9, 13, 0.46);
}

.mt-placeholder-toolbar span:first-child {
  width: 21px;
  height: 15px;
  position: relative;
}

.mt-placeholder-toolbar span:first-child::before,
.mt-placeholder-toolbar span:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 2px;
  border-radius: 99px;
  background: var(--mt-text);
}

.mt-placeholder-toolbar span:first-child::before {
  top: 2px;
}

.mt-placeholder-toolbar span:first-child::after {
  bottom: 2px;
}

.mt-placeholder-toolbar strong {
  color: var(--mt-text);
  font-size: 17px;
  font-weight: 600;
}

.mt-placeholder-toolbar strong span {
  color: var(--mt-cyan);
}

.mt-placeholder-toolbar em {
  margin-left: auto;
  color: var(--mt-muted-2);
  font-size: 12px;
  font-style: normal;
}

.mt-placeholder-frame {
  padding: 24px;
}

.mt-placeholder-ratio {
  min-height: 268px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(115, 231, 255, 0.35);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(40, 228, 242, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(124, 108, 255, 0.12), transparent 42%),
    rgba(5, 9, 13, 0.5);
}

.mt-placeholder-content {
  width: min(100%, 520px);
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 34px;
  text-align: center;
}

.mt-placeholder-content span {
  color: var(--mt-cyan);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mt-placeholder-content strong {
  color: var(--mt-text);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.1;
  font-weight: 630;
}

.mt-placeholder-content p {
  max-width: 420px;
  font-size: 15px;
}

.mt-mock-top {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 22px;
  background: rgba(5, 9, 13, 0.46);
}

.mt-mock-top span:first-child {
  width: 21px;
  height: 15px;
  position: relative;
}

.mt-mock-top span:first-child::before,
.mt-mock-top span:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 2px;
  border-radius: 99px;
  background: var(--mt-text);
}

.mt-mock-top span:first-child::before {
  top: 2px;
}

.mt-mock-top span:first-child::after {
  bottom: 2px;
}

.mt-mock-top strong {
  color: var(--mt-text);
  font-size: 17px;
  font-weight: 600;
}

.mt-mock-top strong span {
  color: var(--mt-cyan);
}

.mt-mock-top em {
  margin-left: auto;
  color: var(--mt-muted-2);
  font-size: 12px;
  font-style: normal;
}

.mt-mock-body {
  display: grid;
  grid-template-columns: 118px 230px minmax(0, 1fr);
  min-height: 350px;
}

.mt-mock-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 12px;
  background: rgba(5, 9, 13, 0.36);
}

.mt-mock-sidebar span {
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--mt-muted);
  font-size: 13px;
}

.mt-mock-sidebar span.is-active {
  color: var(--mt-text);
  background: rgba(40, 228, 242, 0.1);
  box-shadow: inset 2px 0 0 var(--mt-cyan);
}

.mt-mock-controls {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
}

.mt-mock-mode,
.mt-mock-toggle {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.mt-mock-mode.is-active {
  border-color: var(--mt-border-strong);
  box-shadow: inset 2px 0 0 var(--mt-cyan);
}

.mt-mock-mode span,
.mt-mock-toggle span {
  display: block;
  color: var(--mt-text);
  font-size: 13px;
  font-weight: 600;
}

.mt-mock-mode em {
  display: block;
  margin-top: 4px;
  color: var(--mt-muted-2);
  font-size: 12px;
  font-style: normal;
}

.mt-mock-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.mt-mock-toggle strong {
  width: 34px;
  height: 19px;
  position: relative;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mt-cyan), var(--mt-teal));
}

.mt-mock-toggle strong::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #fff;
}

.mt-mock-controls button {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--mt-cyan), var(--mt-teal));
  color: #031014;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
}

.mt-mock-preview {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 14px;
  min-width: 0;
  padding: 20px;
}

.mt-video-frame {
  min-height: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(40, 228, 242, 0.14), transparent 36%),
    linear-gradient(225deg, rgba(124, 108, 255, 0.26), transparent 46%),
    #070b12;
}

.mt-video-person {
  align-self: end;
  justify-self: center;
  width: 68%;
  height: 76%;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, rgba(244, 248, 251, 0.76), rgba(15, 25, 37, 0.88));
}

.mt-video-person-b {
  height: 88%;
  background: linear-gradient(180deg, rgba(217, 184, 87, 0.78), rgba(15, 25, 37, 0.88));
}

.mt-video-person-c {
  background: linear-gradient(180deg, rgba(40, 228, 242, 0.58), rgba(15, 25, 37, 0.88));
}

.mt-player-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 34px;
}

.mt-player-bar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(244, 248, 251, 0.72);
}

.mt-timeline {
  position: relative;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
  background: rgba(5, 9, 13, 0.48);
}

.mt-track {
  min-height: 34px;
  display: flex;
  align-items: stretch;
  gap: 4px;
}

.mt-track-video span {
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: rgba(124, 108, 255, 0.72);
  color: var(--mt-text);
  font-size: 11px;
  font-weight: 600;
}

.mt-track-audio span {
  flex: 1;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(55, 217, 139, 0.85), rgba(24, 214, 176, 0.34));
}

.mt-timeline i {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 52%;
  width: 2px;
  background: var(--mt-cyan);
  box-shadow: 0 0 44px rgba(40, 228, 242, 0.18);
}

.mt-section {
  padding: 76px 0;
}

.mt-section-tight {
  padding-top: 52px;
}

.mt-section-compact {
  padding: 44px 0;
}

.mt-section-head {
  max-width: 820px;
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.mt-section-head-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-items: center;
}

.mt-section h2,
.mt-page-intro h1,
.mt-final-cta h2,
.mt-contact-panel h2 {
  color: var(--mt-text);
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.08;
  font-weight: 630;
  letter-spacing: 0;
}

.mt-card {
  border: 1px solid var(--mt-border);
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(20, 32, 51, 0.58), rgba(9, 15, 23, 0.66));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}

.mt-card-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(115, 231, 255, 0.22);
  border-radius: 14px;
  background: rgba(40, 228, 242, 0.09);
  color: var(--mt-cyan);
  font-size: 27px;
  line-height: 1;
  animation: mt-icon-pulse 3.8s ease-in-out infinite;
}

.mt-card-icon .mdi {
  width: 28px;
  height: 28px;
  font-size: 28px;
}

.mt-card h3,
.mt-step h3,
.mt-note-grid h3,
.mt-check-card h3 {
  margin-bottom: 10px;
  color: var(--mt-text);
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 600;
  letter-spacing: 0;
}

.mt-card p,
.mt-step p,
.mt-note-grid p {
  font-size: 15.5px;
}

.mt-card,
.mt-step,
.mt-price-card,
.mt-note-grid article,
.mt-faq-item {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mt-card:hover,
.mt-step:hover,
.mt-price-card:hover,
.mt-note-grid article:hover,
.mt-faq-item:hover {
  transform: translateY(-3px);
  border-color: var(--mt-border-strong);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.34), 0 0 44px rgba(40, 228, 242, 0.12);
}

.mt-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mt-premiere-band {
  padding-top: 34px;
  padding-bottom: 46px;
}

.mt-premiere-layout,
.mt-pricing-teaser-inner,
.mt-contact-panel,
.mt-final-cta-inner {
  border: 1px solid var(--mt-border);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 32, 51, 0.48), rgba(9, 15, 23, 0.56));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.mt-premiere-layout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(220px, 0.46fr);
  align-items: center;
  gap: 22px;
  padding: 22px 24px;
}

.mt-premiere-badge {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #06004c;
  color: #bfc5ff;
  font-size: 24px;
  font-weight: 650;
}

.mt-premiere-layout h2 {
  margin: 8px 0 8px;
  font-size: clamp(26px, 2.2vw, 36px);
}

.mt-premiere-layout p {
  max-width: 700px;
  font-size: 15.5px;
}

.mt-premiere-facts {
  display: grid;
  gap: 8px;
}

.mt-premiere-facts span {
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-left: 1px solid var(--mt-border);
  border-radius: 0;
  padding: 2px 0 2px 12px;
  color: var(--mt-muted);
  font-size: 13px;
  line-height: 1.35;
}

.mt-premiere-facts .mdi {
  width: 18px;
  height: 18px;
  color: var(--mt-cyan);
  font-size: 18px;
}

.mt-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.mt-step {
  position: relative;
  min-height: 250px;
  border-left: 1px solid var(--mt-border);
  padding: 4px 10px 0 24px;
}

.mt-step span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--mt-cyan);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.mt-step span .mdi {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(115, 231, 255, 0.22);
  border-radius: 12px;
  background: rgba(40, 228, 242, 0.08);
  font-size: 21px;
  letter-spacing: 0;
}

.mt-usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.mt-usecase-grid-full {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-feature-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mt-feature-mode-grid-full {
  grid-template-columns: 1fr;
  gap: 28px;
}

.mt-feature-mode-card {
  display: grid;
  gap: 22px;
  min-width: 0;
  border: 1px solid var(--mt-border);
  border-radius: 18px;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 10%, rgba(40, 228, 242, 0.09), transparent 40%),
    linear-gradient(180deg, rgba(20, 32, 51, 0.48), rgba(8, 14, 22, 0.62));
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.26);
}

.mt-feature-mode-grid-full .mt-feature-mode-card {
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  align-items: stretch;
  padding: 28px;
}

.mt-feature-mode-card h3 {
  margin: 16px 0 10px;
  color: var(--mt-text);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.12;
  font-weight: 650;
}

.mt-feature-mode-card p {
  max-width: 580px;
  color: var(--mt-muted);
  font-size: 16px;
  line-height: 1.65;
}

.mt-feature-mode-copy ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.mt-feature-mode-copy li {
  position: relative;
  min-height: 28px;
  padding-left: 30px;
  color: var(--mt-muted);
  font-size: 14.5px;
  line-height: 1.45;
}

.mt-feature-mode-copy li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(40, 228, 242, 0.5);
  border-radius: 50%;
  background: rgba(40, 228, 242, 0.08);
}

.mt-feature-mode-copy li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 8px;
  height: 4px;
  border-left: 1.5px solid var(--mt-cyan);
  border-bottom: 1.5px solid var(--mt-cyan);
  transform: rotate(-45deg);
}

.mt-feature-video {
  position: relative;
  min-height: 236px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  overflow: hidden;
  border: 1px dashed rgba(40, 228, 242, 0.32);
  border-radius: 16px;
  padding: 24px;
  background:
    radial-gradient(circle at 28% 24%, rgba(40, 228, 242, 0.18), transparent 34%),
    radial-gradient(circle at 76% 72%, rgba(124, 108, 255, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(6, 17, 25, 0.95), rgba(13, 20, 36, 0.95));
  color: var(--mt-text);
  text-align: center;
}

.mt-feature-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(40, 228, 242, 0.13) 48%, transparent 70%);
  transform: translateX(-120%);
  opacity: 0.78;
  transition: transform 620ms ease;
}

.mt-feature-video:hover::before,
.mt-feature-video:focus-visible::before {
  transform: translateX(120%);
}

.mt-feature-video-play {
  position: relative;
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(115, 231, 255, 0.28);
  border-radius: 18px;
  background: rgba(40, 228, 242, 0.1);
  color: var(--mt-cyan);
  font-size: 34px;
  box-shadow: 0 0 34px rgba(40, 228, 242, 0.16);
}

.mt-feature-video-label {
  position: relative;
  color: var(--mt-cyan);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mt-feature-video strong {
  position: relative;
  max-width: 360px;
  color: var(--mt-text);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 650;
}

.mt-feature-video em {
  position: relative;
  color: var(--mt-muted);
  font-size: 14px;
  font-style: normal;
}

.mt-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.mt-pricing-teaser-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  padding: 30px 34px;
}

.mt-pricing-teaser h2 {
  margin: 8px 0 10px;
}

.mt-mini-price {
  min-width: 190px;
  display: grid;
  gap: 3px;
  border-left: 1px solid var(--mt-border);
  padding-left: 26px;
}

.mt-mini-price span,
.mt-mini-price em {
  color: var(--mt-muted-2);
  font-size: 13px;
  font-style: normal;
}

.mt-mini-price strong {
  color: var(--mt-text);
  font-size: 28px;
  font-weight: 650;
}

.mt-page-intro {
  padding: 88px 0 38px;
}

.mt-page-intro .mt-container {
  max-width: 980px;
  display: grid;
  gap: 18px;
}

.mt-page-intro h1 {
  font-size: clamp(42px, 5vw, 68px);
}

.mt-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1040px;
  margin: 0 auto;
}

.mt-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid var(--mt-border);
  border-radius: 18px;
  padding: 34px;
  background: linear-gradient(180deg, rgba(20, 32, 51, 0.78), rgba(9, 15, 23, 0.82));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.mt-price-card.is-featured {
  border-color: rgba(40, 228, 242, 0.52);
}

.mt-price-badge {
  display: inline-flex;
  border: 1px solid rgba(40, 228, 242, 0.44);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--mt-cyan);
  font-size: 12px;
  font-weight: 600;
}

.mt-price-card h2 {
  font-size: 28px;
}

.mt-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.mt-price strong {
  color: var(--mt-text);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
  font-weight: 650;
}

.mt-price span {
  color: var(--mt-muted);
}

.mt-price-card ul,
.mt-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mt-price-card li {
  position: relative;
  padding-left: 28px;
  color: var(--mt-muted);
}

.mt-price-card li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 16px;
  height: 9px;
  border-bottom: 2px solid var(--mt-green);
  border-left: 2px solid var(--mt-green);
  transform: rotate(-45deg);
}

.mt-checkout-alert {
  max-width: 1040px;
  margin: 0 auto 18px;
  border: 1px solid rgba(255, 111, 111, 0.28);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(255, 111, 111, 0.08);
  color: #ffd9d9;
  font-size: 14px;
}

.mt-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mt-note-grid article {
  border: 1px solid var(--mt-border);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.mt-faq-list {
  max-width: 960px;
  display: grid;
  gap: 14px;
  margin: 0 auto;
}

.mt-faq-item {
  overflow: hidden;
  border: 1px solid var(--mt-border);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 32, 51, 0.72), rgba(9, 15, 23, 0.8));
}

.mt-faq-item[open] {
  border-color: var(--mt-border-strong);
  background: linear-gradient(180deg, rgba(20, 32, 51, 0.86), rgba(9, 15, 23, 0.86));
}

.mt-faq-item summary {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 22px 24px;
  color: var(--mt-text);
  font-size: 17px;
  font-weight: 600;
  list-style: none;
}

.mt-faq-item summary > .mdi {
  width: 21px;
  height: 21px;
  color: var(--mt-cyan);
  font-size: 21px;
}

.mt-faq-question {
  flex: 1 1 auto;
  min-width: 0;
}

.mt-faq-arrow {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  border: 1px solid rgba(115, 231, 255, 0.18);
  border-radius: 999px;
  color: var(--mt-cyan);
  transition: transform 260ms ease, background 220ms ease, border-color 220ms ease;
}

.mt-faq-arrow .mdi {
  width: 21px;
  height: 21px;
  font-size: 21px;
}

.mt-faq-item[open] .mt-faq-arrow {
  transform: rotate(180deg);
  border-color: rgba(115, 231, 255, 0.34);
  background: rgba(40, 228, 242, 0.08);
}

.mt-faq-item summary::-webkit-details-marker {
  display: none;
}

.mt-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 340ms ease, opacity 220ms ease;
}

.mt-faq-item[open] .mt-faq-answer {
  max-height: var(--mt-faq-height, 220px);
  opacity: 1;
}

.mt-faq-answer p {
  padding: 0 24px 24px 57px;
  font-size: 15.5px;
}

.mt-final-cta-inner {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 56px 34px;
  text-align: center;
}

.mt-final-cta-inner p {
  max-width: 720px;
}

.mt-legal-panel {
  display: grid;
  gap: 18px;
  max-width: 940px;
}

.mt-legal-panel article {
  border: 1px solid var(--mt-border);
  border-radius: 18px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(20, 32, 51, 0.7), rgba(9, 15, 23, 0.78));
}

.mt-legal-panel h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.mt-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px;
}

.mt-contact-panel h2 {
  margin: 12px 0 10px;
  font-size: clamp(30px, 3vw, 42px);
}

.mt-checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mt-check-card-head {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.mt-check-card-head span {
  width: fit-content;
  border: 1px solid rgba(217, 184, 87, 0.42);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--mt-gold);
  font-size: 12px;
  font-weight: 600;
}

.mt-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mt-muted);
  font-size: 15px;
}

.mt-check-list li span {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border: 1px solid var(--mt-border-strong);
  border-radius: 4px;
}

.mt-account-section {
  min-height: calc(100vh - 190px);
  display: flex;
  align-items: center;
  padding: 92px 0 88px;
}

.mt-account-section .mt-container {
  width: min(100%, 1180px);
}

.mt-account-shell {
  display: flex;
  justify-content: center;
  width: 100%;
}

.mt-account-panel {
  width: min(1040px, 100%);
  border: 1px solid rgba(115, 231, 255, 0.2);
  border-radius: 22px;
  padding: 34px;
  background:
    radial-gradient(circle at 18% 10%, rgba(40, 228, 242, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(10, 18, 27, 0.86), rgba(5, 10, 16, 0.9));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), 0 0 80px rgba(40, 228, 242, 0.1);
  backdrop-filter: blur(18px);
}

.mt-account-panel-login {
  width: min(540px, 100%);
  padding: 30px;
}

.mt-account-panel-dashboard {
  width: min(1040px, 100%);
}

.mt-account-head {
  max-width: 720px;
  margin-bottom: 24px;
}

.mt-account-head span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--mt-cyan);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mt-account-head h1 {
  margin: 0;
  color: var(--mt-text);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.06;
  font-weight: 650;
  letter-spacing: 0;
}

.mt-account-head p,
.mt-account-muted {
  color: var(--mt-muted);
  font-size: 16px;
  line-height: 1.7;
}

.mt-account-panel-login .mt-account-head {
  margin-bottom: 20px;
}

.mt-account-panel-login .mt-account-head h1 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
}

.mt-account-panel-login .mt-account-head p,
.mt-account-panel-login .mt-account-muted {
  font-size: 15px;
  line-height: 1.58;
}

.mt-account-muted a {
  color: var(--mt-cyan);
}

.mt-account-alert {
  margin: 0 0 22px;
  border: 1px solid rgba(40, 228, 242, 0.26);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(40, 228, 242, 0.08);
  color: #dffcff;
}

.mt-account-alert.is-error {
  border-color: rgba(255, 111, 111, 0.3);
  background: rgba(255, 111, 111, 0.08);
  color: #ffd9d9;
}

.mt-account-form {
  display: grid;
  gap: 12px;
  max-width: 520px;
}

.mt-account-panel-login .mt-account-form {
  max-width: none;
  gap: 10px;
}

.mt-account-form label {
  color: #d8e3ea;
  font-weight: 600;
}

.mt-account-form input {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  background: #08121d;
  color: #fff;
  padding: 0 16px;
  font: inherit;
}

.mt-account-form button,
.mt-account-actions button,
.mt-account-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  padding: 0 20px;
  background: linear-gradient(135deg, var(--mt-cyan), var(--mt-teal));
  color: #031014;
  font: inherit;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
}

.mt-account-panel-login .mt-account-form button {
  width: 100%;
  margin-top: 2px;
}

.mt-account-status-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0;
}

.mt-account-status-row article,
.mt-account-details {
  border: 1px solid rgba(115, 231, 255, 0.16);
  border-radius: 18px;
  padding: 22px;
  background: rgba(13, 25, 39, 0.74);
}

.mt-account-status-row span,
.mt-account-details span {
  display: block;
  margin-bottom: 8px;
  color: var(--mt-muted-2);
  font-size: 13px;
}

.mt-account-status-row strong,
.mt-account-details strong {
  color: var(--mt-text);
  font-size: 20px;
  font-weight: 650;
}

.mt-account-status-row strong.is-active,
.mt-account-status-row strong.is-trialing {
  color: var(--mt-cyan);
}

.mt-account-status-row strong.is-past-due {
  color: #ffd166;
}

.mt-account-status-row strong.is-canceled,
.mt-account-status-row strong.is-cancelled,
.mt-account-status-row strong.is-suspended {
  color: #ff8f8f;
}

.mt-account-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mt-account-details p {
  margin: 0;
}

.mt-account-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.mt-account-actions form {
  margin: 0;
}

.mt-account-button-soft {
  background: rgba(255, 255, 255, 0.04);
  color: var(--mt-text);
}

.mt-account-disabled {
  color: var(--mt-muted);
}

.mt-account-logout {
  margin-top: 26px;
}

.mt-account-logout button {
  border: 0;
  background: transparent;
  color: var(--mt-muted);
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.mt-footer {
  border-top: 1px solid rgba(115, 231, 255, 0.1);
  padding: 36px 0;
  background: rgba(5, 9, 13, 0.72);
}

.mt-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mt-brand-footer {
  font-size: 20px;
}

.mt-brand-footer .mt-logo-mark {
  width: 34px;
  height: 34px;
}

.mt-footer p {
  margin-top: 10px;
  font-size: 14px;
}

.mt-footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--mt-muted);
  font-size: 14px;
}

@media (max-width: 1180px) {
  .mt-container {
    padding: 0 32px;
  }

  .mt-hero .mt-container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .mt-hero-grid {
    grid-template-columns: 1fr;
  }

  .mt-hero {
    min-height: auto;
    padding-top: 56px;
  }

  .mt-product-mockup {
    max-width: 820px;
  }

  .mt-feature-grid,
  .mt-feature-mode-grid,
  .mt-usecase-grid-full,
  .mt-checklist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-feature-mode-grid-full {
    grid-template-columns: 1fr;
  }

  .mt-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-premiere-layout,
  .mt-pricing-teaser-inner {
    grid-template-columns: 1fr;
  }

  .mt-premiere-badge {
    width: 50px;
    height: 50px;
  }

  .mt-premiere-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mt-premiere-facts span {
    min-height: 42px;
  }

  .mt-mini-price {
    border-left: 0;
    border-top: 1px solid var(--mt-border);
    padding-top: 22px;
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .mt-nav {
    display: none;
  }

  .mt-menu-toggle {
    display: inline-flex;
  }

  .mt-header-inner {
    width: min(100% - 32px, 720px);
    min-height: 58px;
    padding: 0 12px 0 14px;
    border-radius: 18px;
  }

  .mt-mobile-nav {
    width: min(100% - 32px, 720px);
    margin: 8px auto 0;
    border: 1px solid rgba(115, 231, 255, 0.16);
    border-radius: 18px;
    padding: 14px;
    background: rgba(5, 9, 13, 0.94);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
    pointer-events: auto;
  }

  .mt-mobile-nav.is-open {
    display: grid;
    gap: 12px;
  }

  .mt-mobile-nav a:not(.mt-btn) {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    padding: 15px 16px;
    color: var(--mt-muted);
    font-size: 17px;
  }

  .mt-mobile-nav .mt-mobile-subitem {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 14px;
    border-color: rgba(40, 228, 242, 0.14);
    background: rgba(40, 228, 242, 0.045);
    color: var(--mt-text);
    font-size: 15px;
  }

  .mt-mobile-subitem .mdi {
    width: 20px;
    color: var(--mt-cyan);
    font-size: 20px;
  }

  .mt-feature-mode-grid,
  .mt-feature-mode-grid-full,
  .mt-feature-mode-grid-full .mt-feature-mode-card {
    grid-template-columns: 1fr;
  }

  .mt-mock-body {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .mt-mock-preview {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mt-price-grid,
  .mt-note-grid {
    grid-template-columns: 1fr;
  }

  .mt-contact-panel {
    grid-template-columns: 1fr;
  }

  .mt-account-section {
    padding: 68px 0 64px;
  }

  .mt-account-status-row,
  .mt-account-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .mt-container {
    padding: 0 20px;
  }

  .mt-hero .mt-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mt-header-actions .mt-btn {
    display: none;
  }

  .mt-mobile-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mt-account-panel {
    border-radius: 18px;
    padding: 22px;
  }

  .mt-account-actions,
  .mt-account-actions form,
  .mt-account-actions button,
  .mt-account-button {
    width: 100%;
  }

  .mt-brand {
    font-size: 19px;
  }

  .mt-logo-mark {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .mt-hero {
    padding: 42px 0 40px;
  }

  .mt-hero-copy {
    gap: 20px;
  }

  .mt-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .mt-kicker {
    align-items: flex-start;
    font-size: 11px;
    line-height: 1.45;
  }

  .mt-btn {
    width: 100%;
    min-height: 48px;
    padding: 14px 18px;
    font-size: 15px;
  }

  .mt-button-row,
  .mt-button-row-center {
    width: 100%;
  }

  .mt-hero-proof {
    grid-template-columns: 1fr;
  }

  .mt-mock-top {
    padding: 0 16px;
  }

  .mt-placeholder-toolbar {
    padding: 0 16px;
  }

  .mt-mock-top em {
    display: none;
  }

  .mt-placeholder-toolbar em {
    display: none;
  }

  .mt-mock-body {
    grid-template-columns: 1fr;
  }

  .mt-mock-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px;
  }

  .mt-mock-sidebar span {
    text-align: center;
  }

  .mt-mock-controls {
    border-right: 0;
    padding: 18px;
  }

  .mt-mock-preview {
    padding: 18px;
  }

  .mt-product-placeholder {
    min-height: auto;
  }

  .mt-placeholder-frame {
    padding: 18px;
  }

  .mt-placeholder-ratio {
    min-height: 250px;
  }

  .mt-placeholder-content {
    padding: 24px 16px;
  }

  .mt-video-frame {
    min-height: 150px;
  }

  .mt-track-video span {
    font-size: 9px;
  }

  .mt-section {
    padding: 54px 0;
  }

  .mt-section-tight {
    padding-top: 36px;
  }

  .mt-section-compact {
    padding: 36px 0;
  }

  .mt-section h2,
  .mt-page-intro h1,
  .mt-final-cta h2,
  .mt-contact-panel h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .mt-section-head {
    margin-bottom: 24px;
  }

  .mt-feature-grid,
  .mt-usecase-grid,
  .mt-usecase-grid-full,
  .mt-steps,
  .mt-checklist-grid,
  .mt-premiere-facts {
    grid-template-columns: 1fr;
  }

  .mt-card,
  .mt-price-card,
  .mt-premiere-layout,
  .mt-pricing-teaser-inner,
  .mt-contact-panel,
  .mt-final-cta-inner,
  .mt-legal-panel article {
    padding: 22px;
    border-radius: 16px;
  }

  .mt-step {
    min-height: auto;
  }

  .mt-page-intro {
    padding: 56px 0 20px;
  }

  .mt-price strong {
    font-size: clamp(34px, 11vw, 44px);
  }

  .mt-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .mt-footer-links {
    justify-content: flex-start;
  }
}

@media (min-width: 1500px) {
  .mt-hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(560px, 1.08fr);
  }
}
