@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

.mxh_header_chrome, .mxh_header_chrome *, .mxh_header_chrome *::before, .mxh_header_chrome *::after{box-sizing:border-box}

.mxh_header_chrome{
  --mxh-mag:#de097f;
  --mxh-mag-soft:#ff4fae;
  --mxh-aqua:#14e0c0;
  --mxh-ink:#12081d;
  --mxh-ink-2:#4d4460;
  --mxh-line:#eee6f2;
  --mxh-font:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --mxh-mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace;
  position:relative;
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  background:transparent;
  font-family:var(--mxh-font);
  z-index:9500;
  isolation:isolate;
}
.mxh_header_chrome a{color:inherit;text-decoration:none}
.mxh_header_chrome img, .mxh_header_chrome svg{display:block;max-width:100%}
.mxh_header_chrome button{font-family:inherit}
html.mxh-no-scroll, body.mxh-no-scroll{overflow:hidden!important;overscroll-behavior:none;height:100%}
body.mxh-no-scroll{touch-action:none}
.mxh_svg-ico{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}


.mxh_header_chrome .mxh_btn{
  position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;
  gap:10px;min-height:46px;padding:12px 24px;border:1px solid transparent;border-radius:12px;
  font-size:14.5px;font-weight:800;line-height:1;white-space:nowrap;text-align:center;
  transition:transform .22s ease,box-shadow .25s ease,background .2s ease,border-color .2s ease,color .2s ease
}
.mxh_header_chrome .mxh_btn--primary{
  color:#fff!important;background:linear-gradient(120deg,var(--mxh-mag) 0%,var(--mxh-mag-soft) 130%);
  box-shadow:0 10px 28px rgba(222,9,127,.32),inset 0 1px 0 rgba(255,255,255,.28)
}
.mxh_header_chrome .mxh_btn--primary::after{
  content:"";position:absolute;top:-50%;bottom:-50%;left:-70%;width:42%;
  background:linear-gradient(105deg,transparent,rgba(255,255,255,.42),transparent);
  transform:skewX(-18deg);transition:left .6s ease;pointer-events:none
}
.mxh_header_chrome .mxh_btn--primary:hover{
  transform:translateY(-2px);box-shadow:0 18px 42px rgba(222,9,127,.45),inset 0 1px 0 rgba(255,255,255,.3)
}
.mxh_header_chrome .mxh_btn--primary:hover::after{left:130%}
.mxh_btn i{font-size:13px;line-height:1;transition:transform .2s ease}
.mxh_btn:hover i{transform:translateX(3px)}


.mxh_hdr{
  position:relative;top:0;left:0;right:0;width:100%;z-index:9500;
  background:transparent;border:0;box-shadow:none;
  transition:background .3s ease,border-color .3s ease,box-shadow .3s ease
}
.mxh_hdr.--mxh-sc{backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%)}
.mxh_hdr-in{
  width:100%;max-width:none;min-height:76px;margin:0 auto;padding:0 clamp(24px,3vw,52px);
  display:flex;align-items:center;gap:28px;background:transparent
}
.mxh_hdr-logo, #mxh-header-root .mxh_hdr-logo, #mxr-header-root .mxr_hdr-logo{display:inline-flex;align-items:center;flex:0 0 auto;position:relative;z-index:2;max-width:210px;width:auto;overflow:hidden}
.mxh_hdr-logo img, #mxh-header-root .mxh_hdr-logo img, #mxr-header-root .mxr_hdr-logo img{display:block;width:auto!important;height:42px!important;max-width:100%!important;max-height:42px!important;object-fit:contain;transition:opacity .28s ease}
.mxh_logo-img--white{position:absolute;top:0;left:0;opacity:0;pointer-events:none}
.mxh_header_chrome.--mxh-invert .mxh_logo-img--default, .mxh_header_chrome.--mxh-menu-open .mxh_logo-img--default{opacity:0}
.mxh_header_chrome.--mxh-invert .mxh_logo-img--white, .mxh_header_chrome.--mxh-menu-open .mxh_logo-img--white{opacity:1}

.mxh_hdr-nav{
  display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-width:0;gap:6px;
  position:relative;z-index:3
}
.mxh_nav-item{position:relative;flex:0 0 auto}
.mxh_hdr button.mxh_nav-trigger, .mxh_hdr a.mxh_nav-link{
  appearance:none!important;-webkit-appearance:none!important;background:none!important;border:0!important;
  box-shadow:none!important;text-transform:none!important;letter-spacing:normal!important;text-decoration:none!important;
  font-family:inherit!important;margin:0!important
}
.mxh_nav-trigger, .mxh_hdr-nav>.mxh_nav-link{
  cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;
  padding:10px 13px!important;border-radius:10px!important;color:var(--mxh-ink-2)!important;
  font-size:14.5px;font-weight:700!important;line-height:1;white-space:nowrap;
  transition:color .2s ease,background .2s ease,transform .2s ease
}
.mxh_nav-trigger::after, .mxh_hdr-nav>.mxh_nav-link::after{
  content:"";position:absolute;left:13px;right:13px;bottom:5px;height:2px;border-radius:2px;
  background:linear-gradient(90deg,var(--mxh-mag),var(--mxh-aqua));transform:scaleX(0);
  transform-origin:left;transition:transform .28s ease
}
.mxh_nav-trigger:hover, .mxh_nav-trigger[aria-expanded="true"], .mxh_hdr-nav>.mxh_nav-link:hover{
  color:var(--mxh-ink)!important;background:rgba(222,9,127,.06)!important
}
.mxh_nav-trigger:hover::after, .mxh_nav-trigger[aria-expanded="true"]::after, .mxh_hdr-nav>.mxh_nav-link:hover::after{transform:scaleX(1)}
.mxh_nav-trigger[aria-expanded="true"]{transform:translateY(-1px)}
.mxh_nav-chevron{width:11px;height:11px;color:var(--mxh-mag);transition:transform .22s ease}
.mxh_nav-trigger[aria-expanded="true"] .mxh_nav-chevron{transform:rotate(180deg)}


.mxh_mega{
  position:absolute;top:calc(100% + 15px);left:50%;width:min(940px,calc(100vw - 40px));overflow:hidden;
  border:1px solid rgba(238,230,242,.92);border-radius:18px;background:rgba(255,255,255,.98);
  box-shadow:0 30px 80px rgba(18,8,29,.18),0 12px 34px rgba(18,8,29,.08),inset 0 1px 0 rgba(255,255,255,.82);
  opacity:0;visibility:hidden;pointer-events:none;
  transform:translateX(calc(-50% + var(--mxh-mega-shift,0px))) translateY(8px);
  transition:opacity .2s ease,visibility .2s ease,transform .24s ease
}
.mxh_mega.--mxh-open{
  opacity:1;visibility:visible;pointer-events:auto;
  transform:translateX(calc(-50% + var(--mxh-mega-shift,0px))) translateY(0)
}
.mxh_mega-head{
  position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:22px;
  padding:20px 24px;color:#fff;background:linear-gradient(135deg,#12081d 0%,#231133 58%,#de097f 160%)
}
.mxh_mega-head::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:38px 38px
}
.mxh_mega-head>*{position:relative;z-index:1}
.mxh_mega-kicker{margin:0 0 6px;color:rgba(20,224,192,.92);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.mxh_mega-title{margin:0;max-width:560px;color:#fff;font-size:18px;font-weight:900;line-height:1.18;letter-spacing:-.025em}
.mxh_mega-pill{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;padding:8px 12px;
  border:1px solid rgba(255,255,255,.18);border-radius:999px;color:rgba(255,255,255,.86);
  background:rgba(255,255,255,.08);font-size:11px;font-weight:800;white-space:nowrap
}
.mxh_mega-pill::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--mxh-aqua);box-shadow:0 0 0 4px rgba(20,224,192,.14)}
.mxh_mega-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 245px;gap:18px;padding:22px}
.mxh_mega-col{display:flex;flex-direction:column;gap:10px}
.mxh_mega-label{margin:0 0 2px;color:#8a7b99;font-size:9.6px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.mxh_mega-link{
  position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) 14px;align-items:center;gap:12px;
  min-height:64px;padding:10px;border:1px solid rgba(238,230,242,.78);border-radius:14px;
  color:var(--mxh-ink);background:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .22s ease,background .2s ease
}
.mxh_mega-link:hover, .mxh_mega-link:focus-visible{
  color:var(--mxh-ink);border-color:rgba(222,9,127,.2);background:linear-gradient(135deg,#fff 0%,#fff7fb 100%);
  box-shadow:0 12px 28px rgba(18,8,29,.07);transform:translateY(-2px)
}
.mxh_mega-link--static{cursor:default}
.mxh_mega-icon{
  width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:#fff;
  background:linear-gradient(135deg,var(--mxh-mag),var(--mxh-mag-soft));box-shadow:0 10px 20px rgba(222,9,127,.22)
}
.mxh_mega-icon.--aqua{background:linear-gradient(135deg,#08bda2,var(--mxh-aqua));box-shadow:0 10px 20px rgba(20,224,192,.18)}
.mxh_mega-icon.--ink{background:linear-gradient(135deg,#12081d,#4d4460);box-shadow:0 10px 20px rgba(18,8,29,.16)}
.mxh_mega-icon-svg{width:19px;height:19px;stroke-width:1.9}
.mxh_mega-link strong{display:block;margin:0 0 4px;color:var(--mxh-ink);font-size:13px;font-weight:900;line-height:1.15}
.mxh_mega-link span span{display:block;color:#6d607b;font-size:11.7px;font-weight:650;line-height:1.35}
.mxh_mega-arrow{width:14px;height:14px;color:var(--mxh-mag);transition:transform .2s ease}
.mxh_mega-link:hover .mxh_mega-arrow, .mxh_mega-link:focus-visible .mxh_mega-arrow{transform:translateX(3px)}
.mxh_mega-link--static .mxh_mega-arrow{display:none}
.mxh_mega-card{
  position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:18px;
  min-height:100%;padding:18px;border-radius:16px;color:#fff;
  background:radial-gradient(260px 180px at 100% 0%,rgba(20,224,192,.28),transparent 62%),linear-gradient(145deg,#1b0d2a,#12081d)
}
.mxh_mega-card-eyebrow{margin:0 0 8px;color:rgba(20,224,192,.95);font-family:var(--mxh-mono);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.mxh_mega-card-title{margin:0;color:#fff;font-size:20px;font-weight:900;line-height:1.12;letter-spacing:-.03em}
.mxh_mega-card-text{margin:0;color:rgba(255,255,255,.72);font-size:12.5px;font-weight:650;line-height:1.52}
.mxh_mega-card-link{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:12px;font-weight:900}
.mxh_mega-card-link:hover{color:var(--mxh-aqua)}
.mxh_card-arrow{width:14px;height:14px}
.mxh_mega-blog-link{
  display:inline-flex;align-items:center;gap:8px;margin-top:2px;padding:9px 13px;border-radius:999px;
  border:1px dashed rgba(222,9,127,.4);color:var(--mxh-mag);font-size:12px;font-weight:800
}
.mxh_mega-blog-link:hover{background:rgba(222,9,127,.07);border-color:rgba(222,9,127,.65)}
.mxh_mega-blog-link svg{width:13px;height:13px}
.mxh_mega-reconnect{
  display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:14px;border:1px solid rgba(20,224,192,.35);
  background:linear-gradient(135deg,#0d1220,#0a1a1c)
}
.mxh_mega-reconnect-icon{
  flex:0 0 auto;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;
  border:1px solid rgba(20,224,192,.4);background:rgba(20,224,192,.14);color:var(--mxh-aqua)
}
.mxh_mega-reconnect-icon svg{width:15px;height:15px}
.mxh_mega-reconnect-copy{display:flex;flex-direction:column;gap:5px}
.mxh_mega-reconnect-copy strong{color:#fff;font-size:12.5px;font-weight:800;line-height:1.35}
.mxh_mega-reconnect-copy a{width:fit-content;color:var(--mxh-aqua);font-size:12px;font-weight:800;line-height:1.3;text-decoration:underline;text-underline-offset:2px}
.mxh_mega-reconnect-copy a:hover{color:#fff}
.mxh_mega--resources .mxh_mega-head{
  background:radial-gradient(360px 220px at 0% 0%,rgba(222,9,127,.30),transparent 60%),
             radial-gradient(360px 240px at 100% 100%,rgba(20,224,192,.22),transparent 60%),
             linear-gradient(135deg,#12081d,#1c1030)
}
.mxh_mega--resources .mxh_mega-body{
  position:relative;isolation:isolate;background:linear-gradient(135deg,rgba(248,246,249,.98),rgba(235,232,239,.97))
}
.mxh_mega--resources .mxh_mega-body::before{
  content:"";position:absolute;top:50%;left:50%;width:520px;height:286px;pointer-events:none;z-index:0;opacity:.075;
  transform:translate(-50%,-50%);background:url("/wp-content/uploads/logo-footer-1.png") center/contain no-repeat
}
.mxh_mega--resources .mxh_mega-body>*{position:relative;z-index:1}
.mxh_mega--resources .mxh_mega-link{background:rgba(255,255,255,.90);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.mxh_mega--features .mxh_mega-card::after{
  content:"";position:absolute;right:-18px;bottom:-10px;width:212px;height:212px;pointer-events:none;opacity:.34;
  background:url("/wp-content/uploads/mx-screen-pc-mockup.png") center/contain no-repeat
}


.mxh_mini{width:min(590px,calc(100vw - 40px));padding:0;border-radius:20px;background:#fff}
.mxh_mini--cases{width:min(620px,calc(100vw - 40px))}
.mxh_mini--pricing{width:min(600px,calc(100vw - 40px))}
.mxh_mini-head{
  position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:22px;
  min-height:118px;padding:22px 24px;color:#fff;background:linear-gradient(135deg,#12081d 0%,#251039 62%,#de097f 165%)
}
.mxh_mini-head::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.052) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.052) 1px,transparent 1px);
  background-size:34px 34px
}
.mxh_mini-head>*{position:relative;z-index:1}
.mxh_mini-kicker{margin:0 0 7px;color:var(--mxh-aqua);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.mxh_mini-title{margin:0;max-width:430px;color:#fff;font-size:18px;font-weight:900;line-height:1.22;letter-spacing:-.025em}
.mxh_mini-head-icon{
  flex:0 0 auto;width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.18);border-radius:16px;color:#fff;background:rgba(255,255,255,.09)
}
.mxh_mini-head-icon svg{width:24px;height:24px}
.mxh_mini-body{position:relative;overflow:hidden;padding:20px 22px 22px}
.mxh_mini-lead{margin:0;color:var(--mxh-ink-2);font-size:12.6px;font-weight:650;line-height:1.55}
.mxh_mini-label{margin:0 0 9px;color:#8a7b99;font-size:9.6px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.mxh_case-grid, .mxh_pricing-grid{display:grid;grid-template-columns:minmax(0,1fr) 228px;gap:14px;align-items:stretch;margin-bottom:18px}
.mxh_case-copy, .mxh_pricing-aside{
  display:flex;flex-direction:column;justify-content:center;gap:12px;padding:16px 17px;border:1px solid var(--mxh-line);
  border-radius:16px;background:linear-gradient(135deg,#fff 0%,#fcf8fd 100%)
}
.mxh_mini-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}
.mxh_mini-stats--compact{grid-template-columns:1fr}
.mxh_mini-stat{
  display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:82px;padding:12px;
  border:1px solid var(--mxh-line);border-radius:14px;
  background:radial-gradient(100px 70px at 100% 0%,rgba(20,224,192,.10),transparent 70%),linear-gradient(135deg,rgba(222,9,127,.055),rgba(255,255,255,.95))
}
.mxh_mini-stat strong{display:block;color:var(--mxh-mag);font-size:20px;font-weight:900;letter-spacing:-.035em;line-height:1}
.mxh_mini-stat span{display:block;margin-top:5px;color:var(--mxh-ink-2);font-size:9.5px;font-weight:850;line-height:1.2;letter-spacing:.05em;text-transform:uppercase}
.mxh_mini-logo-wrap{margin-top:2px}
.mxh_mini-logos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.mxh_mini-logo{
  min-width:0;height:86px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;
  filter:grayscale(1);opacity:.82;transition:filter .2s ease,opacity .2s ease,transform .2s ease
}
.mxh_mini-logo:hover{filter:none;opacity:1;transform:translateY(-2px)}
.mxh_mini-logo img{width:100%;max-width:100%;max-height:100%;object-fit:contain}
.mxh_mini-plans{display:grid;gap:9px;margin:0}
.mxh_mini-plan{
  position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;
  min-height:70px;padding:11px 13px;border:1px solid var(--mxh-line);border-radius:15px;color:var(--mxh-ink);background:#fff
}
.mxh_mini-plan:hover{border-color:rgba(222,9,127,.26);box-shadow:0 12px 26px rgba(18,8,29,.07);transform:translateY(-2px)}
.mxh_mini-plan.--highlight{border-color:rgba(222,9,127,.34);background:linear-gradient(135deg,#fff 0%,#fff5fa 100%)}
.mxh_mini-plan-icon{
  width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:#fff;
  background:linear-gradient(135deg,#12081d,#4d4460)
}
.mxh_mini-plan-icon.--popular{background:linear-gradient(135deg,var(--mxh-mag),var(--mxh-mag-soft))}
.mxh_mini-plan-icon.--aqua{background:linear-gradient(135deg,#08bda2,var(--mxh-aqua))}
.mxh_mini-plan-icon svg{width:18px;height:18px}
.mxh_mini-plan-name{display:block;color:var(--mxh-ink);font-size:13px;font-weight:900;line-height:1.25}
.mxh_mini-plan-desc{display:block;margin-top:3px;color:#756882;font-size:10.8px;font-weight:650;line-height:1.3}
.mxh_mini-badge{
  display:inline-flex;align-items:center;margin-left:7px;padding:3px 6px;border-radius:999px;color:var(--mxh-mag);
  background:rgba(222,9,127,.09);font-size:8.5px;font-weight:900;letter-spacing:.05em;text-transform:uppercase
}
.mxh_mini-plan-price{flex:0 0 auto;color:var(--mxh-ink);font-size:13px;font-weight:900;line-height:1.15;text-align:right;white-space:nowrap}
.mxh_mini-plan-price small{display:block;margin-top:3px;color:#756882;font-size:9.8px;font-weight:700}
.mxh_mini-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding-top:16px;border-top:1px solid var(--mxh-line)}
.mxh_mini-note{margin:0;color:var(--mxh-ink-2);font-size:11px;font-weight:750;line-height:1.45}
.mxh_mini-cta{
  position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:9px;flex:0 0 auto;
  min-height:44px;padding:11px 16px;border-radius:12px;color:#fff!important;
  background:linear-gradient(135deg,#ff1f8f 0%,#d80a7e 42%,#5a176f 76%,#2b0c49 100%);
  box-shadow:0 12px 28px rgba(107,16,105,.30),inset 0 1px 0 rgba(255,255,255,.28);
  font-size:12px;font-weight:900;white-space:nowrap
}
.mxh_mini-cta:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(83,12,94,.40),inset 0 1px 0 rgba(255,255,255,.30)}


.mxh_hdr-actions{
  display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;min-width:max-content;gap:18px;
  white-space:nowrap;position:relative;z-index:2
}
.mxh_hdr-login{
  display:inline-flex!important;align-items:center!important;gap:7px;flex:0 0 auto!important;min-width:max-content!important;
  color:var(--mxh-ink-2);font-size:14.5px;font-weight:800;line-height:1;white-space:nowrap!important
}
.mxh_hdr-login svg{width:15px;height:15px;stroke-width:2.2;transition:transform .25s ease}
.mxh_hdr-login:hover{color:var(--mxh-mag)}
.mxh_hdr-login:hover svg{transform:translateX(3px)}
.mxh_header_chrome.--mxh-invert .mxh_nav-trigger, .mxh_header_chrome.--mxh-invert .mxh_hdr-nav>.mxh_nav-link, .mxh_header_chrome.--mxh-invert .mxh_hdr-login{color:#fff!important}
.mxh_header_chrome.--mxh-invert .mxh_nav-chevron{color:#fff}
.mxh_header_chrome.--mxh-invert .mxh_nav-trigger:hover, .mxh_header_chrome.--mxh-invert .mxh_nav-trigger[aria-expanded="true"], .mxh_header_chrome.--mxh-invert .mxh_hdr-nav>.mxh_nav-link:hover{color:#fff!important;background:rgba(255,255,255,.14)!important}
.mxh_nav-trigger:focus-visible, .mxh_hdr-nav>.mxh_nav-link:focus-visible, .mxh_hdr-login:focus-visible, .mxh_btn:focus-visible, .mxh_burger:focus-visible{
  outline:2px solid var(--mxh-aqua);outline-offset:3px;border-radius:10px
}


.mxh_hdr button.mxh_burger{appearance:none!important;-webkit-appearance:none!important;border:0!important;margin:0!important}
.mxh_burger{
  display:none;width:46px;height:46px;flex:0 0 46px;flex-direction:column;align-items:center;justify-content:center;
  gap:5px;padding:0;cursor:pointer
}
.mxh_burger span{display:block;width:20px;height:2px;border-radius:2px;background:var(--mxh-ink);transition:transform .3s ease,opacity .2s ease,background .25s ease}
.mxh_header_chrome.--mxh-menu-open .mxh_burger span, .mxh_header_chrome.--mxh-invert .mxh_burger span{background:#fff}
.mxh_burger.--mxh-x span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mxh_burger.--mxh-x span:nth-child(2){opacity:0}
.mxh_burger.--mxh-x span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mxh_drawer{
  position:fixed;inset:0;width:100vw;min-height:100dvh;z-index:9400;display:flex;flex-direction:column;
  padding:92px 18px 14px;overflow-y:auto;overscroll-behavior:contain;
  background:radial-gradient(700px 460px at 85% 0%,rgba(222,9,127,.28),transparent 60%),
             radial-gradient(600px 420px at 0% 100%,rgba(20,224,192,.14),transparent 60%),
             linear-gradient(160deg,#170c26,#0d0716);
  opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-3%);
  transition:opacity .35s ease,visibility .35s ease,transform .35s ease
}
.mxh_drawer.--mxh-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.mxh_drawer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0 0 10px}
.mxh_drawer-action{
  position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;
  column-gap:9px;row-gap:2px;min-height:70px;padding:10px 11px;border-radius:14px;border:1px solid rgba(255,255,255,.12);
  color:#fff;background:rgba(255,255,255,.07)
}
.mxh_drawer-action.--primary{border-color:rgba(222,9,127,.42);background:linear-gradient(135deg,var(--mxh-mag),var(--mxh-mag-soft));box-shadow:0 18px 46px rgba(222,9,127,.28)}
.mxh_drawer-action-icon{
  grid-row:1/span 2;width:34px;height:34px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:10px;
  color:#fff!important;background:rgba(255,255,255,.12);font-size:14px!important
}
.mxh_drawer-action strong{color:#fff;font-size:13px;font-weight:900}
.mxh_drawer-action>span:last-child{color:rgba(255,255,255,.68);font-size:10px;line-height:1.25}
.mxh_drawer-nav{display:flex;flex-direction:column;gap:9px}
.mxh_drawer-feature-panel{
  position:relative;overflow:hidden;min-height:112px;padding:13px 14px;border:1px solid rgba(255,255,255,.11);
  border-radius:15px;background:radial-gradient(210px 120px at 100% 100%,rgba(222,9,127,.20),transparent 68%),linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.035))
}
.mxh_drawer-feature-panel::after{
  content:"";position:absolute;right:-26px;bottom:-34px;width:160px;height:145px;pointer-events:none;opacity:.16;
  background:url("/wp-content/uploads/mx-screen-pc-mockup.png") center/contain no-repeat
}
.mxh_drawer-feature-content{position:relative;z-index:1;max-width:72%}
.mxh_drawer-feature-kicker{display:flex;align-items:center;gap:7px;margin:0 0 6px;color:#fff;font-size:12px;font-weight:900}
.mxh_drawer-feature-kicker i{color:var(--mxh-aqua)}
.mxh_drawer-feature-copy{margin:0;color:rgba(255,255,255,.72);font-size:10.5px;font-weight:700;line-height:1.45}
.mxh_drawer-feature-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:33px;margin-top:10px;padding:8px 11px;border-radius:10px;
  color:#fff!important;background:linear-gradient(135deg,#ff2395 0%,#d9097e 46%,#5f176f 100%);font-size:10.5px;font-weight:900
}
.mxh_drawer-routes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.mxh_drawer-route{
  display:grid;grid-template-columns:32px minmax(0,1fr) 12px;align-items:center;gap:8px;min-height:52px;padding:9px 10px;
  border:1px solid rgba(255,255,255,.11);border-radius:13px;color:#fff;background:linear-gradient(135deg,rgba(222,9,127,.16),rgba(255,255,255,.055))
}
.mxh_drawer-route-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#fff;background:linear-gradient(135deg,var(--mxh-mag),#6b176f)}
.mxh_drawer-route strong, .mxh_drawer-route small{display:block}
.mxh_drawer-route strong{font-size:11.5px;font-weight:900}
.mxh_drawer-route small{margin-top:2px;color:rgba(255,255,255,.58);font-size:9.5px;font-weight:700}
.mxh_drawer-route>i{color:var(--mxh-aqua);font-size:10px}
.mxh_drawer-section{padding:10px;border:1px solid rgba(255,255,255,.10);border-radius:15px;background:rgba(255,255,255,.05)}
.mxh_drawer-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:#fff;font-size:12px;font-weight:900}
.mxh_drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.mxh_drawer-tile{
  display:flex;align-items:center;gap:8px;min-height:42px;padding:8px 9px;border:1px solid rgba(255,255,255,.08);
  border-radius:11px;color:rgba(255,255,255,.88);background:rgba(255,255,255,.045);font-size:10.8px;font-weight:800;line-height:1.2
}
.mxh_drawer-tile i{flex:0 0 auto;width:17px;color:var(--mxh-aqua);font-size:12px;text-align:center}
.mxh_drawer-tile:hover{color:#fff;border-color:rgba(20,224,192,.25);background:rgba(255,255,255,.08)}
.mxh_drawer-footer{display:grid;gap:7px;margin-top:9px}
.mxh_drawer-footer .mxh_drawer-login{
  display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px;padding:10px 14px;
  border:1px solid rgba(255,255,255,.18);border-radius:12px;color:#fff!important;background:rgba(255,255,255,.07);font-size:12px;font-weight:900
}
.mxh_drawer-note{margin:0;color:#8b7ba2;font-family:var(--mxh-mono);font-size:8.8px;line-height:1.25;letter-spacing:.08em;text-align:center;text-transform:uppercase}


@media(max-width:1180px){
  .mxh_hdr-in{gap:18px;padding-left:24px;padding-right:24px}
  .mxh_nav-trigger, .mxh_hdr-nav>.mxh_nav-link{padding-left:10px!important;padding-right:10px!important;font-size:13.8px}
  .mxh_hdr-actions{gap:14px}
  .mxh_case-grid, .mxh_pricing-grid{grid-template-columns:1fr}
}
@media(max-width:1040px){
  .mxh_hdr-nav{display:none!important}
  .mxh_header_chrome.--mxh-menu-open .mxh_hdr{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:9506!important}
  .mxh_hdr-actions{margin-left:auto;gap:10px}
  .mxh_hdr-actions .mxh_hdr-login{
    width:46px!important;min-width:46px!important;height:46px!important;justify-content:center!important;padding:0!important;gap:0!important;
    border:1px solid rgba(255,255,255,.12)!important;border-radius:10px!important;color:#fff!important;background:#2f2b34!important;
    box-shadow:0 9px 22px rgba(18,8,29,.24),inset 0 1px 0 rgba(255,255,255,.08)!important
  }
  .mxh_hdr-actions .mxh_hdr-login span{display:none!important}
  .mxh_hdr-actions .mxh_hdr-login svg{width:18px;height:18px;color:#fff!important;transform:none!important}
  .mxh_hdr button.mxh_burger{
    display:flex!important;width:46px!important;height:46px!important;flex:0 0 46px!important;padding:0!important;gap:5px;
    border:1px solid rgba(255,255,255,.12)!important;border-radius:10px!important;background:#3b3741!important;
    box-shadow:0 9px 22px rgba(18,8,29,.25),inset 0 1px 0 rgba(255,255,255,.08)!important
  }
  .mxh_hdr button.mxh_burger span{background:#fff!important}
}
@media(max-width:640px){
  .mxh_hdr-in{min-height:68px;gap:12px;padding:0 16px}
  .mxh_hdr-logo img, #mxh-header-root .mxh_hdr-logo img, #mxr-header-root .mxr_hdr-logo img{height:36px!important;max-width:160px!important;max-height:36px!important}
  .mxh_hdr-cta{display:none!important}
  .mxh_hdr-actions .mxh_hdr-login{width:42px!important;min-width:42px!important;height:42px!important;border-radius:9px!important}
  .mxh_hdr button.mxh_burger{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:9px!important}
  .mxh_drawer{padding:80px 12px 10px}
  .mxh_drawer-action{min-height:58px;padding:8px 9px}
  .mxh_drawer-action>span:last-child{display:none}
  .mxh_drawer-action-icon{grid-row:1}
  .mxh_drawer-feature-panel{min-height:102px;padding:11px 12px}
  .mxh_drawer-feature-content{max-width:74%}
  .mxh_drawer-section{padding:8px}
  .mxh_drawer-tile{min-height:39px;padding:7px 8px;font-size:10.6px}
  .mxh_drawer-route{min-height:47px;padding:7px 8px}
  .mxh_drawer-note{display:none}
}
@media(min-width:1041px){
  .mxh_hdr-logo img, #mxh-header-root .mxh_hdr-logo img, #mxr-header-root .mxr_hdr-logo img{height:46.2px!important;max-width:209px!important;max-height:46.2px!important}
  .mxh_hdr-nav{gap:4.12px}
  .mxh_nav-trigger, .mxh_hdr-nav>.mxh_nav-link{font-size:15.5px}
  .mxh_mini--cases{width:min(760px,calc(100vw - 40px))}
  .mxh_mini--pricing{width:min(780px,calc(100vw - 40px))}
  .mxh_mini-head{min-height:98px;padding:18px 24px}
  .mxh_mini-title{max-width:560px}
  .mxh_mini-body{padding:17px 20px 19px}
  .mxh_case-grid, .mxh_pricing-grid{grid-template-columns:minmax(0,1fr) 292px;gap:12px;margin-bottom:14px}
  .mxh_mini-stats--compact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mxh_mini-stat{min-height:70px;padding:11px 12px}
  .mxh_mini-logos{grid-template-columns:repeat(5,92px);justify-content:space-between;gap:18px}
  .mxh_mini-logo{width:92px;height:82px}
  .mxh_mini-logo img{width:105px;height:105px;max-width:none;max-height:none;object-fit:contain}
  .mxh_mini--pricing .mxh_mini-plans{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .mxh_mini--pricing .mxh_mini-plan{display:flex;flex-direction:column;align-items:flex-start;gap:9px;min-height:154px;padding:14px}
  .mxh_mini--pricing .mxh_mini-plan-price{width:100%;padding-top:9px;border-top:1px solid var(--mxh-line);text-align:left}
}
@media(prefers-reduced-motion:reduce){
  .mxh_header_chrome *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}
}

/* v0.7.2 QA safeguard: constrain header logos even if a page-level style or legacy class naming interferes. */
body.admin-bar #mxh-header-root, body.admin-bar #mxr-header-root{max-width:100%;}
