/* Marketplace shop — Amazon/eBay-inspired (not logistics landing) */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Serif:wght@600;700&display=swap");

:root {
  --mp-bg: #eaeded;
  --mp-surface: #ffffff;
  --mp-ink: #0f1111;
  --mp-muted: #565959;
  --mp-border: #d5d9d9;
  --mp-navy: #131921;
  --mp-navy-2: #232f3e;
  --mp-accent: #ff9900;
  --mp-accent-hover: #fa8900;
  --mp-accent-text: #0f1111;
  --mp-link: #007185;
  --mp-link-hover: #c7511f;
  --mp-success: #067d62;
  --mp-danger: #b12704;
  --mp-star: #de7921;
  --mp-radius: 8px;
  --mp-shadow: 0 2px 5px rgba(15, 17, 17, 0.08);
  --mp-font: "IBM Plex Sans", "Segoe UI", sans-serif;
  --mp-display: "IBM Plex Serif", Georgia, serif;
}

* { box-sizing: border-box; }
body.mp-body {
  margin: 0;
  font-family: var(--mp-font);
  background: var(--mp-bg);
  color: var(--mp-ink);
  min-height: 100vh;
}

a { color: var(--mp-link); text-decoration: none; }
a:hover { color: var(--mp-link-hover); text-decoration: underline; }

.mp-top {
  background: var(--mp-navy);
  color: #fff;
  font-size: 12px;
}
.mp-top__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 6px 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.mp-top a { color: #ddd; }
.mp-top a:hover { color: #fff; text-decoration: none; }

.mp-header {
  background: var(--mp-navy-2);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: 0 1px 3px rgba(0,0,0,.35);
}
.mp-header__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}
.mp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none !important;
}
.mp-logo__mark {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ff9900, #f3a847);
  color: #131921;
  font-weight: 800;
  font-size: 13px;
  display: grid;
  place-items: center;
  letter-spacing: -0.04em;
  flex-shrink: 0;
}
.mp-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.mp-logo__text strong {
  font-family: var(--mp-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.mp-logo__text em {
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 600;
  opacity: 0.72;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mp-top__links { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.mp-top__sep { opacity: 0.5; }
.mp-currency {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 2px;
}
.mp-currency__label {
  opacity: 0.75;
  font-size: 12px;
  margin-right: 2px;
}
.mp-currency__btn {
  color: #d5d9d9 !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  line-height: 1.4;
}
.mp-currency__btn:hover {
  color: #fff !important;
  border-color: rgba(255,255,255,0.55);
}
.mp-currency__btn.is-active {
  color: #0f1111 !important;
  background: #ff9900;
  border-color: #ff9900;
}
.mp-top__courier { color: #ff9900 !important; font-weight: 600; }
.mp-subnav__courier {
  margin-left: auto;
  color: #ffd814 !important;
  font-weight: 600;
}

.mp-footer--shop {
  background: #131921;
  padding: 0 0 24px;
}
.mp-footer__back {
  background: #37475a;
  text-align: center;
  padding: 12px;
}
.mp-footer__back a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.mp-footer__back a:hover { text-decoration: underline; color: #fff; }
.mp-footer__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 32px 16px 20px;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
}
.mp-footer__brand p {
  margin: 10px 0 0;
  line-height: 1.5;
  color: #ddd;
  max-width: 28rem;
}
.mp-footer__powered {
  font-size: 12px !important;
  color: #aaa !important;
}
.mp-footer__powered a { color: #ff9900; font-weight: 600; }
.mp-footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: var(--mp-display);
  font-size: 1.15rem;
}
.mp-footer__legal {
  max-width: 1500px;
  margin: 0 auto;
  padding: 16px;
  border-top: 1px solid #3a4553;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  color: #999;
  font-size: 12px;
}
.mp-footer__legal a { color: #ccc; }

@media (max-width: 960px) {
  .mp-footer__inner { grid-template-columns: 1fr 1fr; }
  .mp-subnav__courier { margin-left: 0; width: 100%; }
}

.mp-search {
  display: flex;
  width: 100%;
  min-width: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid transparent;
  background: #fff;
}
.mp-search:focus-within { border-color: var(--mp-accent); }
.mp-search__dept {
  display: flex;
  flex-shrink: 0;
  background: #e6e6e6;
  border-right: 1px solid #cdcdcd;
}
.mp-search select {
  appearance: auto;
  -webkit-appearance: menulist;
  border: 0;
  background: #e6e6e6;
  padding: 0 28px 0 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  color: var(--mp-ink);
  max-width: 160px;
  min-width: 108px;
  height: 44px;
  cursor: pointer;
}
.mp-search select:hover { background: #dcdcdc; }
.mp-search input {
  flex: 1;
  border: 0;
  padding: 12px 14px;
  font: inherit;
  font-size: 15px;
  min-width: 0;
  background: #fff;
  color: var(--mp-ink);
}
.mp-search input:focus { outline: none; }
.mp-search button {
  border: 0;
  background: var(--mp-accent);
  color: var(--mp-accent-text);
  padding: 0 18px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
}
.mp-search button:hover { background: var(--mp-accent-hover); }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 720px) {
  .mp-header__inner {
    grid-template-columns: 1fr;
  }
  .mp-search select {
    max-width: 120px;
    min-width: 96px;
  }
}

.mp-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.mp-header__link {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.2;
}
.mp-header__link strong { display: block; font-size: 14px; }
.mp-header__account {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px 8px;
  margin: -4px -8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.mp-header__account:hover,
.mp-header__account:focus-visible {
  border-color: #fff;
  outline: none;
}
.mp-header__account-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #fff;
}
.mp-header__notify {
  position: relative;
}
.mp-header__notify-btn {
  list-style: none;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px 6px;
}
.mp-header__notify-btn::-webkit-details-marker { display: none; }
.mp-header__notify-icon { font-size: 18px; line-height: 1; }
.mp-header__notify-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #ff9900;
  color: #111;
  font-size: 10px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.mp-header__notify-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 50;
  width: min(360px, 92vw);
  max-height: 420px;
  overflow: auto;
  background: #fff;
  color: #0f1111;
  border: 1px solid #d5d9d9;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
  padding: 8px 0;
}
.mp-header__notify-item {
  display: block;
  padding: 10px 14px;
  text-decoration: none !important;
  color: #0f1111 !important;
  border-bottom: 1px solid #eee;
}
.mp-header__notify-item:hover { background: #fff8e8; }
.mp-header__notify-item strong { display: block; font-size: 13px; margin-bottom: 2px; }
.mp-header__notify-item span { font-size: 12px; color: #565959; }
.mp-header__notify-empty { margin: 12px 14px; color: #565959; font-size: 13px; }

.mp-profile-hero {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.mp-profile-hero h1 { font-family: var(--mp-display); font-size: 1.7rem; margin: 0 0 6px; }
.mp-orders-row {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--mp-border);
}
.mp-orders-row img {
  width: 72px; height: 72px; object-fit: contain; border: 1px solid var(--mp-border);
  border-radius: 8px; background: #fff; flex: 0 0 72px;
}
.mp-header__account-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.mp-header__link summary {
  list-style: none;
}
.mp-header__link summary::-webkit-details-marker {
  display: none;
}
.mp-cart-btn {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  font-weight: 700;
}
.mp-cart-btn__icon { font-size: 1.6rem; line-height: 1; }
.mp-cart-btn__badge {
  position: absolute;
  top: -4px;
  left: 14px;
  background: var(--mp-accent);
  color: #111;
  border-radius: 999px;
  min-width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
  padding: 0 4px;
}

.mp-subnav {
  background: #37475a;
  color: #fff;
  font-size: 13px;
}
.mp-subnav__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.mp-subnav a { color: #fff; text-decoration: none; }
.mp-subnav a:hover { text-decoration: underline; color: #fff; }

.mp-main {
  max-width: 1500px;
  margin: 0 auto;
  padding: 16px;
  min-height: 60vh;
}

.mp-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}
.mp-cat-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.mp-cat-card:hover {
  border-color: #232f3e;
  box-shadow: 0 2px 10px rgba(15, 17, 17, 0.08);
}
.mp-cat-card strong {
  font-size: 0.95rem;
  color: #0f1111;
}
.mp-cat-card span {
  font-size: 12px;
  color: #565959;
  line-height: 1.35;
}

.mp-store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.mp-store-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 14px;
  background: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.mp-store-card:hover {
  border-color: #232f3e;
}
.mp-store-card.is-preferred {
  border-color: #232f3e;
  background: #fff8e8;
}
.mp-store-card__logo {
  width: 100%;
  height: 40px;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}
.mp-store-card__meta {
  font-size: 12px;
  color: #565959;
}

.mp-hero {
  position: relative;
  margin-bottom: 16px;
}
.mp-hero__viewport {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.mp-hero__track {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.mp-hero__slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  /* Override bare .mp-banner stacking — slides always grid inside the track */
  display: grid !important;
  opacity: 1;
}
.mp-hero__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.22);
  z-index: 3;
  pointer-events: none;
}
.mp-hero__progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: #ffd814;
  transform-origin: left center;
}
.mp-hero__progress-bar.is-running {
  animation-name: mpHeroProgress;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.mp-hero__progress-bar.is-paused {
  animation-play-state: paused;
}
@keyframes mpHeroProgress {
  from { width: 0%; }
  to { width: 100%; }
}
.mp-hero__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}
.mp-hero__nav {
  border: 1px solid var(--mp-border);
  background: #fff;
  color: var(--mp-ink);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}
.mp-hero__dots { display: flex; gap: 8px; align-items: center; }
.mp-hero__dot {
  position: relative;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  border: 0;
  background: #d5d5d5;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}
.mp-hero__dot-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: #232f3e;
  border-radius: inherit;
}
.mp-hero__dot.is-active {
  background: #cfcfcf;
}
.mp-hero__dot.is-active .mp-hero__dot-fill.is-running {
  animation-name: mpHeroProgress;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.mp-hero__dot.is-active .mp-hero__dot-fill.is-paused {
  animation-play-state: paused;
}
.mp-hero__dot.is-done .mp-hero__dot-fill {
  width: 100%;
  animation: none;
}
.mp-hero__timer-hint {
  margin: 8px 0 0;
  text-align: center;
  font-size: 12px;
  color: var(--mp-muted, #565959);
}
.mp-hero.is-paused .mp-hero__timer-hint::after {
  content: " · paused";
}

.mp-banner {
  background: linear-gradient(90deg, var(--bn-from, #232f3e) 0%, var(--bn-via, #37475a) 55%, var(--bn-to, #ff9900) 160%);
  color: #fff;
  border-radius: 4px;
  padding: 28px 32px 34px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  position: relative;
  min-height: 220px;
}
.mp-banner__eyebrow {
  margin: 0 0 6px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
  font-weight: 600;
}
.mp-banner h1 {
  font-family: var(--mp-display);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.mp-banner p { margin: 0 0 14px; opacity: 0.92; max-width: 36rem; line-height: 1.5; }
.mp-banner__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.mp-banner__cta { margin-top: 4px; }
.mp-btn--on-dark {
  background: #fff;
  color: #232f3e;
  border-color: #fff;
}
.mp-btn--on-dark:hover { background: #fff8e8; }
.mp-chip {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
}
.mp-banner__panel {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 16px;
  backdrop-filter: blur(4px);
}
.mp-banner__panel li { margin: 6px 0; font-size: 14px; }
.mp-banner__media {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  aspect-ratio: 4 / 3;
}
.mp-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-alert {
  background: #fff8e7;
  border: 1px solid #f0deab;
  color: #5c4813;
  padding: 10px 14px;
  border-radius: var(--mp-radius);
  margin-bottom: 14px;
  font-size: 13px;
}
.mp-alert--error {
  background: #fff0ed;
  border-color: #f5c2c0;
  color: var(--mp-danger);
}

.mp-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 16px;
  align-items: start;
}
.mp-filters {
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 4px;
  padding: 14px;
}
.mp-filters h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
}
.mp-filters label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  margin: 8px 0;
  color: var(--mp-ink);
  cursor: pointer;
}
.mp-filters a.sort-link {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  color: var(--mp-ink);
  text-decoration: none;
}
.mp-filters a.sort-link.active { color: var(--mp-link); font-weight: 700; }

.mp-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.mp-toolbar h2 { margin: 0; font-size: 1.15rem; }
.mp-toolbar p { margin: 0; color: var(--mp-muted); font-size: 13px; }

.mp-continue {
  margin: 8px 0 28px;
  padding: 16px 14px 18px;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  background: #fff8ee;
}
.mp-continue .mp-toolbar { margin-bottom: 12px; }

.mp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.mp-card {
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: box-shadow .15s ease;
}
.mp-card:hover { box-shadow: var(--mp-shadow); }
.mp-card__img {
  aspect-ratio: 1;
  background: #fff;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--mp-border);
  padding: 12px;
  position: relative;
}
.mp-card__img img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
}
.mp-card__count {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(17,24,39,.78);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 999px;
}
.mp-card__thumbs {
  display: flex;
  gap: 6px;
  padding: 8px 12px 0;
}
.mp-card__thumbs img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 6px;
}
.mp-card__body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.mp-card__title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--mp-ink);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mp-card a.mp-card__title-link { color: inherit; text-decoration: none; }
.mp-card a.mp-card__title-link:hover .mp-card__title { color: var(--mp-link-hover); }
.mp-stars { color: var(--mp-star); font-size: 12px; letter-spacing: 1px; }
.mp-meta { color: var(--mp-muted); font-size: 12px; margin: 0; }
.mp-price {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: auto;
}
.mp-price small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--mp-muted);
  margin-top: 2px;
}
.mp-ship { color: var(--mp-success); font-size: 12px; font-weight: 600; }

.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 20px;
  border: 1px solid #a88734;
  background: linear-gradient(180deg, #f7dfa5, #f0c14b);
  color: var(--mp-ink) !important;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 14px;
  cursor: pointer;
  text-decoration: none !important;
}
.mp-btn:hover { background: linear-gradient(180deg, #f5d78e, #eeb933); }
.mp-btn--primary {
  border-color: #c45500;
  background: linear-gradient(180deg, #f7ca00, #f3a847);
}
.mp-btn--ghost {
  background: #fff;
  border-color: var(--mp-border);
}
.mp-btn--block { width: 100%; }
.mp-btn:disabled,
.mp-btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.mp-bid-kicker {
  margin: 0 0 4px;
  font-size: 13px;
  color: var(--mp-muted);
}
.mp-bid-price {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.35;
}
.mp-bid-status { margin: 0 0 10px; font-size: 14px; line-height: 1.4; }
.mp-bid-status--win { color: #067d62; }
.mp-bid-status--lose { color: #b12704; }
.mp-bid-help {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #0f1111;
}
.mp-bid-wallet {
  margin: 0 0 10px;
  font-size: 14px;
}
.mp-bid-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 8px 0 4px;
}
.mp-bid-input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid var(--mp-border);
  border-radius: 6px;
}
.mp-bid-short {
  margin: 8px 0 0;
  font-size: 14px;
  color: #b12704;
  line-height: 1.4;
}
.mp-bid-topup {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--mp-border);
}
#checkout-pay-btn {
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
}

.mp-pdp {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 0.85fr;
  gap: 20px;
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 4px;
  padding: 20px;
}
.mp-pdp__gallery {
  border: 1px solid var(--mp-border);
  border-radius: 4px;
  background: #fff;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 16px;
}
.mp-pdp__main-img {
  display: grid;
  place-items: center;
  min-height: 280px;
  flex: 1;
}
.mp-pdp__gallery img { max-width: 100%; max-height: 420px; object-fit: contain; }
.mp-pdp__main-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
}
.mp-pdp__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  min-height: 56px;
}
.mp-pdp__thumb {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 2px solid var(--mp-border);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  display: grid;
  place-items: center;
  flex: 0 0 64px;
}
.mp-pdp__thumb img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.mp-pdp__thumb.is-active,
.mp-pdp__thumb:hover {
  border-color: #232f3e;
}
.mp-pdp__desc-body {
  white-space: pre-wrap;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #0f1111;
  max-height: 420px;
  overflow: auto;
  padding: 10px 12px;
  background: #fafafa;
  border: 1px solid var(--mp-border);
  border-radius: 4px;
}
.mp-feedback {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.mp-feedback li {
  padding: 10px 12px;
  border: 1px solid var(--mp-border);
  border-radius: 4px;
  background: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
}
.mp-pdp__specifics {
  margin: 0;
  padding: 0;
  border: 1px solid var(--mp-border);
  border-radius: 4px;
  background: #fff;
}
.mp-pdp__spec-row {
  display: grid;
  grid-template-columns: minmax(120px, 38%) 1fr;
  gap: 8px 12px;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
}
.mp-pdp__spec-row:last-child { border-bottom: 0; }
.mp-pdp__spec-row dt {
  margin: 0;
  color: #565959;
  font-weight: 600;
}
.mp-pdp__spec-row dd {
  margin: 0;
  color: #0f1111;
}
.mp-breadcrumb { font-size: 12px; color: var(--mp-muted); margin-bottom: 10px; }
.mp-pdp__title {
  font-family: var(--mp-display);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  margin: 0 0 8px;
  line-height: 1.25;
}
.mp-buybox {
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  padding: 16px;
  align-self: start;
  position: sticky;
  top: 84px;
}
.mp-buybox .mp-price { font-size: 1.5rem; margin: 0 0 8px; }
.mp-buybox form { display: grid; gap: 10px; margin-top: 12px; }
.mp-buybox select, .mp-buybox input[type=number] {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--mp-border);
  border-radius: 6px;
  font: inherit;
}
.mp-breakdown {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  font-size: 13px;
}
.mp-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  border-bottom: 1px solid #f0f0f0;
}
.mp-breakdown li strong { font-size: 14px; }

.mp-cart-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
}
.mp-cart-table th, .mp-cart-table td {
  padding: 14px;
  border-bottom: 1px solid var(--mp-border);
  text-align: left;
  vertical-align: top;
}
.mp-cart-table th { background: #f7f8f8; font-size: 12px; color: var(--mp-muted); }
.mp-cart-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
}
.mp-cart-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--mp-border);
}
.mp-checkout-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.85fr;
  gap: 20px;
  align-items: start;
}
.mp-panel {
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  padding: 20px 28px;
}
.mp-panel h2 { margin: 0 0 10px; font-size: 1.15rem; }
.mp-field { margin-bottom: 14px; }
.mp-field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.mp-variant {
  margin: 10px 0 0;
}
.mp-variant label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.mp-variant select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #888c8c;
  border-radius: 6px;
  font: inherit;
  background: #fff;
}
.mp-buybox .mp-variant { margin-bottom: 8px; }
.mp-field input, .mp-field textarea, .mp-field select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #888c8c;
  border-radius: 6px;
  font: inherit;
  background: #fff;
}
.mp-field input:focus, .mp-field textarea:focus, .mp-field select:focus {
  outline: 2px solid #007185;
  border-color: #007185;
}

.mp-checkout-form { padding: 12px 8px 20px; }
.mp-checkout-step {
  padding: 18px 8px 22px;
  border-bottom: 1px solid #e7e7e7;
}
.mp-checkout-step:first-child { padding-top: 0; }
.mp-checkout-step h2 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}
.mp-checkout-map {
  height: 240px;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  margin: 0 0 14px;
  background: #f6f6f6;
  overflow: hidden;
}
.mp-choice {
  display: grid;
  gap: 8px;
}
.mp-choice-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 !important;
  padding: 12px 14px;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  font: inherit;
  color: inherit;
}
.mp-choice-card:hover { border-color: #888c8c; }
.mp-choice-card:has(input:checked) {
  border-color: #232f3e;
  background: #f7fafa;
  box-shadow: 0 0 0 1px #232f3e;
}
.mp-choice-card input { margin-top: 3px; flex: 0 0 auto; width: auto; }
.mp-choice-card strong { display: block; font-size: 14px; }
.mp-choice-card span { display: block; font-size: 12px; color: var(--mp-muted); margin-top: 2px; }
.mp-last-mile-quote {
  margin-top: 12px;
  padding: 10px 12px;
  background: #f3fbf6;
  border: 1px solid #c8e6d0;
  border-radius: 6px;
  color: #067d62;
  font-size: 13px;
  line-height: 1.4;
}
.mp-last-mile-quote.is-error {
  background: #fff5f5;
  border-color: #f4c2c2;
  color: #b12704;
}
.mp-checkout-pay {
  margin-top: 8px;
  padding-top: 8px;
}
.mp-checkout-pay > .mp-meta {
  margin: 0 0 16px;
  line-height: 1.45;
}
.mp-checkout-pay .mp-btn {
  margin-top: 4px;
  min-height: 44px;
  font-size: 14px;
}
.mp-checkout-aside {
  position: sticky;
  top: 84px;
}
.mp-checkout-line {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}
.mp-checkout-line img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border: 1px solid var(--mp-border);
  border-radius: 4px;
  background: #fff;
  flex: 0 0 64px;
}

.mp-footer {
  background: var(--mp-navy-2);
  color: #ddd;
  margin-top: 40px;
  padding: 28px 16px;
  font-size: 13px;
}
.mp-footer__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}
.mp-footer a { color: #ddd; }
.mp-footer h4 { color: #fff; margin: 0 0 10px; font-size: 14px; }
.mp-footer ul { list-style: none; padding: 0; margin: 0; }
.mp-footer li { margin: 6px 0; }

.mp-empty {
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  padding: 48px 24px;
  text-align: center;
  border-radius: 4px;
}

@media (max-width: 960px) {
  .mp-header__inner { grid-template-columns: 1fr; }
  .mp-layout, .mp-pdp, .mp-checkout-grid, .mp-banner { grid-template-columns: 1fr; }
  .mp-filters { display: none; }
  .mp-buybox, .mp-checkout-aside { position: static; }
}

/* Order confirmation / Paystack return */
.mp-confirm {
  max-width: 760px;
  margin: 8px auto 32px;
}
.mp-confirm__hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 36px 28px 32px;
  border-radius: 16px;
  background:
    radial-gradient(1200px 280px at 50% -40%, rgba(255, 201, 64, 0.55), transparent 60%),
    linear-gradient(180deg, #0b3d32 0%, #067d62 55%, #0a5c4a 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(6, 125, 98, 0.28);
}
.mp-confirm__hero--wait {
  background:
    radial-gradient(1200px 280px at 50% -40%, rgba(255, 201, 64, 0.4), transparent 60%),
    linear-gradient(180deg, #1b2a4a 0%, #232f3e 70%, #131921 100%);
  box-shadow: 0 18px 40px rgba(19, 25, 33, 0.25);
}
.mp-confirm__hero--pay,
.mp-confirm__hero--miss {
  background: linear-gradient(180deg, #fff8e8, #fff);
  color: var(--mp-ink);
  border: 1px solid var(--mp-border);
  box-shadow: var(--mp-shadow);
}
.mp-confirm__burst {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.mp-confirm__burst span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  opacity: 0.85;
  animation: mp-confetti 1.8s ease-out both;
}
.mp-confirm__burst span:nth-child(1) { left: 12%; top: 18%; background: #ff9900; animation-delay: 0.05s; }
.mp-confirm__burst span:nth-child(2) { left: 22%; top: 62%; background: #fff; width: 6px; height: 14px; animation-delay: 0.18s; }
.mp-confirm__burst span:nth-child(3) { left: 78%; top: 22%; background: #f7ca00; animation-delay: 0.1s; }
.mp-confirm__burst span:nth-child(4) { left: 88%; top: 58%; background: #7ee8c8; animation-delay: 0.22s; }
.mp-confirm__burst span:nth-child(5) { left: 48%; top: 12%; background: #ffd7a0; border-radius: 50%; animation-delay: 0s; }
.mp-confirm__burst span:nth-child(6) { left: 64%; top: 72%; background: #fff; animation-delay: 0.28s; }
@keyframes mp-confetti {
  0% { transform: translateY(-12px) rotate(0deg) scale(0.4); opacity: 0; }
  40% { opacity: 1; }
  100% { transform: translateY(18px) rotate(140deg) scale(1); opacity: 0.7; }
}
.mp-confirm__check {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #067d62;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  animation: mp-pop 0.55s cubic-bezier(0.2, 1.4, 0.4, 1) both;
}
.mp-confirm__hero--wait .mp-confirm__check { color: #de7921; }
.mp-confirm__hero--pay .mp-confirm__check,
.mp-confirm__hero--miss .mp-confirm__check {
  background: #fff8e8;
  color: #c45500;
  border: 2px solid #f0c14b;
  box-shadow: none;
}
@keyframes mp-pop {
  0% { transform: scale(0.4); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.mp-confirm__check svg { width: 36px; height: 36px; }
.mp-confirm__hero h1 {
  font-family: var(--mp-display);
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.mp-confirm__hero p {
  margin: 0 auto;
  max-width: 34em;
  font-size: 1.05rem;
  line-height: 1.5;
  opacity: 0.94;
}
.mp-confirm__hero--pay p,
.mp-confirm__hero--miss p { opacity: 0.85; }
.mp-confirm__ref {
  display: inline-block;
  margin-top: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.mp-confirm__hero--pay .mp-confirm__ref,
.mp-confirm__hero--miss .mp-confirm__ref {
  background: #fff3d0;
  color: var(--mp-ink);
}
.mp-confirm__card {
  margin-top: 16px;
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 12px;
  padding: 22px 24px;
}
.mp-confirm__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.mp-confirm__item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  background: #fff;
  flex: 0 0 72px;
}
.mp-confirm__item h2 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  line-height: 1.35;
}
.mp-confirm__total {
  font-size: 1.45rem;
  font-weight: 700;
  margin: 4px 0 0;
}
.mp-confirm__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--mp-border);
}
.mp-confirm__facts dt {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--mp-muted);
  font-weight: 700;
  margin: 0 0 2px;
}
.mp-confirm__facts dd { margin: 0; font-weight: 600; font-size: 14px; }
.mp-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.mp-confirm__actions .mp-btn { min-height: 42px; padding: 10px 18px; }
.mp-confirm__app {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, #131921 0%, #232f3e 60%, #1c3d5a 100%);
  color: #fff;
  border: 1px solid #2d3b4d;
}
.mp-confirm__app h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-family: var(--mp-display);
}
.mp-confirm__app p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #d5d9d9;
}
.mp-confirm__app .mp-btn { white-space: nowrap; }
.mp-confirm__next {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.mp-confirm__next li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.4;
}
.mp-confirm__next strong { display: block; }
.mp-confirm__next span { color: var(--mp-muted); font-size: 13px; }
.mp-confirm__step {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #067d62;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
@media (max-width: 640px) {
  .mp-confirm__facts,
  .mp-confirm__app { grid-template-columns: 1fr; }
  .mp-confirm__app .mp-btn { width: 100%; }
}

.mp-alert--bundle {
  background: #fff8e8;
  border: 1px solid #f0c14b;
}
.mp-pdp__main-img { position: relative; }
.mp-pdp__open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.mp-pdp__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 17, 17, 0.65);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
}
.mp-pdp__nav--prev { left: 8px; }
.mp-pdp__nav--next { right: 8px; }
.mp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
}
.mp-lightbox[hidden] { display: none !important; }
.mp-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 17, 17, 0.88);
  cursor: pointer;
}
.mp-lightbox__frame {
  position: relative;
  z-index: 1;
  width: min(96vw, 1100px);
  height: min(92vh, 860px);
  display: grid;
  grid-template-rows: 1fr auto;
}
.mp-lightbox__stage {
  overflow: auto;
  display: grid;
  place-items: center;
  height: 100%;
  cursor: zoom-in;
}
.mp-lightbox__stage.is-zoomed { cursor: grab; }
.mp-lightbox__stage img {
  max-width: 100%;
  max-height: calc(92vh - 64px);
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.12s ease;
  user-select: none;
}
.mp-lightbox__nav {
  position: absolute;
  top: 45%;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
.mp-lightbox__nav--prev { left: 8px; }
.mp-lightbox__nav--next { right: 8px; }
.mp-lightbox__x {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.mp-lightbox__tools {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 8px;
}
.mp-lightbox__tools button {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.mp-tech-promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 20px 0 8px;
  padding: 18px 20px;
  border: 1px solid var(--mp-border, #e7e7e7);
  border-radius: 12px;
  background: linear-gradient(90deg, #fff8e8, #fff);
}
.mp-tech-promo h2 { margin: 0 0 6px; font-size: 1.25rem; }
.mp-tech-promo p { margin: 0; color: #565959; max-width: 42rem; }
.mp-tech-form { max-width: 44rem; }
.mp-tech-chat { max-width: 44rem; }
.mp-tech-chat__log {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 16px;
  padding: 14px;
  background: #f7f7f7;
  border: 1px solid var(--mp-border, #e7e7e7);
  border-radius: 12px;
  max-height: 420px;
  overflow-y: auto;
}
.mp-tech-bubble { max-width: 92%; }
.mp-tech-bubble p { margin: 0; white-space: pre-wrap; line-height: 1.45; }
.mp-tech-bubble--assistant {
  align-self: flex-start;
  background: #fff;
  border: 1px solid var(--mp-border, #e7e7e7);
  border-radius: 12px 12px 12px 4px;
  padding: 10px 12px;
}
.mp-tech-bubble--user {
  align-self: flex-end;
  background: #232f3e;
  color: #fff;
  border-radius: 12px 12px 4px 12px;
  padding: 10px 12px;
}
.mp-tech-chat__actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 10px; }
.mp-btn--ghost {
  background: transparent;
  border: 1px solid var(--mp-border, #e7e7e7);
  color: #232f3e;
}
.mp-tech-composer {
  position: relative;
  border: 1px solid var(--mp-border, #e7e7e7);
  border-radius: 14px;
  background: #fff;
  padding: 10px 12px 46px;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.04);
}
.mp-tech-composer textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  min-height: 44px;
  max-height: 160px;
  font: inherit;
  line-height: 1.45;
  background: transparent;
  padding: 0;
}
.mp-tech-composer__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  padding: 4px 8px 4px 10px;
  border-radius: 999px;
  background: #f0f2f2;
  font-size: 12px;
  color: #565959;
}
.mp-tech-composer__chip-clear {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #565959;
  padding: 0 2px;
}
.mp-tech-composer__bar {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mp-tech-composer__icon-btn,
.mp-tech-composer__send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  color: #232f3e;
  background: #f0f2f2;
  transition: background 0.15s ease, transform 0.1s ease;
}
.mp-tech-composer__icon-btn:hover,
.mp-tech-composer__send:hover { background: #e3e6e6; }
.mp-tech-composer__send {
  background: #ff9900;
  color: #111;
}
.mp-tech-composer__send:hover { background: #e88900; }
.mp-tech-composer__send:disabled,
.mp-tech-form.is-busy .mp-tech-composer__icon-btn {
  opacity: 0.55;
  cursor: not-allowed;
}
.mp-tech-bubble--typing p { color: #565959; }
.mp-tech-typing-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  min-height: 1em;
}
.mp-tech-typing-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #888;
  animation: mp-tech-dot 1.2s infinite ease-in-out;
}
.mp-tech-typing-dots span:nth-child(2) { animation-delay: 0.15s; }
.mp-tech-typing-dots span:nth-child(3) { animation-delay: 0.3s; }
@keyframes mp-tech-dot {
  0%, 80%, 100% { opacity: 0.35; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-2px); }
}
.mp-tech-watch {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  background: #fafafa;
  max-width: 44rem;
}
.mp-tech-watch h2 { margin: 0 0 6px; font-size: 1.05rem; }
.mp-tech-watch__form { margin-top: 10px; display: grid; gap: 10px; }
.mp-tech-watch__email-label { display: grid; gap: 4px; font-size: 0.92rem; font-weight: 600; }
.mp-tech-watch__email-label input {
  font: inherit;
  padding: 10px 12px;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
}
.mp-tech-watch__ok { color: #067647; margin: 0; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 720px) {
  .mp-tech-promo { flex-direction: column; align-items: flex-start; }
}
