/* Single page scrollbar: avoid nested overflow on html + body + main */
html:has(.mc-site) {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

body#mrCheese:has(.mc-site),
body#mrCheese:has(.mc-site)[is="dmx-app"] {
  margin: 0;
  padding: 0;
  background: #07070d;
  overflow: visible;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}

body#mrCheese:has(.mc-site) main#content,
body#mrCheese:has(.mc-site) main[is="dmx-view"] {
  padding: 0;
  margin: 0;
  max-width: none;
  min-height: 0;
  width: 100%;
  overflow: visible;
  height: auto;
}

/* WDP landing: scoped under .mc-site */
.mc-site {
  --wdp-bg: #07070d;
  --wdp-surface: rgba(255, 255, 255, 0.04);
  --wdp-border: rgba(255, 255, 255, 0.08);
  --wdp-text: #e8e8f0;
  --wdp-muted: #9494a8;
  --wdp-indigo: #818cf8;
  --wdp-pink: #f472b6;
  --wdp-cyan: #22d3ee;
  --wdp-lime: #a3e635;
  --wdp-link: #7dd3fc;
  --wdp-link-hover: #bae6fd;
  --wdp-link-visited: #7dd3fc;
  --wdp-radius: 1rem;
  --wdp-nav-h: 3.5rem;
  position: relative;
  isolation: isolate;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--wdp-text);
  background: var(--wdp-bg);
  min-height: 100dvh;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  line-height: 1.6;
}

/* Inline text links — bright cyan; never browser-default purple :visited on dark bg */
.mc-site :is(
    p,
    li,
    .mc-install-field-note,
    .mc-install-lead,
    .mc-hero-lead,
    .mc-mb-explainer,
    .wdp-get-band-inner,
    .mc-support-inner,
    .wdp-footer
  )
  a:not(.wdp-btn):not(.wdp-coffee-btn):not(.wdp-nav-link):not(.mc-nav-link):not(.wdp-nav-cta):not(.wdp-logo):not(.mc-thanks-bmc-link) {
  color: var(--wdp-link);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-color: rgba(125, 211, 252, 0.5);
}

.mc-site :is(
    p,
    li,
    .mc-install-field-note,
    .mc-install-lead,
    .mc-hero-lead,
    .mc-mb-explainer,
    .wdp-get-band-inner,
    .mc-support-inner,
    .wdp-footer
  )
  a:not(.wdp-btn):not(.wdp-coffee-btn):not(.wdp-nav-link):not(.mc-nav-link):not(.wdp-nav-cta):not(.wdp-logo):not(.mc-thanks-bmc-link):visited {
  color: var(--wdp-link-visited);
}

.mc-site :is(
    p,
    li,
    .mc-install-field-note,
    .mc-install-lead,
    .mc-hero-lead,
    .mc-mb-explainer,
    .wdp-get-band-inner,
    .mc-support-inner,
    .wdp-footer
  )
  a:not(.wdp-btn):not(.wdp-coffee-btn):not(.wdp-nav-link):not(.mc-nav-link):not(.wdp-nav-cta):not(.wdp-logo):not(.mc-thanks-bmc-link):hover,
.mc-site :is(
    p,
    li,
    .mc-install-field-note,
    .mc-install-lead,
    .mc-hero-lead,
    .mc-mb-explainer,
    .wdp-get-band-inner,
    .mc-support-inner,
    .wdp-footer
  )
  a:not(.wdp-btn):not(.wdp-coffee-btn):not(.wdp-nav-link):not(.mc-nav-link):not(.wdp-nav-cta):not(.wdp-logo):not(.mc-thanks-bmc-link):focus-visible {
  color: var(--wdp-link-hover);
  text-decoration-color: currentColor;
}

/* Fixed background layer: never in document flow */
.mc-site .wdp-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

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

.mc-site #wdp-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.55;
}

.mc-site .wdp-mesh {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse 80% 50% at 20% -10%, rgba(129, 140, 248, 0.35), transparent 50%),
    radial-gradient(ellipse 60% 40% at 90% 20%, rgba(244, 114, 182, 0.25), transparent 45%),
    radial-gradient(ellipse 50% 50% at 50% 100%, rgba(34, 211, 238, 0.15), transparent 50%);
  animation: wdp-mesh-shift 18s ease-in-out infinite alternate;
}

@keyframes wdp-mesh-shift {
  0% { opacity: 0.85; filter: hue-rotate(0deg); }
  100% { opacity: 1; filter: hue-rotate(20deg); }
}

.mc-site .wdp-wrap {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem 3rem;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .mc-site .wdp-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* Site header */
.mc-site .wdp-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 7, 13, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--wdp-border);
}

.mc-site .wdp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: var(--wdp-nav-h);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.mc-site .wdp-logo {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  color: var(--wdp-text);
  min-width: 0;
  flex-shrink: 1;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.mc-site .wdp-nav-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--wdp-muted);
  cursor: pointer;
  transition: color 0.2s;
}

.mc-site .wdp-nav-link:hover {
  color: var(--wdp-text);
}

.mc-site .wdp-mobile-drawer .wdp-nav-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: var(--wdp-text);
}

.mc-site .wdp-logo-mark {
  font-size: 1.25rem;
  line-height: 1;
  flex-shrink: 0;
}

.mc-site .wdp-logo-text {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.mc-site .wdp-logo-text em {
  font-style: normal;
  background: linear-gradient(135deg, var(--wdp-indigo), var(--wdp-pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (min-width: 480px) {
  .mc-site .wdp-logo-text {
    font-size: 1.1rem;
  }
}

.mc-site .wdp-nav-links {
  display: none;
  align-items: center;
  gap: 1.25rem;
}

.mc-site .wdp-nav-links a.mc-nav-link {
  color: var(--wdp-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}

.mc-site .wdp-nav-links a.mc-nav-link:hover {
  color: var(--wdp-text);
}

.mc-site .wdp-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.95rem;
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: inherit;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wdp-indigo), #6366f1);
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.35);
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.mc-site .wdp-nav-cta:hover,
.mc-site .wdp-nav-cta:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 0 28px rgba(99, 102, 241, 0.5);
}

.mc-site .wdp-mobile-drawer .wdp-nav-cta--drawer {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .mc-site .wdp-nav-links {
    display: flex;
  }
}

.mc-site .wdp-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--wdp-border);
  border-radius: 0.5rem;
  background: var(--wdp-surface);
  cursor: pointer;
}

.mc-site .wdp-menu-btn span {
  display: block;
  width: 1.1rem;
  height: 2px;
  margin: 0 auto;
  background: var(--wdp-text);
  border-radius: 1px;
  transition: transform 0.25s, opacity 0.25s;
}

.mc-site.wdp-menu-open .wdp-menu-btn span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mc-site.wdp-menu-open .wdp-menu-btn span:nth-child(2) {
  opacity: 0;
}
.mc-site.wdp-menu-open .wdp-menu-btn span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mc-site .wdp-mobile-drawer {
  display: none;
  position: fixed;
  top: var(--wdp-nav-h);
  left: 0;
  right: 0;
  padding: 1rem 1.25rem 1.5rem;
  background: rgba(7, 7, 13, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--wdp-border);
  z-index: 49;
  flex-direction: column;
  gap: 0.75rem;
}

.mc-site.wdp-menu-open .wdp-mobile-drawer {
  display: flex;
}

.mc-site .wdp-mobile-drawer a {
  color: var(--wdp-text);
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 0;
}

@media (min-width: 768px) {
  .mc-site .wdp-menu-btn { display: none; }
  .mc-site .wdp-mobile-drawer { display: none !important; }
}

/* Space Invaders */
.mc-site .wdp-invaders {
  margin-bottom: 2rem;
  padding: 0 0 0.5rem;
  max-width: 100%;
}

.mc-site .wdp-invaders-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.mc-site .wdp-invaders-kicker {
  margin: 0 0 0.2rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wdp-cyan);
}

.mc-site .wdp-invaders-title {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: clamp(1rem, 4vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.22;
  padding-bottom: 0.08em;
}

.mc-site .wdp-invaders-meta {
  text-align: right;
  flex-shrink: 0;
}

.mc-site .wdp-invaders-label {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wdp-muted);
}

.mc-site .wdp-invaders-score {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--wdp-lime);
}

.mc-site .wdp-invaders-frame {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  border-radius: var(--wdp-radius);
  border: 1px solid var(--wdp-border);
  overflow: hidden;
  background: #050508;
  box-shadow: 0 0 40px rgba(99, 102, 241, 0.15);
}

.mc-site .wdp-invaders-attract {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1rem;
  text-align: center;
  background: rgba(5, 5, 8, 0.94);
}

.mc-site .wdp-invaders-attract.wdp-hidden {
  display: none;
}

.mc-site .wdp-attract-line {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wdp-muted);
}

.mc-site .wdp-attract-coin {
  margin: 0.15rem 0 0.35rem;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: clamp(0.95rem, 4vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fde68a;
  text-shadow: 0 0 24px rgba(253, 224, 106, 0.35);
  animation: wdp-coin-blink 1.4s ease-in-out infinite;
}

@keyframes wdp-coin-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.mc-site .wdp-invaders-start {
  margin-top: 0.25rem;
  padding: 0.55rem 2rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #07070d;
  background: #a3e635;
  border: 2px solid #d9f99d;
  border-radius: 0.25rem;
  cursor: pointer;
  box-shadow: 0 0 0 2px rgba(163, 230, 53, 0.2), 0 4px 16px rgba(163, 230, 53, 0.25);
  transition: transform 0.15s, box-shadow 0.15s;
  -webkit-appearance: none;
  appearance: none;
}

.mc-site .wdp-invaders-start:hover {
  transform: scale(1.04);
  box-shadow: 0 0 0 2px rgba(163, 230, 53, 0.35), 0 6px 20px rgba(163, 230, 53, 0.35);
}

.mc-site .wdp-invaders-controls.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.mc-site #wdp-invaders-canvas {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  touch-action: none;
}

.mc-site .wdp-invaders-status {
  text-align: center;
  margin: 0.5rem 0 0.65rem;
  font-size: 0.75rem;
  color: var(--wdp-muted);
}

.mc-site .wdp-invaders-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  max-width: 520px;
  margin: 0 auto;
}

.mc-site .wdp-invaders-btn {
  min-width: 3rem;
  padding: 0.55rem 0.85rem;
  font-size: 1rem;
  border-radius: 0.65rem;
  border: 1px solid var(--wdp-border);
  background: var(--wdp-surface);
  color: var(--wdp-text);
  cursor: pointer;
  font-family: inherit;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.mc-site .wdp-invaders-fire {
  flex: 1;
  max-width: 6rem;
  background: rgba(129, 140, 248, 0.2);
  border-color: rgba(129, 140, 248, 0.4);
}

.mc-site .wdp-invaders-restart {
  font-size: 0.75rem;
  font-weight: 600;
  width: 100%;
  flex-basis: 100%;
}

@media (min-width: 480px) {
  .mc-site .wdp-invaders-restart {
    width: auto;
    flex-basis: auto;
  }
}

/* Buttons */
.mc-site .wdp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.mc-site .wdp-btn:active {
  transform: scale(0.97);
}

.mc-site .wdp-btn-primary {
  background: linear-gradient(135deg, var(--wdp-indigo), #6366f1);
  color: #fff;
  box-shadow: 0 0 24px rgba(99, 102, 241, 0.4);
}

.mc-site .wdp-btn-primary:hover {
  box-shadow: 0 0 32px rgba(99, 102, 241, 0.55);
  transform: translateY(-1px);
}

.mc-site .wdp-btn-ghost {
  background: var(--wdp-surface);
  color: var(--wdp-text);
  border: 1px solid var(--wdp-border);
}

.mc-site .wdp-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

/* Install modal */
.mc-site .wdp-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.mc-site .wdp-modal[hidden] {
  display: none;
}

.mc-site .wdp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 10, 0.72);
  backdrop-filter: blur(6px);
}

.mc-site .wdp-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 32rem;
  max-height: min(90dvh, 40rem);
  overflow-y: auto;
  padding: 1.5rem 1.35rem 1.35rem;
  border-radius: calc(var(--wdp-radius) + 0.35rem);
  border: 1px solid rgba(129, 140, 248, 0.4);
  background: linear-gradient(160deg, rgba(18, 18, 28, 0.98), rgba(10, 10, 16, 0.98));
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.mc-site .wdp-modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--wdp-muted);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.mc-site .wdp-modal-close:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--wdp-text);
}

.mc-site .wdp-modal-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wdp-cyan);
}

.mc-site .wdp-modal-panel h2 {
  margin: 0 0 0.85rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  padding-right: 1.5rem;
}

.mc-site .wdp-modal-callout {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(244, 114, 182, 0.35);
  background: rgba(244, 114, 182, 0.08);
  font-size: 0.875rem;
  color: var(--wdp-text);
  line-height: 1.55;
}

.mc-site .wdp-modal-callout strong {
  color: #fff;
}

.mc-site .wdp-modal-callout em {
  font-style: normal;
  color: var(--wdp-indigo);
}

.mc-site .wdp-modal-lead {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--wdp-muted);
  line-height: 1.55;
}

.mc-site .wdp-modal-lead a {
  color: var(--wdp-indigo);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mc-site .wdp-modal-steps {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  font-size: 0.875rem;
  color: var(--wdp-text);
  line-height: 1.6;
}

.mc-site .wdp-modal-steps li + li {
  margin-top: 0.25rem;
}

.mc-site .wdp-modal-steps code {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.8em;
  color: var(--wdp-cyan);
}

.mc-site .wdp-modal-code-wrap {
  margin-bottom: 0.85rem;
  border-radius: 0.65rem;
  border: 1px solid var(--wdp-border);
  background: rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.mc-site .wdp-modal-code-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0.65rem;
  border-bottom: 1px solid var(--wdp-border);
  background: rgba(255, 255, 255, 0.03);
}

.mc-site .wdp-modal-code-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--wdp-muted);
}

.mc-site .wdp-modal-code {
  margin: 0;
  padding: 0.85rem 1rem;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  line-height: 1.55;
  color: #c4b5fd;
  overflow-x: auto;
  white-space: pre;
}

.mc-site .wdp-modal-code code {
  font-family: inherit;
}

.mc-site .wdp-modal-copy {
  flex-shrink: 0;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(129, 140, 248, 0.45);
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.2);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.mc-site .wdp-modal-copy:hover {
  background: rgba(99, 102, 241, 0.35);
  border-color: var(--wdp-indigo);
}

.mc-site .wdp-modal-copy.is-copied {
  background: rgba(163, 230, 53, 0.2);
  border-color: rgba(163, 230, 53, 0.5);
  color: var(--wdp-lime);
}

.mc-site .wdp-modal-foot {
  margin: 0;
  font-size: 0.8rem;
  color: var(--wdp-muted);
  line-height: 1.5;
}

.mc-site .wdp-modal-foot code {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.85em;
  color: var(--wdp-text);
}

.mc-site.wdp-modal-open {
  overflow: hidden;
}

/* Cursor referral modal */
.mc-site .mc-cursor-modal {
  z-index: 250;
  animation: mc-cursor-fade-in 0.35s ease;
}

.mc-site .mc-cursor-modal-panel {
  width: min(44rem, calc(100vw - 2rem));
  max-width: none;
  padding: 1.5rem 1.5rem 1.25rem;
  border-color: rgba(34, 211, 238, 0.35);
  overflow: hidden;
  animation: mc-cursor-panel-in 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes mc-cursor-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes mc-cursor-panel-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-site .mc-cursor-modal,
  .mc-site .mc-cursor-modal-panel {
    animation: none;
  }
}

.mc-site .mc-cursor-modal-panel > :not(.wdp-modal-close) {
  position: relative;
  z-index: 1;
}

.mc-site .mc-cursor-modal-panel .wdp-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  left: auto;
  z-index: 3;
}

.mc-site .mc-cursor-modal-header {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
  padding-right: 2rem;
}

.mc-site .mc-cursor-modal-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.mc-site .mc-cursor-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: var(--wdp-text);
}

.mc-site .mc-cursor-modal-wordmark {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

.mc-site .mc-cursor-modal-header-copy {
  min-width: 0;
}

.mc-site .mc-cursor-modal-kicker {
  margin: 0 0 0.2rem;
  color: var(--wdp-pink);
}

.mc-site .mc-cursor-modal-panel h2 {
  margin: 0 0 0.35rem;
  padding-right: 0;
  font-size: 1.35rem;
  line-height: 1.15;
}

.mc-site .mc-cursor-modal-tagline {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--wdp-muted);
}

.mc-site .mc-cursor-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.mc-site .mc-cursor-modal-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 1rem 1.05rem;
  border-radius: 0.8rem;
  min-height: 100%;
}

.mc-site .mc-cursor-modal-card--offer {
  border: 1px solid rgba(163, 230, 53, 0.35);
  background: linear-gradient(135deg, rgba(163, 230, 53, 0.1), rgba(34, 211, 238, 0.06));
}

.mc-site .mc-cursor-modal-card--onboard {
  border: 1px solid rgba(129, 140, 248, 0.4);
  background: linear-gradient(135deg, rgba(129, 140, 248, 0.1), rgba(244, 114, 182, 0.05));
}

.mc-site .mc-cursor-modal-offer-badge,
.mc-site .mc-cursor-modal-onboarding-badge {
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.4;
}

.mc-site .mc-cursor-modal-offer-badge {
  background: rgba(163, 230, 53, 0.22);
  border: 1px solid rgba(163, 230, 53, 0.45);
  color: var(--wdp-lime);
}

.mc-site .mc-cursor-modal-onboarding-badge {
  background: rgba(129, 140, 248, 0.22);
  border: 1px solid rgba(129, 140, 248, 0.45);
  color: #c4b5fd;
}

.mc-site .mc-cursor-modal-onboarding-title,
.mc-site .mc-cursor-modal-offer-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.25;
}

.mc-site .mc-cursor-modal-card-text {
  margin: 0;
  flex: 1;
  min-height: 3.8rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--wdp-muted);
}

.mc-site .mc-cursor-modal-card-text strong {
  color: var(--wdp-text);
}

.mc-site .mc-cursor-modal-card .wdp-btn {
  width: 100%;
  margin-top: auto;
}

.mc-site .mc-cursor-modal-cta {
  box-shadow: 0 8px 28px rgba(99, 102, 241, 0.35);
}

.mc-site .mc-cursor-modal-onboarding-cta {
  border-color: rgba(129, 140, 248, 0.45);
  background: rgba(99, 102, 241, 0.12);
}

.mc-site .mc-cursor-modal-onboarding-cta:hover {
  border-color: var(--wdp-indigo);
  background: rgba(99, 102, 241, 0.22);
}

.mc-site .mc-cursor-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mc-site .mc-cursor-modal-dismiss {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: none;
  color: var(--wdp-muted);
  font-size: 0.8rem;
  font-family: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 0.2s;
}

.mc-site .mc-cursor-modal-dismiss:hover {
  color: var(--wdp-text);
}

.mc-site .mc-cursor-modal-foot {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.4;
  text-align: right;
}

.mc-site .mc-cursor-modal-foot a {
  color: var(--wdp-link);
}

@media (max-width: 640px) {
  .mc-site .mc-cursor-modal-panel {
    width: calc(100vw - 1.5rem);
    padding: 1.35rem 1.15rem 1.1rem;
  }

  .mc-site .mc-cursor-modal-header {
    flex-direction: column;
    gap: 0.65rem;
    padding-right: 1.75rem;
  }

  .mc-site .mc-cursor-modal-grid {
    grid-template-columns: 1fr;
  }

  .mc-site .mc-cursor-modal-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .mc-site .mc-cursor-modal-foot {
    text-align: left;
  }
}

/* Get WDP band */
.mc-site .wdp-get-band {
  padding-top: 0;
}

.mc-site .wdp-get-band-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.5rem 1.25rem;
  border-radius: calc(var(--wdp-radius) + 0.25rem);
  border: 1px solid rgba(129, 140, 248, 0.35);
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.12),
    rgba(244, 114, 182, 0.08)
  );
}

.mc-site .wdp-get-band-inner h2 {
  margin: 0 0 0.35rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.22;
  padding-bottom: 0.08em;
}

.mc-site .wdp-get-band-inner p {
  margin: 0;
  color: var(--wdp-muted);
  font-size: 0.9375rem;
  max-width: 36rem;
}

.mc-site .wdp-get-band-inner p a:hover {
  color: var(--wdp-link-hover);
}

.mc-site .wdp-get-band-btn {
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .mc-site .wdp-get-band-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.75rem 1.75rem;
  }
}

/* Hero */
.mc-site .wdp-hero {
  padding: 1.25rem 0 2rem;
  text-align: center;
}

.mc-site .wdp-scope-note {
  margin: 0.75rem auto 0;
  max-width: 36rem;
  font-size: 0.875rem;
  color: var(--wdp-muted);
  line-height: 1.5;
}

.mc-site .wdp-scope-note code {
  font-size: 0.8em;
  color: var(--wdp-indigo);
  background: rgba(99, 102, 241, 0.12);
  padding: 0.1em 0.35em;
  border-radius: 0.25rem;
}

@media (min-width: 768px) {
  .mc-site .wdp-hero {
    padding: 2rem 0 2.5rem;
  }
}

.mc-site .wdp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wdp-cyan);
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.25);
  border-radius: 999px;
  animation: wdp-pulse-glow 3s ease-in-out infinite;
}

@keyframes wdp-pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34, 211, 238, 0.2); }
  50% { box-shadow: 0 0 20px 2px rgba(34, 211, 238, 0.15); }
}

.mc-site .wdp-hero h1,
.mc-site .mc-hero h1 {
  font-size: clamp(1.75rem, 7vw, 3.75rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin: 0 0 1rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.mc-site .wdp-gradient {
  display: inline;
  background: linear-gradient(120deg, var(--wdp-indigo), var(--wdp-pink), var(--wdp-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: wdp-gradient-flow 6s linear infinite;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0 0.12em;
  line-height: inherit;
  overflow: visible;
}

.mc-site .wdp-hero h1 .wdp-gradient,
.mc-site .mc-hero h1 .wdp-gradient {
  display: block;
}

@keyframes wdp-gradient-flow {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.mc-site .wdp-hero p {
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  color: var(--wdp-muted);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}

.mc-site .wdp-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  max-width: 18rem;
  margin: 0 auto 2rem;
  width: 100%;
}

@media (min-width: 480px) {
  .mc-site .wdp-hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
    align-items: center;
  }
}

.mc-site .wdp-hero-actions .wdp-btn {
  width: 100%;
  text-align: center;
}

@media (min-width: 480px) {
  .mc-site .wdp-hero-actions .wdp-btn {
    width: auto;
  }
}

.mc-site .wdp-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  max-width: 28rem;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .mc-site .wdp-stats {
    grid-template-columns: repeat(3, 1fr);
    max-width: 36rem;
  }
}

@media (min-width: 900px) {
  .mc-site .wdp-stats {
    grid-template-columns: repeat(5, 1fr);
    max-width: none;
  }
}

.mc-site .wdp-stat {
  padding: 1rem 0.75rem;
  background: var(--wdp-surface);
  border: 1px solid var(--wdp-border);
  border-radius: var(--wdp-radius);
  text-align: center;
  transition: transform 0.25s, border-color 0.25s;
}

.mc-site .wdp-stat:hover {
  transform: translateY(-3px);
  border-color: rgba(129, 140, 248, 0.35);
}

.mc-site .wdp-stat strong {
  display: block;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--wdp-text);
  line-height: 1.2;
}

.mc-site .wdp-stat span {
  font-size: 0.7rem;
  color: var(--wdp-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Scroll targets clear sticky header (and work if native hash scroll is used) */
.mc-site .wdp-hero,
.mc-site .wdp-invaders,
.mc-site .wdp-section {
  scroll-margin-top: calc(var(--wdp-nav-h) + 1rem);
}

/* Sections */
.mc-site .wdp-section {
  padding: 2.25rem 0;
  max-width: 100%;
}

.mc-site .wdp-section-head {
  text-align: center;
  margin-bottom: 2rem;
  overflow: visible;
}

.mc-site .wdp-section-head h2 {
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 800;
  margin: 0 0 0.5rem;
  letter-spacing: -0.03em;
}

.mc-site .wdp-section-head p {
  color: var(--wdp-muted);
  margin: 0;
  font-size: 0.95rem;
}

/* Features: equal-height uniform grid */
.mc-site .wdp-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 640px) {
  .mc-site .wdp-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .mc-site .wdp-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mc-site .wdp-feature {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 10.5rem;
  height: 100%;
  padding: 1.25rem 1.2rem 1.35rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid var(--wdp-border);
  border-radius: var(--wdp-radius);
  border-top: 3px solid var(--wdp-feature-accent, var(--wdp-indigo));
  transition: border-color 0.25s, box-shadow 0.25s;
}

@media (hover: hover) {
  .mc-site .wdp-feature:hover {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  }
}

.mc-site .wdp-feature:nth-child(1) { --wdp-feature-accent: #818cf8; }
.mc-site .wdp-feature:nth-child(2) { --wdp-feature-accent: #fbbf24; }
.mc-site .wdp-feature:nth-child(3) { --wdp-feature-accent: #22d3ee; }
.mc-site .wdp-feature:nth-child(4) { --wdp-feature-accent: #a3e635; }
.mc-site .wdp-feature:nth-child(5) { --wdp-feature-accent: #34d399; }
.mc-site .wdp-feature:nth-child(6) { --wdp-feature-accent: #38bdf8; }
.mc-site .wdp-feature:nth-child(7) { --wdp-feature-accent: #f472b6; }
.mc-site .wdp-feature:nth-child(8) { --wdp-feature-accent: #fb923c; }
.mc-site .wdp-feature:nth-child(9) { --wdp-feature-accent: #c084fc; }

.mc-site .wdp-feature-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.mc-site .wdp-feature-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--wdp-border);
}

.mc-site .wdp-feature h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0.15rem 0 0;
  padding-bottom: 0.06em;
  letter-spacing: -0.02em;
  overflow: visible;
}

.mc-site .wdp-feature p {
  margin: 0;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--wdp-muted);
}

.mc-site .wdp-feature code {
  font-size: 0.78em;
  padding: 0.1em 0.35em;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.25);
  word-break: break-word;
}

/* Wizard steps: responsive grid (no horizontal page scroll) */
.mc-site .wdp-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 640px) {
  .mc-site .wdp-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .mc-site .wdp-steps-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

.mc-site .wdp-step-pill {
  width: 100%;
  min-width: 0;
  padding: 0.65rem 0.4rem;
  background: var(--wdp-surface);
  border: 1px solid var(--wdp-border);
  border-radius: 0.65rem;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  color: inherit;
  transition: border-color 0.2s, background 0.2s;
}

.mc-site .wdp-step-pill:hover,
.mc-site .wdp-step-pill.wdp-active {
  border-color: var(--wdp-indigo);
  background: rgba(129, 140, 248, 0.12);
}


.mc-site .wdp-step-pill .wdp-num {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--wdp-indigo);
  display: block;
  line-height: 1.2;
}

.mc-site .wdp-step-pill .wdp-label {
  font-size: 0.65rem;
  font-weight: 600;
  display: block;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 900px) {
  .mc-site .wdp-step-pill {
    padding: 0.75rem 0.35rem;
  }
  .mc-site .wdp-step-pill .wdp-num {
    font-size: 1rem;
  }
  .mc-site .wdp-step-pill .wdp-label {
    font-size: 0.7rem;
  }
}

.mc-site .wdp-step-detail {
  margin-top: 1.25rem;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(244, 114, 182, 0.08));
  border: 1px solid rgba(129, 140, 248, 0.25);
  border-radius: var(--wdp-radius);
  min-height: 5rem;
}

.mc-site .wdp-step-detail h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  line-height: 1.25;
  padding-bottom: 0.06em;
}

.mc-site .wdp-step-detail p {
  margin: 0;
  color: var(--wdp-muted);
  font-size: 0.9rem;
}

/* Add-ons chips */
.mc-site .wdp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.mc-site .wdp-hero .wdp-chips {
  margin: 0 0 1.5rem;
}

.mc-site .wdp-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 500;
  background: var(--wdp-surface);
  border: 1px solid var(--wdp-border);
  border-radius: 999px;
  cursor: default;
  transition: transform 0.2s, border-color 0.2s, background 0.2s;
}

.mc-site .wdp-chip-soon {
  border-style: dashed;
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.06);
  opacity: 0.92;
}

.mc-site a.wdp-chip {
  text-decoration: none;
  color: var(--wdp-text);
  cursor: pointer;
}

.mc-site a.wdp-chip--link {
  border-color: rgba(34, 211, 238, 0.32);
  background: rgba(34, 211, 238, 0.07);
}

.mc-site a.wdp-chip--link:hover,
.mc-site a.wdp-chip--link:focus-visible {
  border-color: rgba(34, 211, 238, 0.55);
  background: rgba(34, 211, 238, 0.12);
}

.mc-site .wdp-soon-badge {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 4px;
  padding: 0.1rem 0.35rem;
  line-height: 1.3;
}

.mc-site .wdp-hosting-targets {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--wdp-border);
  text-align: center;
}

.mc-site .wdp-hosting-label {
  margin: 0 0 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wdp-muted);
}

.mc-site .wdp-chips-tight {
  justify-content: center;
}

.mc-site .wdp-section-roadmap .wdp-section-head p em {
  font-style: normal;
  color: #fbbf24;
  font-weight: 500;
}

@media (hover: hover) {
  .mc-site .wdp-chip:hover {
    transform: scale(1.03);
    border-color: var(--wdp-pink);
    background: rgba(244, 114, 182, 0.1);
  }
}

/* Footer */
.mc-site .wdp-footer {
  text-align: center;
  padding: 2.5rem 0 1rem;
  border-top: 1px solid var(--wdp-border);
  color: var(--wdp-muted);
  font-size: 0.85rem;
}

.mc-site .wdp-coffee-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.4rem 1rem 0.4rem 0.45rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fde68a;
  text-decoration: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(251, 191, 36, 0.22);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.mc-site .wdp-coffee-btn:hover,
.mc-site .wdp-coffee-btn:focus-visible {
  color: #fef9c3;
  text-decoration: none;
  background: rgba(251, 191, 36, 0.1);
  border-color: rgba(251, 191, 36, 0.4);
}

.mc-site .wdp-coffee-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  font-size: 0.85rem;
  line-height: 1;
  border-radius: 50%;
  background: rgba(251, 191, 36, 0.12);
}

.mc-site .wdp-coffee-btn--nav {
  margin-bottom: 0;
  flex-shrink: 0;
}

.mc-site .wdp-coffee-btn--drawer {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 0.75rem;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
}

.mc-site .wdp-coffee-btn--lg {
  padding: 0.55rem 1.2rem 0.55rem 0.55rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.mc-site .wdp-hero-actions .wdp-coffee-btn {
  width: 100%;
}

@media (min-width: 480px) {
  .mc-site .wdp-hero-actions .wdp-coffee-btn {
    width: auto;
  }
}

.mc-site .wdp-footer a:not(.wdp-btn):not(.wdp-coffee-btn) {
  text-decoration: none;
}

.mc-site .wdp-footer a:not(.wdp-btn):not(.wdp-coffee-btn):hover {
  text-decoration: underline;
}

.mc-site .wdp-footer-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  margin: 0 0 0.5rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--wdp-text);
}

.mc-site .wdp-footer-dot {
  color: var(--wdp-muted);
  font-weight: 400;
}

.mc-site .wdp-footer-deploy {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--wdp-indigo);
  letter-spacing: 0.03em;
}

.mc-site .wdp-footer-sub {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: 0.65;
}

.mc-site .wdp-cheese {
  font-size: 1.5rem;
  display: inline-block;
  animation: wdp-wobble 4s ease-in-out infinite;
}

@keyframes wdp-wobble {
  0%, 100% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg) scale(1.1); }
}

.mc-site .wdp-features,
.mc-site .wdp-chips,
.mc-site .wdp-hero-actions {
  max-width: 100%;
}

.mc-site img,
.mc-site svg {
  max-width: 100%;
  height: auto;
}

/* ── Site nav (multi-page) ───────────────────────────────────── */
.mc-site .mc-nav-link {
  color: var(--wdp-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}

.mc-site .mc-nav-link:hover,
.mc-site .mc-nav-link.mc-nav-active {
  color: var(--wdp-text);
}

.mc-site .mc-nav-link.mc-nav-active {
  font-weight: 600;
}

.mc-site .mc-nav-drawer {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: var(--wdp-text);
}

.mc-site .mc-nav-divider {
  width: 1px;
  height: 1.25rem;
  background: var(--wdp-border);
  flex-shrink: 0;
}

@media (max-width: 1100px) {
  .mc-site .mc-nav-divider,
  .mc-site .wdp-nav-links .wdp-nav-link[data-wdp-scroll] {
    display: none;
  }
}

@media (min-width: 900px) {
  .mc-site .wdp-nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.85rem 1rem;
  }
}

/* ── Home & extensions pages ─────────────────────────────────── */
.mc-site .mc-hero {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 2rem;
  text-align: center;
  overflow: visible;
}

.mc-site h1,
.mc-site h2,
.mc-site h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  overflow: visible;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
}

.mc-site .mc-hero--compact {
  padding-bottom: 1.5rem;
}

.mc-site .mc-hero-lead {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  color: var(--wdp-muted);
  font-size: 1.05rem;
}

.mc-site a.mc-thanks-bmc-link,
.mc-site a.mc-thanks-bmc-link:link,
.mc-site a.mc-thanks-bmc-link:visited {
  color: #fbbf24 !important;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(251, 191, 36, 0.7);
  text-underline-offset: 0.18em;
  -webkit-text-fill-color: #fbbf24;
}

.mc-site a.mc-thanks-bmc-link:hover,
.mc-site a.mc-thanks-bmc-link:focus-visible {
  color: #fde68a !important;
  -webkit-text-fill-color: #fde68a;
  text-decoration-color: #fde68a;
}

.mc-site .mc-hero-stats {
  margin-top: 2.5rem;
}

.mc-site .mc-hero-stats--trio {
  max-width: 24rem;
}

@media (min-width: 600px) {
  .mc-site .mc-hero-stats--trio {
    grid-template-columns: repeat(3, 1fr);
    max-width: 28rem;
  }
}

.mc-site .mc-page-home #projects {
  padding-top: 3.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--wdp-border);
}

.mc-site .mc-page-home #projects .wdp-section-head {
  margin-bottom: 1.75rem;
}

.mc-site .mc-page-home #highlights {
  padding-top: 2.5rem;
}

.mc-site .mc-page-home #extension-tools {
  padding-top: 0;
}

/* ── Extension tools & manifest standard band ─────────────────── */
.mc-site .mc-ext-tools-shell {
  max-width: 56rem;
  margin: 0 auto;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: var(--wdp-radius);
  border: 1px solid rgba(129, 140, 248, 0.22);
  background: linear-gradient(155deg, rgba(129, 140, 248, 0.09), rgba(34, 211, 238, 0.04) 45%, rgba(0, 0, 0, 0.2));
}

.mc-site .mc-ext-tools-intro {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.75rem;
}

.mc-site .mc-ext-tools-kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wdp-cyan);
  margin-bottom: 0.65rem;
}

.mc-site .mc-ext-tools-intro h2 {
  margin: 0 0 0.75rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  line-height: 1.2;
}

.mc-site .mc-ext-tools-lead {
  margin: 0;
  color: var(--wdp-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.mc-site .mc-ext-tools-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .mc-site .mc-ext-tools-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

.mc-site .mc-ext-tools-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: calc(var(--wdp-radius) - 2px);
  border: 1px solid var(--wdp-border);
  background: rgba(0, 0, 0, 0.28);
}

.mc-site .mc-ext-tools-card--manifest {
  border-color: rgba(34, 211, 238, 0.2);
  background: rgba(34, 211, 238, 0.05);
}

.mc-site .mc-ext-tools-icon {
  font-size: 1.35rem;
  line-height: 1;
}

.mc-site .mc-ext-tools-card h3 {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.05rem;
  color: var(--wdp-text);
}

.mc-site .mc-ext-tools-card h3 code {
  font-size: 0.92em;
  color: var(--wdp-cyan);
}

.mc-site .mc-ext-tools-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--wdp-muted);
  line-height: 1.55;
}

.mc-site .mc-ext-tools-card .mc-project-list {
  flex: 1;
  margin: 0.35rem 0 0.5rem;
  font-size: 0.82rem;
}

.mc-site .mc-ext-tools-card .wdp-btn {
  margin-top: auto;
  align-self: flex-start;
}

.mc-site .mc-ext-tools-footnote {
  margin: 1.35rem 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 0.85rem;
  color: var(--wdp-muted);
  line-height: 1.55;
}

.mc-site .mc-ext-tools-footnote a {
  color: var(--wdp-cyan);
}

.mc-site .mc-page-extensions #extension-tools {
  padding-top: 2rem;
}

/* Compatibility guide callout (extensions catalog) */
.mc-site .mc-ext-compat-callout {
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}

.mc-site .mc-ext-compat-shell {
  max-width: 56rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem 1.5rem;
  border-radius: var(--wdp-radius);
  border: 1px solid rgba(129, 140, 248, 0.28);
  background: linear-gradient(135deg, rgba(129, 140, 248, 0.09), rgba(34, 211, 238, 0.05));
}

@media (min-width: 640px) {
  .mc-site .mc-ext-compat-shell {
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
  }
}

.mc-site .mc-ext-compat-icon {
  font-size: 1.75rem;
  line-height: 1;
  flex-shrink: 0;
}

.mc-site .mc-ext-compat-body {
  flex: 1;
  min-width: 0;
}

.mc-site .mc-ext-compat-body h2 {
  margin: 0 0 0.35rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 1.25;
  color: var(--wdp-text);
}

.mc-site .mc-ext-compat-body p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--wdp-muted);
  line-height: 1.55;
}

.mc-site .mc-ext-compat-shell .wdp-btn {
  flex-shrink: 0;
  width: 100%;
}

@media (min-width: 640px) {
  .mc-site .mc-ext-compat-shell .wdp-btn {
    width: auto;
  }
}

.mc-site .mc-ext-tools-lead a {
  color: var(--wdp-cyan);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.mc-site .mc-ext-tools-lead a:hover,
.mc-site .mc-ext-tools-lead a:focus-visible {
  color: var(--wdp-text);
}

.mc-site .mc-project-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .mc-site .mc-project-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.mc-site .mc-project-card {
  background: var(--wdp-surface);
  border: 1px solid var(--wdp-border);
  border-radius: var(--wdp-radius);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mc-site .mc-project-card--wdp {
  border-color: rgba(129, 140, 248, 0.25);
  background: linear-gradient(145deg, rgba(129, 140, 248, 0.08), rgba(255, 255, 255, 0.02));
}

.mc-site .mc-project-card--ext {
  border-color: rgba(244, 114, 182, 0.25);
  background: linear-gradient(145deg, rgba(244, 114, 182, 0.08), rgba(255, 255, 255, 0.02));
}

.mc-site .mc-project-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wdp-cyan);
}

.mc-site .mc-project-card h3 {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.35rem;
  line-height: 1.25;
  padding-bottom: 0.06em;
}

.mc-site .mc-project-card p {
  margin: 0;
  color: var(--wdp-muted);
  font-size: 0.95rem;
}

.mc-site .mc-project-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--wdp-muted);
  font-size: 0.875rem;
}

.mc-site .mc-project-list li {
  margin-bottom: 0.35rem;
}

.mc-site .mc-ext-card .mc-project-list {
  margin-top: 0.65rem;
}

.mc-site .mc-project-card .wdp-btn {
  margin-top: auto;
  align-self: flex-start;
}

.mc-site .mc-ext-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .mc-site .mc-ext-grid--compact {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .mc-site .mc-ext-grid--compact {
    grid-template-columns: repeat(3, 1fr);
  }

  .mc-site .mc-ext-grid:not(.mc-ext-grid--compact) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mc-site .mc-ext-card {
  background: var(--wdp-surface);
  border: 1px solid var(--wdp-border);
  border-radius: var(--wdp-radius);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mc-site .mc-ext-card--full {
  padding: 1.5rem;
}

.mc-site .mc-ext-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.mc-site .mc-ext-icon {
  font-size: 1.75rem;
  line-height: 1;
}

.mc-site .mc-ext-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wdp-indigo);
  background: rgba(129, 140, 248, 0.12);
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
}

.mc-site .mc-ext-card h3 {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.15rem;
  line-height: 1.25;
  padding-bottom: 0.06em;
}

.mc-site .mc-ext-card p,
.mc-site .mc-ext-version {
  margin: 0;
  color: var(--wdp-muted);
  font-size: 0.9rem;
}

.mc-site .mc-ext-card > a:not(.wdp-btn) {
  color: var(--wdp-link);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  padding-top: 1rem;
}

.mc-site .mc-ext-card > a:not(.wdp-btn):visited {
  color: var(--wdp-link-visited);
}

.mc-site .mc-ext-card > a:not(.wdp-btn):hover {
  color: var(--wdp-link-hover);
}

.mc-site .mc-ext-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1rem;
}

.mc-site .mc-section-cta {
  text-align: center;
  margin: 1.5rem 0 0;
}

.mc-site .mc-support-band {
  background: linear-gradient(135deg, rgba(129, 140, 248, 0.1), rgba(244, 114, 182, 0.08));
  border: 1px solid var(--wdp-border);
  border-radius: var(--wdp-radius);
  padding: 1.5rem;
}

.mc-site .mc-support-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .mc-site .mc-support-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.mc-site .mc-support-inner h2 {
  margin: 0 0 0.5rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.35;
}

.mc-site .mc-support-inner p {
  margin: 0;
  color: var(--wdp-muted);
  max-width: 32rem;
}

.mc-site .mc-support-inner p a:not(.wdp-btn):not(.wdp-coffee-btn) {
  text-decoration: none;
}

.mc-site .mc-support-inner p a:not(.wdp-btn):not(.wdp-coffee-btn):hover {
  text-decoration: underline;
}

.mc-site .mc-support-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.mc-site .mc-support-actions .wdp-coffee-btn {
  margin-bottom: 0;
}

.mc-site .mc-support-actions .wdp-btn,
.mc-site .mc-support-actions .wdp-coffee-btn {
  min-height: 2.5rem;
  box-sizing: border-box;
}

.mc-site .mc-support-actions .wdp-btn-primary {
  color: #fff;
}

.mc-site .mc-support-actions .wdp-btn-ghost {
  color: var(--wdp-text);
}

.mc-site .mc-page-extensions #catalog {
  padding-top: 1.5rem;
}

.mc-site .mc-ext-grid--catalog {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .mc-site .mc-ext-grid--catalog {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mc-site .mc-ext-card--request {
  border-color: rgba(34, 211, 238, 0.28);
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.07), rgba(255, 255, 255, 0.02));
}

/* Thanks / Buy Me a Coffee supporters */
.mc-site .mc-thanks-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .mc-site .mc-thanks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .mc-site .mc-thanks-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mc-site .mc-thanks-card {
  margin: 0;
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.mc-site .mc-thanks-card-top {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.mc-site .mc-thanks-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.15);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.mc-site .mc-thanks-name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--wdp-text);
}

.mc-site .mc-thanks-meta {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  color: var(--wdp-muted);
}

.mc-site .mc-thanks-note {
  margin: 0.85rem 0 0;
  padding: 0;
  border: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--wdp-muted);
  font-style: italic;
}

.mc-site .mc-thanks-empty {
  margin: 0;
  color: var(--wdp-muted);
  font-size: 0.92rem;
}

.mc-site .mc-ext-tag--request {
  color: var(--wdp-cyan);
  background: rgba(34, 211, 238, 0.12);
}

.mc-site .mc-code-block {
  margin: 0;
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--wdp-border);
  border-radius: var(--wdp-radius);
  overflow-x: auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--wdp-text);
}

.mc-site .mc-install-note {
  margin: 1rem 0 0;
  color: var(--wdp-muted);
  font-size: 0.9rem;
}

.mc-site .mc-install-cta {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}

.mc-site .wdp-btn--lg {
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
}

/* ── Extension install wizard ─────────────────────────────────── */
.mc-site .mc-install-mode-switch {
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
  color: var(--wdp-muted);
  line-height: 1.55;
}

.mc-site .mc-install-mode-switch a {
  color: var(--wdp-orange);
  font-weight: 600;
}

.mc-site .mc-install-npm-callout {
  max-width: 44rem;
  margin: 0 auto 2rem;
  padding: 1.25rem 1.5rem;
  border: 2px solid var(--wdp-orange);
  border-radius: var(--wdp-radius);
  background: rgba(251, 146, 60, 0.1);
  box-shadow: 0 0 24px rgba(251, 146, 60, 0.08);
}

.mc-site .mc-install-npm-callout h2 {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
  color: var(--wdp-orange);
}

.mc-site .mc-install-npm-callout p {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--wdp-text);
}

.mc-site .mc-install-npm-callout .mc-project-list {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.55;
}

.mc-site .mc-page-extensions-install-npm .mc-hero--compact {
  margin-bottom: 1rem;
}

.mc-site .mc-install-npm-warning {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border-left: 3px solid var(--wdp-orange);
  background: rgba(251, 146, 60, 0.08);
  color: var(--wdp-text);
}

.mc-site .mc-install-wizard {
  max-width: 44rem;
  margin: 0 auto;
}

.mc-site .mc-install-progress {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  counter-reset: none;
}

.mc-site .mc-install-progress li {
  flex: 1;
  text-align: center;
  font-size: 0.75rem;
  color: var(--wdp-muted);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.mc-site .mc-install-progress li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 1px solid var(--wdp-border);
  background: rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 0.8rem;
}

.mc-site .mc-install-progress li.is-active {
  color: var(--wdp-text);
}

.mc-site .mc-install-progress li.is-active span {
  border-color: var(--wdp-orange);
  background: rgba(251, 146, 60, 0.15);
  color: var(--wdp-orange);
}

.mc-site .mc-install-progress li.is-done span {
  border-color: var(--wdp-cyan);
  background: rgba(34, 211, 238, 0.12);
  color: var(--wdp-cyan);
}

.mc-site .mc-install-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--wdp-border);
  border-radius: var(--wdp-radius);
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}

.mc-site .mc-install-panel h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.mc-site .mc-install-lead {
  margin: 0 0 1.25rem;
  color: var(--wdp-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.mc-site .mc-install-type-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .mc-site .mc-install-type-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mc-site .mc-install-type-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid var(--wdp-border);
  border-radius: var(--wdp-radius);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  background: rgba(0, 0, 0, 0.15);
}

.mc-site .mc-install-type-card:has(input:checked) {
  border-color: var(--wdp-orange);
  background: rgba(251, 146, 60, 0.08);
}

.mc-site .mc-install-type-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mc-site .mc-install-type-card strong {
  font-size: 0.95rem;
}

.mc-site .mc-install-type-card span:last-child {
  font-size: 0.78rem;
  color: var(--wdp-muted);
  line-height: 1.45;
}

.mc-site .mc-install-type-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.mc-site .mc-install-field {
  margin-bottom: 1.1rem;
}

.mc-site .mc-install-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.mc-site .mc-optional {
  font-weight: 400;
  color: var(--wdp-muted);
}

.mc-site .mc-install-input {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border-radius: var(--wdp-radius);
  border: 1px solid var(--wdp-border);
  background: rgba(0, 0, 0, 0.35);
  color: var(--wdp-text);
  font-family: inherit;
  font-size: 0.9rem;
}

.mc-site .mc-install-input:focus {
  outline: none;
  border-color: var(--wdp-cyan);
  box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.15);
}

.mc-site select.mc-install-input {
  background-color: #0c0c14;
  color-scheme: dark;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239494a8' d='M2.5 4.5 6 8l3.5-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2.25rem;
}

.mc-site select.mc-install-input option {
  background-color: #0c0c14;
  color: var(--wdp-text);
}

.mc-site select.mc-install-input option:checked,
.mc-site select.mc-install-input option:hover,
.mc-site select.mc-install-input option:focus {
  background-color: #161622;
  color: var(--wdp-text);
}

.mc-site .mc-install-input-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.mc-site .mc-install-input-row .mc-install-input {
  flex: 1;
  min-width: 0;
}

.mc-site .mc-install-browse {
  flex-shrink: 0;
  white-space: nowrap;
}

.mc-site .mc-install-field-note,
.mc-site .mc-install-hint {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  color: var(--wdp-muted);
  line-height: 1.45;
}

.mc-site .mc-install-result-block {
  margin-bottom: 1.25rem;
}

.mc-site .mc-install-result-block h3 {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  color: var(--wdp-cyan);
}

.mc-site .mc-install-result-block .mc-install-script-wrap {
  margin-top: 0.75rem;
}

.mc-site .mc-install-script-wrap {
  max-height: 16rem;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(129, 140, 248, 0.45) rgba(0, 0, 0, 0.35);
}

.mc-site .mc-install-script-wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mc-site .mc-install-script-wrap::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

.mc-site .mc-install-script-wrap::-webkit-scrollbar-thumb {
  background: rgba(129, 140, 248, 0.4);
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.mc-site .mc-install-script-wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(129, 140, 248, 0.6);
  background-clip: padding-box;
}

.mc-site .mc-install-script-wrap::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.35);
}

.mc-site .mc-install-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.mc-site .mc-copy-feedback {
  color: var(--wdp-cyan);
  font-size: 0.85rem;
  font-weight: 600;
}

.mc-site .mc-install-nav [hidden] {
  display: none !important;
}

.mc-site .mc-install-nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.mc-site .mc-install-cta--dual {
  display: grid;
  gap: 1rem;
  max-width: 52rem;
}

@media (min-width: 720px) {
  .mc-site .mc-install-cta--dual {
    grid-template-columns: 1fr 1fr;
  }
}

.mc-site .mc-install-cta-card {
  padding: 1.25rem 1.35rem;
  border-radius: var(--wdp-radius);
  border: 1px solid var(--wdp-border);
  background: rgba(0, 0, 0, 0.25);
}

.mc-site .mc-install-cta-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--wdp-cyan);
}

.mc-site .mc-install-cta-card p {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--wdp-muted);
  line-height: 1.5;
}

.mc-site .mc-mb-explainer {
  margin-bottom: 1.5rem;
  padding: 1rem 1.2rem;
  border-radius: var(--wdp-radius);
  border: 1px solid rgba(34, 211, 238, 0.25);
  background: rgba(34, 211, 238, 0.06);
}

.mc-site .mc-mb-explainer h3 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  color: var(--wdp-cyan);
}

.mc-site .mc-mb-explainer p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--wdp-muted);
  line-height: 1.55;
}

.mc-site .mc-mb-helper-desc {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  color: var(--wdp-muted);
  line-height: 1.5;
}

.mc-site .mc-mb-sc-feedback {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
}

.mc-site .mc-mb-sc-feedback.is-ok {
  color: var(--wdp-cyan);
}

.mc-site .mc-mb-sc-feedback.is-error {
  color: #f87171;
}

.mc-site .mc-mb-export-actions {
  margin-bottom: 0;
}

.mc-site .mc-mb-next-steps {
  margin-top: 2rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--wdp-border);
}

.mc-site .mc-mb-next-steps h3 {
  margin-top: 0;
}

.mc-site .mc-mb-import-details {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--wdp-border);
}

.mc-site .mc-mb-import-details summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--wdp-text);
}

.mc-site .mc-mb-import-area {
  margin: 0.65rem 0;
  font-family: var(--wdp-mono, 'JetBrains Mono', monospace);
  font-size: 0.8rem;
  min-height: 6rem;
  resize: vertical;
}

.mc-site .mc-mb-layer-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.mc-site .mc-mb-tab {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--wdp-border);
  background: rgba(0, 0, 0, 0.3);
  color: var(--wdp-muted);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

.mc-site .mc-mb-tab.is-active {
  border-color: var(--wdp-cyan);
  color: var(--wdp-cyan);
  background: rgba(34, 211, 238, 0.08);
}

.mc-site .mc-mb-sc-helper {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--wdp-radius);
  border: 1px dashed var(--wdp-border);
  background: rgba(0, 0, 0, 0.2);
}

.mc-site .mc-mb-sc-helper label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.mc-site .mc-mb-table-wrap {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-radius: var(--wdp-radius);
  border: 1px solid var(--wdp-border);
}

.mc-site .mc-mb-copy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.mc-site .mc-mb-copy-table th {
  text-align: left;
  padding: 0.55rem 0.65rem;
  background: rgba(0, 0, 0, 0.35);
  color: var(--wdp-muted);
  font-weight: 600;
  font-size: 0.78rem;
  white-space: nowrap;
}

.mc-site .mc-mb-copy-table td {
  padding: 0.4rem 0.45rem;
  border-top: 1px solid var(--wdp-border);
  vertical-align: middle;
}

.mc-site .mc-mb-cell-input {
  font-family: var(--wdp-mono, 'JetBrains Mono', monospace);
  font-size: 0.78rem;
  padding: 0.45rem 0.55rem;
}

.mc-site .mc-mb-remove-row,
.mc-site .mc-mb-remove-note {
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: var(--wdp-radius);
  background: transparent;
  color: var(--wdp-muted);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.mc-site .mc-mb-remove-row:hover,
.mc-site .mc-mb-remove-note:hover {
  color: #f87171;
  background: rgba(248, 113, 113, 0.1);
}

.mc-site .mc-mb-note-snippets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.mc-site .mc-mb-snippet-label {
  font-size: 0.8rem;
  color: var(--wdp-muted);
  font-weight: 600;
}

.mc-site .mc-mb-snippet-btn {
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--wdp-border);
  background: rgba(0, 0, 0, 0.25);
  color: var(--wdp-text);
  font: inherit;
  font-size: 0.75rem;
  cursor: pointer;
}

.mc-site .mc-mb-snippet-btn:hover {
  border-color: var(--wdp-cyan);
  color: var(--wdp-cyan);
}

.mc-site .mc-mb-notes-list {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mc-site .mc-mb-note-item {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}

.mc-site .mc-mb-note-input {
  flex: 1;
  min-width: 0;
}

.mc-site .mc-install-manifest-option {
  margin-top: 0.25rem;
  padding: 0.85rem 1rem;
  border-radius: var(--wdp-radius);
  border: 1px solid var(--wdp-border);
  background: rgba(0, 0, 0, 0.2);
}

.mc-site .mc-install-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.mc-site .mc-install-checkbox input {
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: var(--wdp-cyan);
}

.mc-site .mc-install-path-hint {
  color: var(--wdp-muted);
  font-size: 0.8rem;
}

.mc-site .mc-install-field-warning,
.mc-site .mc-install-path-warning {
  margin: 0.55rem 0 0;
  padding: 0.65rem 0.9rem;
  border-radius: var(--wdp-radius);
  border: 1px solid rgba(251, 191, 36, 0.4);
  background: rgba(251, 191, 36, 0.08);
  font-size: 0.85rem;
  line-height: 1.45;
}

.mc-site .mc-install-path-warning {
  margin-bottom: 1rem;
}

.mc-site .mc-install-input.mc-install-input-warn {
  border-color: rgba(251, 191, 36, 0.55);
}

.mc-site .mc-install-manifest-source {
  margin: 0 0 1.1rem;
  padding: 0.65rem 0.9rem;
  border-radius: var(--wdp-radius);
  font-size: 0.85rem;
  line-height: 1.45;
}

.mc-site .mc-install-manifest-source.is-loading {
  border: 1px solid var(--wdp-border);
  background: rgba(0, 0, 0, 0.25);
  color: var(--wdp-muted);
}

.mc-site .mc-install-manifest-source.is-repo {
  border: 1px solid rgba(34, 211, 238, 0.35);
  background: rgba(34, 211, 238, 0.08);
  color: var(--wdp-text);
}

.mc-site .mc-install-manifest-source.is-catalog {
  border: 1px solid rgba(129, 140, 248, 0.35);
  background: rgba(129, 140, 248, 0.08);
  color: var(--wdp-text);
}

.mc-site .mc-install-manifest-source.is-generic {
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.08);
  color: var(--wdp-text);
}

.mc-site .mc-mb-export-summary {
  margin-bottom: 0.35rem;
}

.mc-site .mc-mb-export-hint {
  margin: 0 0 1rem;
}

.mc-site .mc-mb-validation {
  margin-bottom: 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: var(--wdp-radius);
  font-size: 0.85rem;
  line-height: 1.45;
}

.mc-site .mc-mb-validation.is-ok {
  border: 1px solid rgba(34, 211, 238, 0.35);
  background: rgba(34, 211, 238, 0.08);
  color: var(--wdp-text);
}

.mc-site .mc-mb-validation.is-error {
  border: 1px solid rgba(248, 113, 113, 0.4);
  background: rgba(248, 113, 113, 0.08);
}

.mc-site .mc-mb-validation ul {
  margin: 0.35rem 0 0;
  padding-left: 1.15rem;
}

.mc-site .mc-mb-validation-warn {
  margin: 0.5rem 0 0;
  color: var(--wdp-muted);
  font-size: 0.8rem;
}

.mc-site .mc-mb-json-preview {
  max-height: 20rem;
}

.mc-site .mc-mb-checklist {
  list-style: decimal;
  padding-left: 1.25rem;
}

.mc-site .mc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mc-site .wdp-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ── Hire page ───────────────────────────────────────────────── */
.mc-site .mc-hire-stats {
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  .mc-site .mc-hire-stats {
    grid-template-columns: repeat(2, 1fr);
    max-width: 28rem;
  }
}

@media (min-width: 768px) {
  .mc-site .mc-hire-stats {
    grid-template-columns: repeat(4, 1fr);
    max-width: none;
  }
}

.mc-site .mc-hire-features {
  max-width: 56rem;
  margin: 0 auto;
}

.mc-site .mc-hire-features .wdp-feature {
  min-height: 0;
}

.mc-site .mc-hire-services {
  gap: 1.25rem;
}

.mc-site .mc-hire-scope {
  padding-top: 0;
}

.mc-site .mc-hire-scope-inner {
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: var(--wdp-radius);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .mc-site .mc-hire-scope-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }

  .mc-site .mc-hire-scope-inner .wdp-chips {
    flex-shrink: 0;
    max-width: 14rem;
  }
}

.mc-site .mc-hire-scope-inner h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
}

.mc-site .mc-hire-scope-inner p {
  margin: 0;
  color: var(--wdp-muted);
  max-width: 36rem;
  font-size: 0.95rem;
}

.mc-site .mc-hire-cursor {
  padding-top: 0;
}

.mc-site .mc-hire-cursor-grid {
  margin-bottom: 0;
}

.mc-site .mc-hire-cursor .mc-cursor-modal-card {
  padding: 1.15rem 1.2rem;
}

.mc-site .mc-hire-cursor .mc-cursor-modal-card-text {
  min-height: 0;
  font-size: 0.9rem;
}

.mc-site .mc-hire-cursor .mc-cursor-modal-offer-title,
.mc-site .mc-hire-cursor .mc-cursor-modal-onboarding-title {
  font-size: 1.05rem;
}

.mc-site .mc-hire-rate {
  padding-top: 0;
}

.mc-site .mc-hire-rate-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(135deg, rgba(129, 140, 248, 0.12), rgba(244, 114, 182, 0.08));
  border: 1px solid rgba(129, 140, 248, 0.25);
  border-radius: var(--wdp-radius);
}

@media (min-width: 640px) {
  .mc-site .mc-hire-rate-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}

.mc-site .mc-hire-rate-label {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wdp-cyan);
}

.mc-site .mc-hire-rate-inner h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(2rem, 6vw, 2.75rem);
  letter-spacing: -0.03em;
}

.mc-site .mc-hire-rate-unit {
  font-size: 0.45em;
  font-weight: 600;
  color: var(--wdp-muted);
}

.mc-site .mc-hire-rate-note {
  margin: 0;
  color: var(--wdp-muted);
  font-size: 0.9rem;
}

.mc-site .mc-hire-rate-aside {
  max-width: 24rem;
}

.mc-site .mc-hire-rate-aside p {
  margin: 0;
  color: var(--wdp-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.mc-site .mc-license-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.mc-site .mc-license-table th,
.mc-site .mc-license-table td {
  border: 1px solid var(--wdp-border);
  padding: 0.75rem 0.85rem;
  vertical-align: top;
  text-align: left;
}

.mc-site .mc-license-table th {
  background: rgba(255, 255, 255, 0.04);
  font-weight: 600;
}

.mc-site .mc-license-contact,
.mc-site .mc-license-note {
  margin: 1rem 0 0;
  color: var(--wdp-muted);
  font-size: 0.92rem;
}

.mc-site .mc-license-pre {
  margin: 0;
  padding: 1.25rem;
  border: 1px solid var(--wdp-border);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  color: var(--wdp-text);
  font-size: 0.82rem;
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-x: auto;
  max-height: 70vh;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .mc-site .wdp-mesh,
  .mc-site .wdp-badge,
  .mc-site .wdp-gradient,
  .mc-site .wdp-cheese,
  .mc-site .wdp-attract-coin {
    animation: none !important;
    transition: none !important;
  }
}
