.elementor-8616 .elementor-element.elementor-element-1324359{--display:flex;--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-8616 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* =========================================================
   DRA. MARINA DIAS — NUTROLOGIA | LANDING PAGE
   Lemon Marketing

   ÍNDICE
   01. Tokens
   02. Reset e base
   03. Tipografia
   04. Componentes (container, botões, eyebrow)
   05. Cabeçalho e navegação
   06. Hero
   07. Diferenciais
   08. A consulta (trilha)
   09. Depoimentos
   10. Sinais (bloco verde)
   11. Acompanhamento
   12. Sobre
   13. Chamada final e unidades
   14. Rodapé
   15. Botão flutuante WhatsApp
   16. Reveal e movimento reduzido
   ========================================================= */


/* =========================================================
   01. TOKENS
   ========================================================= */
:root {
  /* Cores da marca */
  --branco: #ffffff;
  --verde: #264F47;
  --ouro: #EFCD84;

  /* Derivadas */
  --verde-escuro: #1B3A34;
  --verde-tint: #F2F6F4;
  --verde-linha: rgba(38, 79, 71, .14);
  --verde-linha-forte: rgba(38, 79, 71, .3);
  --ouro-claro: #F5DCA6;
  --ouro-linha: rgba(239, 205, 132, .3);
  --texto: #3B4A46;
  --texto-suave: #6D7C77;
  --claro: rgba(255, 255, 255, .82);
  --claro-suave: rgba(255, 255, 255, .68);

  /* Tipografia */
  --fonte-display: 'Newsreader', Georgia, 'Times New Roman', serif;
  --fonte-corpo: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

  /* Layout */
  --largura: 1180px;
  --gutter: clamp(20px, 4vw, 40px);
  --esp-sec: clamp(72px, 8.5vw, 132px);
  --raio: 3px;
  --raio-btn: 999px;
  --altura-header: 78px;

  /* Movimento */
  --ease: cubic-bezier(.22, .61, .36, 1);
}


/* =========================================================
   02. RESET E BASE
   ========================================================= */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--altura-header) + 24px);
}

body {
  margin: 0;
  background: var(--branco);
  color: var(--texto);
  font-family: var(--fonte-corpo);
  font-size: 1.0625rem;
  line-height: 1.72;
  font-weight: 400;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg { display: block; max-width: 100%; }

img { height: auto; }

a { color: inherit; }

button { font: inherit; }

:focus-visible {
  outline: 2px solid var(--verde);
  outline-offset: 3px;
  border-radius: 2px;
}

.sec--verde :focus-visible { outline-color: var(--ouro); }

.pular {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--verde);
  color: #fff;
  padding: .75rem 1.25rem;
  text-decoration: none;
  font-size: .9rem;
}

.pular:focus { left: 12px; top: 12px; }


/* =========================================================
   03. TIPOGRAFIA
   ========================================================= */
h1, h2, h3 {
  font-family: var(--fonte-display);
  color: var(--verde);
  margin: 0 0 1rem;
  letter-spacing: -.015em;
  line-height: 1.14;
  font-weight: 400;
}

h1 {
  font-size: clamp(2.25rem, 1.45rem + 3.1vw, 2.6rem);
  font-weight: 300;
  line-height: 1.07;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: clamp(1.8rem, 1.3rem + 2.1vw, 2.85rem);
  font-weight: 300;
  line-height: 1.12;
}

h3 {
  font-family: var(--fonte-corpo);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: .5rem;
}

h1 em,
h2 em {
  font-style: italic;
  font-weight: 300;
}

p { margin: 0 0 1.1rem; }

p:last-child { margin-bottom: 0; }

.lead {
  font-size: clamp(1.05rem, .99rem + .35vw, 1.2rem);
  line-height: 1.66;
  color: var(--texto);
}


/* =========================================================
   04. COMPONENTES
   ========================================================= */
.container {
  width: 100%;
  max-width: var(--largura);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.sec { padding-block: var(--esp-sec); }

.sec--tint { background: var(--verde-tint); }

.sec--verde {
  background: var(--verde);
  color: var(--claro);
}

.sec--verde h2,
.sec--verde h3 { color: #fff; }

.sec--verde .lead { color: var(--claro); }

.sec__cabeca {
  max-width: 620px;
  margin-bottom: clamp(38px, 4.5vw, 64px);
}

.sec__cabeca--largo { max-width: 720px; }

.sec__cabeca .lead { margin-top: 1.25rem; }

/* Eyebrow */
.eyebrow {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 1.15rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--verde);
  line-height: 1.4;
}

.eyebrow::before {
  content: "";
  flex: none;
  width: 26px;
  height: 1px;
  background: var(--ouro);
}

.sec--verde .eyebrow { color: var(--ouro); }

.sec--verde .eyebrow::before { background: var(--ouro); }

/* Botões */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 1.05rem 2rem;
  border: 1px solid transparent;
  border-radius: var(--raio-btn);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .005em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
}

.btn:hover { transform: translateY(-2px); }

.btn--verde {
  background: #61ce70;
  color: #fff;
}

.btn--verde:hover { background: var(--verde-escuro); }

.btn--ouro {
  background: var(--ouro);
  color: var(--verde);
}

.btn--ouro:hover { background: var(--ouro-claro); }


/* =========================================================
   05. CABEÇALHO E NAVEGAÇÃO
   ========================================================= */
.cabecalho {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--branco);
  border-bottom: 1px solid transparent;
  transition: border-color .35s var(--ease);
}

.cabecalho.is-fixo { border-bottom-color: var(--verde-linha); }

.cabecalho__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: var(--altura-header);
}

.marca { display: block; flex: none; }

.marca img {
  height: 46px;
  width: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  margin-left: auto;
}

.nav a {
  position: relative;
  padding: .35rem 0;
  font-size: .9rem;
  font-weight: 500;
  color: var(--verde);
  text-decoration: none;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--ouro);
  transition: right .35s var(--ease);
}

.nav a:hover::after { right: 0; }

.nav__cta { display: none; }

.cabecalho__cta {
  flex: none;
  padding: .85rem 1.5rem;
  font-size: .875rem;
}

.menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  margin-left: auto;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 22px;
  height: 1.5px;
  margin-inline: auto;
  background: var(--verde);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}

.menu-btn.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-btn.is-open span:nth-child(2) { opacity: 0; }
.menu-btn.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }


/* =========================================================
   06. HERO
   ========================================================= */
.hero { padding: clamp(44px, 5.5vw, 84px) 0 clamp(64px, 8vw, 118px); }

.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.hero__texto .lead { margin-bottom: 1.15rem; }

.hero__texto p { color: var(--texto); }

.hero__unidades {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--verde-linha);
  font-size: .95rem;
  color: var(--texto-suave);
}

.hero .btn { margin-top: 1.9rem; }

.hero__foto { margin: 0; }

.hero__foto img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
  border-radius: var(--raio);
}


/* =========================================================
   07. DIFERENCIAIS
   ========================================================= */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
  gap: clamp(30px, 3.4vw, 46px);
}

.card {
  padding-top: 1.4rem;
  border-top: 1px solid var(--verde-linha-forte);
}

.card p {
  margin: 0;
  color: var(--texto-suave);
  font-size: 1rem;
}


/* =========================================================
   08. A CONSULTA (TRILHA)
   ========================================================= */
.consulta__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 5vw, 76px);
}

.consulta__nota {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--verde-linha);
  font-size: .95rem;
  color: var(--texto-suave);
}

.trilha-wrap { position: relative; }

.trilha-wrap::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 10px;
  width: 1px;
  background: var(--verde-linha);
}

.trilha__fio {
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 10px;
  width: 1px;
  background: var(--ouro);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 1.5s cubic-bezier(.4, 0, .2, 1);
}

.trilha-wrap.is-in .trilha__fio { transform: scaleY(1); }

.trilha {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.etapa {
  position: relative;
  padding: 0 0 clamp(34px, 4vw, 54px) 46px;
}

.etapa:last-child { padding-bottom: 0; }

.etapa::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 11px;
  height: 11px;
  border: 1px solid var(--ouro);
  border-radius: 50%;
  background: var(--branco);
  transition: background-color .5s var(--ease);
}

.etapa.is-in::before { background: var(--ouro); }

.etapa__num {
  margin: 0 0 .4rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: rgba(38, 79, 71, .45);
  line-height: 1;
}

.etapa p:last-child { color: var(--texto-suave); }


/* =========================================================
   09. DEPOIMENTOS
   ========================================================= */
.depoimentos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(28px, 3.2vw, 44px);
}

.depo {
  margin: 0;
  padding-top: 1.4rem;
  border-top: 1px solid var(--verde-linha-forte);
}

.depo blockquote {
  margin: 0 0 1.4rem;
}

.depo blockquote p {
  margin: 0;
  font-family: var(--fonte-display);
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
  color: var(--verde);
}

.depo figcaption {
  display: flex;
  flex-direction: column;
  gap: .15rem;
}

.depo__nome {
  font-size: .95rem;
  font-weight: 600;
  color: var(--verde);
}

.depo__info {
  font-size: .85rem;
  color: var(--texto-suave);
}


/* =========================================================
   10. SINAIS (BLOCO VERDE)
   ========================================================= */
.sinais { display: grid; }

.sinal {
  display: grid;
  gap: .4rem;
  padding-block: clamp(22px, 2.6vw, 30px);
  border-top: 1px solid var(--ouro-linha);
  margin: 0;
}

.sinal:last-child { border-bottom: 1px solid var(--ouro-linha); }

.sinal h3 { margin-bottom: 0; }

.sinal p {
  margin: 0;
  color: var(--claro-suave);
}

.sinais__fecho {
  margin-top: clamp(36px, 4vw, 56px);
  max-width: 720px;
}

.sinais__fecho .btn { margin-top: 1.8rem; }


/* =========================================================
   11. ACOMPANHAMENTO
   ========================================================= */
.acomp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(28px, 3.2vw, 48px);
}

.acomp__item {
  padding-left: 1.6rem;
  border-left: 1px solid var(--verde-linha-forte);
}

.acomp__item p {
  margin: 0;
  color: var(--texto-suave);
  font-size: 1rem;
}

.acomp__fecho {
  margin-top: clamp(34px, 3.6vw, 52px);
  max-width: 640px;
  font-size: .95rem;
  color: var(--texto-suave);
}


/* =========================================================
   12. SOBRE
   ========================================================= */
.sobre__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 4.5vw, 72px);
  align-items: center;
}

.sobre__foto { margin: 0; }

.sobre__foto img {
  width: 100%;
  aspect-ratio: 4 / 6;
  object-fit: cover;
  object-position: center 20%;
  border-radius: var(--raio);
}

.sobre__destaque {
  margin-top: 1.8rem;
  padding-left: 1.6rem;
  border-left: 1px solid var(--ouro);
  font-family: var(--fonte-display);
  font-size: clamp(1.1rem, 1.02rem + .4vw, 1.35rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  color: var(--verde);
}

.sobre__assinatura {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--verde-linha);
  font-size: .95rem;
  font-weight: 600;
  color: var(--verde);
}

.sobre__assinatura span {
  display: block;
  font-size: .82rem;
  font-weight: 400;
  letter-spacing: .02em;
  color: var(--texto-suave);
}


/* =========================================================
   13. CHAMADA FINAL E UNIDADES
   ========================================================= */
.final__topo {
  max-width: 700px;
  padding-bottom: clamp(42px, 5vw, 68px);
  border-bottom: 1px solid var(--ouro-linha);
}

.final__topo .lead { margin-top: 1.3rem; }

.final__topo .btn { margin-top: 2rem; }

.final__zap {
  margin: 1.5rem 0 0;
  font-size: .95rem;
}

.final__zap a {
  color: var(--ouro);
  text-decoration: none;
  border-bottom: 1px solid var(--ouro-linha);
  padding-bottom: 2px;
  transition: border-color .3s var(--ease);
}

.final__zap a:hover { border-bottom-color: var(--ouro); }

.unidades {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(30px, 3.4vw, 56px);
  margin-top: clamp(42px, 5vw, 68px);
}

.unidade h3 {
  font-family: var(--fonte-display);
  font-size: 1.35rem;
  font-weight: 300;
  letter-spacing: -.01em;
  margin-bottom: .7rem;
}

.unidade p {
  margin: 0 0 .6rem;
  color: var(--claro);
  font-size: 1rem;
}

.unidade__obs {
  font-size: .9rem;
  color: var(--claro-suave);
}


/* =========================================================
   14. RODAPÉ
   ========================================================= */
.rodape {
  background: var(--branco);
  padding-top: clamp(52px, 6vw, 84px);
  border-top: 1px solid var(--verde-linha);
}

.rodape__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 4vw, 56px);
  padding-bottom: clamp(38px, 4.5vw, 60px);
}

.rodape__marca img {
  height: 54px;
  width: auto;
  margin-bottom: 1.2rem;
}

.rodape__marca p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.7;
  color: var(--texto-suave);
}

.rodape__titulo {
  margin: 0 0 1rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--verde);
}

.rodape__nav { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }

.rodape__nav a {
  font-size: .92rem;
  color: var(--texto);
  text-decoration: none;
  transition: color .3s var(--ease);
}

.rodape__nav a:hover { color: var(--verde); }

.rodape__contato p {
  margin: 0 0 .55rem;
  font-size: .92rem;
  color: var(--texto);
}

.rodape__contato a {
  text-decoration: none;
  color: var(--verde);
  font-weight: 600;
}

.rodape__contato a:hover { color: var(--verde-escuro); }

.rodape__base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem 2.5rem;
  padding-block: 1.6rem 2rem;
  border-top: 1px solid var(--verde-linha);
}

.rodape__base p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.65;
  color: var(--texto-suave);
}

.rodape__aviso { max-width: 620px; }


/* =========================================================
   15. BOTÃO FLUTUANTE WHATSAPP
   ========================================================= */
.zap {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #61ce70;
  box-shadow: 0 6px 24px rgba(27, 58, 52, .22);
  transition: background-color .3s var(--ease), transform .3s var(--ease);
}

.zap:hover {
  background: var(--verde-escuro);
  transform: translateY(-3px);
}

.zap svg {
  width: 27px;
  height: 27px;
  fill: var(--ouro);
}


/* =========================================================
   16. REVEAL E MOVIMENTO REDUZIDO
   ========================================================= */
[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}


/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (min-width: 700px) {
  .rodape__grid { grid-template-columns: 1.6fr 1fr 1.2fr; }
}

@media (min-width: 820px) {
  .sinal {
    grid-template-columns: .9fr 1.1fr;
    gap: .4rem 3rem;
    align-items: baseline;
  }
}

@media (min-width: 900px) {
  .hero__grid { grid-template-columns: 1.05fr .95fr; }

  .sobre__grid { grid-template-columns: .85fr 1.15fr; }

  .consulta__grid {
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(48px, 6vw, 96px);
  }

  .consulta__intro {
    position: sticky;
    top: calc(var(--altura-header) + 44px);
    align-self: start;
  }
}

/* Mobile: menu em painel */
@media (max-width: 1023px) {
  .cabecalho__cta { display: none; }

  .menu-btn { display: flex; }

  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: .5rem var(--gutter) 1.6rem;
    background: var(--branco);
    border-bottom: 1px solid var(--verde-linha);
    box-shadow: 0 18px 34px rgba(27, 58, 52, .08);
  }

  .nav.is-open { display: flex; }

  .nav a {
    padding: .95rem 0;
    font-size: 1rem;
    border-bottom: 1px solid var(--verde-linha);
  }

  .nav a::after { display: none; }

  .nav a.nav__cta {
    display: inline-flex;
    margin-top: 1.4rem;
    border-bottom: 0;
    color: #fff;
  }

  .nav a.nav__cta:hover { color: #fff; }
}

@media (max-width: 560px) {
  .marca img { height: 40px; }

  .btn {
    width: 100%;
    padding: 1.05rem 1.5rem;
  }

  .nav__cta { width: 100%; }

  .rodape__base { padding-bottom: 6.5rem; }
}


/* =========================================================
   MOVIMENTO REDUZIDO
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .trilha__fio { transform: scaleY(1); }

  .btn:hover,
  .zap:hover { transform: none; }
}/* End custom CSS */