:root{
  --mueh-navy:#082456;
  --mueh-ink:#0b1d48;
  --mueh-mint:#6fd7cb;
  --mueh-mint-deep:#4cc9b8;
  --mueh-mint-soft:#eefaf8;
  --mueh-canvas:#f5f7f8;
  --mueh-surface:#fff;
  --mueh-text:#5f6f8c;
  --mueh-secondary:#68758f;
  --mueh-muted:#98a2b3;
  --mueh-line:#dbe3ea;
  --mueh-radius:24px;
  --mueh-shadow:0 22px 62px rgba(8,36,86,.08);
}

html{scroll-behavior:smooth}
body.moveu-editorial-how-page{
  margin:0!important;
  overflow-x:hidden;
  background:var(--mueh-canvas)!important;
  color:var(--mueh-text);
}
body.moveu-editorial-how-page :where(.site,.site-content,.content-area){max-width:none!important;margin:0!important;padding:0!important}
.mueh,.mueh *{box-sizing:border-box}
.mueh{
  min-width:0;
  overflow:clip;
  background:var(--mueh-canvas);
  color:var(--mueh-text);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.68;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.mueh :where(h1,h2,h3,h4,p,blockquote,ul,ol){margin-top:0}
.mueh :where(h1,h2,h3,h4){color:var(--mueh-ink);font-family:inherit;text-wrap:balance}
.mueh :where(p,li){overflow-wrap:anywhere}
.mueh a{color:var(--mueh-navy);text-underline-offset:3px}
.mueh a:hover{color:#0d3674}
.mueh :where(a,button,summary):focus-visible{outline:3px solid rgba(76,201,184,.38)!important;outline-offset:3px!important}
.mueh-wrap{width:min(calc(100% - 32px),1160px);margin-inline:auto}
.mueh-reading{max-width:790px}
.mueh__skip{
  position:fixed;z-index:1000;left:16px;top:10px;min-height:44px;padding:10px 15px;
  display:flex;align-items:center;border-radius:12px;background:var(--mueh-navy);color:#fff!important;
  font-weight:800;text-decoration:none;transform:translateY(-150%);
}
.mueh__skip:focus{transform:translateY(0)}
.mueh-breadcrumb{padding-block:19px 8px;display:flex;align-items:center;gap:9px;color:var(--mueh-muted);font-size:13px;font-weight:680}
.mueh-breadcrumb a{text-decoration:none}

.mueh-hero{position:relative;padding:44px 0 52px}
.mueh-hero::before{
  content:"";position:absolute;z-index:0;inset:-120px -25% 0;
  background:
    radial-gradient(circle at 18% 28%,rgba(111,215,203,.22),transparent 32%),
    radial-gradient(circle at 82% 12%,rgba(173,208,244,.24),transparent 30%);
  pointer-events:none;
}
.mueh-hero__grid{position:relative;z-index:1;display:grid;gap:34px}
.mueh-eyebrow{margin-bottom:13px;color:var(--mueh-mint-deep)!important;font-size:12px;font-weight:860;letter-spacing:.12em;line-height:1.3;text-transform:uppercase}
.mueh-hero h1{max-width:760px;margin-bottom:19px;font-size:clamp(46px,13vw,68px);font-weight:850;letter-spacing:-.058em;line-height:.98}
.mueh-hero__lead{max-width:760px;margin-bottom:23px;color:var(--mueh-secondary);font-size:clamp(18px,5vw,23px);line-height:1.47;letter-spacing:-.014em}
.mueh-hero__byline{margin-bottom:8px;color:var(--mueh-secondary);font-size:14px}
.mueh-hero__byline a{font-weight:790;text-decoration:none}
.mueh-hero__date{margin:0;display:flex;align-items:center;gap:8px;color:var(--mueh-muted);font-size:13px;font-weight:650}
.mueh-hero__date>span{width:7px;height:7px;border-radius:999px;background:var(--mueh-mint-deep);box-shadow:0 0 0 5px rgba(76,201,184,.12)}
.mueh-hero__visual{
  min-height:310px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;
  border:1px solid rgba(219,227,234,.86);border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(238,250,248,.82));
  box-shadow:var(--mueh-shadow);
}
.mueh-hero__mark{display:flex;align-items:center;justify-content:space-between;gap:16px}
.mueh-hero__mark span{color:var(--mueh-navy);font-size:22px;font-weight:900;letter-spacing:-.055em}
.mueh-hero__mark small{color:var(--mueh-muted);font-size:11px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}
.mueh-hero__nodes{display:grid;gap:9px}
.mueh-hero__nodes>span{
  min-height:63px;padding:12px 14px;display:grid;grid-template-columns:58px 1fr;align-items:center;
  border:1px solid rgba(219,227,234,.9);border-radius:17px;background:#fff;
}
.mueh-hero__nodes>span.is-primary{border-color:rgba(76,201,184,.45);background:var(--mueh-mint-soft)}
.mueh-hero__nodes b{color:var(--mueh-navy);font-size:13px;letter-spacing:.08em}
.mueh-hero__nodes small{color:var(--mueh-secondary);font-size:13px;font-weight:670}

.mueh-trust{padding:0 0 48px}
.mueh-trust__grid{display:grid;gap:12px}
.mueh-trust article{min-height:156px;padding:20px;border:1px solid var(--mueh-line);border-radius:20px;background:rgba(255,255,255,.9)}
.mueh-trust article>span{display:block;margin-bottom:18px;color:var(--mueh-mint-deep);font-size:12px;font-weight:850;letter-spacing:.1em}
.mueh-trust h2{margin-bottom:7px;font-size:18px;line-height:1.2;letter-spacing:-.025em}
.mueh-trust p{margin:0;font-size:14px;line-height:1.52}

.mueh-section{padding:62px 0;scroll-margin-top:88px}
.mueh-section:nth-of-type(even){background:rgba(255,255,255,.52)}
.mueh-section h2{max-width:900px;margin-bottom:22px;font-size:clamp(33px,8vw,52px);font-weight:830;letter-spacing:-.048em;line-height:1.06}
.mueh-section h3{margin-bottom:10px;font-size:22px;line-height:1.18;letter-spacing:-.03em}
.mueh-section h4{margin-bottom:14px;color:var(--mueh-secondary);font-size:16px;line-height:1.45}
.mueh-section p{margin-bottom:16px}
.mueh-section ul{padding-left:22px;margin-bottom:19px}
.mueh-section li+li{margin-top:5px}
.mueh-section blockquote{
  margin:24px 0;padding:4px 0 4px 20px;border-left:4px solid var(--mueh-mint-deep);
  color:var(--mueh-navy);font-size:clamp(20px,5.4vw,27px);font-weight:760;line-height:1.42;letter-spacing:-.025em;
}
.mueh-section--intro{padding-top:76px;background:#fff!important}
.mueh-section--intro .mueh-reading{margin-inline:auto;text-align:left}
.mueh-section--intro>div>p:not(.mueh-eyebrow){font-size:17px}

.mueh-section--process{background:linear-gradient(180deg,#fff 0%,#f5f9f9 100%)!important}
.mueh-process{margin:34px 0 0;padding:0;display:grid;gap:15px;list-style:none}
.mueh-process>li{
  position:relative;padding:24px 20px;display:grid;grid-template-columns:50px minmax(0,1fr);gap:12px;
  border:1px solid var(--mueh-line);border-radius:var(--mueh-radius);background:#fff;box-shadow:0 10px 35px rgba(8,36,86,.045);
}
.mueh-process__number{width:43px;height:43px;display:grid;place-items:center;border-radius:14px;background:var(--mueh-mint-soft);color:var(--mueh-mint-deep);font-size:13px;font-weight:880;letter-spacing:.05em}
.mueh-process h3{margin-top:5px;margin-bottom:4px;font-size:24px}
.mueh-process h4{font-size:15px}
.mueh-process p,.mueh-process li{font-size:15px}
.mueh-process__promise{margin:22px 0 0!important;padding:17px;border-radius:16px;background:var(--mueh-navy);color:#fff!important;line-height:1.5}
.mueh-process blockquote{font-size:20px}

.mueh-disclosure{border:1px solid var(--mueh-line);border-radius:var(--mueh-radius);background:#fff;box-shadow:0 14px 44px rgba(8,36,86,.045)}
.mueh-disclosure>summary{
  min-height:104px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:18px;
  color:var(--mueh-ink);cursor:pointer;list-style:none;
}
.mueh-disclosure>summary::-webkit-details-marker{display:none}
.mueh-disclosure>summary span{display:grid;gap:6px}
.mueh-disclosure>summary small{color:var(--mueh-mint-deep);font-size:11px;font-weight:860;letter-spacing:.1em}
.mueh-disclosure>summary strong{font-size:clamp(23px,6vw,34px);line-height:1.12;letter-spacing:-.035em}
.mueh-disclosure>summary i,.mueh-faq summary i{position:relative;flex:0 0 auto;width:42px;height:42px;border-radius:14px;background:var(--mueh-mint-soft)}
.mueh-disclosure>summary i::before,.mueh-disclosure>summary i::after,.mueh-faq summary i::before,.mueh-faq summary i::after{content:"";position:absolute;left:13px;right:13px;top:20px;height:2px;border-radius:2px;background:var(--mueh-navy);transition:transform .18s ease}
.mueh-disclosure>summary i::after,.mueh-faq summary i::after{transform:rotate(90deg)}
.mueh-disclosure[open]>summary i::after,.mueh-faq details[open] summary i::after{transform:rotate(0deg)}
.mueh-disclosure__content{padding:2px 22px 26px;border-top:1px solid var(--mueh-line)}
.mueh-disclosure__content>p:first-child{margin-top:24px}
.mueh-source-grid,.mueh-recommendation-grid{display:grid;gap:13px;margin-top:24px}
.mueh-source-grid article,.mueh-recommendation-grid article{padding:21px;border:1px solid var(--mueh-line);border-radius:19px;background:#fbfcfc}
.mueh-source-grid article>span{width:34px;height:34px;margin-bottom:18px;display:grid;place-items:center;border-radius:11px;background:var(--mueh-mint-soft);color:var(--mueh-mint-deep);font-weight:850}
.mueh-source-grid h3,.mueh-recommendation-grid h3{font-size:19px}
.mueh-source-grid :where(p,li),.mueh-recommendation-grid :where(p,li){font-size:14px}

.mueh-section--experience{background:var(--mueh-mint-soft)!important}
.mueh-split{display:grid;gap:24px}
.mueh-practice-label{margin:25px 0;padding:18px;border:1px solid rgba(76,201,184,.35);border-radius:18px;background:#fff}
.mueh-practice-label small{display:block;color:var(--mueh-mint-deep);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.mueh-practice-label strong{display:block;margin-top:5px;color:var(--mueh-navy)}
.mueh-example{padding:24px;border-radius:var(--mueh-radius);background:var(--mueh-navy);color:rgba(255,255,255,.8);box-shadow:0 22px 55px rgba(8,36,86,.15)}
.mueh-example small{color:var(--mueh-mint);font-size:11px;font-weight:850;letter-spacing:.1em}
.mueh-example h3{margin-top:10px;color:#fff;font-size:27px}
.mueh-example>strong{display:block;margin-top:22px;padding-top:19px;border-top:1px solid rgba(255,255,255,.18);color:#fff;line-height:1.5}
.mueh-two-column{display:grid;gap:18px;margin-top:24px}
.mueh-limit,.mueh-correction{padding:22px;border-radius:20px;background:var(--mueh-mint-soft)}
.mueh-why-ai{margin-top:20px;padding:22px;border:1px solid var(--mueh-line);border-radius:20px;background:#fbfcfc}
.mueh-date-rule{margin-top:23px;padding:19px;border-radius:18px;background:#fff;border:1px solid var(--mueh-line)}
.mueh-date-rule small{display:block;color:var(--mueh-mint-deep);font-size:11px;font-weight:850;letter-spacing:.1em}
.mueh-date-rule strong{display:block;margin:6px 0;color:var(--mueh-navy);font-size:18px}

.mueh-button{min-height:52px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:11px;border-radius:16px;font-size:14px;font-weight:820;text-decoration:none!important;text-align:center}
.mueh-button--primary{background:var(--mueh-navy);color:#fff!important;box-shadow:0 14px 30px rgba(8,36,86,.2)}
.mueh-button--primary:hover{background:#0c3068;color:#fff}
.mueh-button--secondary{border:1px solid rgba(76,201,184,.42);background:#fff;color:var(--mueh-navy)!important}

.mueh-section--identity{padding-block:78px;background:#fff!important}
.mueh-identity-grid{display:grid;gap:18px}
.mueh-author-card,.mueh-why-card{padding:22px;border:1px solid var(--mueh-line);border-radius:28px;background:#fff;box-shadow:var(--mueh-shadow)}
.mueh-author-card{display:grid;gap:24px}
.mueh-author-card__image{overflow:hidden;border-radius:21px;background:var(--mueh-mint-soft);aspect-ratio:4/5}
.mueh-author-card__image img{width:100%;height:100%;display:block;object-fit:cover}
.mueh-author-card h2,.mueh-why-card h2{font-size:clamp(30px,7vw,43px)}
.mueh-role{display:grid;gap:2px;padding-bottom:17px;border-bottom:1px solid var(--mueh-line)}
.mueh-role strong{color:var(--mueh-navy);font-size:18px}
.mueh-role span{color:var(--mueh-secondary);font-size:14px}
.mueh-text-link{min-height:44px;display:inline-flex;align-items:center;gap:8px;font-weight:810;text-decoration:none}
.mueh-why-card{background:linear-gradient(145deg,var(--mueh-mint-soft),#fff)}
.mueh-why-card>img{width:min(170px,55%);height:auto;margin-bottom:28px;display:block}
.mueh-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0!important;list-style:none}
.mueh-feature-list li{margin:0!important;padding:9px 11px;border-radius:11px;background:#fff;color:var(--mueh-navy);font-size:13px;font-weight:730}

.mueh-section--triangle{background:linear-gradient(180deg,#f5f7f8,#eefaf8)!important}
.mueh-triangle-grid{display:grid;gap:13px;margin-top:30px}
.mueh-triangle-grid article{padding:22px;border:1px solid var(--mueh-line);border-radius:21px;background:#fff}
.mueh-triangle-grid article.is-active{border-color:rgba(76,201,184,.5);background:rgba(255,255,255,.86);box-shadow:0 16px 42px rgba(76,201,184,.12)}
.mueh-triangle-grid article>span{color:var(--mueh-mint-deep);font-size:12px;font-weight:880;letter-spacing:.1em}
.mueh-triangle-grid h3{margin-top:15px;font-size:21px}
.mueh-triangle-grid a{min-height:44px;display:inline-flex;align-items:center;gap:8px;font-weight:800;text-decoration:none}

.mueh-section--faq{background:#fff!important}
.mueh-faq{margin-top:28px;border-top:1px solid var(--mueh-line)}
.mueh-faq details{border-bottom:1px solid var(--mueh-line)}
.mueh-faq summary{min-height:74px;padding:15px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--mueh-navy);font-weight:790;line-height:1.35;cursor:pointer;list-style:none}
.mueh-faq summary::-webkit-details-marker{display:none}
.mueh-faq details>div{padding:0 54px 20px 0}
.mueh-faq details>div p{margin:0}

.mueh-section--cta{padding-block:72px 96px;background:var(--mueh-canvas)!important}
.mueh-cta{padding:32px 22px;border-radius:30px;background:var(--mueh-navy);color:rgba(255,255,255,.78);text-align:left;box-shadow:0 25px 70px rgba(8,36,86,.2)}
.mueh-cta .mueh-eyebrow{color:var(--mueh-mint)!important}
.mueh-cta h2{max-width:760px;color:#fff;font-size:clamp(36px,9vw,58px)}
.mueh-cta p{max-width:680px}
.mueh-cta .mueh-button{margin-top:10px;background:#fff;color:var(--mueh-navy)!important;box-shadow:none}
.mueh-cta>small{display:block;margin-top:14px;color:rgba(255,255,255,.62);font-size:12px}
.mueh-footer-wrap{padding-bottom:92px}
.mueh-footer-wrap .mu-app-legal-footer{--mu-dock-height:0px}

@media(min-width:600px){
  .mueh-wrap{width:min(calc(100% - 48px),1160px)}
  .mueh-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mueh-process>li{padding:28px;grid-template-columns:64px minmax(0,1fr);gap:18px}
  .mueh-source-grid,.mueh-recommendation-grid,.mueh-two-column{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mueh-disclosure>summary{padding:26px 28px}
  .mueh-disclosure__content{padding:4px 28px 30px}
  .mueh-author-card,.mueh-why-card{padding:30px}
  .mueh-cta{padding:46px}
}

@media(min-width:768px){
  .mueh-hero{padding:68px 0 72px}
  .mueh-hero__grid{grid-template-columns:minmax(0,1.12fr) minmax(320px,.72fr);align-items:center;gap:54px}
  .mueh-hero__visual{min-height:360px;padding:30px}
  .mueh-trust{padding-bottom:66px}
  .mueh-trust__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .mueh-section{padding:88px 0}
  .mueh-process{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .mueh-process>li{grid-template-columns:58px minmax(0,1fr)}
  .mueh-split{grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);align-items:start;gap:52px}
  .mueh-example{position:sticky;top:102px;padding:30px}
  .mueh-identity-grid{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:stretch}
  .mueh-author-card{grid-template-columns:minmax(210px,.65fr) minmax(0,1.35fr);gap:32px}
  .mueh-author-card__image{position:sticky;top:102px;align-self:start}
  .mueh-triangle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mueh-cta{text-align:center;display:flex;flex-direction:column;align-items:center}
  .mueh-footer-wrap{padding-bottom:0}
}

@media(min-width:1100px){
  .mueh-process>li{padding:34px}
  .mueh-author-card,.mueh-why-card{padding:38px}
  .mueh-cta{padding:64px}
}

@media(max-width:430px){
  .mueh-wrap{width:min(calc(100% - 28px),1160px)}
  .mueh-hero{padding-top:36px}
  .mueh-hero h1{font-size:49px}
  .mueh-hero__visual{min-height:284px;padding:20px}
  .mueh-process>li{padding:20px 17px;grid-template-columns:44px minmax(0,1fr)}
  .mueh-process__number{width:38px;height:38px}
  .mueh-disclosure>summary{padding:20px 17px}
  .mueh-disclosure__content{padding-inline:17px}
  .mueh-author-card,.mueh-why-card{padding:18px}
  .mueh-faq details>div{padding-right:6px}
  .mueh-cta{padding:29px 20px}
  .mueh-button{width:100%}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .mueh *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}

@media print{
  .mu-public-shell,.mueh__skip,.mueh-footer-wrap{display:none!important}
  body.moveu-editorial-how-page,.mueh{background:#fff!important}
  .mueh-disclosure__content{display:block!important}
  .mueh-section{padding:28px 0;break-inside:avoid}
  .mueh :where(.mueh-process>li,.mueh-disclosure,.mueh-author-card,.mueh-why-card){box-shadow:none!important}
}
