:root {
  --fmxp-purple: #5B2FD6;
  --fmxp-purple-hover: #4A25B8;
  --fmxp-lime: #CBF558;
  --fmxp-lime-hover: #B7E642;
  --fmxp-plum: #24143D;
  --fmxp-ink: #211630;
  --fmxp-lavender: #F5F0FF;
  --fmxp-white: #FFFFFF;
  --fmxp-body: #4B4654;
  --fmxp-muted: #716B7A;
  --fmxp-border: #DDDDE4;
  --fmxp-gold: #D0B16C;
  --fmxp-shadow-sm: 0 14px 34px rgba(36, 20, 61, .08);
  --fmxp-shadow-lg: 0 28px 72px rgba(36, 20, 61, .16);
}

html { scroll-behavior: smooth; scroll-padding-top: 144px; }
.femix-program-route { overflow-x: hidden; }
.femix-program-route #brx-footer,
.femix-program-route .brxe-popup-1236 { display: none !important; }
.fmxp-page,
.fmxp-page * { box-sizing: border-box; }
.fmxp-page {
  overflow: clip;
  background: var(--fmxp-white);
  color: var(--fmxp-ink);
  font: 400 18px/1.62 "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.fmxp-page h1,
.fmxp-page h2,
.fmxp-page h3,
.fmxp-page strong,
.fmxp-page button,
.fmxp-page .fmxp-button,
.fmxp-page .fmxp-eyebrow,
.fmxp-page summary { font-family: Poppins, Arial, sans-serif; }
.fmxp-page h1,
.fmxp-page h2,
.fmxp-page h3,
.fmxp-page p { margin-top: 0; }
.fmxp-page h1 {
  max-width: 820px;
  margin-bottom: 26px;
  color: var(--fmxp-white);
  font-size: clamp(44px, 5vw, 64px) !important;
  font-weight: 700;
  line-height: 1.055 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance;
}
.fmxp-page h2 {
  margin-bottom: 22px;
  color: var(--fmxp-ink);
  font-size: clamp(34px, 4vw, 46px) !important;
  font-weight: 700;
  line-height: 1.13 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance;
}
.fmxp-page h3 {
  margin-bottom: 12px;
  color: var(--fmxp-ink);
  font-size: clamp(20px, 1.8vw, 26px) !important;
  font-weight: 600;
  line-height: 1.28 !important;
}
.fmxp-page p { color: var(--fmxp-body); }
.fmxp-page a { color: inherit; }
.fmxp-page img { display: block; max-width: 100%; }
.fmxp-page button,
.fmxp-page a { touch-action: manipulation; }
.fmxp-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.fmxp-section { padding: clamp(80px, 8vw, 112px) 0; }
.fmxp-section--white { background: var(--fmxp-white); }
.fmxp-section--lavender { background: var(--fmxp-lavender); }
.fmxp-section--purple { background: var(--fmxp-purple); color: var(--fmxp-white); }
.fmxp-section--plum { background: var(--fmxp-plum); color: var(--fmxp-white); }
.fmxp-section--purple h2,
.fmxp-section--plum h2,
.fmxp-section--purple h3,
.fmxp-section--plum h3 { color: var(--fmxp-white); }
.fmxp-section--purple p,
.fmxp-section--plum p { color: rgba(255, 255, 255, .86); }
.fmxp-heading { max-width: 780px; margin-bottom: 52px; }
.fmxp-heading--center { margin-inline: auto; text-align: center; }
.fmxp-heading--center .fmxp-intro { margin-inline: auto; }
.fmxp-intro { max-width: 760px; font-size: clamp(18px, 1.5vw, 20px); }
.fmxp-eyebrow {
  margin-bottom: 16px !important;
  color: var(--fmxp-purple) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase;
}
.fmxp-section--purple .fmxp-eyebrow,
.fmxp-section--plum .fmxp-eyebrow,
.fmxp-hero .fmxp-eyebrow { color: var(--fmxp-lime) !important; }
.fmxp-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.fmxp-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--fmxp-white);
  color: var(--fmxp-plum) !important;
  font-weight: 700;
  transform: translateY(-160%);
}
.fmxp-skip-link:focus { transform: none; }
.fmxp-page :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--fmxp-gold) !important;
  outline-offset: 3px !important;
}

/* Shared announcement and navigation */
.fmxp-announcement { background: var(--fmxp-purple); color: var(--fmxp-white); }
.fmxp-announcement .fmxp-shell {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 14px;
}
.fmxp-announcement a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--fmxp-lime);
  font-weight: 700;
  text-underline-offset: 4px;
}
.fmxp-nav {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 88px;
  border-bottom: 1px solid rgba(36, 20, 61, .1);
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(18px);
}
.fmxp-nav__inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.fmxp-brand { display: inline-flex; flex: 0 0 auto; line-height: 1; text-decoration: none !important; }
.fmxp-brand--lockup { align-items: center; flex-direction: row; gap: 10px; }
.fmxp-brand__foundation { color: var(--fmxp-ink); font: 600 11px/1.2 "Inter", Arial, sans-serif; letter-spacing: .08em; max-width: 84px; text-transform: uppercase; }
.fmxp-brand__mark { background: var(--fmxp-border); flex: 0 0 1px; height: 28px; width: 1px; }
.fmxp-brand__name { color: var(--fmxp-purple); font: 800 25px/1 "Manrope", Arial, sans-serif; letter-spacing: -.04em; }
.fmxp-nav__links { margin-left: auto; display: flex; align-items: center; gap: clamp(13px, 1.35vw, 22px); }
.fmxp-nav__links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--fmxp-ink);
  font: 600 13px/1.2 Poppins, sans-serif;
  text-decoration: none;
}
.fmxp-nav__links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--fmxp-purple);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.fmxp-nav__links a:hover,
.fmxp-nav__links a[aria-current="page"] { color: var(--fmxp-purple); }
.fmxp-nav__links a:hover::after,
.fmxp-nav__links a[aria-current="page"]::after { transform: scaleX(1); }
.fmxp-nav__toggle { display: none; }

/* Buttons */
.fmxp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.fmxp-actions--center { justify-content: center; }
.fmxp-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 2px solid var(--fmxp-purple);
  border-radius: 12px;
  background: var(--fmxp-purple);
  color: var(--fmxp-white) !important;
  cursor: pointer;
  font: 600 16px/1.2 Poppins, sans-serif;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.fmxp-button:hover { border-color: var(--fmxp-purple-hover); background: var(--fmxp-purple-hover); box-shadow: 0 12px 28px rgba(36, 20, 61, .2); transform: translateY(-2px); }
.fmxp-button--nav { min-height: 46px; padding: 10px 18px; font-size: 13px; }
.fmxp-section--purple .fmxp-button--primary,
.fmxp-section--plum .fmxp-button--primary,
.fmxp-hero .fmxp-button--primary { border-color: var(--fmxp-lime); background: var(--fmxp-lime); color: var(--fmxp-ink) !important; }
.fmxp-section--purple .fmxp-button--primary:hover,
.fmxp-section--plum .fmxp-button--primary:hover,
.fmxp-hero .fmxp-button--primary:hover { border-color: var(--fmxp-lime-hover); background: var(--fmxp-lime-hover); }
.fmxp-button--outline-light { border-color: var(--fmxp-white); background: transparent; color: var(--fmxp-white) !important; }
.fmxp-button--outline-light:hover { border-color: var(--fmxp-white); background: var(--fmxp-white); color: var(--fmxp-plum) !important; }
/* Hero buttons run smaller than the base button so both CTAs fit on one line on desktop. */
.fmxp-hero .fmxp-actions { gap: 10px; }
.fmxp-hero .fmxp-button { padding: 12px 18px; font-size: 14px; gap: 8px; }
.fmxp-hero .fmxp-button svg { width: 16px; height: 16px; }

/* Hero */
.fmxp-hero { position: relative; overflow: hidden; color: var(--fmxp-white); }
.fmxp-hero--purple { background: var(--fmxp-purple); }
.fmxp-hero--plum { background: var(--fmxp-plum); }
.fmxp-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -170px;
  top: -210px;
  border: 72px solid rgba(203, 245, 88, .13);
  border-radius: 50%;
}
.fmxp-hero__grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: clamp(48px, 6vw, 84px); }
.fmxp-hero__copy { align-self: center; padding: 78px 0; }
.fmxp-hero h1 span { color: var(--fmxp-lime); }
.fmxp-hero__lead { max-width: 720px; margin-bottom: 20px; color: var(--fmxp-white) !important; font-size: clamp(19px, 1.65vw, 22px); line-height: 1.58; }
.fmxp-hero__support { max-width: 700px; color: rgba(255, 255, 255, .8) !important; font-size: 17px; }
.fmxp-hero__note { max-width: 700px; margin: 22px 0 0; color: rgba(255, 255, 255, .75) !important; font-size: 13px; }
.fmxp-hero__media { position: relative; min-height: 690px; margin: 0; overflow: hidden; background: var(--fmxp-ink); }
.fmxp-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.fmxp-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(36, 20, 61, .06), rgba(36, 20, 61, .32)); }
.fmxp-hero__media span { position: absolute; z-index: 1; right: -70px; bottom: -70px; width: 190px; height: 190px; border: 34px solid rgba(203, 245, 88, .82); border-radius: 50%; }
.fmxp-hero-timeline { align-self: center; position: relative; padding: 52px 42px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 28px; background: rgba(255, 255, 255, .06); box-shadow: var(--fmxp-shadow-lg); }
.fmxp-hero-timeline::before { content: ""; position: absolute; left: 69px; top: 72px; bottom: 72px; width: 2px; background: rgba(203, 245, 88, .55); }
.fmxp-hero-timeline div { position: relative; display: flex; align-items: center; gap: 22px; min-height: 88px; color: var(--fmxp-white); }
.fmxp-hero-timeline span { position: relative; z-index: 1; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--fmxp-lime); color: var(--fmxp-ink); font: 700 13px Poppins, sans-serif; }
.fmxp-hero-timeline strong { font-size: 21px; }

/* Lavender hero (Partners): light, card-style hero matching the FemiX main page */
.fmxp-hero--lavender { background: var(--fmxp-lavender); color: var(--fmxp-ink); }
.fmxp-hero--lavender::before { border-color: rgba(91, 47, 214, .12); }
.fmxp-hero--lavender .fmxp-eyebrow { color: var(--fmxp-purple) !important; }
.fmxp-hero--lavender h1 { color: var(--fmxp-ink); }
.fmxp-hero--lavender h1 span { color: var(--fmxp-purple); }
.fmxp-hero--lavender .fmxp-hero__lead { color: var(--fmxp-body) !important; }
.fmxp-hero--lavender .fmxp-hero__support { color: var(--fmxp-muted) !important; }
.fmxp-hero--lavender .fmxp-button--primary { border-color: var(--fmxp-purple); background: var(--fmxp-purple); color: var(--fmxp-white) !important; }
.fmxp-hero--lavender .fmxp-button--primary:hover { border-color: var(--fmxp-purple-hover); background: var(--fmxp-purple-hover); }
.fmxp-hero--lavender .fmxp-button--outline-light { border-color: var(--fmxp-purple); background: var(--fmxp-white); color: var(--fmxp-purple) !important; }
.fmxp-hero--lavender .fmxp-button--outline-light:hover { border-color: var(--fmxp-purple-hover); background: var(--fmxp-lavender); color: var(--fmxp-purple-hover) !important; }
.fmxp-hero__disclosure { margin: clamp(28px, 3vw, 44px) 0 0; padding-bottom: clamp(36px, 4.5vw, 56px); color: var(--fmxp-muted) !important; font-size: 13px; line-height: 1.55; text-align: left; }

/* Card-style hero image (Partners, Investors, Give, Experts): same size and
   rounded-card treatment as the FemiX main page hero. Guarded to the desktop
   two-column layout so it never fights the shared mobile stacked banner. */
@media (min-width: 901px) {
  .fmxp-hero--card .fmxp-hero__grid { min-height: 0; align-items: center; }
  .fmxp-hero--card .fmxp-hero__copy { padding: 72px 0; }
  .fmxp-hero--card .fmxp-hero__media { min-height: 0; aspect-ratio: 4 / 5; overflow: visible; background: transparent; box-shadow: none; }
  .fmxp-hero--card .fmxp-hero__media img { border-radius: 16px; box-shadow: var(--fmxp-shadow-lg); }
  .fmxp-hero--card .fmxp-hero__media::after,
  .fmxp-hero--card .fmxp-hero__media span { display: none; }
}
.fmxp-hero__media figcaption { margin-top: 12px; color: currentColor; opacity: .68; font-size: 12px; }

/* Cards and reusable content */
.fmxp-card-grid { display: grid; gap: 22px; }
.fmxp-card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fmxp-card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fmxp-card-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.fmxp-card {
  min-width: 0;
  min-height: 238px;
  padding: 30px;
  border: 1px solid var(--fmxp-border);
  border-radius: 22px;
  background: var(--fmxp-white);
  box-shadow: var(--fmxp-shadow-sm);
}
.fmxp-card--compact { min-height: 200px; }
.fmxp-card .fmxp-icon { width: 44px; height: 44px; margin-bottom: 28px; color: var(--fmxp-purple); }
.fmxp-card p { margin-bottom: 0; font-size: 16px; line-height: 1.62; }
.fmxp-section--purple .fmxp-card,
.fmxp-section--plum .fmxp-card { border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .07); box-shadow: none; }
.fmxp-section--purple .fmxp-card .fmxp-icon,
.fmxp-section--plum .fmxp-card .fmxp-icon { color: var(--fmxp-lime); }
.fmxp-featured { max-width: 920px; margin: 0 auto 24px; padding: 42px; border: 2px solid var(--fmxp-purple); border-radius: 24px; background: linear-gradient(135deg, var(--fmxp-lavender), var(--fmxp-white)); box-shadow: var(--fmxp-shadow-sm); text-align: center; }
.fmxp-featured > span,
.fmxp-tag { display: inline-flex; min-height: 28px; align-items: center; padding: 5px 11px; border-radius: 999px; background: var(--fmxp-lime); color: var(--fmxp-ink); font: 600 11px/1.2 Poppins, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.fmxp-featured p { max-width: 680px; margin-inline: auto; }
.fmxp-disclosure { max-width: 880px; margin: 30px auto 0; color: var(--fmxp-muted) !important; font-size: 13px; text-align: center; }
.fmxp-section--purple .fmxp-disclosure,
.fmxp-section--plum .fmxp-disclosure { color: rgba(255, 255, 255, .72) !important; }

/* Proof and imagery */
.fmxp-metrics { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--fmxp-border); border-radius: 24px; background: var(--fmxp-white); box-shadow: var(--fmxp-shadow-sm); }
.fmxp-metrics div { min-height: 175px; display: flex; flex-direction: column; justify-content: center; padding: 32px; border-right: 1px solid var(--fmxp-border); }
.fmxp-metrics div:last-child { border: 0; }
.fmxp-metrics strong { margin-bottom: 8px; color: var(--fmxp-purple); font-size: 38px; }
.fmxp-metrics span { color: var(--fmxp-muted); font-size: 15px; }
.fmxp-mosaic { height: 420px; margin-top: 26px; display: grid; grid-template-columns: 1.35fr .82fr .82fr; gap: 14px; }
.fmxp-mosaic img { width: 100%; height: 100%; border-radius: 22px; object-fit: cover; }

/* Lists, flows, and timelines */
.fmxp-split { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: clamp(48px, 7vw, 90px); }
.fmxp-checklist { margin: 0; padding: 0; list-style: none; }
.fmxp-checklist li { min-height: 50px; display: flex; align-items: flex-start; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--fmxp-border); }
.fmxp-checklist li:last-child { border-bottom: 0; }
.fmxp-checklist svg { flex: 0 0 22px; width: 22px; margin-top: 3px; color: var(--fmxp-purple); }
.fmxp-checklist--columns { max-width: 980px; margin: 38px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 38px; }
.fmxp-section--purple .fmxp-checklist li,
.fmxp-section--plum .fmxp-checklist li { border-color: rgba(255, 255, 255, .18); }
.fmxp-section--purple .fmxp-checklist svg,
.fmxp-section--plum .fmxp-checklist svg { color: var(--fmxp-lime); }
.fmxp-mini-timeline { position: relative; margin: 0; padding: 0; list-style: none; }
.fmxp-mini-timeline::before { content: ""; position: absolute; left: 25px; top: 26px; bottom: 26px; width: 2px; background: var(--fmxp-purple); opacity: .25; }
.fmxp-mini-timeline li { position: relative; min-height: 82px; display: flex; align-items: center; gap: 18px; }
.fmxp-mini-timeline span { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 52px; border-radius: 50%; background: var(--fmxp-lime); color: var(--fmxp-ink); font: 700 12px Poppins, sans-serif; }
.fmxp-mini-timeline strong { color: var(--fmxp-ink); font-size: 19px; }
.fmxp-process { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; }
.fmxp-process li { min-height: 210px; display: flex; align-items: flex-start; gap: 18px; padding: 28px; border: 1px solid var(--fmxp-border); border-radius: 22px; background: var(--fmxp-white); }
.fmxp-process li > span { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; border-radius: 50%; background: var(--fmxp-lime); color: var(--fmxp-ink); font: 700 12px Poppins, sans-serif; }
.fmxp-process p { margin-bottom: 0; font-size: 15px; }
.fmxp-section--purple .fmxp-process li,
.fmxp-section--plum .fmxp-process li { border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .07); }
.fmxp-flow { margin: 10px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.fmxp-flow li { position: relative; min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 24px 20px; text-align: center; }
.fmxp-flow li:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -11px; width: 22px; height: 22px; border-top: 2px solid var(--fmxp-purple); border-right: 2px solid var(--fmxp-purple); transform: translateY(-50%) rotate(45deg); }
.fmxp-flow span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--fmxp-lime); color: var(--fmxp-ink); font: 700 12px Poppins, sans-serif; }
.fmxp-flow strong { font-size: 17px; }
.fmxp-note-card { padding: 38px; border: 1px solid var(--fmxp-gold); border-radius: 24px; background: var(--fmxp-white); box-shadow: var(--fmxp-shadow-sm); }
.fmxp-note-card > span { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--fmxp-lavender); color: var(--fmxp-purple); }
.fmxp-note-card .fmxp-icon { width: 28px; height: 28px; }
.fmxp-note-card p { margin-bottom: 0; }

/* Investor readiness */
.fmxp-readiness { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(48px, 7vw, 90px); }
.fmxp-readiness__list article { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--fmxp-border); }
.fmxp-readiness__list article > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 50%; background: var(--fmxp-lime); color: var(--fmxp-purple); }
.fmxp-readiness__list h3 { margin-bottom: 5px; font-size: 18px !important; }
.fmxp-readiness__list p { margin-bottom: 0; font-size: 15px; }
.fmxp-before-after { padding: 38px; border-radius: 26px; background: var(--fmxp-plum); color: var(--fmxp-white); box-shadow: var(--fmxp-shadow-lg); }
.fmxp-before-after > span { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: rgba(255, 255, 255, .12); color: var(--fmxp-lime); font: 600 12px Poppins, sans-serif; text-transform: uppercase; }
.fmxp-before-after p { margin: 12px 0 22px; color: var(--fmxp-white); }
.fmxp-before-after i { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--fmxp-lime); color: var(--fmxp-ink); transform: rotate(90deg); }
.fmxp-before-after small { display: block; margin-top: 22px; color: rgba(255, 255, 255, .68); }

/* Ownership and giving */
.fmxp-ownership { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(48px, 7vw, 90px); }
.fmxp-ownership > div:first-child > p:first-child { font-size: 20px; }
.fmxp-callout { padding: 20px 22px; border-left: 5px solid var(--fmxp-lime); background: var(--fmxp-lavender); color: var(--fmxp-ink) !important; font-weight: 600; }
.fmxp-ownership__visual { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; padding: 38px; border: 1px solid var(--fmxp-border); border-radius: 28px; background: var(--fmxp-lavender); text-align: center; }
.fmxp-ownership__visual > span { grid-row: 1; color: var(--fmxp-muted); font: 600 12px Poppins, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.fmxp-ownership__visual > strong { grid-row: 2; color: var(--fmxp-purple); font-size: clamp(52px, 6vw, 78px); line-height: 1; }
.fmxp-ownership__visual > small { grid-row: 3; color: var(--fmxp-body); }
.fmxp-ownership__visual > i { grid-column: 2; grid-row: 1 / span 3; color: var(--fmxp-purple); }
.fmxp-gift-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.fmxp-gift-grid article { min-height: 215px; padding: 30px; border: 1px solid var(--fmxp-border); border-radius: 22px; background: var(--fmxp-white); }
.fmxp-gift-grid article.is-featured { border: 2px solid var(--fmxp-purple); box-shadow: var(--fmxp-shadow-sm); }
.fmxp-gift-grid article > strong { display: block; margin-bottom: 14px; color: var(--fmxp-purple); font-size: 28px; }
.fmxp-gift-grid h3 { font-size: 21px !important; }
.fmxp-gift-grid p { margin-bottom: 0; font-size: 15px; }
.fmxp-story { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(42px, 7vw, 90px); }
.fmxp-story > img { width: 100%; max-height: 520px; border-radius: 28px; object-fit: cover; object-position: center 25%; box-shadow: var(--fmxp-shadow-lg); }
.fmxp-story > div > p { color: var(--fmxp-white); font-size: 20px; }
.fmxp-invitation { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(42px, 6vw, 84px); }
.fmxp-invitation__media img { display: block; width: 100%; max-height: 560px; border-radius: 28px; object-fit: cover; object-position: center 20%; box-shadow: var(--fmxp-shadow-lg); }
.fmxp-invitation__body .fmxp-checklist { margin-bottom: 8px; }
.fmxp-donation-paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fmxp-donation-paths article { padding: 30px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 22px; background: rgba(255, 255, 255, .07); }
.fmxp-donation-paths article > span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--fmxp-lime); color: var(--fmxp-ink); }
.fmxp-donation-paths .fmxp-icon { width: 26px; height: 26px; }
.fmxp-donation-paths p { min-height: 78px; margin-bottom: 16px; }
.fmxp-donation-paths small { color: var(--fmxp-lime); font-weight: 600; }

/* Expert filters */
.fmxp-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 0 34px; }
.fmxp-filters button { min-height: 44px; padding: 10px 17px; border: 1px solid var(--fmxp-border); border-radius: 999px; background: var(--fmxp-white); color: var(--fmxp-body); cursor: pointer; font-size: 13px; font-weight: 600; }
.fmxp-filters button:hover,
.fmxp-filters button[aria-pressed="true"] { border-color: var(--fmxp-purple); background: var(--fmxp-purple); color: var(--fmxp-white); }
.fmxp-role-card { min-height: 260px; }
.fmxp-role-card[hidden] { display: none; }
.fmxp-role-card .fmxp-tag { margin-bottom: 26px; }

/* Impact */
.fmxp-targets { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.fmxp-targets article { min-height: 260px; padding: 26px; border: 2px solid var(--fmxp-purple); border-radius: 22px; background: transparent; }
.fmxp-targets article > span { color: var(--fmxp-purple); font: 600 10px Poppins, sans-serif; letter-spacing: .07em; }
.fmxp-targets h3 { margin: 22px 0 4px; font-size: 18px !important; }
.fmxp-targets strong { display: block; color: var(--fmxp-purple); font-size: 45px; line-height: 1; }
.fmxp-targets p { margin: 16px 0 0; font-size: 14px; }
.fmxp-dashboard { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.fmxp-dashboard details { overflow: hidden; border: 1px solid var(--fmxp-border); border-radius: 20px; background: var(--fmxp-white); }
.fmxp-dashboard summary { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 20px 24px; cursor: pointer; list-style: none; }
.fmxp-dashboard summary::-webkit-details-marker { display: none; }
.fmxp-dashboard summary > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--fmxp-lavender); color: var(--fmxp-purple); }
.fmxp-dashboard .fmxp-icon { width: 23px; height: 23px; }
.fmxp-dashboard summary strong { font-size: 16px; }
.fmxp-dashboard summary i { color: var(--fmxp-purple); font-size: 25px; font-style: normal; }
.fmxp-dashboard details[open] summary i { transform: rotate(45deg); }
.fmxp-dashboard details > div { padding: 0 24px 24px 82px; }
.fmxp-dashboard details p { margin-bottom: 10px; font-size: 15px; }
.fmxp-dashboard details small { color: var(--fmxp-muted); }
.fmxp-funding { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(48px, 7vw, 90px); }
.fmxp-funding aside { padding: 34px; border: 1px dashed var(--fmxp-purple); border-radius: 24px; background: var(--fmxp-lavender); }
.fmxp-funding aside > span { color: var(--fmxp-purple); font: 600 11px Poppins, sans-serif; letter-spacing: .07em; }
.fmxp-placeholder-bars { height: 160px; display: flex; align-items: flex-end; gap: 14px; margin: 26px 0; }
.fmxp-placeholder-bars i { flex: 1; border: 2px solid var(--fmxp-purple); border-bottom: 0; border-radius: 10px 10px 0 0; opacity: .35; }
.fmxp-placeholder-bars i:nth-child(1) { height: 45%; }
.fmxp-placeholder-bars i:nth-child(2) { height: 78%; }
.fmxp-placeholder-bars i:nth-child(3) { height: 60%; }
.fmxp-funding aside p { margin-bottom: 0; font-size: 14px; }
.fmxp-documents { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.fmxp-documents article { min-height: 275px; padding: 30px; border: 1px solid var(--fmxp-border); border-radius: 22px; background: var(--fmxp-white); }
.fmxp-documents article > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.fmxp-documents article > div span { padding: 5px 10px; border-radius: 999px; background: var(--fmxp-lavender); color: var(--fmxp-purple); font: 600 11px Poppins, sans-serif; text-transform: uppercase; }
.fmxp-documents article > div small { color: var(--fmxp-muted); font-size: 11px; }
.fmxp-documents p { font-size: 15px; }
.fmxp-documents button { min-height: 44px; padding: 10px 15px; border: 1px solid var(--fmxp-border); border-radius: 10px; background: #EEEAF4; color: var(--fmxp-muted); cursor: not-allowed; }

/* Forms */
.fmxp-form-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(44px, 6vw, 78px); }
.fmxp-form-promise { padding: 20px; border-left: 4px solid var(--fmxp-lime); background: rgba(255, 255, 255, .08); color: var(--fmxp-white) !important; font-size: 14px; }
.fmxp-form { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 34px; border-radius: 26px; background: var(--fmxp-white); box-shadow: var(--fmxp-shadow-lg); color: var(--fmxp-ink); }
.fmxp-form-layout--centered { display: flex; justify-content: center; }
.fmxp-form-layout--centered .fmxp-form { width: min(100%, 1060px); }
#partnership-inquiry .fmxp-shell { width: min(1280px, calc(100% - 48px)); }
.fmxp-form--partner {
  gap: 22px 20px;
  overflow: hidden;
  padding: clamp(34px, 4.2vw, 56px);
  border: 1px solid rgba(36, 20, 61, .08);
  border-radius: 32px;
  box-shadow: 0 34px 90px rgba(20, 10, 40, .24);
}
.fmxp-form--partner::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--fmxp-lime), #E8FFAA 50%, var(--fmxp-lime));
  content: "";
}
.fmxp-field > span { display: block; margin-bottom: 8px; color: var(--fmxp-body); font: 600 13px/1.4 Poppins, sans-serif; }
.fmxp-field > span b { color: var(--fmxp-purple); }
.fmxp-field--wide { grid-column: 1 / -1; }
.fmxp-field input,
.fmxp-field select,
.fmxp-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid var(--fmxp-border);
  border-radius: 11px;
  background: var(--fmxp-white);
  color: var(--fmxp-ink);
  font: 400 16px/1.45 "Open Sans", Arial, sans-serif;
}
.fmxp-field textarea { min-height: 112px; resize: vertical; }
.fmxp-field input:hover,
.fmxp-field select:hover,
.fmxp-field textarea:hover { border-color: var(--fmxp-purple); }
.fmxp-field [aria-invalid="true"] { border-color: #A52020; box-shadow: 0 0 0 1px #A52020; }
.fmxp-choice-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.fmxp-choice-field legend {
  margin-bottom: 5px;
  padding: 0;
  color: var(--fmxp-body);
  font: 600 13px/1.4 Poppins, sans-serif;
}
.fmxp-choice-field legend b { color: var(--fmxp-purple); }
.fmxp-field-help { margin: 0 0 12px !important; color: var(--fmxp-muted) !important; font-size: 13px; }
.fmxp-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.fmxp-choice {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid var(--fmxp-border);
  border-radius: 13px;
  background: #FBFAFD;
  color: var(--fmxp-body);
  cursor: pointer;
  font-size: 14px;
  line-height: 1.35;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.fmxp-choice:hover { border-color: rgba(91, 47, 214, .6); background: #F8F4FF; }
.fmxp-choice:has(input:checked) { border-color: var(--fmxp-purple); background: #F3EEFF; box-shadow: inset 0 0 0 1px var(--fmxp-purple); }
.fmxp-choice:focus-within { outline: 3px solid var(--fmxp-gold); outline-offset: 2px; }
.fmxp-choice input,
.fmxp-field .fmxp-choice input {
  width: 20px;
  min-height: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  accent-color: var(--fmxp-purple);
}
.fmxp-choice input:focus-visible { outline: 0 !important; }
.fmxp-choice-field[aria-invalid="true"] .fmxp-choice-grid { padding: 3px; border-radius: 15px; box-shadow: 0 0 0 2px #A52020; }
.fmxp-field-error { min-height: 20px; display: block; padding-top: 4px; color: #8B1616; font-size: 12px; }
.fmxp-consent { display: flex; align-items: flex-start; gap: 12px; color: var(--fmxp-body); font-size: 13px; }
.fmxp-consent input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 2px; }
.fmxp-consent > span { display: block; }
.fmxp-consent a { color: var(--fmxp-purple); font-weight: 600; }
.fmxp-form__submit { display: flex; align-items: center; gap: 20px; }
.fmxp-form-status { margin: 0 !important; color: var(--fmxp-body) !important; font-size: 13px; }
.fmxp-form-status.is-success { color: #17602C !important; }
.fmxp-form-status.is-error { color: #8B1616 !important; }
.fmxp-error-summary { grid-column: 1 / -1; padding: 14px 16px; border-left: 4px solid #A52020; background: #FFF0F0; color: #711414; font-size: 14px; }
.fmxp-honeypot { position: absolute; left: -9999px; }

/* Footer */
.fmxp-footer { padding: 76px 0 28px; background: var(--fmxp-white); }
.fmxp-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.fmxp-footer__grid > div > p { max-width: 440px; margin-top: 22px; font-size: 15px; }
.fmxp-footer nav { display: flex; flex-direction: column; gap: 9px; }
.fmxp-footer nav h2 { margin: 0 0 10px; font-size: 14px !important; text-transform: uppercase; }
.fmxp-footer nav a { color: var(--fmxp-body); font-size: 14px; text-decoration: none; }
.fmxp-footer nav a:hover { color: var(--fmxp-purple); }
.fmxp-footer__legal { margin-top: 50px; padding-top: 24px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--fmxp-border); }
.fmxp-footer__legal p { max-width: 800px; margin-bottom: 0; font-size: 12px; }
.fmxp-footer__legal div { display: flex; gap: 18px; font-size: 12px; }

.fmxp-motion-ready [data-fmxp-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.fmxp-motion-ready [data-fmxp-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .fmxp-nav__toggle {
    order: 4;
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .fmxp-nav__toggle i { width: 24px; height: 2px; display: block; background: var(--fmxp-ink); transition: transform .2s ease; }
  .fmxp-nav__toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4.5px) rotate(45deg); }
  .fmxp-nav__toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4.5px) rotate(-45deg); }
  .fmxp-nav__links {
    position: absolute;
    z-index: 110;
    top: 76px;
    right: 24px;
    left: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 18px;
    border: 1px solid var(--fmxp-border);
    border-radius: 18px;
    background: var(--fmxp-white);
    box-shadow: var(--fmxp-shadow-lg);
  }
  .fmxp-nav__links.is-open { display: flex; }
  .fmxp-nav__links a { padding: 4px 8px; border-bottom: 1px solid var(--fmxp-border); }
  .fmxp-nav__links a:last-child { border: 0; }
  .fmxp-nav__links a::after { display: none; }
  .fmxp-nav .fmxp-button--nav { margin-left: auto; }
  .fmxp-card-grid--5 { grid-template-columns: repeat(3, 1fr); }
  .fmxp-card-grid--5 .fmxp-card:last-child { grid-column: 2; }
  .fmxp-targets { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 116px; }
  .fmxp-section { padding: 72px 0; }
  .fmxp-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .fmxp-hero__copy { padding: 68px 0 54px; }
  .fmxp-hero__media { min-height: 0; aspect-ratio: 16 / 10; border-radius: 26px 26px 0 0; }
  .fmxp-hero-timeline { margin: 0 0 56px; }
  .fmxp-card-grid--3,
  .fmxp-card-grid--4,
  .fmxp-card-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fmxp-card-grid--5 .fmxp-card:last-child { grid-column: 1 / -1; }
  .fmxp-process { grid-template-columns: repeat(2, 1fr); }
  .fmxp-split,
  .fmxp-readiness,
  .fmxp-ownership,
  .fmxp-funding,
  .fmxp-form-layout { grid-template-columns: 1fr; gap: 42px; }
  .fmxp-flow { grid-template-columns: repeat(2, 1fr); }
  .fmxp-flow li:nth-child(2)::after { display: none; }
  .fmxp-mosaic { height: auto; grid-template-columns: 1fr 1fr; }
  .fmxp-mosaic img { height: 280px; }
  .fmxp-mosaic img:first-child { grid-column: 1 / -1; }
  .fmxp-targets { grid-template-columns: repeat(2, 1fr); }
  .fmxp-donation-paths { grid-template-columns: 1fr; }
  .fmxp-donation-paths p { min-height: 0; }
}

/* The child theme's primary mobile breakpoint is 767px. */
@media (max-width: 767px) {
    .fmxp-section {
        padding-block: 68px;
    }

    .fmxp-hero__actions,
    .fmxp-section__actions,
    .fmxp-form__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .fmxp-button {
        width: 100%;
    }

    .fmxp-field-row,
    .fmxp-form-layout,
    .fmxp-split,
    .fmxp-story,
    .fmxp-invitation {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
  .fmxp-page { font-size: 17px; }
  .fmxp-shell { width: calc(100% - 36px); }
  .fmxp-page h1 { font-size: clamp(40px, 11vw, 44px) !important; }
  .fmxp-page h2 { font-size: clamp(30px, 8.6vw, 34px) !important; }
  .fmxp-announcement .fmxp-shell { min-height: 58px; flex-direction: column; gap: 2px; padding: 8px 0; text-align: center; }
  .fmxp-announcement svg { display: none; }
  .fmxp-nav { height: 72px; }
  .fmxp-nav .fmxp-button--nav { display: none; }
  .fmxp-nav__links { top: 64px; right: 18px; left: 18px; }
  .fmxp-brand__foundation { font-size: 10px; max-width: 68px; }
  .fmxp-brand__name { font-size: 22px; }
  .fmxp-hero__copy { padding-top: 58px; }
  .fmxp-actions { align-items: stretch; flex-direction: column; }
  .fmxp-button { width: 100%; }
  .fmxp-card-grid--3,
  .fmxp-card-grid--4,
  .fmxp-card-grid--5,
  .fmxp-process,
  .fmxp-checklist--columns,
  .fmxp-gift-grid,
  .fmxp-targets,
  .fmxp-dashboard,
  .fmxp-documents,
  .fmxp-form { grid-template-columns: 1fr; }
  .fmxp-card-grid--5 .fmxp-card:last-child,
  .fmxp-field--wide { grid-column: auto; }
  .fmxp-card { min-height: 0; padding: 26px; }
  .fmxp-process li { min-height: 0; }
  .fmxp-flow { grid-template-columns: 1fr; }
  .fmxp-flow li { min-height: 112px; }
  .fmxp-flow li:not(:last-child)::after { top: auto; right: 50%; bottom: -5px; transform: translateX(50%) rotate(135deg); }
  .fmxp-ownership__visual { grid-template-columns: 1fr; }
  .fmxp-ownership__visual > span,
  .fmxp-ownership__visual > strong,
  .fmxp-ownership__visual > small,
  .fmxp-ownership__visual > i { grid-column: 1; grid-row: auto; }
  .fmxp-ownership__visual > i { transform: rotate(90deg); }
  .fmxp-story { grid-template-columns: 1fr; }
  .fmxp-story > img { max-height: 390px; }
  .fmxp-invitation { grid-template-columns: 1fr; }
  .fmxp-invitation__media img { max-height: 390px; }
  .fmxp-metrics { grid-template-columns: 1fr; }
  .fmxp-metrics div { min-height: 128px; border-right: 0; border-bottom: 1px solid var(--fmxp-border); }
  .fmxp-mosaic { grid-template-columns: 1fr; }
  .fmxp-mosaic img,
  .fmxp-mosaic img:first-child { height: 245px; grid-column: auto; }
  .fmxp-form { padding: 24px 20px; }
  .fmxp-form--partner { gap: 18px; padding: 28px 20px; border-radius: 24px; }
  .fmxp-choice-grid { grid-template-columns: 1fr; }
  #partnership-inquiry .fmxp-shell { width: calc(100% - 36px); }
  .fmxp-form__submit { align-items: stretch; flex-direction: column; }
  .fmxp-footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .fmxp-footer__legal { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fmxp-page * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .fmxp-motion-ready [data-fmxp-reveal] { opacity: 1; transform: none; }
}
