:root {
  --mm-navy: #0f1a59;
  --mm-blue: #075eb8;
  --mm-button: #0505b8;
  --mm-teal: #3e6c6c;
  --mm-mist: #e5eeed;
  --mm-cream: #faf7f5;
  --mm-text: #454b6e;
  --mm-border: #e7ddd7;
}
.mm-page {
  font-family: Outfit, "Segoe UI", sans-serif;
  color: var(--mm-text);
  background: #fff;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.mm-page * {
  box-sizing: border-box;
}
.mm-page h1,
.mm-page h2,
.mm-page h3 {
  color: var(--mm-navy);
  font-weight: 800;
  line-height: 1.08;
  margin-top: 0;
}
.mm-page p {
  margin: 0;
}
.mm-shell {
/*   width: min(1180px, calc(100% - 48px)); */
	width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}
.mm-shell--narrow {
  width: min(760px, calc(100% - 48px));
}
.mm-section {
  padding: 92px 0;
}
.mm-eyebrow {
  display: block;
  color: var(--mm-teal);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.mm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--mm-button);
  color: #fff !important;
  padding: 15px 29px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}
.mm-button:hover {
  background: var(--mm-navy);
  transform: translateY(-1px);
}
.mm-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 44px;
}
.mm-heading h2 {
	font-size: clamp(28px, 4.5vw, 38px);
	font-weight: 800;
	margin: 14px 0px;
	line-height: 1.7;
}
.mm-heading p {
  font-size: 17px;
}
.mm-heading--light h2,
.mm-heading--light p,
.mm-heading--light .mm-eyebrow {
  color: #fff;
}
.mm-fallback-nav {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid var(--mm-border);
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mm-fallback-nav img {
  height: 36px;
}
.mm-fallback-nav div {
  display: flex;
  gap: 24px;
}
.mm-fallback-nav a {
  color: var(--mm-navy);
  font-weight: 700;
  text-decoration: none;
}
.mm-hero {
  min-height: 590px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(
      90deg,
      rgba(232, 242, 242, 0.98) 0%,
      rgba(232, 242, 242, 0.94) 24%,
      rgba(232, 242, 242, 0.58) 44%,
      rgba(232, 242, 242, 0) 67%
    ),
    var(--mm-hero-image);
  background-size: cover;
  background-position: center;
}
.mm-hero__inner {
  display: flex;
  align-items: center;
	width: min(1180px, calc(100% - 48px));
}
.mm-hero__copy {
  width: min(560px, 55%);
  padding: 76px 0;
}
.mm-hero__copy h1 {
  font-size: clamp(34px, 5.5vw, 52px);
    line-height: 1.06;
    font-weight: 800;
    margin: 22px 0px 22px;
	letter-spacing: -1px;
}
.mm-hero__copy p {
  font-size: 17px;
    max-width: 560px;
	line-height: 1.65;
}
.mm-hero__price {
  display: block;
  color: var(--mm-navy);
      font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
    margin: 22px 0 28px;
}
.mm-package {
  background: var(--mm-mist);
}
.mm-package__card {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(15, 26, 89, 0.12);
}
.mm-package__image {
  min-height: 580px;
  background-size: cover;
  background-position: center;
}
.mm-package__content {
  padding: 52px 54px;
}
.mm-package__content h2 {
  font-size: clamp(34px, 4vw, 44px);
	font-weight: 800;
	line-height: 1.15;
  margin: 14px 0px;
}
.mm-package__content > p {
  font-size: 17px;
}
.mm-package__content h3 {
  font-size: 22px;
  margin: 30px 0 18px;
}
.mm-package__items {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
}
.mm-package__items div {
  display: grid;
  gap: 2px;
}
.mm-package__items strong {
  color: var(--mm-navy);
  font-size: 15px;
}
.mm-package__items span {
  font-size: 14px;
}
.mm-how {
  background: var(--mm-blue);
  color: #fff;
}
.mm-how .mm-heading {
  max-width: 730px;
}
.mm-how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto;
}
.mm-how__grid article {
  background: #fff;
  border-radius: 16px;
  min-height: 140px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mm-how__grid span {
  font-size: 28px;
  color: var(--mm-blue);
  font-weight: 800;
}
.mm-how__grid h3 {
  font-size: 18px;
  margin: 18px 0;
}
.mm-how__button {
  text-align: center;
  margin-top: 28px;
}
.mm-button--light {
  background: #fff;
  color: var(--mm-blue) !important;
}
.mm-how__button .mm-button--light:hover {
  background: #fff;
  color: #031aff !important;
}
.mm-care {
  background: var(--mm-cream);
  border-top: 1px solid #ece4de;
}
.mm-care__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.mm-care__copy {
  padding-left: 8px;
}
.mm-care__copy h2 {
  font-size: clamp(28px, 4.5vw, 38px);
    font-weight: 800;
    margin: 14px 0px;
	line-height: 1.6;
}
.mm-care__copy p {
  font-size: 17px;
	margin: 0px 0px 17px;
	padding-top: 17px;
}
.mm-care__grid img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 18px;
}
.mm-specialists {
  background: #fff;
}
.mm-specialists__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.mm-specialists__grid article {
  background: #eef4f4;
  border-radius: 16px;
  padding: 34px 30px;
  text-align: center;
  min-height: 305px;
}
.mm-specialists__grid img {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 22px;
}
.mm-specialists__grid h3 {
  font-size: 18px;
  margin: 0 0 14px;
}
.mm-specialists__grid p {
  min-height: 48px;
}
.mm-specialists__grid span {
  display: block;
  margin-top: 18px;
  font-size: 13px;
}
.mm-faq {
  background: #fff;
  padding-top: 110px;
  padding-bottom: 110px;
}
.mm-faq .mm-heading {
  margin-bottom: 36px;
}
.mm-faq__list {
  display: grid;
  gap: 12px;
}
.mm-faq__item {
  border: 1px solid var(--mm-border);
  border-radius: 12px;
  overflow: hidden;
}
.mm-faq__item button {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: var(--mm-navy);
  font:
    700 15px Outfit,
    "Segoe UI",
    sans-serif;
}
.mm-faq__item i {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: 0.2s;
}
.mm-faq__item.is-open i {
  transform: rotate(225deg);
}
.mm-faq__answer {
  padding: 0 22px 20px;
  color: var(--mm-text);
}
.mm-faq__answer p {
  margin: 0;
}
.mm-more {
  background: var(--mm-cream);
}
.mm-more__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mm-more__grid a {
  display: block;
  background: #fff;
  border-radius: 15px;
  padding: 34px 30px;
  color: var(--mm-text);
  text-decoration: none;
  min-height: 155px;
  transition: 0.2s;
}
.mm-more__grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(15, 26, 89, 0.08);
}
.mm-more__grid h3 {
  font-size: 18px;
  margin-bottom: 18px;
}
.mm-more__grid p {
  line-height: 1.6;
}
.mm-flexible {
  background: #fff;
}
.mm-flex {
  margin: 30px 0;
}
.mm-flex--text {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.mm-flex--image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.mm-flex--image.is-right img {
  order: 2;
}
.mm-flex--image img {
  width: 100%;
  border-radius: 16px;
}
.mm-flex--cta {
  text-align: center;
  padding: 50px;
  background: var(--mm-mist);
  border-radius: 18px;
}
.mm-flex h2 {
  font-size: 38px;
}
.mm-cta {
  background: var(--mm-mist);
  text-align: center;
  padding: 70px 0;
}
.mm-cta h2 {
  font-size: clamp(28px, 4.5vw, 38px);
    font-weight: 800;
	margin: 31px 0px;
}
.mm-cta p {
  font-size: 17px;
  margin-bottom: 24px;
}
.mm-simple-footer {
  background: var(--mm-navy);
  color: #fff;
  padding: 52px 0;
}
.mm-simple-footer img {
  height: 38px;
}
.mm-simple-footer p {
  margin-top: 20px;
}
.mm-faq-details {
	background: rgb(255, 255, 255); border: 1px solid rgb(236, 228, 222); border-radius: 14px; margin-bottom: 12px; padding: 18px 22px;
}
.mm-faq-summary-title{
	font-weight: 700; color: rgb(15, 26, 89); cursor: pointer;	
}
.mm-faq-details-info{
	margin: 14px 0px 0px;
}

@media (max-width: 900px) {
  .mm-package__card,
  .mm-care__grid {
    grid-template-columns: 1fr;
  }
  .mm-package__image {
    min-height: 390px;
  }
  .mm-how__grid,
  .mm-specialists__grid,
  .mm-more__grid {
    grid-template-columns: 1fr;
  }
  .mm-hero {
    background-position: 60% center;
  }
  .mm-hero__copy {
    width: 70%;
  }
  .mm-care__grid {
    gap: 36px;
  }
  .mm-flex--image {
    grid-template-columns: 1fr;
  }
  .mm-flex--image.is-right img {
    order: 0;
  }
}
@media (max-width: 640px) {
  .mm-shell,
  .mm-shell--narrow {
    width: min(100% - 32px, 1180px);
  }
  .mm-section {
    padding: 66px 0;
  }
  .mm-hero {
    min-height: 620px;
    background-image:
      linear-gradient(
        90deg,
        rgba(232, 242, 242, 0.98) 0%,
        rgba(232, 242, 242, 0.9) 70%,
        rgba(232, 242, 242, 0.42) 100%
      ),
      var(--mm-hero-image);
    background-position: 42% center;
  }
  .mm-hero__copy {
    width: 100%;
    padding: 54px 0;
  }
  .mm-hero__copy h1 {
    font-size: 48px;
  }
  .mm-hero__copy p {
    font-size: 18px;
  }
  .mm-package__content {
    padding: 36px 26px;
  }
  .mm-package__image {
    min-height: 340px;
  }
  .mm-heading h2 {
    font-size: 36px;
  }
  .mm-care__grid img {
    height: 270px;
  }
  .mm-fallback-nav div {
    display: none;
  }
}



/* =========================================================
   MENOPAUSE FAQ
   ========================================================= */

.mm-faq {
    background: #ffffff;
    padding-top: 110px;
    padding-bottom: 110px;
}

.mm-faq .mm-heading {
    margin-bottom: 38px;
    text-align: center;
}

.mm-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* Individual FAQ */

.mm-faq__item {
    background: #ffffff;
    border: 1px solid #ece4de;
    border-radius: 14px;
    overflow: hidden;
}


/* Remove browser default triangle */

.mm-faq__item > summary {
    list-style: none;
}

.mm-faq__item > summary::-webkit-details-marker {
    display: none;
}


/* Question */

.mm-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 18px 22px;

    cursor: pointer;

    color: #0f1a59;
    font-family: Outfit, "Segoe UI", sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.4;

    background: #ffffff;
}


/* Arrow */

.mm-faq__question::before {
    content: "▶";

    flex: 0 0 auto;

    color: #0f1a59;
    font-size: 11px;

    transition: transform 0.2s ease;
}


/* Open arrow */

.mm-faq__item[open] .mm-faq__question::before {
    content: "▼";
}


/* Answer */

.mm-faq__answer {
    padding: 0 22px 20px 42px;

    color: #454b6e;

    font-size: 14.5px;
    line-height: 1.65;

    background: #ffffff;
}


.mm-faq__answer p {
    margin: 0 0 10px;
}


.mm-faq__answer p:last-child {
    margin-bottom: 0;
}


.mm-faq__answer ul,
.mm-faq__answer ol {
    margin: 10px 0;
    padding-left: 22px;
}


.mm-faq__answer strong {
    color: #0f1a59;
}


/* Hover */

/* .mm-faq__question:hover {
    background: #fcfbfa;
} */


/* Mobile */

@media (max-width: 640px) {

    .mm-faq {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .mm-faq__question {
        padding: 17px 18px;
        font-size: 15px;
    }

    .mm-faq__answer {
        padding: 0 18px 18px 38px;
    }
}