/* ============================================================
   ESPAÇO FICAR BEM v2 — Estilos escopados sob .efb
   Paleta derivada da logo + referência Lê Santê

   ------------------------------------------------------------
   Código, layout e folha de estilos: PROPULSA MÍDIA
   https://propulsamidia.com.br · Build EFB-2026-08-PROPULSA
   © 2026 Propulsa Mídia — uso licenciado ao Espaço Ficar Bem.
   ------------------------------------------------------------
   ============================================================ */


/* Reset de página: cobre qualquer espaço residual do tema WP
   (borda superior, padding lateral, etc.) com a cor do site */
html, body {
  background: #FFFFFF;
  margin: 0;
}

.efb,
.efb *,
.efb *::before,
.efb *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.efb {
  /* Assinatura técnica do autor do código — não remover */
  --built-by:  "Propulsa Midia";
  --built-url: "https://propulsamidia.com.br";
  --build-id:  "EFB-2026-08-PROPULSA";

  /* Paleta — 5 fundos para criar ritmo visual */
  --c-bg:        #FFFFFF;   /* branco — base do site */
  --c-bg-alt:    #F8F5EE;   /* off-white sutil — alterna com o branco */
  --c-bg-warm:   #EBE2D0;   /* creme marcante — quebra visual */
  --c-bg-teal:   #1B6566;   /* teal escuro — seção destaque (manifesto) */
  --c-bg-deep:   #0F1B2D;   /* azul-marinho profundo — anchor + booking */

  --c-ink:       #1A2433;
  --c-ink-mid:   #2B3445;
  --c-ink-soft:  #4F5666;
  --c-line:      #E2DDD2;
  --c-line-soft: #EFEAE0;

  --c-teal:      #2D9B9D;
  --c-teal-deep: #1F7B7D;
  --c-blue:      #4F6BCC;
  --c-navy:      #2D3D8E;

  --f-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --f-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --w-max:    1240px;
  --w-narrow:  720px;
  --w-prose:   620px;

  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--c-ink);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  /* Site estático: não há container de tema para escapar.
     O hack de 100vw foi removido — ele causava scroll horizontal
     quando a barra de rolagem estava visível. */
  position: relative;
  width: 100%;
  overflow-x: clip;
}

.efb img {
  max-width: 100%;
  height: auto;
  display: block;
}

.efb a {
  color: inherit;
  text-decoration: none;
}

/* ----- Tipografia ----- */
.efb .h-eyebrow {
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-teal);
  margin-bottom: 1.5rem;
}

.efb .h-display {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(2.4rem, 4.6vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--c-ink);
}

.efb .h-display em {
  font-style: italic;
  font-weight: 200;
  color: var(--c-navy);
}

.efb .h-1 {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--c-ink);
}

.efb .h-1 em {
  font-style: italic;
  font-weight: 200;
  color: var(--c-navy);
}

.efb .h-2 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--c-ink);
}

.efb .lede {
  font-family: var(--f-body);
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--c-ink-mid);
  max-width: 50ch;
}

.efb p {
  margin-bottom: 1.1rem;
  color: var(--c-ink-mid);
}

.efb p strong {
  color: var(--c-ink);
  font-weight: 500;
}

/* ----- Layout primitives ----- */
.efb .wrap {
  width: 100%;
  max-width: var(--w-max);
  margin: 0 auto;
  padding: 0 1.75rem;
}

.efb .narrow {
  max-width: var(--w-narrow);
  margin: 0 auto;
}

.efb .section {
  padding: 7rem 0;
}

.efb .section + .section {
  border-top: 1px solid var(--c-line);
}

.efb .section--alt  { background: var(--c-bg-alt); }
.efb .section--warm { background: var(--c-bg-warm); }
.efb .section--teal { background: var(--c-bg-teal); color: rgba(255,255,255,0.85); }
.efb .section--deep { background: var(--c-bg-deep); color: rgba(255,255,255,0.85); }

/* Overrides automáticos para seções com fundo escuro */
.efb .section--teal .h-eyebrow,
.efb .section--deep .h-eyebrow { color: #fff; opacity: 0.7; }

.efb .section--teal .h-1,
.efb .section--deep .h-1 { color: #fff; }

.efb .section--teal .h-1 em { color: rgba(255,255,255,0.55); }
.efb .section--deep .h-1 em { color: var(--c-teal); }

.efb .section--teal p,
.efb .section--deep p { color: rgba(255,255,255,0.78); }

.efb .section--teal .rule,
.efb .section--deep .rule { background: rgba(255,255,255,0.5); }

.efb .rule {
  width: 40px;
  height: 1px;
  background: var(--c-teal);
  margin-bottom: 2rem;
}

/* ----- Botões ----- */
.efb .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  font-family: var(--f-body);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  white-space: nowrap;
  cursor: pointer;
}

.efb .btn-primary {
  background: var(--c-ink);
  color: #fff;
}
.efb .btn-primary:hover {
  background: var(--c-navy);
}

.efb .btn-ghost {
  background: transparent;
  color: var(--c-ink);
  border-color: var(--c-ink);
}
.efb .btn-ghost:hover {
  background: var(--c-ink);
  color: #fff;
}

.efb .btn-light {
  background: #fff;
  color: var(--c-ink);
}
.efb .btn-light:hover {
  background: var(--c-teal);
  color: #fff;
}

.efb .btn svg {
  width: 16px;
  height: 16px;
}

/* Botão de conversão WhatsApp — teal com brilho, ícone do WhatsApp */
.efb .btn-wa {
  background: var(--c-teal);
  color: #fff;
  box-shadow: 0 12px 30px -10px rgba(45, 155, 157, 0.55);
}

.efb .btn-wa:hover {
  background: var(--c-teal-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -10px rgba(45, 155, 157, 0.65);
}

.efb .btn-wa svg {
  width: 18px;
  height: 18px;
}

/* CTA de fim de seção — frase de gancho + botão centralizado */
.efb .section-cta {
  margin-top: 3.5rem;
  text-align: center;
}

.efb .section-cta__hook {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: 1.2rem;
  color: var(--c-ink-mid);
  margin-bottom: 1.3rem;
}

.efb .about__cta {
  margin-top: 2.5rem;
}

.efb .mode__btn {
  margin-top: 1.6rem;
  width: 100%;
  justify-content: center;
}

/* ============================================================
   HEADER
   ============================================================ */
.efb .header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--c-line-soft);
}

.efb .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 2rem;
}

.efb .brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.efb .brand img {
  height: 52px;
  width: auto;
}

.efb .brand-text {
  display: none;
  font-family: var(--f-display);
  font-size: 1.05rem;
  color: var(--c-ink);
  line-height: 1;
  font-weight: 400;
}

.efb .nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.efb .nav a {
  font-size: 0.9rem;
  color: var(--c-ink);
  font-weight: 400;
  transition: color 0.2s;
}

.efb .nav a:hover {
  color: var(--c-teal);
}

.efb .nav .btn {
  padding: 0.78rem 1.5rem;
  font-size: 0.92rem;
  font-weight: 500;
}

.efb .nav .btn-primary,
.efb .nav .btn-primary:hover,
.efb .nav .btn-primary:visited {
  color: #fff;
}

/* Mobile menu */
.efb .menu-toggle { display: none; }

.efb .menu-btn {
  display: none;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
}

.efb .menu-btn span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--c-ink);
  transition: transform 0.25s, opacity 0.25s;
}

@media (max-width: 900px) {
  /* Mais respiro lateral no header em telas pequenas */
  .efb .header__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* IMPORTANTE: remover backdrop-filter do header no mobile.
     backdrop-filter cria um containing block para descendentes
     position: fixed — isso fazia o .nav ficar preso à área do
     header (altura ~80px) em vez de cobrir o viewport. */
  .efb .header {
    background: #FFFFFF !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: 10000;
  }

  /* Menu mobile — agora o fixed funciona relativo ao viewport */
  .efb .nav {
    position: fixed;
    inset: 80px 0 0 0;
    background: #FFFFFF !important;
    z-index: 9999;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 2rem 2.25rem;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    border-top: 1px solid var(--c-line);
    box-shadow: -20px 0 40px -10px rgba(15,27,45,0.12);
  }

  .efb .menu-toggle:checked ~ .nav {
    transform: translateX(0);
  }
  .efb .nav a {
    padding: 1.15rem 0;
    border-bottom: 1px solid var(--c-line);
    font-size: 1.05rem;
  }
  .efb .nav .btn {
    margin-top: 1.5rem;
    align-self: flex-start;
    padding: 0.95rem 1.6rem;
    font-size: 0.92rem;
  }
  .efb .menu-btn { display: flex; }
  .efb .menu-toggle:checked ~ .nav { transform: translateX(0); }
  .efb .menu-toggle:checked ~ .menu-btn span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  .efb .menu-toggle:checked ~ .menu-btn span:nth-child(2) { opacity: 0; }
  .efb .menu-toggle:checked ~ .menu-btn span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }
  .efb .brand img { height: 44px; }
}

/* ============================================================
   HERO — manifesto + foto
   ============================================================ */
.efb .hero {
  background: var(--c-bg-deep);
  color: #fff;
  min-height: 90vh;
  padding: 7rem 0 0;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

/* Orbs decorativos — efeitos de luz suaves no fundo */
.efb .hero__bg-1,
.efb .hero__bg-2,
.efb .hero__bg-3 {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.efb .hero__bg-1 {
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(to left, rgba(45, 155, 157, 0.22), transparent);
}

.efb .hero__bg-2 {
  bottom: -120px;
  left: -120px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(45, 155, 157, 0.14);
  filter: blur(120px);
}

.efb .hero__bg-3 {
  top: 15%;
  left: 25%;
  width: 50vw;
  height: 55vh;
  background: rgba(79, 107, 204, 0.12);
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.5;
}

.efb .hero .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

.efb .hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3rem;
  align-items: end;
  min-height: 75vh;
}

.efb .hero__copy {
  padding-bottom: 5rem;
  max-width: 42ch;
}

/* Cores invertidas para fundo escuro */
.efb .hero .h-eyebrow { color: var(--c-teal); }
.efb .hero .h-display { color: #fff; }
.efb .hero .h-display em {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.efb .hero .lede { color: rgba(255, 255, 255, 0.78); }
.efb .hero__meta { color: rgba(255, 255, 255, 0.6); }
.efb .hero__meta b { color: var(--c-teal); }
.efb .hero__meta span { color: rgba(255, 255, 255, 0.25); }

.efb .hero .btn-primary {
  background: #fff;
  color: var(--c-bg-deep);
}
.efb .hero .btn-primary:hover {
  background: var(--c-teal);
  color: #fff;
}
.efb .hero .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}
.efb .hero .btn-ghost:hover {
  background: #fff;
  color: var(--c-bg-deep);
  border-color: #fff;
}

.efb .hero__sub {
  margin-top: 2rem;
  max-width: 38ch;
}

.efb .hero__cta {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.efb .hero__meta {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  /* cor removida: sobrescrevia o branco do bloco de fundo escuro */
  font-weight: 500;
}

.efb .hero__meta b {
  color: var(--c-teal);
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem;
}

.efb .hero__photo-wrap {
  position: relative;
  max-width: 620px;
  margin-left: auto;
  width: 100%;
  align-self: end;
}

.efb .hero__photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: bottom center;
  filter: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.efb .hero__frame { display: none; }

/* ============================================================
   CHIPS FLUTUANTES — glassmorphism com bounce animation
   (inspirado no hero da referência Fernanda Guilloux)
   ============================================================ */
.efb .hero__chip {
  position: absolute;
  z-index: 20;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: 0.98rem;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
  box-shadow: 0 12px 36px -10px rgba(0, 0, 0, 0.35);
}

.efb .hero__chip--1 {
  top: 14%;
  left: -3.5rem;
  animation: efb-float-a 4.5s ease-in-out infinite;
}

.efb .hero__chip--2 {
  top: 42%;
  right: -3.5rem;
  animation: efb-float-b 6.5s ease-in-out infinite;
}

.efb .hero__chip--3 {
  bottom: 22%;
  left: -2rem;
  animation: efb-float-c 5.5s ease-in-out infinite;
}

@keyframes efb-float-a {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

@keyframes efb-float-b {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-20px); }
}

@keyframes efb-float-c {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-16px); }
}

/* Foto fica parada — só responde ao mouse com leve zoom para frente */
.efb .hero__photo {
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: bottom center;
}

.efb .hero__photo-wrap:hover .hero__photo {
  transform: scale(1.03);
}

/* Orbs com pulsação lenta — luz "viva" no fundo */
.efb .hero__bg-2 {
  animation: efb-orb-pulse 9s ease-in-out infinite;
}

.efb .hero__bg-3 {
  animation: efb-orb-pulse 12s ease-in-out infinite reverse;
}

@keyframes efb-orb-pulse {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(30px, -20px) scale(1.12); }
}

/* Acessibilidade — desliga tudo se o usuário pediu reduzir movimento */
@media (prefers-reduced-motion: reduce) {
  .efb .hero__chip,
  .efb .hero__photo,
  .efb .hero__bg-2,
  .efb .hero__bg-3 {
    animation: none;
  }
}

/* Mobile — chips menores e mais próximos da foto */
@media (max-width: 900px) {
  .efb .hero__chip {
    padding: 0.55rem 1rem;
    font-size: 0.78rem;
  }
  .efb .hero__chip--1 { top: 6%;     left: -0.5rem; }
  .efb .hero__chip--2 { top: 38%;    right: -0.5rem; }
  .efb .hero__chip--3 { bottom: 22%; left: -0.5rem; }
}

@media (max-width: 900px) {
  .efb .hero {
    min-height: auto;
    padding: 5rem 0 0 0;
    display: block;
  }
  .efb .hero__bg-1 {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    background: linear-gradient(to top, rgba(45, 155, 157, 0.18), transparent);
  }
  .efb .hero__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: auto;
  }
  .efb .hero__copy {
    padding-bottom: 1rem;
    max-width: 100%;
  }
  .efb .hero__photo-wrap {
    margin: 0 auto;
    max-width: 400px;
  }
}

/* ============================================================
   CAMINHOS — direcionamento para landing pages específicas
   (ansiedade, terapia de casal, exterior)
   ============================================================ */
.efb .paths {
  background: var(--c-bg-alt);
  padding: 6rem 0;
}

.efb .paths__head {
  text-align: center;
  max-width: 60ch;
  margin: 0 auto 4rem;
}

.efb .paths__head .rule {
  margin: 0 auto 2rem;
}

.efb .paths__head p.paths__sub {
  margin: 1.5rem auto 0;
  max-width: 52ch;
  font-size: 1.05rem;
  color: var(--c-ink-mid);
}

.efb .paths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.efb .path {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 4px;
  padding: 2.5rem 2.2rem;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.efb .path:hover {
  transform: translateY(-6px);
  border-color: var(--c-teal);
  box-shadow: 0 24px 48px -20px rgba(15, 27, 45, 0.18);
}

.efb .path__tag {
  align-self: flex-start;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-teal);
  font-weight: 500;
  padding: 0.35rem 0.8rem;
  border: 1px solid var(--c-teal);
  border-radius: 999px;
  margin-bottom: 1.8rem;
}

.efb .path__title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(1.8rem, 2.4vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--c-ink);
  margin-bottom: 0.8rem;
}

.efb .path__question {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.35;
  color: var(--c-navy);
  margin-bottom: 1rem;
}

.efb .path__desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--c-ink-mid);
  margin-bottom: 2rem;
  flex-grow: 1;
}

.efb .path__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 1rem 1.4rem;
  background: var(--c-ink);
  color: #fff;
  border-radius: 999px;
  font-family: var(--f-body);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: background 0.3s ease, gap 0.3s ease;
}

.efb .path__btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.efb .path:hover .path__btn {
  background: var(--c-teal);
  gap: 1rem;
}

@media (max-width: 900px) {
  .efb .paths {
    padding: 4rem 0;
  }
  .efb .paths__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .efb .path {
    padding: 2rem 1.75rem;
  }
}

/* ============================================================
   PRINCÍPIO — frase âncora entre seções
   ============================================================ */
.efb .anchor {
  padding: 5rem 0;
  background: var(--c-bg-deep);
  color: #fff;
  text-align: left;
}

.efb .anchor__text {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  max-width: 22ch;
  color: rgba(255,255,255,0.95);
}

.efb .anchor__text em {
  font-style: italic;
  font-weight: 200;
  color: var(--c-teal);
}

.efb .anchor__cite {
  margin-top: 2rem;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}

/* ============================================================
   SOBRE — Nelto, autoridade docente
   ============================================================ */
.efb .about__intro {
  max-width: 720px;
  margin-bottom: 5rem;
}

.efb .about__split {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 5rem;
  align-items: start;
}

.efb .about__photo-wrap {
  position: sticky;
  top: 110px;
  max-width: 340px;
}

.efb .about__photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--c-line-soft);
  position: relative;
}

.efb .about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.efb .about__caption {
  margin-top: 1.2rem;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: 0.92rem;
  color: var(--c-ink-soft);
  line-height: 1.45;
  max-width: 28ch;
}

.efb .about__body {
  max-width: var(--w-prose);
}

.efb .about__body p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--c-ink);
  margin-bottom: 1.4rem;
}

.efb .about__quote {
  margin: 2.5rem 0;
  padding: 0 0 0 1.5rem;
  border-left: 1px solid var(--c-teal);
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--c-navy);
}

.efb .about__credentials {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  border-top: 1px solid var(--c-line);
  padding-top: 2.2rem;
}

.efb .about__credentials dt {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-ink-soft);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.efb .about__credentials dd {
  font-family: var(--f-display);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--c-ink);
  line-height: 1.15;
}

.efb .about__credentials dd small {
  display: block;
  font-family: var(--f-body);
  font-size: 0.8rem;
  color: var(--c-ink-soft);
  margin-top: 0.3rem;
  font-weight: 400;
}

@media (max-width: 900px) {
  .efb .about__intro { margin-bottom: 2.5rem; }
  .efb .about__split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .efb .about__photo-wrap { position: static; max-width: 280px; margin: 0 auto; }
  .efb .about__photo { margin: 0 auto; }
  .efb .about__caption { margin: 1rem auto 0; text-align: center; }
  .efb .about__credentials {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* ============================================================
   MANIFESTO — Combate ao estigma (seção destaque com fundo teal)
   ============================================================ */
.efb .manifest__intro {
  max-width: 60ch;
  margin: 0 auto 5rem;
  text-align: center;
}

.efb .manifest__intro .rule {
  margin: 0 auto 2rem;
}

.efb .manifest__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 5rem;
  max-width: 1080px;
  margin: 0 auto;
}

.efb .manifest__item {
  position: relative;
  padding-left: 3.5rem;
}

.efb .manifest__num {
  position: absolute;
  left: 0;
  top: 0.4rem;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
}

.efb .manifest__strike {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.3;
  color: rgba(255,255,255,0.4);
  text-decoration: line-through;
  text-decoration-color: rgba(255,255,255,0.35);
  text-decoration-thickness: 1px;
  margin-bottom: 0.9rem;
}

.efb .manifest__truth {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -0.01em;
}

.efb .manifest__truth em {
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
}

@media (max-width: 900px) {
  .efb .manifest__list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* ============================================================
   CTA BAND — chamada para ação entre seções
   ============================================================ */
.efb .cta-band {
  padding: 4.5rem 0;
}

.efb .cta-band--deep {
  background: var(--c-bg-deep);
  color: #fff;
}

/* Variante com foto — layout vertical centralizado.
   Botão em cima, foto embaixo. Dedo apontando pra cima
   aponta visualmente para o botão. */
.efb .cta-band--photo {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: var(--c-bg-deep);
  color: #fff;
  text-align: center;
}

.efb .cta-band--photo::before {
  content: '';
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(45, 155, 157, 0.20);
  filter: blur(120px);
  z-index: 0;
  pointer-events: none;
}

.efb .cta-band--photo > .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

.efb .cta-band--photo__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.efb .cta-band--photo__copy {
  padding: 4.5rem 0 1rem;
  max-width: 32ch;
  margin: 0 auto;
  text-align: center;
}

.efb .cta-band--photo__text {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 1.8rem;
}

.efb .cta-band--photo__text em {
  font-style: italic;
  font-weight: 300;
  color: var(--c-teal);
}

.efb .cta-band--photo__photo {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: -3rem auto 0;
  z-index: 1;
}

.efb .cta-band--photo__photo img {
  width: 100%;
  height: auto;
  display: block;
  /* Compensa o espaço transparente do canvas PNG embaixo dos pés.
     overflow:hidden no .cta-band--photo recorta o que sai do bloco. */
  transform: translateY(14%);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: bottom center;
}

.efb .cta-band--photo__photo:hover img {
  transform: translateY(14%) scale(1.03);
}

@media (max-width: 900px) {
  .efb .cta-band--photo__copy {
    padding: 4rem 0 1rem;
  }
  .efb .cta-band--photo__photo {
    max-width: 280px;
    line-height: 0;
  }
  .efb .cta-band--photo__photo img {
    display: block;
    vertical-align: bottom;
    margin-bottom: 0;
  }
}

.efb .cta-band--light {
  background: var(--c-bg);
  position: relative;
}

.efb .cta-band--light::before,
.efb .cta-band--light::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 1px;
  background: var(--c-teal);
}
.efb .cta-band--light::before { top: 0; }
.efb .cta-band--light::after  { bottom: 0; }

.efb .cta-band__grid {
  display: grid;
  grid-template-columns: 1.6fr auto;
  gap: 3rem;
  align-items: center;
}

.efb .cta-band__text {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.25;
  letter-spacing: -0.01em;
  max-width: 30ch;
  color: var(--c-ink);
}

.efb .cta-band__text em {
  font-style: italic;
  font-weight: 300;
  color: var(--c-teal);
}

.efb .cta-band--deep .cta-band__text {
  color: #fff;
}

.efb .cta-band--deep .cta-band__text em {
  color: var(--c-teal);
}

@media (max-width: 900px) {
  .efb .cta-band {
    padding: 3rem 0;
  }
  .efb .cta-band__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
  }
}

/* ============================================================
   COMO ATENDO — 3 formatos
   ============================================================ */
.efb .modes__head {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  margin-bottom: 4rem;
  align-items: end;
}

.efb .modes__head p {
  font-size: 1.05rem;
  max-width: 50ch;
}

.efb .modes__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  border-top: 1px solid var(--c-line);
  padding-top: 3rem;
}

.efb .mode {
  position: relative;
}

.efb .mode__num {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  color: var(--c-teal);
  letter-spacing: 0.04em;
  margin-bottom: 1.2rem;
}

.efb .mode h3 {
  margin-bottom: 1rem;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
}

.efb .mode p {
  font-size: 0.96rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.efb .mode__list {
  list-style: none;
  border-top: 1px solid var(--c-line);
}

.efb .mode__list li {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--c-line);
  font-size: 0.9rem;
  color: var(--c-ink);
}

.efb .mode__tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-teal);
  font-weight: 500;
  margin-bottom: 0.7rem;
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--c-teal);
  border-radius: 999px;
}

@media (max-width: 900px) {
  .efb .modes__head,
  .efb .modes__list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* ============================================================
   NOSSO ESPAÇO — galeria editorial bento
   ============================================================ */
.efb .space__head {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  margin-bottom: 4rem;
  align-items: end;
}

.efb .space__head p {
  font-size: 1.05rem;
  max-width: 50ch;
}

.efb .space__features {
  display: flex;
  gap: 2.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-ink-soft);
  font-weight: 500;
}

.efb .space__features div b {
  display: block;
  color: var(--c-teal);
  margin-bottom: 0.3rem;
  font-weight: 500;
}

.efb .gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 220px;
  gap: 0.8rem;
}

.efb .gallery__item {
  overflow: hidden;
  background: var(--c-line-soft);
  position: relative;
}

.efb .gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 0.5s ease;
}

.efb .gallery__item:hover img {
  transform: scale(1.04);
}

.efb .gallery__item--1 { grid-column: span 4; grid-row: span 2; }
.efb .gallery__item--2 { grid-column: span 2; grid-row: span 1; }
.efb .gallery__item--3 { grid-column: span 2; grid-row: span 1; }
.efb .gallery__item--5 { grid-column: span 3; grid-row: span 1; }
.efb .gallery__item--6 { grid-column: span 3; grid-row: span 1; }

@media (max-width: 900px) {
  .efb .space__head {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .efb .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 170px;
    gap: 0.6rem;
  }
  .efb .gallery__item--1 { grid-column: span 2; grid-row: span 2; }
  .efb .gallery__item--2 { grid-column: span 1; grid-row: span 1; }
  .efb .gallery__item--3 { grid-column: span 1; grid-row: span 1; }
  .efb .gallery__item--5 { grid-column: span 2; grid-row: span 1; }
  .efb .gallery__item--6 { grid-column: span 2; grid-row: span 1; }
}

/* ============================================================
   ÁREAS — psicoterapia, avaliação, intercultural, palestras
   ============================================================ */
.efb .areas__head {
  margin-bottom: 4rem;
  max-width: 60ch;
}

.efb .area {
  display: grid;
  grid-template-columns: 90px 1fr 2.4fr auto;
  gap: 2.5rem;
  align-items: baseline;
  padding: 2.4rem 0;
  border-top: 1px solid var(--c-line);
  transition: padding 0.25s ease;
}

.efb .area:last-child {
  border-bottom: 1px solid var(--c-line);
}

.efb .area:hover {
  padding-left: 1rem;
}

.efb .area__num {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  color: var(--c-teal);
  letter-spacing: 0.05em;
}

.efb .area__title {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.15;
  color: var(--c-ink);
  letter-spacing: -0.01em;
}

.efb .area__title em {
  font-style: italic;
  font-weight: 300;
  color: var(--c-navy);
}

.efb .area__desc {
  font-size: 0.98rem;
  color: var(--c-ink-mid);
  line-height: 1.65;
}

.efb .area__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--c-ink);
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  white-space: nowrap;
  align-self: center;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.efb .area__cta:hover {
  background: var(--c-teal);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px rgba(45, 155, 157, 0.5);
}

@media (max-width: 900px) {
  .efb .area {
    grid-template-columns: 60px 1fr;
    grid-template-areas:
      "num title"
      ".   desc"
      ".   cta";
    gap: 0.9rem 1.2rem;
    padding: 2rem 0;
  }
  .efb .area__num   { grid-area: num; }
  .efb .area__title { grid-area: title; font-size: 1.35rem; }
  .efb .area__desc  { grid-area: desc; }
  .efb .area__cta   { grid-area: cta; margin-top: 0.5rem; align-self: start; }
}

/* ============================================================
   PRINCÍPIOS
   ============================================================ */
.efb .principles {
  background: var(--c-bg-alt);
}

.efb .principles__head {
  margin-bottom: 4rem;
  max-width: 60ch;
}

.efb .principles__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

.efb .principle__num {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--c-teal);
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}

.efb .principle h3 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.25;
  margin-bottom: 0.9rem;
  color: var(--c-ink);
  letter-spacing: -0.01em;
}

.efb .principle p {
  font-size: 0.96rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .efb .principles__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.efb .testimonials__head {
  margin-bottom: 4rem;
  max-width: 60ch;
}

.efb .quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.efb .quote {
  position: relative;
  padding-top: 2.5rem;
  border-top: 1px solid var(--c-line);
}

.efb .quote::before {
  content: '"';
  position: absolute;
  top: -0.6rem;
  left: 0;
  font-family: var(--f-display);
  font-size: 4.5rem;
  line-height: 1;
  color: var(--c-teal);
  font-style: italic;
  font-weight: 300;
}

.efb .quote__text {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--c-ink);
  margin: 1rem 0 1.7rem;
}

.efb .quote__cite {
  font-size: 0.85rem;
  color: var(--c-ink-soft);
  letter-spacing: 0.04em;
}

.efb .quote__cite strong {
  display: block;
  color: var(--c-ink);
  font-weight: 500;
  margin-bottom: 0.2rem;
}

@media (max-width: 900px) {
  .efb .quotes {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* ============================================================
   FAQ — perguntas frequentes (accordion nativo + schema FAQPage)
   ============================================================ */
.efb .faq__head {
  margin-bottom: 4rem;
  max-width: 60ch;
}

.efb .faq__list {
  max-width: 820px;
  margin: 0 auto;
}

.efb .faq__item {
  border-top: 1px solid var(--c-line);
  padding: 0;
}

.efb .faq__item:last-child {
  border-bottom: 1px solid var(--c-line);
}

.efb .faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  cursor: pointer;
  padding: 1.6rem 0;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--c-ink);
  letter-spacing: -0.005em;
  list-style: none;
  transition: color 0.2s ease;
}

.efb .faq__item summary::-webkit-details-marker {
  display: none;
}

.efb .faq__item summary::after {
  content: '+';
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--c-teal);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.efb .faq__item[open] summary::after {
  transform: rotate(45deg);
}

.efb .faq__item summary:hover {
  color: var(--c-teal);
}

.efb .faq__item__body {
  padding: 0 0 1.8rem 0;
  max-width: 65ch;
}

.efb .faq__item__body p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  color: var(--c-ink-mid);
}

@media (max-width: 900px) {
  .efb .faq__item summary { font-size: 1.05rem; gap: 1rem; }
}

/* ============================================================
   AGENDAR — CTA com endereço
   ============================================================ */
.efb .booking {
  background: var(--c-bg-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.efb .booking::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -180px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45,155,157,0.18), transparent 70%);
  pointer-events: none;
}

.efb .booking .h-eyebrow { color: var(--c-teal); }
.efb .booking .h-1       { color: #fff; }
.efb .booking .h-1 em    { color: var(--c-teal); }
.efb .booking p          { color: rgba(255,255,255,0.72); }

.efb .booking__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 5rem;
  align-items: start;
}

.efb .booking__copy { max-width: 42ch; }

.efb .booking__cta { margin-top: 2.2rem; }

.efb .info {
  font-family: var(--f-body);
  font-size: 0.95rem;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 2rem;
}

.efb .info dt {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-teal);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.efb .info dd {
  color: rgba(255,255,255,0.9);
  margin-bottom: 1.8rem;
  line-height: 1.6;
}

.efb .info dd:last-child { margin-bottom: 0; }

.efb .info dd small {
  display: block;
  color: rgba(255,255,255,0.55);
  font-size: 0.85rem;
  margin-top: 0.3rem;
}

.efb .info a {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  transition: border-color 0.2s;
}

.efb .info a:hover { border-color: var(--c-teal); }

@media (max-width: 900px) {
  .efb .booking__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */
.efb .footer {
  background: var(--c-ink);
  color: rgba(255,255,255,0.65);
  padding: 5rem 0 2.5rem;
}

.efb .footer__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 2.5rem;
}

.efb .footer__brand {
  margin-bottom: 1.2rem;
}

.efb .footer__brand img {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.efb .footer p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.6);
  max-width: 38ch;
  line-height: 1.65;
}

.efb .footer h4 {
  font-family: var(--f-body);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-teal);
  font-weight: 500;
  margin-bottom: 1.3rem;
}

.efb .footer ul { list-style: none; }

.efb .footer li {
  margin-bottom: 0.7rem;
  font-size: 0.92rem;
}

.efb .footer a {
  color: rgba(255,255,255,0.7);
  transition: color 0.2s;
}

.efb .footer a:hover { color: #fff; }

.efb .footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
}

/* ------------------------------------------------------------
   ASSINATURA DE AUTORIA — Propulsa Mídia
   Crédito de desenvolvimento no rodapé. Discreto, mas explícito
   e rastreável (link + dados estruturados + meta tags).
   ------------------------------------------------------------ */
.efb .footer a.footer__credit {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.58);
  white-space: nowrap;
  transition: color 0.25s ease;
}

.efb .footer__credit-mark {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  color: var(--c-teal);
  opacity: 0.85;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.efb .footer__credit-brand {
  font-weight: 500;
  color: rgba(255,255,255,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 1px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.efb .footer a.footer__credit:hover { color: rgba(255,255,255,0.7); }
.efb .footer a.footer__credit:hover .footer__credit-brand {
  color: #fff;
  border-color: var(--c-teal);
}
.efb .footer a.footer__credit:hover .footer__credit-mark {
  opacity: 1;
  transform: translateX(1px);
}

@media (max-width: 900px) {
  .efb .footer__top {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .efb .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .efb .footer a.footer__credit { font-size: 0.74rem; }
}

/* ============================================================
   WhatsApp flutuante
   ============================================================ */
.efb .wa-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 56px;
  height: 56px;
  background: var(--c-ink);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 36px -10px rgba(15,27,45,0.5);
  z-index: 99;
  transition: transform 0.2s, background 0.2s;
}

.efb .wa-float:hover {
  background: var(--c-teal);
  transform: translateY(-2px) scale(1.05);
}

.efb .wa-float svg { width: 26px; height: 26px; }

/* ----- Acessibilidade ----- */
.efb {
  scroll-behavior: smooth;
}

.efb a:focus-visible,
.efb button:focus-visible {
  outline: 2px solid var(--c-teal);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (max-width: 900px) {
  .efb .section { padding: 4.5rem 0; }
}
