.elementor-460 .elementor-element.elementor-element-8cd73a5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-460 .elementor-element.elementor-element-4d8d4a7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-460 .elementor-element.elementor-element-c9d6e3d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-460 .elementor-element.elementor-element-89097dc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-460 .elementor-element.elementor-element-2457f94{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-460 .elementor-element.elementor-element-9c748ad{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-460 .elementor-element.elementor-element-06eed59{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-460 .elementor-element.elementor-element-e77e2ef{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b2470c4 *//* Fonte Poppins: carregada UMA vez pela página (head/tema WordPress) — não importar por seção. */
.fmi2608-header, .fmi2608-header * { box-sizing: border-box; }

.fmi2608-header {
  font-family: 'Poppins', sans-serif;
  background: rgba(255,255,255,0.82);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(15,23,42,0.06);
  position: sticky;
  top: 0;
  z-index: 50;
}

.fmi2608-header__container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 13px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.fmi2608-header__logo { display: inline-flex;
 width: 50px; align-items: center; }
.fmi2608-header__logo-img { height: 34px; width: auto; display: block; }

.fmi2608-header__nav {
  display: flex;
  gap: 30px;
  flex: 1;
  justify-content: center;
}

.fmi2608-header__link {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  text-decoration: none;
  padding-bottom: 3px;
  transition: color 0.25s ease;
}

/* Sublinhado que cresce do centro no hover. */
.fmi2608-header__link::after {
  content: '';
  position: absolute;
  left: 50%; bottom: 0;
  width: 0; height: 1.5px;
  background: linear-gradient(90deg, #7A4EB3, #3A5DAE);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.fmi2608-header__link:hover { color: #2F2F2F; }
.fmi2608-header__link:hover::after { width: 100%; }

.fmi2608-header__enter {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 100px;
  background: linear-gradient(135deg, #7A4EB3 0%, #3A5DAE 100%);
  box-shadow: 0 4px 14px rgba(122,78,179,0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.fmi2608-header__enter:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(122,78,179,0.38);
}

.fmi2608-header__enter svg { flex-shrink: 0; transition: transform 0.25s ease; }
.fmi2608-header__enter:hover svg { transform: translateX(3px); }

@media (max-width: 860px) {
  .fmi2608-header__nav { display: none; }
  .fmi2608-header__container { justify-content: space-between; gap: 14px; }
  .fmi2608-header__logo-img { height: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .fmi2608-header *, .fmi2608-header *::after {
    transition: none !important;
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-582b200 */.fmp2608-hero, .fmp2608-hero * { box-sizing: border-box; }

/* ==========================================================================
   MOTOR DE ANIMAÇÃO (CSS puro — nenhum JavaScript)
   Duas mecânicas, ambas com degradação segura:
   1. Entrada no carregamento: só o hero, que já nasce visível na dobra.
   2. Revelação no scroll: `animation-timeline: view()`, dentro de @supports —
      navegador sem suporte simplesmente mostra o conteúdo, sem nada quebrar.
   Tudo é desligado por `prefers-reduced-motion: reduce` no fim do arquivo.
   ========================================================================== */
@keyframes fmp2608-rise {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fmp2608-lift {
  from { opacity: 0; transform: translateY(46px) scale(0.975); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes fmp2608-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

@keyframes fmp2608-cue {
  0%, 100% { transform: translateY(0); opacity: 0.55; }
  50%      { transform: translateY(7px); opacity: 1; }
}

@keyframes fmp2608-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.45; transform: scale(0.82); }
}

.fmp2608-hero {
  font-family: 'Poppins', sans-serif;
  background:
    radial-gradient(1100px 520px at 50% -8%, rgba(122,78,179,0.16), transparent 62%),
    radial-gradient(760px 420px at 88% 14%, rgba(58,93,174,0.13), transparent 60%),
    linear-gradient(180deg, #faf8fd 0%, #ffffff 78%);
  padding: 84px 0 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.fmp2608-hero__container {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.fmp2608-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  color: #7A4EB3;
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 600;
  border: 1px solid rgba(122,78,179,0.18);
  box-shadow: 0 2px 10px rgba(122,78,179,0.08);
  margin-bottom: 26px;
  animation: fmp2608-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.fmp2608-hero__badge-dot {
  width: 7px; height: 7px;
  background: #7A4EB3;
  border-radius: 50%;
  display: inline-block;
  animation: fmp2608-pulse 2.6s ease-in-out infinite;
}

.fmp2608-hero__title {
  font-size: 62px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: #2F2F2F;
  margin: 0 0 22px;
  animation: fmp2608-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.09s both;
}

.fmp2608-hero__title-highlight {
  background: linear-gradient(115deg, #7A4EB3 0%, #3A5DAE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fmp2608-hero__subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0 auto 34px;
  max-width: 560px;
  animation: fmp2608-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

.fmp2608-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 17px 38px;
  border-radius: 100px;
  background: linear-gradient(135deg, #7A4EB3 0%, #3A5DAE 100%);
  box-shadow: 0 12px 30px rgba(122,78,179,0.34);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
  animation: fmp2608-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.27s both;
}

.fmp2608-hero__cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(122,78,179,0.45);
}

.fmp2608-hero__cta svg { transition: transform 0.28s ease; }
.fmp2608-hero__cta:hover svg { transform: translateX(4px); }

.fmp2608-hero__micro {
  font-size: 12.5px;
  color: #9ca3af;
  margin: 20px 0 0;
  animation: fmp2608-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.36s both;
}

/* Palco do mockup — largura total, abaixo do texto (nunca ao lado). */
.fmp2608-hero__stage {
  max-width: 1080px;
  margin: 56px auto 0;
  padding: 0 24px 96px;
  position: relative;
  z-index: 1;
  animation: fmp2608-lift 1s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}

.fmp2608-hero__cue {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: 30px; height: 30px;
  color: #7A4EB3;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fmp2608-cue 2.2s ease-in-out infinite;
}

.fmp2608-hero__cue svg { width: 22px; height: 22px; }

/* ==========================================================================
   Fundo de marca - cruzes arredondadas derivadas do logo.
   Duas expressoes, como no simbolo: umas preenchidas, outras so contornadas.
   Camada puramente decorativa (aria-hidden), atras do conteudo (z-index 0),
   contida pelo overflow:hidden do proprio hero - nao gera scroll lateral.
   ========================================================================== */
@keyframes fmp2608-drift {
  0%, 100% { transform: rotate(var(--rot)) translate3d(0, 0, 0); }
  50%      { transform: rotate(var(--rot)) translate3d(0, -14px, 0); }
}

.fmp2608-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.fmp2608-hero__cross {
  position: absolute;
  display: block;
  transform: rotate(var(--rot));
}

.fmp2608-hero__cross svg { width: 100%; height: 100%; display: block; }

/* Roxo e azul da marca; uma unica cruz laranja ecoa o braco quente do logo. */
.fmp2608-hero__cross--1 { --rot: -12deg; top:  4%; left:   3%; width: 148px; height: 148px; color: rgba(122,78,179,0.06); }
.fmp2608-hero__cross--2 { --rot:  14deg; top: 10%; right:  5%; width: 190px; height: 190px; color: rgba(58,93,174,0.10); }
.fmp2608-hero__cross--3 { --rot:  22deg; top: 44%; left:  -2%; width: 112px; height: 112px; color: rgba(122,78,179,0.09); }
.fmp2608-hero__cross--4 { --rot: -18deg; top: 33%; right:  3%; width:  86px; height:  86px; color: rgba(224,123,57,0.07); }
.fmp2608-hero__cross--5 { --rot:   8deg; bottom: 16%; left: 7%; width: 128px; height: 128px; color: rgba(58,93,174,0.05); }
.fmp2608-hero__cross--6 { --rot: -24deg; bottom: 6%; right: 11%; width: 104px; height: 104px; color: rgba(122,78,179,0.08); }
.fmp2608-hero__cross--7 { --rot:  16deg; top:  2%; left:  31%; width:  62px; height:  62px; color: rgba(122,78,179,0.05); }

/* Deriva lenta em tres delas - o suficiente para o fundo respirar sem
   competir com a leitura. As outras quatro ficam paradas de proposito. */
.fmp2608-hero__cross--2 { animation: fmp2608-drift 23s ease-in-out infinite; }
.fmp2608-hero__cross--3 { animation: fmp2608-drift 19s ease-in-out 2s infinite; }
.fmp2608-hero__cross--6 { animation: fmp2608-drift 27s ease-in-out 4s infinite; }

@media (max-width: 860px) {
  /* Menos formas na tela pequena: sobram as das bordas, e menores. */
  .fmp2608-hero__cross--2,
  .fmp2608-hero__cross--4,
  .fmp2608-hero__cross--7 { display: none; }
  .fmp2608-hero__cross--1 { width: 92px;  height: 92px;  top: 3%; left: -4%; }
  .fmp2608-hero__cross--3 { width: 74px;  height: 74px; }
  .fmp2608-hero__cross--5 { width: 84px;  height: 84px; }
  .fmp2608-hero__cross--6 { width: 70px;  height: 70px; }
}

/* ==========================================================================
   Moldura de aplicação (mockup em CSS — nenhuma imagem)
   Reproduz a UI real: menu de private.component.ts, cores de vars.scss.
   ========================================================================== */
.fmp2608-frame {
  background: #fff;
  border: 1px solid rgba(15,23,42,0.07);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 40px 90px rgba(58,93,174,0.20),
    0 12px 28px rgba(15,23,42,0.07);
  animation: fmp2608-float 7s ease-in-out 1.4s infinite;
}

.fmp2608-frame__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: #f7f8fb;
  border-bottom: 1px solid #eef0f4;
}

.fmp2608-frame__dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.fmp2608-frame__dot:nth-child(1) { background: #f0a9a2; }
.fmp2608-frame__dot:nth-child(2) { background: #f2ce9b; }
.fmp2608-frame__dot:nth-child(3) { background: #a9d8b3; }

.fmp2608-frame__url {
  margin-left: 10px;
  font-size: 11px;
  color: #9ca3af;
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 100px;
  padding: 5px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fmp2608-frame__body {
  display: grid;
  grid-template-columns: 176px 1fr;
  min-height: 386px;
  text-align: left;
}

.fmp2608-frame__side {
  background: #fbfbfd;
  border-right: 1px solid #eef0f4;
  padding: 16px 11px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fmp2608-frame__side-group {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #b6bcc7;
  padding: 11px 9px 5px;
}

.fmp2608-frame__side-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  padding: 8px 9px;
  border-radius: 8px;
}

.fmp2608-frame__side-item svg { width: 15px; height: 15px; flex-shrink: 0; opacity: 0.8; }

.fmp2608-frame__side-item--active {
  background: #f0e9f9;
  color: #7A4EB3;
  font-weight: 600;
}

.fmp2608-frame__side-item--active svg { opacity: 1; }

.fmp2608-frame__main { padding: 18px 20px; display: flex; flex-direction: column; }

.fmp2608-frame__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f3f7;
  margin-bottom: 15px;
}

.fmp2608-frame__top-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.fmp2608-frame__top-title { font-size: 16px; font-weight: 700; color: #2F2F2F; }
.fmp2608-frame__top-sub { font-size: 11.5px; color: #9ca3af; }

.fmp2608-frame__top-btn {
  font-size: 11.5px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #7A4EB3 0%, #3A5DAE 100%);
  padding: 8px 15px;
  border-radius: 9px;
  white-space: nowrap;
  flex-shrink: 0;
}

.fmp2608-frame__rows { display: flex; flex-direction: column; gap: 8px; }

.fmp2608-frame__row {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 10px;
  padding: 10px 14px;
}

.fmp2608-frame__row--now {
  border-color: rgba(122,78,179,0.35);
  background: #fcfaff;
  box-shadow: 0 2px 12px rgba(122,78,179,0.10);
}

.fmp2608-frame__time { font-size: 11.5px; font-weight: 700; color: #7A4EB3; width: 36px; flex-shrink: 0; }

.fmp2608-frame__avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.fmp2608-frame__avatar--purple { background: #7A4EB3; }
.fmp2608-frame__avatar--blue   { background: #3A5DAE; }
.fmp2608-frame__avatar--orange { background: #E07B39; }
.fmp2608-frame__avatar--green  { background: #16a34a; }

.fmp2608-frame__names { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.fmp2608-frame__names strong { font-size: 12.5px; font-weight: 600; color: #2F2F2F; }
.fmp2608-frame__names small { font-size: 10.5px; color: #9ca3af; }

.fmp2608-frame__badge {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
}

.fmp2608-frame__badge--ok   { background: #dcfce7; color: #166534; }
.fmp2608-frame__badge--wait { background: #fef3c7; color: #92400e; }
.fmp2608-frame__badge--tele { background: #dbeafe; color: #1e40af; }
.fmp2608-frame__badge--done { background: #f2f4f7; color: #6b7280; }

.fmp2608-frame__foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 15px;
  font-size: 11px;
  color: #16a34a;
  font-weight: 600;
}

.fmp2608-frame__foot-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #16a34a;
  flex-shrink: 0;
  animation: fmp2608-pulse 2.6s ease-in-out infinite;
}

@media (max-width: 860px) {
  .fmp2608-hero { padding: 52px 0 0; }
  .fmp2608-hero__title { font-size: 38px; letter-spacing: -0.03em; }
  .fmp2608-hero__subtitle { font-size: 16px; margin-bottom: 28px; }
  .fmp2608-hero__cta { width: 100%; justify-content: center; padding: 16px 24px; }
  .fmp2608-hero__stage { margin-top: 42px; padding-bottom: 70px; }
  .fmp2608-frame__body { grid-template-columns: 1fr; min-height: 0; }
  .fmp2608-frame__side { display: none; }
  /* Sem flutuação em telas pequenas: o movimento compete com o scroll. */
  .fmp2608-frame { animation: none; }
}

@media (max-width: 520px) {
  .fmp2608-hero__title { font-size: 31px; }
  .fmp2608-hero__subtitle { font-size: 15px; }
  .fmp2608-frame__url { font-size: 9.5px; }
  .fmp2608-frame__names small { display: none; }
  .fmp2608-frame__top { flex-wrap: wrap; }
}

/* Acessibilidade: quem pede menos movimento recebe a página estática e completa. */
@media (prefers-reduced-motion: reduce) {
  .fmp2608-hero *, .fmp2608-hero *::before, .fmp2608-hero *::after {
    animation: none !important;
    transition: none !important;
  }
  .fmp2608-hero__cue { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-978e7c5 */.fmp2608-mod, .fmp2608-mod * { box-sizing: border-box; }

@keyframes fmp2608-rise {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* A lista é duplicada no HTML, então uma volta = metade da faixa.
   O `- 8px` é metade do gap (16px): com 12 pílulas há 11 lacunas, e -50%
   pararia meia-lacuna antes do ponto de emenda — dando um salto por volta.
   Ao mudar o gap, ajustar este valor para gap/2. */
@keyframes fmp2608-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 8px)); }
}

@keyframes fmp2608-marquee-rev {
  from { transform: translateX(calc(-50% - 8px)); }
  to   { transform: translateX(0); }
}

.fmp2608-mod {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(165deg, #2F2F2F 0%, #3d2f52 100%);
  padding: 84px 0;
  overflow: hidden;
  text-align: center;
}

.fmp2608-mod__container {
  max-width: 720px;
  margin: 0 auto 44px;
  padding: 0 24px;
}

.fmp2608-mod__title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 12px;
}

.fmp2608-mod__subtitle {
  font-size: 16.5px;
  line-height: 1.6;
  color: #a8a8a8;
  margin: 0;
}

/* Trilhos do carrossel infinito */
.fmp2608-mod__rails {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fmp2608-mod__rail {
  overflow: hidden;
  /* Esfumaça as pontas para o loop não ter início nem fim visíveis. */
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.fmp2608-mod__track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: fmp2608-marquee 42s linear infinite;
}

.fmp2608-mod__track--reverse { animation-name: fmp2608-marquee-rev; animation-duration: 50s; }

/* Pausa ao passar o mouse — quem quer ler consegue ler. */
.fmp2608-mod:hover .fmp2608-mod__track { animation-play-state: paused; }

.fmp2608-mod__pill {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  padding: 13px 28px;
  white-space: nowrap;
}

/* Lista semântica escondida visualmente (o carrossel é aria-hidden). */
.fmp2608-mod__sr {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.fmp2608-mod__foot {
  max-width: 720px;
  margin: 40px auto 0;
  padding: 0 24px;
  font-size: 12.5px;
  line-height: 1.6;
  color: #8a8a8a;
}

@supports (animation-timeline: view()) {
  .fmp2608-mod .fmp2608-reveal {
    animation: fmp2608-rise linear both;
    animation-timeline: view();
    animation-range: entry 8% cover 30%;
  }
}

@media (max-width: 860px) {
  .fmp2608-mod { padding: 60px 0; }
  .fmp2608-mod__title { font-size: 31px; }
  .fmp2608-mod__subtitle { font-size: 15px; }
  .fmp2608-mod__container { margin-bottom: 34px; }
  .fmp2608-mod__pill { font-size: 13.5px; padding: 11px 22px; }
  .fmp2608-mod__track { animation-duration: 30s; }
  .fmp2608-mod__track--reverse { animation-duration: 36s; }
}

@media (max-width: 520px) {
  .fmp2608-mod__title { font-size: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .fmp2608-mod *, .fmp2608-mod *::before, .fmp2608-mod *::after {
    animation: none !important;
    transition: none !important;
  }
  /* Sem movimento, o carrossel vira uma faixa estática legível. */
  .fmp2608-mod__rail {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .fmp2608-mod__track { flex-wrap: wrap; justify-content: center; width: auto; padding: 0 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea2d1b5 */.fmp2608-rec, .fmp2608-rec * { box-sizing: border-box; }

@keyframes fmp2608-rise {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fmp2608-rec {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  padding: 104px 0;
  text-align: center;
}

.fmp2608-rec__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.fmp2608-rec__header {
  max-width: 620px;
  margin: 0 auto 56px;
}

.fmp2608-rec__title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #2F2F2F;
  margin: 0 0 12px;
}

.fmp2608-rec__subtitle {
  font-size: 16.5px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
}

.fmp2608-rec__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fmp2608-rec__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 22px;
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,0.07);
  background: #fff;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.fmp2608-rec__card:hover {
  transform: translateY(-6px);
  border-color: rgba(122,78,179,0.28);
  box-shadow: 0 20px 42px rgba(58,93,174,0.13);
}

.fmp2608-rec__icon {
  width: 54px; height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f5f0fb 0%, #eef2fb 100%);
  color: #7A4EB3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.fmp2608-rec__card:hover .fmp2608-rec__icon { transform: scale(1.08) rotate(-4deg); }

.fmp2608-rec__icon svg { width: 25px; height: 25px; }

.fmp2608-rec__card-title {
  font-size: 17px;
  font-weight: 700;
  color: #2F2F2F;
  margin: 0 0 9px;
  letter-spacing: -0.01em;
}

.fmp2608-rec__card-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
}

@supports (animation-timeline: view()) {
  .fmp2608-rec .fmp2608-reveal {
    animation: fmp2608-rise linear both;
    animation-timeline: view();
    animation-range: entry 6% cover 28%;
  }
}

@media (max-width: 860px) {
  .fmp2608-rec { padding: 68px 0; }
  .fmp2608-rec__title { font-size: 31px; }
  .fmp2608-rec__subtitle { font-size: 15px; }
  .fmp2608-rec__header { margin-bottom: 38px; }
  .fmp2608-rec__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .fmp2608-rec__card { padding: 28px 18px; }
}

@media (max-width: 520px) {
  .fmp2608-rec__title { font-size: 26px; }
  .fmp2608-rec__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .fmp2608-rec *, .fmp2608-rec *::before, .fmp2608-rec *::after {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-deae145 */.fmp2608-telas, .fmp2608-telas * { box-sizing: border-box; }

@keyframes fmp2608-rise {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* A tela entra um pouco mais tarde e com escala — puxa o olho depois do título. */
@keyframes fmp2608-lift {
  from { opacity: 0; transform: translateY(52px) scale(0.965); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.fmp2608-telas {
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

.fmp2608-telas__block {
  padding: 104px 0;
  text-align: center;
}

.fmp2608-telas__block--tint {
  background:
    radial-gradient(760px 420px at 50% 0%, rgba(122,78,179,0.07), transparent 62%),
    #F7F8FB;
}

.fmp2608-telas__head {
  max-width: 640px;
  margin: 0 auto 48px;
  padding: 0 24px;
}

.fmp2608-telas__eyebrow {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7A4EB3;
  background: #f5f0fb;
  border-radius: 100px;
  padding: 6px 15px;
  margin-bottom: 18px;
}

.fmp2608-telas__title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -0.03em;
  color: #2F2F2F;
  margin: 0 0 12px;
}

.fmp2608-telas__desc {
  font-size: 16.5px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
}

/* Palco da tela: largura total, sempre ABAIXO do texto — nunca ao lado. */
.fmp2608-telas__stage {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 24px;
}

.fmp2608-telas__stage--narrow { max-width: 460px; }

/* ==========================================================================
   Moldura de aplicação (mockup em CSS — nenhuma imagem)
   ========================================================================== */
.fmp2608-frame {
  background: #fff;
  border: 1px solid rgba(15,23,42,0.07);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 36px 80px rgba(58,93,174,0.16), 0 10px 24px rgba(15,23,42,0.06);
  text-align: left;
}

.fmp2608-frame__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: #f7f8fb;
  border-bottom: 1px solid #eef0f4;
}

.fmp2608-frame__dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.fmp2608-frame__dot:nth-child(1) { background: #f0a9a2; }
.fmp2608-frame__dot:nth-child(2) { background: #f2ce9b; }
.fmp2608-frame__dot:nth-child(3) { background: #a9d8b3; }

.fmp2608-frame__url {
  margin-left: 10px;
  font-size: 11px;
  color: #9ca3af;
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 100px;
  padding: 5px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fmp2608-frame__body { display: grid; grid-template-columns: 172px 1fr; min-height: 356px; }

.fmp2608-frame__side {
  background: #fbfbfd;
  border-right: 1px solid #eef0f4;
  padding: 16px 11px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fmp2608-frame__side-group {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #b6bcc7;
  padding: 11px 9px 5px;
}

.fmp2608-frame__side-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  padding: 8px 9px;
  border-radius: 8px;
}

.fmp2608-frame__side-item svg { width: 15px; height: 15px; flex-shrink: 0; opacity: 0.8; }
.fmp2608-frame__side-item--active { background: #f0e9f9; color: #7A4EB3; font-weight: 600; }
.fmp2608-frame__side-item--active svg { opacity: 1; }

.fmp2608-frame__main { padding: 18px 20px; display: flex; flex-direction: column; }

.fmp2608-frame__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f3f7;
  margin-bottom: 15px;
}

.fmp2608-frame__top-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.fmp2608-frame__top-title { font-size: 16px; font-weight: 700; color: #2F2F2F; }
.fmp2608-frame__top-sub { font-size: 11.5px; color: #9ca3af; }

.fmp2608-frame__chip {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  background: #f2f4f7;
  border: 1px solid #eef0f4;
  padding: 6px 13px;
  border-radius: 9px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* KPIs + gráfico */
.fmp2608-frame__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 13px;
}

.fmp2608-frame__kpi {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 11px;
  padding: 12px 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fmp2608-frame__kpi-label {
  font-size: 9.5px;
  color: #9ca3af;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.fmp2608-frame__kpi-value { font-size: 21px; font-weight: 800; color: #2F2F2F; letter-spacing: -0.02em; }

.fmp2608-frame__panel {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 11px;
  padding: 13px;
  margin-bottom: 13px;
}

.fmp2608-frame__panel-title { display: block; font-size: 10.5px; font-weight: 600; color: #6b7280; margin-bottom: 11px; }

.fmp2608-frame__chart { display: flex; align-items: flex-end; gap: 7px; height: 78px; }

.fmp2608-frame__chart-bar {
  flex: 1;
  background: linear-gradient(180deg, rgba(122,78,179,0.5) 0%, rgba(58,93,174,0.26) 100%);
  border-radius: 5px 5px 2px 2px;
  min-height: 6px;
  transform-origin: bottom;
}

.fmp2608-frame__chart-bar--hi { background: linear-gradient(180deg, #7A4EB3 0%, #3A5DAE 100%); }

/* Prontuário */
.fmp2608-frame__patient {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f3f7;
}

.fmp2608-frame__avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.fmp2608-frame__avatar--purple { background: #7A4EB3; }

.fmp2608-frame__names { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.fmp2608-frame__names strong { font-size: 13px; font-weight: 700; color: #2F2F2F; }
.fmp2608-frame__names small { font-size: 10.5px; color: #9ca3af; }

.fmp2608-frame__badge {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
  background: #dcfce7;
  color: #166534;
}

.fmp2608-frame__badge--ok { background: #dcfce7; color: #166534; }

.fmp2608-frame__tabs {
  display: flex;
  gap: 4px;
  padding: 13px 0;
  border-bottom: 1px solid #f1f3f7;
  margin-bottom: 15px;
  overflow: hidden;
}

.fmp2608-frame__tab {
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  padding: 7px 13px;
  border-radius: 8px;
  white-space: nowrap;
}

.fmp2608-frame__tab--active { background: #f0e9f9; color: #7A4EB3; }

.fmp2608-frame__timeline {
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
  padding-left: 15px;
}

.fmp2608-frame__timeline::before {
  content: '';
  position: absolute;
  left: 4px; top: 6px; bottom: 6px;
  width: 1.5px;
  background: #eef0f4;
}

.fmp2608-frame__event { display: flex; gap: 12px; position: relative; }

.fmp2608-frame__event-mark {
  position: absolute;
  left: -15px; top: 4px;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #7A4EB3;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1.5px rgba(122,78,179,0.25);
}

.fmp2608-frame__event-mark--faded { background: #cfd4dd; box-shadow: 0 0 0 1.5px #eef0f4; }

.fmp2608-frame__event-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.fmp2608-frame__event-body strong { font-size: 12px; font-weight: 700; color: #2F2F2F; }
.fmp2608-frame__event-body small { font-size: 10.5px; color: #9ca3af; }

.fmp2608-frame__tags { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 3px; }

.fmp2608-frame__tag {
  font-size: 9.5px;
  font-weight: 600;
  color: #3A5DAE;
  background: #eef2fb;
  border-radius: 100px;
  padding: 3px 10px;
}

.fmp2608-frame__foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 15px;
  font-size: 11px;
  color: #16a34a;
  font-weight: 600;
}

.fmp2608-frame__foot-dot { width: 7px; height: 7px; border-radius: 50%; background: #16a34a; flex-shrink: 0; }

/* Quadro "Atendimento do Dia" — colunas de status */
.fmp2608-frame__board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.fmp2608-frame__col { display: flex; flex-direction: column; gap: 8px; min-width: 0; }

.fmp2608-frame__col-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9ca3af;
  padding-bottom: 7px;
  border-bottom: 1.5px solid #eef0f4;
}

.fmp2608-frame__count {
  font-size: 9px;
  font-weight: 700;
  color: #6b7280;
  background: #f2f4f7;
  border-radius: 100px;
  padding: 2px 7px;
  flex-shrink: 0;
}

.fmp2608-frame__card {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 10px;
  padding: 10px 11px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.fmp2608-frame__card--now {
  border-color: rgba(122,78,179,0.35);
  background: #fcfaff;
  box-shadow: 0 2px 10px rgba(122,78,179,0.10);
}

.fmp2608-frame__card--done { opacity: 0.75; }

.fmp2608-frame__card-top { display: flex; align-items: center; gap: 7px; min-width: 0; }

.fmp2608-frame__card-top strong {
  font-size: 11.5px;
  font-weight: 700;
  color: #2F2F2F;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fmp2608-frame__card small { font-size: 10px; color: #9ca3af; line-height: 1.35; }

.fmp2608-frame__card .fmp2608-frame__avatar { width: 22px; height: 22px; font-size: 8.5px; }

.fmp2608-frame__avatar--blue   { background: #3A5DAE; }
.fmp2608-frame__avatar--orange { background: #E07B39; }
.fmp2608-frame__avatar--green  { background: #16a34a; }

.fmp2608-frame__pill {
  align-self: flex-start;
  font-size: 8.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 100px;
  white-space: nowrap;
}

.fmp2608-frame__pill--wait { background: #fef3c7; color: #92400e; }
.fmp2608-frame__pill--now  { background: #f0e9f9; color: #7A4EB3; }
.fmp2608-frame__pill--tele { background: #dbeafe; color: #1e40af; }
.fmp2608-frame__pill--ok   { background: #dcfce7; color: #166534; }

/* ==========================================================================
   Conversa de WhatsApp — bolhas em CSS
   ========================================================================== */
.fmp2608-chat {
  background: #fff;
  border: 1px solid rgba(15,23,42,0.07);
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 36px 80px rgba(58,93,174,0.16), 0 10px 24px rgba(15,23,42,0.06);
}

.fmp2608-chat__head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 17px;
  background: linear-gradient(135deg, #7A4EB3 0%, #3A5DAE 100%);
}

.fmp2608-chat__avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fmp2608-chat__avatar svg { width: 18px; height: 18px; }

.fmp2608-chat__id { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.fmp2608-chat__id strong { font-size: 13px; font-weight: 700; color: #fff; }
.fmp2608-chat__id small { font-size: 10.5px; color: rgba(255,255,255,0.8); }

/* Selo de canal homologado — a clínica conecta pela API oficial da Meta. */
.fmp2608-chat__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: rgba(255,255,255,0.2);
  border-radius: 100px;
  padding: 5px 11px;
  flex-shrink: 0;
  white-space: nowrap;
}

.fmp2608-chat__tag svg { width: 11px; height: 11px; flex-shrink: 0; }

.fmp2608-chat__thread {
  background: #f4f2f7;
  padding: 18px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fmp2608-chat__bubble {
  position: relative;
  max-width: 86%;
  font-size: 12.5px;
  line-height: 1.55;
  border-radius: 13px;
  padding: 10px 13px 18px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}

.fmp2608-chat__bubble--out {
  align-self: flex-end;
  background: #dcf3e4;
  color: #2F2F2F;
  border-bottom-right-radius: 3px;
}

.fmp2608-chat__bubble--in {
  align-self: flex-start;
  background: #fff;
  color: #2F2F2F;
  border-bottom-left-radius: 3px;
}

.fmp2608-chat__bubble--bot { background: #efe7f9; }

/* Marcador de template registrado na Meta — o lembrete sai como template aprovado,
   nao como texto livre. Fica na bolha de saida, acima do corpo do template. */
.fmp2608-chat__tpl {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  color: #166534;
  background: rgba(22,163,74,0.14);
  border-radius: 100px;
  padding: 3px 10px;
  margin-bottom: 6px;
}
.fmp2608-chat__bot {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  color: #7A4EB3;
  background: rgba(122,78,179,0.14);
  border-radius: 100px;
  padding: 3px 10px;
  margin-bottom: 6px;
}

.fmp2608-chat__meta {
  position: absolute;
  right: 11px;
  bottom: 5px;
  font-size: 9px;
  color: #8b9a90;
}

.fmp2608-chat__system {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 10.5px;
  font-weight: 600;
  color: #166534;
  background: #dcfce7;
  border-radius: 100px;
  padding: 7px 14px;
  text-align: center;
}

.fmp2608-chat__system svg { width: 12px; height: 12px; flex-shrink: 0; }

/* ==========================================================================
   Revelação no scroll — só onde há suporte; sem ele, tudo já aparece.
   ========================================================================== */
@supports (animation-timeline: view()) {
  .fmp2608-telas .fmp2608-reveal {
    animation: fmp2608-rise linear both;
    animation-timeline: view();
    animation-range: entry 6% cover 26%;
  }
  .fmp2608-telas .fmp2608-reveal-soft {
    animation: fmp2608-lift linear both;
    animation-timeline: view();
    animation-range: entry 4% cover 34%;
  }
}

@media (max-width: 860px) {
  .fmp2608-telas__block { padding: 64px 0; }
  .fmp2608-telas__title { font-size: 29px; }
  .fmp2608-telas__desc { font-size: 15px; }
  .fmp2608-telas__head { margin-bottom: 34px; }
  .fmp2608-frame__body { grid-template-columns: 1fr; min-height: 0; }
  .fmp2608-frame__side { display: none; }
}

@media (max-width: 520px) {
  .fmp2608-telas__title { font-size: 25px; }
  .fmp2608-frame__url { font-size: 9.5px; }
  .fmp2608-frame__kpis { grid-template-columns: 1fr; }
  .fmp2608-frame__tabs { gap: 2px; }
  .fmp2608-frame__tab { padding: 7px 9px; font-size: 10px; }
  /* Uma coluna do quadro por vez, empilhadas. */
  .fmp2608-frame__board { grid-template-columns: 1fr; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .fmp2608-telas *, .fmp2608-telas *::before, .fmp2608-telas *::after {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f191bd */.fmp2608-planos, .fmp2608-planos * { box-sizing: border-box; }

@keyframes fmp2608-rise {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fmp2608-planos {
  font-family: 'Poppins', sans-serif;
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(122,78,179,0.08), transparent 62%),
    #F7F8FB;
  padding: 104px 0;
  text-align: center;
  scroll-margin-top: 76px; /* compensa o header sticky ao chegar pela âncora */
}

.fmp2608-planos__container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

.fmp2608-planos__header { max-width: 620px; margin: 0 auto 52px; }

.fmp2608-planos__title {
  font-size: 42px;
  font-weight: 800 !important;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #2F2F2F;
  margin: 0 0 12px;
}

.fmp2608-planos__subtitle {
  font-size: 16.5px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0 0 28px;
}

.fmp2608-planos__subtitle strong { color: #2F2F2F; font-weight: 600; }

.fmp2608-planos__toggle {
  display: inline-flex;
  gap: 4px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.07);
  border-radius: 100px;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(15,23,42,0.05);
}

.fmp2608-planos__toggle-btn {
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  color: #6b7280;
  background: transparent;
  border: none;
  border-radius: 100px;
  padding: 10px 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: background 0.28s ease, color 0.28s ease;
}

.fmp2608-planos__toggle-btn--active {
  background: linear-gradient(135deg, #7A4EB3 0%, #3A5DAE 100%);
  color: #fff;
}

.fmp2608-planos__save {
  font-size: 10.5px;
  font-weight: 700;
  background: rgba(255,255,255,0.22);
  border-radius: 100px;
  padding: 2px 8px;
}

.fmp2608-planos__toggle-btn:not(.fmp2608-planos__toggle-btn--active) .fmp2608-planos__save {
  background: #dcfce7;
  color: #166534;
}

.fmp2608-planos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
}

.fmp2608-planos__card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.07);
  border-radius: 22px;
  padding: 34px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.fmp2608-planos__card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(58,93,174,0.14); }

.fmp2608-planos__card--featured {
  border-color: rgba(122,78,179,0.35);
  box-shadow: 0 24px 56px rgba(122,78,179,0.18);
  padding-top: 42px;
}

.fmp2608-planos__badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #7A4EB3 0%, #3A5DAE 100%);
  padding: 6px 18px;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(122,78,179,0.32);
}

.fmp2608-planos__plan {
  font-size: 19px;
  font-weight: 800;
  color: #2F2F2F;
  letter-spacing: -0.02em;
}

.fmp2608-planos__moment { font-size: 12.5px; font-weight: 600; color: #7A4EB3; margin-top: 3px; }

.fmp2608-planos__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-top: 22px;
}

.fmp2608-planos__currency { font-size: 17px; font-weight: 600; color: #6b7280; }

.fmp2608-planos__amount {
  font-size: 42px;
  font-weight: 800;
  color: #2F2F2F;
  letter-spacing: -0.035em;
  line-height: 1;
}

.fmp2608-planos__unit { font-size: 11.5px; color: #9ca3af; margin-top: 6px; }

.fmp2608-planos__features {
  list-style: none;
  margin: 26px 0 28px;
  padding: 26px 0 0;
  border-top: 1px solid #f1f3f7;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex: 1;
}

.fmp2608-planos__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #4b5563;
  text-align: left;
}

.fmp2608-planos__check {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.fmp2608-planos__check svg { width: 11px; height: 11px; }

.fmp2608-planos__cta {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 100px;
  border: 1.5px solid transparent;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.fmp2608-planos__cta--primary {
  color: #fff;
  background: linear-gradient(135deg, #7A4EB3 0%, #3A5DAE 100%);
  box-shadow: 0 12px 28px rgba(122,78,179,0.32);
}

.fmp2608-planos__cta--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(122,78,179,0.42); }

.fmp2608-planos__cta--ghost { color: #7A4EB3; background: #fff; border-color: #e0d3f0; }
.fmp2608-planos__cta--ghost:hover { border-color: #7A4EB3; background: #f5f0fb; }

/* Quem entra e quem não entra na conta — a dúvida nº 1 de clínica com equipe. */
.fmp2608-planos__note {
  max-width: 720px;
  margin: 36px auto 0;
  padding: 18px 22px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.07);
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
}

.fmp2608-planos__note strong { color: #2F2F2F; font-weight: 700; }

.fmp2608-planos__foot {
  max-width: 640px;
  margin: 18px auto 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: #6b7280;
}

.fmp2608-planos__foot strong { color: #2F2F2F; font-weight: 700; }

.fmp2608-planos__foot-link {
  color: #7A4EB3;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(122,78,179,0.3);
  transition: border-color 0.25s ease;
}

.fmp2608-planos__foot-link:hover { border-bottom-color: #7A4EB3; }

@supports (animation-timeline: view()) {
  .fmp2608-planos .fmp2608-reveal {
    animation: fmp2608-rise linear both;
    animation-timeline: view();
    animation-range: entry 6% cover 28%;
  }
}

@media (max-width: 860px) {
  .fmp2608-planos { padding: 68px 0; }
  .fmp2608-planos__title { font-size: 31px; }
  .fmp2608-planos__subtitle { font-size: 15px; }
  .fmp2608-planos__header { margin-bottom: 38px; }
  .fmp2608-planos__grid { grid-template-columns: 1fr; gap: 26px; max-width: 400px; margin: 0 auto; }
  .fmp2608-planos__card--featured { padding-top: 42px; }
}

@media (max-width: 520px) {
  .fmp2608-planos__title { font-size: 26px; }
  .fmp2608-planos__subtitle strong { color: #2F2F2F; font-weight: 600; }

.fmp2608-planos__toggle { width: 100%; }
  .fmp2608-planos__toggle-btn { flex: 1; justify-content: center; padding: 10px 12px; }
  .fmp2608-planos__amount { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .fmp2608-planos *, .fmp2608-planos *::before, .fmp2608-planos *::after {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6eca5e4 */.fmp2608-faq, .fmp2608-faq * { box-sizing: border-box; }

@keyframes fmp2608-rise {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* A resposta desliza para dentro quando o <details> abre. */
@keyframes fmp2608-open {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fmp2608-faq {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  padding: 104px 0;
}

.fmp2608-faq__container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.fmp2608-faq__title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #2F2F2F;
  margin: 0 0 44px;
  text-align: center;
}

.fmp2608-faq__list { display: flex; flex-direction: column; gap: 10px; }

.fmp2608-faq__item {
  border-bottom: 1px solid rgba(15,23,42,0.08);
  padding-bottom: 2px;
}

.fmp2608-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 4px;
  font-size: 16.5px;
  font-weight: 600;
  color: #2F2F2F;
  cursor: pointer;
  list-style: none;
  transition: color 0.25s ease;
}

/* remove o marcador nativo do <summary> */
.fmp2608-faq__question::-webkit-details-marker { display: none; }
.fmp2608-faq__question::marker { content: ''; }

.fmp2608-faq__question:hover { color: #7A4EB3; }

.fmp2608-faq__chevron {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: #f5f0fb;
  color: #7A4EB3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease;
}

.fmp2608-faq__chevron svg { width: 16px; height: 16px; }

.fmp2608-faq__item[open] .fmp2608-faq__chevron {
  transform: rotate(180deg);
  background: linear-gradient(135deg, #7A4EB3 0%, #3A5DAE 100%);
  color: #fff;
}

.fmp2608-faq__answer {
  padding: 0 4px 22px;
  animation: fmp2608-open 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.fmp2608-faq__answer p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.72;
  color: #6b7280;
  max-width: 620px;
}

@supports (animation-timeline: view()) {
  .fmp2608-faq .fmp2608-reveal {
    animation: fmp2608-rise linear both;
    animation-timeline: view();
    animation-range: entry 5% cover 24%;
  }
  /* O acordeão aberto tem animação própria: não pode herdar a do scroll. */
  .fmp2608-faq .fmp2608-faq__answer { animation-timeline: auto; }
}

@media (max-width: 860px) {
  .fmp2608-faq { padding: 68px 0; }
  .fmp2608-faq__title { font-size: 31px; margin-bottom: 32px; }
  .fmp2608-faq__question { font-size: 15px; padding: 19px 2px; gap: 14px; }
  .fmp2608-faq__answer { padding: 0 2px 19px; }
  .fmp2608-faq__answer p { font-size: 13.5px; }
}

@media (max-width: 520px) {
  .fmp2608-faq__title { font-size: 26px; }
  .fmp2608-faq__chevron { width: 26px; height: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .fmp2608-faq *, .fmp2608-faq *::before, .fmp2608-faq *::after {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc9f200 */.fmi2608-footer, .fmi2608-footer * { box-sizing: border-box; }

@keyframes fmi2608-rise {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fmi2608-footer {
  font-family: 'Poppins', sans-serif;
  background: #1c1c1c;
}

/* Faixa de conversão final — centrada, como todo o resto da página. */
.fmi2608-footer__cta {
  background: linear-gradient(135deg, #7A4EB3 0%, #3A5DAE 100%);
  padding: 92px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.fmi2608-footer__cta::before {
  content: '';
  position: absolute;
  top: -180px; left: 50%;
  width: 620px; height: 620px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 68%);
  border-radius: 50%;
}

.fmi2608-footer__cta-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.fmi2608-footer__cta-title {
  font-size: 42px;
  font-weight: 800 !important;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff !important;
  margin: 0 0 14px;
}

.fmi2608-footer__cta-desc {
  font-size: 16px;
  line-height: 1.62;
  color: rgba(255,255,255,0.86);
  margin: 0 0 34px;
}

.fmi2608-footer__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.fmi2608-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #7A4EB3;
  background: #fff;
  text-decoration: none;
  padding: 17px 40px;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: 0 14px 32px rgba(0,0,0,0.2);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
}

.fmi2608-footer__cta-btn:hover { transform: translateY(-3px); box-shadow: 0 22px 44px rgba(0,0,0,0.28); }
.fmi2608-footer__cta-btn svg { width: 17px; height: 17px; transition: transform 0.28s ease; }
.fmi2608-footer__cta-btn:hover svg { transform: translateX(4px); }

.fmi2608-footer__cta-link {
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding-bottom: 2px;
  transition: border-color 0.25s ease;
}

.fmi2608-footer__cta-link:hover { border-bottom-color: #fff; }

/* Rodapé enxuto */
.fmi2608-footer__base { background: #1c1c1c; }

.fmi2608-footer__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 52px 24px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  text-align: center;
}

.fmi2608-footer__logo { display: inline-flex; }
.fmi2608-footer__logo-img { height: 34px; width: auto; display: block; }

.fmi2608-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
}

.fmi2608-footer__link {
  font-size: 13.5px;
  color: #9a9a9a;
  text-decoration: none;
  transition: color 0.25s ease;
}

.fmi2608-footer__link:hover { color: #fff; }

.fmi2608-footer__bottom {
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 12px;
  color: #6f6f6f;
}

@supports (animation-timeline: view()) {
  .fmi2608-footer .fmi2608-reveal {
    animation: fmi2608-rise linear both;
    animation-timeline: view();
    animation-range: entry 6% cover 30%;
  }
}

@media (max-width: 860px) {
  .fmi2608-footer__cta { padding: 64px 0; }
  .fmi2608-footer__cta-title { font-size: 31px; }
  .fmi2608-footer__cta-desc { font-size: 15px; }
  .fmi2608-footer__cta-btn { width: 100%; justify-content: center; padding: 16px 24px; }
  .fmi2608-footer__cta-actions { width: 100%; }
}

@media (max-width: 520px) {
  .fmi2608-footer__cta-title { font-size: 26px; }
  .fmi2608-footer__nav { gap: 10px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .fmi2608-footer *, .fmi2608-footer *::before, .fmi2608-footer *::after {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */