@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/Mona-Sans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 599;
  font-display: swap;
}

@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/Mona-Sans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
}

:root {
  --mq-primary: #63d9b7;
  --mq-primary-strong: #168c70;
  --mq-cyan: #2563a6;
  --mq-navy: #0d2633;
  --mq-ink: #071c31;
  --mq-slate: #626b78;
  --mq-line: #dfe3e0;
  --mq-bg: #f7f4ec;
  --mq-surface: #ffffff;
  --mq-warn: #8a4f00;
  --mq-danger: #b5453c;
  --mq-interactive-text: #0b6b57;
  --mq-focus-ring: #0b6b57;
}

html,
body {
  max-width: 100%;
  background: var(--mq-bg);
  color: var(--mq-ink);
  font-family: "Mona Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--mq-focus-ring);
  outline-offset: 3px;
}

.mq-skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--mq-navy);
  color: #ffffff;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.mq-skip-link:focus {
  color: #ffffff;
  transform: translateY(0);
}

#main-content:focus {
  outline: 3px solid var(--mq-focus-ring);
  outline-offset: -3px;
}

img,
svg,
video,
canvas { max-width: 100%; }

.rtl .mq-product-header { direction: rtl; }
.rtl .mq-product-navigation,
.rtl .mq-product-utilities,
.rtl .mq-product-title,
.rtl .mq-section-heading { direction: rtl; text-align: right; }
.rtl .mq-product-menu__panel { inset-inline: auto 0; }
.rtl .mq-product-account-menu .mq-product-menu__panel { inset-inline: 0 auto; }

.mq-user-shell :where(button, .btn, .btn--base, .small--btn, input:not([type="hidden"]), select) {
  min-height: 44px;
}

.mq-connectivity[hidden] {
  display: none;
}

.mq-connectivity {
  position: fixed;
  z-index: 9990;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--mq-navy);
  color: #ffffff;
}

.mq-connectivity__inner {
  width: min(100% - 32px, 1120px);
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  margin-inline: auto;
  padding-block: 10px;
  text-align: center;
}

.mq-connectivity__inner strong {
  color: var(--mq-primary);
  font-weight: 800;
}

.mq-connectivity__inner span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.mq-experience-state {
  width: min(100%, 820px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: center;
  margin: 0 0 28px;
  padding: 24px 26px;
  border-inline-start: 4px solid var(--mq-primary-strong);
  background: rgba(255, 255, 255, 0.72);
}

.mq-experience-state--offline,
.mq-experience-state--partial_outage {
  border-inline-start-color: var(--mq-warn);
}

.mq-experience-state__progress {
  grid-column: 1 / -1;
  width: 100%;
  height: 4px;
  border: 0;
  color: var(--mq-primary-strong);
  accent-color: var(--mq-primary-strong);
}

.mq-experience-state__content h2 {
  margin: 0 0 7px;
  color: var(--mq-ink);
  font-size: clamp(21px, 3vw, 27px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.mq-experience-state__content p {
  max-width: 62ch;
  margin: 0;
  color: var(--mq-slate);
  font-size: 15px;
  line-height: 1.6;
}

.mq-experience-state__action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--mq-ink);
  font-weight: 750;
  white-space: nowrap;
}

.mq-form-status {
  min-height: 1.35em;
  margin: 8px 0 0;
  color: var(--mq-slate);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.mq-auth-notice {
  margin: 20px 0 22px;
  padding: 16px 18px;
  border: 1px solid rgba(229, 167, 31, 0.34);
  border-inline-start: 4px solid var(--mq-warn);
  border-radius: 8px;
  background: rgba(255, 248, 226, 0.78);
}

.mq-auth-notice > span {
  display: block;
  margin-bottom: 5px;
  color: #765312;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mq-auth-notice h2 {
  margin: 0 0 6px;
  color: var(--mq-ink);
  font-size: 18px;
  line-height: 1.3;
}

.mq-auth-notice p {
  margin: 0;
  color: var(--mq-slate);
  font-size: 14px;
  line-height: 1.55;
}

[data-mq-managed-submit][aria-busy="true"] button[type="submit"] {
  cursor: wait;
  opacity: 0.78;
}

.mq-user-shell .body-wrapper {
  min-height: calc(100svh - 92px);
}

.mq-error-page {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background:
    radial-gradient(circle at 85% 12%, rgba(99, 217, 183, 0.18), transparent 28rem),
    var(--mq-bg);
}

.mq-error-header,
.mq-error-footer,
.mq-error-main {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.mq-error-header {
  min-height: 92px;
  display: flex;
  align-items: center;
}

.mq-error-header img {
  width: 148px;
  height: auto;
}

.mq-error-main {
  display: grid;
  align-items: center;
  padding-block: 64px;
}

.mq-error-card {
  max-width: 680px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--mq-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 70px rgba(7, 28, 49, 0.1);
}

.mq-error-code {
  color: var(--mq-primary-strong);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.mq-error-card h1 {
  margin: 12px 0 16px;
  color: var(--mq-ink);
  font-size: clamp(36px, 6vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.mq-error-card > p {
  max-width: 55ch;
  margin: 0;
  color: var(--mq-slate);
  font-size: 17px;
  line-height: 1.65;
}

.mq-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mq-error-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--mq-line);
  border-radius: 9px;
  background: #ffffff;
  color: var(--mq-ink);
  font-weight: 750;
}

.mq-error-actions a:first-child {
  border-color: var(--mq-primary);
  background: var(--mq-primary);
}

.mq-error-footer {
  padding-block: 24px 36px;
  color: var(--mq-slate);
  font-size: 13px;
}

@media (max-width: 575px) {
  .mq-connectivity__inner {
    min-height: 64px;
    display: grid;
    gap: 2px;
    padding-block: 9px;
  }

  .mq-experience-state {
    grid-template-columns: minmax(0, 1fr);
    padding: 20px;
  }

  .mq-experience-state__action {
    width: 100%;
  }
}

/* HF-W5: exact server quote and canonical money-operation result. */
.mq-money-workspace {
  width: min(100%, 980px);
  min-width: 0;
  margin-inline: auto;
  padding: 12px 0 56px;
}

.mq-money-workspace__header {
  max-width: 760px;
  margin-bottom: 28px;
}

.mq-money-workspace__header .mq-kicker,
.mq-money-entry .mq-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--mq-primary-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.mq-money-workspace__header h1 {
  margin: 0 0 10px;
  color: var(--mq-navy);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.mq-money-workspace__header p {
  max-width: 64ch;
  margin: 0;
  color: var(--mq-slate);
  font-size: 16px;
  line-height: 1.6;
}

.mq-money-entry__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 20px;
  align-items: start;
}

.mq-entry-card,
.mq-entry-context {
  min-width: 0;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(7, 28, 49, 0.1);
  border-radius: 18px;
  background: var(--mq-surface);
  box-shadow: 0 18px 48px rgba(7, 28, 49, 0.07);
}

.mq-entry-card {
  display: grid;
  gap: 20px;
}

.mq-entry-field,
.mq-entry-field > div {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.mq-entry-field--split {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.55fr);
  gap: 14px;
}

.mq-entry-field label {
  color: var(--mq-navy);
  font-size: 13px;
  font-weight: 800;
}

.mq-entry-field label span,
.mq-entry-field small {
  color: var(--mq-slate);
  font-size: 12px;
  font-weight: 500;
}

.mq-entry-field .form--control {
  width: 100%;
  min-height: 52px;
  margin: 0;
  border: 1px solid var(--mq-line);
  border-radius: 10px;
  background: #fcfcfa;
  color: var(--mq-ink);
}

.mq-entry-card textarea.form--control {
  min-height: 92px;
  resize: vertical;
}

.mq-entry-card .mq-primary-action {
  width: 100%;
  margin-top: 2px;
}

.mq-entry-context {
  background: var(--mq-navy);
  color: #ffffff;
}

.mq-entry-context > span {
  color: var(--mq-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.mq-entry-context h2 {
  margin: 11px 0 8px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 31px);
  letter-spacing: -0.03em;
}

.mq-entry-context > p {
  margin: 0;
  color: #b3c0c7;
  line-height: 1.6;
}

.mq-entry-context dl {
  margin: 22px 0;
}

.mq-entry-context dl > div {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mq-entry-context dt { color: #d9e1e5; }
.mq-entry-context dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #ffffff;
  font-weight: 800;
}

.mq-entry-context small {
  grid-column: 1 / -1;
  color: #8fa1aa;
}

.mq-entry-context > a {
  color: var(--mq-primary);
  font-weight: 800;
}

.mq-entry-alert {
  display: grid;
  gap: 4px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(138, 79, 0, 0.2);
  border-inline-start: 4px solid var(--mq-warn);
  border-radius: 10px;
  background: #fff7e7;
  color: #754b0f;
}

.mq-entry-alert--error {
  border-color: rgba(181, 69, 60, 0.2);
  border-inline-start-color: var(--mq-danger);
  background: #fdf0ed;
  color: #81372f;
}

.mq-entry-alert span { line-height: 1.45; }

.mq-money-evidence {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: start;
}

.mq-money-evidence__instructions,
.mq-money-evidence__form {
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(7, 28, 49, 0.1);
  border-radius: 18px;
  background: var(--mq-surface);
  box-shadow: 0 18px 48px rgba(7, 28, 49, 0.07);
}

.mq-money-evidence__instructions > span {
  display: block;
  margin-bottom: 14px;
  color: var(--mq-primary-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mq-money-evidence__instructions > div {
  color: var(--mq-slate);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.mq-money-evidence__form {
  display: grid;
  gap: 18px;
}

.mq-money-evidence__form .form-group {
  min-width: 0;
  margin: 0;
}

.mq-money-evidence__form label {
  margin-bottom: 7px;
  color: var(--mq-ink);
  font-size: 13px;
  font-weight: 750;
}

.mq-money-evidence__form .form--control {
  min-height: 52px;
  border-color: var(--mq-line);
  border-radius: 10px;
  background: #fcfcfa;
}

.mq-money-flow {
  width: min(100%, 980px);
  min-width: 0;
  margin-inline: auto;
  color: var(--mq-navy);
}

.mq-money-quote,
.mq-money-result {
  overflow: hidden;
  border: 1px solid rgba(7, 28, 49, 0.1);
  border-radius: 18px;
  background: var(--mq-surface);
  box-shadow: 0 18px 48px rgba(7, 28, 49, 0.07);
}

.mq-money-notice {
  display: grid;
  gap: 4px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(37, 99, 166, 0.14);
  background: #e8f2f5;
  color: #31566a;
}

.mq-money-notice--warning {
  border-bottom-color: rgba(138, 79, 0, 0.18);
  background: #fff3de;
  color: #754b0f;
}

.mq-money-notice span {
  font-size: 14px;
  line-height: 1.5;
}

.mq-money-quote__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

.mq-money-quote__receivable {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 48px);
  background: var(--mq-navy);
  color: #ffffff;
}

.mq-money-quote__receivable span {
  color: #b3c0c7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mq-money-quote__receivable strong {
  margin: 14px 0 8px;
  overflow-wrap: anywhere;
  color: #ffffff;
  font-size: clamp(31px, 5vw, 45px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.mq-money-quote__receivable small { color: #b3c0c7; }

.mq-money-facts {
  min-width: 0;
  margin: 0;
  padding: 18px 30px;
}

.mq-money-facts > div {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid #edf0ee;
}

.mq-money-facts > div:last-child { border-bottom: 0; }
.mq-money-facts dt { color: var(--mq-slate); }
.mq-money-facts dd {
  max-width: 64%;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: end;
  font-weight: 800;
}

.mq-money-consent {
  display: grid;
  gap: 4px;
  margin: 18px 20px 0;
  padding: 16px 18px;
  border-radius: 11px;
  background: #e9f4f0;
  color: #315e55;
}

.mq-money-consent span {
  font-size: 13px;
  line-height: 1.5;
}

.mq-money-errors {
  margin: 16px 20px 0;
  padding: 12px 14px;
  border: 1px solid rgba(151, 44, 44, 0.22);
  border-radius: 10px;
  background: #fff1f0;
  color: #842f2f;
  font-size: 13px;
  line-height: 1.5;
}

.mq-money-errors:focus-visible {
  outline: 3px solid rgba(151, 44, 44, 0.22);
  outline-offset: 2px;
}

.mq-money-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 20px 22px;
}

.mq-money-actions [hidden] {
  display: none !important;
}

.mq-money-actions .mq-primary-action:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.mq-money-refresh-label,
.mq-money-continuity {
  color: var(--mq-slate);
  font-size: 13px;
}

.mq-money-refresh-label {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.mq-money-continuity {
  min-height: 1.4em;
  margin: -10px 20px 18px;
}

.mq-money-result {
  max-width: 760px;
  padding: clamp(26px, 5vw, 46px);
}

.mq-money-state {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #e6eff4;
  color: #3f6175;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mq-money-result--settled .mq-money-state { background: #def7ef; color: #0b6b57; }
.mq-money-result--rejected .mq-money-state,
.mq-money-result--cancelled .mq-money-state { background: #fbe9e5; color: #8c372f; }
.mq-money-result--pending .mq-money-state,
.mq-money-result--submitting .mq-money-state { background: #fff3de; color: #754b0f; }

.mq-money-result h2 {
  margin: 18px 0 10px;
  color: var(--mq-navy);
  font-size: clamp(30px, 5vw, 42px);
  letter-spacing: -0.04em;
}

.mq-money-result__summary {
  max-width: 60ch;
  margin: 0;
  color: var(--mq-slate);
  line-height: 1.6;
}

.mq-money-fund-disposition {
  display: grid;
  gap: 7px;
  margin: 26px 0 12px;
  padding: 20px;
  border-radius: 12px;
  background: #eef9f5;
}

.mq-money-fund-disposition span {
  color: var(--mq-primary-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mq-money-fund-disposition strong {
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.mq-money-result__facts { padding-inline: 0; }
.mq-money-result .mq-money-actions { padding: 18px 0 0; }

@media (max-width: 375px) {
  .mq-money-quote__grid { grid-template-columns: minmax(0, 1fr); }
  .mq-money-quote__receivable { padding: 30px 22px; }
  .mq-money-facts { padding: 14px 20px; }
  .mq-money-facts > div { display: grid; gap: 5px; }
  .mq-money-facts dd { max-width: 100%; text-align: start; }
  .mq-money-actions { display: grid; }
  .mq-money-actions > * { width: 100%; }
}

@media (max-width: 320px) {
  .mq-money-quote,
  .mq-money-result { border-radius: 13px; }
  .mq-money-quote__receivable,
  .mq-money-result { padding: 24px 17px; }
  .mq-money-facts { padding-inline: 17px; }
  .mq-money-consent,
  .mq-money-actions { margin-inline: 0; padding-inline: 17px; }
}

/* Authenticated product shell: one stable information architecture. */
.mq-product-shell {
  min-height: 100vh;
  background: var(--mq-bg);
}

.mq-product-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(132px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 12px clamp(20px, 3vw, 48px);
  border-bottom: 1px solid var(--mq-line);
  background: rgba(247, 244, 236, .97);
  backdrop-filter: blur(16px);
}

.mq-product-brand {
  width: 132px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.mq-product-brand img {
  width: 100%;
  max-height: 36px;
  object-fit: contain;
  object-position: left center;
}

.mq-product-navigation,
.mq-product-utilities {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mq-product-navigation {
  justify-content: center;
  position: relative;
}

.mq-product-navigation > a,
.mq-product-menu > summary,
.mq-product-notifications {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--mq-interactive-text);
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.mq-product-menu > summary::-webkit-details-marker { display: none; }

.mq-product-navigation > a:hover,
.mq-product-menu > summary:hover,
.mq-product-notifications:hover,
.mq-product-navigation [aria-current="page"] {
  background: #e0efe9;
  color: var(--mq-navy);
}

.mq-product-menu { position: relative; }

.mq-product-menu__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 230px;
  display: grid;
  gap: 3px;
  padding: 8px;
  border: 1px solid var(--mq-line);
  border-radius: 12px;
  background: var(--mq-surface);
  box-shadow: 0 18px 45px rgba(7, 28, 49, .14);
}

.mq-product-menu:not([open]) > .mq-product-menu__panel { display: none; }

.mq-product-menu__panel a,
.mq-product-menu__panel button {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--mq-interactive-text);
  font: inherit;
  font-weight: 700;
  text-align: left;
}

.mq-product-menu__panel a:hover,
.mq-product-menu__panel button:hover { background: #edf5f1; }

.mq-product-account-menu .mq-product-menu__panel {
  right: 0;
  left: auto;
}

.mq-product-account-menu form {
  margin: 4px 0 0;
  padding-top: 4px;
  border-top: 1px solid var(--mq-line);
}

.mq-product-shell .main-wrapper,
.mq-product-shell .main-body-wrapper {
  min-height: calc(100vh - 76px);
  margin: 0;
}

.mq-user-shell .mq-product-shell .body-wrapper {
  min-height: calc(100vh - 76px);
  padding: 28px clamp(20px, 3vw, 48px) 56px;
}

.mq-filter-clear {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mq-interactive-text);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mq-activity-time-unknown {
  color: var(--mq-slate);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .mq-product-header {
    grid-template-columns: minmax(120px, 1fr) auto;
    gap: 8px 16px;
  }

  .mq-product-navigation {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mq-product-navigation > a,
  .mq-product-navigation > details,
  .mq-product-navigation > details > summary { width: 100%; }

  .mq-product-shell .main-wrapper,
  .mq-product-shell .main-body-wrapper,
  .mq-user-shell .mq-product-shell .body-wrapper {
    min-height: calc(100vh - 132px);
  }
}

@media (max-width: 575px) {
  .mq-product-header { padding: 10px 16px; }
  .mq-product-brand { width: 112px; }
  .mq-product-navigation { gap: 2px; }
  .mq-product-navigation > a,
  .mq-product-menu > summary {
    min-width: 0;
    padding: 0 5px;
    font-size: 12px;
  }
  .mq-product-navigation > a,
  .mq-product-menu > summary { flex-direction: column; gap: 2px; }
  .mq-product-navigation > a i,
  .mq-product-menu > summary i:first-child { font-size: 18px; }
  .mq-product-navigation .mq-product-menu { position: static; }
  .mq-product-navigation .mq-product-menu__panel {
    right: 0;
    left: 0;
    width: auto;
  }
  .mq-product-account-menu > summary {
    width: 44px;
    min-width: 44px;
    padding-inline: 0;
  }
  .mq-product-account-menu > summary span { display: none; }
  .mq-user-shell .mq-product-shell .body-wrapper { padding: 22px 16px 44px; }
}

@media (max-width: 767px) {
  .mq-money-entry__grid,
  .mq-money-evidence {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 375px) {
  .mq-money-workspace {
    padding-top: 4px;
    padding-bottom: 36px;
  }

  .mq-money-workspace__header {
    margin-bottom: 22px;
  }

  .mq-money-evidence__instructions,
  .mq-money-evidence__form,
  .mq-entry-card,
  .mq-entry-context {
    padding: 20px 17px;
    border-radius: 13px;
  }

  .mq-entry-field--split {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* HF-W4: authenticated Dashboard, Wallet and Activity */
.mq-product-page {
  width: min(100%, 1120px);
  min-width: 0;
  margin-inline: auto;
  padding: 12px 0 56px;
}

.sidebar-menu .sidebar-menu-item > a[aria-current="page"] {
  border-radius: 8px;
  background: rgba(99, 217, 183, 0.1);
  color: var(--mq-primary-strong);
}

.sidebar-menu .sidebar-menu-item > a[aria-current="page"] .menu-icon {
  color: var(--mq-primary-strong);
}

.mq-product-title {
  max-width: 760px;
  margin-bottom: 30px;
}

.mq-product-title > p,
.mq-product-title > div > p,
.mq-section-heading p,
.mq-balance-card > p,
.mq-card-readiness > p {
  margin: 0 0 8px;
  color: var(--mq-primary-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mq-product-title h1 {
  margin: 0 0 10px;
  color: var(--mq-navy);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.mq-product-title span {
  display: block;
  color: var(--mq-slate);
  font-size: 16px;
  line-height: 1.6;
}

.mq-product-title--with-action,
.mq-section-heading,
.mq-scoped-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mq-product-title--with-action {
  max-width: none;
}

.mq-secondary-action,
.mq-primary-action,
.mq-scoped-status > a,
.mq-activity-filters button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--mq-navy);
  font-weight: 800;
  white-space: nowrap;
}

.mq-primary-action,
.mq-activity-filters button {
  border-color: var(--mq-primary);
  background: var(--mq-primary);
}

.mq-scoped-status {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(138, 79, 0, 0.2);
  border-inline-start: 4px solid var(--mq-warn);
  border-radius: 10px;
  background: rgba(255, 249, 231, 0.72);
}

.mq-scoped-status > i {
  flex: 0 0 auto;
  color: var(--mq-warn);
  font-size: 26px;
}

.mq-scoped-status > div {
  min-width: 0;
  flex: 1;
}

.mq-scoped-status strong,
.mq-scoped-status span {
  display: block;
}

.mq-scoped-status strong {
  margin-bottom: 3px;
  color: var(--mq-navy);
  font-size: 15px;
}

.mq-scoped-status span {
  color: var(--mq-slate);
  font-size: 13px;
  line-height: 1.45;
}

.mq-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 20px;
}

.mq-balance-card,
.mq-card-readiness,
.mq-recent-activity,
.mq-wallet-ledger,
.mq-reservations,
.mq-activity-stream,
.mq-activity-detail {
  min-width: 0;
  border: 1px solid rgba(7, 28, 49, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(7, 28, 49, 0.07);
}

.mq-balance-card,
.mq-card-readiness {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 4vw, 38px);
}

.mq-balance-card {
  border-color: rgba(99, 217, 183, 0.24);
  background:
    radial-gradient(circle at 88% 8%, rgba(99, 217, 183, 0.17), transparent 15rem),
    #ffffff;
}

.mq-balance-card h2,
.mq-card-readiness h2 {
  margin: 8px 0 10px;
  color: var(--mq-navy);
  font-size: clamp(25px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.mq-card-readiness h2 {
  font-size: clamp(22px, 3vw, 31px);
}

.mq-balance-card > span,
.mq-card-readiness > span {
  color: var(--mq-slate);
  line-height: 1.5;
}

.mq-balance-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
}

.mq-balance-card dl div {
  padding: 14px;
  border: 1px solid var(--mq-line);
  border-radius: 9px;
  background: rgba(247, 244, 236, 0.58);
}

.mq-balance-card dt,
.mq-balance-card dd {
  margin: 0;
}

.mq-balance-card dt {
  margin-bottom: 5px;
  color: var(--mq-slate);
  font-size: 12px;
}

.mq-balance-card dd {
  overflow-wrap: anywhere;
  color: var(--mq-navy);
  font-size: 17px;
  font-weight: 800;
}

.mq-balance-card > a,
.mq-card-readiness > a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  color: var(--mq-primary-strong);
  font-weight: 800;
}

.mq-card-readiness {
  background: var(--mq-navy);
}

.mq-card-readiness > p,
.mq-card-readiness > a {
  color: var(--mq-primary);
}

.mq-card-readiness h2 {
  color: #ffffff;
}

.mq-card-readiness > span {
  color: rgba(255, 255, 255, 0.72);
}

.mq-card-readiness__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 10px 0 4px;
  border-radius: 999px;
  background: var(--mq-primary);
  color: var(--mq-navy);
  font-size: 28px;
}

.mq-recent-activity,
.mq-reservations {
  margin-top: 20px;
  padding: clamp(22px, 4vw, 32px);
}

.mq-section-heading {
  margin-bottom: 18px;
}

.mq-section-heading p {
  margin-bottom: 4px;
}

.mq-section-heading h2 {
  margin: 0;
  color: var(--mq-navy);
  font-size: clamp(21px, 3vw, 28px);
  font-weight: 800;
}

.mq-section-heading > a {
  color: var(--mq-primary-strong);
  font-weight: 800;
}

.mq-activity-row {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto auto;
  gap: 14px;
  align-items: center;
  padding: 16px 10px;
  border-bottom: 1px solid var(--mq-line);
  color: var(--mq-navy);
}

.mq-activity-row:last-child {
  border-bottom: 0;
}

.mq-activity-row:hover,
.mq-activity-row:focus-visible {
  border-radius: 8px;
  background: rgba(99, 217, 183, 0.08);
  color: var(--mq-navy);
}

.mq-activity-row__main,
.mq-activity-row__main strong,
.mq-activity-row__main small {
  min-width: 0;
  display: block;
}

.mq-activity-row__main strong,
.mq-activity-row__main small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mq-activity-row__main small,
.mq-activity-row time {
  margin-top: 3px;
  color: var(--mq-slate);
  font-size: 12px;
}

.mq-state-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--mq-slate);
}

.mq-state-dot--settled,
.mq-state-dot--authorized {
  background: var(--mq-primary-strong);
}

.mq-state-dot--pending,
.mq-state-dot--held,
.mq-state-dot--waiting,
.mq-state-dot--review,
.mq-state-dot--unknown {
  background: #d48a14;
}

.mq-state-dot--failed,
.mq-state-dot--declined,
.mq-state-dot--rejected,
.mq-state-dot--reversed {
  background: var(--mq-danger);
}

.mq-empty-state {
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  padding: 24px;
  color: var(--mq-slate);
  text-align: center;
}

.mq-empty-state i {
  color: var(--mq-primary-strong);
  font-size: 28px;
}

.mq-empty-state strong {
  color: var(--mq-navy);
}

.mq-wallet-ledger {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
}

.mq-wallet-ledger__hero {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 5vw, 48px);
  background: var(--mq-navy);
  color: #ffffff;
}

.mq-wallet-ledger__hero span,
.mq-wallet-ledger__hero small {
  color: rgba(255, 255, 255, 0.7);
}

.mq-wallet-ledger__hero strong {
  margin: 12px 0;
  color: #ffffff;
  font-size: clamp(30px, 5vw, 50px);
  overflow-wrap: anywhere;
  letter-spacing: -0.04em;
}

.mq-wallet-ledger dl,
.mq-activity-detail dl {
  margin: 0;
  padding: clamp(24px, 5vw, 42px);
}

.mq-wallet-ledger dl div,
.mq-activity-detail dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--mq-line);
}

.mq-wallet-ledger dl div:last-child,
.mq-activity-detail dl div:last-child {
  border-bottom: 0;
}

.mq-wallet-ledger dt,
.mq-activity-detail dt {
  color: var(--mq-slate);
}

.mq-wallet-ledger dd,
.mq-activity-detail dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--mq-navy);
  font-weight: 800;
  text-align: right;
}

.mq-reservation-row {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid var(--mq-line);
}

.mq-reservation-row > i {
  color: var(--mq-primary-strong);
  font-size: 24px;
}

.mq-reservation-row strong,
.mq-reservation-row small {
  display: block;
}

.mq-reservation-row strong {
  color: var(--mq-navy);
}

.mq-reservation-row small {
  margin-top: 3px;
  color: var(--mq-slate);
}

.mq-activity-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 220px)) auto auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
}

.mq-activity-filters label > span {
  display: block;
  margin: 0 0 6px;
  color: var(--mq-slate);
  font-size: 12px;
  font-weight: 800;
}

.mq-activity-filters select {
  width: 100%;
  min-height: 44px;
  padding: 0 38px 0 13px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background-color: #ffffff;
  color: var(--mq-navy);
  font-weight: 700;
}

.mq-activity-stream {
  padding: 10px clamp(14px, 3vw, 26px);
}

.mq-activity-stream .mq-activity-row {
  min-height: 76px;
}

.mq-pagination {
  margin-top: 22px;
}

.mq-back-link {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 20px;
  color: var(--mq-primary-strong);
  font-weight: 800;
}

.mq-activity-detail {
  max-width: 760px;
  padding: clamp(24px, 5vw, 48px);
}

.mq-detail-state {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(99, 217, 183, 0.14);
  color: var(--mq-primary-strong);
  font-size: 12px;
  font-weight: 800;
}

.mq-detail-state--pending,
.mq-detail-state--held,
.mq-detail-state--waiting,
.mq-detail-state--review,
.mq-detail-state--unknown {
  background: rgba(212, 138, 20, 0.12);
  color: var(--mq-warn);
}

.mq-detail-state--failed,
.mq-detail-state--declined,
.mq-detail-state--rejected,
.mq-detail-state--reversed {
  background: rgba(181, 69, 60, 0.11);
  color: var(--mq-danger);
}

.mq-activity-detail h1 {
  margin: 18px 0 10px;
  color: var(--mq-navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.mq-activity-detail__amount {
  display: block;
  color: var(--mq-navy);
  font-size: clamp(22px, 3vw, 32px);
}

.mq-activity-detail dl {
  margin: 24px 0;
  padding: 0;
}

@media (max-width: 991px) {
  .mq-dashboard-grid,
  .mq-wallet-ledger {
    grid-template-columns: minmax(0, 1fr);
  }

  .mq-card-readiness,
  .mq-balance-card {
    min-height: 260px;
  }

  .mq-wallet-ledger__hero {
    min-height: 220px;
  }
}

@media (max-width: 575px) {
  .mq-product-page {
    padding-top: 4px;
    padding-bottom: 36px;
  }

  .mq-product-title {
    margin-bottom: 22px;
  }

  .mq-product-title--with-action,
  .mq-scoped-status {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .mq-product-title--with-action .mq-secondary-action,
  .mq-scoped-status > a {
    width: 100%;
  }

  .mq-scoped-status > div {
    width: calc(100% - 46px);
    flex: none;
  }

  .mq-balance-card,
  .mq-card-readiness,
  .mq-recent-activity,
  .mq-reservations,
  .mq-activity-detail {
    padding: 22px 18px;
    border-radius: 11px;
  }

  .mq-balance-card dl {
    grid-template-columns: minmax(0, 1fr);
  }

  .mq-section-heading {
    align-items: flex-end;
  }

  .mq-activity-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
  }

  .mq-activity-row > strong,
  .mq-activity-row > time,
  .mq-activity-row > .mq-activity-time-unknown {
    grid-column: 2;
    justify-self: start;
    margin: 0;
  }

  .mq-activity-row > i {
    grid-column: 3;
    grid-row: 1;
  }

  .mq-activity-row__main strong,
  .mq-activity-row__main small {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .mq-wallet-ledger__hero,
  .mq-wallet-ledger dl {
    padding: 24px 18px;
  }

  .mq-wallet-ledger dl div,
  .mq-activity-detail dl div {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .mq-wallet-ledger dd,
  .mq-activity-detail dd {
    text-align: left;
  }

  .mq-activity-filters {
    grid-template-columns: minmax(0, 1fr);
  }

  .mq-activity-filters button {
    width: 100%;
  }

  .mq-activity-stream {
    padding-inline: 10px;
  }

  .mq-primary-action {
    width: 100%;
  }
}

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

/* HF-W2: accepted public acquisition and proof system */
.mq-public-header .header-bottom-area {
  border-bottom: 1px solid rgba(7, 28, 49, 0.08);
  background: rgba(247, 244, 236, 0.94);
  backdrop-filter: blur(18px);
}

.mq-public-header .navbar {
  min-height: 76px;
}

.mq-public-header .site-logo img {
  width: 154px;
  max-height: 38px;
}

.mq-public-header .main-menu {
  display: flex;
  gap: 4px;
}

.mq-public-header .main-menu .nav-item {
  padding: 0;
}

.mq-public-header .main-menu .has-sub {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 13px !important;
  border-radius: 8px;
  color: var(--mq-slate);
  font-size: 15px;
  font-weight: 700;
  -webkit-text-fill-color: currentColor;
}

.mq-public-header .main-menu .has-sub:hover,
.mq-public-header .main-menu .has-sub.active {
  background: rgba(99, 217, 183, 0.12);
  color: var(--mq-ink);
  -webkit-text-fill-color: currentColor;
}

.mq-header-actions {
  display: flex;
  gap: 8px;
  margin: 0;
}

.mq-header-actions--single {
  grid-template-columns: 1fr !important;
}

.mq-header-actions .btn--base,
.mq-header-actions .mq-disabled-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 17px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--mq-ink);
  font-size: 14px;
  font-weight: 800;
}

.mq-header-actions .btn-active {
  border-color: var(--mq-primary);
  background: var(--mq-primary);
  color: var(--mq-navy);
}

.mq-disabled-action {
  cursor: not-allowed;
  opacity: 0.54;
  pointer-events: none;
}

.mq-eyebrow {
  margin: 0 0 12px;
  color: var(--mq-primary-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mq-public-hero {
  padding: clamp(78px, 9vw, 126px) 0 clamp(68px, 8vw, 108px);
  background:
    radial-gradient(circle at 82% 18%, rgba(99, 217, 183, 0.2), transparent 30rem),
    var(--mq-bg);
}

.mq-public-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
}

.mq-public-hero__copy h1,
.mq-public-page-hero h1 {
  max-width: 14ch;
  margin: 0;
  color: var(--mq-ink);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.mq-public-lead,
.mq-public-page-hero .container > p:last-child {
  max-width: 62ch;
  margin: 24px 0 0;
  color: var(--mq-slate);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.mq-public-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.mq-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.mq-button--primary,
.mq-button--primary:hover {
  border-color: var(--mq-primary);
  background: var(--mq-primary);
  color: var(--mq-navy);
}

.mq-button--secondary,
.mq-button--secondary:hover {
  border-color: var(--mq-line);
  background: #ffffff;
  color: var(--mq-ink);
}

.mq-public-hero__visual {
  overflow: hidden;
  border: 1px solid rgba(7, 28, 49, 0.1);
  border-radius: 18px;
  background: var(--mq-navy);
  box-shadow: 0 34px 90px rgba(7, 28, 49, 0.18);
}

.mq-public-hero__visual img {
  width: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.mq-public-notice {
  max-width: 620px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(138, 79, 0, 0.22);
  border-inline-start: 4px solid var(--mq-warn);
  background: rgba(255, 248, 226, 0.72);
}

.mq-public-notice > i {
  color: var(--mq-warn);
  font-size: 25px;
}

.mq-public-notice strong,
.mq-public-notice span {
  display: block;
}

.mq-public-notice strong {
  color: var(--mq-ink);
  font-size: 15px;
}

.mq-public-notice span {
  margin-top: 3px;
  color: var(--mq-slate);
  font-size: 14px;
  line-height: 1.5;
}

.mq-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.mq-store-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--mq-ink);
  font-size: 13px;
  font-weight: 800;
}

.mq-store-links i {
  font-size: 20px;
}

.mq-store-unavailable {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 20px 0 0;
  color: var(--mq-slate);
  font-size: 13px;
  font-weight: 650;
}

.mq-public-page-hero {
  padding: clamp(72px, 8vw, 112px) 0 clamp(52px, 6vw, 78px);
  border-bottom: 1px solid rgba(7, 28, 49, 0.08);
  background:
    radial-gradient(circle at 88% 16%, rgba(99, 217, 183, 0.18), transparent 27rem),
    var(--mq-bg);
}

.mq-public-page-hero h1 {
  max-width: 18ch;
  font-size: clamp(40px, 5.4vw, 66px);
}

.mq-public-section {
  padding: clamp(64px, 8vw, 104px) 0;
  background: rgba(255, 255, 255, 0.7);
}

.mq-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.mq-section-heading h2,
.mq-public-band h2 {
  margin: 0;
  color: var(--mq-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.mq-public-grid {
  display: grid;
  gap: 18px;
}

.mq-public-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mq-public-card,
.mq-price-card,
.mq-help-form,
.mq-public-state {
  border: 1px solid rgba(7, 28, 49, 0.09);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(7, 28, 49, 0.07);
}

.mq-public-card {
  min-width: 0;
  padding: 28px;
}

.mq-public-card > i {
  display: block;
  margin-bottom: 26px;
  color: var(--mq-primary-strong);
  font-size: 34px;
}

.mq-public-card h2,
.mq-public-card h3 {
  margin: 0 0 10px;
  color: var(--mq-ink);
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.mq-public-card p,
.mq-public-band p,
.mq-help-form p {
  margin: 0;
  color: var(--mq-slate);
  font-size: 15px;
  line-height: 1.65;
}

.mq-public-card > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  color: var(--mq-primary-strong);
  font-weight: 800;
}

.mq-public-band {
  padding: clamp(58px, 7vw, 88px) 0;
  background: var(--mq-navy);
}

.mq-public-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}

.mq-public-band h2 {
  max-width: 20ch;
  color: #ffffff;
}

.mq-public-band p:not(.mq-eyebrow) {
  max-width: 68ch;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
}

.mq-public-band .mq-button--secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

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

.mq-price-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.mq-price-card__heading span {
  color: var(--mq-primary-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.mq-price-card__heading h2 {
  margin: 5px 0 0;
  color: var(--mq-ink);
  font-size: 25px;
}

.mq-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 24px 0;
}

.mq-price strong {
  color: var(--mq-ink);
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.mq-price span {
  color: var(--mq-slate);
  font-size: 13px;
}

.mq-price-card dl {
  display: grid;
  gap: 0;
  margin: 0 0 26px;
}

.mq-price-card dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(7, 28, 49, 0.08);
}

.mq-price-card dt {
  color: var(--mq-slate);
  font-size: 13px;
  font-weight: 600;
}

.mq-price-card dd {
  margin: 0;
  color: var(--mq-ink);
  font-size: 13px;
  font-weight: 800;
  text-align: end;
}

.mq-price-card .mq-button {
  width: 100%;
  margin-top: auto;
}

.mq-pricing-effective {
  margin: 22px 0 0;
  color: var(--mq-slate);
  font-size: 12px;
  text-align: center;
  overflow-wrap: anywhere;
}

.mq-public-state {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 54px);
  text-align: center;
}

.mq-public-state > i {
  color: var(--mq-warn);
  font-size: 42px;
}

.mq-public-state h2 {
  margin: 18px 0 10px;
  color: var(--mq-ink);
  font-size: clamp(25px, 4vw, 34px);
}

.mq-public-state p {
  max-width: 56ch;
  margin: 0 auto 24px;
  color: var(--mq-slate);
  line-height: 1.65;
}

.mq-help-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 28px;
  align-items: start;
}

.mq-help-form {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 40px);
}

.mq-help-form h2 {
  margin: 0 0 8px;
  color: var(--mq-ink);
  font-size: 28px;
}

.mq-help-form label {
  display: grid;
  gap: 8px;
  color: var(--mq-ink);
  font-size: 13px;
  font-weight: 800;
}

.mq-help-form input,
.mq-help-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--mq-ink);
  font: inherit;
  font-weight: 600;
  resize: vertical;
}

.mq-help-form textarea {
  min-height: 132px;
}

.mq-help-form .mq-button {
  width: 100%;
}

.mq-public-footer {
  padding: 64px 0 0;
  background: #071823 !important;
}

.mq-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(160px, 0.6fr) minmax(240px, 0.8fr);
  gap: 48px;
  padding-bottom: 44px;
}

.mq-footer-brand img {
  width: 156px;
  height: auto;
}

.mq-footer-brand p {
  max-width: 48ch;
  margin-top: 20px;
}

.mq-footer-nav,
.mq-footer-operator {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.mq-footer-nav h2,
.mq-footer-operator h2 {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 15px;
}

.mq-footer-operator p {
  margin: 0;
}

.mq-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mq-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 30px;
}

.mq-footer-bottom p {
  margin: 0;
  font-size: 12px;
}

.mq-public-footer p,
.mq-public-footer a,
.mq-public-footer .mq-footer-nav a {
  color: rgba(255, 255, 255, 0.68);
}

.mq-public-footer a:hover {
  color: var(--mq-primary);
}

@media (max-width: 1199px) {
  .mq-public-header .navbar-collapse {
    background: var(--mq-bg) !important;
  }

  .mq-public-header .main-menu {
    display: grid;
  }
}

@media (max-width: 991px) {
  .mq-public-hero__grid,
  .mq-help-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .mq-public-hero__visual {
    max-width: 680px;
  }

  .mq-public-hero__visual img {
    min-height: 320px;
  }

  .mq-public-grid--three,
  .mq-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .mq-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .mq-public-hero,
  .mq-public-page-hero {
    padding-top: 58px;
  }

  .mq-public-hero__copy h1,
  .mq-public-page-hero h1 {
    font-size: 40px;
    line-height: 1.03;
  }

  .mq-public-actions,
  .mq-public-actions .mq-button,
  .mq-public-band .mq-button {
    width: 100%;
  }

  .mq-public-hero__visual img {
    min-height: 220px;
  }

  .mq-public-grid--three,
  .mq-pricing-grid,
  .mq-public-band__inner,
  .mq-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mq-public-card,
  .mq-price-card {
    padding: 22px;
  }

  .mq-public-band__inner {
    align-items: start;
  }

  .mq-footer-brand {
    grid-column: auto;
  }

  .mq-footer-bottom {
    display: grid;
  }
}

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

a,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

.site-logo img,
.account-logo img,
.sidebar-logo img,
.site-logo.site-title img {
  max-height: 42px;
  width: auto;
  object-fit: contain;
}

.btn--base,
.btn--base:focus,
.btn--base:hover {
  min-height: 44px;
  border: 1px solid rgba(99, 217, 183, 0.36);
  border-radius: 8px;
  background: var(--mq-primary);
  box-shadow: 0 12px 28px rgba(99, 217, 183, 0.22);
  color: var(--mq-navy);
  font-weight: 700;
}

.btn-active,
.header-action .btn-active {
  background: var(--mq-navy);
  border-color: var(--mq-navy);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(7, 30, 47, 0.18);
}

.text--base,
.text--base:hover {
  color: var(--mq-primary-strong) !important;
}

.form--control,
.select2-container--default .select2-selection--single {
  min-height: 48px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--mq-ink);
  box-shadow: none;
}

.form--control:focus {
  border-color: rgba(99, 217, 183, 0.72);
  box-shadow: 0 0 0 4px rgba(99, 217, 183, 0.12);
}

.header-section {
  z-index: 20;
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.header-menu-content {
  min-height: 72px;
}

.main-menu li a,
.navbar-right a,
.help-btn {
  color: var(--mq-ink);
  font-weight: 700;
}

.main-menu li a:hover,
.main-menu li a.active,
.navbar-right a:hover {
  color: var(--mq-primary-strong);
}

.navbar-right .language-select .nice-select {
  min-width: 118px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background: #ffffff;
}

.navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(7, 30, 47, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(7, 30, 47, 0.08);
  color: var(--mq-navy);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(99, 217, 183, 0.14);
}

.navbar-toggler span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  background: rgba(99, 217, 183, 0.12);
  color: var(--mq-navy);
  font-size: 15px;
  line-height: 1;
}

.banner-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(680px, calc(100svh - 120px));
  overflow: hidden;
  padding: 96px 0 84px;
  background:
    linear-gradient(90deg, rgba(247, 250, 249, 0.98) 0%, rgba(247, 250, 249, 0.94) 34%, rgba(7, 30, 47, 0.18) 70%, rgba(7, 30, 47, 0.62) 100%),
    url("../images/brand/movaliq-hero.png") center right / cover no-repeat;
}

.banner-section::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 217, 183, 0.45), transparent);
  content: "";
}

.banner-section .banner-wrapper,
.banner-section .container {
  position: relative;
  z-index: 1;
}

.banner-section .banner-element,
.banner-section .banner-img {
  display: none !important;
}

.banner-section .banner-content {
  width: 100%;
  max-width: 640px;
  padding: 0;
  min-width: 0;
}

.banner-section .banner-content .title {
  margin-bottom: 22px;
  color: var(--mq-ink);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.banner-section .banner-content .title span {
  color: var(--mq-primary-strong);
  -webkit-text-fill-color: currentColor;
}

.banner-section .banner-content .sub-title {
  max-width: 600px;
  color: #294250;
  font-size: 18px;
  line-height: 1.72;
}

.banner-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mq-trust-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  max-width: 600px;
  margin-top: 20px;
  color: #294250;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.mq-trust-bar span,
.mq-trust-bar a {
  position: relative;
  color: inherit;
}

.mq-trust-bar span:not(:last-child)::after,
.mq-trust-bar a:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -9px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(22, 167, 125, 0.7);
  content: "";
  transform: translateY(-50%);
}

.mq-trust-bar a {
  color: var(--mq-primary-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mq-legal-header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 249, 0.98)),
    linear-gradient(135deg, rgba(99, 217, 183, 0.12), rgba(73, 183, 255, 0.12));
  box-shadow: 0 16px 48px rgba(7, 30, 47, 0.08);
}

.mq-legal-kicker {
  margin-bottom: 8px;
  color: var(--mq-primary-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mq-legal-header h1 {
  margin-bottom: 10px;
  color: var(--mq-text);
  font-size: 34px;
  line-height: 1.2;
}

.mq-legal-header p {
  margin-bottom: 0;
  color: var(--mq-muted);
  font-size: 14px;
  line-height: 1.6;
}

.mq-legal-entity {
  display: grid;
  align-content: center;
  min-width: 280px;
  max-width: 360px;
  padding: 18px;
  border-radius: 8px;
  background: var(--mq-navy);
  color: #dfe3e0;
  font-size: 13px;
  line-height: 1.5;
}

.mq-legal-entity strong {
  margin: 4px 0;
  color: #ffffff;
  font-size: 16px;
}

.mq-legal-entity a {
  width: fit-content;
  margin-top: 8px;
  color: var(--mq-primary);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mq-legal-document {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 44px rgba(7, 30, 47, 0.06);
}

.mq-legal-document .blog-content {
  color: #294250;
  font-size: 16px;
  line-height: 1.8;
}

.mq-legal-document .blog-content h2,
.mq-legal-document .blog-content h3 {
  color: var(--mq-text);
}

.mq-legal-document .blog-content a {
  color: var(--mq-primary-strong);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.details-page-banner {
  position: relative;
  padding: 104px 0 76px;
  background:
    linear-gradient(135deg, rgba(247, 250, 249, 0.98) 0%, rgba(255, 255, 255, 0.94) 54%, rgba(99, 217, 183, 0.12) 100%),
    linear-gradient(90deg, rgba(7, 30, 47, 0.04), rgba(73, 183, 255, 0.08));
}

.details-page-banner .banner-element {
  display: none;
}

.details-page-banner .details-banner-wrapper {
  max-width: 680px;
}

.details-page-banner .details-banner-wrapper > .title {
  color: var(--mq-ink);
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.details-page-banner .details-banner-wrapper .sub-title {
  max-width: 620px;
  color: #294250;
  font-size: 17px;
  line-height: 1.72;
}

.details-page-banner .details-banner-wrapper .process-steps {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.details-page-banner .details-banner-wrapper .process-steps h3.title {
  margin-bottom: 4px;
  color: var(--mq-primary-strong);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
}

.details-page-banner .details-banner-wrapper .process-steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 52px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #294250;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(7, 30, 47, 0.06);
}

.details-page-banner .details-banner-wrapper .process-steps span {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 999px;
  background: var(--mq-navy);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.details-page-banner .details-banner-img {
  padding: 24px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(237, 248, 246, 0.92)),
    var(--mq-surface);
  box-shadow: 0 24px 60px rgba(7, 30, 47, 0.12);
}

.details-page-banner .details-banner-img img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.view-demo {
  padding: 72px 0;
  background: #ffffff;
}

.view-demo .demo-header .title {
  color: var(--mq-ink);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 800;
}

.view-demo .demo-header .sub-title h4 {
  max-width: 780px;
  margin: 14px auto 0;
  color: #294250;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.demo-img-wrapper .money-transfer-mockup {
  margin-top: 36px;
  padding: 24px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 30, 47, 0.04), rgba(99, 217, 183, 0.1)),
    #ffffff;
  box-shadow: 0 22px 54px rgba(7, 30, 47, 0.1);
}

.demo-img-wrapper .money-transfer-mockup img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}

.faq-section {
  padding-top: 72px;
  background:
    linear-gradient(180deg, rgba(247, 250, 249, 1), rgba(255, 255, 255, 0.96));
}

.faq-section .section-name span {
  color: var(--mq-primary-strong);
  font-weight: 800;
  text-transform: uppercase;
}

.faq-section .faq-wrapper .faq-item {
  margin-bottom: 12px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(7, 30, 47, 0.07);
}

.faq-section .faq-wrapper .faq-title {
  color: var(--mq-ink);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
}

.faq-section .faq-wrapper .faq-content p {
  color: #526b7a;
  line-height: 1.65;
}

.section-header .title,
.dashboard-wallet .title,
.dashboard-chart .title,
.dashboard-header-wrapper .title {
  color: var(--mq-ink);
  letter-spacing: 0;
}

.section-header p {
  color: #294250;
  line-height: 1.7;
  text-align: left;
}

.rtl .section-header p {
  text-align: right;
}

.section-element {
  display: none !important;
}

.section-wrapper [data-aos][data-aos],
.section-wrapper [data-aos^="fade"][data-aos^="fade"],
.section-wrapper [data-aos^="zoom"][data-aos^="zoom"],
.section-wrapper [data-aos^="flip"][data-aos^="flip"] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.how-it-work,
.security-system {
  padding-top: 64px !important;
}

.howit-wrapper {
  margin-top: 28px;
}

.how-it-work .work-img {
  min-height: 0;
  padding: 22px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 30, 47, 0.04), rgba(99, 217, 183, 0.12)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
}

.how-it-work .work-img img {
  width: 100% !important;
  height: auto !important;
  max-height: 430px;
  object-fit: contain !important;
  z-index: auto !important;
  -webkit-mask-box-image: none !important;
  mask: none !important;
}

.how-it-work-content .working-list {
  align-items: stretch;
  gap: 12px;
}

.how-it-work-content .working-list .number {
  display: flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--mq-navy);
  color: #ffffff;
}

.how-it-work-content .working-list .number .title {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

.how-it-work-content .work-content {
  flex: 1;
  margin-left: 0;
  padding: 16px 18px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(7, 30, 47, 0.07);
}

.how-it-work-content .work-content p {
  margin: 0;
  color: #294250;
  line-height: 1.58;
  font-weight: 650;
  text-align: left;
}

.rtl .how-it-work-content .work-content p {
  text-align: right;
}

.security-system .security-system-card {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
  padding: 24px;
  transform: none !important;
}

.security-system .security-system-card:hover {
  transform: none !important;
}

.security-system .security-system-card::before {
  display: none;
}

.security-system .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 0 16px;
  border-radius: 8px;
  background: rgba(99, 217, 183, 0.1);
}

.security-system .icon img {
  max-width: 34px;
  max-height: 34px;
}

.security-system .security-card-content {
  margin-top: 0;
}

.security-system .security-card-content .title {
  color: var(--mq-ink);
  font-size: 18px;
  line-height: 1.3;
}

.security-system .security-card-content p {
  color: #526b7a;
  line-height: 1.65;
}

.choose-wrapper,
.security-section .choose-item,
.how-it-work-item,
.shopping-card,
.app-section,
.dashboard-list-item,
.preview-list-wrapper,
.chart-bg {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: var(--mq-surface);
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
}

.security-section .choose-icon,
.dashboard-list-user-icon,
.preview-list-user-icon {
  background: rgba(99, 217, 183, 0.12);
  color: var(--mq-primary-strong);
}

.footer-section {
  background:
    linear-gradient(180deg, rgba(7, 19, 31, 0.94), rgba(7, 19, 31, 0.98)),
    url("../images/brand/movaliq-hero.png") center / cover no-repeat !important;
  color: #eaf2f3;
}

.footer-section .footer-text img {
  max-height: 42px;
  margin-bottom: 24px;
}

.footer-section p,
.footer-section a,
.footer-section .footer-social-icon span,
.footer-section .footer-widget ul li a {
  color: #c8d6d8;
}

.footer-section .footer-widget-heading h3 {
  color: #ffffff;
}

.footer-section .subscribe-form input {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.footer-section .subscribe-form button {
  border-radius: 8px;
  background: var(--mq-primary);
  color: var(--mq-navy);
}

.mq-footer-legal {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #dfe3e0;
  font-size: 13px;
  line-height: 1.5;
}

.mq-footer-legal a {
  color: var(--mq-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.account-section,
.forgot-password,
.verification-otp,
.new-password {
  display: flex;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: 48px 0;
  background:
    linear-gradient(135deg, rgba(247, 250, 249, 0.96), rgba(232, 251, 246, 0.9)),
    url("../images/brand/movaliq-hero.png") center right / cover no-repeat;
}

.account-wrapper,
.forgot-password-area,
.new-password-area,
.verification-otp-area {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(7, 30, 47, 0.12);
  backdrop-filter: blur(12px);
}

.account-section .account-login-form {
  display: block;
  min-height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.account-section .account-login-form form,
.account-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 60px rgba(7, 30, 47, 0.12);
  backdrop-filter: blur(12px);
  padding: 32px;
}

.account-section .account-logo {
  width: 148px;
}

.account-section .container,
.account-section .row,
.account-section [class*="col-"] {
  max-width: 100%;
  min-width: 0;
}

.account-section .form--control,
.account-section .select2-container,
.account-section .select2-container--default,
.account-section .input-group,
.account-section .input-group .form--control {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
}

.account-section .input-group {
  flex-wrap: nowrap;
}

.account-section .input-group .input-group-text {
  flex: 0 0 auto;
}

.form-header .title,
.forgot-password-content .title,
.verification-otp-content .title,
.account-header .sub-title {
  color: var(--mq-ink);
  font-weight: 800;
}

.page-wrapper {
  background: var(--mq-bg);
}

.sidebar {
  border-right: 1px solid rgba(7, 30, 47, 0.08);
  background: #ffffff;
}

.mq-user-shell .sidebar-menu-bar {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sidebar-menu .sidebar-menu-item {
  border-radius: 8px;
}

.sidebar-menu .sidebar-menu-item a {
  color: var(--mq-slate);
  font-weight: 700;
}

.sidebar-menu .sidebar-menu-item a .menu-icon {
  color: var(--mq-slate);
}

.sidebar-menu .sidebar-menu-item:hover,
.sidebar-menu .sidebar-menu-item.active {
  background: rgba(99, 217, 183, 0.1);
}

.sidebar-menu .sidebar-menu-item:hover a,
.sidebar-menu .sidebar-menu-item.active a,
.sidebar-menu .sidebar-menu-item:hover a .menu-icon,
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
  color: var(--mq-primary-strong);
}

.sidebar-doc-box {
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 30, 47, 0.94), rgba(11, 64, 74, 0.92)),
    url("../images/brand/movaliq-hero.png") center / cover no-repeat !important;
}

.sidebar-doc-box .title,
.sidebar-doc-box p {
  color: #ffffff;
}

.dashboard-them-area {
  border: 1px solid rgba(99, 217, 183, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 30, 47, 0.98), rgba(10, 60, 72, 0.94)),
    url("../images/brand/movaliq-hero.png") center right / cover no-repeat;
  box-shadow: 0 24px 60px rgba(7, 30, 47, 0.14);
  max-width: 560px;
  min-height: auto;
  margin: 0 auto;
  padding: 32px;
}

.dashboard-them-area .title,
.dashboard-them-area .user-name span,
.dashboard-them-area p {
  color: #ffffff;
}

.dashboard-them-area .user {
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.dashboard-them-area .user img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.dashboard-them-area .user-name {
  margin-bottom: 18px;
  text-align: center;
}

.dashboard-them-area .them-details,
.dashboard-them-area .them-btn {
  border-color: rgba(255, 255, 255, 0.14);
}

.dashboard-them-area .them-details {
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 14px;
}

.dashboard-them-area .them-details .title {
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 0;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.dashboard-them-area .them-details .title span {
  color: var(--mq-primary);
  font-weight: 800;
}

.dashboard-them-area .them-details .right-side .btn {
  border-radius: 8px;
  background: #ffffff;
  color: var(--mq-navy);
  font-weight: 800;
}

.dashboard-wrapper .wallet-item {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
  min-height: 104px;
}

.dashboard-wrapper .wallet-item .wallet-details p {
  color: var(--mq-slate);
}

.dashboard-wrapper .wallet-item .wallet-details .title {
  color: var(--mq-ink);
}

.dashboard-wrapper .wallet-item .country-flag {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(99, 217, 183, 0.24);
  border-radius: 999px;
  background: rgba(99, 217, 183, 0.1);
  color: var(--mq-primary-strong);
  font-size: 12px;
  font-weight: 800;
}

.dashboard-wrapper .wallet-item .country-flag img,
.custom-flag {
  display: none !important;
}

.dashboard-list-wrapper .alert,
.alert-primary {
  border: 1px solid rgba(7, 30, 47, 0.08) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.06);
  color: var(--mq-slate) !important;
  font-weight: 800;
}

.custom-card {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
}

.country-form-wrapper .exchange-area {
  border: 1px dashed rgba(99, 217, 183, 0.28);
  border-radius: 8px;
  background: rgba(247, 250, 249, 0.9);
  padding: 22px;
}

.country-form-wrapper .exchange-rate {
  color: var(--mq-ink);
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.country-form-wrapper .balance-show,
.country-form-wrapper .limit-show {
  color: var(--mq-primary-strong);
  font-family: inherit;
  font-weight: 800;
}

.header-user-wrapper .header-user-thumb a {
  overflow: hidden;
  border: 1px solid rgba(7, 30, 47, 0.08);
  background: rgba(99, 217, 183, 0.1);
}

.header-user-wrapper .header-user-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboard-list-item-wrapper {
  border-radius: 8px;
}

.dashboard-list-item {
  box-shadow: none;
}

.preview-list-wrapper {
  margin-top: 8px;
  box-shadow: none;
}

.body-wrapper {
  padding-top: 20px;
}

.custom-card,
.dash-payment-item-wrapper,
.pricing-section .priching-card,
.xepire-plan-wrapper .priching-card {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08) !important;
}

.custom-card {
  overflow: hidden;
}

.custom-card > .dashboard-header-wrapper {
  margin: 0;
  padding: 24px 24px 0;
}

.custom-card > .country-form-wrapper,
.custom-card > .card-body {
  margin: 18px 24px 24px;
}

.country-form-wrapper,
.dash-payment-item {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 249, 0.96)),
    #ffffff;
  box-shadow: 0 14px 34px rgba(7, 30, 47, 0.07);
}

.dash-payment-item-wrapper {
  padding: 24px;
}

.dash-payment-item {
  padding: 24px;
}

.dash-payment-body .p-3 {
  padding: 0 !important;
}

.dashboard-header-wrapper {
  gap: 14px;
  flex-wrap: wrap;
}

.dashboard-header-wrapper .title,
.dash-payment-title-area .title,
.plan-title .title {
  color: var(--mq-ink);
  font-weight: 800;
  line-height: 1.2;
}

.country-form-wrapper .country-form .form-group label,
.dash-payment-body label {
  color: var(--mq-ink);
  font-weight: 700;
}

.country-form-wrapper .country-form .form-group label span,
.dash-payment-body label span,
.text--base {
  color: var(--mq-primary-strong) !important;
}

.country-form-wrapper .country-form .form-group input,
.country-form-wrapper textarea.form--control,
.dash-payment-body .form--control,
.dash-payment-body select.form--control,
.dash-payment-body .select2-container--default .select2-selection--single {
  min-height: 50px;
  border: 1px solid var(--mq-line) !important;
  border-radius: 8px !important;
  background: #ffffff;
  color: var(--mq-ink);
  font-weight: 650;
}

.country-form-wrapper textarea.form--control {
  min-height: 72px;
}

.country-form-wrapper .country-form .form-group input:focus,
.country-form-wrapper textarea.form--control:focus,
.dash-payment-body .form--control:focus {
  border-color: rgba(99, 217, 183, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(99, 217, 183, 0.12);
}

.country-form-wrapper .country-form .form-group .custom-select,
.custom-select .custom-select-inner,
.nice-select {
  border-radius: 8px !important;
}

.custom-select .custom-select-inner {
  min-height: 50px;
}

.country-form-wrapper .country-form .custom-select-wrapper {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px !important;
  box-shadow: 0 18px 38px rgba(7, 30, 47, 0.12);
}

.country-form-wrapper .country-form .custom-select-wrapper .custom-option:hover,
.country-form-wrapper .country-form .custom-select-wrapper .custom-option.active {
  background: rgba(99, 217, 183, 0.12);
  color: var(--mq-ink);
}

.country-form-wrapper .exchange-area {
  border-style: solid;
  background:
    linear-gradient(135deg, rgba(99, 217, 183, 0.08), rgba(73, 183, 255, 0.08)),
    rgba(255, 255, 255, 0.94);
}

.country-form-wrapper .exchange-rate span,
.country-form-wrapper .exchange-rate {
  color: var(--mq-navy);
}

.preview-list-wrapper {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.preview-list-wrapper .preview-list-item {
  gap: 16px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
}

.preview-list-wrapper .preview-list-item:last-child {
  border-bottom: 0;
}

.preview-list-user-wrapper {
  min-width: 0;
}

.preview-list-user-content span,
.preview-list-right span {
  overflow-wrap: anywhere;
}

.preview-list-user-wrapper .preview-list-user-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(99, 217, 183, 0.22);
  border-radius: 8px;
  background: rgba(99, 217, 183, 0.1);
  color: var(--mq-primary-strong);
  font-size: 15px;
}

.dashboard-list-wrapper > .alert.alert-primary,
.dashboard-list-wrapper .alert-primary {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 86px;
  padding: 24px !important;
  border-style: dashed !important;
  background:
    linear-gradient(135deg, rgba(99, 217, 183, 0.07), rgba(73, 183, 255, 0.06)),
    #ffffff !important;
}

.dashboard-list-wrapper > .alert.alert-primary::before,
.dashboard-list-wrapper .alert-primary::before {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(99, 217, 183, 0.12);
  color: var(--mq-primary-strong);
  font-family: "Line Awesome Free";
  font-size: 20px;
  font-weight: 900;
  content: "\f1da";
}

.plan-title {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.plan-title .title {
  font-size: clamp(24px, 2.5vw, 34px);
}

.pricing-section {
  padding-top: 56px !important;
}

.pricing-section .priching-card,
.xepire-plan-wrapper .priching-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
}

.pricing-section .plan-head span,
.xepire-plan-wrapper .plan-head span {
  color: var(--mq-slate);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-section .plan-head .title,
.xepire-plan-wrapper .plan-head .title {
  margin-top: 10px;
  padding: 14px 12px;
  border: 1px solid rgba(7, 30, 47, 0.06);
  border-radius: 8px;
  background: rgba(247, 250, 249, 0.92);
  color: var(--mq-navy);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
}

.pricing-section .plan-head p,
.xepire-plan-wrapper .plan-head p {
  margin-top: 16px;
  color: #294250;
  font-size: 15px;
  line-height: 1.5;
}

.pricing-section .plan-body,
.xepire-plan-wrapper .plan-body {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
}

.pricing-section .plan-body .plan-item,
.xepire-plan-wrapper .plan-body .plan-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0;
  color: #294250;
  font-size: 14px;
  line-height: 1.5;
}

.pricing-section .plan-body i,
.xepire-plan-wrapper .plan-body i {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 999px;
  background: var(--mq-primary);
  color: var(--mq-navy);
  font-size: 13px;
}

.pricing-section .plan-body span,
.xepire-plan-wrapper .plan-body span {
  padding-left: 0;
  color: inherit;
}

.pricing-section .plan-bottom,
.xepire-plan-wrapper .plan-bottom {
  margin-top: auto;
}

.xepire-plan-wrapper .recommended-badge {
  top: 12px;
  right: 12px;
  width: auto;
  height: auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--mq-navy);
  box-shadow: none;
  color: #ffffff;
  transform: none;
}

.plan-type .switch-field {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.plan-type .switch-field label {
  min-width: 118px;
  border: 0;
  border-radius: 6px !important;
  background: transparent;
  color: var(--mq-slate);
  font-weight: 800;
}

.plan-type .switch-field input:checked + label {
  background: var(--mq-primary);
  color: var(--mq-navy);
  box-shadow: 0 12px 26px rgba(99, 217, 183, 0.2);
}

.card-form h4 {
  color: var(--mq-ink);
  font-size: 22px;
  font-weight: 800;
}

.card-form hr {
  border: 0;
  height: 1px;
  margin: 16px 0 22px;
  background: linear-gradient(90deg, rgba(99, 217, 183, 0.28), rgba(7, 30, 47, 0.06), transparent);
  opacity: 1;
}

input[type="file"].form--control {
  height: auto;
  min-height: 54px;
  padding: 8px 10px;
}

input[type="file"].form--control::file-selector-button {
  margin-right: 12px;
  padding: 9px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(99, 217, 183, 0.12);
  color: var(--mq-navy);
  font-weight: 800;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--mq-ink);
  font-weight: 650;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.table-area,
.table-wrapper,
.two-authentic,
.support-card,
.modal-content {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 42px rgba(7, 30, 47, 0.08);
}

.table-wrapper,
.two-authentic,
.support-card {
  padding: 24px;
}

.table-wrapper .dashboard-header-wrapper,
.two-authentic .dashboard-header-wrapper,
.support-card-wrapper .card-header {
  margin-bottom: 20px;
  padding: 0;
}

.table-responsive {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.custom-table {
  margin-bottom: 0;
  color: var(--mq-ink);
}

.custom-table thead tr {
  background: rgba(247, 250, 249, 0.95);
}

.custom-table thead tr th {
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
  color: var(--mq-slate);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.custom-table tbody tr {
  border-bottom: 1px solid rgba(7, 30, 47, 0.06);
}

.custom-table tbody tr:last-child {
  border-bottom: 0;
}

.custom-table tbody tr td {
  color: #294250;
  font-weight: 650;
  vertical-align: middle;
}

.custom-table tbody tr td .alert-primary {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 12px 0 !important;
  padding: 24px !important;
  border: 1px dashed rgba(99, 217, 183, 0.24) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(99, 217, 183, 0.07), rgba(73, 183, 255, 0.06)),
    #ffffff !important;
  color: var(--mq-slate) !important;
}

.custom-table tbody tr td .alert-primary::before {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(99, 217, 183, 0.12);
  color: var(--mq-primary-strong);
  font-family: "Line Awesome Free";
  font-size: 20px;
  font-weight: 900;
  content: "\f1da";
}

.secret-key {
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.copy-btn,
.input-group-text.copytext {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: 0;
  border: 1px solid rgba(99, 217, 183, 0.24);
  border-radius: 8px;
  background: rgba(99, 217, 183, 0.12);
  color: var(--mq-primary-strong);
  cursor: pointer;
}

.custom-table .btn,
.custom-table .btn--base,
.custom-table .btn--danger {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 8px;
}

.btn--danger,
.btn--danger:hover {
  border: 1px solid rgba(217, 67, 67, 0.24);
  background: rgba(217, 67, 67, 0.12);
  color: var(--mq-danger) !important;
}

.modal-content {
  overflow: hidden;
}

.modal-header {
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
  background: rgba(247, 250, 249, 0.95);
}

.modal-title {
  color: var(--mq-ink);
  font-weight: 800;
}

.support-card-wrapper {
  padding: 0;
}

.two-authentic .card-body {
  padding: 0 4px;
}

.two-authentic .card-body h4,
.tow-fa-security .card-body h4 {
  color: var(--mq-ink);
  font-weight: 800;
}

.two-authentic .card-body p {
  color: #294250;
  line-height: 1.65;
}

.tow-fa-security .qr-code-thumb,
.tow-fa-security .play-store-thumb {
  display: grid;
  place-items: center;
  width: min(100%, 280px);
  min-height: 240px;
  margin: 18px auto;
  padding: 18px;
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(99, 217, 183, 0.06), rgba(73, 183, 255, 0.06)),
    #ffffff;
}

.tow-fa-security .qr-code-thumb img,
.tow-fa-security .play-store-thumb img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.tow-fa-security .input-group .form--control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.tow-fa-security .input-group .input-group-text.copytext {
  width: 52px;
  height: auto;
  min-height: 50px;
  border-radius: 0 8px 8px 0;
  background: var(--mq-primary);
  color: var(--mq-navy);
}

.support-card-wrapper .card-header {
  border: 0;
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
  background: transparent;
  padding-bottom: 18px;
}

.support-card-wrapper .card-header-user-area,
.card-header-user-area {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.support-card-wrapper .avatar,
.media-chat .avatar {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(99, 217, 183, 0.22);
  border-radius: 999px;
  object-fit: cover;
}

.support-chat-area {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: rgba(247, 250, 249, 0.82);
  overflow: hidden;
}

.chat-container {
  padding: 18px;
}

.media-chat .media-body p {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
  color: #294250;
  box-shadow: 0 10px 24px rgba(7, 30, 47, 0.06);
}

.media-chat-reverse .media-body p {
  background: rgba(99, 217, 183, 0.12);
  color: var(--mq-navy);
}

.chat-form {
  border-top: 1px solid rgba(7, 30, 47, 0.08);
  background: #ffffff;
  padding: 12px;
}

.publisher {
  display: flex;
  align-items: center;
  gap: 10px;
}

.publisher-input {
  min-height: 46px;
  border: 1px solid var(--mq-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--mq-ink);
}

.chat-submit-btn {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--mq-primary);
  color: var(--mq-navy);
}

.support-profile-wrapper {
  border: 1px solid rgba(7, 30, 47, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.support-profile-header {
  border-bottom: 1px solid rgba(7, 30, 47, 0.08);
}

.support-profile-body .title,
.support-profile-list li {
  color: var(--mq-ink);
}

.file-holder-wrapper {
  border: 1px dashed rgba(99, 217, 183, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(99, 217, 183, 0.06), rgba(73, 183, 255, 0.06)),
    #ffffff;
}

.cookie-main-wrapper {
  width: min(980px, calc(100% - 48px)) !important;
  gap: 16px;
  padding: 16px 20px !important;
  border: 1px solid rgba(99, 217, 183, 0.2);
  border-radius: 8px !important;
  background: rgba(7, 19, 31, 0.96);
  box-shadow: 0 20px 60px rgba(7, 30, 47, 0.24);
}

.cookie-main-wrapper .cookie-content {
  flex: 1 1 auto;
  width: auto !important;
}

.cookie-main-wrapper .cookie-content p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.55;
}

.cookie-main-wrapper .cookie-btn-area {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  margin-top: 0 !important;
}

.cookie-main-wrapper .cookie-btn-area button {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.cookie-main-wrapper .cookie-btn-area .cookie-btn {
  background: var(--mq-primary);
  color: var(--mq-navy);
}

@media (max-width: 1199px) {
  .header-section .navbar {
    min-height: 64px;
  }

  .header-section .navbar-collapse {
    margin-top: 12px;
    padding: 14px !important;
    border: 1px solid rgba(7, 30, 47, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 18px 44px rgba(7, 30, 47, 0.1);
  }

  .header-section .navbar-collapse .main-menu {
    gap: 4px;
    width: 100%;
    margin: 0 !important;
  }

  .header-bottom-area .navbar-collapse .main-menu li {
    width: 100%;
    padding-right: 0 !important;
  }

  .header-bottom-area .navbar-collapse .main-menu li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 10px !important;
    border-radius: 8px;
    color: var(--mq-ink);
    -webkit-text-fill-color: currentColor;
  }

  .header-bottom-area .navbar-collapse .main-menu li a:hover,
  .header-bottom-area .navbar-collapse .main-menu li a.active {
    background: rgba(99, 217, 183, 0.1);
    color: var(--mq-primary-strong);
    -webkit-text-fill-color: currentColor;
  }

  .header-section .navbar-right {
    display: grid;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
  }

  .header-section .navbar-right ul {
    margin: 0;
    padding: 0;
  }

  .header-section .language-select {
    width: 100%;
    margin: 0;
  }

  .header-section .navbar-right .language-select .nice-select {
    width: 100%;
  }

  .header-section .header-action {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    margin: 0;
  }

  .header-section .header-action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .banner-section {
    min-height: 620px;
    padding: 96px 0 72px;
    background:
      linear-gradient(180deg, rgba(247, 250, 249, 0.98), rgba(247, 250, 249, 0.9) 46%, rgba(7, 30, 47, 0.48)),
      url("../images/brand/movaliq-hero.png") center right / cover no-repeat;
  }

  .banner-section .banner-content .title {
    font-size: 42px;
  }

  .banner-section .banner-content .sub-title {
    font-size: 16px;
  }

  .details-page-banner {
    padding: 84px 0 60px;
  }

  .details-page-banner .details-banner-img {
    margin-top: 8px;
  }

  .mq-legal-header {
    flex-direction: column;
  }

  .mq-legal-entity {
    width: 100%;
    max-width: none;
  }

  .account-section .account-login-form form,
  .account-wrapper {
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .how-it-work,
  .security-system {
    padding-top: 48px !important;
  }

  .how-it-work .work-img {
    padding: 14px;
  }

  .how-it-work-content .working-list {
    gap: 10px;
  }

  .how-it-work-content .working-list .number {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .how-it-work-content .work-content {
    padding: 14px;
  }

  .security-system .security-system-card {
    padding: 18px;
  }

  .cookie-main-wrapper {
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    padding: 14px !important;
    transform: none !important;
  }

  .cookie-main-wrapper .cookie-content {
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    width: 100% !important;
  }

  .cookie-main-wrapper .cookie-content svg {
    width: 32px !important;
    margin: 0 !important;
  }

  .cookie-main-wrapper .cookie-content p {
    width: 100% !important;
    font-size: 12px;
  }

  .cookie-main-wrapper .cookie-btn-area {
    margin-top: 12px !important;
  }

  .header-section {
    position: relative !important;
  }

  .header-menu-content {
    min-height: 64px;
  }

  .banner-section {
    min-height: 650px;
    padding: 92px 0 56px;
    background:
      linear-gradient(180deg, rgba(247, 250, 249, 0.98), rgba(247, 250, 249, 0.9) 44%, rgba(7, 30, 47, 0.58)),
      url("../images/brand/movaliq-hero.png") 62% center / cover no-repeat;
  }

  .banner-section .container,
  .banner-section .row,
  .banner-section [class*="col-"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .banner-section .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .banner-section .row {
    margin-right: 0;
    margin-left: 0;
  }

  .banner-section [class*="col-"] {
    flex: 0 0 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .banner-section .banner-content {
    width: 100% !important;
    max-width: 100%;
  }

  .mq-legal-header {
    padding: 20px;
  }

  .mq-legal-header h1 {
    font-size: 28px;
  }

  .mq-legal-entity {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .banner-section .banner-content .title {
    width: 100%;
    max-width: 9.8em;
    font-size: clamp(33px, 10vw, 40px);
    line-height: 1.08;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .banner-section .banner-content .sub-title {
    width: 100%;
    max-width: min(100%, 20.5rem);
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .banner-bottom {
    align-items: stretch;
  }

  .banner-bottom .btn--base {
    width: auto;
    max-width: 100%;
  }

  .details-page-banner {
    padding: 64px 0 44px;
  }

  .details-page-banner .details-banner-wrapper > .title {
    font-size: 34px;
  }

  .details-page-banner .details-banner-wrapper .sub-title,
  .view-demo .demo-header .sub-title h4 {
    font-size: 15px;
    line-height: 1.6;
  }

  .details-page-banner .details-banner-wrapper .process-steps li {
    min-height: 48px;
    padding: 11px 12px;
  }

  .details-page-banner .details-banner-img,
  .demo-img-wrapper .money-transfer-mockup {
    padding: 16px;
  }

  .view-demo,
  .faq-section {
    padding-top: 56px;
  }

  .mq-trust-bar {
    max-width: min(100%, 20.5rem);
    color: #dfe3e0;
    font-size: 12px;
  }

  .account-section,
  .forgot-password,
  .verification-otp,
  .new-password {
    min-height: 100svh;
    padding: 24px 0;
  }

  .account-section .account-login-form {
    min-height: auto;
    width: 100%;
    max-width: calc(100vw - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .account-section .account-login-form form,
  .account-wrapper {
    width: 100%;
    max-width: calc(100vw - 28px);
    padding: 22px;
    overflow: hidden;
  }

  .account-section .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .account-section .row {
    margin-right: 0;
    margin-left: 0;
  }

  .account-section [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .account-section .form-header .title {
    width: 100%;
    max-width: 18.5rem;
    font-size: 22px;
    line-height: 1.2;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .account-section .form-header {
    width: 100%;
    max-width: 19rem;
  }

  .account-section .form-header p,
  .account-section .footer-text p {
    width: 100%;
    max-width: 19rem;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .dashboard-them-area {
    width: 100%;
    max-width: calc(100vw - 30px);
    padding: 24px;
  }

  .dashboard-them-area .them-details {
    flex-direction: column;
    align-items: stretch;
  }

  .dashboard-them-area .them-details .left-side,
  .dashboard-them-area .them-details .right-side,
  .dashboard-them-area .them-details .right-side .btn {
    width: 100%;
    text-align: center;
  }

  .dashboard-them-area .them-details .title {
    text-align: center;
  }

  .dashboard-them-area .them-btn .btn {
    width: 100%;
  }

  .section-header,
  .section-header .title,
  .section-header p {
    width: 100%;
    max-width: min(100%, 20.5rem);
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .section-header .row,
  .section-header [class*="col-"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .section-header .title {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.15;
  }

  .rtl .header-section,
  .rtl .header-section .navbar {
    direction: ltr;
  }

  .rtl .header-section .navbar-toggler {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  .rtl .banner-section,
  .rtl .banner-section .container,
  .rtl .banner-section .banner-wrapper,
  .rtl .banner-section .row,
  .rtl .banner-section [class*="col-"] {
    direction: ltr;
  }

  .rtl .section-header {
    direction: rtl;
  }

  .rtl .banner-section .banner-content {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0;
    padding-left: 0;
    direction: ltr;
    text-align: left;
  }

  .rtl .banner-section .banner-content .title,
  .rtl .banner-section .banner-content .sub-title,
  .rtl .section-header,
  .rtl .section-header .title,
  .rtl .section-header p {
    width: 100%;
    max-width: 100%;
    margin-right: auto !important;
    margin-left: 0 !important;
    text-align: right;
  }

  .rtl .banner-section .banner-content .title {
    display: block;
    max-width: 17rem;
    margin-right: auto !important;
    margin-left: 0 !important;
    direction: rtl;
    font-size: clamp(32px, 9vw, 36px);
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .rtl .banner-section .banner-content .sub-title {
    max-width: 19rem;
    margin-right: auto !important;
    margin-left: 0 !important;
    direction: rtl;
  }

  .rtl .banner-bottom {
    direction: ltr;
    justify-content: flex-start;
  }

  .rtl .mq-trust-bar {
    direction: rtl;
    text-align: right;
    justify-content: flex-end;
  }
}
/* HF-W3 — identity journeys and account destinations */
.mq-identity-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(520px, 1.18fr);
  background: #f7f4ec;
  color: #0d2633;
}

.mq-user-shell .mq-identity-shell {
  min-height: calc(100vh - 120px);
  margin: -24px;
}

.mq-identity-context {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 56px;
  padding: 54px clamp(34px, 5vw, 76px);
  background: #0d2633;
  color: #fff;
}

.mq-identity-brand {
  width: min(180px, 55%);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.mq-identity-brand img {
  width: 100%;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
}

.mq-identity-context__message { max-width: 520px; }
.mq-identity-eyebrow {
  margin: 0;
  color: #13866f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mq-identity-context .mq-identity-eyebrow { color: #63d9b7; }
.mq-identity-context h1 {
  margin: 16px 0 20px;
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.mq-identity-context__message > p:last-child {
  margin: 0;
  color: #b8c3ca;
  font-size: 16px;
  line-height: 1.65;
}
.mq-identity-context__facts { margin: 0; border-top: 1px solid #35505f; }
.mq-identity-context__facts div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid #35505f;
}
.mq-identity-context__facts dt { color: #aab7bf; }
.mq-identity-context__facts dd { margin: 0; text-align: right; font-weight: 700; }

.mq-identity-stage {
  min-width: 0;
  min-height: inherit;
  display: grid;
  align-content: center;
  justify-items: center;
  position: relative;
  padding: 86px 44px 58px;
}
.mq-identity-back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 34px;
  left: 44px;
  color: #61727e;
  font-weight: 700;
}
.mq-identity-card {
  width: min(100%, 560px);
  padding: 44px;
  border: 1px solid #dbe2df;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(7, 28, 49, .07);
}
.mq-identity-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 15px;
  background: #def7ef;
  color: #13866f;
  font-size: 28px;
}
.mq-identity-card h2 {
  margin: 11px 0 12px;
  color: #0d2633;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.mq-identity-lead { margin: 0 0 26px; color: #667984; line-height: 1.6; }
.mq-identity-form { display: grid; gap: 16px; }
.mq-identity-form .form-group { margin: 0; }
.mq-identity-form label { margin-bottom: 7px; color: #3f4c54; font-size: 13px; font-weight: 750; }
.mq-identity-form .form--control,
.mq-identity-form .select2-container .select2-selection {
  min-height: 54px;
  border: 1px solid #cbd4d0;
  border-radius: 10px;
  background: #fcfcfa;
}
.mq-identity-form .btn--base { min-height: 54px; border-radius: 10px; }
.mq-identity-form__split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mq-identity-inline-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  color: #13866f;
  font-weight: 750;
}
.mq-identity-note { margin: 15px 0 0; color: #667984; font-size: 13px; line-height: 1.55; }
.mq-identity-state-facts { margin: 0 0 24px; padding: 4px 16px; border: 1px solid #dbe2df; border-radius: 13px; }
.mq-identity-state-facts div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid #edf0ee; }
.mq-identity-state-facts div:last-child { border-bottom: 0; }
.mq-identity-state-facts dt { color: #667984; font-size: 13px; }
.mq-identity-state-facts dd { margin: 0; text-align: right; color: #0d2633; font-size: 13px; font-weight: 750; }

.mq-account-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 22px;
  padding: 8px;
  border: 1px solid #dbe2df;
  border-radius: 14px;
  background: #fff;
}
.mq-account-nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  color: #667984;
  font-weight: 750;
}
.mq-account-nav a[aria-current="page"] { background: #def7ef; color: #0d2633; }
.mq-account-heading { max-width: 760px; margin: 18px 0 24px; }
.mq-account-heading h2 { margin: 8px 0; color: #0d2633; font-size: clamp(28px, 3vw, 40px); }
.mq-account-heading > p:last-child { margin: 0; color: #667984; }
.mq-session-list { margin: 12px 0 28px; }
.mq-session-list__header { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 14px; }
.mq-session-list__header h3 { margin: 7px 0 0; color: #0d2633; }
.mq-session-list__header > p { max-width: 520px; margin: 0; color: #667984; }
.mq-session-list article {
  min-height: 82px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 14px 18px;
  border: 1px solid #dbe2df;
  border-bottom: 0;
  background: #fff;
}
.mq-session-list article:first-of-type { border-radius: 14px 14px 0 0; }
.mq-session-list article:last-of-type { border-bottom: 1px solid #dbe2df; border-radius: 0 0 14px 14px; }
.mq-session-list article > i { color: #13866f; font-size: 26px; }
.mq-session-list article > span { min-width: 0; display: grid; gap: 4px; }
.mq-session-list article small { color: #667984; overflow-wrap: anywhere; }
.mq-session-list em { color: #13866f; font-size: 12px; font-style: normal; font-weight: 800; }
.mq-session-revoke { min-height: 44px; border: 0; background: transparent; color: #984034; font-weight: 800; }
.mq-session-empty { padding: 26px; border: 1px solid #dbe2df; border-radius: 14px; background: #fff; color: #667984; }
.mq-delete-account-card { max-width: 840px; margin-inline: auto; border-color: #e5c9c3; }
.mq-delete-account-card p:not(.mq-identity-eyebrow) { color: #667984; }

@media (max-width: 991px) {
  .mq-identity-shell { grid-template-columns: 1fr; }
  .mq-identity-context { min-height: auto; padding: 38px 30px 42px; }
  .mq-identity-context__facts { display: none; }
  .mq-identity-stage { min-height: 680px; }
}

@media (max-width: 575px) {
  .mq-user-shell .mq-identity-shell { margin: -16px; }
  .mq-identity-context { gap: 30px; padding: 30px 20px 34px; }
  .mq-identity-context h1 { font-size: 36px; }
  .mq-identity-stage { min-height: 0; padding: 82px 16px 42px; }
  .mq-identity-back { top: 22px; left: 16px; }
  .mq-identity-card { padding: 28px 20px; }
  .mq-identity-form__split { grid-template-columns: 1fr; }
  .mq-account-nav { grid-template-columns: 1fr; }
  .mq-account-nav a { justify-content: flex-start; }
  .mq-session-list__header { display: block; }
  .mq-session-list__header > p { margin-top: 10px; }
  .mq-session-list article { grid-template-columns: 36px minmax(0, 1fr); }
  .mq-session-list article > em,
  .mq-session-list article > button { grid-column: 2; justify-self: start; }
}

/* HF-W7: owned notification center */
.mq-notification-page { max-width: 960px; }
.mq-notification-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mq-notification-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--mq-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
}
.mq-notification-item--unread,
.mq-notification-item--action_required {
  border-inline-start: 4px solid var(--mq-primary-strong);
}
.mq-notification-item--action_required { background: rgba(255, 249, 231, 0.76); }
.mq-notification-item--stale { background: rgba(247, 244, 236, 0.7); }
.mq-notification-item__signal {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(99, 217, 183, 0.18);
  color: var(--mq-primary-strong);
  font-size: 24px;
}
.mq-notification-item__body { min-width: 0; }
.mq-notification-item__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  color: var(--mq-slate);
  font-size: 12px;
}
.mq-notification-state {
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(99, 217, 183, 0.18);
  color: var(--mq-primary-strong);
  font-weight: 800;
  text-transform: capitalize;
}
.mq-notification-item h2 {
  margin: 0 0 5px;
  color: var(--mq-navy);
  font-size: 18px;
}
.mq-notification-item p,
.mq-notification-item small { color: var(--mq-slate); }
.mq-notification-item p { margin: 0 0 6px; line-height: 1.55; }
.mq-notification-empty {
  min-height: 300px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 40px 24px;
  border: 1px solid var(--mq-line);
  border-radius: 14px;
  background: #fff;
  text-align: center;
}
.mq-notification-empty > i { color: var(--mq-primary-strong); font-size: 38px; }
.mq-notification-empty h2 { margin: 4px 0; color: var(--mq-navy); }
.mq-notification-empty p { max-width: 520px; margin: 0 0 12px; color: var(--mq-slate); }
.mq-notification-empty--warning { border-color: rgba(138, 79, 0, 0.24); }
.mq-notification-pagination { margin-top: 24px; }

@media (max-width: 767px) {
  .mq-notification-item { grid-template-columns: 42px minmax(0, 1fr); padding: 17px; }
  .mq-notification-item__signal { width: 42px; height: 42px; }
  .mq-notification-item > form { grid-column: 2; }
  .mq-notification-item > form button { width: 100%; }
}

/* HF-W6: real card lifecycle */
.mq-cards-page .dashboard-list-wrapper { display: grid; gap: 12px; }
.mq-cards-page .dashboard-list-item-wrapper,
.mq-cards-page .dashboard-list-item { margin: 0; }
.mq-cards-page .dashboard-list-item {
  min-height: 112px;
  border: 1px solid var(--mq-line);
  border-radius: 14px;
  background: #fff;
}
.mq-card-row--issue_requested,
.mq-card-row--pending_provider,
.mq-card-row--review_required { border-inline-start: 4px solid var(--mq-warn) !important; }
.mq-card-row--active { border-inline-start: 4px solid var(--mq-primary-strong) !important; }
.mq-card-row--frozen,
.mq-card-row--closed,
.mq-card-row--failed { background: rgba(247, 244, 236, 0.72) !important; }
.mq-card-state-panel {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
  padding: 26px;
  border: 1px solid rgba(138, 79, 0, 0.22);
  border-radius: 14px;
  background: rgba(255, 249, 231, 0.72);
}
.mq-card-state-panel > i { color: var(--mq-warn); font-size: 32px; }
.mq-card-state-panel p { margin: 0 0 5px; color: var(--mq-primary-strong); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.mq-card-state-panel h2 { margin: 0 0 6px; color: var(--mq-navy); }
.mq-card-state-panel span { color: var(--mq-slate); }
.mq-card-setup-path > div { min-width: 0; flex: 1; }
.mq-card-setup-path ol {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
  counter-reset: mq-card-step;
}
.mq-card-setup-path li {
  counter-increment: mq-card-step;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--mq-line);
  border-radius: 12px;
  background: #fff;
}
.mq-card-setup-path li::before {
  content: counter(mq-card-step);
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--mq-line);
  color: var(--mq-navy);
  font-weight: 800;
}
.mq-card-setup-path li strong { color: var(--mq-navy); }
.mq-card-setup-path li > span { font-size: 13px; }
.mq-card-setup-path li[data-state="complete"]::before { content: "\2713"; background: #def7ef; color: var(--mq-primary-strong); }
.mq-card-setup-path li[data-state="current"] { border-color: var(--mq-primary-strong); }
.mq-card-setup-path li[data-state="current"]::before { background: var(--mq-primary-strong); color: #fff; }
.mq-card-setup-path li[data-state="in_progress"]::before { background: #fff1d7; color: var(--mq-warn); }
.mq-card-setup-path li[data-state="locked"] { opacity: 0.68; }
.mq-card-operations { margin-top: 36px; }
.mq-card-operations .mq-section-heading { margin-bottom: 14px; }
.mq-card-operations .mq-section-heading h2 { margin: 0; color: var(--mq-navy); }
.mq-card-operation {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--mq-line);
  border-bottom: 0;
  background: #fff;
}
.mq-card-operation:first-of-type { border-radius: 14px 14px 0 0; }
.mq-card-operation:last-of-type { border-bottom: 1px solid var(--mq-line); border-radius: 0 0 14px 14px; }
.mq-card-operation h3 { margin: 0 0 5px; color: var(--mq-navy); font-size: 16px; }
.mq-card-operation p { margin: 0 0 5px; color: var(--mq-slate); }
.mq-card-operation small { color: var(--mq-slate); overflow-wrap: anywhere; }
.mq-card-operations__empty { min-height: 220px; }
.mq-card-operations__retention { margin-top: 12px; color: var(--mq-slate); font-size: 13px; }
.mq-card-detail-page .dash-payment-item { border: 1px solid var(--mq-line); border-radius: 14px; background: #fff; }
.mq-card-detail-page .preview-list-item { min-height: 52px; }
.mq-card-detail-page .modal-content { border: 0; border-radius: 14px; }
.mq-card-detail-page .modal-footer .btn--base,
.mq-card-detail-page .d-flex > .btn--base,
.mq-card-detail-page .d-flex > a { min-height: 44px; }

@media (max-width: 767px) {
  .mq-card-operation { grid-template-columns: 12px minmax(0, 1fr); }
  .mq-card-operation > a { grid-column: 2; width: 100%; }
  .mq-cards-page .dashboard-list-item { align-items: flex-start; gap: 14px; }
  .mq-cards-page .dashboard-list-right { width: 100%; text-align: start; }
  .mq-cards-page .dashboard-list-right .justify-content-end { justify-content: flex-start !important; }
}

/* HF-W7: plan and billing */
.mq-plan-page section + section { margin-top: 44px; }
.mq-plan-current-grid,
.mq-plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.mq-plan-current,
.mq-plan-option {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--mq-line);
  border-radius: 14px;
  background: #fff;
}
.mq-plan-current--active,
.mq-plan-current--free { border-top: 4px solid var(--mq-primary-strong); }
.mq-plan-current--renewal_failed,
.mq-plan-current--cancellation_scheduled,
.mq-plan-current--expiring { border-top: 4px solid var(--mq-warn); }
.mq-plan-current--expired { background: rgba(247, 244, 236, 0.72); }
.mq-plan-current__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.mq-plan-current__head h3,
.mq-plan-option h3 { margin: 10px 0 0; color: var(--mq-navy); font-size: 25px; }
.mq-plan-current__head > strong { color: var(--mq-navy); font-size: 22px; text-align: end; }
.mq-plan-current__head small { display: block; margin-top: 3px; color: var(--mq-slate); font-size: 12px; font-weight: 600; }
.mq-plan-current .mq-scoped-status { margin-bottom: 18px; }
.mq-plan-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0 0 18px; overflow: hidden; border: 1px solid var(--mq-line); border-radius: 10px; background: var(--mq-line); }
.mq-plan-facts div { min-width: 0; padding: 13px; background: #fff; }
.mq-plan-facts dt { margin-bottom: 5px; color: var(--mq-slate); font-size: 12px; }
.mq-plan-facts dd { margin: 0; overflow-wrap: anywhere; color: var(--mq-navy); font-weight: 800; }
.mq-plan-reference { overflow-wrap: anywhere; color: var(--mq-slate); font-size: 13px; }
.mq-plan-current > .mq-primary-action,
.mq-plan-current > .mq-secondary-action { width: 100%; }
.mq-plan-option { display: flex; flex-direction: column; gap: 18px; }
.mq-plan-option > div:first-child > p { margin: 0; color: var(--mq-primary-strong); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.mq-plan-option ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.mq-plan-option li { display: flex; align-items: flex-start; gap: 9px; color: var(--mq-slate); }
.mq-plan-option li i { margin-top: 3px; color: var(--mq-primary-strong); }
.mq-plan-option__prices { display: grid; gap: 5px; color: var(--mq-slate); }
.mq-plan-option__prices strong { color: var(--mq-navy); font-size: 20px; }
.mq-plan-option__prices small { color: var(--mq-primary-strong); font-weight: 700; }
.mq-plan-option__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; }
.mq-plan-owned { margin-top: auto; padding: 12px; border-radius: 8px; background: rgba(99, 217, 183, 0.15); color: var(--mq-primary-strong); font-weight: 800; text-align: center; }

@media (max-width: 767px) {
  .mq-plan-current-grid,
  .mq-plan-grid { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .mq-plan-current__head { display: block; }
  .mq-plan-current__head > strong { display: block; margin-top: 16px; text-align: start; }
  .mq-plan-facts,
  .mq-plan-option__actions { grid-template-columns: 1fr; }
}

/* HF-W7: contextual support */
.mq-support-list { display: grid; gap: 12px; }
.mq-support-row {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto) auto;
  align-items: center;
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--mq-line);
  border-radius: 14px;
  background: #fff;
}
.mq-support-row--pending { border-inline-start: 4px solid var(--mq-warn); }
.mq-support-row--active { border-inline-start: 4px solid var(--mq-primary-strong); }
.mq-support-row--solved { background: rgba(247, 244, 236, 0.72); }
.mq-support-row h2 { margin: 10px 0 6px; color: var(--mq-navy); font-size: 19px; }
.mq-support-row p { margin: 0 0 5px; color: var(--mq-slate); }
.mq-support-row small { color: var(--mq-slate); overflow-wrap: anywhere; }
.mq-support-row__meta { display: grid; gap: 5px; color: var(--mq-slate); font-size: 12px; overflow-wrap: anywhere; }
.mq-support-form { max-width: 760px; padding: 28px; border: 1px solid var(--mq-line); border-radius: 14px; background: #fff; }
.mq-support-form textarea { min-height: 150px; resize: vertical; }
.mq-support-form > .mq-primary-action { width: 100%; }
.mq-support-context { margin-bottom: 24px; padding: 22px; border: 1px solid rgba(99, 217, 183, 0.32); border-radius: 12px; background: rgba(99, 217, 183, 0.09); }
.mq-support-context > p { margin: 0; color: var(--mq-primary-strong); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.mq-support-context h2 { margin: 7px 0 16px; color: var(--mq-navy); }
.mq-support-context dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mq-support-context dl div { padding: 12px; border-radius: 8px; background: #fff; }
.mq-support-context dt { color: var(--mq-slate); font-size: 12px; }
.mq-support-context dd { margin: 4px 0 0; color: var(--mq-navy); font-weight: 800; overflow-wrap: anywhere; }
.mq-support-context small,
.mq-support-submit-status { color: var(--mq-slate); }
.mq-support-submit-status { min-height: 24px; margin: 10px 0 0; font-size: 13px; }
.mq-support-page .support-card { border: 1px solid var(--mq-line); border-radius: 14px; background: #fff; overflow: hidden; }

@media (max-width: 900px) {
  .mq-support-row { grid-template-columns: minmax(0, 1fr) auto; }
  .mq-support-row__meta { grid-column: 1; grid-row: 2; }
  .mq-support-row > a { grid-column: 2; grid-row: 1 / span 2; }
}
@media (max-width: 575px) {
  .mq-support-row { grid-template-columns: 1fr; }
  .mq-support-row__meta,
  .mq-support-row > a { grid-column: 1; grid-row: auto; }
  .mq-support-row > a { width: 100%; }
  .mq-support-form { padding: 20px 16px; }
  .mq-support-context dl { grid-template-columns: 1fr; }
}
