.elementor-274 .elementor-element.elementor-element-7dff7b1b{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-52dd8a0f *//* ================================
   HEADER CRISTIANE MATTOS
   Lavanda + Lilás + Vidro Cinemático
==================================*/

.header-cris {
  width: 100%;
  padding: 18px 45px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.35s ease;
}

/* Transparente no topo */
.header-cris:not(.scrolled) {
  background: transparent;
  box-shadow: none;
}

/* Glass lilás ao rolar */
.header-cris.scrolled {
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  background: rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 26px rgba(83, 57, 121, 0.18);
}

/* Container */
.header-cris-inner {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.header-cris-logo img {
  height: 58px;
  filter: drop-shadow(0 0 8px rgba(130, 80, 200, 0.25));
}

/* MENU */
.header-cris-menu a {
  margin: 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #4a2c69; /* lilás profundo terapêutico */
  text-decoration: none;
  transition: 0.35s ease;
}

.header-cris-menu a:hover {
  color: #9b6dff;
  letter-spacing: 0.6px;
}

/* CTA */
.btn-header-cris {
  background: linear-gradient(135deg, #b78dff, #8b60d6);
  padding: 12px 26px;
  border-radius: 40px;
  font-size: 1.05rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  box-shadow: 0 0 14px rgba(150, 110, 240, 0.35);
  transition: 0.3s ease;
}

.btn-header-cris:hover {
  transform: scale(1.07);
  box-shadow: 0 0 20px rgba(150, 110, 240, 0.55);
}

/* MOBILE */
@media (max-width: 900px) {
  .header-cris-menu {
    display: none;
  }

  .btn-header-cris {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}
/* ================================================
      MENU MOBILE — CRISTIANE MATTOS (Lavanda)
================================================ */

.menu-mobile-btn {
  display: none;
  width: 32px;
  height: 26px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}

.menu-mobile-btn span {
  height: 4px;
  width: 100%;
  background: #4a2c69;
  border-radius: 5px;
  transition: 0.3s ease;
}

/* X quando ativo */
.menu-mobile-btn.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.menu-mobile-btn.active span:nth-child(2) {
  opacity: 0;
}

.menu-mobile-btn.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* Menu Mobile */
.menu-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 72%;
  height: 100vh;
  padding: 90px 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  transition: 0.45s ease;
  z-index: 1000;
  box-shadow: -6px 0 28px rgba(60, 35, 95, 0.25);
}

.menu-mobile.open {
  right: 0;
}

/* Links */
.menu-mobile a {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #4a2c69;
  text-decoration: none;
  transition: 0.3s;
}

.menu-mobile a:hover {
  color: #9b6dff;
}

/* CTA do mobile */
.menu-mobile .mobile-cta {
  margin-top: 20px;
  background: linear-gradient(135deg, #b78dff, #8b60d6);
  padding: 16px 28px;
  border-radius: 50px;
  text-align: center;
  color: #fff !important;
  font-size: 1.2rem;
  box-shadow: 0 0 16px rgba(150, 110, 240, 0.35);
}

/* ===================================================
   RESPONSIVO: Ativar Mobile abaixo de 900px
=================================================== */
@media (max-width: 900px) {

  .header-cris-inner {
    justify-content: space-between;
  }

  .header-cris-menu {
    display: none;
  }

  .menu-mobile-btn {
    display: flex;
  }

  .btn-header-cris {
    display: none; /* CTA só no menu mobile */
  }
}
#sobre,
#atendimentos,
#livro,
#faq,
#form-cris {
  scroll-margin-top: 110px;
}/* End custom CSS */