/* LANDING FERRAZ DE VASCONCELOS */


body, p, li, a, input, textarea, button {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.2px;
    color: #222;
}

/* Títulos principais */
h1, h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.badge-tag {
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.25);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.section-padding-ferraz {
  padding: 60px 0;
  background: #f8f9fb;
}

.ferraz-section-title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.ferraz-section-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 650px;
  margin: 0 auto 35px;
}

.ferraz-diferenciais-list li {
  margin-bottom: 8px;
}

/* Cards de serviço (reaproveitando seu estilo, só refinando) */
.ferraz-service-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  height: 100%;
}
.ferraz-service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.ferraz-service-card p {
  font-size: 0.95rem;
  color: #555;
}
.ferraz-service-chip {
  display: inline-block;
  font-size: 0.8rem;
  background: #f1f3f5;
  border-radius: 999px;
  padding: 4px 10px;
  margin-bottom: 8px;
  color: #555;
}

/* Passo a passo */
.ferraz-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ferraz-step {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}
.ferraz-step-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #15406a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.ferraz-step-title {
  font-weight: 600;
  margin-bottom: 6px;
}
.ferraz-step p {
  font-size: 0.92rem;
  color: #555;
}

/* Reviews (reaproveitando a base que você já tem) */
.client-reviews {
  padding: 50px 0;
  background: #f8f9fb;
}
.client-reviews .reviews-title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.client-reviews .reviews-subtitle {
  text-align: center;
  font-size: 0.98rem;
  color: #555;
  margin-bottom: 30px;
}
/* Centralizar o container principal */
.reviews-slider {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Garantir que os grupos fiquem centralizados */
.review-group {
  display: none;
  justify-content: center !important;
}

/* Grupo ativo visível e centralizado */
.review-group.active {
  display: flex !important;
  justify-content: center !important;
  gap: 20px;
}

/* Limitar a largura para não "esticar" na tela grande */
.review-group.active {
  max-width: 900px;
  margin: 0 auto;
}

/* Em mobile: 100% e em coluna */


.review-card {
  background: #fff;
  border-radius: 10px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  font-size: 0.95rem;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.review-photo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.review-name {
  font-size: 0.98rem;
}
.review-date {
  font-size: 0.8rem;
  color: #777;
}
.review-date i {
  margin-right: 4px;
}
.stars {
  color: #f2b01e;
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.review-text {
  font-size: 0.92rem;
  color: #444;
  line-height: 1.5;
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.slider-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d0d4da;
  cursor: pointer;
  transition: all 0.2s ease;
}
.slider-dots span.active {
  background: #15406a;
  transform: scale(1.1);
}

/* CTA final */
.ferraz-cta-final {
  padding: 40px 0 60px;
  background: #ffffff !important;
  color: #12263F !important;
  text-align: center;
}
.ferraz-cta-final a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.ferraz-cta-final h2 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.ferraz-cta-final p {
  font-size: 0.98rem;
  margin-bottom: 18px;
}
.ferraz-cta-final a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

/* ===========================
   ÁREAS DE ATUAÇÃO – ESTILO PROFISSIONAL
   =========================== */

.section-areas {
  padding-top: 40px;   /* antes era 80px */
  padding-bottom: 80px;
}

.section-header {
  max-width: 750px;
  margin: 0 auto 50px;
  margin-top: -80px;   /* sobe o conjunto */
  margin-bottom: 40px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f1f33;
}

.section-subtitle {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.6;
}

/* Cada card ocupa ± 1/3 da linha em desktop, 
   mas é fluido e quebra bonito em tablet/mobile */
.area-card {
  flex: 1 1 280px;
  max-width: 340px;
  background: #ffffff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  min-height: 320px;   /* <<< Altura padrão menor e profissional */
  height: auto;        /* <<< Não força espaço morto */
}

.areas-grid > .area-card {
  align-self: stretch;
}

.area-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.08);
}

.area-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #15406a12;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #15406a;
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.area-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #0f1f33;
  line-height: 1.25;
}

.area-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.45;
  margin: 0 0 12px 0;
}

.area-note {
  font-size: 0.80rem;
  color: #666;
  background: #f3f5f7;
  padding: 6px 10px;
  border-radius: 6px;
  margin-top: 6px;  /* <<< REMOVE O BURACO que antes era auto */
}
/* END AREA */

.equipe-card-ferraz {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: transform 0.25s ease;
}

.equipe-card-ferraz:hover {
  transform: translateY(-5px);
}

.equipe-foto {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 15px;
}

.equipe-nome {
  font-size: 1.25rem;
  font-weight: 700;
  color: #12263F;
  margin-bottom: 4px;
}

.equipe-cargo {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 12px;
}

.equipe-bio {
  font-size: 0.92rem;
  color: #444;
  line-height: 1.55;
}

/* ===== HERO PROFISSIONAL PARA FERRAZ ===== */
.flow-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: nowrap;
}

.flow-step {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  padding: 0 8px;
  position: relative;
}

/* Bolinha com o número */
.flow-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #15406a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Título do passo */
.flow-step h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
  font-weight: 600;
}

/* Texto */
.flow-step p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* Linha ligando os passos (desktop) */
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 21px;               /* alinhado ao centro da bolinha */
  right: -12px;
  width: 40px;
  height: 2px;
  background: #d8dde3;
}

.btn-ferraz {
  background-color: #556b2f!important;
  border-color: #556b2f !important;
  color: #fff !important;
  font-weight: 600;
}

.btn-ferraz:hover {
  background-color: #556b2f !important;
  border-color: #556b2f !important;
}
/* Reduz a distância entre o wave-divider e o 'Como funciona' */
#como-funciona {
  margin-top: -60px !important;
}
/* Ajuste fino só para o bloco 'Como funciona' */
#como-funciona.section-padding-ferraz {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}


:root {
    --sage-main: #677a6f;      /* Sua cor principal */
    --sage-dark: #4e5e54;      /* Versão para botões e contrastes */
    --sage-light: #f4f6f5;     /* Fundo muito suave */
    --text-heading: #2c332e;   /* Cinza quase preto para títulos */
    --text-body: #555555;      /* Cinza médio para textos longos */
    --white: #ffffff;
}

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

/* Títulos com a sua cor e fonte clássica */
h1, h2, h3, .section-title, .ferraz-section-title {
    font-family: 'Lora', serif;
    color: var(--sage-main);
    font-weight: 700;
    letter-spacing: -0.5px;
}

.hero-title {
    font-size: 2.8rem;
    color: var(--white);
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    max-width: 600px;
    margin-bottom: 40px;
}

/* Grid de Áreas de Atuação - Design Minimalista */
.area-card {
    background: var(--white);
    border: 1px solid #e9ecea;
    border-radius: 2px; /* Bordas quase retas passam mais seriedade */
    padding: 50px 35px;
    text-align: left;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.area-card:hover {
    box-shadow: 0 20px 40px rgba(103, 122, 111, 0.12);
    transform: translateY(-5px);
    border-color: var(--sage-main);
}

.area-icon i {
    color: var(--sage-main);
    font-size: 2rem;
    margin-bottom: 25px;
    display: block;
}

.area-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--text-heading);
}

/* Pequena etiqueta de "Exemplo" nos cards */
.area-note {
    font-size: 0.85rem;
    background: var(--sage-light);
    color: var(--sage-dark);
    padding: 10px 15px;
    display: block;
    margin-top: 20px;
    border-radius: 4px;
}

/* Botão WhatsApp - Versão Elegante */
.hero-btn-whats {
    background-color: var(--sage-dark); /* Mudamos para o verde sálvia escuro para ser mais chique */
    color: var(--white) !important;
    padding: 20px 40px;
    border-radius: 0; /* Botão retangular é tendência em sites premium de advocacia */
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.hero-btn-whats:hover {
    background-color: var(--sage-main);
    letter-spacing: 2px; /* Leve animação no hover */
}

/* ===== HERO FERRAZ – VERSÃO LIMPA E ALINHADA ===== */

.hero-ferraz .hero-inner {
  max-width: 680px;   /* <<< MAIS LARGO */
  color: #fff;
  min-height: 360px;
  margin-left: 0;      /* base segura */
  padding-left: 0;
  padding-top: 20px;
}
/* Somente desktops grandes */
@media (min-width: 1200px) {
  .hero-ferraz .hero-inner {
    margin-left: -120px; /* ajuste fino elegante */
  }
}
@media (min-width: 1200px) {
  .hero-ferraz .hero-inner {
    margin-left: -60px; /* leve deslocamento estético */
  }
}


/* Título */
.hero-ferraz h1 {
  font-family: 'Lora', serif;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

/* Subtítulo */
.hero-ferraz .hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.55;
  margin-bottom: 26px;
  color: #f1f1f1;
}

/* Badges */
.hero-ferraz .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  min-height: 40px;
}

.hero-ferraz .hero-badges span {
  font-size: 0.85rem;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
}

/* Botão */
.hero-ferraz .hero-btn-whats {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

/* ============================
   HERO FERRAZ – ALINHADO AO LOGO
   ============================ */

.hero-ferraz {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;

  padding: 120px 0 80px;

  background-color: #677a6f;
  overflow: hidden;
}

.hero-ferraz::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to right,
      rgba(103, 122, 111, 0.85) 0%,
      rgba(103, 122, 111, 0.65) 40%,
      rgba(103, 122, 111, 0.35) 65%,
      rgba(103, 122, 111, 0.15) 80%,
      rgba(103, 122, 111, 0.05) 100%
    );
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;         /* 🔥 AQUI ESTÁ O SEGREDO */
  z-index: 1;
}

/* Container igual ao header */
.hero-ferraz .container {
  position: relative;
  z-index: 2;
}

/* Título */
.hero-ferraz h1 {
  font-family: 'Lora', serif;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

/* Subtítulo */
.hero-ferraz .hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.55;
  margin-bottom: 26px;
  color: #f1f1f1;
}

/* Badges */
.hero-ferraz .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.hero-ferraz .hero-badges span {
  font-size: 0.85rem;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
}

/* Botão WhatsApp */
.hero-ferraz .hero-btn-whats {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

.wave-white-to-gray {
  line-height: 0;
}

.wave-white-to-gray svg {
  display: block;
  width: 100%;
  height: 50px; /* <<< controla o espaço real */
}

#atuacao {
  margin-top: 140px;   /* sobe a seção */
}

/* ===== CTA DESKTOP PREMIUM (APENAS HEADER) ===== */

.header-cta {
  display: flex;
  align-items: center;
}

/* Botão institucional */
/* ===== CTA DO MENU – PREMIUM E CONVERSÃO ===== */
.cta-desktop {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;

  color: #ffffff;
  background: linear-gradient(
    135deg,
    #677a6f 0%,
    #4e5e54 100%
  );

  padding: 14px 28px;   /* <<< mais alto */
  border-radius: 999px;
  
  line-height: 1.1;

  border: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);

  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;

  text-decoration: none;
  white-space: nowrap;
}

/* Hover elegante */
.cta-desktop:hover {
  background: linear-gradient(
    135deg,
    #4e5e54 0%,
    #677a6f 100%
  );

  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}
.header-area.shrink .cta-desktop {
  font-size: 12.5px;
  padding: 9px 20px;    /* <<< proporcional */
  line-height: 1;

}

/* ===== CORREÇÃO DE LARGURA DO HEADER ===== */

/* Faz o menu ocupar o espaço certo */
.header-area .row {
  display: flex;
  align-items: center;
}
/* Remove padding vertical herdado */
.header-area.header-sticky {
  padding: 0 !important;
}

/* Garante alinhamento perfeito */
.header-area .row {
  height: 100%;
}

/* ===== HEADER FIXO (ALTURA IMUTÁVEL) ===== */
.header-area {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;                /* ALTURA FIXA */
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  overflow: visible !important;
}
.menu-anchor {
  position: relative;
}
.header-area .container-fluid {
  position: relative;
}

@media (min-width: 992px) {
  .header-area .main-logo {
     width: 120px;
    height: 60px;
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;         /* logo grande no topo */
    transition: max-height 0.35s ease;
    margin-left: -75px;

  }
  .header-area.shrink .main-logo {
    max-height: 42px;         /* logo menor no scroll */
  }
  .header-area.shrink .main-menu {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header-area.shrink .main-menu nav {
    margin-top: 0;
  }
  .main-menu nav {
    transform: translateX(140px);
  }
  .header-cta {
    margin-left: auto;
  }
  
}

/* ===== LOGO FLUTUANTE ===== */
.logo img {
  height: 56px;     /* tamanho base real */
  width: auto;
  display: block;
}

/* ===== LOGO SOBREPOSTO REAL (DESKTOP) ===== */
/* ===== LOGO SOBREPOSTO CORRETO ===== */
.logo-overlay {
  position: absolute;
  top: 100%;
  left: 17%;
  transform: translate(-60%, -55%) scale(2.25); /* -60% = mais à esquerda */
  z-index: 9999;
  pointer-events: none;
}

.header-area.shrink .logo-overlay {
  top: 50%;
  left: 8%; /* <<< empurra para a esquerda */
  transform: translate(-60%, -50%) scale(1);
}

.logo-overlay img {
  max-height: 130px;
  transition: all 0.35s ease;
}

.header-area.shrink .logo-overlay img {
  max-height: 70px;
}

/* GARANTE CAMADAS */
.main-menu,
.header-cta {
  position: relative;
  z-index: 10;
}

/* MOBILE */
@media (max-width: 991px) {
  .logo-overlay {
    display: none;
  }
}

/* ===== FIX DEFINITIVO MENU CENTRAL ===== */
#navigation {
  width: auto;
  display: flex;
  gap: 28px;
}
/* ===== FIX MENU SUMINDO NO SCROLL ===== */
.header-area,
.header-area.shrink {
  align-items: center;
  height: 50px; /* mantém */

}
/* ===== FIX DEFINITIVO: MENU NÃO SOME NO SCROLL ===== */

.header-area {
  display: flex;
  align-items: center;
}

.main-menu {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.main-menu nav {
  display: flex;
  align-items: center;
}

/* ===== HEADER FIXO REAL (SEM PLUGIN) ===== */
.header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #ffffff;
  z-index: 9999;
}
.main-menu,
.main-menu nav,
#navigation {
  height: 100%;
  display: flex;
  align-items: center;
}
/* ===== OFFSET GLOBAL PARA HEADER FIXO ===== */
body {
  padding-top: 65px; /* mesma altura do header normal */
}
body.shrink {
  padding-top: 56px; /* altura do header shrink */
}
/* Move o CTA levemente para a direita (desktop) */
@media (min-width: 992px) {
  .header-cta {
    margin-left: 24px; /* ajuste fino */
  }
}
@media (min-width: 992px) {
  #navigation {
    padding-left: 30px; /* ajuste fino */
  }
}

/* =========================
   HERO FERRAZ – MOBILE FIX
   ========================= */
@media (max-width: 768px) {
  .review-group.active {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
  }
  .hero-ferraz {
    min-height: 72vh;           /* ↓ antes 85–88vh */
    padding: 90px 0 50px;       /* ↓ menos respiro embaixo */
    align-items: flex-start;    /* força conteúdo a subir */
  }

  .hero-ferraz::before {
    background:
      linear-gradient(
        to bottom,
        rgba(103, 122, 111, 0.88) 0%,
        rgba(103, 122, 111, 0.65) 40%,
        rgba(103, 122, 111, 0.35) 100%
      );
    background-size: cover;
    background-position: center 18%; /* sobe levemente a imagem */
  }

  .hero-ferraz .hero-inner {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
    padding-top: 10px;          /* <<< sobe o texto */
    text-align: left;
  }

  .hero-ferraz h1 {
    font-size: 1.85rem;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .hero-ferraz .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 18px;
  }

  .hero-ferraz .hero-btn-whats {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .hero-ferraz .hero-btn-whats {
    display: none;
  }
  .flow-container {
    flex-direction: column;
    align-items: center;
  }

  .flow-step {
    text-align: center;
    padding-bottom: 20px;
  }

  .flow-step:not(:last-child)::after {
    top: auto;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
  }
  .header-area {
    height: 56px;
  }

  body {
    padding-top: 56px;
  }

}
/* LOGO MOBILE */
.logo-mobile img {
  height: 40px;
  width: auto;
}
/* ===== FIX FAIXA VERDE NO MOBILE ===== */
/* =========================
   FIX: FAIXA VERDE DO SLICKNAV (MOBILE)
   ========================= */
/* =========================
   MENU MOBILE FULLSCREEN – PROFISSIONAL
   ========================= */
/* =========================
   MENU MOBILE HORIZONTAL – PROFISSIONAL
   ========================= */
/* =========================
   MENU MOBILE – DROPDOWN HORIZONTAL VERDE
   ========================= */
/* =========================
   MENU MOBILE – DROPDOWN HORIZONTAL LIMPO
   ========================= */
/* =========================
   HEADER MOBILE PROFISSIONAL
   ========================= */
@media (max-width: 991px) {

  .mobile-header {
    height: 56px;
    width: 100%;
    padding: 0 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10010;
    border-bottom: 1px solid #e5e7eb;
  }

  .logo-mobile img {
    height: 38px;
    width: auto;
  }

  /* Botão hamburguer */
  .mobile-menu-toggle {
    width: 32px;
    height: 24px;
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    height: 3px;
    width: 100%;
    background: #677a6f;
    border-radius: 2px;
  }

  /* =========================
     MENU DROPDOWN
     ========================= */
  .mobile-nav {
    position: fixed;
    top: 56px;              /* logo abaixo do header */
    left: 0;
    width: 100%;
    background: #ffffff;

    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    border-bottom: 1px solid #e5e7eb;

    transform: translateY(-120%);
    transition: transform 0.3s ease;
    z-index: 10000;
  }

  .mobile-nav.open {
    transform: translateY(0);
  }

  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
  }

  .mobile-nav li a {
    display: block;
    padding: 16px;
    text-align: center;

    font-size: 1rem;
    font-weight: 600;
    color: #677a6f;
    text-decoration: none;
  }

  .mobile-nav li a:hover {
    background: #f4f6f5;
  }

  /* Esconde menu desktop */
  .main-menu,
  .header-cta {
    display: none !important;
  }

  body {
    padding-top: 56px;
  }
}
/* =========================
   ÁREAS – GRID DESKTOP / CARROSSEL MOBILE
   ========================= */

/* Desktop mantém grid */
/* ===============================
   ÁREAS – DESKTOP (GRID 3 + 2)
   =============================== */
/* =========================================================
   DESKTOP – GRID 3 + 2 CENTRALIZADO (ALINHAMENTO ÓPTICO)
   ========================================================= */
/* =========================================================
   DESKTOP – GRID PERFEITO 3 + 2 (CENTRAL REAL)
   ========================================================= */
/* =========================================================
   ÁREAS – DESKTOP (3 EM CIMA / 2 ABAIXO ALINHADOS À ESQUERDA)
   ========================================================= */
/* =========================================================
   ÁREAS – DESKTOP (3 EM CIMA / 2 CENTRALIZADOS ABAIXO)
   ========================================================= */



/* Mobile vira carrossel */
@media (max-width: 991px) {

  .areas-swiper {
    width: 100%;
    padding-bottom: 36px;
  }

  .areas-swiper .swiper-wrapper {
    display: flex;
  }

  .areas-swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .areas-swiper .area-card {
    width: 92%;
    max-width: 92%;
  }

  /* Setas */
  .areas-swiper .swiper-button-prev,
  .areas-swiper .swiper-button-next {
    color: #677a6f;
  }

  /* Bolinhas */
  .areas-swiper .swiper-pagination-bullet {
    background: #d1d5db;
    opacity: 1;
  }

  .areas-swiper .swiper-pagination-bullet-active {
    background: #677a6f;
  }
}
/* ===============================
   ÁREAS DE ATUAÇÃO – MOBILE
   =============================== */
@media (max-width: 991px) {

  .section-areas {
    padding: 40px 0;
  }

  .areas-swiper {
    padding-bottom: 45px; /* espaço para bolinhas */
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .area-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 26px 22px;
    max-width: 320px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 360px;
  }

  /* ÍCONE */
  .area-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(0,128,0,0.08); /* verde suave */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .area-icon i {
    font-size: 22px;
    color: #1f7a3f; /* verde institucional */
  }

  /* TÍTULO */
  .area-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
  }

  /* TEXTO PRINCIPAL */
  .area-card p {
    font-size: 15px;
    line-height: 1.55;
    color: #555;
    margin-bottom: 14px;
  }

  /* EXEMPLO */
  .area-note {
    font-size: 13px;
    line-height: 1.45;
  }
}
/* ===============================
   ÁREAS DE ATUAÇÃO – DESKTOP GRID
   =============================== */
@media (min-width: 992px) {

  .area-card {
    max-width: none;
    min-height: 100%;
  }
}
/* ===============================
   ÁREAS DE ATUAÇÃO – MOBILE GRID 3 + 2
   =============================== */
@media (max-width: 991px) {

  .areas-swiper {
    overflow: visible;
  }

  /* Última linha com 2 cards centralizados */
  .areas-swiper .swiper-wrapper > .swiper-slide:nth-last-child(2),
  .areas-swiper .swiper-wrapper > .swiper-slide:last-child {
    grid-column: span 1;
  }

  .areas-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }

  .area-card {
    padding: 16px 14px;
    border-radius: 14px;
    text-align: center;
    min-height: auto;
  }

  /* ÍCONE */
  .area-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: rgba(31,122,63,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .area-icon i {
    font-size: 18px;
    color: #1f7a3f;
  }

  /* TÍTULO */
  .area-card h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  /* TEXTO */
  .area-card p {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 8px;
  }

  /* EXEMPLO */
  .area-note {
    font-size: 11px;
    padding: 6px 8px;
    border-radius: 8px;
    background: #f3f6f4;
  }

}
/* ===============================
   ÁREAS DE ATUAÇÃO – DESKTOP (GRID PROFISSIONAL)
   =============================== */
@media (min-width: 992px) {

  /* CARD */
  .area-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px 22px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
  }

  .area-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
  }

  /* ÍCONE */
  .area-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(31,122,63,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .area-icon i {
    font-size: 24px;
    color: #1f7a3f;
  }

  /* TÍTULO */
  .area-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  /* TEXTO */
  .area-card p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 14px;
    color: #555;
  }

  /* EXEMPLO */
  .area-note {
    font-size: 13px;
    line-height: 1.45;
    background: #f4f7f5;
    padding: 10px 12px;
    border-radius: 10px;
    display: block;
    color: #555;
  }
}
/* =========================
   FIX DEFINITIVO: MENU MOBILE
   ========================= */
@media (min-width: 992px) {

  /* NUNCA mostrar menu mobile no desktop */
  .mobile-header,
  .mobile-nav,
  .mobile-menu-toggle {
    display: none !important;
  }

  /* GARANTE menu desktop ativo */
  .main-menu,
  .header-cta {
    display: flex !important;
  }
}
/* ===============================
   ÁREAS – MOBILE (CARROSSEL)
   =============================== */
@media (max-width: 991px) {

  .areas-swiper {
    width: 100%;
    padding-bottom: 36px;
  }

  .areas-swiper .swiper-wrapper {
    display: flex; /* OBRIGATÓRIO */
  }

  .areas-swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .areas-swiper .area-card {
    width: 92%;
    max-width: 360px;
  }

  /* Bolinhas */
  .areas-swiper .swiper-pagination-bullet {
    background: #d1d5db;
    opacity: 1;
  }

  .areas-swiper .swiper-pagination-bullet-active {
    background: #677a6f;
  }
}
/* =========================================================
   FIX DEFINITIVO – ÁREAS DE ATUAÇÃO (SEM QUEBRAR O RESTO)
   ========================================================= */

/* ---------- BASE (mantém seu visual) ---------- */
.section-areas {
  padding-top: 40px;
  padding-bottom: 80px;
}

.section-areas .area-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
  transition: transform .25s ease, box-shadow .25s ease;
}

.section-areas .area-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

/* =========================================================
   DESKTOP – GRID 3 + 2 (SEM SWIPER VISUAL)
   ========================================================= */
@media (min-width: 992px) {

  /* Ajuste de leitura */
  .section-areas .area-card {
    padding: 26px 26px;
    min-height: 280px;
    text-align: left;
  }

  .section-areas .area-card h3 {
    font-size: 1.15rem;
  }

  .section-areas .area-card p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .section-areas .area-note {
    font-size: 0.85rem;
  }

}

/* =========================================================
   MOBILE – SWIPER FUNCIONAL (SETAS + BOLINHAS)
   ========================================================= */
@media (max-width: 991px) {

  .areas-swiper {
    width: 100%;
    padding-bottom: 48px;
  }

  /* GARANTE comportamento de slider */
  .areas-swiper .swiper-wrapper {
    display: flex !important;
  }

  .areas-swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .section-areas .area-card {
    width: 92%;
    max-width: 340px;
    padding: 24px 22px;
    text-align: center;
    min-height: 340px;
  }

  /* Ícone proporcional */
  .section-areas .area-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: rgba(103,122,111,0.12);
  }

  .section-areas .area-icon i {
    font-size: 22px;
    color: #677a6f;
  }

  /* Setas */
  .areas-swiper .swiper-button-prev,
  .areas-swiper .swiper-button-next {
    color: #677a6f;
    width: 32px;
    height: 32px;
  }

  /* Bolinhas */
  .areas-swiper .swiper-pagination {
    bottom: 10px !important;
  }

  .areas-swiper .swiper-pagination-bullet {
    background: #d1d5db;
    opacity: 1;
  }

  .areas-swiper .swiper-pagination-bullet-active {
    background: #677a6f;
  }
}
/* ===============================
   SWIPER ÁREAS – MOBILE CONTROLES
   =============================== */
@media (max-width: 991px) {

  .areas-swiper {
    position: relative;
  }

  /* Bolinhas */
  .areas-swiper .swiper-pagination {
    display: flex !important;
    justify-content: center;
    bottom: 0;
    position: relative;
    margin-top: 16px;
  }

  .areas-swiper .swiper-pagination-bullet {
    background: #cfd5d1;
    opacity: 1;
    width: 8px;
    height: 8px;
  }

  .areas-swiper .swiper-pagination-bullet-active {
    background: #677a6f;
  }

  /* Setas */
  .areas-swiper .swiper-button-prev,
  .areas-swiper .swiper-button-next {
    display: flex !important;
    color: #677a6f;
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
    top: 45%;
    transform: translateY(-50%);
    z-index: 20;
  }

  .areas-swiper .swiper-button-prev {
    left: 6px;
  }

  .areas-swiper .swiper-button-next {
    right: 6px;
  }

  .areas-swiper .swiper-button-prev::after,
  .areas-swiper .swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
  }
}
/* =========================================================
   ÁREAS – DESKTOP (3 EM CIMA / 2 CENTRALIZADOS ABAIXO)
   ========================================================= */
@media (min-width: 992px) {

  .areas-swiper {
    max-width: 1100px;
    margin: 0 auto;
  }

  .areas-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
  }

  .areas-swiper .swiper-slide {
    width: 100%;
  }

  /* Primeira linha: 3 cards */
  .areas-swiper .swiper-slide:nth-child(1),
  .areas-swiper .swiper-slide:nth-child(2),
  .areas-swiper .swiper-slide:nth-child(3) {
    grid-column: span 2;
  }

  /* Segunda linha: 2 cards centralizados */
  .areas-swiper .swiper-slide:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .areas-swiper .swiper-slide:nth-child(5) {
    grid-column: 4 / span 2;
  }

  /* esconde controles no desktop */
  .areas-swiper .swiper-pagination,
  .areas-swiper .swiper-button-prev,
  .areas-swiper .swiper-button-next {
    display: none !important;
  }
}
/* ===============================
   COMO FUNCIONA – SWIPER MOBILE
   =============================== */
@media (max-width: 991px) {

  .flow-swiper {
    position: relative;
    padding-bottom: 48px;
  }

  /* Bolinhas */
  .flow-swiper .swiper-pagination {
    display: flex !important;
    justify-content: center;
    margin-top: 16px;
  }

  .flow-swiper .swiper-pagination-bullet {
    background: #cfd5d1;
    opacity: 1;
    width: 8px;
    height: 8px;
  }

  .flow-swiper .swiper-pagination-bullet-active {
    background: #677a6f;
  }

  /* Setas */
  .flow-swiper .swiper-button-prev,
  .flow-swiper .swiper-button-next {
    display: flex !important;
    color: #677a6f;
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
    top: 45%;
    transform: translateY(-50%);
    z-index: 20;
  }

  .flow-swiper .swiper-button-prev {
    left: 6px;
  }

  .flow-swiper .swiper-button-next {
    right: 6px;
  }

  .flow-swiper .swiper-button-prev::after,
  .flow-swiper .swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .flow-swiper .swiper-pagination,
  .flow-swiper .swiper-button-prev,
  .flow-swiper .swiper-button-next {
    display: none !important;
  }
}
/* ===== AJUSTE COMO FUNCIONA DESKTOP ===== */
@media (min-width: 992px) {
  /* Força os slides a ficarem lado a lado no Desktop */
  .flow-swiper .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    transform: none !important; /* Anula o movimento do Swiper */
    width: 100% !important;
  }

  .flow-swiper .swiper-slide {
    width: 24% !important; /* 4 colunas com espacamento */
    margin-right: 0 !important;
    display: block !important;
    height: auto !important;
  }

  /* Esconde setas e bolinhas que não devem aparecer no Desktop */
  .flow-swiper .swiper-pagination,
  .flow-swiper .swiper-button-prev,
  .flow-swiper .swiper-button-next {
    display: none !important;
  }
}

/* ===== AJUSTE MOBILE (Opcional: melhora o visual) ===== */
@media (max-width: 991px) {
  .flow-swiper {
    padding-bottom: 40px !important; /* Espaço para as bolinhas não sumirem */
  }
  
  /* Cor das setas para ficarem visíveis */
  .flow-swiper .swiper-button-next, 
  .flow-swiper .swiper-button-prev {
    color: #002e5b !important; 
    top: 40% !important;
  }
}
@media (max-width: 991px) {

  .equipe-swiper {
    padding-bottom: 48px;
  }

  .equipe-swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .equipe-card-ferraz {
    width: 92%;
    max-width: 340px;
  }

  /* Setas */
  .equipe-swiper .swiper-button-prev,
  .equipe-swiper .swiper-button-next {
    display: flex !important;
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
    color: #677a6f;
    top: 45%;
  }

  /* Bolinhas */
  .equipe-swiper .swiper-pagination-bullet {
    background: #cfd5d1;
    opacity: 1;
  }

  .equipe-swiper .swiper-pagination-bullet-active {
    background: #677a6f;
  }
}
@media (min-width: 992px) {

  .equipe-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .equipe-swiper .swiper-slide {
    width: 100% !important;
  }

  .equipe-swiper .swiper-pagination,
  .equipe-swiper .swiper-button-prev,
  .equipe-swiper .swiper-button-next {
    display: none !important;
  }
}
/* ===============================
   EQUIPE – CONTROLES PADRÃO (IGUAL ÁREAS)
   =============================== */
@media (max-width: 991px) {

  .equipe-swiper {
    position: relative;
    padding-bottom: 48px; /* espaço real pras bolinhas */
  }

  /* SETAS – tamanho correto */
  .equipe-swiper .swiper-button-prev,
  .equipe-swiper .swiper-button-next {
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
    color: #677a6f;
    top: 45%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 20;
  }

  .equipe-swiper .swiper-button-prev {
    left: 6px;
  }

  .equipe-swiper .swiper-button-next {
    right: 6px;
  }

  .equipe-swiper .swiper-button-prev::after,
  .equipe-swiper .swiper-button-next::after {
    font-size: 14px; /* 🔥 ISSO resolve o “tamanho estranho” */
    font-weight: bold;
  }
}
@media (min-width: 992px) {

  /* Remove qualquer influência do grid */
  .header-cta {
    position: fixed !important;     /* 🔥 chave */
    right: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 99999;
  }

}
@media (min-width: 992px) {

  .header-cta {
    position: fixed !important;
    right: 24px !important;
    top: 12px !important;          /* 🔥 ALINHA COM MENU */
    transform: none !important;
    height: 42px;                  /* mesma altura do botão */
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 99999;
  }
}
/* ===============================
   FIX TIPOGRAFIA – ÁREAS DE ATUAÇÃO
   IGUAL AO "COMO FUNCIONA"
   =============================== */

/* TÍTULO DA SEÇÃO */
#atuacao .section-title {
  font-family: 'Lora', serif !important;
  font-weight: 700 !important;
  font-size: 2rem;
  color: var(--sage-main);
  letter-spacing: -0.4px;
}

/* SUBTÍTULO */
#atuacao .section-subtitle {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.05rem;
  font-weight: 400;
  color: #555;
}

/* TÍTULOS DOS CARDS */
#atuacao .area-card h3 {
  font-family: 'Lora', serif !important;
  font-weight: 600;
  letter-spacing: -0.2px;
}

/* TEXTO DOS CARDS */
#atuacao .area-card p,
#atuacao .area-note {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
}
/* =========================================================
   FIX FINAL – ÁREAS DE ATUAÇÃO (GRID DESKTOP LIMPO)
   ========================================================= */

/* Card inteiro usa fonte padrão (Poppins) */
#atuacao .area-card,
#atuacao .area-card p,
#atuacao .area-note {
  font-family: "Poppins", sans-serif !important;
}

/* Título do card: Poppins + verde */
#atuacao .area-card h3 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  color: var(--sage-main);
  letter-spacing: -0.2px;
}

/* Ajuste fino para desktop grid */
@media (min-width: 992px) {
  #atuacao .area-card {
    text-align: left;
    border-radius: 12px;       /* mais quadrado */
  }

  #atuacao .area-icon {
    border-radius: 10px;       /* acompanha o card */
  }
}
/* =========================================================
   PATCH – ALINHAMENTO DE ÍCONES E TÍTULOS (ÁREAS)
   ========================================================= */

/* 1️⃣ Centraliza o container do ícone */
#atuacao .area-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* 2️⃣ Garante que o ícone fique perfeitamente central */
#atuacao .area-icon i {
  display: block;
  line-height: 1;
}

/* 3️⃣ Centraliza o título no card */
#atuacao .area-card h3 {
  text-align: center;
}

/* 4️⃣ (Opcional, mas recomendado) Centraliza conteúdo no mobile */
@media (max-width: 991px) {
  #atuacao .area-card {
    text-align: center;
  }
}
/* =========================================================
   PATCH FINAL – CENTRALIZAÇÃO VERTICAL REAL DOS ÍCONES
   (Font Awesome é traiçoeiro no eixo Y)
   ========================================================= */

/* Quadrado do ícone */
#atuacao .area-icon {
  width: 56px;
  height: 56px;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  box-sizing: border-box;

  line-height: 0 !important; /* 🔥 mata o baseline */
}

/* Ícone Font Awesome */
#atuacao .area-icon i {
  display: block !important;

  font-size: 22px;
  line-height: 1 !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Remove QUALQUER deslocamento interno do FA */
#atuacao .area-icon i::before {
  position: static !important;
  display: block;
  line-height: 1;
}
.btn-ferraz-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: var(--sage-dark); /* verde institucional escuro */
  color: #ffffff !important;

  padding: 16px 38px;
  border-radius: 999px; /* 🔥 totalmente arredondado */

  font-weight: 600;
  font-size: 18px;
  text-decoration: none;

  box-shadow: 0 10px 24px rgba(78, 94, 84, 0.35);
  transition: all 0.25s ease;
}

.btn-ferraz-cta:hover {
  background: var(--sage-main); /* clareia no hover */
  transform: translateY(-2px);
}

.ferraz-cta-sub {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
}
/* ===== Font Awesome – font-display ===== */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-display: swap;
}