.elementor-324 .elementor-element.elementor-element-36fc057{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* =====================================================================
   FANTECELLI GENERAL SERVICES — CSS DA HOME
   Preto · vermelho · branco. Visual premium, editorial.
   ---------------------------------------------------------------------
   ONDE COLAR:
   Elementor > editar pagina > engrenagem (canto inferior esquerdo) >
   "Avancado" > "CSS personalizado".
   Se nao funcionar (e recurso do Pro), use home-TUDO-EM-UM.html.

   A linha @import carrega as fontes e PRECISA ser a primeira do arquivo.

   Todas as classes comecam com .fg- , entao nada aqui afeta o tema nem
   as paginas antigas que usavam .fs-.

   >>> TROCAR O TOM DO VERMELHO? <<<  Mexa so em  --fg-red  (bloco 1).
   ===================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500;600;700&display=swap");


/* ---------- 1. TOKENS ----------------------------------------------- */
.fg, .fg-nav{
  --fg-black:   #000000;   /* preto 100% em todo fundo escuro */
  --fg-black-2: #000000;   /* preto 100%                  */
  --fg-panel:   #0B0C0D;   /* painel do seguro, quase preto   */
  --fg-ink:     #111315;   /* texto sobre claro           */
  --fg-mute:    #6A6F73;   /* texto secundario            */

  --fg-red:      #B4121F;  /* VERMELHO DA MARCA           */
  --fg-red-hot:  #D41726;  /* hover                       */
  --fg-red-lite: #F04A57;  /* vermelho legivel no preto   */

  --fg-paper:   #F6F5F3;   /* off-white quente            */
  --fg-line:    #E1DFDA;   /* linha no claro              */
  --fg-line-d:  rgba(255,255,255,.14); /* linha no escuro */
  --fg-white:   #FFFFFF;

  --fg-serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --fg-sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  --fg-pad: clamp(72px, 9vw, 140px);
  --fg-max: 1240px;
  --fg-r:   2px;
}


/* ---------- 2. BASE -------------------------------------------------- */
.fg, .fg *, .fg *::before, .fg *::after,
.fg-nav, .fg-nav *, .fg-nav *::before, .fg-nav *::after{ box-sizing: border-box; }

.fg{
  font-family: var(--fg-sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--fg-ink);
  background: var(--fg-white);
  -webkit-font-smoothing: antialiased;
}

.fg p{ margin: 0 0 1.1em; max-width: 68ch; }
.fg p:last-child{ margin-bottom: 0; }
.fg ul, .fg ol{ margin: 0; padding: 0; list-style: none; }
.fg img{ max-width: 100%; display: block; }
.fg a{ color: inherit; }

.fg a:focus-visible,
.fg button:focus-visible,
.fg-nav a:focus-visible,
.fg-nav button:focus-visible{
  outline: 3px solid var(--fg-red-lite);
  outline-offset: 3px;
}

.fg-wrap{
  width: 100%;
  max-width: var(--fg-max);
  margin: 0 auto;
  padding-inline: clamp(20px, 5vw, 48px);
}


/* ---------- 3. TIPOGRAFIA -------------------------------------------- */
.fg h1, .fg h2, .fg h3, .fg h4{
  font-family: var(--fg-serif);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin: 0 0 .45em;
  color: inherit;
}
.fg em{ font-style: italic; color: var(--fg-red-lite); }
.fg-section--paper em,
.fg-section--light em,
.fg-cta em{ color: var(--fg-red); }

.fg-h1{ font-size: clamp(3.2rem, 7.4vw, 6.2rem); line-height: .96; }
.fg-h2{ font-size: clamp(2.4rem, 4.8vw, 3.9rem); }
.fg-h3{ font-size: clamp(1.9rem, 3vw, 2.6rem); }
.fg-h4{ font-size: 1.45rem; line-height: 1.15; }

/* rotulo pequeno em caixa alta */
.fg-eyebrow{
  font-family: var(--fg-sans);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--fg-red-lite);
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fg-eyebrow::before{
  content: "";
  width: 34px; height: 1px;
  background: currentColor;
  flex: 0 0 auto;
}
.fg-eyebrow--dark{ color: var(--fg-red); }

.fg-sub{
  font-size: 1.1rem;
  color: var(--fg-mute);
  max-width: 56ch;
}
.fg-section--dark .fg-sub{ color: rgba(255,255,255,.66); }

.fg-head{ margin-bottom: clamp(44px, 5vw, 76px); max-width: 46rem; }

.fg-link{
  display: inline-block;
  margin-top: 24px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--fg-red);
  transition: color .16s ease, border-color .16s ease;
}
.fg-link:hover{ color: var(--fg-red-lite); border-bottom-color: var(--fg-red-lite); }


/* ---------- 4. BOTOES ------------------------------------------------ */
.fg .fg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 18px 38px;
  font-family: var(--fg-sans);
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--fg-r);
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .12s ease;
}
.fg .fg-btn:active{ transform: translateY(1px); }

.fg .fg-btn--red{
  background: var(--fg-red);
  border-color: var(--fg-red);
  color: var(--fg-white);
}
.fg .fg-btn--red:hover{ background: var(--fg-red-hot); border-color: var(--fg-red-hot); }

.fg .fg-btn--ghost{
  background: transparent;
  color: var(--fg-white);
  border-color: rgba(255,255,255,.4);
}
.fg .fg-btn--ghost:hover{ background: var(--fg-white); color: var(--fg-black); border-color: var(--fg-white); }

.fg-actions{ display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }


/* ---------- 5. SECOES ------------------------------------------------ */
.fg-section{ padding-block: var(--fg-pad); }
.fg-section--paper{ background: var(--fg-paper); }
.fg-section--light{ background: var(--fg-white); }
.fg-section--dark{ background: var(--fg-black); color: var(--fg-white); }
.fg-section--dark p{ color: rgba(255,255,255,.74); }


/* ---------- 6. MARCADORES DE IMAGEM ---------------------------------- */
/* Todas as imagens ja estao preenchidas, entao os marcadores cinza
   foram removidos do HTML. A regra .fg-shot__tag fica aqui so caso
   voce adicione uma imagem nova e queira o marcador de volta.        */
.fg-shot{
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #E4E3E0;
  aspect-ratio: 4 / 3;
}
.fg-shot__tag{
  position: absolute;
  z-index: 1;
  inset: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  border: 1px dashed #A8A6A2;
  font-family: var(--fg-sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: #5E5C58;
  background: #EEEDEA;
}
.fg-shot img{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ---------- 7. MENU SUPERIOR ----------------------------------------- */
.fg-nav{
  position: sticky;
  top: 0;
  z-index: 900;
  background: #000000;              /* preto solido: a logo tem fundo preto,
                                       qualquer transparencia cria um
                                       quadrado visivel atras dela        */
  border-bottom: 1px solid var(--fg-line-d);
  font-family: var(--fg-sans);
  transition: padding .2s ease;
}
.fg-nav__inner{
  max-width: var(--fg-max);
  margin: 0 auto;
  padding: 16px clamp(20px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.fg-nav.is-scrolled .fg-nav__inner{ padding-block: 10px; }

.fg-nav__brand{ display: block; line-height: 0; flex: 0 0 auto; }
.fg-nav__brand img{
  height: 54px; width: auto; display: block;
  transition: height .2s ease;
}
.fg-nav.is-scrolled .fg-nav__brand img{ height: 44px; }

.fg-nav__menu{ display: flex; align-items: center; gap: clamp(16px, 2.2vw, 30px); }

.fg-nav__link{
  position: relative;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  padding: 8px 0;
  white-space: nowrap;
  transition: color .16s ease;
}
.fg-nav__link:hover{ color: var(--fg-white); }
.fg-nav__link::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--fg-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}
.fg-nav__link:hover::after{ transform: scaleX(1); }
.fg-nav__link--active{ color: var(--fg-white); }
.fg-nav__link--active::after{ transform: scaleX(1); }

.fg-nav__phone{
  font-size: .92rem;
  font-weight: 600;
  color: var(--fg-white);
  text-decoration: none;
  white-space: nowrap;
  padding-left: clamp(4px, 1vw, 14px);
  border-left: 1px solid var(--fg-line-d);
}
.fg-nav__phone:hover{ color: var(--fg-red-lite); }

.fg-nav__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  background: var(--fg-red);
  color: #FFFFFF !important;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--fg-r);
  white-space: nowrap;
  transition: background-color .16s ease;
}
.fg-nav__cta:hover{ background: var(--fg-red-hot); }

.fg-nav__burger{
  display: none;
  width: 48px; height: 48px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: var(--fg-r);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.fg-nav__burger span{
  display: block; width: 22px; height: 1.5px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}
.fg-nav.is-open .fg-nav__burger span:nth-child(1){ transform: translateY(6.5px) rotate(45deg); }
.fg-nav.is-open .fg-nav__burger span:nth-child(2){ opacity: 0; }
.fg-nav.is-open .fg-nav__burger span:nth-child(3){ transform: translateY(-6.5px) rotate(-45deg); }


/* ---------- 8. HERO --------------------------------------------------- */
.fg-hero{
  position: relative;
  background: var(--fg-black-2);
  color: var(--fg-white);
  min-height: clamp(560px, 88vh, 900px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.fg-hero__media{
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
  background: #16181A;
}
.fg-hero__media img{
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .46;                 /* escurece a foto para o texto ler */
}
.fg-hero__media .fg-shot__tag{
  inset: 24px;
  background: rgba(20,20,20,.85);
  color: #C9C7C3;
  border-color: rgba(255,255,255,.28);
}
.fg-hero::after{                 /* degrade preto na base */
  content: "";
  position: absolute; inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.30) 38%, rgba(0,0,0,.92) 100%);
  pointer-events: none;
}
.fg-hero__body{
  position: relative;
  z-index: 2;
  width: 100%;
  padding-block: clamp(56px, 8vw, 96px);
}

.fg-hero__lede{
  font-size: clamp(1.06rem, 1.5vw, 1.22rem);
  color: rgba(255,255,255,.84);
  max-width: 56ch;
  margin-top: 26px;
}

.fg-hero__trust{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: clamp(44px, 5vw, 68px);
  border-top: 1px solid var(--fg-line-d);
}
.fg-hero__trust li{
  padding: 24px 28px 0 0;
  border-right: 1px solid var(--fg-line-d);
}
.fg-hero__trust li:last-child{ border-right: 0; }
.fg-hero__trust li:not(:first-child){ padding-left: 28px; }
.fg-hero__trust b{
  display: block;
  font-family: var(--fg-serif);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 4px;
}
.fg-hero__trust span{ font-size: .88rem; color: rgba(255,255,255,.6); line-height: 1.45; display: block; }


/* ---------- 9. FAIXA DE CREDENCIAIS ---------------------------------- */
.fg-strip{
  background: var(--fg-red);
  color: var(--fg-white);
  padding-block: 20px;
}
.fg-strip ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 28px;
}
.fg-strip li{
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}


/* ---------- 10. DECLARACAO DE ABERTURA -------------------------------- */
.fg-statement{ max-width: 900px; }
.fg-statement__text{
  font-family: var(--fg-serif);
  font-size: clamp(1.7rem, 3.1vw, 2.6rem);
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--fg-ink);
  max-width: 24ch;
  max-width: none;
  margin-bottom: 28px;
}
.fg-statement__sub{
  font-size: 1.06rem;
  color: var(--fg-mute);
  padding-left: 24px;
  border-left: 2px solid var(--fg-red);
}


/* ---------- 11. SERVICOS EM DESTAQUE ---------------------------------- */
.fg-service{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 5vw, 80px);
  align-items: center;
  padding-block: clamp(44px, 5vw, 72px);
  border-top: 1px solid var(--fg-line-d);
}
.fg-service .fg-shot{ aspect-ratio: 5 / 4; }
.fg-service--flip .fg-shot{ order: 2; }

.fg-service__num{
  font-family: var(--fg-serif);
  font-size: 1.4rem;
  color: var(--fg-red-lite);
  margin: 0 0 10px !important;
}
.fg-service__body p{ color: rgba(255,255,255,.74); }

.fg-ticks{ margin-top: 26px; display: grid; gap: 12px; }
.fg-ticks li{
  position: relative;
  padding-left: 28px;
  font-size: .97rem;
  color: rgba(255,255,255,.78);
  line-height: 1.5;
}
.fg-ticks li::before{
  content: "";
  position: absolute;
  left: 0; top: .62em;
  width: 12px; height: 1px;
  background: var(--fg-red-lite);
}


/* ---------- 12. SEGURO ------------------------------------------------ */
.fg-insurance{
  background: var(--fg-panel);
  color: var(--fg-white);
  padding-block: var(--fg-pad);
  border-top: 1px solid var(--fg-line-d);
  border-bottom: 4px solid var(--fg-red);
}
.fg-insurance__grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(36px, 5vw, 84px);
  align-items: start;
}
.fg-insurance__lede{
  font-size: 1.04rem;
  color: rgba(255,255,255,.76);
  max-width: 52ch;
}
.fg-insurance__points{ display: grid; }
.fg-insurance__points li{
  display: grid;
  gap: 4px;
  padding: 22px 0;
  border-top: 1px solid var(--fg-line-d);
}
.fg-insurance__points li:last-child{ border-bottom: 1px solid var(--fg-line-d); }
.fg-insurance__points b{
  font-family: var(--fg-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--fg-white);
}
.fg-insurance__points span{ font-size: .95rem; color: rgba(255,255,255,.64); line-height: 1.5; }


/* ---------- 13. DIFERENCIAIS ------------------------------------------ */
.fg-expect{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 44px);
}
.fg-expect li{ border-top: 2px solid var(--fg-red); padding-top: 20px; }
.fg-expect__n{
  display: block;
  font-family: var(--fg-serif);
  font-size: 1.3rem;
  color: var(--fg-red);
  margin-bottom: 12px;
}
.fg-expect h3{ margin-bottom: 10px; }
.fg-expect p{ font-size: .95rem; color: var(--fg-mute); }


/* ---------- 14. GALERIA ------------------------------------------------ */
.fg-gallery{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.fg-gallery .fg-shot{ aspect-ratio: 1 / 1; }
.fg-gallery .fg-shot--big{ grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }


/* ---------- 15. AVALIACOES -------------------------------------------- */
.fg-reviews{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 34px);
}
.fg-review{
  margin: 0;
  background: var(--fg-white);
  border: 1px solid var(--fg-line);
  padding: clamp(26px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fg-review p{
  font-family: var(--fg-serif);
  font-size: 1.24rem;
  line-height: 1.35;
  color: var(--fg-ink);
}
.fg-review cite{
  display: block;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--fg-line);
  font-style: normal;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--fg-mute);
}


/* ---------- 16. AREA DE ATENDIMENTO ----------------------------------- */
.fg-area{
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(32px, 4vw, 72px);
  align-items: center;
}
.fg-chips{ display: flex; flex-wrap: wrap; gap: 10px; }
.fg-chips li{
  font-size: .86rem;
  font-weight: 500;
  padding: 11px 20px;
  border: 1px solid var(--fg-line);
  border-radius: 999px;
  color: var(--fg-ink);
  background: var(--fg-paper);
}


/* ---------- 16b. AREA POR ESTADO -------------------------------------- */
.fg-states{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3.5vw, 56px);
}
.fg-state h3{
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--fg-line);
}


/* ---------- 17. CHAMADA FINAL ----------------------------------------- */
.fg-cta{
  position: relative;
  background: var(--fg-black-2);
  color: var(--fg-white);
  overflow: hidden;
}
.fg-cta__media{ position: absolute; inset: 0; margin: 0; z-index: 0; background: #16181A; }
.fg-cta__media img{ width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.fg-cta__media .fg-shot__tag{
  inset: 24px;
  background: rgba(20,20,20,.85);
  color: #C9C7C3;
  border-color: rgba(255,255,255,.28);
}
.fg-cta::after{
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,.9) 10%, rgba(0,0,0,.55) 100%);
  pointer-events: none;
}
.fg-cta__body{
  position: relative;
  z-index: 2;
  padding-block: clamp(72px, 9vw, 128px);
}
.fg-cta__body p{ color: rgba(255,255,255,.78); font-size: 1.08rem; max-width: 50ch; }
.fg-cta em{ color: var(--fg-red-lite); }


/* ---------- 18. RODAPE ------------------------------------------------- */
.fg-footer{ background: #000000; color: var(--fg-white); }
.fg-footer__grid{
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: clamp(30px, 4vw, 60px);
  padding-block: clamp(56px, 6vw, 88px);
}
.fg-footer__brand img{ width: 120px; height: auto; margin-bottom: 22px; }
.fg-footer__brand p{ font-size: .93rem; color: rgba(255,255,255,.6); max-width: 40ch; }

.fg-footer__col h3{
  font-family: var(--fg-sans);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--fg-red-lite);
  margin-bottom: 18px;
}
.fg-footer__col ul{ display: grid; gap: 11px; }
.fg-footer__col a{
  font-size: .95rem;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  transition: color .16s ease;
  line-height: 1.5;
  display: inline-block;
}
.fg-footer__col a:hover{ color: var(--fg-white); }

.fg-footer__base{ border-top: 1px solid var(--fg-line-d); padding-block: 22px; }
.fg-footer__base p{
  font-size: .82rem;
  color: rgba(255,255,255,.45);
  max-width: none;
}


/* ---------- 19. BARRA FIXA (so no celular) ---------------------------- */
.fg-bar{ display: none; }


/* ---------- 19b. OPCIONAL: faixas de ponta a ponta --------------------
   Se os fundos NAO chegarem ate a borda da tela, o container do
   Elementor esta com largura limitada. Melhor solucao: Container >
   Layout > Largura do conteudo = "Largura total" e Padding = 0.
   Se preferir pelo CSS, apague as duas linhas de comentario abaixo.
--------------------------------------------------------------------- */
/*
.fg-hero, .fg-strip, .fg-section, .fg-insurance, .fg-cta, .fg-footer{
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
*/


/* =====================================================================
   20. RESPONSIVO
   ===================================================================== */

/* --- Notebook / tablet grande (ate 1100px) --- */
@media (max-width: 1100px){
  .fg-nav__phone{ display: none; }
  .fg-footer__grid{ grid-template-columns: 1fr 1fr; }
  .fg-expect{ grid-template-columns: repeat(2, 1fr); }
}

/* --- Tablet (ate 900px) --- */
@media (max-width: 900px){
  .fg{ font-size: 16px; }

  .fg-nav__burger{ display: flex; }
  .fg-nav__inner{ flex-wrap: wrap; }
  .fg-nav__menu{
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .fg-nav.is-open .fg-nav__menu{ display: flex; }
  .fg-nav__link{
    font-size: .92rem;
    padding: 16px 0;
    border-top: 1px solid var(--fg-line-d);
  }
  .fg-nav__link::after{ display: none; }
  .fg-nav__link--active{ color: var(--fg-red-lite); }
  .fg-nav__phone{
    display: block;
    padding: 16px 0 0;
    border-left: 0;
    border-top: 1px solid var(--fg-line-d);
    font-size: 1.05rem;
  }
  .fg-nav__cta{ margin-top: 16px; width: 100%; min-height: 54px; }

  .fg-service{ grid-template-columns: 1fr; }
  .fg-service--flip .fg-shot{ order: 0; }

  .fg-insurance__grid{ grid-template-columns: 1fr; }
  .fg-reviews{ grid-template-columns: 1fr; }
  .fg-area{ grid-template-columns: 1fr; }
  .fg-states{ grid-template-columns: 1fr; gap: 32px; }

  .fg-gallery{ grid-template-columns: repeat(2, 1fr); }
  .fg-gallery .fg-shot--big{ grid-column: span 2; grid-row: auto; aspect-ratio: 16 / 10; }

  .fg-strip ul{ justify-content: flex-start; }
}

/* --- Celular (ate 680px) --- */
@media (max-width: 680px){
  .fg-hero{ min-height: 0; }
  .fg-hero__body{ padding-block: 64px 56px; }
  .fg-h1{ font-size: clamp(2.9rem, 13vw, 3.8rem); }

  .fg-actions{ flex-direction: column; align-items: stretch; gap: 12px; }
  .fg .fg-btn{ width: 100%; min-height: 56px; }

  .fg-hero__trust{ grid-template-columns: 1fr; }
  .fg-hero__trust li{
    padding: 20px 0 !important;
    border-right: 0;
    border-bottom: 1px solid var(--fg-line-d);
  }
  .fg-hero__trust li:last-child{ border-bottom: 0; }

  .fg-expect{ grid-template-columns: 1fr; gap: 28px; }
  .fg-footer__grid{ grid-template-columns: 1fr; gap: 34px; }
  .fg-statement__sub{ padding-left: 18px; }

  /* espaco para a barra fixa nao cobrir o rodape */
  .fg{ padding-bottom: 74px; }

  .fg-bar{
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 9999;
    box-shadow: 0 -2px 18px rgba(0,0,0,.3);
  }
  .fg-bar a{
    font-family: var(--fg-sans);
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 10px;
    text-decoration: none;
  }
  /* texto SEMPRE branco, mesmo se o tema colorir links */
  .fg .fg-bar a,
  .fg .fg-bar a:link,
  .fg .fg-bar a:visited,
  .fg .fg-bar a:hover,
  .fg .fg-bar a:active{ color: #FFFFFF !important; }
  .fg .fg-bar__call{  background: var(--fg-black-2); }
  .fg .fg-bar__quote{ background: var(--fg-red); }
}


/* ---------- 21. ACESSIBILIDADE / IMPRESSAO ---------------------------- */
@media (prefers-reduced-motion: reduce){
  .fg *, .fg-nav *{ transition: none !important; animation: none !important; }
}

@media print{
  .fg-nav, .fg-bar{ display: none !important; }
  .fg-hero, .fg-section--dark, .fg-insurance, .fg-cta, .fg-footer{
    background: #fff !important; color: #000 !important;
  }
}/* End custom CSS */