/* ==========================================================================
   NOVO LAR GERIÁTRICO — Folha de Estilos Principal
   Organização: Reset → Variáveis → Componentes Base → Seções → Responsivo
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. VARIÁVEIS & RESET
   -------------------------------------------------------------------------- */
:root {
  /* ── Paleta da Marca Novo Lar ─────────────────────────────
     Cores baseadas no Instagram @novolargeriatrico:
     Amarelo #F5C842 · Teal #4ECDC4 · Laranja #FF8C42
  ──────────────────────────────────────────────────────── */

  /* Escuros (backgrounds, nav, rodapé) */
  --green-dark:   #1E1A0A;   /* Charcoal quente — seções escuras */

  /* Amarelo — cor primária da marca */
  --green:        #F5C842;   /* Amarelo principal */
  --green-mid:    #4ECDC4;   /* Teal (interativo em fundos claros) */
  --green-light:  #7EE8E2;   /* Teal claro */
  --green-pale:   #FFF8DC;   /* Amarelo pálido (fundos de cards) */

  /* Laranjas / dourados */
  --gold:         #FF8C42;   /* Laranja da marca */
  --gold-light:   #F5C842;   /* Amarelo brilhante (destaques) */

  /* Neutros */
  --cream:        #FFFEF5;   /* Fundo creme amarelado */
  --cream-dark:   #FFF8DC;   /* Fundo alternado */
  --text:         #1E1A0A;   /* Texto escuro */
  --text-mid:     #5A5048;   /* Texto médio */
  --white:        #FFFFFF;

  /* WhatsApp (não muda — identidade da marca) */
  --wa-green:     #25D366;
  --wa-dark:      #128C7E;

  /* ── Degradê Amarelo → Branco (do topo até a base) ──── */
  --grad-0: #F5C842;   /* Hero — amarelo pleno */
  --grad-1: #F6CE57;   /* Diferenciais */
  --grad-2: #F7D46C;   /* Sobre (Quem Somos) */
  --grad-3: #F8DA81;   /* Sócias */
  --grad-4: #F9E096;   /* Serviços */
  --grad-5: #FAE7AB;   /* Estrutura */
  --grad-6: #FCEDC0;   /* Depoimentos */
  --grad-7: #FDF3D5;   /* CTA Final */
  --grad-8: #FEF9EA;   /* FAQ */
  --grad-9: #FFFFFF;   /* Contato — branco puro */

  /* Sombras */
  --shadow:     0 4px 24px rgba(30, 26, 10, 0.10);
  --shadow-lg:  0 8px 40px rgba(30, 26, 10, 0.16);

  /* Forma */
  --radius:     14px;
  --transition: all 0.3s ease;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  line-height: 1.25;
}

img  { display: block; max-width: 100%; }
a    { text-decoration: none; color: inherit; }


/* --------------------------------------------------------------------------
   2. UTILITÁRIOS
   -------------------------------------------------------------------------- */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.text-center { text-align: center; }

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--green-dark);
  margin-bottom: 12px;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 560px;
  margin: 0 auto 48px;
}

/* Eyebrow (rótulo acima do título de seção) */
.eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-mid);    /* texto escuro — barra amarela faz o destaque */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: var(--green);  /* barra amarela vibrante */
  flex-shrink: 0;
  border-radius: 2px;
}


/* --------------------------------------------------------------------------
   3. BOTÕES
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50px;
  transition: var(--transition);
  cursor: pointer;
  border: none;
  outline: none;
}

.btn-whatsapp {
  padding: 16px 32px;
  background: var(--wa-green);
  color: var(--white);
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.40);
}
.btn-whatsapp:hover {
  background: var(--wa-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.40);
}

.btn-whatsapp--large {
  padding: 18px 40px;
  font-size: 1.05rem;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.50);
}
.btn-whatsapp--large:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.50);
}

.btn-outline {
  padding: 15px 30px;
  background: transparent;
  color: var(--text);
  border: 2px solid rgba(30, 26, 10, 0.3);
}
.btn-outline:hover {
  background: var(--cream-dark);
  border-color: var(--green);
}

/* WhatsApp nav (pequeno, no header) */
.btn-nav-wa {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--wa-green);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 50px;
  transition: var(--transition);
}
.btn-nav-wa:hover {
  background: var(--wa-dark);
  transform: translateY(-1px);
}


/* --------------------------------------------------------------------------
   4. TOP BAR
   -------------------------------------------------------------------------- */
.top-bar {
  background: var(--green);         /* topo amarelo — identidade da marca */
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 9px 0;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.top-bar__group {
  display: flex;
  gap: 24px;
  align-items: center;
}
.top-bar__item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.top-bar a {
  color: var(--text);
  transition: var(--transition);
}
.top-bar a:hover { color: var(--green-dark); font-weight: 700; }


/* --------------------------------------------------------------------------
   5. HEADER / NAVEGAÇÃO
   -------------------------------------------------------------------------- */
.header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(27, 67, 50, 0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo__icon {
  width: 46px;
  height: 46px;
  background: transparent;           /* SVG já tem fundo amarelo */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-dark);
  font-size: 1.4rem;
  flex-shrink: 0;
  overflow: hidden;
}
.logo__name {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: var(--green-dark);
  font-weight: 700;
  line-height: 1.1;
  display: block;
}
.logo__tagline {
  font-size: 0.72rem;
  color: var(--text-mid);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
}

/* Links de navegação */
.nav__links {
  display: flex;
  list-style: none;
  gap: 32px;
  align-items: center;
}
.nav__links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-mid);
  transition: var(--transition);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.nav__links a:hover {
  color: var(--text);                /* texto escuro, sublinhado amarelo */
  border-bottom-color: var(--green); /* amarelo como destaque decorativo */
}

/* Hamburger (mobile) */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.hamburger__line {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--green-dark);   /* charcoal — contraste em header branco */
  border-radius: 2px;
  transition: var(--transition);
}


/* --------------------------------------------------------------------------
   6. HERO — fundo amarelo da marca, card branco central, sem imagens
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--green);         /* amarelo da marca — igual à seção Serviços */
}

/* Círculo decorativo — canto superior direito */
.hero::before {
  content: '';
  position: absolute;
  top: -160px; right: -160px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

/* Círculo decorativo — canto inferior esquerdo */
.hero::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -100px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

/* bg e overlay não usados */
.hero__bg    { display: none; }
.hero__overlay { display: none; }

/* Imagens laterais — removidas definitivamente, eram fonte de erros */
.hero__images,
.hero__img-main,
.hero__img-row  { display: none; }

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 72px 0;
}

/* Card branco central — mesma linguagem dos cards de Serviços */
.hero__card {
  background: var(--white);
  border-radius: 24px;
  padding: 52px 56px;
  box-shadow: 0 8px 48px rgba(30, 26, 10, 0.13);
  max-width: 700px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green);         /* pílula amarela dentro do card */
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(245, 200, 66, 0.4);
}
.hero__title {
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  color: var(--green-dark);
  margin-bottom: 18px;
  font-weight: 700;
  line-height: 1.22;
}
.hero__title em {
  font-style: normal;
  color: var(--gold);
}
.hero__desc {
  font-size: 1.02rem;
  color: var(--text-mid);
  margin-bottom: 36px;
  max-width: 520px;
  line-height: 1.8;
}
.hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero__stats {
  display: flex;
  gap: 0;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--green-pale);
  flex-wrap: wrap;
}
.hero__stat {
  padding: 0 28px 0 0;
  margin-right: 28px;
  border-right: 1px solid rgba(30, 26, 10, 0.12);
}
.hero__stat:last-child { border: none; margin-right: 0; }
.hero__stat strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  color: var(--green-dark);
  line-height: 1;
}
.hero__stat span {
  font-size: 0.76rem;
  color: var(--text-mid);
  margin-top: 4px;
  display: block;
}


/* --------------------------------------------------------------------------
   7. SEÇÃO: DIFERENCIAIS
   -------------------------------------------------------------------------- */
.diferenciais {
  padding: 80px 0;
  background: var(--grad-1);         /* degradê passo 1 — amarelo forte */
}
.diferenciais .section-title { color: var(--green-dark); }
.diferenciais .section-sub   { color: var(--text-mid); }
.diferenciais .eyebrow       { color: var(--text-mid); }
.diferenciais .eyebrow::before { background: var(--green-dark); }
.diferenciais__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.dif-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  border: 1px solid transparent;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(30, 26, 10, 0.08);
}
.dif-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--green-pale);
}
.dif-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--green);          /* fundo amarelo vibrante */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  color: var(--text);                /* ícone escuro sobre amarelo — ótimo contraste */
  transition: var(--transition);
}
.dif-card:hover .dif-card__icon {
  background: var(--green-dark);     /* fundo escuro no hover */
  color: var(--green);               /* ícone amarelo sobre escuro */
}
.dif-card h3 {
  font-size: 1.05rem;
  color: var(--green-dark);
  margin-bottom: 10px;
}
.dif-card p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.65;
}


/* --------------------------------------------------------------------------
   8. SEÇÃO: SOBRE NÓS
   -------------------------------------------------------------------------- */
.sobre {
  padding: 90px 0;
  background: var(--grad-2);         /* degradê passo 2 */
}
.sobre .eyebrow       { color: var(--text-mid); }
.sobre .eyebrow::before { background: var(--green-dark); }
.sobre .sobre__text h2 { color: var(--green-dark); }
.sobre .sobre__text p  { color: var(--text-mid); }
.sobre__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* Coluna de imagens */
.sobre__images { position: relative; }
.sobre__img-badge {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 2;
  background: var(--white);          /* badge branco sobre fundo amarelo da seção */
  color: var(--text);
  border-radius: 14px;
  padding: 16px 20px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.sobre__img-badge strong {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  display: block;
  line-height: 1;
}
.sobre__img-badge span {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.9;
}
.sobre__img-main {
  border-radius: 20px;
  overflow: hidden;
  height: 420px;
  box-shadow: var(--shadow-lg);
}
.sobre__img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sobre__img-thumb {
  position: absolute;
  bottom: -28px;
  right: -28px;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  overflow: hidden;
  border: 5px solid var(--white);
  box-shadow: var(--shadow);
}
.sobre__img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Coluna de texto */
.sobre__text h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  color: var(--green-dark);
  margin-bottom: 20px;
}
.sobre__text p {
  font-size: 0.97rem;
  color: var(--text-mid);
  margin-bottom: 18px;
  line-height: 1.8;
}
.sobre__checklist {
  list-style: none;
  margin: 28px 0 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sobre__checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.93rem;
  font-weight: 500;
}
.sobre__checklist li i {
  width: 22px;
  height: 22px;
  background: var(--green-dark);     /* bolinha escura sobre fundo amarelo */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);               /* ícone branco sobre círculo escuro */
  font-size: 0.7rem;
  flex-shrink: 0;
}
.rating-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--white);
  border: 1px solid rgba(30, 26, 10, 0.08);
  border-radius: 14px;
  padding: 16px 24px;
  box-shadow: 0 4px 16px rgba(30, 26, 10, 0.08);
}
.rating-badge__stars {
  color: #F5A623;
  font-size: 0.85rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.rating-badge__info {
  display: flex;
  flex-direction: column;
}
.rating-badge__info strong {
  font-size: 1.05rem;
  color: var(--green-dark);
  display: flex;
  align-items: center;
  gap: 6px;
}
.rating-badge__info strong span {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
}
.rating-badge__info > span {
  display: block;
  font-size: 0.78rem;
  color: var(--text-mid);
  margin-top: 2px;
}
.rating-badge__glogo {
  flex-shrink: 0;
}


/* --------------------------------------------------------------------------
   9. SEÇÃO: SÓCIAS
   -------------------------------------------------------------------------- */
.socias {
  padding: 90px 0;
  background: var(--grad-3);         /* degradê passo 3 */
}
.socias .eyebrow       { color: var(--text-mid); }
.socias .eyebrow::before { background: var(--green-dark); }
.socias__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 64px;
}
.socias__intro-text h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  color: var(--green-dark);
  margin-bottom: 18px;
}
.socias__intro-text p {
  font-size: 0.97rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 16px;
}
.socias__group-photo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.socias__group-photo img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center top;
}
.socias__group-photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(30, 26, 10, 0.85) 0%, transparent 100%);
  padding: 28px 24px 20px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 500;
  text-align: center;
}

/* Cards individuais das sócias */
.socias__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.socia-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 22px 26px;
  text-align: center;
  border: 1px solid transparent;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(30, 26, 10, 0.08);
}
.socia-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--green-pale);
}
.socia-card__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 18px;
  border: 3px solid var(--white);
  box-shadow: 0 4px 20px rgba(30, 26, 10, 0.18);
  overflow: hidden;
}
.socia-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;  /* foca no rosto */
  display: block;
}
.socia-card h3 {
  font-size: 1.1rem;
  color: var(--green-dark);
  margin-bottom: 6px;
}
.socia-card__role {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold);                /* laranja da marca — contraste em fundo creme */
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  display: block;
}
.socia-card p {
  font-size: 0.87rem;
  color: var(--text-mid);
  line-height: 1.7;
}
.socia-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 14px;
}
.socia-card__tag {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text);                /* texto escuro sobre amarelo */
  background: var(--green);         /* pílula amarela */
  padding: 3px 10px;
  border-radius: 50px;
}


/* --------------------------------------------------------------------------
   10. SEÇÃO: SERVIÇOS — fundo amarelo, cards brancos
   -------------------------------------------------------------------------- */
.servicos {
  padding: 90px 0;
  background: var(--grad-4);        /* degradê passo 4 */
}
.servicos .section-title { color: var(--green-dark); }
.servicos .section-sub   { color: var(--text-mid); }
.servicos .eyebrow       { color: var(--text-mid); }
.servicos .eyebrow::before { background: var(--green-dark); }
.servicos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.serv-card {
  background: var(--white);         /* card branco sobre fundo amarelo */
  border: none;
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(30, 26, 10, 0.10);
}
.serv-card:hover {
  background: var(--cream);
  transform: translateY(-6px);
  box-shadow: 0 10px 32px rgba(30, 26, 10, 0.15);
}
.serv-card__icon {
  font-size: 2rem;
  margin-bottom: 18px;
  display: block;
  color: var(--gold);               /* ícone laranja sobre card branco */
}
.serv-card h3 {
  font-size: 1.1rem;
  color: var(--green-dark);
  margin-bottom: 10px;
}
.serv-card p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.7;
}


/* --------------------------------------------------------------------------
   11. SEÇÃO: NOSSA ESTRUTURA (galeria)
   -------------------------------------------------------------------------- */
.estrutura {
  padding: 90px 0;
  background: var(--grad-5);        /* degradê passo 5 */
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 240px 240px;
  gap: 16px;
}
.gallery__item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.gallery__item--tall { grid-row: span 2; }
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery__item:hover img { transform: scale(1.06); }
.gallery__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(30, 26, 10, 0.78) 100%);
  opacity: 0;
  transition: var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.gallery__item:hover .gallery__overlay { opacity: 1; }
.gallery__overlay span {
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 600;
}


/* --------------------------------------------------------------------------
   12. SEÇÃO: DEPOIMENTOS
   -------------------------------------------------------------------------- */
.depoimentos {
  padding: 90px 0;
  background: var(--grad-6);        /* degradê passo 6 */
}
.depoimentos .section-title { color: var(--green-dark); }
.depoimentos .section-sub   { color: var(--text-mid); }
.depoimentos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.depo-card {
  background: var(--white);          /* card branco sobre fundo amarelo */
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
  transition: var(--transition);
  border: 1px solid transparent;
  box-shadow: 0 4px 20px rgba(30, 26, 10, 0.10);
}
.depo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--green-pale);
}
.depo-card::before {
  content: '\201C';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: var(--green-pale);
  position: absolute;
  top: 8px;
  left: 22px;
  line-height: 1;
}
.depo-card__stars {
  color: #F5A623;
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.depo-card__text {
  font-size: 0.93rem;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 22px;
  font-style: italic;
}
.depo-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.depo-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green);          /* avatar amarelo */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);                /* inicial escura sobre amarelo */
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.depo-card__author strong {
  display: block;
  font-size: 0.9rem;
}
.depo-card__author span {
  font-size: 0.78rem;
  color: var(--text-mid);
}

/* Badge Google */
.google-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 48px;
  background: var(--white);          /* badge branco sobre fundo amarelo */
  border: 1px solid rgba(30, 26, 10, 0.10);
  border-radius: 50px;
  padding: 12px 28px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.google-rating__logo { height: 22px; }
.google-rating__text { font-size: 0.9rem; color: var(--text-mid); }
.google-rating__text strong { color: var(--text); }


/* --------------------------------------------------------------------------
   13. SEÇÃO: CTA FINAL
   -------------------------------------------------------------------------- */
.cta-final {
  padding: 90px 0;
  background: var(--grad-7);        /* degradê passo 7 */
  position: relative;
  overflow: hidden;
}
.cta-final::before,
.cta-final::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(245, 200, 66, 0.10); /* círculos decorativos amarelos sutis */
  pointer-events: none;
}
.cta-final::before { top: -80px;  right: -80px;  width: 360px; height: 360px; }
.cta-final::after  { bottom: -100px; left: -60px; width: 280px; height: 280px; }
.cta-final__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.cta-final__inner h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--green-dark);
  margin-bottom: 16px;
}
.cta-final__inner p {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.75;
}
.cta-final__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 34px;
  background: transparent;
  color: var(--green-dark);         /* texto escuro sobre fundo amarelo */
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50px;
  border: 2px solid rgba(30, 26, 10, 0.35);
  transition: var(--transition);
}
.btn-phone:hover {
  background: rgba(30, 26, 10, 0.08);
  border-color: rgba(30, 26, 10, 0.65);
}


/* --------------------------------------------------------------------------
   14. SEÇÃO: CONTATO & MAPA
   -------------------------------------------------------------------------- */
.contato {
  padding: 90px 0;
  background: var(--white);
}
.contato__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.contato__info h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.1rem);
  color: var(--green-dark);
  margin-bottom: 32px;
}
.info-item {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  align-items: flex-start;
}
.info-item__icon {
  width: 48px;
  height: 48px;
  background: var(--green);          /* fundo amarelo */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);                /* ícone escuro sobre amarelo */
  font-size: 1.1rem;
  flex-shrink: 0;
}
.info-item__label {
  display: block;
  font-size: 0.78rem;
  color: var(--text-mid);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.info-item__value {
  font-size: 1rem;
  color: var(--text);
  font-weight: 500;
  line-height: 1.55;
}
.info-item__value a:hover { color: var(--gold); }  /* laranja no hover */
.social-row {
  display: flex;
  gap: 12px;
  margin-top: 36px;
}
.social-btn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: var(--transition);
}
.social-btn--ig {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: var(--white);
}
.social-btn--wa {
  background: var(--wa-green);
  color: var(--white);
}
.social-btn:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 380px;
}
.map-frame iframe { width: 100%; height: 100%; border: 0; }


/* --------------------------------------------------------------------------
   15. RODAPÉ
   -------------------------------------------------------------------------- */
.footer {
  background: var(--green-dark);
  color: rgba(255, 255, 255, 0.72);
  padding: 48px 0 28px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 28px;
}
.footer__brand .logo__name { color: var(--white); }
.footer__brand .logo__tagline { color: rgba(255, 255, 255, 0.50); }
.footer__brand .logo__icon { background: transparent; }
.footer__desc {
  font-size: 0.88rem;
  line-height: 1.75;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.58);
}
.footer__social { display: flex; gap: 10px; margin-top: 20px; }
.footer__col h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 18px;
}
.footer__col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__col ul a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.58);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__col ul a:hover {
  color: var(--gold-light);
  padding-left: 4px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  gap: 16px;
  flex-wrap: wrap;
}
.footer__bottom a { color: var(--gold-light); }


/* --------------------------------------------------------------------------
   16. BOTÃO FLUTUANTE WHATSAPP
   -------------------------------------------------------------------------- */
.float-wa {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--wa-green);
  color: var(--white);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 13px 22px 13px 16px;
  border-radius: 50px;
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55);
  transition: var(--transition);
  animation: pulsewa 2.8s ease-in-out infinite;
}
.float-wa:hover {
  background: var(--wa-dark);
  transform: scale(1.05);
  animation: none;
}
.float-wa i { font-size: 1.3rem; }
.float-wa__text { line-height: 1.2; }
.float-wa__text small {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  opacity: 0.85;
}

@keyframes pulsewa {
  0%, 100% { box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55); }
  50%       { box-shadow: 0 6px 40px rgba(37, 211, 102, 0.90); }
}


/* --------------------------------------------------------------------------
   17. RESPONSIVO
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .hero__images { display: none; }
  .hero { min-height: auto; }
  .hero__content { padding: 60px 0; }
  .hero__card { padding: 36px 32px; }

  .diferenciais__grid { grid-template-columns: repeat(2, 1fr); }
  .servicos__grid { grid-template-columns: repeat(2, 1fr); }
  .socias__grid { grid-template-columns: repeat(2, 1fr); }
  .depoimentos__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .top-bar__group { gap: 14px; }

  .nav__links {
    display: none;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    box-shadow: var(--shadow-lg);
    padding: 16px 24px;
  }
  .nav__links.is-open { display: flex; }
  .nav__links li { border-bottom: 1px solid var(--cream-dark); }
  .nav__links li:last-child { border: none; margin-top: 12px; }
  .nav__links a { display: block; padding: 12px 0; }
  .hamburger { display: flex; }
  .header { position: relative; }

  .sobre__grid      { grid-template-columns: 1fr; gap: 64px; }
  .socias__intro    { grid-template-columns: 1fr; }
  .contato__grid    { grid-template-columns: 1fr; }

  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery__item--tall { grid-row: span 1; }

  .depoimentos__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }

  .hero__stats { gap: 20px; }
  .hero__stat { border: none; margin: 0; padding: 0; }
}

@media (max-width: 480px) {
  .diferenciais__grid { grid-template-columns: 1fr; }
  .servicos__grid     { grid-template-columns: 1fr; }
  .socias__grid       { grid-template-columns: 1fr; }
  .gallery            { grid-template-columns: 1fr; }

  .hero__card         { padding: 28px 24px; border-radius: 16px; }
  .hero__ctas         { flex-direction: column; }
  .btn, .btn-whatsapp, .btn-outline { text-align: center; justify-content: center; }

  .float-wa .float-wa__text { display: none; }
  .float-wa { padding: 16px; border-radius: 50%; }
}


/* --------------------------------------------------------------------------
   18. SEÇÃO: FAQ ACCORDION — fundo creme claro
   -------------------------------------------------------------------------- */
.faq {
  padding: 90px 0;
  background: var(--grad-8);        /* degradê passo 8 — quase branco */
}
.faq__layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}
.faq__header .eyebrow { color: var(--text-mid); }
.faq__header .eyebrow::before { background: var(--green); }
.faq__header h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  color: var(--green-dark);
  margin-bottom: 14px;
}
.faq__header p {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.75;
}
.faq__list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--white);
  border: 1px solid rgba(30, 26, 10, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(30, 26, 10, 0.05);
}
.faq-item[open] {
  background: var(--white);
  border-color: var(--green);
  box-shadow: 0 4px 16px rgba(245, 200, 66, 0.25);
}
.faq-item__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--green-dark);
  list-style: none;
  user-select: none;
}
.faq-item__question::-webkit-details-marker { display: none; }
.faq-item__icon {
  color: var(--gold);
  font-size: 0.8rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq-item[open] .faq-item__icon { transform: rotate(180deg); }
.faq-item__answer {
  padding: 0 22px 18px;
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.75;
  border-top: 1px solid var(--green-pale);
  padding-top: 12px;
}

@media (max-width: 768px) {
  .faq__layout { grid-template-columns: 1fr; gap: 36px; }
}


/* --------------------------------------------------------------------------
   19. CHATBOT
   -------------------------------------------------------------------------- */
.chatbot { position: fixed; bottom: 100px; right: 30px; z-index: 1000; }

/* Botão de toggle */
.chatbot__toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-dark);     /* escuro — visível em qualquer fundo */
  color: var(--white);               /* ícone branco */
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 20px rgba(30, 26, 10, 0.35);
  transition: var(--transition);
  position: relative;
}
.chatbot__toggle:hover { background: var(--gold); color: var(--white); transform: scale(1.08); }
.chatbot__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  background: var(--gold);
  color: var(--white);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--white);
}

/* Janela */
.chatbot__window {
  position: absolute;
  bottom: 68px;
  right: 0;
  width: 340px;
  max-height: 480px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--green-pale);
}
.chatbot__header {
  background: var(--green);          /* header amarelo */
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text);                /* texto escuro sobre amarelo */
}
.chatbot__header-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chatbot__avatar {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.chatbot__header-info strong { font-size: 0.9rem; display: block; }
.chatbot__header-info span { font-size: 0.72rem; opacity: 0.8; }
.chatbot__close {
  background: none;
  border: none;
  color: var(--text);                /* ícone escuro sobre amarelo */
  font-size: 1.1rem;
  cursor: pointer;
  padding: 4px;
  opacity: 0.7;
  transition: var(--transition);
}
.chatbot__close:hover { opacity: 1; }

/* Mensagens */
.chatbot__messages {
  flex: 1;
  padding: 14px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 300px;
}
.chat-msg { display: flex; }
.chat-msg--bot { justify-content: flex-start; }
.chat-msg--user { justify-content: flex-end; }
.chat-bubble {
  max-width: 80%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.87rem;
  line-height: 1.55;
}
.chat-msg--bot  .chat-bubble { background: var(--green-pale); color: var(--text); border-bottom-left-radius: 4px; }
.chat-msg--user .chat-bubble { background: var(--green); color: var(--text); border-bottom-right-radius: 4px; }

/* Typing indicator */
.chat-typing .chat-bubble {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 12px 16px;
}
.chat-typing span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--text-mid);       /* pontinhos escuros sobre fundo claro */
  border-radius: 50%;
  animation: chatDot 1.2s ease-in-out infinite;
}
.chat-typing span:nth-child(2) { animation-delay: 0.2s; }
.chat-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes chatDot {
  0%, 80%, 100% { transform: scale(0.7); opacity: 0.5; }
  40%            { transform: scale(1);   opacity: 1; }
}

/* Quick replies */
.chat-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 4px 0 6px;
}
.chat-quick-btn {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text);                /* texto escuro */
  background: var(--green-pale);
  border: 1px solid rgba(245, 200, 66, 0.4);
  border-radius: 20px;
  padding: 5px 12px;
  cursor: pointer;
  transition: var(--transition);
}
.chat-quick-btn:hover { background: var(--green); color: var(--text); }

/* Botão WhatsApp dentro do chat */
.chat-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--wa-green);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 20px;
  margin-top: 4px;
  transition: var(--transition);
  align-self: flex-start;
}
.chat-wa-btn:hover { background: var(--wa-dark); }

/* Input */
.chatbot__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid var(--green-pale);
  background: var(--white);
}
.chatbot__input {
  flex: 1;
  border: 1px solid var(--green-pale);
  border-radius: 20px;
  padding: 9px 14px;
  font-size: 0.87rem;
  color: var(--text);
  outline: none;
  transition: var(--transition);
  font-family: 'Inter', sans-serif;
}
.chatbot__input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(245, 200, 66, 0.2); }
.chatbot__send {
  width: 36px;
  height: 36px;
  background: var(--green);          /* botão amarelo */
  color: var(--text);                /* ícone escuro sobre amarelo */
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.9rem;
  transition: var(--transition);
  flex-shrink: 0;
}
.chatbot__send:hover { background: var(--green-dark); color: var(--green); }

@media (max-width: 480px) {
  .chatbot { bottom: 84px; right: 16px; }
  .chatbot__window { width: calc(100vw - 32px); right: 0; }
}


/* --------------------------------------------------------------------------
   20. COOKIE BANNER (LGPD)
   -------------------------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: var(--green-dark);
  color: rgba(255, 255, 255, 0.88);
  padding: 18px 24px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
}
.cookie-banner__content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cookie-banner p {
  font-size: 0.88rem;
  line-height: 1.6;
  flex: 1;
  min-width: 240px;
}
.cookie-banner a { color: var(--gold-light); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-banner__btn {
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: var(--transition);
}
.cookie-banner__btn--accept {
  background: var(--gold);
  color: var(--white);
}
.cookie-banner__btn--accept:hover { background: var(--gold-light); color: var(--text); }


/* --------------------------------------------------------------------------
   21. ANIMAÇÕES DE ENTRADA (injetadas via main.js)
   -------------------------------------------------------------------------- */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.nav__links a.is-active {
  color: var(--text);                /* texto escuro, sublinhado amarelo */
  border-bottom-color: var(--green); /* amarelo como destaque */
  font-weight: 600;
}
