@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600&display=swap");

body.mp-hub-page,
body.mp-hub-page #page,
body.mp-hub-page .site,
body.mp-hub-page .site-content,
body.mp-hub-page .content-area,
body.mp-hub-page main {
  background: #f6f1e7 !important;
}
body.mp-hub-page .page-header,
body.mp-hub-page .entry-header,
body.mp-hub-page .ecomus-page-header,
body.mp-hub-page .em-page-header,
body.mp-hub-page .woocommerce-breadcrumb,
body.mp-hub-page .ecomus-breadcrumb,
body.mp-hub-page .em-breadcrumb,
body.mp-hub-page .page-header__title,
body.mp-hub-page .entry-title {
  display: none !important;
}
body.mp-hub-page .site-content,
body.mp-hub-page #content,
body.mp-hub-page .content-area,
body.mp-hub-page article.page,
body.mp-hub-page .entry-content,
body.mp-hub-page .site-main,
body.mp-hub-page .site-content > .container,
body.mp-hub-page .site-content > .em-container,
body.mp-hub-page .site-content > .ecomus-container,
body.mp-hub-page .site-main > .container,
body.mp-hub-page .entry-content > .container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.mp-hub-page .entry-content,
body.mp-hub-page .site-main,
body.mp-hub-page .content-area {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

.mp-hub {
  --ink: #1c1914;
  --cream: #f6f1e7;
  --gold: #c9a66b;
  --gold-deep: #9a7b42;
  --paper: #fffdf8;
  --mute: #6b6256;
  --brick: #9a332c;
  font-family: Mulish, "Segoe UI", sans-serif;
  color: var(--ink);
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
}
.mp-hub * { box-sizing: border-box; }
.mp-hub a { color: var(--gold-deep); }
.mp-hub h1,
.mp-hub h2,
.mp-hub h3 {
  font-family: Mulish, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--ink);
}
.mp-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.mp-bleed {
  width: 100%;
  margin-left: 0;
}

.mp-hero {
  background:
    radial-gradient(900px 420px at 88% 12%, rgba(201, 166, 107, 0.16), transparent 55%),
    var(--ink);
  color: #fffdf8;
  padding: 84px 0 96px;
}
.mp-hero--short { padding: 72px 0 64px; }
.mp-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.mp-kicker {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.mp-kicker a { color: inherit; text-decoration: none; }
.mp-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5.6vw, 72px);
  color: #fffdf8;
}
.mp-hero h1 em {
  font-family: Mulish, "Segoe UI", sans-serif;
  font-style: italic;
  font-weight: 500;
  color: var(--gold);
}
.mp-lead {
  margin: 20px 0 0;
  max-width: 46ch;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 253, 248, 0.78);
}
.mp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
}
.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 11px;
  border: 0;
  text-decoration: none !important;
  font: 700 15px Mulish, sans-serif;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.mp-btn:hover { transform: translateY(-2px); }
.mp-btn--gold {
  background: var(--gold);
  color: var(--ink) !important;
  box-shadow: 0 10px 24px rgba(201, 166, 107, 0.28);
}
.mp-btn--gold:hover { background: #d4b57a; }
.mp-btn--ghost {
  background: transparent;
  color: var(--gold) !important;
  box-shadow: inset 0 0 0 1.5px var(--gold);
}
.mp-btn--ink { background: var(--ink); color: #fffdf8 !important; }
.mp-btn--ghost-ink {
  background: transparent;
  color: var(--ink) !important;
  box-shadow: inset 0 0 0 1.5px var(--ink);
}

.mp-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.mp-stats strong {
  display: block;
  font-family: Mulish, "Segoe UI", sans-serif;
  font-size: clamp(30px, 3.2vw, 42px);
  color: var(--gold);
  font-weight: 700;
}
.mp-stats span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255, 253, 248, 0.58);
}

.mp-hero__visual {
  position: relative;
  min-height: 380px;
  animation: mp-rise 0.9s ease both;
}
.mp-hero__photo {
  display: block;
  width: 100%;
  border-radius: 20px;
  transform: rotate(-3.4deg);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.mp-sticker {
  position: absolute;
  top: 22px;
  right: -10px;
  background: #fffdf8;
  color: var(--brick);
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #eadfd0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
  transform: rotate(7deg);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  animation: mp-float 5.2s ease-in-out infinite;
}
.mp-sticker b {
  display: block;
  color: var(--brick);
  font-size: 13px;
  letter-spacing: 0.1em;
}
.mp-payout {
  position: absolute;
  right: 10px;
  bottom: 36px;
  background: var(--gold);
  color: #fffdf8;
  padding: 15px 18px;
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  font-weight: 600;
  animation: mp-float 6s ease-in-out 0.4s infinite;
}
.mp-payout small {
  display: block;
  margin-top: 2px;
  font-weight: 500;
  opacity: 0.86;
  font-size: 12px;
}
.mp-script {
  position: absolute;
  left: 10px;
  bottom: 6px;
  font-family: Mulish, "Segoe UI", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  color: #fffdf8;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.mp-section { background: var(--cream); padding: 96px 0; }
.mp-section--paper { background: var(--paper); }
.mp-center { text-align: center; }
.mp-center .mp-lead { margin-left: auto; margin-right: auto; color: var(--mute); }
.mp-section h2 { margin: 8px 0 14px; font-size: clamp(36px, 4.2vw, 54px); }
.mp-kicker--oncream { color: var(--gold-deep); }

.mp-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
  text-align: left;
}
.mp-card {
  background: var(--paper);
  border-radius: 18px;
  padding: 30px 26px 34px;
  box-shadow: 0 14px 36px rgba(26, 24, 20, 0.06);
  border: 1px solid rgba(201, 166, 107, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(26, 24, 20, 0.1);
}
.mp-ico {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #efe4cf;
  color: var(--gold-deep);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.mp-ico svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mp-card h3 { margin: 0 0 10px; font-size: 27px; }
.mp-card p { margin: 0; color: var(--mute); line-height: 1.6; }

.mp-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.mp-steps li {
  background: var(--paper);
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 12px 32px rgba(26, 24, 20, 0.05);
  border: 1px solid rgba(201, 166, 107, 0.1);
  counter-increment: step;
  transition: transform 0.25s ease;
}
.mp-steps li:hover { transform: translateY(-4px); }
.mp-steps li:before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #efe4cf;
  color: var(--gold-deep);
  font-family: Mulish, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.mp-steps h3 { margin: 0 0 8px; font-size: 24px; }
.mp-steps p { margin: 0; color: var(--mute); line-height: 1.55; }

.mp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.mp-split img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 24px 48px rgba(26, 24, 20, 0.12);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.mp-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-top: 32px;
}
.mp-faq details {
  border-bottom: 1px solid #e4dccb;
  padding: 18px 0;
}
.mp-faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}
.mp-faq summary::-webkit-details-marker { display: none; }
.mp-faq summary:after {
  content: "+";
  float: right;
  color: var(--gold-deep);
  font-family: Mulish, "Segoe UI", sans-serif;
  font-size: 22px;
  line-height: 1;
}
.mp-faq details[open] summary:after { content: "–"; }
.mp-faq p { margin: 10px 0 0; color: var(--mute); line-height: 1.6; }

.mp-cta {
  background:
    radial-gradient(700px 280px at 50% 0%, rgba(201, 166, 107, 0.18), transparent 60%),
    var(--ink);
  color: #fffdf8;
  padding: 88px 0;
  text-align: center;
}
.mp-cta h2 { margin: 0 0 12px; font-size: clamp(34px, 4vw, 52px); color: #fffdf8; }
.mp-cta p { color: rgba(255, 253, 248, 0.7); }
.mp-cta a:not(.mp-btn) { color: var(--gold); }

.mp-apply {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: start;
}
.mp-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
  background: var(--paper);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(26, 24, 20, 0.07);
  border: 1px solid rgba(201, 166, 107, 0.12);
}
.mp-form label,
.mp-form legend {
  display: grid;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mute);
}
.mp-form input:not([type="checkbox"]):not([type="radio"]),
.mp-form textarea {
  font: 400 16px Mulish, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ddd3c2;
  background: transparent;
  width: 100%;
  border-radius: 0;
  appearance: none;
}
.mp-form input:not([type="checkbox"]):not([type="radio"]):focus,
.mp-form textarea:focus {
  outline: none;
  border-bottom-color: var(--gold);
}
.mp-form span { font-weight: 400; text-transform: none; letter-spacing: 0; color: #8a8378; }
.mp-form fieldset,
.mp-form .mp-agree,
.mp-form button,
.mp-form .mp-fine,
.mp-form .mp-other-field,
.mp-form label:has(textarea) { grid-column: 1 / -1; }
.mp-form fieldset {
  border: 1px solid #e4dccb;
  border-radius: 14px;
  padding: 16px 18px 18px;
  margin: 0;
}
.mp-other-field { display: none; margin-top: 14px; }
.mp-form:has(.mp-other-toggle input:checked) .mp-other-field { display: grid; }
.mp-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  text-transform: none;
  letter-spacing: 0;
}
body.mp-hub-page .mp-form input[type="checkbox"],
.mp-form input[type="checkbox"] {
  display: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
}
body.mp-hub-page .mp-form input[type="checkbox"]::before,
body.mp-hub-page .mp-form input[type="checkbox"]::after,
.mp-form input[type="checkbox"]::before,
.mp-form input[type="checkbox"]::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: none !important;
}
.mp-form label.mp-check,
.mp-checks label.mp-check {
  display: inline-flex !important;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  width: auto !important;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.mp-check > span {
  display: inline-flex !important;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #ddd3c2;
  background: #fff;
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}
.mp-check:has(input:checked) > span,
.mp-check input:checked + span {
  background: var(--ink);
  border-color: var(--ink);
  color: #fffdf8;
}
.mp-form label.mp-agree {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 12px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  font-size: 15px;
  cursor: pointer;
}
.mp-tick {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1.5px solid #c9b89a;
  border-radius: 5px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.mp-agree:has(input:checked) .mp-tick {
  background: var(--ink);
  border-color: var(--ink);
}
.mp-agree:has(input:checked) .mp-tick::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fffdf8;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.mp-agree > span { text-transform: none; letter-spacing: 0; color: var(--ink); }
.mp-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.mp-error,
.mp-notice { padding: 18px 20px; border-radius: 14px; background: #efe4cf; margin-bottom: 18px; }
.mp-error { background: #f3d6d0; }
.mp-fine { color: var(--mute); font-size: 14px; }
.mp-aside { display: grid; gap: 16px; }
.mp-aside .mp-card { margin: 0; }

.mp-legal { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.mp-legal article {
  background: var(--paper);
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 12px 30px rgba(26, 24, 20, 0.05);
  border: 1px solid rgba(201, 166, 107, 0.1);
}
.mp-legal h2 { font-size: 30px; margin: 0 0 12px; }
.mp-legal ul { margin: 0; padding-left: 1.1em; color: var(--mute); }
.mp-legal li { margin: 0 0 8px; line-height: 1.55; }

.mp-profile { margin-top: 8px; }
.mp-banner {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #1c1914, #3a2c1a);
}
.mp-banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mp-identity { display: flex; gap: 20px; align-items: flex-end; margin-top: -52px; padding: 0 10px; }
.mp-avatar {
  width: 118px;
  height: 118px;
  flex: 0 0 118px;
  border-radius: 18px;
  background: var(--ink);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 38px;
  overflow: hidden;
  box-shadow: 0 0 0 6px var(--cream);
  font-family: Mulish, "Segoe UI", sans-serif;
}
.mp-avatar img { width: 100%; height: 100%; object-fit: cover; }
.mp-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 36px 0; }
.mp-pcard {
  display: grid;
  gap: 8px;
  text-decoration: none !important;
  color: inherit;
  background: var(--paper);
  padding: 10px;
  border-radius: 16px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.mp-pcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(26, 24, 20, 0.08);
}
.mp-pcard img,
.mp-ph {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
  background: #efe4cf;
  display: grid;
  place-items: center;
}
.mp-pcard strong { font-family: Mulish, "Segoe UI", sans-serif; font-size: 20px; }

.mp-dir { padding-bottom: 8px; }
.mp-dir__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}
.mp-dir__card {
  display: grid;
  gap: 10px;
  padding: 22px;
  background: var(--paper);
  border-radius: 18px;
  text-decoration: none !important;
  color: inherit;
  border: 1px solid rgba(201, 166, 107, 0.12);
  box-shadow: 0 12px 32px rgba(26, 24, 20, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.mp-dir__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(26, 24, 20, 0.1);
}
.mp-dir__avatar {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 26px;
  overflow: hidden;
  font-family: Mulish, "Segoe UI", sans-serif;
}
.mp-dir__avatar img { width: 100%; height: 100%; object-fit: cover; }
.mp-dir__card strong { font-family: Mulish, "Segoe UI", sans-serif; font-size: 26px; }
.mp-dir__card span { color: var(--mute); font-size: 14px; }

@keyframes mp-float {
  0%, 100% { transform: rotate(7deg) translateY(0); }
  50% { transform: rotate(7deg) translateY(-8px); }
}
@keyframes mp-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .mp-hero__grid,
  .mp-cards,
  .mp-faq,
  .mp-form,
  .mp-legal,
  .mp-split,
  .mp-apply,
  .mp-dir__grid { grid-template-columns: 1fr 1fr; }
  .mp-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .mp-hero,
  .mp-hero--short { padding: 52px 0 60px; }
  .mp-hero__grid,
  .mp-cards,
  .mp-steps,
  .mp-faq,
  .mp-form,
  .mp-legal,
  .mp-split,
  .mp-products,
  .mp-stats,
  .mp-apply,
  .mp-dir__grid { grid-template-columns: 1fr; }
  .mp-hero__photo { transform: none; }
  .mp-sticker { right: 8px; }
  .mp-section { padding: 60px 0; }
  .mp-form { padding: 24px; }
  .mp-script { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .mp-sticker,
  .mp-payout,
  .mp-hero__visual,
  .mp-card,
  .mp-btn { animation: none; transition: none; }
}
