:root {
  --mup-navy: #082456;
  --mup-mint: #6fd7cb;
  --mup-mint-soft: #eefaf8;
  --mup-border: #dfe8e7;
  --mup-muted: #68758f;
}
html.mu-public-menu-open { overflow: hidden; }
.mu-public-shell, .mu-public-shell * { box-sizing: border-box; }
.mu-public-shell { color: var(--mup-navy); font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.mu-public-shell a { color: inherit; text-decoration: none; }
.mu-public-shell button { box-shadow:none; text-transform:none; letter-spacing:normal; background-image:none; }
.mu-public-header { position: sticky; z-index: 90; top: 0; border-bottom: 1px solid rgba(223,232,231,.88); background: rgba(255,255,255,.94); backdrop-filter: blur(18px) saturate(145%); }
.mu-public-header__inner { min-height: 68px; padding: max(9px,env(safe-area-inset-top)) 16px 9px; display: grid; grid-template-columns: minmax(100px,1fr) auto auto; align-items: center; gap: 10px; }
.mu-public-brand { width: 112px; }
.mu-public-brand :where(svg,img) { display: block; width: 100%; height: auto; }
.mu-public-nav, .mu-public-login { display: none; }
.mu-public-actions { display: flex; justify-content: flex-end; }
.mu-public-cta { min-height: 42px; padding: 0 14px; display: inline-flex; align-items: center; border-radius: 13px; background: var(--mup-navy); color: #fff !important; font-size: 13px; font-weight: 800; }
.mu-public-menu-button, .mu-public-sheet header button { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border: 1px solid var(--mup-border); border-radius: 13px; background: #fff; color: var(--mup-navy); }
.mu-public-menu-button svg, .mu-public-sheet svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.mu-public-backdrop { position: fixed; z-index: 180; inset: 0; background: rgba(7,26,51,.28); backdrop-filter: blur(3px); }
.mu-public-sheet { --mu-sheet-drag-y: 0px; position: fixed; z-index: 190; left: 0; right: 0; bottom: 0; max-height: 90dvh; padding: 0 18px calc(22px + env(safe-area-inset-bottom)); overflow: auto; border: 1px solid var(--mup-border); border-bottom: 0; border-radius: 28px 28px 0 0; background: #fff; box-shadow: 0 24px 72px rgba(8,36,86,.16); transform: translateY(calc(102% + var(--mu-sheet-drag-y))); opacity: 0; transition: transform .28s cubic-bezier(.2,.75,.2,1),opacity .2s ease; }
.mu-public-sheet.is-open { transform: translateY(var(--mu-sheet-drag-y)); opacity: 1; }
.mu-public-sheet.is-dragging { transition: none; user-select: none; }
.mu-public-sheet__handle { width: 38px; height: 4px; margin: 9px auto 2px; border-radius: 99px; background: #d5dfdf; touch-action: none; }
.mu-public-sheet header { min-height: 76px; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--mup-border); }
.mu-public-sheet header span { color: var(--mup-muted); font-size: 12px; font-weight: 700; }
.mu-public-sheet h2 { margin: 2px 0 0; font-size: 22px; }
.mu-public-sheet nav { display: grid; padding: 12px 0; }
.mu-public-sheet nav a { min-height: 54px; padding: 0 8px; display: flex; align-items: center; justify-content: space-between; border-radius: 14px; font-size: 15px; font-weight: 720; }
.mu-public-sheet nav a.is-active { background: var(--mup-mint-soft); }
.mu-public-sheet__login { min-height: 48px; display: grid; place-items: center; border: 1px solid var(--mup-border); border-radius: 14px; font-weight: 800; }
body.moveu-public-shell-page .elementor-location-header, body.moveu-public-shell-page > header.site-header, body.moveu-public-shell-page > #masthead { display: none !important; }

/* Public half of the scoped MoveU interaction contract. */
:where(.mu-public-shell,.mup-budget,.mup-panel) :where(a,button,summary) { transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease; }
:where(.mu-public-shell,.mup-budget,.mup-panel) a:visited { color:var(--mup-navy) !important; }
:where(.mu-public-shell,.mup-budget,.mup-panel) :where(.mu-public-cta,.mup-button--primary,.mup-round-add,.mup-tip__body a):where(:link,:visited,:hover,:focus-visible) { background-color:var(--mup-navy) !important;color:#fff !important; }
:where(.mu-public-shell,.mup-budget,.mup-panel) :where(.mu-public-cta,.mup-button--primary,.mup-round-add,.mup-tip__body a):where(:hover,:focus-visible) { background-color:#0c3068 !important;color:#fff !important;box-shadow:0 9px 22px rgba(8,36,86,.14) !important;transform:translateY(-1px); }
:where(.mu-public-shell,.mup-budget,.mup-panel) :where(.mu-public-login,.mu-public-sheet__login,.mup-button--quiet,.mup-all-tips):where(:hover,:focus-visible) { border-color:rgba(76,201,184,.52) !important;background-color:var(--mup-mint-soft) !important;color:var(--mup-navy) !important; }
:where(.mu-public-shell,.mup-budget,.mup-panel) :where(.mu-public-nav a,.mu-public-sheet nav a,.mup-category-row,.mup-tip>button):where(:hover,:focus-visible) { background-color:#f8fbfa !important;color:var(--mup-navy) !important;opacity:1 !important; }
:where(.mu-public-shell,.mup-budget,.mup-panel) :where(a,button,input,select,textarea,summary):focus-visible { outline:0 !important;box-shadow:0 0 0 3px rgba(76,201,184,.28) !important; }
:where(.mu-public-shell,.mup-budget,.mup-panel) :where(a,button,summary):active { transform:scale(.99); }
@media (min-width: 900px) {
  .mu-public-header__inner { width: min(calc(100% - 40px),1280px); min-height: 76px; margin: 0 auto; padding: 0; grid-template-columns: 180px 1fr auto; gap: 28px; }
  .mu-public-brand { width: 126px; }
  .mu-public-nav { display: flex; align-items: center; justify-content: center; gap: 6px; }
  .mu-public-nav a { min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; border-radius: 13px; color: var(--mup-muted); font-size: 14px; font-weight: 700; }
  .mu-public-nav a:hover, .mu-public-nav a.is-active { background: var(--mup-mint-soft); color: var(--mup-navy); }
  .mu-public-actions { align-items: center; gap: 8px; }
  .mu-public-login { min-height: 42px; padding: 0 12px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 750; }
  .mu-public-menu-button, .mu-public-sheet, .mu-public-backdrop { display: none !important; }
}
@media (prefers-reduced-motion: reduce) { .mu-public-shell * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
