.elementor-753 .elementor-element.elementor-element-c30e75d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-753 .elementor-element.elementor-element-c30e75d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-753 .elementor-element.elementor-element-421860a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-753 .elementor-element.elementor-element-b7d4e36{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-753 .elementor-element.elementor-element-f800d62{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-753 .elementor-element.elementor-element-c30e75d{--width:97.403%;}}/* Start custom CSS for html, class: .elementor-element-d2035f5 */:root {
  --mlm-gold: #C9A54C;
  --mlm-gold-dark: #A8872E;
  --mlm-purple: #5C3D74;
  --mlm-lavender: #E8DDF2;
  --mlm-offwhite: #F8F7F4;
  --mlm-white: #FFFFFF;
  --mlm-text: #4F4F4F;
  --mlm-soft-text: #777777;
  --mlm-border: rgba(201, 165, 76, 0.25);
  --mlm-shadow: 0 18px 45px rgba(92, 61, 116, 0.10);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--mlm-text);
  background: var(--mlm-white);
}

.mlm-page {
  width: 100%;
  overflow: hidden;
}

.mlm-container {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.mlm-section {
  padding: 90px 0;
}

.mlm-section-soft {
  background: var(--mlm-offwhite);
}

.mlm-section-lavender {
  background: linear-gradient(135deg, rgba(232, 221, 242, 0.75), rgba(248, 247, 244, 1));
}

.mlm-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mlm-gold-dark);
  font-weight: 600;
}

.mlm-title {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  color: var(--mlm-purple);
  font-weight: 600;
}

.mlm-section-title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  color: var(--mlm-purple);
  font-weight: 600;
}

.mlm-subtitle {
  max-width: 760px;
  margin: 0 auto 46px;
  font-family: "Lato", "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: var(--mlm-soft-text);
}

.mlm-text {
  font-family: "Lato", "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: var(--mlm-text);
}

.mlm-center {
  text-align: center;
}

.mlm-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.mlm-buttons.center {
  justify-content: center;
}

.mlm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 30px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.mlm-btn-primary {
  background: var(--mlm-gold);
  color: #fff;
  box-shadow: 0 12px 28px rgba(201, 165, 76, 0.28);
}

.mlm-btn-primary:hover {
  background: var(--mlm-gold-dark);
  color: #fff;
  transform: translateY(-2px);
}

.mlm-btn-secondary {
  background: transparent;
  color: var(--mlm-gold-dark);
  border-color: var(--mlm-gold);
}

.mlm-btn-secondary:hover {
  background: var(--mlm-gold);
  color: #fff;
  transform: translateY(-2px);
}

.mlm-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.mlm-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.mlm-card {
  background: var(--mlm-white);
  border: 1px solid var(--mlm-border);
  border-radius: 24px;
  padding: 34px;
  box-shadow: var(--mlm-shadow);
  transition: all 0.25s ease;
}

.mlm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(92, 61, 116, 0.14);
}

.mlm-card h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 30px;
  line-height: 1.1;
  color: var(--mlm-purple);
}

.mlm-card p {
  margin: 0;
  font-family: "Lato", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--mlm-text);
}

.mlm-card-link {
  display: inline-block;
  margin-top: 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--mlm-gold-dark);
  text-decoration: none;
}

.mlm-card-link:hover {
  color: var(--mlm-purple);
}

.mlm-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(201, 165, 76, 0.12);
  color: var(--mlm-gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 22px;
}

.mlm-image-frame {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--mlm-shadow);
}

.mlm-image-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.mlm-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mlm-list li {
  position: relative;
  padding-left: 34px;
  font-family: "Lato", "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--mlm-text);
}

.mlm-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--mlm-gold);
}

.mlm-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--mlm-gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 26px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  transition: all 0.25s ease;
}

.mlm-whatsapp-float:hover {
  background: var(--mlm-gold-dark);
  color: #fff;
  transform: translateY(-3px);
}

/* HERO */

.mlm-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(248, 247, 244, 0.98) 0%, rgba(248, 247, 244, 0.88) 48%, rgba(232, 221, 242, 0.45) 100%);
}

.mlm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(201, 165, 76, 0.18), transparent 28%),
    radial-gradient(circle at 76% 76%, rgba(92, 61, 116, 0.12), transparent 32%);
  pointer-events: none;
}

.mlm-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.mlm-hero p {
  max-width: 620px;
}

.mlm-hero-visual {
  position: relative;
}

.mlm-hero-visual::before {
  content: "";
  position: absolute;
  width: 82%;
  height: 82%;
  border-radius: 50%;
  background: rgba(201, 165, 76, 0.18);
  right: -20px;
  top: 12%;
  z-index: 0;
}

.mlm-hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 36px;
  box-shadow: var(--mlm-shadow);
}

/* SOBRE */

.mlm-about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

/* CTA FINAL */

.mlm-final-cta {
  position: relative;
  background: var(--mlm-purple);
  color: #fff;
  overflow: hidden;
}

.mlm-final-cta::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  right: -120px;
  top: -150px;
  background: rgba(201, 165, 76, 0.12);
}

.mlm-final-cta .mlm-section-title,
.mlm-final-cta .mlm-subtitle {
  color: #fff;
}

.mlm-final-cta .mlm-subtitle {
  opacity: 0.88;
}

/* FAQ */

.mlm-faq details {
  background: #fff;
  border: 1px solid var(--mlm-border);
  border-radius: 18px;
  padding: 22px 26px;
  margin-bottom: 16px;
  box-shadow: 0 12px 30px rgba(92, 61, 116, 0.06);
}

.mlm-faq summary {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--mlm-purple);
}

.mlm-faq p {
  margin: 16px 0 0;
  font-family: "Lato", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--mlm-text);
}

/* RESPONSIVO */

@media (max-width: 1024px) {
  .mlm-section {
    padding: 72px 0;
  }

  .mlm-hero-grid,
  .mlm-about-grid,
  .mlm-grid-2 {
    grid-template-columns: 1fr;
  }

  .mlm-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .mlm-hero {
    min-height: auto;
    padding: 110px 0 80px;
  }
}

@media (max-width: 767px) {
  .mlm-container {
    width: min(100% - 32px, 1140px);
  }

  .mlm-section {
    padding: 58px 0;
  }

  .mlm-grid-3,
  .mlm-grid-2 {
    grid-template-columns: 1fr;
  }

  .mlm-card {
    padding: 28px;
    border-radius: 20px;
  }

  .mlm-buttons {
    flex-direction: column;
  }

  .mlm-btn {
    width: 100%;
  }

  .mlm-hero {
    padding: 96px 0 62px;
  }

  .mlm-hero-grid {
    gap: 42px;
  }

  .mlm-title {
    font-size: 42px;
  }

  .mlm-section-title {
    font-size: 36px;
  }

  .mlm-subtitle,
  .mlm-text {
    font-size: 17px;
  }

  .mlm-whatsapp-float {
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7a9002 *//* ================================
   HERO PREMIUM — MÔNICA TERAPIAS
================================ */

.mlm-hero-premium {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(115deg, #ffffff 0%, #f8f7f4 45%, rgba(232, 221, 242, 0.72) 100%);
  padding: 120px 0 96px;
}

.mlm-hero-bg-detail {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 22%, rgba(201, 165, 76, 0.12), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(92, 61, 116, 0.14), transparent 30%),
    radial-gradient(circle at 80% 88%, rgba(201, 165, 76, 0.16), transparent 34%);
}

.mlm-hero-premium::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -180px;
  top: -160px;
  border-radius: 50%;
  background: rgba(201, 165, 76, 0.12);
}

.mlm-hero-premium::after {
  content: "✦";
  position: absolute;
  left: 7%;
  bottom: 12%;
  font-size: 180px;
  line-height: 1;
  color: rgba(201, 165, 76, 0.06);
  pointer-events: none;
}

.mlm-hero-premium-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 72px;
}

.mlm-hero-premium-content {
  max-width: 650px;
}

.mlm-hero-title {
  margin-bottom: 24px;
  max-width: 680px;
}

.mlm-hero-lead {
  max-width: 610px;
  margin: 0;
  font-family: "Lato", "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.72;
  color: var(--mlm-text);
}

.mlm-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mlm-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(201, 165, 76, 0.28);
  color: var(--mlm-purple);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(92, 61, 116, 0.06);
}

.mlm-hero-note {
  margin: 22px 0 0;
  font-family: "Lato", "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--mlm-soft-text);
}

.mlm-hero-premium-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mlm-hero-mandala {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(201, 165, 76, 0.20) 0%, rgba(201, 165, 76, 0.08) 42%, transparent 68%);
  border: 1px solid rgba(201, 165, 76, 0.28);
}

.mlm-hero-mandala::before,
.mlm-hero-mandala::after {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 50%;
  border: 1px solid rgba(201, 165, 76, 0.24);
}

.mlm-hero-mandala::after {
  inset: 72px;
  border-color: rgba(92, 61, 116, 0.14);
}

.mlm-hero-photo-card {
  position: relative;
  z-index: 2;
  width: min(430px, 100%);
  border-radius: 42px;
  overflow: hidden;
  background: #fff;
  padding: 12px;
  box-shadow: 0 28px 70px rgba(92, 61, 116, 0.18);
}

.mlm-hero-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 32px;
}

.mlm-hero-floating-card {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 66px;
  width: 250px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(201, 165, 76, 0.28);
  box-shadow: 0 22px 50px rgba(92, 61, 116, 0.16);
  backdrop-filter: blur(8px);
}

.mlm-hero-floating-card span {
  color: var(--mlm-gold);
  font-size: 22px;
  line-height: 1;
}

.mlm-hero-floating-card p {
  margin: 0;
  font-family: "Lato", "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: var(--mlm-purple);
  font-weight: 700;
}

/* RESPONSIVO HERO */

@media (max-width: 1024px) {
  .mlm-hero-premium {
    min-height: auto;
    padding: 110px 0 80px;
  }

  .mlm-hero-premium-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .mlm-hero-premium-content {
    max-width: 760px;
  }

  .mlm-hero-premium-visual {
    min-height: auto;
  }

  .mlm-hero-floating-card {
    right: 10%;
    bottom: 28px;
  }
}

@media (max-width: 767px) {
  .mlm-hero-premium {
    padding: 88px 0 64px;
    background:
      linear-gradient(180deg, #ffffff 0%, #f8f7f4 56%, rgba(232, 221, 242, 0.72) 100%);
  }

  .mlm-hero-premium-grid {
    gap: 44px;
  }

  .mlm-hero-lead {
    font-size: 17px;
    line-height: 1.72;
  }

  .mlm-hero-tags {
    gap: 10px;
  }

  .mlm-hero-tags span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .mlm-hero-note {
    font-size: 14px;
  }

  .mlm-hero-premium-visual {
    display: none;
  }

  .mlm-hero-premium::after {
    display: none;
  }
}/* End custom CSS */