:root {
    --azul-escuro: #043561;    /* Azul principal (títulos, header) */
    --cinza-claro: #d4d4d4;    /* Fundo */
    --cinza-medio: #d9d9d9;    /* Bordas, detalhes */
    --laranja: #f44e00;        /* Destaque / CTA */
    --preto: #111111;
}

.container-padrao {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 120px;
}


html {
  scroll-behavior: smooth;
}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

body {
    font-family: 'Inter', sans-serif;
    color: var(--preto);
    
}

h1, h2{
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

button {
    background: var(--laranja);
    color: white;
    border: 2px solid var(--laranja);

    padding: 15px 30px;
    border-radius: 6px;

    font-size: 20px;
    font-weight: 600;

    cursor: pointer;
    transition: all 0.3s ease; /* animação suave */
    
}

button:hover {
    filter: brightness(1.1);
    color: var(--laranja);
    background: transparent;
}


/* LINHA DECORATIVA */

.linha {
    display: block;
    width: 540px;
    height: 4px;
    background: var(--laranja);
    margin-bottom: 15px;
    border-radius: 3px;
}

.topo-bg {
    background-image: url("../img/img-modelos/1.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;

    position: relative;
    height: 320px; /* controla altura do banner */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-attachment: fixed;
}


.topo-bg::before {
    content: "";
    position: absolute;
    inset: 0;

    /* COR PROFISSIONAL CONTÁBIL */
    background: rgba(51, 55, 104, 0.5);

    z-index: 1;
}


.header{
    position: relative;
    z-index: 2;
    margin-left: 5%;
    margin-right: 5%;
    
}

.hero-servicos {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}




/* conteúdo */
.hero-servicos-container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 120px;
    
}

.hero-servicos-container h1 {
    font-size: 56px;
    margin-bottom: 10px;
    margin-left: 5%;
    
}

.hero-servicos-container p {
    font-size: 16px;
    opacity: 0.9;
    margin-left: 5%;
    
}

.nav-bar {
    padding: 0px 120px;

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

.nav-bar-logo img {
    height: 120px;
    width: auto;
    padding-top: 10px;
    
    
}

.nav-bar-menu {
    list-style: none;
    display: flex;
    gap: 24px;
    justify-content: center;
    font-size: 22px;
}

.nav-bar-menu a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: 0.2s;
}

.nav-bar-menu a:hover {
    color: #FF7A00;
}

.sobre-servicos {
    padding: 80px 120px;  
}

.sobre-container {
    margin-left: 5%;      /* centraliza */
    display: block;        /* remove o grid */
}

.sobre-texto h2 {
    font-size: 36px;
    color: var(--azul-escuro);
    margin-bottom: 10px;
    font-weight: 900;
}

.sobre-texto h3 {
    font-size: 24px;
    color: black;
    margin-bottom: 10px;
    font-weight: 800;
    
}

.sobre-texto {
    
    font-size: 20px;        /* aumenta o tamanho */
    line-height: 1.9;       /* dá respiro igual referência */
     
    font-weight: 500;       /* remove aparência “fina” */
}

.sobre-texto ul {
    padding-left: 28px; /* controla o quanto entra pra dentro */
}




.sobre-imagem img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

@media (max-width: 900px) {

    .hero-servicos-container {
        padding: 0 30px;
    }

    .sobre-servicos {
        padding: 60px 30px;
    }

    .sobre-container {
        grid-template-columns: 1fr;
    }

    .nav-bar {
        padding: 0 30px;
    }
}

.quem-somos {
    position: relative;
    padding: 80px 10%;
    text-align: center;

    background: transparent; /* ← agora ela obedece o bot-bg */
}



/* CONTEÚDO */

.quem-conteudo {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    color: white;
}

/* TÍTULO */

.quem-conteudo h2 {
    font-size: 42px;
    margin-bottom: 10px;
    
}

/* LINHA DECORATIVA */

.linha-dois {
    display: block;
    width: 400px;
    height: 4px;
    background: var(--laranja);
    margin: 0 auto 30px auto;
    border-radius: 3px;
}

.bot-bg {
    background-image: url("../img/img-modelos/2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.bot-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(4, 26, 68, 0.92); /* azul institucional */
    z-index: 1;
}

.quem-somos,
.footer {
    background: transparent;
    position: relative;
    z-index: 2;
}


.footer {
  
  padding: 60px 50px;
  color: white;
}

/* CTA do topo */
.cta-contato {
  text-align: center;
  margin-bottom: 60px;
}

.cta-contato h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 10px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr ; 
  align-items: start;
  gap: 40px;
}

/* LOGO (esquerda) */
.footer-logo .logo-footer {
  max-width: 220px;
}

/* LINKS (centro) */
.footer-links-wrapper {
  display: flex;
  justify-content: center;
}

.footer-links {
  list-style: none;
  padding: 0;
  text-align: center;
}

.footer-links li, h3 {
  margin-bottom: 10px;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

/* MAPA (direita) */
.footer-map h3 {
  margin-bottom: 10px;
  text-align: center;
}

/* RESPONSIVO (celular) */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links-wrapper {
    justify-content: center;
  }

  .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-bottom {
  background: var(--laranja); /* laranja igual ao seu print */
  text-align: center;
  padding: 12px 0;
  
}

.footer-bottom p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}

.dev-link {
  color: #ffffff;
  text-decoration: none
}

.dev-link:hover {
  opacity: 0.8;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* deixa alinhado à esquerda */
  gap: 15px;
}

/* Container dos ícones */
.footer-social {
  display: flex;
  gap: 10px;
}

/* Container dos ícones (embaixo da logo) */
.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

/* Botões laranja */
.social-icons .icon {
  width: 36px;
  height: 36px;
  background: var(--laranja); /* laranja do site */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px; /* pode trocar por 4px se quiser mais quadrado */
  text-decoration: none;
  font-size: 18px;
}

/* Efeito hover (opcional) */
.social-icons .icon:hover {
  opacity: 0.85;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ======== MENU RESPONSIVO ======== */
@media (max-width: 900px) {
  .nav-bar {
    flex-direction: column;
    padding: 10px 16px;
  }

  .nav-bar-logo img {
    height: 150px;
  }

  .nav-bar-menu {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    margin: 15px 0;
  }

  .btn-orcamento :single-button {
    width: 100%;
  }

  .btn-solicitar {
    width: 80%;
    margin-bottom: 5px;
  }
}

@media (max-width: 900px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0;
  }

  .hero-text h1 {
    font-size: 42px;
  }

  .hero-image {
    justify-content: center;
  }

  .hero-image img {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .segmentos-container {
    grid-template-columns: 1fr;
    top: 0;
  }
}

@media (max-width: 900px) {
  .servicos {
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }

  .servicos-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .links-container {
    flex-direction: column;
    gap: 30px;
  }

  .links-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 900px) {
  .videos-container {
    flex-direction: column;
    gap: 30px;
  }

  .video-card {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .conteudo {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* Container dos 3 itens */
  .itens {
    max-width: 420px;   /* limita largura para não espalhar */
    margin: 0 auto;     /* centraliza o conjunto */
  }

  /* Cada linha (✔ + texto) */
  .item {
    display: grid;
    grid-template-columns: 40px 1fr; /* coluna fixa pro V + texto */
    align-items: flex-start;
    gap: 12px;
  }

  /* Centraliza o ✔ dentro da coluna fixa */
  .item .check {
    display: flex;
    justify-content: center;
  }
}


@media (max-width: 900px) {
  .depoimentos {
    padding: 60px 16px;
  }
}

@media (max-width: 900px) {
  .clientes-track img {
    width: 160px;
    height: 60px;
  }
}

@media (max-width: 900px) {
  .footer {
    padding: 50px 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo {
    align-items: center;
  }

  .social-icons {
    justify-content: center;
  }

  .contador-container{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px; /* espaçamento entre os números */
  }

  .contador-item {
    width: auto;
    position: unset;
  }
}

/* ===== Botão WhatsApp Flutuante ===== */

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: all 0.3s ease;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

/* Mobile */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
  }
}

.contatos{
  padding-top: 30px;
  text-align: end;
}

.container {
  
  margin: 0 auto;
  padding: 0 20px;
}

/* SECTION CONTATO */
.contato {
  background: #f5f5f5;
  padding: 80px 20px 0;
}

.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

/* CARD ESQUERDO */
.contato-info {
  background: var(--azul-escuro);
  color: #fff;
  padding: 40px;
  border-radius: 12px;
}

.contato-info h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.contato-info h2 span {
  color: var(--laranja);
}

.contato-info p {
  color: #cfcfcf;
  margin-bottom: 30px;
  line-height: 1.5;
}

.botoes {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: .3s;
}

.whatsapp {
  background: #25d366;
}

.ligar {
  background: var(--laranja);
}

.btn:hover {
  transform: translateY(-3px);
}


/* FORM */
.contato-form {
  background: var(--azul-escuro);
  padding: 40px;
  border-radius: 12px;
  color: #fff;
}

.contato-form h3 {
  font-size: 26px;
  margin-bottom: 25px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.contato-form input,
.contato-form textarea {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 10px;
}

.btn-enviar {
  margin-top: 15px;
  background: #25d366;
  border: none;
  padding: 14px 28px;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
}

.btn-enviar:hover {
  background: #1fb955;
}


/* MAPA */
.mapa-contato {
  padding: 60px 60px;
}


/* RESPONSIVO */
@media (max-width: 900px) {
  .contato-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}



.contato-grid {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 50px;
  border-radius: 14px;
  overflow: hidden;

  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
}

.contato-grid::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("../img/img-modelos/3.jpg") center/cover no-repeat;
  z-index: 0;
      background-attachment: fixed;
}

/* filtro azul */
.contato-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 34, 73, 0.92); /* mesmo azul do footer */
  z-index: 1;
}


/* garante que o conteúdo fique acima do overlay */
.contato-grid {
  position: relative;
  z-index: 2;
}

.contato-info,
.contato-form {
  background: transparent; /* ESSENCIAL */
  position: relative;
  z-index: 2;
  padding: 40px;
  border-radius: 10px;
}

.contato-info,
.contato-form {
  backdrop-filter: blur(2px);
}

