html {
  scroll-behavior: smooth;
}

/* Final quote-request quantity polish: keep controls clickable after all responsive overrides. */
.mbqt-quote-flow .mbqt-inline-qty-stepper {
  position: relative !important;
  z-index: 0;
  display: grid !important;
  grid-template-columns: 48px minmax(56px, 1fr) 48px !important;
  align-items: stretch !important;
  width: 164px !important;
  min-width: 164px !important;
  min-height: 56px !important;
  overflow: hidden !important;
  border: 1px solid #dbe5f5 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65) !important;
  isolation: isolate;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  min-width: 48px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8fbff !important;
  color: #10233f !important;
  font: inherit !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button:first-child {
  border-right: 1px solid #dbe5f5 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button:last-child {
  border-left: 1px solid #dbe5f5 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper input {
  -webkit-appearance: none !important;
  appearance: textfield !important;
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #10233f !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 56px !important;
  text-align: center !important;
  text-align-last: center !important;
  caret-color: #0b63f6 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper input::-webkit-outer-spin-button,
.mbqt-quote-flow .mbqt-inline-qty-stepper input::-webkit-inner-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
}

@media (max-width: 760px) {
  .mbqt-quote-flow .mbqt-inline-qty-stepper {
    grid-template-columns: 48px minmax(58px, 1fr) 48px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 56px !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper button {
    width: 48px !important;
    min-width: 48px !important;
    min-height: 56px !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper input {
    min-height: 56px !important;
    line-height: 56px !important;
  }
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 16%, rgba(11, 99, 246, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #fff 44%, #fff8f1 100%);
  color: #10233f;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

.mbuy-lp,
.mbuy-lp * {
  box-sizing: border-box;
}

.mbuy-lp a {
  color: inherit;
  text-decoration: none;
}

.mbuy-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  min-height: 70px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #e8eef7;
  backdrop-filter: blur(18px);
}

.mbuy-logo img {
  display: block;
  width: 140px;
  height: auto;
}

.mbuy-logo {
  flex: 0 0 auto;
}

.mbuy-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.65vw, 24px);
  margin-left: auto;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
}

.mbuy-nav a,
.mbuy-nav-auth a {
  white-space: nowrap;
  line-height: 1.15;
}

.mbuy-nav-auth {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

@media (min-width: 901px) and (max-width: 1360px) {
  .mbuy-topbar {
    gap: clamp(12px, 1.4vw, 18px);
    padding-inline: clamp(18px, 2.7vw, 36px);
  }

  .mbuy-nav {
    gap: clamp(10px, 1.15vw, 16px);
    font-size: clamp(11.5px, 0.95vw, 12.5px);
  }

  .mbuy-nav-auth {
    gap: 8px;
  }

  .mbuy-login,
  .mbuy-lang,
  .mbuy-signup {
    min-height: 38px;
    padding-inline: 11px;
    border-radius: 11px;
    font-size: 12px;
  }

  .mbuy-login::before {
    width: 14px;
    height: 14px;
  }
}

.mbuy-login,
.mbuy-lang,
.mbuy-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #e8eef7;
  border-radius: 12px;
  font-weight: 800;
  font-size: 13px;
  background: #fff;
}

.mbuy-login {
  gap: 8px;
  color: #0b4fb3;
  background: linear-gradient(135deg, #f7fbff, #eaf3ff);
  border-color: rgba(11, 99, 246, 0.28);
  box-shadow: 0 10px 24px rgba(11, 99, 246, 0.08);
}

.mbuy-login::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: currentColor;
  mask:
    radial-gradient(circle at 50% 31%, #000 0 28%, transparent 30%),
    radial-gradient(ellipse at 50% 92%, #000 0 45%, transparent 47%);
  -webkit-mask:
    radial-gradient(circle at 50% 31%, #000 0 28%, transparent 30%),
    radial-gradient(ellipse at 50% 92%, #000 0 45%, transparent 47%);
}

.mbuy-login:hover {
  color: #073f91;
  border-color: rgba(11, 99, 246, 0.45);
  box-shadow: 0 14px 30px rgba(11, 99, 246, 0.13);
  transform: translateY(-1px);
}

.mbuy-signup {
  color: #fff;
  background: #ff5a1f;
  border-color: #ff5a1f;
  box-shadow: 0 14px 30px rgba(255, 90, 31, 0.18);
}

.mbuy-topbar .mbuy-nav-auth .mbuy-signup,
.mbuy-topbar .mbuy-nav-auth .mbuy-signup:hover,
.mbuy-topbar .mbuy-nav-auth .mbuy-signup:focus,
.mbuy-topbar .mbuy-nav-auth .mbuy-signup:visited {
  color: #fff;
}

.mbuy-mobile-icons,
.mbuy-mobile-menu-panel {
  display: none;
}

@media (min-width: 901px) {
  .mbuy-topbar .mbuy-nav,
  .mbuy-topbar .mbuy-nav-auth {
    display: flex !important;
  }

  .mbuy-topbar .mbuy-mobile-icons,
  .mbuy-topbar .mbuy-mobile-menu-panel {
    display: none !important;
  }
}

/* Delete button safety net for the quote item editor. */
.mbqt-quote-flow button.mbqt-inline-remove {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  inline-size: 54px !important;
  block-size: 54px !important;
  min-inline-size: 54px !important;
  min-block-size: 54px !important;
  max-inline-size: 54px !important;
  max-block-size: 54px !important;
  flex: 0 0 54px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dbe5f5 !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #66728a !important;
  box-shadow: 0 8px 18px rgba(16, 35, 63, .045) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

.mbqt-quote-flow button.mbqt-inline-remove::before {
  content: "×";
  display: block;
  color: inherit;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 650;
  line-height: 1;
  transform: translateY(-1px);
}

.mbqt-quote-flow button.mbqt-inline-remove:hover,
.mbqt-quote-flow button.mbqt-inline-remove:focus-visible {
  border-color: #bfcce2 !important;
  color: #10233f !important;
  background: #f8fbff !important;
}

@media (max-width: 760px) {
  .mbqt-quote-flow button.mbqt-inline-remove,
  .mbqt-quote-flow .mbqt-inline-item.has-preview button.mbqt-inline-remove {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    z-index: 8 !important;
    inline-size: 42px !important;
    block-size: 42px !important;
    min-inline-size: 42px !important;
    min-block-size: 42px !important;
    max-inline-size: 42px !important;
    max-block-size: 42px !important;
    flex: 0 0 42px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .mbqt-quote-flow button.mbqt-inline-remove::before {
    font-size: 32px;
    font-weight: 500;
  }
}

/* Final quote-request quantity polish: keep controls clickable after all responsive overrides. */
.mbqt-quote-flow .mbqt-inline-qty-stepper {
  position: relative !important;
  z-index: 0;
  display: grid !important;
  grid-template-columns: 48px minmax(56px, 1fr) 48px !important;
  align-items: stretch !important;
  width: 164px !important;
  min-width: 164px !important;
  min-height: 56px !important;
  overflow: hidden !important;
  border: 1px solid #dbe5f5 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65) !important;
  isolation: isolate;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  min-width: 48px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8fbff !important;
  color: #10233f !important;
  font: inherit !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button:first-child {
  border-right: 1px solid #dbe5f5 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button:last-child {
  border-left: 1px solid #dbe5f5 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper input {
  -webkit-appearance: none !important;
  appearance: textfield !important;
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #10233f !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 56px !important;
  text-align: center !important;
  text-align-last: center !important;
  caret-color: #0b63f6 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper input::-webkit-outer-spin-button,
.mbqt-quote-flow .mbqt-inline-qty-stepper input::-webkit-inner-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
}

@media (max-width: 760px) {
  .mbqt-quote-flow .mbqt-inline-qty-stepper {
    grid-template-columns: 48px minmax(58px, 1fr) 48px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 56px !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper button {
    width: 48px !important;
    min-width: 48px !important;
    min-height: 56px !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper input {
    min-height: 56px !important;
    line-height: 56px !important;
  }
}

/* Final quote-request quantity polish: keep controls clickable after all responsive overrides. */
.mbqt-quote-flow .mbqt-inline-qty-stepper {
  position: relative !important;
  z-index: 0;
  display: grid !important;
  grid-template-columns: 48px minmax(56px, 1fr) 48px !important;
  align-items: stretch !important;
  width: 164px !important;
  min-width: 164px !important;
  min-height: 56px !important;
  overflow: hidden !important;
  border: 1px solid #dbe5f5 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65) !important;
  isolation: isolate;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  min-width: 48px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8fbff !important;
  color: #10233f !important;
  font: inherit !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button:first-child {
  border-right: 1px solid #dbe5f5 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button:last-child {
  border-left: 1px solid #dbe5f5 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper input {
  -webkit-appearance: none !important;
  appearance: textfield !important;
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #10233f !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 56px !important;
  text-align: center !important;
  text-align-last: center !important;
  caret-color: #0b63f6 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper input::-webkit-outer-spin-button,
.mbqt-quote-flow .mbqt-inline-qty-stepper input::-webkit-inner-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
}

@media (max-width: 760px) {
  .mbqt-quote-flow .mbqt-inline-qty-stepper {
    grid-template-columns: 48px minmax(58px, 1fr) 48px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 56px !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper button {
    width: 48px !important;
    min-width: 48px !important;
    min-height: 56px !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper input {
    min-height: 56px !important;
    line-height: 56px !important;
  }
}

/* Final quote-request quantity polish: keep controls clickable and visually consistent. */
.mbqt-quote-flow .mbqt-inline-qty-stepper {
  position: relative !important;
  z-index: 0;
  display: grid !important;
  grid-template-columns: 48px minmax(56px, 1fr) 48px !important;
  align-items: stretch !important;
  width: 164px !important;
  min-width: 164px !important;
  min-height: 56px !important;
  overflow: hidden !important;
  border: 1px solid #dbe5f5 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65) !important;
  isolation: isolate;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  min-width: 48px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8fbff !important;
  color: #10233f !important;
  font: inherit !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button:first-child {
  border-right: 1px solid #dbe5f5 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper button:last-child {
  border-left: 1px solid #dbe5f5 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper input {
  -webkit-appearance: none !important;
  appearance: textfield !important;
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #10233f !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 56px !important;
  text-align: center !important;
  text-align-last: center !important;
  caret-color: #0b63f6 !important;
}

.mbqt-quote-flow .mbqt-inline-qty-stepper input::-webkit-outer-spin-button,
.mbqt-quote-flow .mbqt-inline-qty-stepper input::-webkit-inner-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
}

@media (max-width: 760px) {
  .mbqt-quote-flow .mbqt-inline-qty-stepper {
    grid-template-columns: 48px minmax(58px, 1fr) 48px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 56px !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper button {
    width: 48px !important;
    min-width: 48px !important;
    min-height: 56px !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper input {
    min-height: 56px !important;
    line-height: 56px !important;
  }
}

/* Header balance fix: keep the logo size, but stop center nav from crossing it. */
@media (min-width: 921px) {
  .mbuy-topbar,
  .mbuy-topbar.mbuy-guide-topbar {
    justify-content: flex-start !important;
    gap: 0 !important;
    padding-inline: clamp(28px, 4vw, 70px) !important;
  }

  .mbuy-topbar .mbuy-logo {
    margin-right: clamp(42px, 4.4vw, 72px) !important;
  }

  .mbuy-topbar .mbuy-logo img {
    height: 52px !important;
  }

  .mbuy-topbar .mbuy-nav,
  .mbuy-topbar.mbuy-guide-topbar .mbuy-nav {
    flex: 0 1 auto !important;
    justify-content: flex-start !important;
    gap: clamp(22px, 2vw, 36px) !important;
    margin: 0 clamp(24px, 3vw, 52px) 0 0 !important;
  }

  .mbuy-topbar .mbuy-nav-auth,
  .mbuy-topbar.mbuy-guide-topbar .mbuy-nav-auth {
    margin-left: auto !important;
  }
}

@media (min-width: 921px) and (max-width: 1280px) {
  .mbuy-topbar,
  .mbuy-topbar.mbuy-guide-topbar {
    padding-inline: 28px !important;
  }

  .mbuy-topbar .mbuy-logo {
    margin-right: 38px !important;
  }

  .mbuy-topbar .mbuy-nav,
  .mbuy-topbar.mbuy-guide-topbar .mbuy-nav {
    gap: 18px !important;
    margin-right: 20px !important;
  }

  .mbuy-topbar .mbuy-nav-auth,
  .mbuy-topbar.mbuy-guide-topbar .mbuy-nav-auth {
    gap: 10px !important;
  }

  .mbuy-topbar .mbuy-nav-auth a {
    padding-inline: 18px !important;
  }

  .mbuy-topbar .mbuy-nav a[href*="/contact/"] {
    display: none !important;
  }
}

.mbuy-estimate-section {
  padding: clamp(28px, 4vw, 44px) 20px 56px;
}

.mbqt-root {
  --blue: #0b63f6;
  --orange: #ff5a1f;
  --navy: #10233f;
  --muted: #62718a;
  --line: #e5edf7;
  --soft: #f6f9ff;
}

.mbqt-shell {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.mbqt-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
  color: #62718a;
  font-weight: 800;
}

.mbqt-stepper span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mbqt-stepper b {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #0b63f6;
  background: #eaf2ff;
  border-radius: 999px;
}

.mbqt-stepper .is-active,
.mbqt-stepper .is-complete {
  color: #0b63f6;
}

.mbqt-stepper .is-active b,
.mbqt-stepper .is-complete b {
  color: #fff;
  background: #0b63f6;
}

.mbqt-stepper i {
  width: 92px;
  height: 1px;
  background: #b9c8df;
}

.mbqt-page-hero {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.mbqt-page-hero h1 {
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #10233f;
}

.mbqt-page-hero > p {
  margin: 16px auto 0;
  color: #62718a;
  font-size: 18px;
  line-height: 1.65;
}

.mbqt-login-prompt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: -10px auto 26px;
  padding: 9px 14px;
  border: 1px solid #dbe7f7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #62718a;
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 14px 36px rgba(16, 35, 63, 0.07);
}

.mbqt-login-prompt a {
  color: #0b63f6;
  font-weight: 900;
}

.mbqt-payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border: 1px solid #d7e3f5;
  border-radius: 999px;
  background: #fff;
  color: #0b63f6 !important;
  font-weight: 800;
}

.mbuy-account-page {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px) 0 72px;
}

.mbuy-dashboard {
  color: #10233f;
}

.mbuy-account-hero {
  margin: 0 auto 28px;
}

.mbuy-dashboard-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 46%);
  gap: 28px;
  align-items: center;
  min-height: 192px;
  padding: clamp(28px, 3.4vw, 42px);
  overflow: hidden;
  border: 1px solid #dfeaf8;
  border-radius: 20px;
  background:
    radial-gradient(circle at 67% 26%, rgba(255, 90, 31, 0.92) 0 18px, transparent 19px),
    linear-gradient(120deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 249, 255, 0.98) 50%, rgba(232, 244, 255, 0.96) 100%);
  box-shadow: 0 22px 65px rgba(16, 35, 63, 0.08);
}

.mbuy-dashboard-hero::before,
.mbuy-dashboard-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.mbuy-dashboard-hero::before {
  right: 120px;
  bottom: 20px;
  width: 430px;
  height: 148px;
  opacity: 0.82;
  background:
    linear-gradient(135deg, transparent 42%, rgba(11, 99, 246, 0.18) 43% 54%, transparent 55%) 54% 40% / 180px 96px no-repeat,
    linear-gradient(150deg, transparent 41%, rgba(11, 99, 246, 0.26) 42% 50%, rgba(255, 255, 255, 0.86) 51% 58%, rgba(11, 99, 246, 0.2) 59%, transparent 60%) 44% 2% / 250px 132px no-repeat,
    linear-gradient(90deg, rgba(11, 99, 246, 0.05), rgba(11, 99, 246, 0.12));
  clip-path: polygon(0 100%, 33% 30%, 43% 58%, 56% 18%, 100% 100%);
}

.mbuy-dashboard-hero::after {
  right: 26px;
  bottom: 16px;
  width: 156px;
  height: 110px;
  opacity: 0.68;
  background:
    radial-gradient(circle at 78% 30%, rgba(255, 90, 31, 0.55) 0 4px, transparent 5px),
    radial-gradient(circle at 66% 44%, rgba(255, 145, 120, 0.48) 0 5px, transparent 6px),
    radial-gradient(circle at 90% 55%, rgba(255, 145, 120, 0.42) 0 6px, transparent 7px),
    linear-gradient(35deg, transparent 44%, rgba(120, 83, 58, 0.56) 45% 48%, transparent 49%);
}

.mbuy-dashboard-hero-art {
  min-height: 126px;
  opacity: 0.86;
  background:
    radial-gradient(ellipse at 76% 30%, #fff 0 16px, transparent 17px),
    radial-gradient(ellipse at 40% 36%, #fff 0 22px, transparent 23px),
    linear-gradient(90deg, transparent 9%, rgba(11, 99, 246, 0.1) 10% 11%, transparent 12%) 35% 82% / 18px 46px repeat-x,
    linear-gradient(180deg, rgba(11, 99, 246, 0.13), rgba(11, 99, 246, 0.03));
  border-radius: 22px;
  clip-path: inset(0 round 22px);
}

.mbuy-account-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 0 14px;
  border: 1px solid #dbe7f7;
  border-radius: 999px;
  background: transparent;
  color: #0b63f6;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mbuy-account-hero h1,
.mbuy-account-card h1 {
  margin: 0;
  color: #10233f;
  font-size: clamp(40px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.mbuy-account-hero p,
.mbuy-account-card p {
  color: #62718a;
}

.mbuy-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.mbuy-account-card,
.mbuy-dashboard-tabs,
.mbuy-summary-card {
  border: 1px solid #dfe8f5;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 48px rgba(16, 35, 63, 0.06);
}

.mbuy-account-card {
  padding: clamp(22px, 2.4vw, 30px);
}

.mbuy-account-centered {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.mbuy-account-card-soft {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 90, 31, 0.1), transparent 30%),
    linear-gradient(135deg, #fff, #fff8f1);
}

.mbuy-account-card h2 {
  margin: 0 0 10px;
  color: #10233f;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.mbuy-dashboard-label {
  margin: 26px 0 12px;
  color: #0b63f6 !important;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mbuy-dashboard-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.mbuy-summary-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr 18px;
  gap: 12px;
  align-items: center;
  min-height: 96px;
  padding: 18px 22px;
  color: #10233f !important;
  text-decoration: none !important;
}

.mbuy-summary-card::after {
  content: "›";
  grid-column: 3;
  grid-row: 1 / span 3;
  color: #10233f;
  font-size: 28px;
  line-height: 1;
}

.mbuy-summary-card strong,
.mbuy-summary-card b,
.mbuy-summary-card small {
  grid-column: 2;
}

.mbuy-summary-card strong {
  font-size: 15px;
  font-weight: 950;
}

.mbuy-summary-card b {
  margin-top: -2px;
  font-size: 26px;
  line-height: 1;
}

.mbuy-summary-card b.is-active {
  color: #08a35d;
  font-size: 22px;
}

.mbuy-summary-card small {
  color: #62718a;
  font-size: 13px;
  font-weight: 750;
}

.mbuy-summary-icon {
  display: grid;
  grid-column: 1;
  grid-row: 1 / span 3;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  font-size: 26px;
  font-weight: 900;
}

.mbuy-summary-icon.is-blue {
  background: #edf4ff;
  color: #0b63f6;
}

.mbuy-summary-icon.is-green {
  background: #e9fbf1;
  color: #10a56a;
}

.mbuy-summary-icon.is-purple {
  background: #f0eaff;
  color: #6d46da;
}

.mbuy-summary-icon.is-orange {
  background: #fff1e8;
  color: #ff5a1f;
}

.mbuy-dashboard-tabs {
  display: flex;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 8px;
  overflow-x: auto;
  box-shadow: none;
}

.mbuy-dashboard-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #10233f !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

.mbuy-dashboard-tabs a:hover,
.mbuy-dashboard-tabs a.is-active {
  border-color: #0b63f6;
  background: #0b63f6;
  color: #fff !important;
}

.mbuy-dashboard-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mbuy-dashboard-card {
  min-height: 170px;
}

.mbuy-card-heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.mbuy-card-heading .mbuy-summary-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  font-size: 22px;
}

.mbuy-card-heading h2,
.mbuy-card-heading p {
  margin: 0;
}

.mbuy-card-heading p {
  margin-top: 4px;
  color: #62718a;
  font-size: 14px;
  font-weight: 750;
}

.mbuy-account-card label {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  color: #10233f;
  font-size: 13px;
  font-weight: 900;
}

.mbuy-account-card input:not([type="checkbox"]) {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #dbe5f1;
  border-radius: 13px;
  background: #fff;
  color: #10233f;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
}

.mbuy-account-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mbuy-account-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 190px;
  margin-top: 18px;
  padding: 0 22px;
  border: 1px solid #0b63f6;
  border-radius: 14px;
  background: #fff;
  color: #0b63f6 !important;
  font-weight: 950;
  text-decoration: none !important;
}

.mbuy-account-actions .mbuy-account-primary,
.mbuy-account-actions .mbuy-account-link {
  width: auto;
  min-width: 180px;
}

.mbqt-native-request-form {
  position: relative;
}

.mbqt-native-request-form::before {
  content: "Fast quote request";
  display: inline-flex;
  width: max-content;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0b63f6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mbqt-native-request-form .mbqt-field-url input {
  min-height: 64px;
  font-size: 18px;
}

.mbqt-file-upload {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 8px;
  background: #fff;
  border: 1px solid #d6e2f2;
  border-radius: 12px;
}

.mbqt-file-upload input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.mbqt-file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  color: #0b63f6;
  background: #eef5ff;
  border: 1px solid #bdd4f6;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
}

.mbqt-file-upload:focus-within {
  border-color: #0b63f6;
  box-shadow: 0 0 0 4px rgba(11, 99, 246, 0.12);
}

.mbqt-file-name {
  min-width: 0;
  color: #30425f;
  font-size: 14px;
  font-weight: 750;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbqt-native-request-form .mbuy-account-security-note {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: #62718a;
  font-size: 13px;
}

.mbuy-request-sent-card {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px);
  text-align: center;
}

.mbuy-request-sent-hero {
  display: grid;
  justify-items: center;
}

.mbuy-request-sent-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 8px 16px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 999px;
  background: #dcfce7;
  color: #15945a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mbuy-request-sent-badge span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #18a969;
  color: #fff;
  font-size: 13px;
}

.mbuy-request-sent-card h1 {
  max-width: 760px;
  margin: 0 auto;
  color: #10233f;
  font-size: clamp(34px, 4.4vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.mbuy-request-id {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  margin: 22px auto 14px;
  padding: 0 26px;
  border: 1px solid #b8d5ff;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff, #edf5ff);
  color: #0b63f6;
  font-size: clamp(18px, 2.2vw, 24px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.mbuy-request-id span {
  font-size: 20px;
}

.mbuy-request-id b {
  font-weight: 950;
}

.mbuy-request-sent-lead {
  margin: 0;
  color: #263d63;
  font-size: 16px;
  line-height: 1.65;
}

.mbuy-request-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
  color: #274467;
  font-size: 14px;
  line-height: 1.5;
}

.mbuy-request-main-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: min(560px, 100%);
  margin: 26px auto 28px;
}

.mbuy-request-primary,
.mbuy-request-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 12px;
  font-weight: 950;
  text-decoration: none;
}

.mbuy-request-primary {
  border: 1px solid transparent;
  background: linear-gradient(135deg, #ff6d25, #ff4219);
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(255, 90, 31, 0.2);
}

.mbuy-request-secondary {
  border: 1px solid #0b63f6;
  background: #fff;
  color: #0b63f6 !important;
}

.mbuy-request-primary.is-small,
.mbuy-request-secondary.is-small {
  min-height: 42px;
  margin-top: 12px;
  padding: 0 22px;
  font-size: 14px;
}

.mbuy-request-next-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  margin: 8px 0 16px;
}

.mbuy-request-next-heading span {
  height: 1px;
  background: #cfe0f6;
}

.mbuy-request-next-heading h2 {
  margin: 0;
  color: #10233f;
  font-size: clamp(22px, 2.6vw, 28px);
  letter-spacing: -0.035em;
}

.mbuy-request-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  counter-reset: none;
}

.mbuy-request-steps li {
  display: grid;
  grid-template-columns: 38px 58px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 78px;
  padding: 14px 24px;
  border: 1px solid #b8d5ff;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
}

.mbuy-request-step-number {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #0b63f6;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.mbuy-request-step-icon,
.mbuy-request-support-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid #d9e8fb;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7fbff, #edf5ff);
}

.mbuy-request-step-icon img,
.mbuy-request-support-icon img {
  display: block;
  width: 30px;
  height: 30px;
}

.mbuy-request-step-copy {
  display: block;
}

.mbuy-request-steps strong {
  display: block;
  color: #10233f;
  font-size: 16px;
  font-weight: 900;
}

.mbuy-request-step-copy > span {
  display: block;
  margin-top: 4px;
  color: #263d63;
  font-size: 13.5px;
  line-height: 1.45;
}

.mbuy-request-after-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 0;
  padding: 12px 16px;
  border: 1px solid #d6e4f6;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
  color: #263d63;
  font-size: 14px;
  line-height: 1.45;
}

.mbuy-request-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
  text-align: left;
}

.mbuy-request-support-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid #c9dcf7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
}

.mbuy-request-support-card h3 {
  margin: 0;
  color: #10233f;
  font-size: 17px;
  line-height: 1.25;
}

.mbuy-request-support-card p {
  margin: 8px 0 0;
  color: #263d63;
  font-size: 13.5px;
  line-height: 1.55;
}

.mbuy-account-check {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: center;
  gap: 10px !important;
  color: #62718a !important;
}

.mbuy-account-card button,
.mbuy-account-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff6d25, #ff4219);
  color: #fff !important;
  font: inherit;
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(255, 90, 31, 0.2);
}

.mbuy-account-actions .mbuy-account-primary,
.mbuy-account-actions .mbuy-account-link,
.mbuy-account-actions .mbuy-account-secondary {
  width: auto;
  min-width: 188px;
  margin-top: 0;
  padding: 0 24px;
  white-space: nowrap;
}

.mbuy-account-link {
  display: inline-flex;
  margin-top: 14px;
  color: #0b63f6 !important;
  font-weight: 900;
}

.mbuy-account-security-note {
  margin: 14px 0 0 !important;
  color: #7a879b !important;
  font-size: 12.5px;
  line-height: 1.45;
}

.mbuy-turnstile {
  margin-top: 16px;
}

.mbuy-account-notice {
  width: min(720px, 100%);
  margin: 0 auto 20px;
  padding: 13px 16px;
  border: 1px solid #fed7c7;
  border-radius: 16px;
  background: #fff4ef;
  color: #b23b14;
  font-weight: 850;
  text-align: center;
}

.mbuy-account-notice.is-success {
  border-color: #bdebdc;
  background: #effdf8;
  color: #087a5a;
}

.mbuy-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.mbuy-profile-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin-top: 16px;
}

.mbuy-profile-form button,
.mbuy-profile-form .mbuy-account-security-note,
.mbuy-profile-form .mbuy-hp-field,
.mbuy-profile-form input[type="hidden"] {
  grid-column: 1 / -1;
}

.mbuy-profile-form button {
  width: max-content;
  min-width: 140px;
}

.mbuy-empty-state,
.mbuy-soft-panel {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
}

.mbuy-empty-state h3,
.mbuy-soft-panel h3 {
  margin: 0;
  color: #10233f;
  font-size: 22px;
}

.mbuy-empty-state p,
.mbuy-soft-panel p {
  margin: 8px 0 0;
  color: #62718a;
  font-size: 14px;
}

.mbuy-empty-art,
.mbuy-soft-art {
  display: grid;
  place-items: center;
  width: 112px;
  height: 92px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef5ff, #fff);
  color: #0b63f6;
  font-size: 60px;
  font-weight: 900;
}

.mbuy-soft-panel {
  border: 1px dashed #cfe4da;
  background: linear-gradient(135deg, #f8fffb, #fff);
}

.mbuy-soft-panel.is-purple {
  border-color: #ded5ff;
  background: linear-gradient(135deg, #fbf9ff, #fff);
}

.mbuy-support-email {
  color: #10233f !important;
  font-weight: 900;
}

.mbqt-assurance-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.mbqt-assurance-row li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  text-align: left;
}

.mbqt-assurance-row span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #0b63f6;
  background: #eaf2ff;
  border: 1px solid #d7e6ff;
  border-radius: 16px;
  font-weight: 900;
}

.mbqt-assurance-row strong,
.mbqt-assurance-row small {
	display: block;
	grid-column: 2;
}

.mbqt-assurance-row strong {
	grid-row: 1;
	font-size: 14px;
}

.mbqt-assurance-row small {
	grid-row: 2;
	margin-top: 3px;
	color: #62718a;
	font-size: 13px;
}

.mbqt-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 22px;
  align-items: start;
}

.mbqt-main-panel {
  display: grid;
  gap: 18px;
}

.mbqt-card,
.mbqt-result-card,
.mbqt-summary-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dfe8f5;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(16, 35, 63, 0.08);
}

.mbqt-card {
  padding: 28px;
}

.mbqt-card h2,
.mbqt-result-card h2,
.mbqt-summary-card h3 {
  margin: 0 0 18px;
  color: #10233f;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.mbqt-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mbqt-form h2,
.mbqt-field-full,
.mbqt-advanced,
.mbqt-warning,
.mbqt-cta,
.mbqt-summary-hint {
  grid-column: 1 / -1;
}

.mbqt-field label,
.mbqt-send-form-card .wpcf7 label {
  display: block;
  margin-bottom: 8px;
  color: #10233f;
  font-size: 14px;
  font-weight: 850;
}

.mbqt-field input,
.mbqt-field select,
.mbqt-field textarea,
.mbqt-send-form-card .wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.mbqt-send-form-card .wpcf7 select,
.mbqt-send-form-card .wpcf7 textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  color: #10233f;
  background: #fff;
  border: 1px solid #d6e2f2;
  border-radius: 12px;
  font: inherit;
  font-weight: 650;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mbqt-field textarea,
.mbqt-send-form-card .wpcf7 textarea {
  min-height: 116px;
  padding-top: 14px;
  resize: vertical;
}

.mbqt-field input:focus,
.mbqt-field select:focus,
.mbqt-field textarea:focus,
.mbqt-send-form-card .wpcf7 input:focus,
.mbqt-send-form-card .wpcf7 select:focus,
.mbqt-send-form-card .wpcf7 textarea:focus {
  border-color: #0b63f6;
  box-shadow: 0 0 0 4px rgba(11, 99, 246, 0.12);
}

.mbqt-field .mbqt-file-upload input[type="file"] {
  position: absolute;
  width: 1px;
  min-height: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.mbqt-url-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 164px;
  gap: 10px;
}

.mbqt-url-search input {
  min-width: 0;
}

.mbqt-url-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #ff6b22, #ff3d17);
  box-shadow: 0 14px 30px rgba(255, 90, 31, 0.2);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.mbqt-url-search-button:focus-visible {
  outline: 4px solid rgba(11, 99, 246, 0.18);
  outline-offset: 2px;
}

.mbqt-price-input-wrap {
  position: relative;
}

.mbqt-price-input-wrap span {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #62718a;
  font-weight: 900;
}

.mbqt-price-input-wrap input {
  padding-left: 42px;
  font-size: 28px;
  font-weight: 900;
}

.mbqt-help {
  margin: 8px 0 0;
  color: #62718a;
  font-size: 13px;
  line-height: 1.5;
}

.mbqt-advanced {
  border: 1px solid #e6edf7;
  border-radius: 16px;
  background: #f8fbff;
  padding: 14px 16px;
}

.mbqt-advanced summary {
  cursor: pointer;
  color: #0b63f6;
  font-weight: 900;
}

.mbqt-advanced-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.mbqt-options {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  border: 0;
}

.mbqt-options legend {
  margin-bottom: 8px;
  font-weight: 900;
}

.mbqt-options label,
.mbqt-send-form-card .wpcf7-acceptance label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  background: #fff;
  border: 1px solid #e1eaf6;
  border-radius: 12px;
  color: #62718a;
  line-height: 1.45;
}

.mbqt-options strong {
  display: block;
  color: #10233f;
}

.mbqt-warning {
  padding: 14px 16px;
  color: #8a3b00;
  background: #fff6e9;
  border: 1px solid #ffd9ab;
  border-radius: 14px;
  font-weight: 800;
}

.mbqt-warning[hidden],
.mbqt-result-card [hidden] {
  display: none !important;
}

.mbqt-cta,
.mbqt-send-form-card .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  width: 100%;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff6b22, #ff3d17);
  box-shadow: 0 18px 42px rgba(255, 90, 31, 0.24);
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.mbqt-summary-hint,
.mbqt-final-note {
  margin: 0;
  color: #62718a;
  text-align: center;
  font-size: 13px;
}

.mbqt-preview-slot {
  min-height: 148px;
}

.mbqt-og-preview,
.mbqt-send-preview {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.mbqt-og-preview img,
.mbqt-send-preview-image img {
  width: 100%;
  height: 100%;
  max-height: 330px;
  object-fit: cover;
  border-radius: 14px;
  background: #eef4ff;
}

.mbqt-og-preview > div:not(.mbqt-preview-placeholder),
.mbqt-send-preview > div:last-child {
  padding: 20px;
  border: 1px solid #dfe8f5;
  border-radius: 16px;
  background: #fff;
}

.mbqt-preview-placeholder {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 10px;
	min-height: 148px;
	color: #0b63f6;
	background:
		radial-gradient(circle at 35% 25%, rgba(11, 99, 246, 0.15), transparent 34%),
		linear-gradient(135deg, #f7fbff, #edf5ff);
	border: 1px solid #d9e7fb;
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.mbqt-preview-placeholder svg {
	width: 54px;
	height: 54px;
	filter: drop-shadow(0 10px 18px rgba(11, 99, 246, 0.18));
}

.mbqt-preview-placeholder span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 6px 12px;
	color: #123f76;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(11, 99, 246, 0.12);
	border-radius: 999px;
}

.mbqt-og-label {
  margin: 0 0 8px;
  color: #0b63f6;
  font-size: 13px;
  font-weight: 900;
}

.mbqt-og-preview strong,
.mbqt-send-preview strong {
  display: block;
  color: #10233f;
  font-size: 20px;
  line-height: 1.5;
}

.mbqt-og-preview span,
.mbqt-og-preview small,
.mbqt-og-preview em {
  display: block;
  margin-top: 10px;
  color: #62718a;
  font-size: 14px;
  line-height: 1.65;
}

.mbqt-share-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 12% 20%, rgba(11, 99, 246, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(248, 251, 255, 0.98), rgba(255, 255, 255, 0.94));
  border: 1px solid #dce8f8;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(16, 35, 63, 0.07);
}

.mbqt-share-copy {
  min-width: 0;
}

.mbqt-share-kicker {
  margin: 0 0 5px;
  color: #0b63f6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mbqt-share-card h2 {
  margin: 0 0 6px;
  color: #10233f;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.mbqt-share-card p:not(.mbqt-share-kicker) {
  margin: 0;
  color: #30425f;
  font-size: 14px;
  line-height: 1.55;
}

.mbqt-share-card small {
  display: block;
  margin-top: 7px;
  color: #62718a;
  font-size: 12px;
  line-height: 1.45;
}

.mbqt-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  max-width: 390px;
}

.mbqt-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.mbqt-share-button:hover {
  transform: translateY(-1px);
}

.mbqt-share-button:focus-visible {
  outline: 4px solid rgba(11, 99, 246, 0.18);
  outline-offset: 2px;
}

.mbqt-share-button-primary {
  color: #fff;
  background: linear-gradient(135deg, #10233f, #0b63f6);
  border: 0;
  box-shadow: 0 14px 30px rgba(11, 99, 246, 0.18);
}

.mbqt-share-button-secondary {
  color: #0b63f6;
  background: #fff;
  border: 1px solid #bdd4f6;
  box-shadow: 0 10px 24px rgba(16, 35, 63, 0.05);
}

.mbqt-share-button-whatsapp {
  color: #075e54;
  background: #ecfff5;
  border: 1px solid #b8efd1;
  box-shadow: 0 10px 24px rgba(18, 140, 126, 0.08);
}

.mbqt-share-button-reddit {
  color: #c23900;
  background: #fff4ef;
  border: 1px solid #ffd2bf;
  box-shadow: 0 10px 24px rgba(255, 69, 0, 0.08);
}

.mbqt-share-button-facebook {
  color: #155bc3;
  background: #f0f6ff;
  border: 1px solid #bfd7ff;
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.08);
}

.mbqt-results {
  display: grid;
  gap: 18px;
}

.mbqt-sticky-summary {
  position: sticky;
  top: 96px;
}

.mbqt-result-card,
.mbqt-summary-card {
  padding: 24px;
}

.mbqt-summary-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.mbqt-summary-heading h2 {
  margin-bottom: 0;
}

.mbqt-currency-picker {
  display: grid;
  gap: 6px;
  min-width: 132px;
  color: #62718a;
  font-size: 12px;
  font-weight: 850;
}

.mbqt-currency-picker select {
  min-height: 38px;
  padding: 0 32px 0 12px;
  color: #10233f;
  background: #fff;
  border: 1px solid #d6e2f2;
  border-radius: 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
}

.mbqt-result-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #edf2f8;
  color: #62718a;
  font-size: 14px;
}

.mbqt-result-row strong {
  color: #10233f;
  white-space: nowrap;
  text-align: right;
}

.mbqt-result-row strong small {
  display: block;
  margin-top: 4px;
  color: #62718a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.mbqt-total strong small {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
  opacity: 0.92;
}

.mbqt-note,
.mbqt-static-notice,
.mbqt-us-warning,
.mbqt-eu-uk-warning,
.mbqt-high-value-warning,
.mbqt-restricted-warning,
.mbqt-protective-warning {
  margin-top: 14px;
  padding: 10px 12px;
  color: #30425f;
  background: #f4f7fc;
  border: 1px solid #e0e9f6;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.42;
}

.mbqt-note p {
  margin: 0;
}

.mbqt-total {
  margin-top: 18px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, #0b63f6, #0054d8);
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(11, 99, 246, 0.22);
}

.mbqt-total span,
.mbqt-total em,
.mbqt-total small {
  display: block;
}

.mbqt-total strong {
  display: block;
  margin: 8px 0;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.mbqt-total em,
.mbqt-total small {
  opacity: 0.88;
  font-size: 13px;
}

.mbqt-summary-card p,
.mbqt-next-card li span {
  color: #62718a;
  line-height: 1.55;
}

.mbqt-next-card ol {
  display: grid;
  gap: 18px;
  padding-left: 22px;
  margin: 0;
}

.mbqt-next-card li strong,
.mbqt-next-card li span {
  display: block;
}

.mbqt-disclaimer {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 18px 22px;
  color: #62718a;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid #e8eef7;
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.5;
}

.mbqt-disclaimer p {
  margin: 0;
}

.mbqt-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.mbqt-card-head h2 {
  margin: 0;
}

.mbqt-card-head a {
  color: #0b63f6;
  font-weight: 900;
}

.mbqt-send-preview-image {
  min-height: 180px;
  border-radius: 16px;
  background: #eef4ff;
}

.mbqt-send-preview dl {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}

.mbqt-send-preview dl div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px;
}

.mbqt-send-preview dt {
  color: #62718a;
}

.mbqt-send-preview dd {
  margin: 0;
  color: #10233f;
  font-weight: 850;
}

.mbqt-send-form-card .wpcf7 form {
  display: grid;
  gap: 16px;
}

.mbqt-send-form-card .wpcf7 p {
  margin: 0;
}

.mbqt-send-form-card .wpcf7-list-item {
  margin: 0;
}

.mbqt-send-form-card .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #dc2626;
  font-size: 13px;
}

.mbqt-send-form-card .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 12px;
}

.mbqt-safe-card {
  display: flex;
  gap: 18px;
  align-items: center;
}

.mbqt-safe-card span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: #0b63f6;
  background: #eaf2ff;
  border-radius: 999px;
  font-size: 28px;
}

.mbuy-footer {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 34px;
  padding: 44px clamp(24px, 5vw, 72px);
  background: #0f2746;
  color: #dce8f8;
}

.mbuy-footer img {
  width: 136px;
  height: auto;
  background: #fff;
  border-radius: 8px;
}

.mbuy-footer p {
  color: #b9c8dc;
  line-height: 1.6;
}

.mbuy-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
}

.mbuy-footer-col {
  display: grid;
  gap: 10px;
  align-content: start;
}

.mbuy-socials {
  display: none;
  gap: 10px;
}

.mbuy-socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.mbuy-footer-art {
  display: none;
}

.mbuy-footer-copy {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 900px) {
  .mbuy-topbar {
    min-height: 66px;
    padding: 12px 18px;
  }

  .mbuy-logo img {
    width: 122px;
  }

  .mbuy-nav,
  .mbuy-nav-auth {
    display: none;
  }

  .mbuy-mobile-icons {
    display: flex;
    gap: 0;
    align-items: center;
    margin-left: auto;
  }

  .mbuy-mobile-menu {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #e2ebf7;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 35, 63, 0.08);
  }

  .mbuy-mobile-profile {
    display: none !important;
  }

  .mbuy-mobile-profile::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    color: #0b63f6;
    border: 2px solid currentColor;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
  }

  .mbuy-mobile-menu::before,
  .mbuy-mobile-menu::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #10233f;
    box-shadow: 0 7px 0 #10233f;
  }

  .mbuy-mobile-menu::after {
    display: none;
  }

  .mbuy-mobile-menu-panel:not([hidden]) {
    position: absolute;
    inset: 62px 16px auto;
    z-index: 80;
    display: grid;
    gap: 8px;
    padding: 14px;
    background: #fff;
    border: 1px solid #e1eaf6;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(16, 35, 63, 0.16);
  }

  .mbuy-mobile-menu-panel a {
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 850;
  }

  .mbuy-mobile-menu-primary {
    color: #fff !important;
    background: #0b63f6;
  }

  .mbuy-estimate-section {
    padding: 22px 14px 38px;
  }

  .mbqt-stepper {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 13px;
  }

  .mbqt-stepper i {
    width: 34px;
  }

  .mbqt-page-hero {
    margin-bottom: 22px;
  }

  .mbqt-page-hero h1 {
    font-size: 42px;
  }

  .mbqt-page-hero > p {
    font-size: 15px;
  }

  .mbqt-login-prompt {
    flex-wrap: wrap;
    width: 100%;
    margin: -6px auto 18px;
    border-radius: 16px;
    text-align: center;
  }

  .mbuy-account-page {
    width: min(100% - 28px, 640px);
    padding: 30px 0 48px;
  }

  .mbuy-account-hero {
    margin-bottom: 20px;
    text-align: left;
  }

  .mbuy-dashboard-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px;
    border-radius: 20px;
  }

  .mbuy-dashboard-hero-art {
    min-height: 86px;
  }

  .mbuy-account-hero h1,
  .mbuy-account-card h1 {
    font-size: 38px;
  }

  .mbuy-account-grid,
  .mbuy-dashboard-summary,
  .mbuy-dashboard-main,
  .mbuy-profile-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mbuy-dashboard-tabs {
    width: 100%;
    margin-bottom: 16px;
  }

  .mbuy-summary-card {
    min-height: 88px;
    padding: 15px 18px;
  }

  .mbuy-summary-icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .mbuy-account-card {
    padding: 22px;
    border-radius: 20px;
  }

  .mbuy-account-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mbuy-account-actions .mbuy-account-primary,
  .mbuy-account-actions .mbuy-account-link,
  .mbuy-account-actions .mbuy-account-secondary {
    width: 100%;
  }

  .mbuy-empty-state,
  .mbuy-soft-panel {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mbuy-empty-art,
  .mbuy-soft-art {
    width: 82px;
    height: 68px;
    font-size: 42px;
  }

  .mbuy-profile-form button {
    width: 100%;
  }

  .mbqt-native-request-form .mbqt-field-url input {
    min-height: 58px;
    font-size: 16px;
  }

  .mbuy-request-steps li {
    grid-template-columns: 38px 1fr;
    padding: 14px;
    border-radius: 16px;
  }

  .mbqt-field input,
  .mbqt-field select,
  .mbqt-field textarea,
  .mbqt-send-form-card .wpcf7 input:not([type="checkbox"]):not([type="submit"]),
  .mbqt-send-form-card .wpcf7 select,
  .mbqt-send-form-card .wpcf7 textarea {
    font-size: 16px;
  }

  .mbqt-assurance-row {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .mbqt-assurance-row li {
    padding: 10px;
    background: #fff;
    border: 1px solid #e5edf7;
    border-radius: 14px;
  }

  .mbqt-quote-layout,
  .mbqt-form,
  .mbqt-advanced-grid,
  .mbqt-options,
  .mbqt-og-preview,
  .mbqt-send-preview {
    grid-template-columns: 1fr;
  }

  .mbqt-native-request-form {
    order: -1;
  }

  .mbqt-listing-preview {
    order: 1;
  }

  .mbqt-share-card {
    grid-template-columns: 1fr;
    order: 2;
    padding: 16px;
  }

  .mbqt-share-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .mbqt-share-button {
    width: 100%;
  }

  .mbqt-url-search {
    grid-template-columns: 1fr;
  }

  .mbqt-card,
  .mbqt-result-card,
  .mbqt-summary-card {
    padding: 18px;
    border-radius: 18px;
  }

  .mbqt-card h2,
  .mbqt-result-card h2,
  .mbqt-summary-card h3 {
    font-size: 19px;
  }

  .mbqt-summary-heading {
    display: grid;
  }

  .mbqt-currency-picker {
    min-width: 0;
  }

  .mbqt-price-input-wrap input {
    font-size: 24px;
  }

  .mbqt-og-preview img,
  .mbqt-send-preview-image img {
    max-height: 230px;
    object-fit: contain;
  }

  .mbqt-sticky-summary {
    position: static;
  }

  .mbqt-total {
    padding: 20px;
  }

  .mbqt-total strong {
    font-size: 42px;
  }

  .mbqt-send-preview dl div {
    grid-template-columns: 88px 1fr;
  }

  .mbqt-disclaimer {
    padding: 14px;
  }

  .mbuy-footer {
    grid-template-columns: 1fr 1fr;
    gap: 20px 18px;
    padding: 28px 22px;
  }

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

  .mbuy-footer img {
    width: 120px;
  }

  .mbuy-footer p {
    margin: 10px 0 14px;
  }
}

@media (max-width: 520px) {
  .mbqt-stepper span {
    max-width: 128px;
  }

  .mbqt-page-hero h1 {
    font-size: 36px;
  }

  .mbqt-result-row {
    font-size: 13px;
  }

  .mbqt-total strong {
    font-size: 38px;
  }

  .mbuy-footer {
    grid-template-columns: 1fr;
  }

  .mbuy-footer-col {
    gap: 8px;
  }

  .mbuy-footer-col a {
    font-size: 14px;
  }
}

/* Account dashboard polish: image-free, lightweight, and ready for future asset swaps. */
.mbuy-dashboard {
  --dash-blue: #0b63f6;
  --dash-navy: #10233f;
  --dash-muted: #5f6f89;
  --dash-border: #dbe6f5;
  --dash-shadow: 0 18px 55px rgba(16, 35, 63, 0.055);
}

.mbuy-dashboard-summary {
  gap: 22px;
}

.mbuy-summary-card,
.mbuy-dashboard-card {
  border: 2px solid var(--dash-border);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
  box-shadow: var(--dash-shadow);
}

.mbuy-summary-card {
  grid-template-columns: 76px minmax(0, 1fr) 18px;
  min-height: 104px;
  padding: 18px 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mbuy-summary-card:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 99, 246, 0.24);
  box-shadow: 0 24px 68px rgba(16, 35, 63, 0.09);
}

.mbuy-summary-card::after {
  content: "";
  width: 16px;
  height: 16px;
  border-right: 4px solid var(--dash-navy);
  border-bottom: 4px solid var(--dash-navy);
  transform: rotate(-45deg);
  opacity: 0.96;
}

.mbuy-summary-card strong {
  color: var(--dash-navy);
  font-size: 16px;
  letter-spacing: -0.02em;
}

.mbuy-summary-card b {
  color: var(--dash-navy);
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.mbuy-summary-card b.is-active {
  color: #10b36d;
  font-size: 28px;
}

.mbuy-summary-card small {
  color: var(--dash-muted);
  font-size: 14px;
  font-weight: 760;
}

.mbuy-summary-icon {
  position: relative;
  width: 64px;
  height: 64px;
  border: 0;
  font-size: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

.mbuy-summary-icon::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: currentColor;
  mask: var(--mbuy-dash-icon) center / contain no-repeat;
  -webkit-mask: var(--mbuy-dash-icon) center / contain no-repeat;
}

.mbuy-icon-document {
  --mbuy-dash-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h8l5 5v15H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm7 2.8V8h3.2L13 4.8ZM8 12h8v2H8v-2Zm0 4h8v2H8v-2Zm0-8h3v2H8V8Z'/%3E%3C/svg%3E");
}

.mbuy-icon-location {
  --mbuy-dash-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 5.1-7 12.5-7 12.5S5 14.1 5 9a7 7 0 0 1 7-7Zm0 4.2A2.8 2.8 0 1 0 12 11.8a2.8 2.8 0 0 0 0-5.6ZM4 21h16v2H4v-2Z'/%3E%3C/svg%3E");
}

.mbuy-icon-headset {
  --mbuy-dash-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a8 8 0 0 0-8 8v5a3 3 0 0 0 3 3h2v-8H6a6 6 0 0 1 12 0h-3v8h2.2A5.2 5.2 0 0 1 12 22h-2v-2h2a3.2 3.2 0 0 0 2.8-1.6V11h3.2v-1a6 6 0 0 0-6-7Z'/%3E%3C/svg%3E");
}

.mbuy-icon-shield {
  --mbuy-dash-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 20 5v6c0 5.2-3.3 9.8-8 11-4.7-1.2-8-5.8-8-11V5l8-3Zm4.7 7.3-1.4-1.4-4.2 4.2-1.8-1.8-1.4 1.4 3.2 3.2 5.6-5.6Z'/%3E%3C/svg%3E");
}

.mbuy-icon-user {
  --mbuy-dash-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 12c5 0 8 2.4 8 6v1H4v-1c0-3.6 3-6 8-6Z'/%3E%3C/svg%3E");
}

.mbuy-summary-icon.is-blue {
  background: radial-gradient(circle at 35% 30%, #f9fbff, #eaf2ff);
  color: #095ff0;
}

.mbuy-summary-icon.is-green {
  background: radial-gradient(circle at 35% 30%, #fbfffd, #dcf8e9);
  color: #12a765;
}

.mbuy-summary-icon.is-purple {
  background: radial-gradient(circle at 35% 30%, #fff, #eee8ff);
  color: #5b35d5;
}

.mbuy-summary-icon.is-orange {
  background: radial-gradient(circle at 35% 30%, #fff, #ffecdf);
  color: #ff5a1f;
}

.mbuy-card-heading {
  align-items: center;
  gap: 18px;
}

.mbuy-card-heading .mbuy-summary-icon {
  width: 58px;
  height: 58px;
}

.mbuy-card-heading .mbuy-summary-icon::before {
  width: 30px;
  height: 30px;
}

.mbuy-card-heading h2 {
  font-size: 24px;
  letter-spacing: -0.035em;
}

.mbuy-card-heading p {
  color: var(--dash-muted);
  font-size: 15px;
}

.mbuy-profile-form {
  gap: 20px 28px;
}

.mbuy-account-card input:not([type="checkbox"]) {
  min-height: 56px;
  border: 2px solid #cfdbea;
  border-radius: 13px;
  color: var(--dash-navy);
  font-size: 18px;
}

.mbuy-profile-form button {
  min-width: 158px;
  min-height: 56px;
  margin-top: 2px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0b63f6, #0148e6);
  box-shadow: 0 14px 28px rgba(11, 99, 246, 0.22);
}

.mbuy-empty-state,
.mbuy-soft-panel {
  grid-template-columns: minmax(180px, 35%) minmax(0, 1fr);
  min-height: 255px;
  gap: 34px;
  padding: 26px 34px;
  border: 0;
  background: transparent;
}

.mbuy-empty-state h3,
.mbuy-soft-panel h3 {
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.mbuy-empty-state p,
.mbuy-soft-panel p {
  max-width: 520px;
  color: var(--dash-muted);
  font-size: 17px;
  line-height: 1.58;
}

.mbuy-empty-art,
.mbuy-soft-art {
  position: relative;
  width: min(230px, 100%);
  height: 190px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 58%, rgba(11, 99, 246, 0.11), transparent 56%),
    linear-gradient(135deg, #f8fbff, #fff);
  color: #0b63f6;
  font-size: 0;
}

.mbuy-empty-art::before,
.mbuy-soft-art::before {
  content: "";
  position: absolute;
  inset: 30px 54px;
  background: currentColor;
  opacity: 0.9;
  mask: var(--mbuy-dash-art) center / contain no-repeat;
  -webkit-mask: var(--mbuy-dash-art) center / contain no-repeat;
}

.mbuy-empty-art::after {
  content: "";
  position: absolute;
  right: 36px;
  bottom: 38px;
  width: 60px;
  height: 60px;
  border: 12px solid rgba(11, 99, 246, 0.72);
  border-radius: 999px;
  box-shadow: 36px 38px 0 -20px rgba(11, 99, 246, 0.72);
}

.mbuy-icon-search-document {
  --mbuy-dash-art: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 8h54l24 24v100H26V8Zm48 7v23h23L74 15ZM42 58h44v10H42V58Zm0 24h44v10H42V82Zm0 24h32v10H42v-10Z'/%3E%3C/svg%3E");
}

.mbuy-icon-shipping-location {
  color: #10a56a;
  --mbuy-dash-art: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 54 70 28l46 26-46 26-46-26Zm8 11 33 19v31L32 96V65Zm76 0v31l-33 19V84l33-19Zm-38-63a22 22 0 0 1 22 22c0 16-22 39-22 39S48 40 48 24A22 22 0 0 1 70 2Zm0 13a9 9 0 1 0 0 18 9 9 0 0 0 0-18Z'/%3E%3C/svg%3E");
}

.mbuy-icon-support-mail {
  color: #6d46da;
  --mbuy-dash-art: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 32h108v72H16V32Zm10 10 44 32 44-32H26Zm44 45L26 55v39h88V55L70 87Zm-6-85h56v26H64V2Zm9 8v10h38V10H73Z'/%3E%3C/svg%3E");
}

.mbuy-account-primary,
.mbuy-dashboard .mbuy-account-primary {
  border-radius: 13px;
}

@media (max-width: 980px) {
  .mbuy-dashboard-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .mbuy-summary-card {
    grid-template-columns: 58px minmax(0, 1fr) 12px;
    min-height: 92px;
    padding: 14px 16px;
    gap: 12px;
  }

  .mbuy-summary-icon {
    width: 50px;
    height: 50px;
  }

  .mbuy-summary-icon::before {
    width: 26px;
    height: 26px;
  }

  .mbuy-summary-card strong {
    font-size: 14px;
  }

  .mbuy-summary-card b {
    font-size: 27px;
  }

  .mbuy-summary-card small {
    font-size: 12.5px;
  }

  .mbuy-empty-state,
  .mbuy-soft-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
    gap: 16px;
  }

  .mbuy-empty-art,
  .mbuy-soft-art {
    width: 112px;
    height: 92px;
    margin: 0 auto;
    border-radius: 26px;
  }

  .mbuy-empty-art::before,
  .mbuy-soft-art::before {
    inset: 17px 36px 20px 28px;
  }

  .mbuy-empty-art::after {
    right: 18px;
    bottom: 18px;
    width: 30px;
    height: 30px;
    border-width: 7px;
    box-shadow: 23px 26px 0 -16px rgba(11, 99, 246, 0.72);
  }

  .mbuy-empty-state h3,
  .mbuy-soft-panel h3 {
    font-size: 23px;
  }

  .mbuy-empty-state p,
  .mbuy-soft-panel p {
    font-size: 14px;
  }

  #shipping-address .mbuy-soft-art {
    width: 118px;
    height: 94px;
  }

  #shipping-address .mbuy-soft-art::before {
    inset: 10px 19px 12px 19px;
    transform: translateY(-4px);
  }
}

/* Account dashboard asset pass: use the supplied Japan panorama and refine support-card proportions. */
.mbuy-dashboard .mbuy-dashboard-hero {
  isolation: isolate;
  min-height: 210px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0 38%, rgba(255, 255, 255, 0.8) 54%, rgba(239, 246, 255, 0.22) 100%),
    url("https://miyabuy.com/wp-content/plugins/miyabuy-quote-tool/assets/account-japan-hero.png") right center / auto 100% no-repeat,
    linear-gradient(120deg, #fff, #eef7ff);
}

.mbuy-dashboard .mbuy-dashboard-hero::before,
.mbuy-dashboard .mbuy-dashboard-hero::after {
  display: none;
}

.mbuy-dashboard .mbuy-dashboard-hero > div:first-child {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.mbuy-dashboard-hero-art {
  min-height: 150px;
  background: transparent;
  clip-path: none;
}

.mbuy-dashboard-summary {
  align-items: stretch;
}

.mbuy-summary-card {
  min-height: 112px;
  grid-template-rows: auto auto auto;
  border-width: 1.5px;
  border-color: #d9e5f5;
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 50%, rgba(11, 99, 246, 0.045), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.96));
  box-shadow: 0 18px 48px rgba(16, 35, 63, 0.055);
}

.mbuy-summary-card[href="#support"] {
  border-color: #dcd8f5;
  background:
    radial-gradient(circle at 20% 50%, rgba(109, 70, 218, 0.09), transparent 34%),
    linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.96));
}

.mbuy-summary-card[href="#support"] .mbuy-summary-icon {
  width: 68px;
  height: 68px;
  background: url("https://miyabuy.com/wp-content/plugins/miyabuy-quote-tool/assets/account-support-headset.png") center / contain no-repeat;
  color: transparent;
  box-shadow: none;
}

.mbuy-summary-card[href="#support"] .mbuy-summary-icon::before {
  display: none;
}

.mbuy-summary-card[href="#support"] strong {
  font-size: 17px;
}

.mbuy-summary-card[href="#support"] b {
  font-size: 36px;
}

.mbuy-summary-card[href="#support"] small {
  font-size: 15px;
}

.mbuy-summary-card[href="#support"]::after {
  width: 15px;
  height: 15px;
  border-width: 4px;
}

@media (min-width: 981px) {
  .mbuy-dashboard .mbuy-dashboard-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  }

  .mbuy-dashboard-summary {
    gap: 18px;
  }

  .mbuy-summary-card {
    grid-template-columns: 72px minmax(0, 1fr) 16px;
    min-height: 116px;
    padding: 18px 22px;
  }

  .mbuy-summary-card b {
    font-size: 30px;
  }

  .mbuy-summary-card[href="#support"] b {
    font-size: 32px;
  }
}

@media (max-width: 980px) {
  .mbuy-dashboard .mbuy-dashboard-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0 52%, rgba(255, 255, 255, 0.72) 78%, rgba(239, 246, 255, 0.32) 100%),
      url("https://miyabuy.com/wp-content/plugins/miyabuy-quote-tool/assets/account-japan-hero.png") center bottom / 118% auto no-repeat,
      linear-gradient(120deg, #fff, #eef7ff);
  }

  .mbuy-dashboard-hero-art {
    min-height: 96px;
  }
}

@media (max-width: 640px) {
  .mbuy-dashboard .mbuy-dashboard-hero {
    padding-bottom: 92px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0 58%, rgba(255, 255, 255, 0.74) 82%, rgba(239, 246, 255, 0.44) 100%),
      url("https://miyabuy.com/wp-content/plugins/miyabuy-quote-tool/assets/account-japan-hero.png") center bottom / 170% auto no-repeat,
      linear-gradient(120deg, #fff, #eef7ff);
  }

  .mbuy-dashboard-hero-art {
    display: none;
  }

  .mbuy-summary-card[href="#support"] {
    min-height: 104px;
  }

  .mbuy-summary-card[href="#support"] .mbuy-summary-icon {
    width: 58px;
    height: 58px;
  }

  .mbuy-summary-card[href="#support"] .mbuy-summary-icon::before {
    display: none;
  }

  .mbuy-summary-card[href="#support"] strong {
    font-size: 16px;
  }

  .mbuy-summary-card[href="#support"] b {
    font-size: 32px;
  }

  .mbuy-summary-card[href="#support"] small {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .mbuy-dashboard-summary {
    grid-template-columns: 1fr;
  }

  .mbuy-summary-card,
  .mbuy-summary-card[href="#support"] {
    grid-template-columns: 62px minmax(0, 1fr) 14px;
    min-height: 112px;
    padding: 18px 20px;
  }

  .mbuy-summary-card .mbuy-summary-icon,
  .mbuy-summary-card[href="#support"] .mbuy-summary-icon {
    width: 62px;
    height: 62px;
  }
}

.mbuy-dashboard-card#support .mbuy-card-heading .mbuy-summary-icon {
  width: 62px;
  height: 62px;
  background: url("https://miyabuy.com/wp-content/plugins/miyabuy-quote-tool/assets/account-support-headset.png") center / contain no-repeat;
  color: transparent;
  box-shadow: none;
}

.mbuy-dashboard-card#support .mbuy-card-heading .mbuy-summary-icon::before {
  display: none;
}

@media (max-width: 720px) {
  .mbuy-request-sent-card {
    padding: 22px 16px;
  }

  .mbuy-request-sent-card h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .mbuy-request-id {
    width: 100%;
    min-height: 54px;
    padding: 0 14px;
    font-size: 18px;
  }

  .mbuy-request-sent-lead br {
    display: none;
  }

  .mbuy-request-email {
    align-items: flex-start;
    text-align: left;
  }

  .mbuy-request-main-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 22px auto;
  }

  .mbuy-request-next-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mbuy-request-next-heading span {
    display: none;
  }

  .mbuy-request-steps li {
    grid-template-columns: 30px 46px 1fr;
    gap: 11px;
    min-height: 0;
    padding: 13px;
  }

  .mbuy-request-step-icon,
  .mbuy-request-support-icon {
    width: 44px;
    height: 44px;
  }

  .mbuy-request-step-icon img,
  .mbuy-request-support-icon img {
    width: 25px;
    height: 25px;
  }

  .mbuy-request-steps strong {
    font-size: 14.5px;
  }

  .mbuy-request-step-copy > span,
  .mbuy-request-support-card p {
    font-size: 12.8px;
  }

  .mbuy-request-after-note {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .mbuy-request-support-grid {
    grid-template-columns: 1fr;
  }

  .mbuy-request-support-card {
    grid-template-columns: 50px 1fr;
    gap: 12px;
    padding: 16px;
  }
}

@media (max-width: 640px) {
  .mbuy-quote-page .mbuy-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
    margin-top: 22px;
    padding: 28px 20px calc(116px + env(safe-area-inset-bottom));
    border-radius: 28px 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mbuy-quote-page .mbuy-footer-brand {
    grid-column: 1 / -1;
  }

  .mbuy-quote-page .mbuy-footer img {
    width: 124px;
    border-radius: 9px;
  }

  .mbuy-quote-page .mbuy-footer p {
    max-width: 290px;
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .mbuy-quote-page .mbuy-footer-col {
    align-content: start;
    gap: 8px;
    min-width: 0;
  }

  .mbuy-quote-page .mbuy-footer h3 {
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mbuy-quote-page .mbuy-footer-col a {
    font-size: 13px;
    line-height: 1.35;
  }

  .mbuy-quote-page .mbuy-footer-copy {
    grid-column: 1 / -1;
    margin-top: 2px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
    font-size: 12px;
  }

  .mbuy-quote-page .mbuy-footer-art {
    display: none;
  }
}

@media (max-width: 390px) {
  .mbuy-quote-page .mbuy-footer {
    gap: 18px 18px;
    padding-inline: 18px;
  }

  .mbuy-quote-page .mbuy-footer-col a {
    font-size: 12.5px;
  }
}

.mbqt-payment-box,
.mbqt-review-box {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(16, 35, 63, 0.1);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(11, 99, 246, 0.08), transparent 34%),
    linear-gradient(145deg, #ffffff, #f8fbff 65%, #fff8f1);
  box-shadow: 0 18px 50px rgba(16, 35, 63, 0.08);
}

.mbqt-payment-head p {
  margin: 0 0 6px;
  color: #0b63f6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mbqt-payment-head h2 {
  margin: 0;
  color: #10233f;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.mbqt-payment-head span {
  display: block;
  margin-top: 8px;
  color: #58708f;
  font-size: 14px;
  line-height: 1.5;
}

.mbqt-payment-options {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.mbqt-payment-select-field {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.mbqt-payment-select-field span {
  color: #10233f;
  font-size: 13px;
  font-weight: 900;
}

.mbqt-payment-select-field select {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(16, 35, 63, 0.13);
  border-radius: 16px;
  background: #fff;
  color: #10233f;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(16, 35, 63, 0.05);
}

.mbqt-payment-option {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 13px;
  align-items: center;
  width: 100%;
  padding: 16px 16px 16px 50px;
  border: 1px solid rgba(16, 35, 63, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: #10233f;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.mbqt-payment-option:hover,
.mbqt-payment-option.is-selected {
  border-color: rgba(11, 99, 246, 0.55);
  box-shadow: 0 14px 35px rgba(11, 99, 246, 0.12);
  transform: translateY(-1px);
}

.mbqt-payment-option.is-recommended::before {
  content: "Recommended";
  position: absolute;
  top: -10px;
  right: 16px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #ff5a1f;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.mbqt-payment-option::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(88, 112, 143, 0.42);
  border-radius: 999px;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

.mbqt-payment-option.is-selected::after {
  border-color: #0b63f6;
  background: #0b63f6;
}

.mbqt-payment-copy strong,
.mbqt-payment-copy small {
  display: block;
  position: relative;
  z-index: 1;
}

.mbqt-payment-copy strong {
  font-size: 15px;
  line-height: 1.25;
}

.mbqt-payment-copy small {
  margin-top: 4px;
  color: #58708f;
  font-size: 12.5px;
  line-height: 1.45;
}

.mbqt-payment-option b {
  position: relative;
  z-index: 1;
  justify-self: end;
  color: #0b63f6;
  font-size: 14px;
}

.mbqt-payment-note-field {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: #10233f;
  font-weight: 800;
}

.mbqt-payment-note-field small {
  color: #6a7f9b;
  font-weight: 700;
}

.mbqt-payment-note-field textarea {
  min-height: 82px;
  resize: vertical;
}

.mbqt-payment-notices {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.mbqt-payment-notices p,
.mbuy-payment-status-card p {
  margin: 0;
}

.mbqt-payment-notices p {
  padding: 10px 12px;
  border: 1px solid rgba(11, 99, 246, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #58708f;
  font-size: 12.5px;
  line-height: 1.45;
}

.mbqt-pay-now-row {
  background: rgba(11, 99, 246, 0.045);
  border-radius: 14px;
  padding: 11px 12px;
}

.mbuy-payment-status-card {
  display: grid;
  gap: 8px;
  width: min(720px, 100%);
  margin: 18px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(11, 99, 246, 0.16);
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, #f2f7ff);
  color: #10233f;
  text-align: left;
}

.mbuy-payment-status-card strong,
.mbuy-payment-status-card span {
  display: block;
}

.mbuy-payment-status-card span,
.mbuy-payment-status-card p {
  color: #58708f;
  font-size: 14px;
  line-height: 1.45;
}

.mbuy-request-fee-list {
  display: grid;
  gap: 6px;
  margin: 8px 0 4px;
  padding: 0;
}

.mbuy-request-fee-list > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 4px 0;
  border-bottom: 1px dashed #d7e0ec;
}

.mbuy-request-fee-list > div:last-child {
  border-bottom: 0;
}

.mbuy-request-fee-list dt {
  margin: 0;
  color: #58708f;
  font-size: 14px;
  font-weight: 700;
}

.mbuy-request-fee-list dd {
  margin: 0;
  color: #10233f;
  font-size: 15px;
  font-weight: 900;
}

.mbuy-request-fee-list .is-total {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid #c9d6e8;
  border-bottom: 0;
}

.mbuy-request-fee-list .is-total dt,
.mbuy-request-fee-list .is-total dd {
  color: var(--mbuy-pro-orange-dark, #d65a1a);
  font-size: 16px;
  font-weight: 1000;
}

@media (max-width: 640px) {
  .mbqt-payment-box {
    padding: 16px;
    border-radius: 22px;
  }

  .mbqt-payment-option {
    grid-template-columns: 20px 1fr;
    padding: 15px 14px;
  }

  .mbqt-payment-option b {
    grid-column: 2;
    justify-self: start;
  }

  .mbqt-payment-option.is-recommended::before {
    right: 12px;
  }
}

/* Buyee-inspired MiyaBuy member dashboard. */
.mbuy-pro-account {
  --mbuy-pro-orange: #ff5a1f;
  --mbuy-pro-orange-dark: #e84912;
  --mbuy-pro-blue: #0b63f6;
  --mbuy-pro-ink: #1f2937;
  --mbuy-pro-muted: #667085;
  --mbuy-pro-line: #e5e7eb;
  --mbuy-pro-soft: #f7f8fa;
  background: #f7f8fa;
  color: #1f2937;
  font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
  min-height: 100vh;
}

body:has(.mbuy-pro-account) .mbuy-lp > .mbuy-topbar {
  display: none;
}

.mbuy-pro-account a {
  color: inherit;
  text-decoration: none;
}

.mbuy-pro-header {
  background: #fff;
  border-bottom: 1px solid var(--mbuy-pro-line);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
  position: sticky;
  top: 0;
  z-index: 20;
}

.mbuy-pro-header-top,
.mbuy-pro-header-nav,
.mbuy-pro-shell,
.mbuy-pro-footer {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.mbuy-pro-header-top,
.mbuy-pro-header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.mbuy-pro-header-top {
  padding: 14px 0 10px;
}

.mbuy-pro-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.mbuy-pro-brand img {
  width: 150px;
  height: auto;
  flex: 0 0 auto;
}

.mbuy-pro-brand span {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.mbuy-pro-userbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
}

.mbuy-pro-userbar > a {
  color: #31506f;
  font-size: 13px;
  font-weight: 900;
}

.mbuy-pro-userbar .mbuy-pro-logout-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(37, 70, 105, 0.14);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 35, 63, 0.05);
}

.mbuy-pro-userbar .mbuy-pro-logout-icon::before {
  content: "";
  width: 13px;
  height: 17px;
  border: 1.8px solid var(--mbuy-pro-orange);
  border-right: 0;
  border-radius: 5px 0 0 5px;
  transform: translateX(-3px);
}

.mbuy-pro-userbar .mbuy-pro-logout-icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 1.8px solid var(--mbuy-pro-blue);
  border-right: 1.8px solid var(--mbuy-pro-blue);
  transform: translate(3px, 0) rotate(45deg);
}

.mbuy-pro-userbar .mbuy-pro-logout-icon span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.mbuy-pro-userbar .mbuy-lang-switcher {
  min-width: 0;
  max-width: 100%;
}

.mbuy-pro-userbar .mbuy-lang-switcher summary {
  display: inline-grid;
  grid-template-columns: 24px auto;
  grid-template-areas: "mark code";
  gap: 8px;
  min-width: 68px;
  min-height: 40px;
  padding: 6px 10px !important;
  border-color: rgba(37, 70, 105, 0.14) !important;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 35, 63, 0.05);
}

.mbuy-pro-userbar .mbuy-lang-switcher summary::before {
  content: "";
  grid-area: mark;
  display: block;
  width: 24px;
  height: 24px;
  border: 1.8px solid var(--mbuy-pro-blue);
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 47%, rgba(11, 99, 246, 0.42) 48%, rgba(11, 99, 246, 0.42) 52%, transparent 53%),
    linear-gradient(0deg, transparent 47%, rgba(11, 99, 246, 0.22) 48%, rgba(11, 99, 246, 0.22) 52%, transparent 53%),
    radial-gradient(ellipse at 50% 50%, transparent 0 54%, rgba(11, 99, 246, 0.18) 55% 60%, transparent 61%);
}

.mbuy-pro-userbar .mbuy-lang-label,
.mbuy-pro-userbar .mbuy-lang-current {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.mbuy-pro-userbar .mbuy-lang-code {
  grid-area: code;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
  height: auto;
  padding: 0;
  background: transparent;
  color: var(--mbuy-pro-navy);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.02em;
  box-shadow: none;
}

.mbuy-pro-userbar .mbuy-lang-code::after {
  content: "⌄";
  color: #7b8da3;
  font-size: 11px;
}

.mbuy-pro-userbar .mbuy-lang-menu {
  left: auto;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  width: min(320px, calc(100vw - 24px));
  max-width: calc(100vw - 24px);
}

.mbuy-pro-header-nav {
  padding: 0 0 12px;
}

.mbuy-pro-market-nav,
.mbuy-pro-icon-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mbuy-pro-market-nav {
  flex-wrap: wrap;
}

.mbuy-pro-market-nav a {
  border-radius: 12px;
  color: #23364f;
  font-size: 13px;
  font-weight: 900;
  padding: 9px 11px;
}

.mbuy-pro-market-nav a:hover,
.mbuy-pro-market-nav a:focus-visible {
  background: #fff4ef;
  color: var(--mbuy-pro-orange-dark);
}

.mbuy-pro-icon-nav {
  flex: 0 0 auto;
  max-width: 100%;
  overflow: visible;
  overscroll-behavior-x: contain;
  padding-top: 6px;
}

.mbuy-pro-icon-nav a {
  display: grid;
  place-items: center;
  gap: 5px;
  min-width: 74px;
  color: #344b66;
  font-size: 11px;
  font-weight: 900;
  position: relative;
  text-align: center;
}

.mbuy-pro-icon-nav span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(37, 74, 118, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.92));
  box-shadow: 0 10px 22px rgba(16, 35, 63, 0.08);
  color: #183b67;
}

.mbuy-pro-icon-nav svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.mbuy-pro-icon-nav a:hover span,
.mbuy-pro-icon-nav a:focus-visible span {
  border-color: rgba(255, 90, 31, 0.34);
  color: var(--mbuy-pro-orange-dark);
  box-shadow: 0 12px 24px rgba(255, 90, 31, 0.12);
}

.mbuy-pro-icon-nav a[data-count]::after {
  content: attr(data-count);
  position: absolute;
  top: -1px;
  right: 13px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--mbuy-pro-orange);
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}

.mbuy-pro-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  padding: 30px 0 54px;
}

.mbuy-pro-sidebar {
  align-self: start;
  position: sticky;
  top: 126px;
  display: grid;
  gap: 24px;
  padding: 22px 18px;
  border: 1px solid var(--mbuy-pro-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.mbuy-pro-menu-group {
  display: grid;
  gap: 2px;
}

.mbuy-pro-menu-group h2 {
  margin: 0 0 8px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--mbuy-pro-orange);
  color: #1f2937;
  font-size: 15px;
  font-weight: 1000;
}

.mbuy-pro-menu-group a {
  border-left: 4px solid transparent;
  border-radius: 0 12px 12px 0;
  color: #44546a;
  font-size: 13px;
  font-weight: 850;
  padding: 10px 11px;
}

.mbuy-pro-menu-group a:hover,
.mbuy-pro-menu-group a:focus-visible,
.mbuy-pro-menu-group a.is-active {
  border-left-color: var(--mbuy-pro-orange);
  background: #fff4ef;
  color: #172033;
}

.mbuy-pro-main {
  min-width: 0;
}

.mbuy-pro-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: #6b7d91;
  font-size: 13px;
  font-weight: 850;
}

.mbuy-pro-breadcrumb strong {
  color: var(--mbuy-pro-orange-dark);
}

.mbuy-pro-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  min-height: 220px;
  padding: 34px 40px;
  border: 1px solid var(--mbuy-pro-line);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0 34%, rgba(255, 255, 255, 0.78) 48%, rgba(255, 255, 255, 0.2) 72%),
    url("dashboard/account-hero-shipping.png") right center / cover no-repeat,
    linear-gradient(135deg, #fff, #fbfdff 58%, #f2f7ff);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

.mbuy-pro-titlebar > div {
  max-width: 430px;
  position: relative;
  z-index: 1;
}

.mbuy-pro-titlebar > .mbuy-pro-primary {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 90, 31, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, var(--mbuy-pro-orange), #ff7a35);
  box-shadow: 0 14px 30px rgba(255, 90, 31, 0.22);
  color: #fff;
  min-height: 42px;
  padding: 0 20px;
}

.mbuy-pro-titlebar > .mbuy-pro-primary:hover,
.mbuy-pro-titlebar > .mbuy-pro-primary:focus-visible {
  box-shadow: 0 16px 34px rgba(255, 90, 31, 0.28);
}

.mbuy-pro-kicker {
  margin: 0 0 6px;
  color: var(--mbuy-pro-orange-dark);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mbuy-pro-titlebar h1,
.mbuy-pro-panel h2,
.mbuy-pro-empty h2 {
  margin: 0;
  color: #10233f;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.mbuy-pro-titlebar h1 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.02;
}

.mbuy-pro-titlebar p:not(.mbuy-pro-kicker),
.mbuy-pro-panel-head p,
.mbuy-pro-empty p {
  margin: 8px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}

.mbuy-pro-primary,
.mbuy-pro-secondary,
.mbuy-pro-profile-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1;
  padding: 0 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.mbuy-pro-primary,
.mbuy-pro-profile-form button {
  border: 0;
  background: linear-gradient(135deg, var(--mbuy-pro-orange), #ff7a35);
  box-shadow: 0 14px 32px rgba(255, 90, 31, 0.22);
  color: #fff;
}

.mbuy-pro-pay-form {
  display: contents;
}

.mbuy-pro-pay-form .mbuy-pro-primary {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.mbuy-pro-secondary {
  border: 1px solid #cfd8e3;
  background: #fff;
  color: #29415e;
}

.mbuy-pro-primary:hover,
.mbuy-pro-primary:focus-visible,
.mbuy-pro-secondary:hover,
.mbuy-pro-secondary:focus-visible,
.mbuy-pro-profile-form button:hover,
.mbuy-pro-profile-form button:focus-visible {
  transform: translateY(-1px);
}

.mbuy-pro-mobile-menu {
  display: none;
}

.mbuy-pro-mobile-dashboard {
  display: none;
  grid-template-columns: minmax(0, 1fr);
  overflow-x: clip;
}

.mbuy-pro-mobile-dashboard,
.mbuy-pro-mobile-dashboard * {
  box-sizing: border-box;
}

.mbuy-pro-mobile-card {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--mbuy-pro-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.mbuy-pro-mobile-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.mbuy-pro-mobile-section-head h2 {
  margin: 0;
  color: #10233f;
  font-size: 20px;
  font-weight: 1000;
  letter-spacing: -0.03em;
}

.mbuy-pro-mobile-section-head p {
  margin: 4px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.mbuy-pro-mobile-section-head a {
  color: var(--mbuy-pro-blue);
  font-size: 12px;
  font-weight: 1000;
  white-space: nowrap;
}

.mbuy-pro-mobile-hero {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(18, 99, 255, 0.08), rgba(255, 107, 26, 0.03)),
    url("https://miyabuy.com/wp-content/plugins/miyabuy-quote-tool/assets/account-japan-hero.png") center center / cover no-repeat;
  box-shadow: 0 20px 56px rgba(16, 35, 63, 0.14);
}

.mbuy-pro-mobile-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.78) 42%, rgba(255, 255, 255, 0.22) 100%);
}

.mbuy-pro-mobile-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  max-width: 230px;
}

.mbuy-pro-mobile-hero-kicker {
  margin: 0;
  color: #132844;
  font-size: 14px;
  font-weight: 900;
}

.mbuy-pro-mobile-hero h2 {
  margin: 8px 0 0;
  color: #10233f;
  font-size: 32px;
  font-weight: 1000;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.mbuy-pro-mobile-hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.mbuy-pro-mobile-latest,
.mbuy-pro-mobile-payment,
.mbuy-pro-mobile-warehouse,
.mbuy-pro-mobile-support,
.mbuy-pro-mobile-card {
  padding: 18px;
}

.mbuy-pro-mobile-order-head {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 14px;
}

.mbuy-pro-mobile-order-head img,
.mbuy-pro-mobile-order-row img {
  width: 74px;
  height: 74px;
  border-radius: 16px;
  object-fit: cover;
  background: #edf3ff;
}

.mbuy-pro-mobile-order-head strong,
.mbuy-pro-mobile-order-row strong {
  display: block;
  color: #12253f;
  font-size: 16px;
  font-weight: 1000;
  letter-spacing: -0.02em;
}

.mbuy-pro-mobile-order-head span {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.mbuy-pro-mobile-tracker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mbuy-pro-mobile-tracker li {
  position: relative;
  display: grid;
  gap: 5px;
  padding-top: 26px;
  color: #90a1b5;
}

.mbuy-pro-mobile-tracker li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: calc(50% + 14px);
  width: calc(100% - 8px);
  height: 2px;
  background: #dbe3ee;
}

.mbuy-pro-mobile-tracker li:last-child::before {
  display: none;
}

.mbuy-pro-mobile-tracker li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #d7e1ef;
  border-radius: 999px;
  background: #fff;
}

.mbuy-pro-mobile-tracker li.is-complete,
.mbuy-pro-mobile-tracker li.is-current {
  color: #18304e;
}

.mbuy-pro-mobile-tracker li.is-complete::before,
.mbuy-pro-mobile-tracker li.is-current::before {
  background: #7cd08c;
}

.mbuy-pro-mobile-tracker li.is-complete span {
  border-color: #6ec982;
  background: #ecfdf1;
}

.mbuy-pro-mobile-tracker li.is-complete span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #2c9d49;
  border-bottom: 2px solid #2c9d49;
  transform: rotate(45deg);
}

.mbuy-pro-mobile-tracker li.is-current span {
  border-color: var(--mbuy-pro-blue);
  background: #eff6ff;
  box-shadow: 0 0 0 5px rgba(29, 99, 255, 0.1);
}

.mbuy-pro-mobile-tracker strong,
.mbuy-pro-mobile-tracker small {
  display: block;
}

.mbuy-pro-mobile-tracker strong {
  color: inherit;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1.25;
}

.mbuy-pro-mobile-tracker small {
  color: #8a99aa;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}

.mbuy-pro-mobile-highlight {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(255, 107, 26, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff9f4, #fff3eb);
}

.mbuy-pro-mobile-highlight strong {
  display: block;
  color: var(--mbuy-pro-orange-dark);
  font-size: 14px;
  font-weight: 1000;
}

.mbuy-pro-mobile-highlight p,
.mbuy-pro-mobile-payment span {
  margin: 4px 0 0;
  color: #5b6e84;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.mbuy-pro-mobile-quick {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.mbuy-pro-mobile-quick a {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px 8px;
  border: 1px solid #e5eaf1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
  text-align: center;
}

.mbuy-pro-mobile-quick span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #edf4ff, #f7fbff);
  color: var(--mbuy-pro-blue);
  font-size: 18px;
  font-weight: 1000;
}

.mbuy-pro-mobile-quick strong {
  color: #18304e;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1.25;
}

.mbuy-pro-mobile-payment {
  display: grid;
  gap: 14px;
  background: linear-gradient(135deg, #fff6ef, #fff1e5);
}

.mbuy-pro-mobile-chip {
  margin: 0 0 6px;
  color: var(--mbuy-pro-orange-dark);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mbuy-pro-mobile-payment strong,
.mbuy-pro-mobile-warehouse strong {
  display: block;
  color: #132844;
  font-size: 17px;
  font-weight: 1000;
}

.mbuy-pro-mobile-warehouse {
  position: relative;
  overflow: hidden;
  border-color: rgba(211, 224, 242, 0.9);
  background:
    radial-gradient(circle at 88% 18%, rgba(20, 184, 166, 0.12), transparent 30%),
    radial-gradient(circle at 12% 10%, rgba(30, 95, 191, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(248, 252, 255, 0.96));
  box-shadow:
    0 22px 48px rgba(16, 35, 63, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.mbuy-pro-mobile-warehouse::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -46px;
  width: 142px;
  height: 142px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.13), rgba(30, 95, 191, 0.05));
  pointer-events: none;
}

.mbuy-pro-mobile-warehouse-meta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(198, 230, 224, 0.88);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 10%, rgba(20, 184, 166, 0.12), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 253, 250, 0.94));
  box-shadow:
    0 16px 34px rgba(16, 35, 63, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.mbuy-pro-mobile-warehouse-meta .mbuy-pro-mobile-warehouse-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.95), transparent 34%),
    linear-gradient(135deg, #e8fff8, #d8f5ef);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 16px 28px rgba(20, 184, 166, 0.14);
}

.mbuy-pro-mobile-warehouse-meta .mbuy-pro-mobile-warehouse-icon img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.mbuy-pro-mobile-warehouse-meta .mbuy-pro-mobile-warehouse-icon::before {
  content: none;
}

.mbuy-pro-mobile-warehouse-meta .mbuy-pro-mobile-warehouse-icon::after {
  content: none;
}

.mbuy-pro-mobile-warehouse-meta small {
  display: block;
  margin-top: 5px;
  color: #667085;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.mbuy-pro-mobile-warehouse-meta a {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 2px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1f7af4, #1557c8);
  color: #fff !important;
  font-size: 14px;
  font-weight: 1000;
  box-shadow: 0 12px 24px rgba(30, 95, 191, 0.22);
}

.mbuy-pro-mobile-warehouse-meta a::after {
  content: "→";
  margin-left: 8px;
}

.mbuy-pro-mobile-order-list,
.mbuy-pro-mobile-notifications,
.mbuy-pro-mobile-support-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp,
.mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid #e1e7f1;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  color: #10233f;
}

.mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp {
  border-color: #25d36633;
  background: linear-gradient(180deg, #f0fbf3, #fff);
}

.mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp span {
  background: #25d366;
  color: #fff;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email span {
  background: #eef3fb;
  color: var(--mbuy-pro-blue, #1e5fbf);
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp strong,
.mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email strong {
  display: block;
  font-size: 15px;
  font-weight: 1000;
  color: #10233f;
}

.mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp small,
.mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #58708f;
  margin-top: 2px;
  overflow-wrap: anywhere;
}

.mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp::after,
.mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email::after {
  content: "";
  display: none;
}

.mbuy-pro-mobile-order-row,
.mbuy-pro-mobile-support-list a {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
}

.mbuy-pro-mobile-order-row > div {
  padding-left: 6px;
}

.mbuy-pro-mobile-order-row + .mbuy-pro-mobile-order-row,
.mbuy-pro-mobile-support-list a + a,
.mbuy-pro-mobile-notifications article + article {
  border-top: 1px solid #edf1f6;
}

.mbuy-pro-mobile-order-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-top: 7px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff4ef;
  color: var(--mbuy-pro-orange-dark);
  font-size: 11px;
  font-weight: 1000;
}

.mbuy-pro-mobile-order-row a {
  color: var(--mbuy-pro-blue);
  font-size: 12px;
  font-weight: 1000;
  white-space: nowrap;
}

.mbuy-pro-mobile-order-price {
  display: block;
  margin-top: 6px;
  color: #6b7c92;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.mbuy-pro-mobile-order-pay {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--mbuy-pro-orange-dark, #d65a1a);
  color: #fff !important;
  font-size: 12px;
  font-weight: 1000;
  white-space: nowrap;
  text-decoration: none;
}

.mbuy-pro-mobile-order-pay:hover {
  filter: brightness(1.05);
}

/* Premium mobile payment CTA: clearer, calmer, and more trustworthy. */
.mbuy-pro-mobile-pay-form,
.mbuy-pro-mobile-order-row > .mbuy-pro-mobile-order-pay {
  grid-column: 1 / -1;
  display: flex !important;
  justify-content: center;
  min-width: 0;
  width: 100%;
  margin-top: 10px !important;
}

.mbuy-pro-mobile-order-pay {
  position: relative;
  justify-content: center;
  width: min(252px, 100%);
  min-width: 176px;
  min-height: 48px;
  height: auto;
  padding: 0 22px 0 18px;
  border: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.34), transparent 30%),
    linear-gradient(135deg, #ff7a2b 0%, #ff4f17 48%, #d94312 100%);
  box-shadow:
    0 16px 30px rgba(255, 79, 23, 0.22),
    0 6px 14px rgba(16, 35, 63, 0.1),
    inset 0 1px 0 rgba(255,255,255,0.34);
  color: #fff !important;
  font-size: 15px;
  font-weight: 1000;
  letter-spacing: -0.01em;
  line-height: 1;
}

.mbuy-pro-mobile-order-pay::before {
  content: "";
  width: 22px;
  height: 16px;
  margin-right: 9px;
  border: 2px solid rgba(255,255,255,0.94);
  border-radius: 5px;
  background:
    linear-gradient(rgba(255,255,255,0.94), rgba(255,255,255,0.94)) 4px 9px / 8px 2px no-repeat,
    linear-gradient(rgba(255,255,255,0.94), rgba(255,255,255,0.94)) 0 4px / 100% 2px no-repeat;
  flex: 0 0 auto;
}

.mbuy-pro-mobile-order-pay::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Cpath%20d='M9%206l6%206-6%206'%20stroke='white'%20stroke-width='3.1'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  flex: 0 0 auto;
}

.mbuy-pro-mobile-order-pay:hover {
  filter: none;
  transform: translateY(-1px);
  box-shadow:
    0 18px 34px rgba(255, 79, 23, 0.26),
    0 8px 18px rgba(16, 35, 63, 0.11),
    inset 0 1px 0 rgba(255,255,255,0.36);
}

.mbuy-pro-mobile-order-pay:active {
  transform: translateY(0);
  box-shadow:
    0 10px 20px rgba(255, 79, 23, 0.2),
    inset 0 2px 5px rgba(90, 24, 0, 0.18);
}

@media (max-width: 460px) {
  .mbuy-pro-mobile-order-pay {
    width: min(228px, 100%);
    min-width: 176px;
    min-height: 46px;
    font-size: 14px;
  }
}

/* Mobile Pay button should match the calm PC payment CTA. */
.mbuy-pro-mobile-order-pay {
  width: auto;
  min-width: 210px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6b2b 0%, #ff4f17 100%);
  box-shadow:
    0 14px 26px rgba(255, 79, 23, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  font-size: 18px;
  font-weight: 1000;
  letter-spacing: -0.02em;
}

.mbuy-pro-mobile-order-pay::before,
.mbuy-pro-mobile-order-pay::after {
  content: none;
}

.mbuy-pro-mobile-order-pay:hover {
  transform: none;
  filter: brightness(1.03);
  box-shadow:
    0 16px 30px rgba(255, 79, 23, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.mbuy-pro-mobile-order-pay:active {
  transform: none;
  box-shadow:
    0 8px 16px rgba(255, 79, 23, 0.18),
    inset 0 2px 5px rgba(90, 24, 0, 0.16);
}

@media (max-width: 460px) {
  .mbuy-pro-mobile-order-pay {
    min-width: 202px;
    min-height: 50px;
    padding: 0 26px;
    font-size: 17px;
  }
}

ol.mbuy-pro-timeline,
.mbuy-pro-account ol.mbuy-pro-timeline {
  list-style: none !important;
  list-style-type: none !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 12px 0 14px !important;
  padding: 0 !important;
  position: relative;
}

ol.mbuy-pro-timeline > li,
.mbuy-pro-account ol.mbuy-pro-timeline > li {
  list-style: none !important;
  list-style-type: none !important;
  display: grid !important;
  justify-items: center;
  gap: 6px;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

ol.mbuy-pro-timeline > li::marker {
  content: "" !important;
}

.mbuy-pro-mobile-payment-stack {
  display: grid;
  gap: 12px;
}

/* ── /pay/ shortcode page ── */
/* Hide WordPress page title and breadcrumbs only on /pay/ page */
body:has(.mbuy-pay-page) .entry-title,
body:has(.mbuy-pay-page) .page-header,
body:has(.mbuy-pay-page) .elementor-heading-title,
body:has(.mbuy-pay-page) header.page-header,
body:has(.mbuy-pay-page) h1.entry-title { display: none !important; }

.mbuy-pay-page {
  display: grid;
  place-items: center;
  padding: 32px 16px 64px;
  background: linear-gradient(180deg, #f7f9fd 0%, #fff 60%);
  min-height: 70vh;
}
.mbuy-pay-trustbar {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 10px 28px; background: linear-gradient(180deg, #f0f4fb, #f7f9fd);
  border-bottom: 1px solid #e7ebf2;
  font-size: 12px; font-weight: 800; color: #2c5b8f; letter-spacing: 0.02em;
  flex-wrap: wrap;
}
.mbuy-pay-trust-item { display: inline-flex; align-items: center; gap: 6px; }
.mbuy-pay-trust-item svg { color: #1e7a4a; }
.mbuy-pay-trust-divider { color: #b9c3d2; }
.mbuy-pay-steps {
  display: flex; gap: 6px; margin: 14px 0 6px; padding: 0; list-style: none;
  flex-wrap: wrap; counter-reset: paystep;
}
.mbuy-pay-steps li {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 800; color: #94a3b8;
  padding: 4px 10px 4px 4px; border-radius: 999px;
  background: #f2f5f9;
}
.mbuy-pay-steps li span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; border-radius: 50%;
  background: #cbd3df; color: #fff; font-size: 10px; font-weight: 1000;
}
.mbuy-pay-steps li.is-done { color: #1e7a4a; background: #e6f4ec; }
.mbuy-pay-steps li.is-done span { background: #1e7a4a; }
.mbuy-pay-steps li.is-current { color: #0a1f3d; background: #fff3e6; border: 1px solid #ffcfa3; }
.mbuy-pay-steps li.is-current span { background: #d65a1a; }
.mbuy-pay-summary-info { min-width: 0; }
.mbuy-pay-summary-info strong { display: block; color: #10233f; font-size: 15px; font-weight: 1000; margin-bottom: 2px; }
.mbuy-pay-summary-info a { color: #1e5fbf; font-size: 12px; font-weight: 800; word-break: break-all; }
.mbuy-pay-guarantees {
  list-style: none; margin: 0; padding: 18px 28px 8px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px;
  border-top: 1px solid #eef1f7; background: #fafbfd;
}
.mbuy-pay-guarantees li {
  display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start;
}
.mbuy-pay-guarantees li svg { color: #1e7a4a; margin-top: 2px; }
.mbuy-pay-guarantees li strong {
  display: block; color: #0a1f3d; font-size: 13px; font-weight: 1000; margin-bottom: 2px;
}
.mbuy-pay-guarantees li span { display: block; color: #58708f; font-size: 12px; font-weight: 600; line-height: 1.45; }
.mbuy-pay-footer-links { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.mbuy-pay-footer-links span { color: #cbd3df; }

/* Wise instruction page */
.mbuy-pay-wise .mbuy-pay-head h1 { color: #0e7c5c; }
.mbuy-wise-steps {
  list-style: none; margin: 0; padding: 18px 28px 8px;
  display: grid; gap: 18px;
  border-top: 1px solid #eef1f7; background: #fafbfd;
}
.mbuy-wise-steps li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start; }
.mbuy-wise-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: #0e7c5c; color: #fff; font-size: 15px; font-weight: 1000;
}
.mbuy-wise-step-body strong { display: block; color: #0a1f3d; font-size: 15px; font-weight: 1000; margin-bottom: 4px; }
.mbuy-wise-step-body p { margin: 0 0 10px; color: #58708f; font-size: 13px; font-weight: 600; line-height: 1.5; }
.mbuy-wise-step-body em { font-style: normal; font-weight: 1000; color: #d65a1a; }
.mbuy-wise-step-body a { color: #1e5fbf; font-weight: 800; }
.mbuy-wise-ref {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 8px 8px 14px; background: #fff;
  border: 2px dashed #d65a1a; border-radius: 12px;
}
.mbuy-wise-ref code {
  font-family: ui-monospace, SFMono-Regular, "Menlo", monospace;
  font-size: 18px; font-weight: 1000; color: #d65a1a; letter-spacing: 0.04em;
}
.mbuy-wise-copy {
  background: #0a1f3d; color: #fff; border: 0;
  padding: 8px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 1000; cursor: pointer;
}
.mbuy-wise-copy:hover { background: #1e5fbf; }
.mbuy-wise-qr {
  display: grid; grid-template-columns: 180px 1fr; gap: 16px; align-items: center;
  padding: 12px; background: #fff; border: 1px solid #e1e7f1; border-radius: 14px;
}
.mbuy-wise-qr img { border-radius: 8px; }
.mbuy-wise-qr-meta { display: grid; gap: 8px; min-width: 0; }
.mbuy-wise-qr-meta small { font-size: 11px; color: #58708f; word-break: break-all; }
.mbuy-wise-note {
  margin: 0 28px 16px; padding: 14px 18px;
  background: #fff8e6; border: 1px solid #ffd591; border-radius: 12px;
  font-size: 13px; color: #6b4e00; line-height: 1.5;
}
.mbuy-wise-note strong { color: #4a3500; }
@media (max-width: 540px) {
  .mbuy-wise-steps { padding: 14px 18px 4px; }
  .mbuy-wise-qr { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .mbuy-wise-note { margin: 0 16px 14px; }
}
@media (max-width: 540px) {
  .mbuy-pay-guarantees { grid-template-columns: 1fr; gap: 10px; padding: 16px 22px 4px; }
  .mbuy-pay-trustbar { padding: 10px 16px; font-size: 11px; }
  .mbuy-pay-steps { gap: 4px; }
  .mbuy-pay-steps li { font-size: 10px; padding: 3px 8px 3px 3px; }
}
.mbuy-pay-card {
  width: min(720px, 100%);
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  border: 1px solid #e7ebf2;
  overflow: hidden;
}
.mbuy-pay-head { padding: 28px 28px 12px; }
.mbuy-pay-kicker {
  color: #58708f; font-size: 12px; font-weight: 1000;
  letter-spacing: 0.06em; text-transform: uppercase; margin: 0 0 6px;
}
.mbuy-pay-head h1 {
  color: #0a1f3d; font-size: 28px; font-weight: 1000;
  letter-spacing: -0.02em; margin: 0 0 8px;
}
.mbuy-pay-lead { color: #58708f; font-size: 14px; font-weight: 700; margin: 0; }
.mbuy-pay-summary {
  display: grid; grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px; align-items: center;
  padding: 14px 28px; background: #fafbfd;
  border-top: 1px solid #eef1f7; border-bottom: 1px solid #eef1f7;
}
.mbuy-pay-summary > img {
  width: 72px; height: 72px; object-fit: cover;
  border-radius: 14px; background: #eef3fb; border: 1px solid #e1e7f1;
}
.mbuy-pay-summary > div strong {
  display: block; color: #10233f; font-size: 15px; font-weight: 1000; margin-bottom: 2px;
}
.mbuy-pay-summary > div a {
  color: #1e5fbf; font-size: 12px; font-weight: 800; word-break: break-all;
}
.mbuy-pay-amount { text-align: right; }
.mbuy-pay-amount small {
  display: block; color: #58708f; font-size: 11px; font-weight: 800;
}
.mbuy-pay-amount strong { color: #d65a1a; font-size: 22px; font-weight: 1000; }
.mbuy-pay-methods { display: grid; gap: 12px; padding: 20px 28px; }
.mbuy-pay-method {
  position: relative;
  display: grid; grid-template-columns: 1fr auto auto;
  grid-template-areas: "head fee cta";
  align-items: center; gap: 12px;
  padding: 14px 18px; border: 1px solid #e1e7f1; border-radius: 18px;
  background: #fff; text-decoration: none; color: #10233f !important;
}
.mbuy-pay-method-head { grid-area: head; }
.mbuy-pay-method-fee {
  grid-area: fee;
  font-size: 12px; font-weight: 800; color: #58708f;
  text-align: right; line-height: 1.4;
}
.mbuy-pay-method-fee strong { color: #10233f; font-size: 14px; font-weight: 1000; }
.mbuy-pay-method .mbuy-pay-primary,
.mbuy-pay-method .mbuy-pay-secondary { grid-area: cta; }
.mbuy-pay-method.is-recommended { border-color: #2ecc71 !important; box-shadow: 0 0 0 1px #2ecc71; }
.mbuy-pay-badge {
  position: absolute; top: -10px; left: 16px;
  background: #2ecc71; color: #fff;
  font-size: 11px; font-weight: 1000;
  padding: 3px 10px; border-radius: 999px;
  letter-spacing: 0.04em;
}
.mbuy-pay-method:hover { border-color: #cfd8e3; }
.mbuy-pay-method.is-stripe { border-color: #ffd2a8; background: linear-gradient(180deg, #fff8f0, #fff); }
.mbuy-pay-method.is-paypal { border-color: #a8c4f0; background: linear-gradient(180deg, #f3f7ff, #fff); }
.mbuy-pay-method.is-wise   { border-color: #a8d99a; background: linear-gradient(180deg, #f1faea, #fff); }
.mbuy-pay-method-head strong { display: block; font-size: 16px; font-weight: 1000; color: #10233f; }
.mbuy-pay-method-head small { display: block; font-size: 12px; font-weight: 700; color: #58708f; }
.mbuy-pay-primary,
.mbuy-pay-method .mbuy-pay-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  height: 44px; padding: 0 18px; border-radius: 999px;
  font-size: 14px; font-weight: 1000; cursor: pointer; white-space: nowrap;
}
.mbuy-pay-primary {
  background: linear-gradient(180deg, #ff8a3d, #d65a1a);
  color: #fff !important; border: 0;
  box-shadow: 0 8px 20px rgba(214, 90, 26, 0.32);
}
.mbuy-pay-method.is-paypal .mbuy-pay-secondary { background: #003087; color: #fff !important; }
.mbuy-pay-method.is-wise .mbuy-pay-secondary { background: #1f6f1f; color: #fff !important; }
.mbuy-pay-empty {
  padding: 24px; text-align: center; color: #58708f;
  border: 1px dashed #e1e7f1; border-radius: 12px;
}
.mbuy-pay-footer {
  padding: 18px 28px 28px; border-top: 1px solid #eef1f7;
  background: #fbfcfe; color: #58708f; font-size: 13px;
}
.mbuy-pay-footer p { margin: 0 0 6px; }
.mbuy-pay-footer em { color: #d65a1a; font-style: normal; font-weight: 1000; }
.mbuy-pay-footer a { color: #1e5fbf; font-weight: 800; }
@media (max-width: 540px) {
  .mbuy-pay-summary { grid-template-columns: 56px minmax(0, 1fr); grid-template-areas: "img info" "amt amt"; }
  .mbuy-pay-summary > img { width: 56px; height: 56px; grid-area: img; }
  .mbuy-pay-summary > div { grid-area: info; }
  .mbuy-pay-amount { grid-area: amt; text-align: left; padding-top: 8px; border-top: 1px solid #eef1f7; }
  .mbuy-pay-head h1 { font-size: 24px; }
  .mbuy-pay-method { grid-template-columns: 1fr; grid-template-areas: "head" "fee" "cta"; gap: 10px; }
  .mbuy-pay-method-fee { text-align: left; }
  .mbuy-pay-method .mbuy-pay-primary,
  .mbuy-pay-method .mbuy-pay-secondary { width: 100%; }
}

/* ── Alternative payment links (Wise / PayPal) ── */
.mbuy-alt-pay {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e1e7f1;
  flex-wrap: wrap;
}
.mbuy-alt-pay > small {
  color: #58708f;
  font-size: 12px;
  font-weight: 800;
}
.mbuy-alt-pay-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
  text-decoration: none;
}
.mbuy-alt-pay-link.is-wise {
  background: #e3f4dc;
  color: #1f6f1f !important;
  border: 1px solid #a8d99a;
}
.mbuy-alt-pay-link.is-paypal {
  background: #e6efff;
  color: #003087 !important;
  border: 1px solid #a8c4f0;
}

/* ── Arrival photos strip ── */
.mbuy-arrival-photos {
  display: flex;
  gap: 8px;
  margin: 10px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.mbuy-arrival-photos::-webkit-scrollbar { display: none; }
.mbuy-arrival-photos > a {
  flex: 0 0 auto;
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f7fc;
  border: 1px solid #e1e7f1;
  scroll-snap-align: start;
}
.mbuy-arrival-photos > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mbuy-arrival-photos.is-mobile > a {
  width: 88px;
  height: 88px;
}

/* ── Hero with Japan illustration bg ── */
.mbuy-pro-mobile-hero-japan {
  position: relative;
  padding: 28px 22px 78px;
  border-radius: 0 0 28px 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 42%, rgba(255, 255, 255, 0.12) 100%),
    linear-gradient(180deg, rgba(232, 243, 255, 0.28) 0%, rgba(232, 243, 255, 0.56) 100%),
    url('dashboard/account-hero-shipping.png') 58% center / cover no-repeat,
    #eef4ff;
  min-height: 238px;
  display: grid;
  align-content: start;
  margin: -18px -18px -48px;
  box-shadow: inset 0 -1px 0 rgba(160, 180, 205, 0.24);
}

.mbuy-pro-mobile-hero-japan .mbuy-pro-mobile-hero-copy {
  max-width: 54%;
}

.mbuy-pro-mobile-hero-japan .mbuy-pro-mobile-hero-kicker {
  color: #1a2b46;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.1;
  margin: 0;
}

.mbuy-pro-mobile-hero-japan h2 {
  color: #0a1f3d;
  font-size: 40px;
  font-weight: 1000;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 4px 0 14px;
}

.mbuy-pro-mobile-hero-japan .mbuy-pro-mobile-hero-tagline {
  color: #1a2b46;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  margin: 0;
}

@media (max-width: 420px) {
  .mbuy-pro-mobile-hero-japan h2 {
    font-size: 34px;
  }
  .mbuy-pro-mobile-hero-japan .mbuy-pro-mobile-hero-tagline,
  .mbuy-pro-mobile-hero-japan .mbuy-pro-mobile-hero-kicker {
    font-size: 16px;
  }
}

/* ── Your Next Action card ── */
.mbuy-pro-mobile-next {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff6ec, #ffe9d7);
  border: 1px solid #ffd2a8;
}

.mbuy-pro-mobile-next-icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #fff4eb;
  border: 1px solid #ffd2a8;
  display: grid;
  place-items: center;
}

.mbuy-pro-mobile-next-bag {
  font-size: 26px;
}

.mbuy-pro-mobile-next-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--mbuy-pro-orange-dark, #d65a1a);
  color: #fff;
  font-size: 11px;
  font-weight: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mbuy-pro-mobile-next-body {
  min-width: 0;
}

.mbuy-pro-mobile-next-kicker {
  color: #b86c34;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.mbuy-pro-mobile-next-body strong {
  display: block;
  color: #10233f;
  font-size: 20px;
  font-weight: 1000;
  letter-spacing: -0.01em;
  margin: 2px 0 4px;
  line-height: 1.15;
}

.mbuy-pro-mobile-next-body span {
  color: #58708f;
  font-size: 13px;
  font-weight: 700;
}

.mbuy-pro-mobile-next-cta,
.mbuy-pro-mobile-next-form button.mbuy-pro-mobile-next-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8a3d, #d65a1a);
  color: #fff;
  font-size: 14px;
  font-weight: 1000;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(214, 90, 26, 0.32);
  cursor: pointer;
}

.mbuy-pro-mobile-next-cta:hover {
  filter: brightness(1.05);
}

/* ── 5-step Order Progress Overview ── */
.mbuy-pro-mobile-overview-steps {
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  position: relative;
}

.mbuy-pro-mobile-overview-steps > li {
  display: grid;
  justify-items: center;
  gap: 6px;
  position: relative;
  list-style: none !important;
}

.mbuy-pro-mobile-overview-steps > li::before {
  content: "";
  position: absolute;
  top: 32px;
  left: -50%;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #d7e0ec 0 4px, transparent 4px 8px);
  z-index: 0;
}

.mbuy-pro-mobile-overview-steps > li:first-child::before {
  display: none;
}

.mbuy-pro-mobile-overview-tile {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #f4f7fc;
  border: 1px solid #e1e7f1;
  display: grid;
  place-items: center;
  gap: 2px;
}

.mbuy-pro-mobile-overview-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
  background: #cfd8e3;
}

.mbuy-pro-mobile-overview-count {
  font-size: 18px;
  font-weight: 1000;
  color: #94a3b8;
}

.mbuy-pro-mobile-overview-steps > li.is-orange .mbuy-pro-mobile-overview-icon { background: #ff8a3d; }
.mbuy-pro-mobile-overview-steps > li.is-blue   .mbuy-pro-mobile-overview-icon { background: #1e5fbf; }
.mbuy-pro-mobile-overview-steps > li.is-teal   .mbuy-pro-mobile-overview-icon { background: #14b8a6; }
.mbuy-pro-mobile-overview-steps > li.is-violet .mbuy-pro-mobile-overview-icon { background: #8b5cf6; }
.mbuy-pro-mobile-overview-steps > li.is-green  .mbuy-pro-mobile-overview-icon { background: #22c55e; }

.mbuy-pro-mobile-overview-steps > li.is-active .mbuy-pro-mobile-overview-tile {
  background: #fff4eb;
  border-color: #ffb677;
  box-shadow: 0 6px 18px rgba(214, 90, 26, 0.16);
}

.mbuy-pro-mobile-overview-steps > li.is-active.is-blue   .mbuy-pro-mobile-overview-tile { background: #eef3fb; border-color: #aac6ee; }
.mbuy-pro-mobile-overview-steps > li.is-active.is-teal   .mbuy-pro-mobile-overview-tile { background: #e6faf6; border-color: #88e0d3; }
.mbuy-pro-mobile-overview-steps > li.is-active.is-violet .mbuy-pro-mobile-overview-tile { background: #f3edff; border-color: #c4b1f5; }
.mbuy-pro-mobile-overview-steps > li.is-active.is-green  .mbuy-pro-mobile-overview-tile { background: #e6f7eb; border-color: #95dca6; }

.mbuy-pro-mobile-overview-steps > li.is-active .mbuy-pro-mobile-overview-count {
  color: #10233f;
}

.mbuy-pro-mobile-overview-steps > li small {
  font-size: 10.5px;
  font-weight: 1000;
  color: #58708f;
  text-align: center;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.mbuy-pro-mobile-overview-steps > li.is-active small {
  color: #10233f;
}

/* ── Big "New Quote Request" CTA banner ── */
.mbuy-pro-mobile-newquote {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2f6ef0, #1849a8);
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(47, 110, 240, 0.32);
}

.mbuy-pro-mobile-newquote-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  font-size: 24px;
}

.mbuy-pro-mobile-newquote-copy strong {
  display: block;
  font-size: 18px;
  font-weight: 1000;
  color: #fff;
  margin-bottom: 2px;
}

.mbuy-pro-mobile-newquote-copy small {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
}

.mbuy-pro-mobile-newquote-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 1000;
}

/* ── Floating + center button on bottom nav ── */
.mbuy-pro-mobile-bn-floating {
  position: relative;
}

.mbuy-pro-mobile-bn-floating .mbuy-pro-mobile-bn-icon {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f6ef0, #1849a8);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(47, 110, 240, 0.4);
}

.mbuy-pro-mobile-bn-floating strong {
  margin-top: 30px;
  color: #1e5fbf;
}

.mbuy-pro-mobile-bn-icon {
  font-size: 18px;
  line-height: 1;
}

/* ── Action Center ── */
.mbuy-action-center {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0 -4px 16px;
  padding: 20px 18px 18px;
  border: 1px solid rgba(214, 222, 234, 0.92);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 4%, rgba(30, 95, 191, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(252, 254, 255, 0.97));
  box-shadow:
    0 26px 56px rgba(16, 35, 63, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.mbuy-action-center-head h2 {
  margin: 0;
  color: #0c1f3a;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
}

.mbuy-action-center-list {
  display: grid;
  gap: 12px;
}

.mbuy-action-center-card {
  --action-accent: #ff5a1f;
  --action-accent-2: #ef4a0b;
  --action-soft: #fff6ee;
  --action-border: rgba(255, 190, 150, 0.92);
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 100px;
  padding: 14px 14px;
  border: 1px solid var(--action-border);
  border-radius: 20px;
  background:
    radial-gradient(circle at 4% 8%, rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(135deg, var(--action-soft), rgba(255, 255, 255, 0.98));
  box-shadow:
    0 10px 24px rgba(16, 35, 63, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.mbuy-action-center-card.is-blue {
  --action-accent: #1f7af4;
  --action-accent-2: #1557c8;
  --action-soft: #f4f9ff;
  --action-border: rgba(174, 204, 255, 0.94);
}

.mbuy-action-center-card.is-green {
  --action-accent: #14b86a;
  --action-accent-2: #079447;
  --action-soft: #f3fff9;
  --action-border: rgba(165, 224, 191, 0.96);
}

.mbuy-action-center-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  border: 1px solid var(--action-border);
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.98), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), var(--action-soft));
  box-shadow:
    0 8px 18px rgba(16, 35, 63, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.mbuy-action-center-icon img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.mbuy-action-center-card.is-blue .mbuy-action-center-icon {
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.98), transparent 35%),
    linear-gradient(145deg, #f6fbff, #edf5ff);
}

.mbuy-action-center-card.is-blue .mbuy-action-center-icon img[src*="icon-action-shipping-plane"] {
  width: 42px;
  height: 42px;
  transform: none;
}

.mbuy-action-center-icon > span {
  position: absolute;
  top: -9px;
  right: -10px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--action-accent), var(--action-accent-2));
  color: #fff;
  font-size: 11px;
  font-weight: 1000;
  border: 2px solid #fff;
  box-shadow: 0 7px 14px rgba(16, 35, 63, 0.13);
}

.mbuy-action-center-copy {
  min-width: 0;
}

.mbuy-action-center-copy strong,
.mbuy-action-center-copy small,
.mbuy-action-center-copy b {
  display: block;
}

.mbuy-action-center-copy strong {
  color: #0c1f3a;
  font-size: 16px;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.mbuy-action-center-copy small {
  margin-top: 5px;
  color: #66758c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.mbuy-action-center-copy b {
  margin-top: 5px;
  color: #0c1f3a;
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.035em;
}

.mbuy-action-center-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 0;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--action-accent), var(--action-accent-2));
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--action-accent) 24%, transparent);
}

.mbuy-action-center-card > a span {
  margin-left: 7px;
  font-size: 17px;
  line-height: 1;
}

.mbuy-action-center-card > a {
  position: relative;
}

@supports not (box-shadow: 0 0 0 color-mix(in srgb, #000 20%, transparent)) {
  .mbuy-action-center-card > a {
    box-shadow: 0 16px 30px rgba(30, 95, 191, 0.20);
  }
}

@media (min-width: 541px) {
  .mbuy-action-center-card {
    grid-template-columns: 96px minmax(0, 1fr) auto;
    padding: 22px 26px;
  }

  .mbuy-action-center-icon {
    width: 96px;
    height: 96px;
  }

  .mbuy-action-center-card > a {
    grid-column: auto;
    min-width: 178px;
  }
}

@media (max-width: 390px) {
  .mbuy-action-center-card {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 13px 12px;
  }

  .mbuy-action-center-icon {
    width: 54px;
    height: 54px;
  }

  .mbuy-action-center-icon img,
  .mbuy-action-center-card.is-blue .mbuy-action-center-icon img[src*="icon-action-shipping-plane"] {
    width: 40px;
    height: 40px;
  }

  .mbuy-action-center-copy strong {
    font-size: 15px;
  }

  .mbuy-action-center-copy b {
    font-size: 17px;
  }

  .mbuy-action-center-card > a {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* ── Action Required Card ── */
.mbuy-action-card {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #ffe0c4;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.10), 0 6px 16px rgba(214, 90, 26, 0.06);
  z-index: 2;
}

.mbuy-pro-mobile-hero-japan + .mbuy-action-card {
  margin: 0 10px 2px;
  border: 1px solid rgba(255, 218, 190, 0.82);
  background:
    linear-gradient(90deg, rgba(255, 247, 238, 0.98), rgba(255, 255, 255, 0.96));
  box-shadow:
    0 22px 44px rgba(15, 23, 42, 0.12),
    0 8px 18px rgba(214, 90, 26, 0.08);
}

.mbuy-action-card-icon {
  position: relative;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fdf1e1;
}

.mbuy-action-card-icon img {
  width: 56%;
  height: 56%;
}

.mbuy-action-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mbuy-action-card-badge {
  position: absolute;
  top: -2px;
  right: 0;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5d3a, #e63b1a);
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(230, 59, 26, 0.45);
  border: 2px solid #fff;
}

.mbuy-action-card-body {
  min-width: 0;
}

.mbuy-action-card.is-clear {
  background: linear-gradient(180deg, #eef7f0, #fff);
  border-color: #b6dbc1;
  box-shadow: 0 14px 32px rgba(34, 197, 94, 0.08);
}

.mbuy-action-card-head {
  margin-bottom: 6px;
}

.mbuy-action-card-eyebrow {
  margin: 0 0 2px;
  color: #58708f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.mbuy-action-card.is-clear .mbuy-action-card-eyebrow {
  color: #156a37;
}

.mbuy-action-card-main {
  color: #0a1f3d;
  font-size: 24px;
  font-weight: 1000;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 4px;
}

.mbuy-action-card-sub {
  color: #58708f;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.mbuy-action-card-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8a3d, #d65a1a);
  color: #fff !important;
  font-size: 15px;
  font-weight: 1000;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(214, 90, 26, 0.32);
}

.mbuy-action-card-primary:hover {
  filter: brightness(1.05);
}

.mbuy-action-card.is-clear .mbuy-action-card-primary {
  background: linear-gradient(180deg, #2f6ef0, #1849a8);
  box-shadow: 0 10px 22px rgba(47, 110, 240, 0.32);
}

@media (max-width: 540px) {
  .mbuy-action-card {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas:
      "icon body"
      "cta cta";
    gap: 12px;
  }
  .mbuy-action-card-icon { width: 64px; height: 64px; grid-area: icon; }
  .mbuy-action-card-body { grid-area: body; }
  .mbuy-action-card-primary { grid-area: cta; height: 48px; width: 100%; }
  .mbuy-action-card-main { font-size: 20px; }
}

.mbuy-action-card-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8a3d, #d65a1a);
  color: #fff !important;
  font-size: 14px;
  font-weight: 1000;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(214, 90, 26, 0.32);
  flex: 1;
  min-width: 160px;
}

.mbuy-action-card.is-clear .mbuy-action-card-primary {
  background: linear-gradient(180deg, #2f6ef0, #1849a8);
  box-shadow: 0 8px 20px rgba(47, 110, 240, 0.32);
}

.mbuy-action-card-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--mbuy-pro-blue, #1e5fbf) !important;
  font-size: 13px;
  font-weight: 1000;
  text-decoration: none;
  border: 1px solid #d7e0ec;
}

@media (max-width: 540px) {
  .mbuy-pro-mobile-hero-japan + .mbuy-action-card {
    grid-template-columns: 74px minmax(0, 1fr);
    grid-template-areas:
      "icon body"
      "cta cta";
    gap: 14px;
    margin-inline: -4px;
    padding: 18px 16px 20px;
    border-radius: 22px;
  }

  .mbuy-pro-mobile-hero-japan + .mbuy-action-card .mbuy-action-card-icon {
    grid-area: icon;
    width: 74px;
    height: 74px;
  }

  .mbuy-pro-mobile-hero-japan + .mbuy-action-card .mbuy-action-card-badge {
    top: 1px;
    right: 1px;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    font-size: 11px;
  }

  .mbuy-pro-mobile-hero-japan + .mbuy-action-card .mbuy-action-card-body {
    grid-area: body;
  }

  .mbuy-pro-mobile-hero-japan + .mbuy-action-card .mbuy-action-card-main {
    font-size: 22px;
    line-height: 1.1;
  }

  .mbuy-pro-mobile-hero-japan + .mbuy-action-card .mbuy-action-card-sub {
    font-size: 15px;
  }

  .mbuy-pro-mobile-hero-japan + .mbuy-action-card .mbuy-action-card-primary {
    grid-area: cta;
    width: 100%;
    min-width: 0;
    height: 58px;
    padding: 0 18px;
    flex: 0 0 auto;
    border-radius: 999px;
    font-size: 17px;
  }
}

/* ── Summary Grid (4 cards) ── */
.mbuy-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mbuy-summary-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-areas:
    "icon count"
    "icon label"
    "icon sub";
  column-gap: 10px;
  row-gap: 2px;
  padding: 14px 14px 14px 12px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7ebf2;
  color: #10233f !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  align-items: center;
}

.mbuy-summary-card-icon {
  grid-area: icon;
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  align-self: center;
  justify-self: center;
}

.mbuy-summary-card .mbuy-summary-card-count {
  grid-area: count;
}

.mbuy-summary-card strong {
  grid-area: label;
}

.mbuy-summary-card small {
  grid-area: sub;
}

.mbuy-summary-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
}

.mbuy-summary-card.is-orange::before { background: #ff8a3d; }
.mbuy-summary-card.is-blue::before   { background: #2f6ef0; }
.mbuy-summary-card.is-teal::before   { background: #14b8a6; }
.mbuy-summary-card.is-violet::before { background: #8b5cf6; }

.mbuy-summary-card-count {
  font-size: 30px;
  font-weight: 1000;
  color: #10233f;
  line-height: 1;
}

.mbuy-summary-card.is-orange .mbuy-summary-card-count { color: #d65a1a; }
.mbuy-summary-card.is-blue .mbuy-summary-card-count   { color: #2f6ef0; }
.mbuy-summary-card.is-teal .mbuy-summary-card-count   { color: #0f9b8b; }
.mbuy-summary-card.is-violet .mbuy-summary-card-count { color: #7c4ce0; }

.mbuy-summary-card strong {
  font-size: 13px;
  font-weight: 1000;
  color: #10233f;
  letter-spacing: 0.01em;
}

.mbuy-summary-card small {
  font-size: 11px;
  font-weight: 700;
  color: #58708f;
}

/* ── Purchase Pipeline ── */
.mbuy-pipeline-card {
  overflow: hidden;
}

.mbuy-pipeline-card .mbuy-pro-mobile-section-head {
  align-items: center;
  margin-bottom: 16px;
}

.mbuy-pipeline-card .mbuy-pro-mobile-section-head h2 span {
  color: #73839a;
  font-size: 17px;
  letter-spacing: 0;
}

.mbuy-pipeline-card .mbuy-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #edf1f7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.mbuy-pipeline-card .mbuy-summary-card {
  display: grid;
  grid-template: "icon" auto "label" auto "count" auto / minmax(0, 1fr);
  align-content: center;
  align-items: center;
  justify-items: center;
  gap: 9px;
  min-height: 148px;
  padding: 16px 6px 14px;
  border: 0;
  border-right: 1px solid #edf1f7;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  font: inherit;
  text-align: center;
}

.mbuy-pipeline-card .mbuy-summary-card:last-child {
  border-right: 0;
}

.mbuy-pipeline-card .mbuy-summary-card::before {
  display: none;
}

.mbuy-pipeline-card .mbuy-summary-card-icon {
  grid-area: icon;
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.mbuy-pipeline-card .mbuy-summary-card strong {
  grid-area: label;
  display: block;
  min-height: 34px;
  color: #10233f;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.mbuy-pipeline-card .mbuy-summary-card-count {
  grid-area: count;
  display: block;
  font-size: 30px;
  line-height: 0.95;
  text-align: center;
}

.mbuy-pipeline-card .mbuy-summary-card.is-orange strong,
.mbuy-pipeline-card .mbuy-summary-card.is-orange .mbuy-summary-card-count {
  color: #ff4f17;
}

.mbuy-pipeline-card .mbuy-summary-card.is-blue strong,
.mbuy-pipeline-card .mbuy-summary-card.is-blue .mbuy-summary-card-count {
  color: #0b63f6;
}

.mbuy-pipeline-card .mbuy-summary-card.is-teal strong,
.mbuy-pipeline-card .mbuy-summary-card.is-teal .mbuy-summary-card-count {
  color: #159b58;
}

.mbuy-pipeline-card .mbuy-summary-card.is-violet strong,
.mbuy-pipeline-card .mbuy-summary-card.is-violet .mbuy-summary-card-count {
  color: #7c3fe6;
}

.mbuy-pipeline-view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  color: #0b63f6 !important;
  font-size: 17px;
  font-weight: 1000;
}

/* ── Vertical Pipeline List (1 column) ── */
.mbuy-pipeline-list {
  list-style: none !important;
  display: grid;
  gap: 10px;
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

.mbuy-pipeline-list > li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mbuy-pipeline-row {
  width: 100%;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 22px;
  gap: 14px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #e7ebf2;
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.mbuy-pipeline-row:hover {
  border-color: #cfd8e3;
}

.mbuy-pipeline-row-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.mbuy-pipeline-row-label {
  color: #10233f;
  font-size: 16px;
  font-weight: 1000;
  letter-spacing: -0.01em;
}

.mbuy-pipeline-row-count {
  justify-self: end;
  font-size: 24px;
  font-weight: 1000;
  color: #cfd8e3;
  line-height: 1;
}

.mbuy-pipeline-row.is-on .mbuy-pipeline-row-count {
  color: #10233f;
}

.mbuy-pipeline-row.is-on.is-orange .mbuy-pipeline-row-count { color: #d65a1a; }
.mbuy-pipeline-row.is-on.is-blue   .mbuy-pipeline-row-count { color: #2f6ef0; }
.mbuy-pipeline-row.is-on.is-teal   .mbuy-pipeline-row-count { color: #0f9b8b; }
.mbuy-pipeline-row.is-on.is-violet .mbuy-pipeline-row-count { color: #7c4ce0; }

.mbuy-pipeline-row.is-on.is-orange { background: #fff8f1; border-color: #ffd2a8; }
.mbuy-pipeline-row.is-on.is-blue   { background: #f3f7ff; border-color: #c3d4f5; }
.mbuy-pipeline-row.is-on.is-teal   { background: #effbf8; border-color: #a8e1d5; }
.mbuy-pipeline-row.is-on.is-violet { background: #f5f0ff; border-color: #d4c4f5; }

.mbuy-pipeline-row-arrow {
  justify-self: end;
  color: #cfd8e3;
  font-size: 18px;
  font-weight: 1000;
}

.mbuy-pipeline-row.is-on .mbuy-pipeline-row-arrow {
  color: #10233f;
}

.mbuy-pipeline-row.is-active {
  border-color: var(--mbuy-pro-orange-dark, #d65a1a);
  box-shadow: 0 8px 18px rgba(214, 90, 26, 0.18);
}

.mbuy-pipeline-steps {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 6px;
}

.mbuy-pipeline-steps::-webkit-scrollbar {
  display: none;
}

.mbuy-pipeline-steps button {
  flex: 0 0 auto;
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 88px;
  padding: 10px 12px;
  border: 1px solid #e1e7f1;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}

.mbuy-pipeline-steps button b {
  font-size: 20px;
  font-weight: 1000;
  color: #94a3b8;
}

.mbuy-pipeline-steps button span {
  font-size: 11px;
  font-weight: 1000;
  color: #58708f;
  text-align: center;
  line-height: 1.15;
}

.mbuy-pipeline-steps button.is-on b {
  color: #10233f;
}

.mbuy-pipeline-steps button.is-on {
  background: #fff7ef;
  border-color: #ffd2a8;
}

.mbuy-pipeline-steps button.is-active {
  background: linear-gradient(180deg, #ff8a3d, #d65a1a);
  border-color: var(--mbuy-pro-orange-dark, #d65a1a);
}

.mbuy-pipeline-steps button.is-active b,
.mbuy-pipeline-steps button.is-active span {
  color: #fff;
}

/* ── Request Tabs (Purchase Requests) ── */
.mbuy-request-tabs {
  margin: 14px 0 8px;
}

@media (max-width: 760px) {
  .mbuy-pro-header {
    display: none !important;
  }
}

.mbuy-pro-timeline li span {
  position: relative;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #e1e7f1;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #d7e0ec;
}

.mbuy-pro-timeline li b {
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #94a3b8;
  text-align: center;
  white-space: nowrap;
}

.mbuy-pro-timeline li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -50%;
  width: 100%;
  height: 2px;
  background: #e1e7f1;
  z-index: 0;
}

.mbuy-pro-timeline li:first-child::before {
  display: none;
}

.mbuy-pro-timeline li.is-done span,
.mbuy-pro-timeline li.is-active span {
  background: var(--mbuy-pro-orange-dark, #d65a1a);
  box-shadow: 0 0 0 1px var(--mbuy-pro-orange-dark, #d65a1a);
}

.mbuy-pro-timeline li.is-active span {
  width: 14px;
  height: 14px;
  box-shadow: 0 0 0 1px var(--mbuy-pro-orange-dark, #d65a1a), 0 0 0 5px rgba(214, 90, 26, 0.18);
}

.mbuy-pro-timeline li.is-done::before,
.mbuy-pro-timeline li.is-active::before {
  background: var(--mbuy-pro-orange-dark, #d65a1a);
}

.mbuy-pro-timeline li.is-done b,
.mbuy-pro-timeline li.is-active b {
  color: #10233f;
}

.mbuy-pro-timeline li.is-active b {
  color: var(--mbuy-pro-orange-dark, #d65a1a);
  font-weight: 1000;
}

.mbuy-pro-timeline.is-compact {
  margin: 8px 0 4px;
  max-width: 220px;
}

.mbuy-pro-timeline.is-compact li b {
  display: none;
}

.mbuy-pro-timeline.is-compact li span {
  width: 9px;
  height: 9px;
}

.mbuy-pro-timeline.is-compact li.is-active span {
  width: 11px;
  height: 11px;
  box-shadow: 0 0 0 1px var(--mbuy-pro-orange-dark, #d65a1a), 0 0 0 3px rgba(214, 90, 26, 0.18);
}

.mbuy-pro-timeline.is-compact li::before {
  top: 4px;
}

.mbuy-pro-mobile-status-tabs {
  display: flex;
  gap: 8px;
  margin: 14px 0 4px;
  padding-bottom: 6px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mbuy-pro-mobile-status-tabs::-webkit-scrollbar {
  display: none;
}

.mbuy-pro-mobile-status-tabs button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #d7e0ec;
  border-radius: 999px;
  background: #fff;
  color: #58708f;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.01em;
  cursor: pointer;
  scroll-snap-align: start;
}

.mbuy-pro-mobile-status-tabs button b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #eef3fb;
  color: var(--mbuy-pro-blue, #1e5fbf);
  font-size: 11px;
  font-weight: 1000;
}

.mbuy-pro-mobile-status-tabs button.is-active {
  border-color: var(--mbuy-pro-orange-dark, #d65a1a);
  background: #fff4ef;
  color: var(--mbuy-pro-orange-dark, #d65a1a);
}

.mbuy-pro-mobile-status-tabs button.is-active b {
  background: var(--mbuy-pro-orange-dark, #d65a1a);
  color: #fff;
}

.mbuy-pro-mobile-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.mbuy-pro-mobile-stats article {
  padding: 16px;
  border: 1px solid #e7ebf2;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfdff);
}

.mbuy-pro-mobile-stats span,
.mbuy-pro-mobile-stats strong,
.mbuy-pro-mobile-stats small {
  display: block;
}

.mbuy-pro-mobile-stats span {
  font-size: 28px;
  font-weight: 1000;
  line-height: 1;
}

.mbuy-pro-mobile-stats strong {
  margin-top: 8px;
  color: #18304e;
  font-size: 14px;
  font-weight: 1000;
}

.mbuy-pro-mobile-stats small {
  margin-top: 4px;
  color: #7c8ca0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.mbuy-pro-mobile-stats .is-blue span { color: var(--mbuy-pro-blue); }
.mbuy-pro-mobile-stats .is-green span { color: #31b76a; }
.mbuy-pro-mobile-stats .is-violet span { color: #7856ff; }
.mbuy-pro-mobile-stats .is-orange span { color: var(--mbuy-pro-orange); }

.mbuy-pro-mobile-notifications article {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 42px;
  gap: 14px;
  align-items: center;
  min-height: 94px;
  padding: 16px 14px;
  border: 1px solid rgba(211, 224, 242, 0.92);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 8%, rgba(30, 95, 191, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94));
  box-shadow:
    0 18px 38px rgba(16, 35, 63, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.mbuy-pro-mobile-notifications article::after {
  content: "›";
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(210, 223, 243, 0.92);
  border-radius: 999px;
  background: #fff;
  color: var(--mbuy-pro-blue, #1e5fbf);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(16, 35, 63, 0.08);
}

.mbuy-pro-mobile-notifications article:first-child {
  padding-top: 16px;
}

.mbuy-pro-mobile-notifications strong {
  color: #18304e;
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.mbuy-pro-mobile-notifications small {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  margin-top: 8px;
  padding: 0 10px;
  border: 1px solid rgba(215, 227, 246, 0.96);
  border-radius: 999px;
  background: linear-gradient(180deg, #f7fbff, #edf5ff);
  color: #58708f;
  font-size: 12px;
  font-weight: 900;
  white-space: normal;
}

.mbuy-pro-mobile-notification-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.95), transparent 32%),
    linear-gradient(135deg, #eef6ff, #dcecff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 14px 26px rgba(30, 95, 191, 0.14);
}

.mbuy-pro-mobile-notification-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid var(--mbuy-pro-blue, #1e5fbf);
  border-radius: 8px;
  background:
    linear-gradient(var(--mbuy-pro-blue, #1e5fbf), var(--mbuy-pro-blue, #1e5fbf)) 50% 8px / 12px 2px no-repeat,
    linear-gradient(var(--mbuy-pro-blue, #1e5fbf), var(--mbuy-pro-blue, #1e5fbf)) 50% 14px / 14px 2px no-repeat;
  opacity: 0.9;
}

.mbuy-pro-mobile-support-list a {
  grid-template-columns: 44px minmax(0, 1fr);
}

.mbuy-pro-mobile-support-list span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #eff6ff;
  color: var(--mbuy-pro-blue);
  font-size: 18px;
}

.mbuy-pro-mobile-support-list strong,
.mbuy-pro-mobile-support-list small {
  display: block;
}

.mbuy-pro-mobile-support-list strong {
  color: #18304e;
  font-size: 14px;
  font-weight: 1000;
}

.mbuy-pro-mobile-support-list small {
  margin-top: 4px;
  color: #7c8ca0;
  font-size: 12px;
  font-weight: 800;
}

.mbuy-pro-mobile-bottom-nav {
  min-width: 0;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(207, 216, 227, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(16px);
}

.mbuy-pro-mobile-bottom-nav a {
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 8px 4px;
  border-radius: 14px;
  color: #61738a;
}

.mbuy-pro-mobile-bottom-nav a.is-active {
  background: #fff4ef;
  color: var(--mbuy-pro-orange-dark);
}

.mbuy-pro-mobile-bottom-nav span,
.mbuy-pro-mobile-bottom-nav strong {
  display: block;
}

.mbuy-pro-mobile-bottom-nav span {
  font-size: 17px;
  font-weight: 1000;
  line-height: 1;
}

.mbuy-pro-mobile-bottom-nav strong {
  font-size: 10px;
  font-weight: 1000;
  line-height: 1.2;
}

.mbuy-pro-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.mbuy-pro-stats article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 14px;
  row-gap: 3px;
  align-items: center;
  min-height: 116px;
  padding: 18px 17px;
  border: 1px solid var(--mbuy-pro-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.mbuy-pro-stat-icon {
  display: grid;
  place-items: center;
  grid-row: 1 / 4;
  grid-column: 1;
  width: 62px;
  height: 62px;
  margin: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbff, #eef4fb);
  box-shadow:
    inset 0 0 0 1px rgba(148, 163, 184, 0.13),
    0 12px 22px rgba(15, 23, 42, 0.06);
}

.mbuy-pro-stats article.is-orange .mbuy-pro-stat-icon {
  background: linear-gradient(180deg, #fff4ee, #ffe8dc);
}

.mbuy-pro-stats article.is-blue .mbuy-pro-stat-icon {
  background: linear-gradient(180deg, #eef5ff, #dfeaff);
}

.mbuy-pro-stats article.is-green .mbuy-pro-stat-icon {
  background: linear-gradient(180deg, #edf9f5, #dcf4eb);
}

.mbuy-pro-stats article.is-violet .mbuy-pro-stat-icon {
  background: linear-gradient(180deg, #f3eeff, #e7ddff);
}

.mbuy-pro-stats article .mbuy-pro-stat-icon {
  background: transparent !important;
  box-shadow: none !important;
}

.mbuy-pro-stats span,
.mbuy-pro-stats strong,
.mbuy-pro-stats small {
  display: block;
}

.mbuy-pro-stats span {
  grid-row: 1;
  grid-column: 2;
  color: var(--mbuy-pro-blue);
  font-size: 30px;
  font-weight: 1000;
  line-height: 0.95;
}

.mbuy-pro-stats strong {
  grid-row: 2;
  grid-column: 2;
  margin-top: 0;
  color: #172033;
  font-size: 15px;
  line-height: 1.18;
}

.mbuy-pro-stats small {
  grid-row: 3;
  grid-column: 2;
  margin-top: 1px;
  color: #667085;
  font-size: 12px;
  line-height: 1.3;
}

.mbuy-pro-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--mbuy-pro-line);
  border-radius: 18px;
  background: #eef0f3;
}

.mbuy-pro-tabs button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  border: 0;
  border-top: 4px solid transparent;
  background: transparent;
  color: #4c6078;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 1000;
  text-align: center;
}

.mbuy-pro-tabs button:first-child,
.mbuy-pro-tabs button.is-active {
  border-top-color: var(--mbuy-pro-orange);
  background: #fff;
  color: var(--mbuy-pro-orange-dark);
}

.mbuy-pro-tabs button:not(.is-active):first-child {
  border-top-color: transparent;
  background: transparent;
  color: #4c6078;
}

.mbuy-pro-tabs b {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  color: var(--mbuy-pro-blue);
  font-size: 12px;
}

.mbuy-pro-panel,
.mbuy-pro-empty {
  border: 1px solid var(--mbuy-pro-line);
  border-radius: 22px;
  background: #fff;
}

.mbuy-pro-panel {
  padding: 22px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.045);
}

.mbuy-pro-main > .mbuy-pro-panel + .mbuy-pro-panel,
.mbuy-pro-main > .mbuy-pro-panel + .mbuy-pro-empty,
.mbuy-pro-main > .mbuy-pro-empty + .mbuy-pro-panel {
  margin-top: 18px;
}

.mbuy-pro-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--mbuy-pro-line);
}

.mbuy-pro-panel h2,
.mbuy-pro-empty h2 {
  font-size: 26px;
}

.mbuy-pro-card-list {
  display: grid;
  gap: 16px;
}

.mbuy-pro-panel[hidden],
.mbuy-pro-status-card[hidden] {
  display: none !important;
}

.mbuy-pro-quote-added {
  display: grid;
  gap: 4px;
  padding: 12px 16px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: #e7f6ec;
  color: #156a37;
}

.mbuy-pro-quote-added strong {
  font-size: 14px;
  font-weight: 1000;
}

.mbuy-pro-quote-added span {
  font-size: 13px;
  font-weight: 700;
}

.mbuy-pro-status-card {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border: 1px solid #dfe5ee;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfcff);
}

.mbuy-pro-status-card > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
  background: #eef3fb;
}

.mbuy-pro-card-body {
  min-width: 0;
}

.mbuy-pro-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.mbuy-pro-request-id,
.mbuy-pro-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
  padding: 0 10px;
}

.mbuy-pro-request-id {
  background: #eff6ff;
  color: var(--mbuy-pro-blue);
}

.mbuy-pro-status {
  background: #fff4ef;
  color: var(--mbuy-pro-orange-dark);
}

.mbuy-pro-status-card h3 {
  margin: 0;
  color: #14243b;
  font-size: 20px;
  font-weight: 1000;
  letter-spacing: -0.02em;
}

.mbuy-pro-item-url {
  display: block;
  overflow: hidden;
  margin-top: 6px;
  color: #55708d;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbuy-pro-fees {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 0;
}

.mbuy-pro-fees div {
  min-width: 0;
  padding: 10px;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  background: #f8fafc;
}

.mbuy-pro-fees div.is-total {
  border-color: rgba(255, 90, 31, 0.25);
  background: #fff4ef;
}

.mbuy-pro-fees dt,
.mbuy-pro-fees dd {
  margin: 0;
}

.mbuy-pro-fees dt {
  color: #667085;
  font-size: 11px;
  font-weight: 900;
}

.mbuy-pro-fees dd {
  overflow: hidden;
  margin-top: 3px;
  color: #172033;
  font-size: 13px;
  font-weight: 1000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mbuy-pro-payment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 90, 31, 0.18);
  border-radius: 16px;
  background: #fff8f4;
}

.mbuy-pro-payment-box p {
  margin: 0;
  color: #4b6078;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.mbuy-pro-payment-box div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.mbuy-pro-payment-box .mbuy-pro-secondary,
.mbuy-pro-payment-box .mbuy-pro-primary {
  min-height: 38px;
  font-size: 12px;
  padding: 0 13px;
}

.mbuy-pro-payment-box .mbuy-pro-primary,
.mbuy-pro-payment-box .mbuy-pro-primary:visited {
  color: #fff !important;
}

.mbuy-pro-empty {
  display: grid;
  place-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 38px 24px;
  border-style: dashed;
  text-align: center;
}

.mbuy-pro-lower-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 18px;
}

.mbuy-pro-profile-panel {
  grid-column: 1 / -1;
}

.mbuy-pro-profile-form {
  display: grid;
  gap: 16px;
}

.mbuy-pro-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mbuy-pro-wide-field {
  grid-column: 1 / -1;
}

.mbuy-pro-profile-form label {
  display: grid;
  gap: 7px;
  color: #27384f;
  font-size: 13px;
  font-weight: 1000;
}

.mbuy-pro-profile-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7e0ec;
  border-radius: 14px;
  color: #172033;
  font: inherit;
  padding: 0 14px;
}

.mbuy-pro-profile-form button {
  justify-self: start;
  cursor: pointer;
}

.mbuy-pro-mini-empty,
.mbuy-pro-message {
  padding: 14px;
  border: 1px dashed #d7e0ec;
  border-radius: 14px;
  background: #f8fafc;
  color: #667085;
  font-size: 14px;
  font-weight: 850;
}

.mbuy-pro-message + .mbuy-pro-message {
  margin-top: 10px;
}

.mbuy-pro-message strong,
.mbuy-pro-message span {
  display: block;
}

.mbuy-pro-message strong {
  color: #10233f;
  margin-bottom: 4px;
}

.mbuy-pro-message-date {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.02em;
}

.mbuy-pro-mini-empty a {
  color: #1e5fbf;
  font-weight: 700;
  text-decoration: underline;
}

.mbuy-pro-footer {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 34px 0 42px;
  border-top: 1px solid var(--mbuy-pro-line);
}

.mbuy-pro-footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.mbuy-pro-footer a {
  color: #47647f;
  font-size: 13px;
  font-weight: 900;
}

.mbuy-pro-footer img {
  width: 138px;
  height: auto;
}

.mbuy-pro-footer p {
  margin: 0;
  color: #7b8794;
  font-size: 12px;
  font-weight: 800;
}

.mbuy-pro-guest {
  display: grid;
  justify-items: center;
  width: min(760px, calc(100% - 32px));
  margin: 48px auto;
  padding: 46px 32px;
  border: 1px solid var(--mbuy-pro-line);
  border-radius: 30px;
  background: linear-gradient(135deg, #fff, #fff8f4 54%, #eef5ff);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  text-align: center;
}

.mbuy-pro-guest img {
  width: 156px;
}

.mbuy-pro-guest h1 {
  max-width: 620px;
  margin: 4px 0 0;
  color: #10233f;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 1000;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.mbuy-pro-guest > p:not(.mbuy-pro-kicker) {
  max-width: 560px;
  margin: 16px 0 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.65;
}

.mbuy-pro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .mbuy-pro-header-top,
  .mbuy-pro-header-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .mbuy-pro-icon-nav {
    width: 100%;
    justify-content: space-between;
    overflow: visible;
    padding: 6px 0 4px;
  }

  .mbuy-pro-shell {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .mbuy-pro-titlebar {
    flex-direction: column;
    align-items: flex-start;
    min-height: 210px;
    padding: 30px 32px;
    background-position: 58% center;
  }

  .mbuy-pro-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mbuy-pro-fees {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mbuy-pro-payment-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .mbuy-pro-payment-box div {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .mbuy-pro-header {
    position: static;
  }

  .mbuy-pro-header-top,
  .mbuy-pro-header-nav,
  .mbuy-pro-shell,
  .mbuy-pro-footer {
    width: min(100% - 24px, 680px);
  }

  .mbuy-pro-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .mbuy-pro-brand img {
    width: 138px;
  }

  .mbuy-pro-header-nav {
    display: none;
  }

  .mbuy-pro-shell {
    grid-template-columns: 1fr;
    padding-top: 18px;
  }

  .mbuy-pro-sidebar {
    display: none;
  }

  .mbuy-pro-main {
    padding-bottom: 0;
  }

  .mbuy-pro-mobile-dashboard {
    display: grid;
    gap: 14px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .mbuy-pro-breadcrumb,
  .mbuy-pro-titlebar,
  .mbuy-pro-mobile-menu,
  .mbuy-pro-stats,
  .mbuy-pro-tabs,
  .mbuy-pro-main > [data-mbuy-account-section],
  .mbuy-pro-lower-grid,
  .mbuy-pro-footer {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .mbuy-pro-userbar,
  .mbuy-pro-actions,
  .mbuy-pro-payment-box div {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .mbuy-pro-userbar .mbuy-lang-switcher,
  .mbuy-pro-userbar > a,
  .mbuy-pro-primary,
  .mbuy-pro-secondary,
  .mbuy-pro-profile-form button {
    width: 100%;
  }

  .mbuy-pro-userbar .mbuy-lang-switcher {
    align-self: flex-start;
    width: auto;
  }

  .mbuy-pro-userbar .mbuy-pro-logout-icon {
    align-self: flex-start;
    width: 40px;
  }

  .mbuy-pro-panel,
  .mbuy-pro-empty,
  .mbuy-pro-guest {
    border-radius: 18px;
    padding: 18px;
  }

  .mbuy-pro-header-top,
  .mbuy-pro-shell,
  .mbuy-pro-footer {
    width: min(100% - 16px, 520px);
  }

  .mbuy-pro-brand span {
    display: none;
  }

  .mbuy-pro-mobile-hero {
    padding: 18px;
    background-position: 62% center;
  }

  .mbuy-pro-mobile-hero h2 {
    font-size: 25px;
  }

  .mbuy-pro-mobile-hero-copy {
    max-width: 200px;
  }

  .mbuy-pro-mobile-order-row {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .mbuy-pro-mobile-order-row a {
    grid-column: 2;
    justify-self: start;
    margin-top: 6px;
  }

  .mbuy-pro-mobile-stats {
    grid-template-columns: 1fr 1fr;
  }

  .mbuy-pro-mobile-tracker {
    gap: 6px;
  }

  .mbuy-pro-mobile-tracker strong {
    font-size: 10px;
  }

  .mbuy-pro-mobile-section-head,
  .mbuy-pro-mobile-warehouse-meta,
  .mbuy-pro-mobile-notifications article {
    flex-direction: column;
    align-items: flex-start;
  }

  .mbuy-pro-mobile-notifications article {
    grid-template-columns: 50px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 12px;
    padding: 14px 12px;
  }

  .mbuy-pro-mobile-notification-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .mbuy-pro-mobile-notifications article::after {
    width: 38px;
    height: 38px;
  }

  .mbuy-pro-mobile-bottom-nav {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    padding: 8px;
  }
}

@media (max-width: 360px) {
  .mbuy-pro-mobile-stats {
    grid-template-columns: 1fr;
  }

  .mbuy-pro-mobile-hero-copy {
    max-width: 160px;
  }

  .mbuy-pro-mobile-hero h2 {
    font-size: 22px;
  }
}

/* Quote request item-entry flow */
.mbqt-quote-flow {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 56%, #ffffff 100%);
}

.mbqt-quote-flow .mbqt-shell {
  width: min(100% - 36px, 1260px);
}

.mbqt-quote-flow .mbqt-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.mbqt-quote-flow .mbqt-main-panel {
  display: grid;
  gap: 16px;
}

.mbqt-quote-flow .mbqt-share-card {
  display: none !important;
}

.mbqt-quote-flow .mbqt-results {
  display: block;
}

.mbqt-quote-flow .mbqt-sticky-summary {
  position: sticky;
  top: 92px;
}

.mbqt-items-hero {
  max-width: 620px;
  margin-inline: auto;
  padding-bottom: 10px;
}

.mbqt-items-hero h1 {
  letter-spacing: -0.055em;
}

.mbqt-items-panel,
.mbqt-mobile-estimate-card,
.mbqt-quote-flow .mbqt-form {
  border: 1px solid rgba(174, 188, 217, 0.62);
  border-radius: 20px;
  box-shadow: 0 16px 46px rgba(16, 35, 63, 0.08);
}

.mbqt-mobile-estimate-card {
  display: none;
}

.mbqt-quote-flow .mbqt-field-url,
.mbqt-quote-flow .mbqt-field-price,
.mbqt-quote-flow .mbqt-field:has(#mbqt-quantity),
.mbqt-quote-flow .mbqt-review-box,
.mbqt-quote-flow .mbqt-advanced,
.mbqt-quote-flow .mbqt-field:has(#mbqt-item-image) {
  display: none !important;
}

.mbqt-inline-items-editor {
  display: grid;
  gap: 14px;
}

.mbqt-inline-item {
  display: grid;
  grid-template-columns: 28px 32px minmax(0, 1fr) 76px 112px 44px;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
}

.mbqt-inline-item + .mbqt-inline-item {
  border-top: 1px solid #eef3fa;
}

.mbqt-inline-drag,
.mbqt-inline-remove {
  appearance: none;
  border: 0;
  background: transparent;
  color: #7f8aa3;
  cursor: pointer;
  font: inherit;
}

.mbqt-inline-drag {
  font-weight: 900;
  letter-spacing: -0.24em;
}

.mbqt-inline-number {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d8e4f6;
  border-radius: 999px;
  background: #fff;
  color: #10233f;
  font-size: 14px;
  font-weight: 800;
}

.mbqt-inline-thumb,
.mbqt-inline-preview {
  display: none;
}

.mbqt-inline-fields {
  display: contents;
}

.mbqt-inline-fields > input,
.mbqt-inline-fields label input,
.mbqt-inline-qty-stepper {
  width: 100%;
  min-height: 54px;
  border: 1px solid #dfe7f4;
  border-radius: 10px;
  background: #fff;
  color: #10233f;
  font: inherit;
  font-size: 15px;
}

.mbqt-inline-fields > input {
  grid-column: 3;
  padding: 0 16px;
}

.mbqt-inline-fields label {
  display: grid;
  gap: 6px;
  color: #10233f;
  font-size: 13px;
  font-weight: 800;
}

.mbqt-inline-fields label input {
  padding: 0 14px;
}

.mbqt-inline-qty-stepper {
  display: grid;
  grid-template-columns: 0 minmax(0, 1fr) 0;
  overflow: hidden;
}

.mbqt-inline-qty-stepper button {
  display: none;
}

.mbqt-inline-qty-stepper input {
  min-height: 52px;
  border: 0;
  padding: 0 10px;
  text-align: center;
}

.mbqt-inline-remove {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #dfe7f4;
  border-radius: 10px;
  color: #33425f;
  font-size: 26px;
  line-height: 1;
}

.mbqt-items-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.mbqt-items-head h2 {
  margin: 0;
  color: #071936;
  font-size: 20px;
  line-height: 1.15;
}

.mbqt-items-head h2 span {
  color: #657493;
  font-weight: 700;
}

@media (min-width: 761px) {
  .mbqt-quote-flow .mbqt-inline-item {
    grid-template-columns: 34px minmax(280px, 1fr) 118px 132px 40px !important;
    gap: 14px !important;
    align-items: center;
    min-height: 86px;
    padding: 16px 0 !important;
  }

  .mbqt-quote-flow .mbqt-inline-number {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .mbqt-quote-flow .mbqt-inline-drag {
    display: none !important;
  }

  .mbqt-quote-flow .mbqt-inline-thumb {
    display: none !important;
    grid-column: 2 !important;
    grid-row: auto !important;
    place-items: center;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border: 1px solid #e3ebf7;
    border-radius: 14px;
    background: #f7f9fd;
    color: #7c8aa5;
  }

  .mbqt-quote-flow .mbqt-inline-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mbqt-quote-flow .mbqt-inline-thumb:not(.has-image) {
    display: none !important;
  }

  .mbqt-quote-flow .mbqt-inline-item.has-preview {
    grid-template-columns: 34px 66px minmax(220px, 1fr) 118px 132px 40px !important;
  }

  .mbqt-quote-flow .mbqt-inline-item.has-preview .mbqt-inline-thumb {
    display: grid !important;
    grid-column: 2 !important;
  }

  .mbqt-quote-flow .mbqt-inline-fields {
    display: contents !important;
  }

  .mbqt-quote-flow .mbqt-inline-fields > input,
  .mbqt-quote-flow .mbqt-inline-fields > [data-inline-url] {
    grid-column: 2 !important;
    width: 100%;
    min-width: 0;
    min-height: 52px !important;
    border-radius: 12px !important;
  }

  .mbqt-quote-flow .mbqt-inline-preview {
    display: none !important;
  }

  .mbqt-quote-flow .mbqt-inline-item.has-preview .mbqt-inline-preview {
    display: grid !important;
    grid-column: 3 !important;
    grid-row: auto !important;
    gap: 4px;
    align-self: center;
    min-width: 0;
  }

  .mbqt-quote-flow .mbqt-inline-item.has-preview .mbqt-inline-fields > input,
  .mbqt-quote-flow .mbqt-inline-item.has-preview .mbqt-inline-fields > [data-inline-url] {
    display: none !important;
  }

  .mbqt-quote-flow .mbqt-inline-preview strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #071936;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.22;
  }

  .mbqt-quote-flow .mbqt-inline-preview small {
    overflow: hidden;
    color: #657493;
    font-size: 12px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mbqt-quote-flow .mbqt-inline-price-field {
    grid-column: 3 !important;
    width: 118px !important;
    min-width: 118px !important;
    align-self: center;
    gap: 7px !important;
  }

  .mbqt-quote-flow .mbqt-inline-price-field input {
    width: 118px !important;
    min-height: 50px !important;
    border-radius: 12px !important;
    font-weight: 850 !important;
    padding: 0 12px !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-field {
    grid-column: 4 !important;
    width: 132px !important;
    min-width: 132px !important;
    align-self: center;
    gap: 7px !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper {
    display: grid !important;
    grid-template-columns: 38px minmax(44px, 1fr) 38px !important;
    width: 132px !important;
    min-height: 50px !important;
    overflow: hidden !important;
    border: 1px solid #d8e4f6 !important;
    border-radius: 12px !important;
    background: #fff !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper button {
    appearance: none !important;
    display: grid !important;
    place-items: center !important;
    min-height: 50px !important;
    border: 0 !important;
    background: #f8fbff !important;
    color: #0b1f3f !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper button:first-child {
    border-right: 1px solid #e3ebf7 !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper button:last-child {
    border-left: 1px solid #e3ebf7 !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper input {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    border: 0 !important;
    background: #fff !important;
    padding: 0 !important;
    text-align: center !important;
    text-align-last: center !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    -moz-appearance: textfield !important;
  }

  .mbqt-quote-flow .mbqt-inline-qty-stepper input::-webkit-outer-spin-button,
  .mbqt-quote-flow .mbqt-inline-qty-stepper input::-webkit-inner-spin-button {
    margin: 0 !important;
    -webkit-appearance: none !important;
  }

  .mbqt-quote-flow .mbqt-inline-remove {
    grid-column: 5 !important;
    align-self: center !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #dfe7f4 !important;
    background: #fff !important;
    color: #596780 !important;
    border-radius: 12px !important;
    font-size: 22px !important;
  }

  .mbqt-quote-flow .mbqt-inline-item.has-preview .mbqt-inline-price-field {
    grid-column: 4 !important;
  }

  .mbqt-quote-flow .mbqt-inline-item.has-preview .mbqt-inline-qty-field {
    grid-column: 5 !important;
  }

  .mbqt-quote-flow .mbqt-inline-item.has-preview .mbqt-inline-remove {
    grid-column: 6 !important;
  }
}

.mbqt-add-item-link,
.mbqt-add-item-box {
  appearance: none;
  border: 0;
  background: transparent;
  color: #0057e8;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.mbqt-add-item-box {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
  border: 1px dashed #cbd8ee;
  border-radius: 13px;
  background: #fff;
}

.mbqt-items-limit {
  margin: 10px 0 0;
  color: #6c7893;
  font-size: 13px;
}

.mbqt-empty-item,
.mbqt-item-row {
  border: 1px solid #e5ebf5;
  border-radius: 16px;
  background: #fff;
}

.mbqt-empty-item {
  display: grid;
  gap: 5px;
  padding: 18px;
  color: #5e6c86;
}

.mbqt-empty-item strong {
  color: #10233f;
}

.mbqt-item-row {
  display: grid;
  grid-template-columns: 22px 82px minmax(0, 1fr) minmax(150px, auto);
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  box-shadow: 0 9px 24px rgba(16, 35, 63, 0.06);
}

.mbqt-drag-handle,
.mbqt-item-remove,
.mbqt-qty-stepper button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #7b86a0;
  cursor: pointer;
  font: inherit;
}

.mbqt-drag-handle {
  font-weight: 900;
  letter-spacing: -0.22em;
}

.mbqt-item-thumb {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 14px;
  background: #f3f7ff;
}

.mbqt-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mbqt-item-thumb-fallback {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eaf2ff;
}

.mbqt-item-main {
  min-width: 0;
}

.mbqt-item-title-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.mbqt-item-title-line span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eaf2ff;
  color: #075fde;
  font-size: 13px;
  font-weight: 900;
}

.mbqt-item-title-line strong {
  min-width: 0;
  color: #071936;
  font-size: 15px;
  line-height: 1.35;
}

.mbqt-item-main small {
  display: block;
  margin-top: 4px;
  color: #5d6984;
  font-size: 12px;
}

.mbqt-item-controls {
  display: grid;
  justify-items: end;
  gap: 7px;
}

.mbqt-item-remove {
  width: 22px;
  height: 22px;
  color: #657493;
  font-size: 26px;
  line-height: 1;
}

.mbqt-item-controls label {
  display: grid;
  gap: 2px;
  color: #10233f;
  font-size: 12px;
}

.mbqt-item-controls label strong {
  color: #071936;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.mbqt-qty-stepper {
  display: grid;
  grid-template-columns: auto 30px 34px 30px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dbe4f2;
  border-radius: 10px;
  color: #071936;
  font-size: 13px;
}

.mbqt-qty-stepper span {
  padding-inline: 8px;
  color: #10233f;
  font-weight: 800;
}

.mbqt-qty-stepper button {
  height: 30px;
  color: #10233f;
  font-size: 18px;
}

.mbqt-mobile-estimate-card {
  background: linear-gradient(135deg, #f9fbff 0%, #eef6ff 100%);
}

.mbqt-mobile-estimate-head,
.mbqt-estimate-lines div,
.mbqt-estimate-total-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.mbqt-mobile-estimate-head h2 {
  margin: 0;
  color: #071936;
  font-size: 20px;
}

.mbqt-mobile-estimate-head h2 span {
  color: #5f6f8f;
  font-size: 15px;
}

.mbqt-mobile-estimate-head > strong {
  padding: 7px 10px;
  border-radius: 10px;
  background: #e8f1ff;
  color: #0057e8;
  font-size: 13px;
}

.mbqt-estimate-lines {
  display: grid;
  gap: 10px;
  margin: 18px 0 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid #dce7f7;
}

.mbqt-estimate-lines span,
.mbqt-estimate-total-line span {
  color: #10233f;
  font-weight: 750;
}

.mbqt-estimate-lines strong {
  color: #071936;
}

.mbqt-estimate-total-line strong {
  color: #0057e8;
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.mbqt-mobile-estimate-card p {
  margin: 12px 0 0;
  color: #5d6a84;
  font-size: 13px;
  line-height: 1.65;
}

.mbqt-request-benefits {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid #e6edf7;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fbfdff);
}

.mbqt-request-benefits div {
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 12px 8px;
  text-align: center;
}

.mbqt-request-benefits div + div {
  border-left: 1px solid #e6edf7;
}

.mbqt-request-benefits span {
  font-size: 26px;
  line-height: 1;
}

.mbqt-request-benefits .mbqt-benefit-icon {
  display: grid;
  place-items: center;
  color: #0b63f6;
}

.mbqt-request-benefits .mbqt-benefit-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mbqt-request-benefits strong {
  color: #071936;
  font-size: 12px;
}

.mbqt-request-benefits small {
  color: #5d6a84;
  font-size: 11px;
  line-height: 1.35;
}

.mbqt-quote-flow .mbqt-cta.mbqt-continue {
  justify-content: center;
  width: 100%;
  min-height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0062f5, #0052dc);
  box-shadow: 0 14px 30px rgba(0, 87, 200, 0.22);
}

@media (max-width: 760px) {
  .mbqt-quote-flow {
    padding-bottom: calc(18px + env(safe-area-inset-bottom));
  }

  .mbqt-quote-flow .mbqt-shell {
    width: min(100% - 18px, 620px);
  }

  .mbqt-quote-flow .mbqt-quote-layout {
    display: flex;
    flex-direction: column;
    max-width: 620px;
    gap: 14px;
  }

  .mbqt-quote-flow .mbqt-main-panel {
    display: flex;
    flex-direction: column;
  }

  .mbqt-quote-flow .mbqt-results {
    display: none !important;
  }

  .mbqt-items-panel {
    order: 1;
  }

  .mbqt-mobile-estimate-card {
    order: 2;
    display: block;
  }

  .mbqt-share-card {
    order: 3;
  }

  .mbqt-quote-flow .mbqt-form,
  .mbqt-native-request-form {
    order: 4;
  }

  .mbqt-items-hero {
    padding-top: 12px;
  }

  .mbqt-items-hero h1 {
    font-size: clamp(30px, 8.2vw, 40px);
  }

  .mbqt-items-hero p {
    max-width: 330px;
    margin-inline: auto;
    line-height: 1.55;
  }

  .mbqt-login-prompt {
    display: none;
  }

  .mbqt-items-panel,
  .mbqt-mobile-estimate-card,
  .mbqt-quote-flow .mbqt-form {
    border-radius: 16px;
    padding: 14px;
  }

  .mbqt-item-row {
    grid-template-columns: 18px 74px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  .mbqt-item-controls {
    grid-column: 3;
    grid-template-columns: minmax(0, 1fr) auto;
    justify-items: stretch;
    align-items: end;
    width: 100%;
  }

  .mbqt-item-remove {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .mbqt-item-controls label {
    grid-column: 1;
  }

  .mbqt-qty-stepper {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .mbqt-item-title-line strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .mbqt-quote-flow .mbqt-form {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .mbqt-quote-flow .mbqt-form h2,
  .mbqt-quote-flow .mbqt-field-full,
  .mbqt-quote-flow .mbqt-review-box,
  .mbqt-quote-flow .mbqt-warning,
  .mbqt-request-benefits,
  .mbqt-quote-flow .mbqt-cta,
  .mbqt-quote-flow .mbqt-summary-hint,
  .mbqt-quote-flow .cf-turnstile,
  .mbqt-quote-flow [name="mbuy_quote_request_action"],
  .mbqt-quote-flow [name="lang"],
  .mbqt-quote-flow [name="items_json"] {
    grid-column: 1 / -1;
  }

  .mbqt-quote-flow .mbqt-field-url .mbqt-url-search {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mbqt-quote-flow .mbqt-field-url .mbqt-url-search-button {
    width: 100%;
    min-height: 54px;
  }

  .mbqt-request-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .mbqt-items-head h2 {
    font-size: 18px;
  }

  .mbqt-add-item-link {
    font-size: 13px;
  }

  .mbqt-item-row {
    padding: 10px;
  }

  .mbqt-item-thumb {
    width: 64px;
    height: 64px;
    border-radius: 12px;
  }

  .mbqt-item-title-line span {
    width: 21px;
    height: 21px;
    font-size: 12px;
  }

  .mbqt-item-title-line strong {
    font-size: 14px;
  }

  .mbqt-item-controls label strong {
    font-size: 17px;
  }

  .mbqt-mobile-estimate-head {
    align-items: flex-start;
  }

  .mbqt-mobile-estimate-head h2 {
    font-size: 18px;
  }

  .mbqt-estimate-total-line {
    align-items: flex-end;
  }

  .mbqt-request-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .mbqt-request-benefits div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e6edf7;
  }

  .mbqt-request-benefits div:nth-child(4) {
    border-top: 1px solid #e6edf7;
  }
}

/* Mobile quote request: compact multi-item entry */
@media (max-width: 760px) {
  .mbuy-quote-page .mbuy-topbar {
    min-height: 66px;
    padding: 10px 18px;
  }

  .mbuy-quote-page .mbuy-logo img {
    width: 128px;
  }

  .mbuy-quote-page .mbuy-mobile-profile {
    display: none !important;
  }

  .mbuy-quote-page .mbuy-mobile-icons {
    margin-left: auto;
  }

  .mbuy-estimate-section {
    padding: 18px 10px 36px;
    background: #fff;
  }

  .mbqt-quote-flow {
    background: #fff;
  }

  .mbqt-quote-flow .mbqt-shell {
    width: min(100%, 620px);
    padding-bottom: 0 !important;
  }

  .mbqt-page-hero {
    margin-bottom: 18px;
  }

  .mbqt-items-hero h1 {
    font-size: 27px;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .mbqt-page-hero > p {
    margin-top: 8px;
    color: #5b6680;
    font-size: 16px;
    line-height: 1.45;
  }

  .mbqt-quote-flow .mbqt-main-panel {
    gap: 14px;
  }

  .mbqt-items-panel,
  .mbqt-mobile-estimate-card,
  .mbqt-quote-flow .mbqt-form {
    border-radius: 10px;
    border-color: #e4eaf5;
    box-shadow: none;
    padding: 0;
    background: #fff;
  }

  .mbqt-items-panel {
    border: 0;
  }

  .mbqt-items-head {
    margin: 0 0 10px;
  }

  .mbqt-items-head h2 {
    font-size: 17px;
  }

  .mbqt-add-item-link {
    font-size: 15px;
  }

  .mbqt-inline-items-editor {
    display: grid;
    gap: 14px;
  }

  .mbqt-inline-item {
    display: grid;
    grid-template-columns: 18px 30px 64px minmax(0, 1fr) 34px;
    gap: 12px;
    align-items: center;
    min-height: 0;
    padding: 16px;
    border: 1px solid #dfe7f4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 35, 63, 0.045);
  }

  .mbqt-inline-item.has-preview {
    grid-template-columns: 10px 52px minmax(0, 1fr) 24px;
    grid-template-areas:
      "drag thumb main remove"
      "drag thumb main remove"
      "drag price price qty";
    gap: 8px 10px;
    min-height: 108px;
    padding: 12px;
  }

  .mbqt-inline-drag,
  .mbqt-inline-remove {
    appearance: none;
    border: 0;
    background: transparent;
    color: #7f8aa3;
    font: inherit;
  }

  .mbqt-inline-drag {
    align-self: center;
    grid-column: 1;
    grid-row: 1;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.24em;
    line-height: 1;
    opacity: 0.78;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-drag {
    grid-area: drag;
    align-self: center;
  }

  .mbqt-inline-number {
    display: grid;
    place-items: center;
    grid-column: 2;
    grid-row: 1;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #0b63f6;
    font-size: 15px;
    font-weight: 950;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-number {
    position: absolute;
    z-index: 2;
    grid-column: auto;
    grid-row: auto;
    top: 14px;
    left: 68px;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(11, 99, 246, 0.16);
  }

  .mbqt-inline-thumb {
    display: grid;
    place-items: center;
    grid-column: 3;
    grid-row: 1;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e6edf8;
    background: #f6f8fc;
    color: #7f8aa3;
    font-size: 19px;
    font-weight: 900;
  }

  .mbqt-inline-thumb:empty::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(11, 99, 246, 0.08), rgba(255, 90, 31, 0.06));
  }

  .mbqt-inline-item.has-preview .mbqt-inline-thumb {
    grid-area: thumb;
    width: 52px;
    height: 52px;
  }

  .mbqt-inline-thumb svg {
    width: 26px;
    height: 26px;
    color: #7c8aa5;
  }

  .mbqt-inline-thumb:not(.has-image) svg {
    display: none;
  }

  .mbqt-inline-thumb.has-image {
    background: #f7f9fd;
  }

  .mbqt-inline-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mbqt-inline-fields {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    min-width: 0;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-fields {
    display: contents;
  }

  .mbqt-inline-preview {
    display: none !important;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-preview {
    display: grid !important;
    grid-area: main;
    align-self: center;
    gap: 4px;
    min-width: 0;
    padding-right: 4px;
  }

  .mbqt-inline-preview[hidden] {
    display: none;
  }

  .mbqt-inline-preview strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #071936;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.22;
  }

  .mbqt-inline-preview small {
    overflow: hidden;
    color: #5d6a84;
    font-size: 11px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mbqt-inline-fields input {
    width: 100%;
    min-height: 46px;
    border: 1px solid #dfe7f4;
    border-radius: 12px;
    background: #fff;
    color: #101b33;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
  }

  .mbqt-inline-fields > input {
    grid-column: 1 / -1;
    padding: 0 14px;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-fields > input {
    display: none;
  }

  .mbqt-inline-fields label {
    display: grid;
    gap: 7px;
    color: #101b33;
    font-size: 13px;
    font-weight: 900;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-fields label {
    gap: 3px;
    font-size: 11px;
    line-height: 1.15;
  }

  .mbqt-inline-fields label input {
    padding: 0 13px;
    text-align: left;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-price-field {
    grid-area: price;
    align-self: end;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-price-field input {
    min-height: 34px;
    border: 1px solid #dfe7f4;
    border-radius: 10px;
    padding: 0 10px;
    background: #fff;
    color: #071936;
    font-size: 15px;
    font-weight: 950;
    text-align: left;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-price-field input::placeholder {
    color: #071936;
    opacity: 1;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-qty-field {
    grid-area: qty;
    align-self: end;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 3px;
    min-width: 112px;
  }

  .mbqt-inline-remove {
    align-self: start;
    display: grid;
    grid-column: 5;
    grid-row: 1;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #626d86;
    font-size: 28px;
    line-height: 1;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-remove {
    grid-area: remove;
    align-self: start;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }

  .mbqt-inline-qty-stepper {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    min-height: 46px;
    overflow: hidden;
    border: 1px solid #dfe7f4;
    border-radius: 12px;
    background: #fff;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-qty-stepper {
    grid-template-columns: 34px 42px 34px;
    width: 112px;
    min-height: 34px;
    border-radius: 10px;
  }

  .mbqt-inline-qty-stepper button {
    appearance: none;
    display: grid;
    place-items: center;
    min-height: 46px;
    border: 0;
    background: #fff;
    color: #10233f;
    font-size: 22px;
    font-weight: 900;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-qty-stepper button {
    min-height: 34px;
    font-size: 17px;
  }

  .mbqt-inline-qty-stepper input {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    border: 0;
    border-radius: 0;
    padding: 0 !important;
    display: block;
    line-height: 46px;
    text-align: center !important;
    text-align-last: center;
    caret-color: #0b63f6;
    -moz-appearance: textfield;
  }

  .mbqt-inline-item.has-preview .mbqt-inline-qty-stepper input {
    min-height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 900;
  }

  .mbqt-inline-qty-stepper input::-webkit-outer-spin-button,
  .mbqt-inline-qty-stepper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  .mbqt-add-item-box {
    min-height: 58px;
    margin-top: 14px;
    border: 1px dashed #b9c9e4;
    border-radius: 14px;
    background: #fff;
    color: #0b63f6;
    font-size: 18px;
    font-weight: 950;
  }

  .mbqt-items-limit {
    margin-top: 9px;
    font-size: 13px;
  }

  .mbqt-mobile-estimate-card {
    padding: 18px;
    border: 1px solid #dbe7fb;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fbff 0%, #edf5ff 100%);
  }

  .mbqt-mobile-estimate-head h2 {
    font-size: 17px;
  }

  .mbqt-mobile-estimate-head > strong {
    padding: 5px 8px;
    font-size: 12px;
  }

  .mbqt-estimate-lines {
    gap: 8px;
    margin: 14px 0 10px;
  }

  .mbqt-estimate-lines div,
  .mbqt-estimate-total-line {
    align-items: flex-start;
    gap: 10px;
  }

  .mbqt-estimate-lines span,
  .mbqt-estimate-total-line span {
    min-width: 0;
    line-height: 1.25;
  }

  .mbqt-estimate-lines strong,
  .mbqt-estimate-total-line strong {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    min-width: 118px;
    text-align: right;
    white-space: normal;
  }

  .mbqt-estimate-lines strong small,
  .mbqt-estimate-total-line strong small {
    color: #5d6a84;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
  }

  .mbqt-estimate-total-line strong {
    font-size: 25px;
  }

  .mbqt-mobile-estimate-card p {
    font-size: 12.5px;
    line-height: 1.55;
  }

  .mbqt-quote-flow .mbqt-form {
    border: 0;
    box-shadow: none;
    padding-top: 2px;
  }

  .mbqt-quote-flow .mbqt-form::before,
  .mbqt-quote-flow .mbqt-field-url,
  .mbqt-quote-flow .mbqt-field-price,
  .mbqt-quote-flow .mbqt-review-box,
  .mbqt-quote-flow .mbqt-advanced,
  .mbqt-quote-flow .mbqt-field:has(#mbqt-item-image) {
    display: none !important;
  }

  .mbqt-quote-flow .mbqt-form h2 {
    margin: 0 0 4px;
    font-size: 18px;
  }

  .mbqt-quote-flow .mbqt-field label {
    font-size: 12px;
  }

  .mbqt-quote-flow .mbqt-field input,
  .mbqt-quote-flow .mbqt-field select,
  .mbqt-quote-flow .mbqt-field textarea {
    min-height: 44px;
    border-radius: 8px;
    font-size: 16px;
  }

  .mbqt-request-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 10px;
  }

  .mbqt-request-benefits div {
    padding: 9px 5px;
  }

  .mbqt-request-benefits span {
    font-size: 24px;
  }

  .mbqt-request-benefits strong {
    font-size: 11px;
  }

  .mbqt-request-benefits small {
    font-size: 10px;
  }

  .mbqt-quote-flow .mbqt-cta.mbqt-continue {
    position: fixed;
    z-index: 1000;
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 14px;
    width: auto;
    min-height: 58px;
    margin-top: 2px;
    border-radius: 14px;
    font-size: 20px;
    box-shadow: 0 18px 42px rgba(0, 87, 200, 0.34);
  }

  .mbqt-quote-flow .mbqt-summary-hint {
    margin: 6px 0 0;
    text-align: center;
    font-size: 12px;
  }
}

/* Mobile global header guard: keep the topbar full-width and simple. */
@media (max-width: 900px) {
  .mbuy-lp {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .mbuy-lp > .mbuy-topbar,
  .mbuy-topbar {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-height: 66px;
    padding: 10px 18px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .mbuy-topbar .mbuy-logo {
    flex: 0 0 auto;
    min-width: 0;
  }

  .mbuy-topbar .mbuy-logo img {
    width: 128px;
    max-width: 42vw;
    height: auto;
  }

  .mbuy-topbar .mbuy-nav,
  .mbuy-topbar .mbuy-nav-auth {
    display: none !important;
  }

  .mbuy-topbar .mbuy-mobile-icons {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    margin-left: auto;
  }

  .mbuy-topbar .mbuy-mobile-profile {
    display: none !important;
  }

  .mbuy-topbar .mbuy-mobile-menu {
    display: grid !important;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid #dce7f5;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 35, 63, 0.08);
  }

  .mbuy-topbar .mbuy-mobile-menu-panel:not([hidden]) {
    position: absolute !important;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    z-index: 90;
    display: grid !important;
    width: auto !important;
    max-height: calc(100vh - 88px);
    overflow: auto;
    gap: 8px;
    padding: 12px;
    border: 1px solid #dce7f5;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 70px rgba(16, 35, 63, 0.18);
  }

  .mbuy-topbar .mbuy-mobile-menu-panel a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 12px;
    color: #10233f;
    font-weight: 850;
  }

  .mbuy-topbar .mbuy-mobile-menu-panel .mbuy-mobile-menu-primary {
    color: #fff !important;
    background: #ff5a1f;
  }
}

/* Unified fixed-page desktop menu. Keep this late so the quote flow matches other pages. */
@media (min-width: 921px) {
  .mbuy-lp {
    overflow: visible !important;
    overflow-x: visible !important;
  }

  .mbuy-topbar,
  .mbuy-topbar.mbuy-guide-topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(30px, 3vw, 54px);
    min-height: 78px;
    width: min(calc(100vw - 48px), 1320px);
    max-width: none;
    margin-left: calc(50% - min(calc(50vw - 24px), 660px));
    margin-right: calc(50% - min(calc(50vw - 24px), 660px));
    padding: 12px clamp(42px, 7vw, 142px);
    border: 0;
    border-bottom: 1px solid rgba(218, 229, 243, .9);
    border-radius: 0;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 10px 30px rgba(16, 35, 63, .045);
    backdrop-filter: blur(16px);
  }

  .mbuy-topbar .mbuy-logo {
    flex: 0 0 auto;
    margin-right: clamp(8px, 1vw, 18px);
  }

  .mbuy-topbar .mbuy-logo img {
    width: auto !important;
    height: 52px !important;
    max-width: none !important;
  }

  .mbuy-topbar .mbuy-nav,
  .mbuy-topbar.mbuy-guide-topbar .mbuy-nav {
    display: flex !important;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 2.6vw, 48px);
    min-width: 0;
    margin: 0;
  }

  .mbuy-topbar .mbuy-nav a,
  .mbuy-topbar.mbuy-guide-topbar .mbuy-nav a,
  .mbuy-topbar .mbuy-nav a:first-child {
    display: inline-flex !important;
    align-items: center;
    color: #111827;
    font-size: clamp(.88rem, .82vw, 1rem);
    font-weight: 900;
    letter-spacing: -.015em;
    line-height: 1.15;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .mbuy-topbar .mbuy-nav a[href*="/quote-request/"],
  .mbuy-topbar .mbuy-nav a[href*="/for-sellers/"] {
    display: none !important;
  }

  .mbuy-topbar .mbuy-nav a:hover,
  .mbuy-topbar .mbuy-nav a[href*="/guides/"] {
    color: var(--mbuy-blue);
  }

  .mbuy-topbar .mbuy-nav-auth,
  .mbuy-topbar.mbuy-guide-topbar .mbuy-nav-auth {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    min-width: 0;
  }

  .mbuy-topbar .mbuy-nav-auth a {
    min-height: 48px;
    padding: 0 24px;
    border-radius: 14px;
    font-size: .95rem;
    font-weight: 900;
    line-height: 1.08;
    text-align: center;
    text-decoration: none !important;
  }

  .mbuy-topbar .mbuy-nav-auth .mbuy-login {
    min-width: 132px;
    color: #174fbf;
    background: linear-gradient(135deg, #f9fbff, #edf5ff);
    border: 1px solid rgba(29, 99, 255, .28);
    box-shadow: 0 12px 26px rgba(29, 99, 255, .08);
  }

  .mbuy-topbar .mbuy-nav-auth .mbuy-login::before {
    width: 17px;
    height: 17px;
  }

  .mbuy-topbar .mbuy-nav-auth .mbuy-signup {
    min-width: 148px;
    color: #fff !important;
    background: linear-gradient(135deg, #ff6b1a, #ee5b2f);
    border: 0;
    box-shadow: 0 16px 32px rgba(255, 107, 26, .2);
  }

  .mbuy-topbar .mbuy-lang-switcher summary {
    min-width: 158px;
    min-height: 48px;
    padding: 7px 12px 7px 16px !important;
    border: 1px solid rgba(29, 99, 255, .22) !important;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(16, 35, 63, .055);
  }

  .mbuy-topbar .mbuy-lang-label {
    color: #6b7890;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
  }

  .mbuy-topbar .mbuy-lang-current {
    max-width: 88px;
    color: var(--mbuy-navy);
    font-size: 15px;
    font-weight: 950;
  }

  .mbuy-topbar .mbuy-lang-code {
    min-width: 44px;
    height: 38px;
    border-radius: 999px;
    font-size: 14px;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.25);
  }

  .mbuy-topbar .mbuy-mobile-icons,
  .mbuy-topbar .mbuy-mobile-menu-panel {
    display: none !important;
  }
}
.mbuy-pro-stat-icon img {
  display: block;
  width: 50px;
  max-width: 80%;
  height: auto;
}

/* Fixed-page shell polish: keep desktop nav and action pills from overlapping. */
@media (min-width: 921px) {
  .mbuy-guide-topbar,
  .mbuy-topbar.mbuy-guide-topbar,
  body:has(.mbuy-pay-page) .mbuy-topbar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    box-sizing: border-box !important;
    width: min(calc(100vw - 32px), 1320px) !important;
    max-width: 1320px !important;
    min-height: 78px !important;
    margin-left: calc(50% - min(calc(50vw - 16px), 660px)) !important;
    margin-right: calc(50% - min(calc(50vw - 16px), 660px)) !important;
    padding: 12px clamp(24px, 2.35vw, 34px) !important;
    overflow: visible !important;
  }

  .mbuy-guide-topbar .mbuy-logo,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-logo {
    flex: 0 0 auto !important;
    margin-right: clamp(28px, 2.7vw, 40px) !important;
  }

  .mbuy-guide-topbar .mbuy-logo img,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-logo img {
    width: auto !important;
    max-width: none !important;
    height: 52px !important;
  }

  .mbuy-guide-topbar .mbuy-nav,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-nav {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: clamp(14px, 1.25vw, 18px) !important;
    min-width: max-content !important;
    margin: 0 clamp(18px, 1.8vw, 26px) 0 0 !important;
    overflow: visible !important;
  }

  .mbuy-guide-topbar .mbuy-nav a,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-nav a {
    font-size: clamp(.82rem, .76vw, .9rem) !important;
    letter-spacing: -.018em !important;
  }

  .mbuy-guide-topbar .mbuy-nav-auth,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-nav-auth {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(8px, .85vw, 10px) !important;
    min-width: max-content !important;
    margin-left: auto !important;
  }

  .mbuy-guide-topbar .mbuy-nav-auth a,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-nav-auth a {
    min-height: 46px !important;
    padding: 0 clamp(14px, 1.2vw, 18px) !important;
    border-radius: 14px !important;
    font-size: clamp(.82rem, .78vw, .9rem) !important;
  }

  .mbuy-guide-topbar .mbuy-nav-auth .mbuy-login,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-nav-auth .mbuy-login {
    min-width: 124px !important;
  }

  .mbuy-guide-topbar .mbuy-nav-auth .mbuy-signup,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-nav-auth .mbuy-signup {
    min-width: 144px !important;
  }

  .mbuy-guide-topbar .mbuy-lang-switcher summary,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-lang-switcher summary {
    min-width: 148px !important;
    min-height: 46px !important;
    padding: 7px 10px 7px 14px !important;
    border-radius: 15px !important;
  }

  .mbuy-guide-topbar .mbuy-lang-label,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-lang-label {
    font-size: 10px !important;
  }

  .mbuy-guide-topbar .mbuy-lang-current,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-lang-current {
    max-width: 76px !important;
    font-size: 14px !important;
  }

  .mbuy-guide-topbar .mbuy-lang-code,
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-lang-code {
    min-width: 40px !important;
    height: 36px !important;
    font-size: 13px !important;
  }
}

@media (min-width: 921px) and (max-width: 1180px) {
  .mbuy-guide-topbar .mbuy-nav a[href*="/contact/"],
  body:has(.mbuy-pay-page) .mbuy-topbar .mbuy-nav a[href*="/contact/"] {
    display: none !important;
  }
}

/* Pay page footer should use the same light fixed-page treatment. */
body:has(.mbuy-pay-page) .mbuy-footer {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 1.1fr) repeat(3, minmax(150px, .72fr)) minmax(170px, .9fr) !important;
  gap: 34px !important;
  width: min(calc(100vw - 44px), 1096px) !important;
  margin-top: 42px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: calc(50vw - min(calc(50vw - 22px), 548px)) !important;
  padding: 42px 34px 34px !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(232, 238, 247, .96) !important;
  background: linear-gradient(180deg, #fff, #fbfdff) !important;
  color: var(--mbuy-navy) !important;
}

body:has(.mbuy-pay-page) .mbuy-footer img {
  display: block !important;
  width: 132px !important;
  height: auto !important;
  margin-bottom: 14px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body:has(.mbuy-pay-page) .mbuy-footer p {
  margin: 0 0 18px !important;
  max-width: 270px !important;
  color: #5f7190 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body:has(.mbuy-pay-page) .mbuy-footer h3 {
  margin: 0 0 8px !important;
  color: var(--mbuy-navy) !important;
  font-size: .95rem !important;
  line-height: 1.2 !important;
}

body:has(.mbuy-pay-page) .mbuy-footer-col {
  display: grid !important;
  align-content: start !important;
  gap: 10px !important;
}

body:has(.mbuy-pay-page) .mbuy-footer-col a {
  color: var(--mbuy-navy) !important;
  text-decoration: none !important;
  font-size: .9rem !important;
  line-height: 1.35 !important;
}

body:has(.mbuy-pay-page) .mbuy-footer-col a:hover {
  color: var(--mbuy-blue) !important;
}

body:has(.mbuy-pay-page) .mbuy-footer-art {
  position: relative !important;
  display: block !important;
  align-self: end !important;
  justify-self: end !important;
  width: 230px !important;
  min-height: 150px !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 78% 26%, rgba(255,90,31,.15) 0 16px, transparent 17px),
    radial-gradient(circle at 18% 32%, rgba(255,183,97,.36) 0 3px, transparent 4px),
    radial-gradient(circle at 28% 22%, rgba(255,183,97,.24) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 42%, rgba(255,161,179,.24) 0 4px, transparent 5px),
    radial-gradient(circle at 74% 50%, rgba(255,161,179,.18) 0 3px, transparent 4px),
    linear-gradient(180deg, rgba(235,246,255,.42), rgba(255,248,241,.34)) !important;
}

body:has(.mbuy-pay-page) .mbuy-footer-art::before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 8px;
  width: 190px;
  height: 104px;
  opacity: .9;
  background:
    linear-gradient(135deg, transparent 0 43%, rgba(255,255,255,.94) 44% 55%, transparent 56%),
    linear-gradient(180deg, rgba(151,203,248,.62), rgba(84,156,230,.28)),
    radial-gradient(ellipse at 50% 100%, rgba(11,99,246,.18), transparent 68%);
  clip-path: polygon(50% 5%, 98% 100%, 2% 100%);
  filter: drop-shadow(0 18px 28px rgba(16,35,63,.08));
}

body:has(.mbuy-pay-page) .mbuy-footer-art::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 22px;
  width: 76px;
  height: 54px;
  border-right: 8px solid rgba(255,90,31,.64);
  border-left: 8px solid rgba(255,90,31,.64);
  border-top: 8px solid rgba(255,90,31,.72);
  border-radius: 2px 2px 0 0;
  opacity: .86;
  box-shadow:
    0 -12px 0 -4px rgba(255,90,31,.42),
    0 14px 30px rgba(255,90,31,.12);
}

body:has(.mbuy-pay-page) .mbuy-footer-copy {
  grid-column: 1 / -1 !important;
  margin: 8px 0 0 !important;
  color: #5f7190 !important;
  text-align: center !important;
  font-size: .82rem !important;
}

@media (max-width: 760px) {
  body:has(.mbuy-pay-page) .mbuy-footer {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: calc(100% - 32px) !important;
    margin-top: 28px !important;
    padding: 28px 18px 86px !important;
    text-align: center !important;
  }

  body:has(.mbuy-pay-page) .mbuy-footer img {
    width: 116px !important;
    margin: 0 auto 10px !important;
  }

  body:has(.mbuy-pay-page) .mbuy-footer p {
    margin: 0 auto 4px !important;
  }

  body:has(.mbuy-pay-page) .mbuy-footer-col {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  body:has(.mbuy-pay-page) .mbuy-footer-col h3 {
    width: 100% !important;
    margin: 8px 0 2px !important;
  }

  body:has(.mbuy-pay-page) .mbuy-footer-col a {
    padding: 6px 10px !important;
    border: 1px solid rgba(232, 238, 247, .96) !important;
    border-radius: 999px !important;
    background: #fff !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  body:has(.mbuy-pay-page) .mbuy-footer-art {
    display: none !important;
  }

  body:has(.mbuy-pay-page) .mbuy-footer-copy {
    margin-top: 6px !important;
    font-size: 12px !important;
  }
}

@media (min-width: 761px) and (max-width: 1200px) {
  body:has(.mbuy-pay-page) .mbuy-footer {
    width: calc(100vw - 44px) !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw + 22px) !important;
    margin-right: 0 !important;
  }
}

.mbuy-pipeline-card .mbuy-summary-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.mbuy-pipeline-card .mbuy-summary-card-icon,
.mbuy-pipeline-card .mbuy-summary-card strong,
.mbuy-pipeline-card .mbuy-summary-card-count {
  flex: 0 0 auto !important;
  justify-self: center !important;
  text-align: center !important;
}

.mbuy-pro-mobile-support {
  padding: 28px 22px 30px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(37, 211, 102, 0.055), transparent 34%),
    radial-gradient(circle at 100% 28%, rgba(47, 110, 240, 0.07), transparent 36%),
    #fff;
  box-shadow: none;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-section-head {
  margin-bottom: 22px;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-section-head h2 {
  color: #061d3a;
  font-size: 30px;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-section-head p {
  margin-top: 8px;
  color: #63728a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list {
  gap: 18px;
  margin-top: 0;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 56px;
  grid-template-areas:
    "icon title arrow"
    "icon desc arrow"
    "icon cta arrow";
  column-gap: 20px;
  row-gap: 8px;
  align-items: center;
  min-height: 176px;
  padding: 26px 22px;
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,255,255,0.58));
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a::after {
  content: "›";
  grid-area: arrow;
  display: grid;
  place-items: center;
  justify-self: end;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(210, 220, 235, 0.92);
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a + a {
  border-top: 0;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp {
  border: 1px solid rgba(37, 211, 102, 0.2);
  background:
    radial-gradient(circle at 17% 32%, rgba(37, 211, 102, 0.12), transparent 34%),
    linear-gradient(135deg, #fbfffd, #effbf4);
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email {
  border: 1px solid rgba(47, 110, 240, 0.15);
  background:
    radial-gradient(circle at 17% 32%, rgba(47, 110, 240, 0.09), transparent 34%),
    linear-gradient(135deg, #fff, #f7fbff);
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp::after {
  color: #20bf61;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email::after {
  color: #2f7ee8;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list span {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  font-size: 25px;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp span {
  background: linear-gradient(135deg, #24d66a, #13bf58);
  color: #fff;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email span {
  background: linear-gradient(135deg, #eef6ff, #e8f1ff);
  color: #2f7ee8;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list strong {
  grid-area: title;
  color: #061d3a;
  font-size: 20px;
  font-weight: 1000;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list em {
  grid-area: desc;
  display: block;
  max-width: 210px;
  color: #63728a;
  font-size: 15px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.42;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list small {
  grid-area: cta;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 38px;
  max-width: 100%;
  padding: 0 14px;
  border-radius: 10px;
  background: rgba(255,255,255,0.7);
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp small {
  border: 1px solid rgba(37, 211, 102, 0.26);
  color: #14a64d;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email small {
  border: 1px solid rgba(47, 126, 232, 0.13);
  background: #eef5ff;
  color: #2f7ee8;
}

@media (max-width: 420px) {
  .mbuy-pro-mobile-support {
    padding: 26px 18px 28px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a {
    grid-template-columns: 62px minmax(0, 1fr) 48px;
    column-gap: 16px;
    min-height: 164px;
    padding: 22px 18px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list span {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a::after {
    width: 48px;
    height: 48px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list strong {
    font-size: 18px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list em {
    font-size: 14px;
  }
}

/* Final mobile support polish: keep every line calm, readable, and reassuring. */
.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a {
  grid-template-columns: 66px minmax(0, 1fr) 48px;
  grid-template-areas:
    "icon title arrow"
    "desc desc desc"
    "cta cta cta";
  row-gap: 14px;
  column-gap: 16px;
  align-items: center;
  min-height: 0;
  padding: 24px 20px;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list span {
  width: 58px;
  height: 58px;
  border-radius: 18px;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list strong {
  align-self: center;
  font-size: 19px;
  line-height: 1.18;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list em {
  max-width: none;
  font-size: 15px;
  line-height: 1.48;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list small {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 14px;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a::after {
  width: 48px;
  height: 48px;
  font-size: 34px;
}

@media (max-width: 460px) {
  .mbuy-pro-mobile-support {
    padding: 28px 18px 32px;
    border-radius: 28px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-section-head h2 {
    font-size: 28px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-section-head p {
    font-size: 15px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list {
    gap: 16px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a {
    grid-template-columns: 58px minmax(0, 1fr) 44px;
    row-gap: 12px;
    column-gap: 14px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list span {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    font-size: 22px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list strong {
    font-size: 18px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list em {
    font-size: 14px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a::after {
    width: 44px;
    height: 44px;
    font-size: 31px;
  }
}

/* Exacting support-card pass: match the calm premium reference layout. */
.mbuy-pro-mobile-support {
  padding: 34px 30px 36px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(37, 211, 102, 0.055), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fff 74%, #fbfdff 100%);
  box-shadow: none;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-section-head {
  margin: 0 0 28px;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-section-head h2 {
  color: #071f3d;
  font-size: 34px;
  font-weight: 1000;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-section-head p {
  margin-top: 12px;
  color: #63728a;
  font-size: 19px;
  font-weight: 750;
  line-height: 1.35;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list {
  display: grid;
  gap: 28px;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 64px;
  grid-template-areas:
    "icon title arrow"
    "icon desc arrow"
    "icon cta arrow";
  align-items: center;
  column-gap: 24px;
  row-gap: 10px;
  min-height: 168px;
  padding: 30px 28px;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.055);
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at 12% 28%, rgba(255,255,255,0.72), transparent 30%);
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a::after {
  content: "›";
  grid-area: arrow;
  position: relative;
  display: grid;
  place-items: center;
  justify-self: end;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(210, 223, 241, 0.98);
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.055);
  font-size: 46px;
  font-weight: 800;
  line-height: 0.82;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp {
  border: 1px solid rgba(37, 211, 102, 0.22);
  background:
    radial-gradient(circle at 14% 34%, rgba(37, 211, 102, 0.12), transparent 32%),
    linear-gradient(135deg, #fbfffd 0%, #f7fffb 54%, #ffffff 100%);
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email {
  border: 1px solid rgba(207, 221, 240, 0.94);
  background:
    radial-gradient(circle at 14% 34%, rgba(47, 126, 232, 0.075), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fbfdff 55%, #ffffff 100%);
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp::after {
  color: #20bf61;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email::after {
  color: #2f7ee8;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list span {
  grid-area: icon;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  font-size: 0;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.07);
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list span::before {
  font-size: 32px;
  line-height: 1;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp span {
  background: linear-gradient(145deg, #25d366 0%, #12b852 100%);
  color: #fff;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp span::before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20fill='none'%3E%3Cpath%20d='M32%208.5c-12.7%200-23%209.94-23%2022.2%200%204.28%201.28%208.28%203.5%2011.67L10%2055.5l13.45-3.4A24.28%2024.28%200%200%200%2032%2053c12.7%200%2023-9.94%2023-22.2S44.7%208.5%2032%208.5Z'%20fill='white'/%3E%3Cpath%20d='M22.8%2022.5c.62-1.28%201.12-1.3%202.12-1.3h1.48c.46%200%201.1.18%201.45%201.04l2.03%204.9c.32.78.22%201.16-.2%201.68l-1.2%201.46c-.28.34-.38.78-.12%201.24%201.02%201.8%202.52%203.45%204.28%204.66%201.88%201.3%203.6%202.03%204.24%202.26.48.18.9.08%201.22-.28l1.72-1.96c.46-.52.94-.64%201.56-.44l5.2%201.72c.86.28%201.12.74.94%201.54-.34%201.5-1.54%203.55-3.45%204.28-1.36.52-3.12.82-6.32-.18-7.6-2.36-12.52-8.1-14.9-12.84-1.96-3.9-1.8-6.32-.05-7.84Z'%20fill='%2318bf5c'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email span {
  background: linear-gradient(145deg, #f0f6ff 0%, #e9f2ff 100%);
  color: #2f7ee8;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email span::before {
  content: "";
  width: 36px;
  height: 25px;
  border: 3px solid currentColor;
  border-radius: 5px;
  background:
    linear-gradient(35deg, transparent 48%, currentColor 49% 53%, transparent 54%) left 2px top 0 / 50% 100% no-repeat,
    linear-gradient(-35deg, transparent 48%, currentColor 49% 53%, transparent 54%) right 2px top 0 / 50% 100% no-repeat;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list strong,
.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list em,
.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list small {
  position: relative;
  z-index: 1;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list strong {
  grid-area: title;
  align-self: end;
  color: #071f3d;
  font-size: 23px;
  font-weight: 1000;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list em {
  grid-area: desc;
  align-self: center;
  max-width: 260px;
  color: #63728a;
  font-size: 18px;
  font-style: normal;
  font-weight: 760;
  line-height: 1.42;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list small {
  grid-area: cta;
  justify-self: start;
  min-height: 45px;
  max-width: 100%;
  padding: 0 18px;
  border-radius: 12px;
  background: rgba(255,255,255,0.72);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.15;
  white-space: nowrap;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp small {
  border: 1px solid rgba(37, 211, 102, 0.28);
  color: #15b456;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email small {
  border: 1px solid rgba(47, 126, 232, 0.12);
  background: #eef5ff;
  color: #2f7ee8;
}

@media (max-width: 460px) {
  .mbuy-pro-mobile-support {
    padding: 30px 28px 34px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-section-head {
    margin-bottom: 26px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-section-head h2 {
    font-size: 30px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-section-head p {
    font-size: 16px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list {
    gap: 22px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a {
    grid-template-columns: 68px minmax(0, 1fr) 54px;
    column-gap: 18px;
    min-height: 156px;
    padding: 26px 20px;
    border-radius: 26px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list span {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a::after {
    width: 52px;
    height: 52px;
    font-size: 40px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list strong {
    font-size: 19px;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list em {
    font-size: 15px;
    line-height: 1.42;
  }

  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list small {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }
}

/* Make notification arrows unmistakable on mobile cards. */
.mbuy-pro-mobile-notifications article {
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  padding-right: 16px;
}

.mbuy-pro-mobile-notifications article::after {
  content: "";
  justify-self: end;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(206, 221, 242, 0.98);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.94);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Cpath%20d='M9%206l6%206-6%206'%20stroke='%231d6ff2'%20stroke-width='3.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  box-shadow:
    0 14px 28px rgba(16, 35, 63, 0.1),
    inset 0 1px 0 rgba(255,255,255,0.94);
}

@media (max-width: 460px) {
  .mbuy-pro-mobile-notifications article {
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    padding-right: 14px;
  }

  .mbuy-pro-mobile-notifications article::after {
    width: 48px;
    height: 48px;
    background-size: 23px 23px;
  }
}

/* Make support-card arrows as clear as notification arrows. */
.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a::after {
  content: "";
  background-color: rgba(255,255,255,0.94);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  font-size: 0;
  line-height: 1;
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Cpath%20d='M9%206l6%206-6%206'%20stroke='%2320bf61'%20stroke-width='3.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Cpath%20d='M9%206l6%206-6%206'%20stroke='%232f7ee8'%20stroke-width='3.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 460px) {
  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a::after {
    background-size: 23px 23px;
  }
}

/* Keep the email address pill readable and intentionally aligned. */
.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email small {
  min-width: min(210px, 100%);
  max-width: 100%;
  padding: 0 15px;
  text-align: center;
  letter-spacing: -0.015em;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 460px) {
  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-email small {
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: center;
    width: min(238px, calc(100% - 20px));
    min-width: 0;
    padding: 0 12px;
    font-size: 13px;
    letter-spacing: -0.025em;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }
}

/* Match the WhatsApp CTA pill to the cleaned-up email pill. */
.mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp small {
  text-align: center;
}

@media (max-width: 460px) {
  .mbuy-pro-mobile-support .mbuy-pro-mobile-support-list a.mbuy-pro-mobile-support-whatsapp small {
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: center;
    width: min(158px, calc(100% - 96px));
    min-width: 0;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 14px;
    font-size: 14px;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
}

/* Account status system: five customer-facing stages. */
.mbuy-pro-stats {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mbuy-pro-stats article {
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 10px;
  min-height: 108px;
  padding: 16px 12px;
}

.mbuy-pro-stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.mbuy-pro-stat-icon img {
  width: 44px;
}

.mbuy-pro-stats strong {
  font-size: 13px;
}

.mbuy-pro-stats small {
  font-size: 11px;
}

.mbuy-pipeline-card .mbuy-summary-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mbuy-pipeline-card .mbuy-summary-card {
  min-height: 142px;
  padding: 14px 4px 12px;
}

.mbuy-pipeline-card .mbuy-summary-card-icon {
  width: 42px;
  height: 42px;
}

.mbuy-pipeline-card .mbuy-summary-card strong {
  min-height: 32px;
  font-size: 10.5px;
  letter-spacing: -0.02em;
}

.mbuy-pipeline-card .mbuy-summary-card-count {
  font-size: 26px;
}

@media (max-width: 1100px) {
  .mbuy-pro-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 460px) {
  .mbuy-pipeline-card .mbuy-summary-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mbuy-pipeline-card .mbuy-summary-card {
    min-height: 124px;
    padding: 12px 2px 10px;
  }

  .mbuy-pipeline-card .mbuy-summary-card-icon {
    width: 36px;
    height: 36px;
  }

  .mbuy-pipeline-card .mbuy-summary-card strong {
    min-height: 30px;
    font-size: 9.2px;
    line-height: 1.12;
  }

  .mbuy-pipeline-card .mbuy-summary-card-count {
    font-size: 23px;
  }
}

/* Keep standalone payment instructions inside the card gutters. */
.mbuy-pay-card > .mbuy-pay-lead {
  box-sizing: border-box;
  max-width: calc(100% - 56px);
  margin: 18px 28px 0;
  color: #58708f;
  line-height: 1.55;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 540px) {
  .mbuy-pay-card > .mbuy-pay-lead {
    max-width: calc(100% - 36px);
    margin: 16px 18px 0;
    font-size: 13px;
  }
}

/* Pay footer: keep the dark footer, but make every label readable in white. */
body:has(.mbuy-pay-page) .mbuy-footer {
  border-top-color: rgba(255, 255, 255, 0.14) !important;
  background: #154a78 !important;
  color: #fff !important;
}

body:has(.mbuy-pay-page) .mbuy-footer p,
body:has(.mbuy-pay-page) .mbuy-footer h3,
body:has(.mbuy-pay-page) .mbuy-footer-col a,
body:has(.mbuy-pay-page) .mbuy-footer-copy {
  color: #fff !important;
}

body:has(.mbuy-pay-page) .mbuy-footer-col a:hover {
  color: rgba(255, 255, 255, 0.82) !important;
}

body:has(.mbuy-pay-page) .mbuy-footer img {
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: 8px !important;
}

@media (max-width: 760px) {
  body:has(.mbuy-pay-page) .mbuy-footer-col a {
    border-color: rgba(255, 255, 255, 0.24) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
  }
}
