@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap");

#mxh-root{
  --mag:#de097f;
  --mag-soft:#ff4fae;
  --mag-deep:#a30560;
  --aqua:#14e0c0;
  --aqua-deep:#078f79;
  --blue:#3d7bff;
  --blue-soft:#79a7ff;
  --violet:#8b5cf6;
  --cyan:#4ee7ff;
  --ink:#12081d;
  --ink-2:#4d4460;
  --paper:#ffffff;
  --paper-2:#faf7fc;
  --paper-3:#f3f8ff;
  --line:#eee6f2;
  --dark:#0b0712;
  --dark-2:#140d21;
  --dark-3:#1d1230;
  --dark-line:rgba(255,255,255,.1);
  --dark-text:#f6f1fa;
  --dark-muted:#b8adc7;
  --shadow:0 24px 70px rgba(18,8,29,.12);
  --r:16px;
  --r-lg:24px;
  --wrap:min(1380px, calc(100% - 48px));
  --font:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --mono:"JetBrains Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;
  position:relative;
  z-index:0;
  display:block;
  isolation:isolate;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow-x:hidden;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
#mxh-root *, #mxh-root *::before, #mxh-root *::after{box-sizing:border-box;margin:0;padding:0;}
#mxh-root img, #mxh-root svg{display:block;max-width:100%;}
#mxh-root button, #mxh-root summary{font:inherit;}
#mxh-root a{color:inherit;text-decoration:none;}
#mxh-root ul{list-style:none;}
#mxh-root .mxh_wrap{width:var(--wrap);margin:0 auto;}
#mxh-root .mxh_section{position:relative;padding:104px 0;}
#mxh-root .mxh_tint{background:var(--paper-2);}
#mxh-root .mxh_blue-tint{background:linear-gradient(180deg,#f5f9ff 0%,#fff 100%);}
#mxh-root .mxh_dark{background:var(--dark);color:var(--dark-text);}
#mxh-root .mxh_dark-2{background:var(--dark-2);color:var(--dark-text);}
#mxh-root h1, #mxh-root h2, #mxh-root h3{color:var(--ink);font-weight:800;letter-spacing:-.025em;line-height:1.08;}
#mxh-root h1{font-size:clamp(36px,4.7vw,59px);}
#mxh-root h2{font-size:clamp(29px,3.7vw,45px);}
#mxh-root h3{font-size:18px;font-weight:800;letter-spacing:-.012em;}
#mxh-root .mxh_dark h1, #mxh-root .mxh_dark h2, #mxh-root .mxh_dark h3, #mxh-root .mxh_dark-2 h1, #mxh-root .mxh_dark-2 h2, #mxh-root .mxh_dark-2 h3{color:#fff!important;}
#mxh-root p{line-height:1.68;}
#mxh-root .mxh_head{max-width:810px;margin-bottom:56px;}
#mxh-root .mxh_head.--center{margin-left:auto;margin-right:auto;text-align:center;}
#mxh-root .mxh_head.--center .mxh_eyebrow{justify-content:center;}
#mxh-root .mxh_head p{margin-top:16px;}
#mxh-root .mxh_lead{max-width:720px;color:var(--ink-2);font-size:clamp(16px,1.35vw,18.5px);}
#mxh-root .mxh_dark .mxh_lead, #mxh-root .mxh_dark-2 .mxh_lead{color:var(--dark-muted)!important;}
#mxh-root .mxh_eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--mag);font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;}
#mxh-root .mxh_eyebrow::before{content:"";width:22px;height:2px;border-radius:2px;background:var(--mag);}
#mxh-root .mxh_dark .mxh_eyebrow, #mxh-root .mxh_dark-2 .mxh_eyebrow{color:var(--aqua)!important;}
#mxh-root .mxh_dark .mxh_eyebrow::before, #mxh-root .mxh_dark-2 .mxh_eyebrow::before{background:var(--aqua);}
#mxh-root .mxh_mark{position:relative;display:inline-block;color:var(--mag-soft);white-space:nowrap;}
#mxh-root .mxh_mark svg{position:absolute;left:0;bottom:-.16em;width:100%;height:.3em;overflow:visible;pointer-events:none;}
#mxh-root .mxh_mark svg path{fill:none;stroke:var(--aqua);stroke-width:7;stroke-linecap:round;stroke-dasharray:600;stroke-dashoffset:600;animation:mxh-underline 1.1s .35s cubic-bezier(.6,.05,.2,1) forwards;}
#mxh-root .mxh_mark.--dark-ink{color:var(--mag);}
#mxh-root .mxh_mark.--dark-ink svg path{stroke:var(--aqua-deep);}
@keyframes mxh-underline{to{stroke-dashoffset:0;}}
#mxh-root .mxh_text-link{color:var(--mag);font-weight:700;text-decoration:underline;text-decoration-color:rgba(222,9,127,.34);text-decoration-thickness:2px;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease;}
#mxh-root .mxh_text-link:hover{color:var(--mag-deep);text-decoration-color:currentColor;}
#mxh-root .mxh_dark .mxh_text-link, #mxh-root .mxh_dark-2 .mxh_text-link{color:var(--aqua);text-decoration-color:rgba(20,224,192,.35);}
#mxh-root .mxh_dark .mxh_text-link:hover, #mxh-root .mxh_dark-2 .mxh_text-link:hover{color:#74f1df;text-decoration-color:currentColor;}

#mxh-root .mxh_btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:15px 28px;overflow:hidden;border:1px solid transparent;border-radius:12px;font-size:15.5px;font-weight:700;line-height:1.2;white-space:nowrap;transition:transform .22s cubic-bezier(.34,1.35,.64,1),box-shadow .25s ease,border-color .2s ease,color .2s ease,background .2s ease;}
#mxh-root .mxh_btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease;}
#mxh-root .mxh_btn:hover{transform:translateY(-3px);}
#mxh-root .mxh_btn:hover svg:last-child{transform:translateX(4px);}
#mxh-root .mxh_btn:focus-visible{outline:3px solid var(--aqua);outline-offset:3px;}
#mxh-root .mxh_btn--primary{background:linear-gradient(120deg,var(--mag) 0%,var(--mag-soft) 130%);color:#fff;box-shadow:0 10px 28px rgba(222,9,127,.34),inset 0 1px 0 rgba(255,255,255,.25);}
#mxh-root .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-root .mxh_btn--primary:hover{box-shadow:0 20px 46px rgba(222,9,127,.46),inset 0 1px 0 rgba(255,255,255,.25);}
#mxh-root .mxh_btn--primary:hover::after{left:130%;}
#mxh-root .mxh_btn--ghost{background:rgba(255,255,255,.02);color:#fff;border-color:rgba(255,255,255,.24);}
#mxh-root .mxh_btn--ghost:hover{color:var(--aqua);border-color:var(--aqua);box-shadow:0 14px 34px rgba(20,224,192,.14);}
#mxh-root .mxh_btn--light{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:0 8px 22px rgba(18,8,29,.08);}
#mxh-root .mxh_btn--light:hover{color:var(--mag);border-color:var(--mag);box-shadow:0 16px 36px rgba(222,9,127,.14);}
#mxh-root .mxh_ctas{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:14px;margin-top:32px;}
#mxh-root .mxh_note{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:10px;color:var(--dark-muted);font-size:12.5px;font-weight:600;}
#mxh-root .mxh_note svg{width:14px;height:14px;fill:none;stroke:var(--aqua);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;}


#mxh-root .mxh_hero{position:relative;padding:88px 0 96px;overflow:hidden;isolation:isolate;background:
  radial-gradient(880px 620px at 8% 6%,rgba(139,92,246,.22),transparent 69%),
  radial-gradient(760px 560px at 94% 26%,rgba(20,224,192,.14),transparent 72%),
  radial-gradient(720px 520px at 50% 112%,rgba(222,9,127,.13),transparent 72%),
  linear-gradient(135deg,#07040c 0%,#140a20 46%,#070710 100%);color:var(--dark-text);}
#mxh-root .mxh_hero::before{content:"";position:absolute;inset:-40px;z-index:0;background-image:radial-gradient(circle,rgba(255,255,255,.2) 0 1px,transparent 1.45px);background-size:34px 34px;opacity:.22;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.92) 0%,rgba(0,0,0,.58) 58%,transparent 94%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.92) 0%,rgba(0,0,0,.58) 58%,transparent 94%);animation:mxh-ambient-grid 34s linear infinite;pointer-events:none;}
#mxh-root .mxh_hero::after{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(ellipse 68% 58% at 50% 36%,transparent 0 48%,rgba(7,4,12,.22) 78%,rgba(7,4,12,.56) 100%);pointer-events:none;}
#mxh-root .mxh_hero-ambient{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;opacity:.86;}
#mxh-root .mxh_hero-ambient svg{width:100%;height:100%;min-width:1200px;transform:translateX(-50%);margin-left:50%;overflow:visible;}
#mxh-root .mxh_ambient-path{fill:none;stroke-width:1.35;stroke-linecap:round;stroke-dasharray:4 15;opacity:.44;animation:mxh-path-flow 24s linear infinite;}
#mxh-root .mxh_ambient-path.--slow{stroke-dasharray:2 19;opacity:.3;animation-duration:34s;animation-direction:reverse;}
#mxh-root .mxh_ambient-path.--soft{stroke-dasharray:1 13;opacity:.22;animation-duration:28s;}
#mxh-root .mxh_ambient-node-core{filter:drop-shadow(0 0 9px currentColor);animation:mxh-node-core 5.8s ease-in-out infinite;}
#mxh-root .mxh_ambient-node-halo{fill:none;stroke:currentColor;stroke-width:1.2;opacity:0;transform-box:fill-box;transform-origin:center;animation:mxh-node-halo 5.8s ease-out infinite;}
#mxh-root .mxh_ambient-node:nth-of-type(2) .mxh_ambient-node-core, #mxh-root .mxh_ambient-node:nth-of-type(2) .mxh_ambient-node-halo{animation-delay:-1.4s;}
#mxh-root .mxh_ambient-node:nth-of-type(3) .mxh_ambient-node-core, #mxh-root .mxh_ambient-node:nth-of-type(3) .mxh_ambient-node-halo{animation-delay:-2.8s;}
#mxh-root .mxh_ambient-node:nth-of-type(4) .mxh_ambient-node-core, #mxh-root .mxh_ambient-node:nth-of-type(4) .mxh_ambient-node-halo{animation-delay:-4.2s;}
#mxh-root .mxh_ambient-node:nth-of-type(5) .mxh_ambient-node-core, #mxh-root .mxh_ambient-node:nth-of-type(5) .mxh_ambient-node-halo{animation-delay:-.7s;}
#mxh-root .mxh_ambient-node:nth-of-type(6) .mxh_ambient-node-core, #mxh-root .mxh_ambient-node:nth-of-type(6) .mxh_ambient-node-halo{animation-delay:-3.5s;}
@keyframes mxh-ambient-grid{to{transform:translate3d(34px,34px,0);}}
@keyframes mxh-path-flow{to{stroke-dashoffset:-380;}}
@keyframes mxh-node-core{0%,100%{opacity:.42;transform:scale(.84);}42%{opacity:1;transform:scale(1.12);}62%{opacity:.64;transform:scale(.96);}}
@keyframes mxh-node-halo{0%,25%{opacity:0;transform:scale(.55);}42%{opacity:.5;}72%,100%{opacity:0;transform:scale(2.45);}}
#mxh-root .mxh_hero-inner{position:relative;z-index:2;}
#mxh-root .mxh_hero-copy{max-width:960px;margin:0 auto;text-align:center;}
#mxh-root .mxh_hero-copy .mxh_eyebrow{justify-content:center;color:var(--aqua)!important;}
#mxh-root .mxh_hero-copy .mxh_eyebrow::before{background:var(--aqua);}
#mxh-root .mxh_hero h1{max-width:960px;margin:0 auto;color:#fff!important;}
#mxh-root .mxh_hero-sub{max-width:800px;margin:24px auto 0;color:var(--dark-muted)!important;font-size:clamp(16px,1.45vw,19px);}
#mxh-root .mxh_hero-sub strong{color:#fff;}
#mxh-root .mxh_hero-disclaimer{max-width:790px;margin:18px auto 0;color:#91859f;font-size:12.5px;line-height:1.6;}


#mxh-root .mxh_care-map{position:relative;margin-top:54px;padding:28px;overflow:hidden;border:1px solid var(--dark-line);border-radius:var(--r-lg);background:linear-gradient(180deg,rgba(29,18,48,.78),rgba(10,6,17,.94));box-shadow:0 34px 90px rgba(0,0,0,.4);}
#mxh-root .mxh_care-map::before{content:"";position:absolute;inset:0;background:radial-gradient(500px 220px at 50% 48%,rgba(20,224,192,.11),transparent 72%);pointer-events:none;}
#mxh-root .mxh_map-top{position:relative;display:flex;align-items:center;gap:10px;padding-bottom:18px;border-bottom:1px solid var(--dark-line);}
#mxh-root .mxh_map-dots{display:flex;gap:6px;}
#mxh-root .mxh_map-dots i{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.15);}
#mxh-root .mxh_map-title{color:#91859f;font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;}
#mxh-root .mxh_map-status{display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:6px 10px;border:1px solid rgba(20,224,192,.24);border-radius:999px;color:var(--aqua);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase;}
#mxh-root .mxh_map-status::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--aqua);box-shadow:0 0 0 0 rgba(20,224,192,.45);animation:mxh-status 1.8s infinite;}
@keyframes mxh-status{55%{box-shadow:0 0 0 8px rgba(20,224,192,0);}}
#mxh-root .mxh_map-stage{position:relative;display:grid;grid-template-columns:minmax(180px,.88fr) minmax(250px,1.15fr) minmax(180px,.88fr);gap:22px;align-items:center;padding:30px 0 8px;}
#mxh-root .mxh_map-side{display:grid;gap:16px;}
#mxh-root .mxh_care-node{position:relative;min-height:112px;padding:18px;border:1px solid var(--dark-line);border-radius:15px;background:rgba(11,7,18,.72);transition:transform .22s ease,border-color .22s ease,background .22s ease;}
#mxh-root .mxh_care-node:hover{transform:translateY(-3px);border-color:rgba(20,224,192,.32);background:rgba(21,13,34,.9);}
#mxh-root .mxh_node-top{display:flex;align-items:center;gap:10px;}
#mxh-root .mxh_node-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:rgba(61,123,255,.12);}
#mxh-root .mxh_care-node:nth-child(2) .mxh_node-icon{background:rgba(139,92,246,.13);}
#mxh-root .mxh_map-side.--right .mxh_care-node:first-child .mxh_node-icon{background:rgba(222,9,127,.13);}
#mxh-root .mxh_map-side.--right .mxh_care-node:nth-child(2) .mxh_node-icon{background:rgba(20,224,192,.12);}
#mxh-root .mxh_node-icon svg{width:18px;height:18px;fill:none;stroke:var(--blue-soft);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_care-node:nth-child(2) .mxh_node-icon svg{stroke:#b393ff;}
#mxh-root .mxh_map-side.--right .mxh_care-node:first-child .mxh_node-icon svg{stroke:var(--mag-soft);}
#mxh-root .mxh_map-side.--right .mxh_care-node:nth-child(2) .mxh_node-icon svg{stroke:var(--aqua);}
#mxh-root .mxh_node-copy b{display:block;color:#fff;font-size:13px;}
#mxh-root .mxh_node-copy span{display:block;margin-top:3px;color:#877b94;font-family:var(--mono);font-size:8.5px;letter-spacing:.05em;}
#mxh-root .mxh_node-file{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:12px;border-top:1px dashed var(--dark-line);color:#aaa0b6;font-family:var(--mono);font-size:8.7px;}
#mxh-root .mxh_node-file strong{color:#d9cfdf;font-weight:500;}
#mxh-root .mxh_map-core{position:relative;min-height:270px;display:grid;place-items:center;padding:24px;border:1px solid rgba(20,224,192,.28);border-radius:22px;background:linear-gradient(160deg,rgba(28,19,44,.95),rgba(9,7,16,.96));box-shadow:0 0 70px rgba(20,224,192,.1);text-align:center;}
#mxh-root .mxh_map-core::before, #mxh-root .mxh_map-core::after{content:"";position:absolute;border:1px solid rgba(20,224,192,.18);border-radius:50%;pointer-events:none;}
#mxh-root .mxh_map-core::before{width:210px;height:210px;animation:mxh-core-ring 5.8s ease-in-out infinite;}
#mxh-root .mxh_map-core::after{width:158px;height:158px;border-color:rgba(255,79,174,.18);animation:mxh-core-ring 5.8s 1.4s ease-in-out infinite reverse;}
@keyframes mxh-core-ring{0%,100%{transform:scale(.93);opacity:.45;}50%{transform:scale(1.05);opacity:.95;}}
#mxh-root .mxh_core-content{position:relative;z-index:2;}
#mxh-root .mxh_core-shield{width:74px;height:82px;display:grid;place-items:center;margin:0 auto 14px;color:var(--aqua);filter:drop-shadow(0 0 20px rgba(20,224,192,.25));}
#mxh-root .mxh_core-shield svg{width:100%;height:100%;fill:rgba(20,224,192,.06);stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_core-content b{display:block;color:#fff;font-size:16px;}
#mxh-root .mxh_core-content span{display:block;margin-top:6px;color:#8f839c;font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;}
#mxh-root .mxh_core-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:16px;}
#mxh-root .mxh_core-steps i{padding:6px 8px;border:1px solid var(--dark-line);border-radius:7px;background:rgba(255,255,255,.035);color:#c9bed3;font-family:var(--mono);font-size:8px;font-style:normal;letter-spacing:.04em;}
#mxh-root .mxh_map-log{position:relative;display:grid;gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid var(--dark-line);color:#c9bdd6;font-family:var(--mono);font-size:10.5px;}
#mxh-root .mxh_map-log p{display:grid;grid-template-columns:72px 145px 1fr;gap:14px;line-height:1.65;}
#mxh-root .mxh_map-log time{color:#726682;}
#mxh-root .mxh_map-log strong{color:var(--aqua);font-weight:600;}
#mxh-root .mxh_map-log .--mag{color:var(--mag-soft);}
#mxh-root .mxh_map-log .--blue{color:var(--blue-soft);}
#mxh-root .mxh_hero-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px;}
#mxh-root .mxh_proof-card{padding:18px 16px;border:1px solid var(--dark-line);border-radius:14px;background:rgba(255,255,255,.035);text-align:center;}
#mxh-root .mxh_proof-card svg{width:21px;height:21px;margin:0 auto 9px;fill:none;stroke:var(--aqua);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_proof-card:nth-child(2) svg{stroke:var(--blue-soft);}
#mxh-root .mxh_proof-card:nth-child(3) svg{stroke:var(--mag-soft);}
#mxh-root .mxh_proof-card:nth-child(4) svg{stroke:#b393ff;}
#mxh-root .mxh_proof-card b{display:block;color:#fff;font-size:13.5px;}
#mxh-root .mxh_proof-card span{display:block;margin-top:3px;color:var(--dark-muted);font-size:11.5px;}


#mxh-root .mxh_rule-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:58px;align-items:center;}
#mxh-root .mxh_rule-copy .mxh_head{margin-bottom:0;}
#mxh-root .mxh_rule-copy p{color:var(--ink-2);font-size:15.5px;}
#mxh-root .mxh_rule-copy p+p{margin-top:15px;}
#mxh-root .mxh_rule-stack{position:relative;min-height:430px;padding:28px;border:1px solid var(--line);border-radius:var(--r-lg);background:linear-gradient(155deg,#fff,#f6f9ff);box-shadow:0 22px 64px rgba(18,8,29,.08);overflow:hidden;}
#mxh-root .mxh_rule-stack::before{content:"";position:absolute;width:280px;height:280px;right:-95px;top:-110px;border-radius:50%;background:radial-gradient(circle,rgba(61,123,255,.13),transparent 68%);}
#mxh-root .mxh_rule-card{position:relative;display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:start;padding:20px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 10px 30px rgba(18,8,29,.045);}
#mxh-root .mxh_rule-card+.mxh_rule-card{margin-top:13px;}
#mxh-root .mxh_rule-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:rgba(222,9,127,.09);}
#mxh-root .mxh_rule-card:nth-child(2) .mxh_rule-icon{background:rgba(61,123,255,.1);}
#mxh-root .mxh_rule-card:nth-child(3) .mxh_rule-icon{background:rgba(20,224,192,.12);}
#mxh-root .mxh_rule-card:nth-child(4) .mxh_rule-icon{background:rgba(139,92,246,.1);}
#mxh-root .mxh_rule-icon svg{width:21px;height:21px;fill:none;stroke:var(--mag);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_rule-card:nth-child(2) .mxh_rule-icon svg{stroke:var(--blue);}
#mxh-root .mxh_rule-card:nth-child(3) .mxh_rule-icon svg{stroke:var(--aqua-deep);}
#mxh-root .mxh_rule-card:nth-child(4) .mxh_rule-icon svg{stroke:var(--violet);}
#mxh-root .mxh_rule-card h3{font-size:16.5px;margin-bottom:5px;}
#mxh-root .mxh_rule-card p{color:var(--ink-2);font-size:13.5px;line-height:1.55;}
#mxh-root .mxh_rule-tag{display:inline-flex;margin-top:9px;color:var(--mag);font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;}
#mxh-root .mxh_rule-card:nth-child(2) .mxh_rule-tag{color:var(--blue);}
#mxh-root .mxh_rule-card:nth-child(3) .mxh_rule-tag{color:var(--aqua-deep);}
#mxh-root .mxh_rule-card:nth-child(4) .mxh_rule-tag{color:var(--violet);}


#mxh-root .mxh_safeguard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
#mxh-root .mxh_safeguard{position:relative;min-height:385px;padding:34px 29px 30px;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 15px 46px rgba(18,8,29,.05);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
#mxh-root .mxh_safeguard:hover{transform:translateY(-5px);border-color:rgba(222,9,127,.3);box-shadow:0 24px 58px rgba(18,8,29,.1);}
#mxh-root .mxh_safeguard::before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--mag),var(--mag-soft));}
#mxh-root .mxh_safeguard:nth-child(2)::before{background:linear-gradient(90deg,var(--blue),var(--cyan));}
#mxh-root .mxh_safeguard:nth-child(3)::before{background:linear-gradient(90deg,var(--aqua-deep),var(--aqua));}
#mxh-root .mxh_safeguard-number{position:absolute;right:22px;top:19px;color:rgba(18,8,29,.06);font-family:var(--mono);font-size:58px;font-weight:600;line-height:1;}
#mxh-root .mxh_safeguard-icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:23px;border-radius:16px;background:rgba(222,9,127,.09);}
#mxh-root .mxh_safeguard:nth-child(2) .mxh_safeguard-icon{background:rgba(61,123,255,.1);}
#mxh-root .mxh_safeguard:nth-child(3) .mxh_safeguard-icon{background:rgba(20,224,192,.12);}
#mxh-root .mxh_safeguard-icon svg{width:26px;height:26px;fill:none;stroke:var(--mag);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_safeguard:nth-child(2) .mxh_safeguard-icon svg{stroke:var(--blue);}
#mxh-root .mxh_safeguard:nth-child(3) .mxh_safeguard-icon svg{stroke:var(--aqua-deep);}
#mxh-root .mxh_safeguard h3{font-size:21px;margin-bottom:12px;}
#mxh-root .mxh_safeguard>p{color:var(--ink-2);font-size:14.3px;}
#mxh-root .mxh_safeguard-list{display:grid;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line);}
#mxh-root .mxh_safeguard-list li{position:relative;padding-left:21px;color:var(--ink-2);font-size:13.5px;line-height:1.5;}
#mxh-root .mxh_safeguard-list li::before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:50%;background:var(--mag);box-shadow:0 0 0 4px rgba(222,9,127,.1);}
#mxh-root .mxh_safeguard:nth-child(2) li::before{background:var(--blue);box-shadow:0 0 0 4px rgba(61,123,255,.09);}
#mxh-root .mxh_safeguard:nth-child(3) li::before{background:var(--aqua-deep);box-shadow:0 0 0 4px rgba(20,224,192,.1);}
#mxh-root .mxh_safeguard-foot{margin-top:29px;padding:20px 24px;border:1px solid rgba(139,92,246,.18);border-radius:16px;background:rgba(139,92,246,.055);color:var(--ink-2);font-size:14.5px;text-align:center;}


#mxh-root .mxh_handoff{overflow:hidden;}
#mxh-root .mxh_handoff-track{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;}
#mxh-root .mxh_handoff-track::before{content:"";position:absolute;left:7%;right:7%;top:35px;height:2px;background:linear-gradient(90deg,var(--mag),var(--blue),var(--aqua));opacity:.35;}
#mxh-root .mxh_handoff-step{position:relative;z-index:1;text-align:center;}
#mxh-root .mxh_step-dot{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 20px;border:1px solid rgba(222,9,127,.22);border-radius:50%;background:#fff;box-shadow:0 12px 30px rgba(18,8,29,.07);}
#mxh-root .mxh_handoff-step:nth-child(2) .mxh_step-dot{border-color:rgba(139,92,246,.25);}
#mxh-root .mxh_handoff-step:nth-child(3) .mxh_step-dot{border-color:rgba(61,123,255,.25);}
#mxh-root .mxh_handoff-step:nth-child(4) .mxh_step-dot{border-color:rgba(20,224,192,.28);}
#mxh-root .mxh_handoff-step:nth-child(5) .mxh_step-dot{border-color:rgba(222,9,127,.22);}
#mxh-root .mxh_step-dot span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:rgba(222,9,127,.09);}
#mxh-root .mxh_handoff-step:nth-child(2) .mxh_step-dot span{background:rgba(139,92,246,.1);}
#mxh-root .mxh_handoff-step:nth-child(3) .mxh_step-dot span{background:rgba(61,123,255,.1);}
#mxh-root .mxh_handoff-step:nth-child(4) .mxh_step-dot span{background:rgba(20,224,192,.12);}
#mxh-root .mxh_handoff-step:nth-child(5) .mxh_step-dot span{background:rgba(222,9,127,.09);}
#mxh-root .mxh_step-dot svg{width:22px;height:22px;fill:none;stroke:var(--mag);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_handoff-step:nth-child(2) svg{stroke:var(--violet);}
#mxh-root .mxh_handoff-step:nth-child(3) svg{stroke:var(--blue);}
#mxh-root .mxh_handoff-step:nth-child(4) svg{stroke:var(--aqua-deep);}
#mxh-root .mxh_handoff-step h3{font-size:16.5px;margin-bottom:8px;}
#mxh-root .mxh_handoff-step p{color:var(--ink-2);font-size:13.5px;}
#mxh-root .mxh_handoff-callout{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;margin-top:38px;padding:25px 27px;border:2px solid transparent;border-radius:18px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(120deg,var(--mag),var(--blue),var(--aqua)) border-box;box-shadow:0 18px 48px rgba(61,123,255,.08);}
#mxh-root .mxh_handoff-callout>span{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;}
#mxh-root .mxh_handoff-callout svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_handoff-callout h3{font-size:17.5px;margin-bottom:5px;}
#mxh-root .mxh_handoff-callout p{color:var(--ink-2);font-size:14px;}


#mxh-root .mxh_minimum{background:radial-gradient(740px 460px at 8% 12%,rgba(139,92,246,.16),transparent 66%),radial-gradient(720px 440px at 94% 88%,rgba(20,224,192,.1),transparent 68%),var(--dark);}
#mxh-root .mxh_minimum-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:60px;align-items:center;}
#mxh-root .mxh_minimum-points{display:grid;gap:17px;margin-top:29px;}
#mxh-root .mxh_minimum-point{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;}
#mxh-root .mxh_minimum-point>span{width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--dark-line);border-radius:12px;background:rgba(255,255,255,.045);}
#mxh-root .mxh_minimum-point svg{width:18px;height:18px;fill:none;stroke:var(--aqua);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_minimum-point b{display:block;margin-bottom:3px;color:#fff;font-size:15px;}
#mxh-root .mxh_minimum-point p{color:var(--dark-muted)!important;font-size:13.8px;}
#mxh-root .mxh_access-panel{overflow:hidden;border:1px solid var(--dark-line);border-radius:21px;background:#0b0712;box-shadow:0 34px 80px rgba(0,0,0,.45);}
#mxh-root .mxh_access-top{display:flex;align-items:center;gap:10px;padding:15px 18px;border-bottom:1px solid var(--dark-line);background:rgba(255,255,255,.025);}
#mxh-root .mxh_access-title{color:#91859f;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;}
#mxh-root .mxh_access-tag{margin-left:auto;padding:5px 9px;border:1px solid rgba(20,224,192,.25);border-radius:6px;color:var(--aqua);font-family:var(--mono);font-size:9px;letter-spacing:.08em;}
#mxh-root .mxh_access-body{padding:18px;}
#mxh-root .mxh_access-grid{display:grid;grid-template-columns:1.2fr repeat(3,.7fr);border:1px solid var(--dark-line);border-radius:13px;overflow:hidden;}
#mxh-root .mxh_access-cell{min-height:54px;display:flex;align-items:center;padding:11px;border-right:1px solid var(--dark-line);border-bottom:1px solid var(--dark-line);color:#c8bdd2;font-size:11px;}
#mxh-root .mxh_access-cell:nth-child(4n){border-right:0;}
#mxh-root .mxh_access-cell:nth-last-child(-n/**/+4){border-bottom:0;}
#mxh-root .mxh_access-cell.--head{justify-content:center;background:rgba(255,255,255,.035);color:#91859f;font-family:var(--mono);font-size:8.5px;letter-spacing:.08em;text-align:center;text-transform:uppercase;}
#mxh-root .mxh_access-cell.--row{color:#ddd4e4;font-weight:700;}
#mxh-root .mxh_access-cell.--yes, #mxh-root .mxh_access-cell.--no, #mxh-root .mxh_access-cell.--review{justify-content:center;font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.05em;}
#mxh-root .mxh_access-cell.--yes{color:var(--aqua);background:rgba(20,224,192,.055);}
#mxh-root .mxh_access-cell.--no{color:#7f738b;}
#mxh-root .mxh_access-cell.--review{color:#ffd166;background:rgba(255,209,102,.04);}
#mxh-root .mxh_access-note{margin-top:15px;color:#85798f;font-size:11.5px;line-height:1.6;}


#mxh-root .mxh_ba-grid{display:grid;grid-template-columns:minmax(0,1fr) 92px minmax(0,1fr);gap:22px;align-items:stretch;}
#mxh-root .mxh_ba-card{padding:31px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 16px 44px rgba(18,8,29,.055);}
#mxh-root .mxh_ba-label{display:inline-flex;margin-bottom:16px;color:var(--mag);font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;}
#mxh-root .mxh_ba-card.--associate .mxh_ba-label{color:var(--blue);}
#mxh-root .mxh_ba-card h3{font-size:20px;margin-bottom:15px;}
#mxh-root .mxh_ba-list{display:grid;gap:12px;}
#mxh-root .mxh_ba-list li{position:relative;padding-left:24px;color:var(--ink-2);font-size:14px;line-height:1.58;}
#mxh-root .mxh_ba-list li::before{content:"";position:absolute;left:0;top:.69em;width:11px;height:2px;border-radius:2px;background:var(--mag);}
#mxh-root .mxh_ba-card.--associate li::before{background:var(--blue);}
#mxh-root .mxh_ba-bridge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;}
#mxh-root .mxh_ba-bridge-mark{width:66px;height:66px;display:grid;place-items:center;border-radius:18px;transform:rotate(45deg);background:linear-gradient(135deg,var(--mag),var(--blue));box-shadow:0 15px 36px rgba(61,123,255,.24);color:#fff;}
#mxh-root .mxh_ba-bridge-mark svg{width:27px;height:27px;transform:rotate(-45deg);fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_ba-bridge small{color:var(--ink-2);font-family:var(--mono);font-size:8.7px;font-weight:600;letter-spacing:.11em;line-height:1.45;text-align:center;text-transform:uppercase;}
#mxh-root .mxh_ba-answer{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start;margin-top:23px;padding:28px 30px;border:1px solid rgba(20,224,192,.22);border-radius:18px;background:rgba(20,224,192,.055);}
#mxh-root .mxh_ba-answer>span{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--aqua-deep),var(--aqua));color:#06251f;}
#mxh-root .mxh_ba-answer svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_ba-answer h3{font-size:17.5px;margin-bottom:5px;}
#mxh-root .mxh_ba-answer p{color:var(--ink-2);font-size:14px;}


#mxh-root .mxh_breach{background:radial-gradient(760px 420px at 90% 10%,rgba(222,9,127,.16),transparent 65%),radial-gradient(720px 420px at 7% 88%,rgba(61,123,255,.13),transparent 66%),var(--dark-2);}
#mxh-root .mxh_breach-grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:62px;align-items:center;}
#mxh-root .mxh_breach-copy .mxh_head{margin-bottom:0;}
#mxh-root .mxh_breach-copy p+p{margin-top:14px;}
#mxh-root .mxh_breach-copy>p{color:var(--dark-muted);font-size:14.5px;}
#mxh-root .mxh_breach-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;}
#mxh-root .mxh_breach-links a{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid var(--dark-line);border-radius:999px;background:rgba(255,255,255,.035);color:#d6cddd;font-size:11.5px;font-weight:700;transition:border-color .2s ease,color .2s ease,background .2s ease;}
#mxh-root .mxh_breach-links a:hover{border-color:var(--aqua);background:rgba(20,224,192,.06);color:var(--aqua);}
#mxh-root .mxh_breach-links svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_incident-panel{overflow:hidden;border:1px solid var(--dark-line);border-radius:20px;background:#09060e;box-shadow:0 34px 80px rgba(0,0,0,.48);}
#mxh-root .mxh_incident-top{display:flex;align-items:center;gap:10px;padding:15px 18px;border-bottom:1px solid var(--dark-line);background:rgba(255,255,255,.02);}
#mxh-root .mxh_incident-top span{color:#91859f;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;}
#mxh-root .mxh_incident-top b{margin-left:auto;color:#ffd166;font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.08em;}
#mxh-root .mxh_incident-body{position:relative;padding:22px 20px 24px;}
#mxh-root .mxh_incident-body::before{content:"";position:absolute;left:37px;top:30px;bottom:31px;width:1px;background:linear-gradient(var(--mag-soft),var(--blue-soft),var(--aqua));opacity:.44;}
#mxh-root .mxh_incident-row{position:relative;display:grid;grid-template-columns:34px 82px 1fr;gap:13px;align-items:start;padding:9px 0;color:#c8bed2;font-family:var(--mono);font-size:10px;line-height:1.55;}
#mxh-root .mxh_incident-dot{width:13px;height:13px;margin:2px auto 0;border:3px solid #09060e;border-radius:50%;background:var(--mag-soft);box-shadow:0 0 0 2px rgba(255,79,174,.2);}
#mxh-root .mxh_incident-row:nth-child(2) .mxh_incident-dot, #mxh-root .mxh_incident-row:nth-child(3) .mxh_incident-dot{background:var(--blue-soft);box-shadow:0 0 0 2px rgba(61,123,255,.2);}
#mxh-root .mxh_incident-row:nth-child(4) .mxh_incident-dot, #mxh-root .mxh_incident-row:nth-child(5) .mxh_incident-dot{background:var(--aqua);box-shadow:0 0 0 2px rgba(20,224,192,.2);}
#mxh-root .mxh_incident-row time{color:#746a7d;}
#mxh-root .mxh_incident-row strong{display:block;margin-bottom:3px;color:#fff;font-weight:600;}
#mxh-root .mxh_incident-row p{color:#a99daf!important;font-family:var(--font);font-size:12.5px;line-height:1.5;}


#mxh-root .mxh_feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
#mxh-root .mxh_feature-card{position:relative;display:flex;flex-direction:column;min-height:250px;padding:28px 25px;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 14px 42px rgba(18,8,29,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
#mxh-root a.mxh_feature-card:hover{transform:translateY(-5px);border-color:rgba(222,9,127,.32);box-shadow:0 22px 54px rgba(18,8,29,.1);}
#mxh-root .mxh_feature-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:20px;border-radius:14px;background:rgba(222,9,127,.09);}
#mxh-root .mxh_feature-card:nth-child(3n/**/+2) .mxh_feature-icon{background:rgba(61,123,255,.1);}
#mxh-root .mxh_feature-card:nth-child(3n) .mxh_feature-icon{background:rgba(20,224,192,.12);}
#mxh-root .mxh_feature-icon svg{width:22px;height:22px;fill:none;stroke:var(--mag);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_feature-card:nth-child(3n/**/+2) svg{stroke:var(--blue);}
#mxh-root .mxh_feature-card:nth-child(3n) svg{stroke:var(--aqua-deep);}
#mxh-root .mxh_feature-card h3{margin-bottom:9px;font-size:17.5px;}
#mxh-root .mxh_feature-card p{color:var(--ink-2);font-size:14px;}
#mxh-root .mxh_feature-go{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:18px;color:var(--mag);font-size:13px;font-weight:700;}
#mxh-root .mxh_feature-go svg{width:15px;height:15px;stroke:currentColor;transition:transform .2s ease;}
#mxh-root a.mxh_feature-card:hover .mxh_feature-go svg{transform:translateX(4px);}


#mxh-root .mxh_workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;}
#mxh-root .mxh_workflow-card{display:flex;flex-direction:column;min-height:270px;padding:28px 24px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
#mxh-root .mxh_workflow-card:hover{transform:translateY(-5px);border-color:rgba(61,123,255,.28);box-shadow:0 20px 46px rgba(18,8,29,.09);}
#mxh-root .mxh_workflow-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--blue);font-family:var(--mono);font-size:9.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;}
#mxh-root .mxh_workflow-kicker::before{content:"";width:8px;height:8px;border-radius:3px;background:var(--blue);}
#mxh-root .mxh_workflow-card:nth-child(2) .mxh_workflow-kicker{color:var(--mag);}
#mxh-root .mxh_workflow-card:nth-child(2) .mxh_workflow-kicker::before{background:var(--mag);}
#mxh-root .mxh_workflow-card:nth-child(3) .mxh_workflow-kicker{color:var(--aqua-deep);}
#mxh-root .mxh_workflow-card:nth-child(3) .mxh_workflow-kicker::before{background:var(--aqua-deep);}
#mxh-root .mxh_workflow-card:nth-child(4) .mxh_workflow-kicker{color:var(--violet);}
#mxh-root .mxh_workflow-card:nth-child(4) .mxh_workflow-kicker::before{background:var(--violet);}
#mxh-root .mxh_workflow-card h3{margin-bottom:10px;font-size:17.5px;}
#mxh-root .mxh_workflow-card p{color:var(--ink-2);font-size:14px;}
#mxh-root .mxh_workflow-foot{margin-top:auto;padding-top:18px;color:var(--ink-2);font-family:var(--mono);font-size:9.5px;letter-spacing:.05em;text-transform:uppercase;}


#mxh-root .mxh_boundary{background:radial-gradient(700px 440px at 10% 10%,rgba(222,9,127,.15),transparent 65%),var(--dark-2);}
#mxh-root .mxh_boundary-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:64px;align-items:start;}
#mxh-root .mxh_frameworks{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px;}
#mxh-root .mxh_framework{display:inline-flex;align-items:center;padding:9px 14px;border:1px solid var(--dark-line);border-radius:999px;background:rgba(255,255,255,.035);color:#d4cadf;font-size:12px;font-weight:700;transition:border-color .2s ease,color .2s ease,background .2s ease;}
#mxh-root a.mxh_framework:hover{border-color:var(--aqua);background:rgba(20,224,192,.07);color:var(--aqua);}
#mxh-root .mxh_honest{margin-top:25px;padding:20px 22px;border:1px solid var(--dark-line);border-left:3px solid var(--mag-soft);border-radius:0 14px 14px 0;background:rgba(255,255,255,.035);color:var(--dark-muted);font-size:14px;}
#mxh-root .mxh_honest strong{color:#fff;}
#mxh-root .mxh_boundary-list{border-top:1px solid var(--dark-line);}
#mxh-root .mxh_boundary-item{display:grid;grid-template-columns:auto 1fr;gap:15px;padding:21px 0;border-bottom:1px solid var(--dark-line);}
#mxh-root .mxh_boundary-tick{width:25px;height:25px;display:grid;place-items:center;margin-top:1px;border-radius:8px;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;}
#mxh-root .mxh_boundary-tick svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;}
#mxh-root .mxh_boundary-item h3{margin-bottom:5px;font-size:15.5px;}
#mxh-root .mxh_boundary-item p{color:var(--dark-muted)!important;font-size:14px;}


#mxh-root .mxh_faq-layout{display:grid;grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr);gap:58px;align-items:start;min-width:0;}
#mxh-root .mxh_faq-side{position:sticky;top:24px;min-width:0;}
#mxh-root .mxh_faq-side p{margin-top:16px;color:var(--ink-2);font-size:15px;}
#mxh-root .mxh_faq-side .mxh_btn{margin-top:25px;}
#mxh-root .mxh_faq-list{display:grid;gap:12px;width:100%;min-width:0;}
#mxh-root .mxh_faq-item{width:100%;min-width:0;max-width:100%;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 6px 20px rgba(18,8,29,.035);}
#mxh-root .mxh_faq-item:nth-child(odd){background:#fff;}
#mxh-root .mxh_faq-item:nth-child(even){background:#f5f3f7;}
#mxh-root .mxh_faq-item:nth-child(even) .mxh_faq-plus{background:#fff;}
#mxh-root .mxh_faq-item summary{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 30px;gap:12px;align-items:center;width:100%;min-width:0;padding:22px;cursor:pointer;list-style:none;color:var(--ink);}
#mxh-root .mxh_faq-item summary::-webkit-details-marker{display:none;}
#mxh-root .mxh_faq-item summary::marker{display:none;content:"";}
#mxh-root .mxh_faq-item summary:focus-visible{outline:3px solid var(--blue);outline-offset:-3px;border-radius:14px;}
#mxh-root .mxh_faq-number{color:var(--mag);font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.08em;}
#mxh-root .mxh_faq-question{display:block;min-width:0;max-width:100%;font-size:16px;font-weight:800;line-height:1.35;white-space:normal;overflow-wrap:anywhere;}
#mxh-root .mxh_faq-plus{position:relative;display:block;width:26px;height:26px;min-width:26px;justify-self:end;border:1px solid var(--line);border-radius:8px;background:var(--paper-2);}
#mxh-root .mxh_faq-plus::before, #mxh-root .mxh_faq-plus::after{content:"";position:absolute;left:50%;top:50%;display:block;width:11px;height:2px;border-radius:2px;background:var(--mag);transform:translate(-50%,-50%);transition:transform .22s ease;}
#mxh-root .mxh_faq-plus::after{transform:translate(-50%,-50%) rotate(90deg);}
#mxh-root .mxh_faq-item[open] .mxh_faq-plus::after{transform:translate(-50%,-50%) rotate(0deg);}
#mxh-root .mxh_faq-answer{display:block;width:100%;min-width:0;max-width:100%;padding:0 26px 27px 76px;color:var(--ink-2);font-size:14.5px;overflow:visible!important;}
#mxh-root .mxh_faq-item:not([open])>.mxh_faq-answer{display:none!important;}
#mxh-root .mxh_faq-answer p+p{margin-top:13px;}
#mxh-root .mxh_faq-answer ul{display:grid;gap:8px;margin:14px 0;}
#mxh-root .mxh_faq-answer li{position:relative;padding-left:22px;line-height:1.6;}
#mxh-root .mxh_faq-answer li::before{content:"";position:absolute;left:0;top:.68em;width:9px;height:9px;border-radius:50%;background:var(--aqua);box-shadow:0 0 0 4px rgba(20,224,192,.12);}
#mxh-root .mxh_faq-answer strong{color:var(--ink);}
#mxh-root .mxh_faq-answer .mxh_faq-blue{color:var(--blue);}
#mxh-root .mxh_faq-answer .mxh_faq-violet{color:var(--violet);}
#mxh-root .mxh_faq-answer .mxh_faq-mag{color:var(--mag);}
#mxh-root .mxh_faq-answer .mxh_faq-aqua{color:var(--aqua-deep);}
#mxh-root .mxh_faq-answer a{color:var(--mag);font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;overflow-wrap:anywhere;}
#mxh-root .mxh_faq-answer a:hover{color:var(--mag-deep);}


#mxh-root .mxh_final{position:relative!important;inset:auto!important;bottom:auto!important;z-index:auto!important;padding:88px 0 104px;background:radial-gradient(720px 370px at 12% 0%,rgba(139,92,246,.17),transparent 64%),radial-gradient(760px 420px at 90% 110%,rgba(222,9,127,.23),transparent 66%),var(--dark);color:var(--dark-text);}
#mxh-root .mxh_sticky-cta, #mxh-root [data-sticky-cta]{display:none!important;}
#mxh-root .mxh_final-panel{position:relative;max-width:960px;margin:0 auto;color:var(--dark-text);text-align:center;}
#mxh-root .mxh_final-panel h2{max-width:880px;margin:0 auto;color:#fff!important;}
#mxh-root .mxh_final-panel .mxh_lead{margin:16px auto 0;color:var(--dark-muted)!important;}
#mxh-root .mxh_final-checks{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;margin-top:34px;color:var(--dark-muted);font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;}
#mxh-root .mxh_final-checks span::before{content:"✓";margin-right:8px;color:var(--aqua);font-weight:800;}


#mxh-root{--mxh-header-overlap:180px;}

@media(min-width:1025px){
  #mxh-root{position:relative;z-index:0;margin-top:calc(var(--mxh-header-overlap) * -1);}
  #mxh-root .mxh_hero{padding-top:calc(var(--mxh-header-overlap) + 122px);padding-bottom:104px;min-height:720px;}
}
body.mxh-hipaa-page #mxr-header-root, body.mxh-hipaa-page .mxr_header_chrome{position:relative;z-index:9500;background:transparent!important;}
body.mxh-hipaa-page #mxr-hdr{background:transparent!important;background-color:transparent!important;background-image:none!important;border-color:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none;backdrop-filter:none;}
body.mxh-hipaa-page #mxr-hdr.--sc{background:rgba(11,7,18,.91)!important;background-color:rgba(11,7,18,.91)!important;background-image:none!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 10px 30px rgba(18,8,29,.16)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);}
body.mxh-hipaa-page #mxr-hdr .mxr_hdr-in{background:transparent!important;}
body.mxh-hipaa-page #mxr-hdr .mxr_hdr-nav a, body.mxh-hipaa-page #mxr-hdr .mxr_hdr-login{color:#f6f1fa!important;}
body.mxh-hipaa-page #mxr-hdr .mxr_hdr-nav a:hover{color:#fff!important;background:rgba(255,255,255,.07)!important;}
body.mxh-hipaa-page #mxr-hdr .mxr_hdr-login svg{stroke:currentColor!important;}
body.mxh-hipaa-page #mxr-hdr .mxr_hdr-logo img{transition:filter .2s ease,opacity .2s ease;}
body.mxh-hipaa-page #mxr-hdr .mxr_hdr-logo img.mxh-header-logo-white-fallback{filter:brightness(0) invert(1);}

@media(max-width:1120px){
  #mxh-root .mxh_feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  #mxh-root .mxh_feature-card{display:grid;grid-template-columns:46px minmax(0,1fr);grid-template-rows:46px auto 1fr;column-gap:14px;align-content:start;min-height:235px;}
  #mxh-root .mxh_feature-icon{grid-column:1;grid-row:1;margin:0;}
  #mxh-root .mxh_feature-card h3{grid-column:2;grid-row:1;align-self:center;margin:0;}
  #mxh-root .mxh_feature-card p{grid-column:1/-1;grid-row:2;margin-top:18px;}
  #mxh-root .mxh_feature-go{grid-column:1/-1;grid-row:3;align-self:end;margin-top:0;}
  #mxh-root .mxh_workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  #mxh-root .mxh_map-stage{grid-template-columns:minmax(160px,.8fr) minmax(220px,1.05fr) minmax(160px,.8fr);gap:15px;}
}
@media(max-width:1040px){
  #mxh-root h1{font-size:clamp(34px,5.1vw,52px);}
  #mxh-root h2{font-size:clamp(27px,4.35vw,41px);}
  #mxh-root .mxh_section{padding:82px 0;}
  #mxh-root .mxh_rule-grid, #mxh-root .mxh_minimum-grid, #mxh-root .mxh_breach-grid, #mxh-root .mxh_boundary-grid, #mxh-root .mxh_faq-layout{grid-template-columns:minmax(0,1fr);gap:42px;}
  #mxh-root .mxh_faq-side{position:static!important;top:auto!important;transform:none!important;}
  #mxh-root .mxh_safeguard-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  #mxh-root .mxh_safeguard:last-child{grid-column:1/-1;max-width:calc(50% - 10px);width:100%;margin:0 auto;}
  #mxh-root .mxh_handoff-track{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:30px;}
  #mxh-root .mxh_handoff-track::before{display:none;}
  #mxh-root .mxh_map-stage{grid-template-columns:1fr;}
  #mxh-root .mxh_map-side{grid-template-columns:repeat(2,minmax(0,1fr));}
  #mxh-root .mxh_map-core{order:-1;max-width:520px;width:100%;margin:0 auto;}
  #mxh-root .mxh_ba-grid{grid-template-columns:1fr;}
  #mxh-root .mxh_ba-bridge{flex-direction:row;padding:4px 0;}
  #mxh-root .mxh_head, #mxh-root .mxh_rule-grid>div:first-child, #mxh-root .mxh_minimum-grid>div:first-child, #mxh-root .mxh_breach-grid>div:first-child, #mxh-root .mxh_boundary-grid>div:first-child, #mxh-root .mxh_faq-side{text-align:center;}
  #mxh-root .mxh_head{margin-left:auto;margin-right:auto;}
  #mxh-root .mxh_eyebrow{justify-content:center;}
  #mxh-root .mxh_lead{margin-left:auto;margin-right:auto;}
  #mxh-root .mxh_frameworks, #mxh-root .mxh_breach-links, #mxh-root .mxh_ctas, #mxh-root .mxh_final-checks{justify-content:center;}
  #mxh-root .mxh_rule-stack, #mxh-root .mxh_safeguard, #mxh-root .mxh_handoff-callout, #mxh-root .mxh_minimum-points, #mxh-root .mxh_minimum-point, #mxh-root .mxh_access-panel, #mxh-root .mxh_ba-card, #mxh-root .mxh_ba-answer, #mxh-root .mxh_incident-panel, #mxh-root .mxh_feature-card, #mxh-root .mxh_workflow-card, #mxh-root .mxh_honest, #mxh-root .mxh_boundary-list, #mxh-root .mxh_boundary-item, #mxh-root .mxh_faq-list, #mxh-root .mxh_faq-item, #mxh-root .mxh_care-map{text-align:left;}
}
@media(max-width:767px){
  #mxh-root{--wrap:min(100% - 32px,1380px);--mxh-header-overlap:126px;margin-top:calc(var(--mxh-header-overlap) * -1);}
  #mxh-root .mxh_hero{padding-top:calc(var(--mxh-header-overlap) + 138px + env(safe-area-inset-top));padding-bottom:82px;}
  #mxh-root .mxh_hero-sub{margin-top:18px;font-size:16px;}
  #mxh-root .mxh_ctas{flex-direction:column;align-items:center;}
  #mxh-root .mxh_ctas>.mxh_btn, #mxh-root .mxh_ctas>div{width:min(100%,300px);}
  #mxh-root .mxh_ctas>div>.mxh_btn{width:100%;}
  #mxh-root .mxh_care-map{margin-top:39px;padding:17px 15px;}
  #mxh-root .mxh_map-top{align-items:flex-start;flex-wrap:wrap;}
  #mxh-root .mxh_map-status{margin-left:0;}
  #mxh-root .mxh_map-side{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  #mxh-root .mxh_care-node{min-height:132px;padding:14px;}
  #mxh-root .mxh_node-top{align-items:flex-start;}
  #mxh-root .mxh_node-icon{width:31px;height:31px;}
  #mxh-root .mxh_node-copy b{font-size:12px;}
  #mxh-root .mxh_node-copy span{font-size:7.5px;}
  #mxh-root .mxh_node-file{display:grid;font-size:7.6px;}
  #mxh-root .mxh_map-core{min-height:242px;}
  #mxh-root .mxh_map-log p{grid-template-columns:62px 1fr;gap:8px;}
  #mxh-root .mxh_map-log p span:last-child{grid-column:1/-1;}
  #mxh-root .mxh_hero-proof{grid-template-columns:repeat(2,minmax(0,1fr));}
  #mxh-root .mxh_rule-stack{padding:20px;}
  #mxh-root .mxh_rule-card{padding:17px;}
  #mxh-root .mxh_safeguard-grid, #mxh-root .mxh_feature-grid, #mxh-root .mxh_workflow-grid{grid-template-columns:1fr;}
  #mxh-root .mxh_safeguard:last-child{grid-column:auto;max-width:none;}
  #mxh-root .mxh_handoff-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px;}
  #mxh-root .mxh_handoff-step:last-child{grid-column:1/-1;max-width:calc(50% - 7px);width:100%;margin:0 auto;}
  #mxh-root .mxh_handoff-callout, #mxh-root .mxh_ba-answer{grid-template-columns:1fr;}
  #mxh-root .mxh_access-body{padding:13px;overflow-x:auto;}
  #mxh-root .mxh_access-grid{min-width:610px;}
  #mxh-root .mxh_ba-card{padding:25px 22px;}
  #mxh-root .mxh_incident-body{padding:18px 14px 21px;}
  #mxh-root .mxh_incident-body::before{left:25px;}
  #mxh-root .mxh_incident-row{grid-template-columns:23px 67px 1fr;gap:8px;font-size:8.8px;}
  #mxh-root .mxh_incident-row p{font-size:11.8px;}
  #mxh-root .mxh_faq-layout{gap:26px!important;}
  #mxh-root .mxh_faq-list{gap:10px;}
  #mxh-root .mxh_faq-item summary{grid-template-columns:30px minmax(0,1fr) 28px;gap:10px;padding:18px 14px;}
  #mxh-root .mxh_faq-question{font-size:15px;line-height:1.4;}
  #mxh-root .mxh_faq-answer{padding:0 14px 20px!important;}
  #mxh-root .mxh_final{padding:72px 0 90px;}
}
@media(min-width:768px) and (max-width:1040px){
  #mxh-root{--mxh-header-overlap:150px;margin-top:calc(var(--mxh-header-overlap) * -1);}
  #mxh-root .mxh_hero{padding-top:calc(var(--mxh-header-overlap) + 182px + env(safe-area-inset-top));padding-bottom:100px;}
}
#mxh-root, #mxh-root .mxh_final{margin-bottom:0!important;}

@media(prefers-reduced-motion:reduce){
  #mxh-root *{scroll-behavior:auto!important;animation-duration:.001s!important;animation-iteration-count:1!important;transition-duration:.001s!important;}
  #mxh-root .mxh_mark svg path{stroke-dashoffset:0;}
}
