/* Brainowl-style — single centered column layout */

:root {
  --mf-arcs-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 700'%3E%3Cg fill='none' stroke='%23a8b0bc' stroke-width='1.5' opacity='0.28' stroke-dasharray='7 9'%3E%3Ccircle cx='600' cy='720' r='130'/%3E%3Ccircle cx='600' cy='720' r='220'/%3E%3Ccircle cx='600' cy='720' r='310'/%3E%3Ccircle cx='600' cy='720' r='400'/%3E%3Ccircle cx='600' cy='720' r='490'/%3E%3C/g%3E%3C/svg%3E");
  --mf-gray-bg: #f3f4f6;
  --mf-gray-circle: #f1f1f1;
  --mf-gray-bg-soft: #eceef2;
  --mf-arcs-spin-duration: 100s;
}

/* Hero: inline SVG arcs (clipped to upper arcs — stay visible while spinning) */
.mf-hero-arcs {
  position: absolute;
  left: 50%;
  bottom: -340px;
  z-index: 0;
  width: min(150vw, 1240px);
  height: min(72vw, 620px);
  transform: translateX(-50%);
  pointer-events: none;
  overflow: visible;
}

.mf-hero-arcs__svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.mf-hero-arcs__spin circle {
  fill: none;
  stroke: #a8b0bc;
  stroke-width: 1.5;
  opacity: 0.28;
  stroke-dasharray: 7 9;
}

.mf-page--single .mf-wrap {
  max-width: min(100% - 2rem, 1140px);
}

.mf-page--single .mf-section-head,
.mf-page--single .mf-section-head--center,
.mf-page--single .mf-block-center {
  text-align: center;
  margin-inline: auto;
}

.mf-page--single .mf-block-center {
  max-width: 40rem;
}

.mf-page--single .mf-hero__actions {
  justify-content: flex-start;
}

.mf-page--single .mf-label-tag {
  display: inline-block;
}

.mf-topbar {
  background: #fdf2e9;
  border-bottom: none;
  font-size: 0.8rem;
  color: var(--mf-ink-muted);
}

/* Header bar: see mindflow.css (black bar site-wide) */

.mf-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  min-height: 40px;
}

.mf-topbar a {
  color: var(--mf-ink-muted);
  text-decoration: none;
}

.mf-topbar a:hover {
  color: var(--mf-blue);
}

.mf-hero--bo {
  position: relative;
  background: #fff;
  padding: 2.5rem 0 0;
  overflow: hidden;
}

/* Brainowl-style arcs: solid dome + dashed concentric rings */
.mf-hero--bo::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
  width: min(128vw, 1020px);
  height: min(128vw, 1020px);
  border-radius: 50%;
  background: rgb(241 241 241 / 52%);
  pointer-events: none;
  z-index: 0;
}

.mf-hero--bo::after {
  content: none;
}

.mf-hero--bo .mf-wrap {
  position: relative;
  z-index: 1;
}

.mf-hero--bo .mf-wrap {
  width: min(100% - 2rem, var(--mf-max));
}

.mf-hero--bo .mf-hero__grid {
  display: grid;
  gap: 2rem 2.5rem;
  align-items: center;
  text-align: left;
  margin-bottom: 0.5rem;
}

@media (min-width: 900px) {
  .mf-hero--bo .mf-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem 3rem;
  }
}

.mf-hero--bo .mf-hero__visual {
  display: block;
  order: 2;
}

.mf-hero--bo .mf-hero__grid > div:first-child {
  order: 1;
}

.mf-hero--bo .mf-title--hero {
  font-family: var(--mf-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 5.5vw, 2.75rem);
  line-height: 1.2;
  color: var(--mf-ink);
  max-width: none;
  margin-inline: 0;
}

.mf-hero--bo .mf-title--hero .mf-highlight {
  color: var(--mf-ink);
  background: none;
  -webkit-text-fill-color: inherit;
}

.mf-hero--bo .mf-lead {
  margin-inline: 0;
  max-width: 32rem;
}

.mf-hero--bo .mf-cat-strip,
.mf-hero--bo .mf-stats-bar {
  text-align: center;
}

.mf-btn--play {
  gap: 0.65rem;
  padding-left: 0.5rem;
  padding-right: 1.35rem;
}

.mf-btn__play-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.mf-btn__play-icon svg {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

.mf-cat-strip {
  position: relative;
  z-index: 2;
  margin-top: 2.5rem;
  padding-bottom: 1rem;
}

.mf-hero--bo .mf-stats-bar {
  position: relative;
  z-index: 2;
}

.mf-cat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0;
}

@media (max-width: 899px) {
  .mf-cat-strip {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mf-cat-grid {
    display: flex;
    gap: 0.65rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.35rem;
  }

  .mf-cat-card {
    flex: 0 0 min(168px, 42vw);
    scroll-snap-align: start;
  }
}

.mf-cat-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.15rem 0.75rem 1rem;
  text-align: center;
  border: 1px solid rgba(118, 153, 207, 0.1);
  box-shadow: 0 8px 32px rgba(50, 55, 60, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.mf-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(118, 153, 207, 0.15);
}

.mf-cat-card__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.65rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--mf-surface-2);
  color: var(--mf-blue-secondary);
}

.mf-cat-card__icon svg {
  width: 26px;
  height: 26px;
}

.mf-cat-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--mf-ink);
}

.mf-cat-card p {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--mf-ink-soft);
}

.mf-cat-card__link {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--mf-purple);
  text-decoration: none;
}

.mf-cat-card__link:hover {
  text-decoration: underline;
}

.mf-stats-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
  border-top: none;
}

.mf-stats-bar__item {
  text-align: center;
}

.mf-stats-bar__num {
  font-family: var(--mf-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  color: var(--mf-purple);
  line-height: 1.1;
}

.mf-stats-bar__label {
  font-size: 0.8rem;
  color: var(--mf-blue);
  margin-top: 0.25rem;
}

.mf-section--bo-muted {
  background: var(--mf-gray-bg);
  position: relative;
  overflow: hidden;
}

.mf-section--bo-muted::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -190px;
  transform: translateX(-50%);
  width: min(125vw, 1000px);
  height: min(125vw, 1000px);
  border-radius: 50%;
  background: var(--mf-gray-circle);
  pointer-events: none;
  z-index: 0;
}

.mf-section--bo-muted::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -320px;
  width: min(150vw, 1240px);
  height: min(72vw, 620px);
  background: var(--mf-arcs-svg) center bottom / 100% auto no-repeat;
  pointer-events: none;
  z-index: 0;
}

.mf-section--bo-muted > .mf-wrap {
  position: relative;
  z-index: 1;
}

.mf-section--bo-blue {
  background: var(--mf-gray-bg);
  position: relative;
  overflow: hidden;
}

.mf-section--bo-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(107, 114, 128, 0.08) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.mf-section--bo-blue.mf-section--bo-blue-cards {
  background: #fff;
}

.mf-section--bo-blue.mf-section--bo-blue-cards::before {
  content: "";
  position: absolute;
  inset: auto;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
  width: min(128vw, 1020px);
  height: min(128vw, 1020px);
  border-radius: 50%;
  background: rgb(241 241 241 / 52%);
  pointer-events: none;
  z-index: 0;
}

.mf-section--bo-blue-cards::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -320px;
  width: min(150vw, 1240px);
  height: min(72vw, 620px);
  background: var(--mf-arcs-svg) center bottom / 100% auto no-repeat;
  pointer-events: none;
  z-index: 0;
}

.mf-section--bo-blue > .mf-wrap {
  position: relative;
  z-index: 1;
}

.mf-page--single .mf-section {
  padding: 3.5rem 0;
}

.mf-split {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.mf-split .mf-score-card {
  display: none;
}

.mf-test-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  max-width: 360px;
  margin-inline: auto;
}

.mf-page--single .mf-test-grid--row {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 920px;
  gap: 1rem;
}

@media (min-width: 768px) {
  .mf-page--single .mf-test-grid--row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }
}

.mf-test-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem 1.25rem;
  text-align: center;
  border: 1px solid rgba(118, 153, 207, 0.12);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.mf-test-card--featured {
  border-color: var(--mf-purple);
  box-shadow: none;
}

.mf-test-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--mf-surface-2);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--mf-blue-secondary);
}

.mf-test-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.mf-test-card p {
  margin: 0 0 1.25rem;
  font-size: 0.88rem;
  color: var(--mf-ink-muted);
  flex: 1;
}

.mf-features-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  margin-top: 2rem;
  max-width: 28rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .mf-page--single .mf-features-3--row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 920px;
    gap: 2rem;
    align-items: start;
  }
}

.mf-feature-col {
  text-align: center;
  padding: 0 0.5rem;
}

.mf-feature-col__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 16px;
  background: var(--mf-surface-2);
  color: var(--mf-blue-secondary);
  display: grid;
  place-items: center;
}

.mf-feature-col h3 {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.mf-feature-col p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--mf-ink-muted);
  line-height: 1.55;
}

.mf-science-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  max-width: 400px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .mf-page--single .mf-science-grid--row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    gap: 1.25rem;
    align-items: stretch;
  }

  .mf-page--single .mf-science-grid--row .mf-science-card {
    text-align: left;
  }
}

.mf-science-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid rgba(118, 153, 207, 0.1);
  box-shadow: 0 4px 24px rgba(50, 55, 60, 0.05);
}

.mf-science-card__label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mf-purple);
  margin-bottom: 0.5rem;
}

.mf-science-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
}

.mf-science-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--mf-ink-muted);
  line-height: 1.55;
}

.mf-reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  max-width: 400px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .mf-page--single .mf-reviews--row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    gap: 1.25rem;
    align-items: stretch;
  }
}

.mf-review-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(118, 153, 207, 0.12);
  box-shadow: 0 4px 20px rgba(50, 55, 60, 0.05);
}

.mf-review-card blockquote {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--mf-ink-muted);
  font-style: normal;
}

.mf-review-card cite {
  font-style: normal;
  font-weight: 700;
  color: var(--mf-ink);
  font-size: 0.9rem;
}

.mf-review-card__title {
  font-weight: 700;
  color: var(--mf-ink);
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
}

.mf-cta-band--bo {
  background: linear-gradient(135deg, #000000 0%, var(--mf-purple-dark) 45%, var(--mf-purple) 100%);
}

.mf-cta-section .mf-cta-band--bo {
  box-sizing: border-box;
  min-height: calc(278px + 56px * 2);
  padding-block: 56px;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mf-cta-band--bo .mf-btn--outline-light {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: none;
}

.mf-cta-band--bo .mf-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .mf-cta-band--bo .mf-btn--outline-light:hover {
    transform: none;
  }
}

.mf-footer--bo {
  background: var(--mf-ink);
  color: rgba(255, 255, 255, 0.75);
  padding: 3rem 0 2rem;
}

.mf-footer--bo a {
  color: rgba(255, 255, 255, 0.85);
}

.mf-footer--bo strong {
  color: #fff;
}

.mf-label-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mf-ink-muted);
  margin-bottom: 0.75rem;
}

.mf-label-tag::before {
  content: "\2022  ";
  color: var(--mf-purple);
}

.mf-page--single .mf-faq summary::after {
  color: var(--mf-purple);
}

.mf-page--single .mf-faq details[open] {
  border-color: rgba(120, 81, 210, 0.22);
  box-shadow: 0 4px 20px rgba(120, 81, 210, 0.1);
}

.mf-page--single .mf-faq {
  max-width: 36rem;
  margin-inline: auto;
  text-align: left;
}

.mf-cta-section {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.mf-cta-section .mf-cta-band {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

.mf-stats-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.mf-stats-bar__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(118, 153, 207, 0.15);
  display: grid;
  place-items: center;
  color: var(--mf-blue);
  box-shadow: 0 2px 12px rgba(50, 55, 60, 0.06);
}

.mf-stats-bar__icon svg {
  width: 20px;
  height: 20px;
}

.mf-page--single .mf-header__inner,
.mf-page--single .mf-topbar__inner {
  max-width: min(100% - 2rem, 1140px);
  margin-inline: auto;
}

.mf-page--single .mf-footer__grid {
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
}

.mf-page--single .mf-footer__grid > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.mf-page--single .mf-footer__grid .mf-logo__img--footer {
  margin-inline: auto;
}

.mf-page--single .mf-footer__links {
  justify-content: center;
}

/* Smooth scroll + anchor offset for sticky header */
.mf-scroll-smooth {
  scroll-behavior: smooth;
}

#how-it-works {
  scroll-margin-top: 5.5rem;
}

.mf-section--how {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 3.5rem 0 4rem;
  background: #0a0612;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.mf-section--how::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    135deg,
    #000000 0%,
    #1a1033 22%,
    var(--mf-purple-dark) 45%,
    var(--mf-purple) 62%,
    #4b2c85 78%,
    #000000 100%
  );
  background-size: 240% 240%;
  animation: mf-how-gradient-shift 16s ease-in-out infinite;
  pointer-events: none;
}

.mf-section--how::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
}

@keyframes mf-how-gradient-shift {
  0%,
  100% {
    background-position: 0% 35%;
  }
  50% {
    background-position: 100% 65%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mf-section--how::after {
    animation: none;
    background-size: 100% 100%;
    background: linear-gradient(135deg, #000000 0%, var(--mf-purple) 100%);
  }
}

.mf-section--how .mf-wrap {
  width: min(100% - 2rem, var(--mf-max));
  position: relative;
  z-index: 2;
}

.mf-section--how .mf-title--section {
  color: #fff;
}

.mf-how-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .mf-how-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.mf-how-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 1.5rem 1.25rem 1.75rem;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .mf-how-card {
    padding: 2rem 1.75rem 2.25rem;
  }
}

.mf-how-card__icon {
  width: 40px;
  height: 40px;
  color: rgb(90, 100, 114);
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
}

.mf-how-card__icon svg {
  display: block;
  width: 38px;
  height: 38px;
}

.mf-how-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--mf-ink);
}

.mf-how-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mf-how-card__icon,
.mf-how-card__content h3,
.mf-how-card__content p {
  position: relative;
  z-index: 1;
}

.mf-how-step-num {
  color: rgb(90, 100, 114);
  font-weight: 700;
  margin-right: 0.4rem;
}

.mf-how-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--mf-ink-muted);
}

.mf-hero--bo .mf-hero__actions .mf-btn--outline {
  flex-shrink: 0;
}

/* Home header — nav button alignment */
.mf-header--home .mf-nav--desktop .mf-btn--primary {
  border: 2px solid transparent;
}

/* Slide-down header nav (home, help, etc.) */
.mf-header--slide-nav {
  position: sticky;
  top: 0;
  z-index: 100;
}

.mf-header--slide-nav .mf-header__menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--mf-radius-btn);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.mf-header--slide-nav .mf-header__menu-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.mf-header--slide-nav .mf-header__menu-icon--close {
  display: none;
}

.mf-header--slide-nav.mf-header--menu-open .mf-header__menu-icon--burger {
  display: none;
}

.mf-header--slide-nav.mf-header--menu-open .mf-header__menu-icon--close {
  display: block;
}

.mf-header--slide-nav .mf-mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0 1rem 1.25rem;
  background: var(--mf-surface);
  border-bottom: 1px solid rgba(118, 153, 207, 0.25);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    max-height 0.32s ease,
    opacity 0.22s ease,
    padding 0.32s ease;
}

.mf-header--slide-nav.mf-header--menu-open .mf-mobile-nav {
  opacity: 1;
  pointer-events: auto;
  padding-top: 1rem;
}

.mf-header--slide-nav.mf-header--home.mf-header--menu-open .mf-mobile-nav {
  max-height: 10rem;
}

.mf-header--slide-nav.mf-header--nav-login-only.mf-header--menu-open .mf-mobile-nav {
  max-height: 6.5rem;
}

.mf-header--slide-nav .mf-mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mf-header--slide-nav.mf-header--menu-open .mf-header__menu-toggle {
  border-color: var(--mf-purple-light);
  background: rgba(120, 81, 210, 0.2);
}

@media (min-width: 768px) {
  .mf-header--slide-nav .mf-mobile-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .mf-header--slide-nav .mf-nav--desktop {
    display: none;
  }

  .mf-header--slide-nav .mf-header__menu-toggle {
    display: inline-flex;
  }
}
