/* Estilos próprios do site estático — carregado por último, depois do CSS do Elementor. */

/* ===== MENU PRINCIPAL ===== */
@media (min-width: 1025px) {
  .elementor-78 .lenise-hero .lenise-hero-header {
    --e-con-grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .elementor-element.elementor-element-f2505a9 .hfe-nav-menu__layout-horizontal > .hfe-nav-menu,
  .elementor-element.elementor-element-7b0d48c .hfe-nav-menu__layout-horizontal > .hfe-nav-menu {
    column-gap: 48px !important;
    flex-wrap: nowrap;
  }

  body:not(.rtl) .elementor-element.elementor-element-f2505a9 .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child),
  body.rtl .elementor-element.elementor-element-f2505a9 .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child),
  body:not(.rtl) .elementor-element.elementor-element-7b0d48c .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child),
  body.rtl .elementor-element.elementor-element-7b0d48c .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .elementor-element.elementor-element-f2505a9 .hfe-nav-menu__layout-horizontal .menu-item > a.hfe-menu-item,
  .elementor-element.elementor-element-7b0d48c .hfe-nav-menu__layout-horizontal .menu-item > a.hfe-menu-item {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/* ===== HERO ===== */
/* Fundo, conteúdo e retrato vivem em camadas independentes, seguindo a mesma
   composição da hero da Dra. Tatiana. */
.elementor-78 .lenise-hero {
  --min-height: 850px;
  position: relative;
  display: block;
  height: 850px;
  min-height: 850px;
  overflow: hidden;
  isolation: isolate;
  background: none !important;
}

.elementor-78 .lenise-hero::before,
.elementor-78 .lenise-hero::after {
  content: none;
}

.lenise-hero .lenise-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #f3f2f0 url("../img/bg-lenise.jpg") center / cover no-repeat;
  pointer-events: none;
}

.elementor-78 .lenise-hero > .e-con-inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
}

.elementor-78 .lenise-hero .lenise-hero-header {
  position: relative;
  z-index: 5;
  flex: 0 0 auto;
  padding-top: 32px;
}

.elementor-78 .lenise-hero .lenise-hero-copy {
  --min-height: 0px;
  position: relative;
  z-index: 3;
  flex: 1 1 auto;
  width: 49%;
  max-width: 560px;
  min-height: 0;
  padding-bottom: 50px;
  justify-content: center;
  align-items: flex-start;
}

.elementor-78 .lenise-hero .lenise-hero-copy .elementor-heading-title {
  font-family: "Montserrat", Sans-serif !important;
  font-size: 40px !important;
  line-height: 1.21 !important;
  letter-spacing: -0.03em !important;
}

.elementor-78 .lenise-hero .lenise-hero-copy .elementor-element-3fec628 {
  width: 100% !important;
  max-width: 100% !important;
}

.lenise-hero-visual {
  position: absolute;
  z-index: 2;
  top: 94px;
  right: 20px;
  bottom: 0;
  width: 59%;
  pointer-events: none;
}

.lenise-hero-portrait {
  position: absolute;
  z-index: 2;
  right: -16px;
  bottom: 0;
  width: auto;
  height: min(760px, 100%);
  max-width: none;
  display: block;
  object-fit: contain;
  object-position: right bottom;
}

.lenise-stamp {
  position: absolute;
  z-index: 3;
  top: 34px;
  right: 6px;
  width: 154px;
  height: 154px;
}

.lenise-stamp-text,
.lenise-stamp-symbol {
  position: absolute;
  display: block;
}

.lenise-stamp-text {
  inset: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  animation: lenise-stamp-spin 18s linear infinite !important;
  will-change: transform;
}

.lenise-stamp-symbol {
  top: 50%;
  left: 50%;
  width: 82px;
  height: auto;
  transform: translate(-50%, -50%);
}

@keyframes lenise-stamp-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ===== WHATSAPP FLUTUANTE ===== */
@keyframes lenise-wpp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 190, 120, 0.55), 0 0 0 0 rgba(23, 122, 127, 0.3);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(76, 190, 120, 0.12), 0 0 0 28px rgba(23, 122, 127, 0.04);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 190, 120, 0), 0 0 0 0 rgba(23, 122, 127, 0);
  }
}

.whatsapp-float {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4cbe78, #177a7f);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.2s ease;
  animation: lenise-wpp-pulse 2.4s ease-out infinite;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: #ffffff;
  transform: scale(1.05);
  animation: none;
  box-shadow: 0 6px 28px rgba(23, 122, 127, 0.5);
}

.whatsapp-float svg {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: block;
}

.wpp-badge {
  position: absolute;
  top: 50%;
  right: calc(100% + 14px);
  padding: 10px 18px;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(23, 122, 127, 0.18), 0 1px 4px rgba(0, 0, 0, 0.08);
  color: #177a7f;
  font-family: "Montserrat", Sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(10px) scale(0.92);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.wpp-badge::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  filter: drop-shadow(2px 0 2px rgba(23, 122, 127, 0.08));
  transform: translateY(-50%);
}

.whatsapp-float:hover .wpp-badge,
.whatsapp-float:focus-visible .wpp-badge {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0) scale(1);
}

@media (max-width: 1100px) {
  .elementor-78 .lenise-hero {
    --min-height: 800px;
    height: 800px;
    min-height: 800px;
  }

  .elementor-78 .lenise-hero > .e-con-inner {
    padding-inline: 40px;
  }

  .elementor-78 .lenise-hero .lenise-hero-copy {
    width: 52%;
    max-width: 500px;
  }

  .lenise-hero-visual {
    right: 0;
    width: 57%;
  }

  .lenise-hero-portrait {
    right: -70px;
    height: min(690px, 100%);
  }

  .lenise-stamp {
    top: 24px;
    right: 0;
    width: 124px;
    height: 124px;
  }

  .lenise-stamp-symbol {
    width: 66px;
  }
}

@media (max-width: 820px) {
  .elementor-78 .lenise-hero {
    --min-height: 100svh;
    height: auto;
    min-height: 100svh;
  }

  .elementor-78 .lenise-hero > .e-con-inner {
    min-height: 100svh;
    padding-inline: 32px;
  }

  .elementor-78 .lenise-hero .lenise-hero-header {
    padding-top: 24px;
  }

  .elementor-78 .lenise-hero .lenise-hero-copy {
    flex: none;
    align-self: stretch;
    box-sizing: border-box;
    width: 100%;
    max-width: 590px;
    min-width: 0;
    min-height: auto;
    margin: 0 auto;
    padding: 48px 0 24px;
    align-items: center;
    text-align: center;
  }

  .elementor-78 .lenise-hero .lenise-hero-copy .elementor-heading-title {
    font-size: 38px !important;
  }

  .elementor-78 .lenise-hero .lenise-hero-copy .elementor-element-dc0ae5f {
    width: 100% !important;
    max-width: 590px !important;
  }

  .elementor-78 .lenise-hero .lenise-hero-copy .elementor-element-dc0ae5f p {
    overflow-wrap: anywhere;
  }

  .lenise-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    flex: 0 0 430px;
    width: 100%;
    height: 430px;
    margin-top: 8px;
    overflow: hidden;
  }

  .lenise-hero-portrait {
    right: auto;
    bottom: auto;
    top: 0;
    left: 50%;
    height: 500px;
    transform: translateX(-50%);
    object-position: center top;
  }

  .lenise-stamp {
    top: 24px;
    right: 3%;
    width: 108px;
    height: 108px;
  }

  .lenise-stamp-symbol {
    width: 58px;
  }
}

@media (max-width: 480px) {
  .elementor-78 .lenise-hero > .e-con-inner {
    padding-inline: 22px;
  }

  .elementor-78 .lenise-hero .lenise-hero-copy {
    padding-top: 32px;
    padding-bottom: 18px;
  }

  .elementor-78 .lenise-hero .lenise-hero-copy .elementor-element-dd59b5c,
  .elementor-78 .lenise-hero .lenise-hero-copy .elementor-element-3fec628,
  .elementor-78 .lenise-hero .lenise-hero-copy .elementor-element-dc0ae5f,
  .elementor-78 .lenise-hero .lenise-hero-copy .elementor-element-763d3f0 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .elementor-78 .lenise-hero .elementor-element-dd59b5c .elementor-button {
    max-width: 100%;
    padding-inline: 12px !important;
    font-size: 11px !important;
    letter-spacing: 3px !important;
    white-space: nowrap;
  }

  .elementor-78 .lenise-hero .lenise-hero-copy .elementor-heading-title {
    font-size: 34px !important;
    line-height: 1.14 !important;
  }

  .elementor-78 .lenise-hero .lenise-hero-copy .elementor-element-dc0ae5f {
    font-size: 15px;
  }

  .lenise-hero-visual {
    flex-basis: auto;
    height: auto;
    min-height: 0;
    margin-top: 12px;
    overflow: visible;
  }

  .lenise-hero-portrait {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 430px;
    height: auto;
    margin: 0 auto;
    transform: none;
  }

  .lenise-stamp {
    top: 26px;
    right: 8px;
    width: 88px;
    height: 88px;
  }

  .lenise-stamp-symbol {
    width: 47px;
  }

  .whatsapp-float {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}

/* ===== FAQ ===== */
.elementor-78 .elementor-element.elementor-element-9bddd17 .eael-accordion-header {
  transition:
    border-color 0.62s cubic-bezier(.22, 1, .36, 1),
    background-color 0.62s cubic-bezier(.22, 1, .36, 1),
    border-radius 0.62s cubic-bezier(.22, 1, .36, 1) !important;
}

.elementor-78 .elementor-element.elementor-element-9bddd17 .eael-accordion-header .fa-toggle {
  transform: rotate(0deg) !important;
  transform-origin: center;
  transition: transform 0.62s cubic-bezier(.22, 1, .36, 1), color 0.3s ease !important;
}

.elementor-78 .elementor-element.elementor-element-9bddd17 .eael-accordion-header.active .fa-toggle {
  transform: rotate(180deg) !important;
}

.elementor-78 .elementor-element.elementor-element-9bddd17 .eael-accordion-content {
  transform-origin: top center;
}

/* ===== DEPOIMENTOS ===== */
/* Cards e comportamento seguem o mesmo padrão da seção da Dra. Tatiana, com a
   paleta da Lenise. O fundo antigo continha os próprios prints desfocados; agora
   o conteúdo é texto real, selecionável e acessível. */
.elementor-78 .lenise-reviews-section {
  --display: block;
  position: relative;
  display: block;
  min-height: 760px;
  padding: 80px 0 72px;
  overflow: hidden;
  isolation: isolate;
  background-color: #177a7f !important;
  background-image: linear-gradient(135deg, #d9a4aa 0%, #329196 44%, #16686c 100%) !important;
}

.lenise-reviews-grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.42;
  pointer-events: none;
}

.lenise-reviews-inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.lenise-reviews-header {
  text-align: center;
}

.lenise-reviews-tagline {
  display: block;
  margin-bottom: 14px;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.lenise-reviews-title {
  margin: 0;
  font-family: "Montserrat", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}

.lenise-reviews-title strong {
  font-weight: 700;
}

.lenise-reviews-carousel {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.lenise-reviews-viewport {
  width: 100%;
  overflow: hidden;
}

.lenise-reviews-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  will-change: transform;
}

.lenise-review-card {
  box-sizing: border-box;
  min-width: 0;
  min-height: 390px;
  padding: 28px 24px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(16, 77, 80, 0.18);
}

.lenise-review-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lenise-review-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d9a4aa, #177a7f);
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.lenise-review-name,
.lenise-review-type {
  display: block;
  font-family: "Montserrat", Sans-serif;
}

.lenise-review-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #104d50;
}

.lenise-review-type {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  color: #8a9696;
}

.lenise-review-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lenise-review-stars {
  color: #fbbc04;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 2px;
}

.lenise-review-badge {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4285f4;
}

.lenise-review-text {
  margin: 0;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  color: #4a5252;
}

.lenise-reviews-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.lenise-reviews-button:hover,
.lenise-reviews-button:focus-visible {
  color: #fff;
}

.lenise-reviews-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  border-radius: 50%;
}

.lenise-reviews-button--prev {
  left: -64px;
}

.lenise-reviews-button--next {
  right: -64px;
}

.lenise-reviews-pagination {
  min-height: 12px;
  margin-top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.lenise-reviews-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.lenise-reviews-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

.lenise-reviews-dot.is-active {
  background: #fff;
  transform: scale(1.2);
}

@media (max-width: 1080px) {
  .elementor-78 .lenise-reviews-section {
    min-height: 720px;
    padding: 64px 0 56px;
  }

  .lenise-reviews-inner {
    padding: 0 68px;
    gap: 36px;
  }

  .lenise-reviews-button--prev {
    left: -56px;
  }

  .lenise-reviews-button--next {
    right: -56px;
  }

  .lenise-reviews-title {
    font-size: 32px;
  }
}

@media (max-width: 680px) {
  .elementor-78 .lenise-reviews-section {
    min-height: 680px;
  }

  .lenise-reviews-inner {
    padding: 0 20px;
  }

  .lenise-reviews-title {
    font-size: 28px;
  }

  .lenise-reviews-carousel {
    padding: 0 18px;
  }

  .lenise-reviews-button {
    display: none;
  }

  .lenise-review-card {
    min-height: 430px;
  }

  .lenise-review-text {
    text-align: left;
  }
}

/* ===== FOOTER ===== */
/* Mesma estrutura do rodapé do site da Dra. Monique, com o gradiente e a tipografia daqui.
   O modificador --credit é necessário porque o tema Kadence já usa .site-footer para o
   seu próprio rodapé (vazio nestas páginas): sem ele, o gradiente pintaria os dois. */
.site-footer--credit {
  position: relative;
  min-height: 70px;
  background: linear-gradient(109deg, #d9a4aa 0%, #177a7f 100%);
  overflow: hidden;
  /* Contém o mix-blend-mode do grão. Sem isso o blend promove a página inteira a
     camada composta e o Chrome troca o antialiasing subpixel do texto por escala
     de cinza — todo o texto do site renderiza diferente por causa do rodapé. */
  isolation: isolate;
}

.site-footer--credit .site-footer-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.42;
  pointer-events: none;
}

.site-footer--credit .site-footer-inner {
  position: relative;
  z-index: 1;
  /* 1140px + 10px de padding: mesma caixa de conteúdo das demais seções */
  max-width: 1140px;
  min-height: 70px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer--credit .site-footer-copy {
  margin: 0;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}

.site-footer--credit .site-footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  opacity: 0.75;
  transition: opacity 0.25s ease;
}

.site-footer--credit .site-footer-credit:hover,
.site-footer--credit .site-footer-credit:focus-visible {
  opacity: 1;
}

.site-footer--credit .site-footer-credit-text {
  font-family: "Montserrat", Sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffffb3;
  white-space: nowrap;
}

.site-footer--credit .site-footer-credit-logo {
  height: 18px;
  width: auto;
  display: block;
}

@media (max-width: 767px) {
  .site-footer--credit {
    min-height: unset;
  }

  .site-footer--credit .site-footer-inner {
    min-height: unset;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .site-footer--credit .site-footer-credit {
    justify-content: center;
    flex-wrap: wrap;
  }
}
