:root {
  /* Cores */
  --primary-color: #007bff; /* Azul vibrante para botões e links principais */
  --secondary-color: #28a745; /* Verde para destaque ou sucesso (ex: Teste Gratuito) */
  --text-dark: #343a40; /* Texto principal escuro */
  --text-light: #f8f9fa; /* Texto claro (em backgrounds escuros) */
  --bg-light: #ffffff; /* Fundo principal claro */
  --bg-secondary: #f4f7f9; /* Fundo de seções de destaque */
  --border-color: #dee2e6; /* Cor de borda suave */
  --accent-color: #17a2b8; /* Ciano para detalhes ou ícones */
  --color-van: #1a1bad;
  --color-buttom_back: #dedbdb;

  /* Tipografia */
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Montserrat', sans-serif;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;

  /* Espaçamento */
  --spacing-xs: 8px;
  --spacing-sm: 15px;
  --spacing-md: 30px;
  --spacing-it: 45px;
  --spacing-pc: 7%;
  --spacing-lg: 60px;
  --spacing-xl: 90px;
  /* --spacing-xs: 120px; */
}

/* --- 1. Reset e Base --- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body); 
  /* color: var(--bg-secondary); */
  color: var(--bg-light);
  line-height: 1.3;
  background-color: var(--bg-light);

  overflow-x: hidden;
}

a {
  text-decoration: none;
  /* color: var(--primary-color); */
  color: var(--bg-light);
  transition: color 0.3s ease;
}

a:hover {
  /* color: var(--accent-color); */
  color: var(--primary-color);
}

/* --- 2. Elementos de Layout Comuns --- */

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--spacing-md) 0;
}

.topContainer {
  padding-top: 0 !important;
}

/* 2. Elementos de Layout Comuns - Adicionar o Topo */

.header-bar {
  /* Ocupa a largura total */
  width: 100%;

  /* Configuração Flexbox para alinhar logo e nav */
  display: flex;
  justify-content: space-between; /* Move o logo para a esquerda e o nav para a direita */
  align-items: center; /* Centraliza os itens verticalmente */

  position: relative;
  /* Garante que o container interno não tenha padding excessivo */
  /* padding: var(--spacing-sm) 0;
  max-height: 100px; */
}

.topHeader {
  display: flex;
}

.topHeader:hover {
  transform: translateY(-5px);
}

.section {
  padding: var(--spacing-md) 0;
  text-align: center;
}

.page-title {
  text-align: center;
  font-size: 2.5em;
  color: var(--bg-light);
  padding-top: 20px;
  margin-bottom: 25px;
  line-height: 1.1;
  /* font-weight: 600; */
}
.page-content-wrapper,
main {
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: auto; /* Empurra o rodapé para baixo dentro do flex container */
  width: 100%;
}

.section-title {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-bold);
  /* margin: var(--spacing-md) 0; */
  color: var(--text-dark);
}

/* .section-title {
  color: var(--color-van);
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  /* padding-bottom: 10px; *
  background: #fff;
  background-color: var(--color-buttom_back);
  border-radius: 8px;
  line-height: 1.15;
  padding: 6px 10px;
} */

.section-content p {
  margin-bottom: 30px;
  font-weight: normal;
}
.section-title h2 {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-bold);
  /* margin: var(--spacing-md) 0; */
  color: var(--bg-light) !important;
  max-width: 729px;
  margin: 0 auto;
  line-height: 1.3;
  margin-top: var(--spacing-sm);
  margin-bottom: var(--spacing-lg);
}

/* Seção de fundo com imagem */
#primeHeader {
  /* 1. Definição da Altura: Necessário para ver o fundo. */
  /* Mantenha ou ajuste a altura. Use 'min-height' se o conteúdo for dinâmico. */
  /* Para a sua DIV que envolve 'hero' e 'partners', 'min-height: 100vh' é comum. */
  /* Vamos manter a altura que você usou, mas verifique se ela é suficiente */
  /* para todo o conteúdo visível. */
  /* height: 1466.79px;  */
  /* height: 1368.79px; */
  /* max-height: 1321.79px; */
  max-height: 1621.79px;
  /* max-height: 64.625rem; */
  height: 100%;
  /* min-height: 1223.79px; */
  /* OU */
  /* min-height: 100vh; */

  /* 2. Caminho e Cor de Fundo */
  background-color: #ffffff; /* Cor de fallback caso a imagem não carregue */
  background-image: url('../imgs/fundo_azul_preto.webp'); /* Verifique o CAMINHO */

  /* 3. Configurações da Imagem de Fundo */
  background-size: cover; /* Garante que a imagem cubra toda a DIV */
  background-repeat: no-repeat; /* Evita repetição */

  /* Configuração de posição otimizada */
  /* 58.5423% 57.076% é uma posição customizada, que está correta se for intencional */
  background-position: 58.5423% 57.076%;
  /* Uma alternativa comum é: background-position: center center; */
  padding-bottom: var(--spacing-pc);
}
#primeSobre {
  /* height: 1403.79px; */
  background-color: #ffffff; /* Cor de fallback caso a imagem não carregue */
  background-image: url('../imgs/quadro-azul.webp'); /* Verifique o CAMINHO */
  background-size: cover; /* Garante que a imagem cubra toda a DIV */
  background-repeat: no-repeat; /* Evita repetição */
  background-position: 58.5423% 57.076%;
  /* padding-bottom: 40px; */
  padding-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Seção de fundo com imagem */
#plataforma {
  /* height: 995.79px; */
  /* height: 905.79px; */
  max-height: 905.79px;
  background-color: #ffffff; /* Cor de fallback caso a imagem não carregue */
  /* background-image: url('../imgs/fundo_azul_preto.webp'); Verifique o CAMINHO */
  background-image: url('../imgs/quadro-azul1.webp'); /* Verifique o CAMINHO */
  background-size: cover; /* Garante que a imagem cubra toda a DIV */
  background-repeat: no-repeat; /* Evita repetição */
  background-position: 58.5423% 57.076%;
  padding-bottom: var(--spacing-pc);
}

#howWorks {
  height: 499.95px;
  width: 500px;
  background-color: #ffffff; /* Cor de fallback caso a imagem não carregue */
  background-image: url('../imgs/quadro-azul.webp'); /* Verifique o CAMINHO */
  background-size: cover; /* Garante que a imagem cubra toda a DIV */
  background-repeat: no-repeat; /* Evita repetição */
  background-position: 58.5423% 57.076%;
  border-radius: 20px;
}

#howWorks:hover {
  transform: translateY(-5px);
}

.plataforma-howworks img {
  z-index: 100;
  border-radius: 20px;
  width: 500px;
  height: auto;
  position: absolute;
  left: 274px;
  top: 4155px;
}

.worksComplet {
  display: flex;
  gap: 130px;
}

.workstext {
  display: grid;
}

.topHeader img {
  max-width: 10.5rem;
  width: 100%;
  height: auto;
  display: block;
}

.dashImg img {
  max-width: 56rem;
  width: 100%;
  height: auto;
  /* width: 56rem; */
  border-radius: 25px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.dashImg img:hover {
  transform: translateY(-5px);
}

.sentence {
  display: flex;
}

.sentence p {
  font-family: var(--font-heading);
  /* font-weight: var(--font-weight-bold); */
  color: var(--text-dark);
  font-size: 0.8rem;
  text-align: left;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 15px;
  line-height: 1.3;
  margin-right: 200px;
}

.sentence svg {
  width: 24px;
  color: var(--text-dark);
}

.plataforma-dashboard img {
  max-width: 90%;
  border-radius: 25px;
}

.plataforma-dashboard img:hover {
  transform: translateY(-5px);
}

.page-width-container {
  /* margin: 0 auto; */
  padding: 0 20px;
  box-sizing: border-box;
  /* display: flex;
  justify-content: flex-end;
  align-items: center; */
}

/* --- 3. Botões --- */

.btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-weight: var(--font-weight-semibold);
  /* text-transform: uppercase; */
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-align: center;
}

.btn-primary {
  background-color: var(--color-van);
  color: var(--text-light);
  border-color: var(--color-van);
  line-height: 1.1;
}

.btn-primary:hover {
  /* background-color: #0056b3; */
  background-color: var(--primary-color);
  /* border-color: #0056b3; */
  border-color: var(--primary-color);
  color: var(--text-light);
}

.btn-outline {
  background-color: var(--color-van);
  color: var(--bg-light);
  border-color: var(--color-van);
  padding: 8px 15px;
  font-size: 0.7rem;
  max-width: 187px;
  line-height: 1.4;
}

.btn-outline:hover {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.btn-mobile-only {
  display: none !important;
}
.contato {
  margin-right: 45px !important;
}

/* A Plataforma */
.titleSpanBlue {
  /* color: var(--color-van); */
  color: var(--primary-color);
}

.pergFreq {
  font-size: .7rem;
}

/* --- 4. Cabeçalho (Header) e Hero Section --- */

.hero {
  /* background-color: var(--bg-secondary); */
  /* min-height: 60vh; */
  display: flex;
  align-items: center;
  padding-top: var(--spacing-md);
  /* padding-bottom: var(--spacing-lg);
    text-align: left; */
}

/* .hero > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--spacing-lg);
} */
/* CORREÇÃO NO .hero > .container (Remova 'display: flex' se ele estiver na mesma seção) */
.hero > .container {
  /* display: flex; <--- REMOVA ESTA LINHA se estiver impedindo o header-bar de ocupar 100% */
  /* Mantenha: */
  flex-wrap: wrap;
  align-items: flex-start; /* Alinhe os itens (topo e conteúdo) no início */
  gap: var(--spacing-lg);
}

/* .main-nav {
  /* display: none; Escondido por padrão, ajustado para desktop */
/* width: 100%;
  text-align: center;
  margin-bottom: var(--spacing-xl); *


  font-size: 0.85rem;
    margin-right: 40px;
    position: absolute;
    right: 30%;
} */

/* --- 1. CSS DESKTOP (Geral) --- */
.main-nav {
  display: flex;
  /* gap: 30px;
    align-items: center;
    /* Removemos o position absolute que causa instabilidade *
    margin-right: 40px;  */
}

.mobile-menu-btn {
  display: none; /* Escondido no desktop */
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.mobile-menu-btn .bar {
  width: 30px;
  height: 3px;
  background-color: white; /* Ou a cor do seu texto */
  transition: 0.3s;
}

.nav-link {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-semibold);
  margin: 0 var(--spacing-sm);
  /* color: var(--text-dark); */
  display: inline-block;
  padding: 5px 0;
}

/* 1. Rotaciona a barra de cima para baixo (45 graus) */
.mobile-menu-btn.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

/* 2. Esconde a barra do meio */
.mobile-menu-btn.active .bar:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px); /* Opcional: faz ela "sair" para o lado */
}

/* 3. Rotaciona a barra de baixo para cima (-45 graus) */
.mobile-menu-btn.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.hero-content {
  flex: 1 1 500px;
  padding-right: var(--spacing-md);
}

.main-title {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-extrabold);
  font-size: 3rem;
  margin-bottom: var(--spacing-sm);
  line-height: 1.1;
  /* color: var(--primary-color); */
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  /* margin-top: 65px; */
}

.hero-description {
  font-size: 1.38rem;
  /* color: #495057; */
  margin: var(--spacing-md) auto;
  text-align: center;
  max-width: 1135px;
}

.hero-image {
  flex: 1 1 400px;
  height: 350px;
  background: #e9ecef url('placeholder-hero.svg') no-repeat center / contain; /* Placeholder */
  border-radius: 10px;
}

/* --- 5. Seção de Parceiros (.partners) --- */

.partners {
  background-color: var(--color-van);
  border-bottom: 1px solid var(--border-color);
  padding: var(--spacing-md) 0 !important;
}

.logos-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
  grid-template-columns: repeat(3, 1fr);
  /* gap: var(--spacing-md); */
  row-gap: 80px;
  column-gap: var(--spacing-md);

  align-items: center;
  justify-items: center;
  /* padding: var(--spacing-sm) 0; */
  padding: 0;
}

.partner-logo {
  height: 50px;
  width: 100%;
  /* background: var(--color-van) url('../imgs/logo_ipsun5.svg') no-repeat center / contain; Placeholder */
  /* background: var(--color-van) no-repeat center / contain; Placeholder */
  opacity: 1;
  transition: opacity 0.3s ease;

  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-logo:hover {
  opacity: 0.7;
}

.partner-logo img {
  width: 180px;

  /* width: 120px;  */
  max-width: 100%;
  height: auto;
}

.logo-1 img {
  width: 210px;
}

.logo-7 img,
.logo-8 img {
  width: 125px;
}

/* --- 6. Seção Introdução da Solução (.solution-intro) --- */
.solucoes {
  display: flex;
  gap: 30px;
}

.solucoesBottom {
  display: flex;
  margin-top: 12px;
}

.solution-intro {
  display: flex;
  background-color: var(--bg-secondary);
}

.segmentation-buttons {
  display: flex;
  justify-content: center;
  gap: var(--spacing-sm);
  /* margin-bottom: var(--spacing-lg); */
  flex-wrap: wrap;
}

.solution-text {
  /* width: 439px;
    height: auto; */
  background: #e9ecef no-repeat center / contain; /* Placeholder */
  border-radius: 25px;
  /* margin-top: var(--spacing-md); */
  padding: 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.solution-text h2 {
  text-align: left;
  max-width: 344px;
  font-size: 1.5rem;
  margin-top: var(--spacing-md);
  margin-bottom: var(--spacing-sm);
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-dark);
}

.solution-text p {
  text-align: left;
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: var(--spacing-sm);
  max-width: 344px;
  margin-left: auto;
  margin-right: auto;
}

/* .solution-images {
    /* width: 769px; *
    width: 641px;
    /* height: auto; *
    background: url('../imgs/dashboard_sm.webp') no-repeat center / contain; /* Placeholder *
    border-radius: 25px;
    margin-top: var(--spacing-md);
} */

.solution-images img {
  max-width: 54rem;
  width: 100%;
  height: auto;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.solution-images img:hover {
  transform: translateY(-5px);
}

.solution-ipsos {
  display: flex;
  gap: 30px;
}

.solution-logos img {
  width: 160px;
  height: auto;
}

.solution-logos img:hover {
  transform: translateY(-5px);
}

/* --- 7. Seção Benefícios (.benefits) --- */
.benefits {
  background-color: rgb(243, 244, 246);
}

.benefBlock {
  display: block;
  text-align: left;
  max-width: 370px;
  margin-right: 20px;
}

.benefBlock h2,
.benefBlock p {
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: var(--spacing-md);
}

.benefBlock h2 {
  font-weight: 700;
}

.benefBlock p {
  font-size: 1rem;
}

.benefBlock a {
  margin-top: var(--spacing-lg);
}

.benefContainer {
  display: flex;
}

.features-list {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
  margin: 0 auto;
}

.feature-card {
  background-color: var(--bg-light);
  padding: var(--spacing-md);
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease;
  max-width: 292px;
  border: 1px solid var(--color-van);
}

.feature-card:hover {
  transform: translateY(-5px);
}

.icon-feature {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: var(--spacing-xs);
  display: block;
}

.feature-card h3 {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-bold);
  font-size: 1.1rem;
  margin-bottom: var(--spacing-xs);
  color: var(--color-van);
}

.feature-card p {
  /* color: #6c757d; */
  color: var(--color-van);
  font-size: 0.88rem;
  line-height: 1.1;
}

.feature-card 1 {
  /* color: #6c757d; */
  color: var(--color-van);
  font-size: 2rem;
  line-height: 1.1;
}

.fa-solid,
.fas {
  /* font-weight: 900; */
  font-size: 36px;
  margin-bottom: var(--spacing-md);
}

/* --- 8. Seção Como Funciona (.how-it-works) --- */

/* .how-it-works {
    background-color: var(--bg-secondary);
} */

/* --- 8. Seção Blog - modal --- */
/* < !-- CSS DO MODAL --> */

.title-blog {
  color: var(--color-van);
}
/* Estado inicial: Escondido */
.modal-container-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  /* Força largura da janela */
  height: 100vh;
  /* Força altura da janela */
  z-index: 999999;
}

/* 2. QUANDO ATIVO: O JavaScript adiciona .active e ele aparece */
.modal-container-wrapper.active {
  display: flex !important;
  /* Exibe e permite centralizar o conteúdo */
  align-items: center !important;
  justify-content: center !important;
}

#modal-titulo {
  font-size: 24px;
  color: #1a1bad;
  /* O azul que você escolheu */
  margin-bottom: 20px;
  padding-right: 30px;
  /* Espaço para o botão X não ficar em cima do texto */
}

#modal-conteudo {
  line-height: 1.6;
  color: #333;
  font-size: 16px;
  text-align: justify;
}

/* 3. O FUNDO ESCURO (Overlay) */
.modal-background {
  position: absolute;
  left: 0;
  width: 100%;
}

/* 4. A CAIXA BRANCA (Onde fica o texto) */
.modal-content-box {
  position: relative;
  background: var(--bg-secondary);
  width: 90%;
  max-width: 600px;
  max-height: 85vh;
  padding: 40px;
  border-radius: 10px;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  /* z-index: 10; */
  margin: 0 auto;
}

.modal-content-box p {
  color: var(--color-van);
}

/* 5. O BOTÃO DE FECHAR */
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #333;
  z-index: 1000;
  line-height: 1;
}

.modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.modal-svg rect {
  /* stroke: #1a1bad; */
  stroke-width: 4px;
  fill: none;
  width: 100%;
  height: 100%;
}

.modal-container-wrapper.active .modal-svg rect {
  stroke-dashoffset: 0;
  /* Faz a borda "correr" ao abrir */
}
/* ========================================= */
/* BACK-TO-TOP     */
/* ========================================= */
.back-to-top {
  position: fixed;
  /* display: none; */
  visibility: hidden;
  background-color: #5f6162ff;
  color: #fff;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 38px;
  position: fixed;
  bottom: 400px;
  right: 20px;
  z-index: 90;
  cursor: pointer;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transition: all 0.4s;
}

.back-to-top .fa {
  font-size: 22px;
  vertical-align: middle;
}

.back-to-top:hover {
  background-color: #ad0505;
  color: #fff;
  opacity: 1;
}

.back-to-top.show {
  /* display: block; */
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* 1. Garante que o botão seja a base para o posicionamento do texto */
/* .back-to-top {
    position: fixed;
} */

/* 2. Cria a Tooltip (balão de texto) */
.back-to-top::before {
  content: 'Voltar ao topo';
  /* Texto da tooltip */
  position: absolute;
  bottom: 55px;
  /* Fica acima do botão (42px de altura + 13px de respiro) */
  right: 0;
  background-color: #5f6162ff;
  /* Mesma cor do seu botão */
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;

  /* Estado inicial: Invisível e levemente abaixo para o efeito de subida */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  /* Evita que o mouse interfira na tooltip */
}

/* 3. Cria a "setinha" do balão (opcional, para ficar mais profissional) */
.back-to-top::after {
  content: '';
  position: absolute;
  bottom: 48px;
  right: 15px;
  border-width: 7px 7px 0 7px;
  border-style: solid;
  border-color: #2c3e50 transparent transparent transparent;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* 4. Exibe a Tooltip e a Setinha no Hover */
.back-to-top:hover::before,
.back-to-top:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ========================================= */
/* 1. LAYOUT PRINCIPAL (WORKSACOMPLET)       */
/* ========================================= */

/* Garante o layout de duas colunas (Imagem e Texto) no Desktop */
@media (min-width: 801px) {
  .worksComplet {
    display: flex;
    align-items: flex-start; /* Alinha o conteúdo no topo */
    gap: var(--spacing-sm);
  }

  /* Divide o espaço em 50/50 */
  .worksImage,
  .workstext {
    flex: 1;
    max-width: 50%;
  }
}

/* ========================================= */
/* 2. ESTILIZAÇÃO DA IMAGEM (WORKSIMAGE)     */
/* ========================================= */

/* Contêiner do Quadro Azul (Background) */
.worksImage {
  position: relative;
  text-align: left;

  /* Altura Mínima para visualizar o quadro e posicionar a engrenagem */
  min-height: 400px;

  /* Configuração do fundo (Quadro Azul) */
  /*background-image: url('../imgs/quadro-azul.webp');*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Imagem da Engrenagem (quadro_engrenagem.webp) - Posicionamento Absoluto */
.worksImage img {
  position: absolute;

  /* Ajustes de Tamanho e Centralização sobre o background azul */
  width: 90%;
  height: auto;
  max-width: 506px; /* Limite superior para telas muito grandes */

  top: 50%;
  left: 50%;
  transform: translate(
    -50%,
    -50%
  ); /* Centraliza a imagem em relação ao worksImage */

  display: block;
  margin: 0;
  border-radius: 20px;
}

/* .worksImage:hover {
    transform: translateY(-5px);
} */

/* ========================================= */
/* 3. ESTILIZAÇÃO DOS TÍTULOS E TEXTO        */
/* ========================================= */

.section-title-how {
  /* "Conecte tudo em um só lugar." (Cor Azul) */
  color: var(--color-van);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 var(--spacing-xs) 0;
  text-align: left;
}

.section-title-works {
  /* "Saiba como tudo funciona:" (Cor Escura) */
  color: var(--text-dark);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 var(--spacing-md) 0;
  text-align: left;
}

/* ========================================= */
/* 4. TIMELINE (PASSOS E CONEXÃO VERTICAL)   */
/* ========================================= */

.steps-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.step-item {
  display: flex; /* Alinha o círculo e o texto lado a lado */
  align-items: flex-start; /* Alinha o círculo com o topo do texto */
  position: relative;
  margin-bottom: var(--spacing-md);
  padding-left: 0;
}

.step-item:hover {
  transform: translateY(-5px);
}

/* Círculo (step-circle) */
.step-circle {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--color-van);
  color: var(--text-light);
  font-size: 1.2rem;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  box-shadow: none;
  z-index: 10;
}

.step-content {
  margin-left: var(--spacing-md);
  text-align: left;
}

.step-content:hover {
  transform: translateY(-5px);
}

/* Título (H3) dentro do Passo */
.step-item h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-van); /* Cor Azul */

  /* Para o sublinhado cinza que você mencionou: */
  border-bottom: 2px solid #e0e0e0;
  /* padding-bottom: var(--spacing-xs);  */
  /* margin-bottom: var(--spacing-sm);  */
}

/* Parágrafo (P) dentro do Passo */
.step-item p {
  font-size: 0.88rem;
  line-height: 1.2;
  color: var(--text-dark);
}

/* LINHA DE CONEXÃO VERTICAL (TIMELINE) */

.step-item::before {
  content: '';
  position: absolute;
  /* Centralizado horizontalmente no círculo (38px / 2 = 19px) */
  left: 19px;
  width: 2px;
  background-color: var(--color-van);
  z-index: 5;
}

/* Linha para todos os itens, exceto o último (para evitar linha extra no final) */
.step-item:not(:last-child)::before {
  top: 38px; /* Começa na parte inferior do círculo */
  /* bottom: 0; faz a linha ir até o final do step-item */
  bottom: calc(
    0px - var(--spacing-md)
  ); /* Ajuste a linha para terminar no topo do próximo círculo */
}
/* ########################### */
.section-title-how,
.section-title-works {
  text-align: left;
  color: var(--text-dark);
  margin: o auto;
  font-weight: 700;
}

.section-title-works {
  color: var(--color-van);
}
/* ########################### */

/* --- 9. Seção Suporte Completo (.full-support) --- */
.full-support {
  /* Adiciona o gradiente linear de cima para baixo */
  background-image: linear-gradient(
    to bottom,
    /* Direção: De cima para baixo */ #ffffff 0%,
    /* Inicia com Branco (#fff) no topo (0%) */ var(--bg-secondary) 80%
      /* Transiciona para o Cinza Claro (var(--bg-secondary)) em 80% da altura */
  ) !important;
}

.fullSuport {
  display: flex;
  padding-right: 20px;
}

.fullSuport h2 {
  flex: 1;
  max-width: 75%;
  text-align: left;
  border-right: solid 4px var(--color-van);
}

.buttomFullSuport {
  flex: 1;
  max-width: 25%;
  align-content: center;
}

.fullSuport a {
  height: fit-content;
  margin-left: 20px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing-md);
  margin-top: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
}

.support-item {
  background-color: var(--bg-light);
  border: 1px solid var(--color-van);
  padding: var(--spacing-md);
  border-radius: 20px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.support-item:hover {
  transform: translateY(-5px);
}

.support-item h3 {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
  margin-bottom: var(--spacing-xs);
  color: var(--text-dark);
  line-height: 1.1;
}

.support-item p {
  color: var(--text-dark);
  line-height: 1.1;
}

/* --- 10. Seção Impacto (.impact) --- */
.impact {
  background-color: var(--bg-secondary);
}

.impact-list {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
  /* margin: 0 auto; */
  margin: 0;
  /* flex-wrap: wrap;  */
}

.impact-item-title {
  /* flex: 1 1 300px;
    text-align: center;
    padding: var(--spacing-sm) 0;
    border-radius: 20px; */

  /* Ocupa as 2 primeiras colunas (colunas 1 e 2) */
  /* grid-column: 1 / 3;  */
  /* Ocupa 2 linhas para que os boxes possam se alinhar ao lado */
  /* grid-row: 1 / 3;  */

  /* Ajuste de alinhamento vertical dentro das duas linhas que ele ocupa */
  align-self: center;

  text-align: left;
}

.impact-item-title h2 {
  color: var(--color-van);
  line-height: 1.4;
  text-align: left;
  margin-bottom: var(--spacing-md);
  font-weight: normal;
  /* max-width: 500px; */
  max-width: none; /* Deixa o grid controlar a largura */
}

.impact-item-title p {
  color: var(--text-dark);
  line-height: 1.1;
  text-align: left;
  font-size: 1rem;
}

.step-squad {
  width: 65px;
  /* min-width: 138px;  */
  height: 65px;
  border-radius: 25%;
  background-color: var(--color-van);
  color: var(--text-light);
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-shadow: none;
  /* z-index: 10;  */
  /* position: relative; */

  position: absolute;
  top: -25px; /* Joga para cima pela metade de sua altura */

  /* Ajuste o 'left' para posicionar horizontalmente. Se o padding-left do .impact-item for var(--spacing-lg) (ex: 32px), 
       defina o left para o valor negativo da margem + um pequeno ajuste, ou use a posição absoluta para o centro: */

  /* left: var(--spacing-lg); Começa no mesmo ponto do padding lateral */
  left: 12px;
  transform: translateX(
    -50%
  ); /* Move 50% de sua própria largura para a esquerda */

  z-index: 100;
}

.impact-item {
  /* flex: 1 1 300px; */
  text-align: center;
  /* padding: var(--spacing-sm) 60px; */
  background-color: var(--bg-light);
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);

  /* CHAVE: Define o contêiner de referência */
  position: relative;

  /* Ajuste o padding superior para empurrar o conteúdo abaixo do quadrado flutuante */
  /* padding-top: calc(138px / 2 + var(--spacing-md));  */
  padding-top: calc(40px / 2 + var(--spacing-md));

  /* Ajuste o padding lateral para garantir espaço à esquerda do conteúdo (onde o quadrado vai flutuar) */
  padding-left: var(--spacing-it); /* Use uma variável para o padding lateral */
  padding-right: var(--spacing-lg);
  padding-bottom: var(--spacing-lg); /* Padding para o fundo do box */

  /* Removido: flex: 1 1 300px; */
}

.impact-item:hover {
  transform: translateY(-5px);
}

.impact-item h3 {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-bold);
  font-size: 1.2rem;
  color: var(--color-van);
  margin-bottom: var(--spacing-md);
  line-height: 1.1;
  text-align: left;
}

.impact-item p {
  display: flex;
  color: var(--text-dark);
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.1;
  justify-content: center;
  margin-bottom: var(--spacing-md);
}

.item-1 p {
  margin-bottom: 0;
}

.impact-item .fa-solid {
  z-index: 100;
  position: relative;
  font-size: 35px;
  margin: 0;
}

/* --- 11. Resultados (.footer-cta) --- */
.resultados > .container {
  display: flex;
  align-items: center; /* Alinha as duas colunas verticalmente no centro */
  gap: var(--spacing-lg);
}

.result-list {
  flex: 1 1 65%;
  /* text-align: center;
    padding: var(--spacing-sm) 60px;
    background-color: var(--bg-light);
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
}

.buttomEspecialista {
  flex: 1 1 35%;
  /* text-align: center;
    padding: var(--spacing-sm) 60px;
    background-color: var(--bg-light);
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
}

.result-list h2 {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-bold);
  font-size: 2.6rem;
  color: var(--color-van);
  /* margin-bottom: var(--spacing-md); */
  margin: 120px 0;
  line-height: 1.1;
  text-align: left;
}

.buttomEspecialista {
  text-align: center;
}

.buttomEspecialista p {
  display: block;
  color: var(--text-dark);
  font-size: 1rem;
  text-align: left;
  line-height: 1.1;
  /* justify-content: center; */
  /* margin: 0 auto var(--spacing-md) auto; */
  margin-bottom: var(--spacing-md);
  max-width: 450px;
}

.buttomEspecialista a {
  display: flex;
  justify-content: left;
  width: fit-content;
}

/* --- 12. Seção Blog --- */

/* --- 13. Seção Feedback1 --- */
.feedComplet {
  justify-items: center;
}

.feedback-list {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-bold);
  font-size: 1.3rem;
  color: var(--text-dark);
  margin-bottom: var(--spacing-md);
  line-height: 1.1;
  text-align: center;
  max-width: 900px;
  display: flex;
  justify-content: center;
}

/* --- 13. Depoimentos --- */
.contatoDepoim {
  display: flex;
}

.contatoDepoim:hover {
  transform: translateY(-5px);
}

.dataContato {
  display: block;
  margin-left: 30px;
  align-content: center;
}

.titulo-equipe {
  color: black !important;
}

.equipe-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); */
  grid-template-columns: 1fr 60px 1fr;
  gap: 30px;
  /* margin-bottom: 30px; */
  align-items: start;
}
.membro-equipe {
  text-align: center;
  background-color: rgba(
    255,
    255,
    255,
    0.05
  ); /* Leve destaque no fundo escuro */
  padding: 20px;
  border-radius: var(--tamanho-borda-radius);
  display: grid;
}

.membro-equipe img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid var(--cor-destaque-laranja);
  justify-self: center;
}
.membro-equipe h3 {
  color: var(--color-van);
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.2;
}

.membro-equipe h4 {
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 10px;
  font-size: 1rem;
  color: var(--text-dark);
  text-align: left;
}

.membro-equipe p {
  font-size: 1rem;
  color: black;
  text-align: start;
  line-height: 1.2;
  margin-bottom: var(--spacing-xl);
}

.texto-final-sobre {
  /* margin-top: 30px;  */
  font-size: 1.1rem;
  color: var(--cor-destaque-laranja) !important;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

.contatoDepoim .aspas {
  display: flex;
}

.aspas {
  color: var(--color-van);
  font-size: 3rem;
}

.quotes {
  font-size: 7rem;
  font-weight: bold;
  color: var(--color-van);
  height: 112px;
}

.line {
  width: 2px;
  height: 243px;
  background-color: #ccc;
  /* margin-top: 8px; */
  justify-self: center;
}
/* --- 14. Seção CTA de Rodapé (.footer-cta) --- */

footer {
  max-width: 1300px;
  margin: 0 auto;
  /* padding: 20px 20px 0 20px; */
  padding: 20px 0 !important;
  box-sizing: border-box;
  /* Estilos de aparência */
  /* background-color: #f0f0f0; */
  color: #666;
  text-align: center;
  /* border-top: 1px solid #eee; */
  margin-top: auto; /* Empurra o rodapé para baixo dentro do flex container */
  width: 100%;
  border-radius: 27px;
}

.logo-footer {
  margin-top: 15px;
  display: flex;
  justify-content: left;
}

.logo-footer img {
  max-width: 7rem;
  height: auto;
  margin-bottom: 10px;
}

.main-footer {
  display: flex;
  background-color: var(--color-van);
  color: var(--color-light);
  padding: 0px 20px 10px 20px;
  font-size: 0.9em;
  border-radius: 17px;
}

.main-footer:hover {
  transform: translateY(-5px);
}

.footer-container {
  /* Mude este se você quiser que o footer-container seja o limitado */
  /* max-width: 1300px; */
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  /*display: grid;*/
  /* flex-wrap: wrap; */
  /*justify-content: space-between;*/
  /*gap: 15px;*/
}

.footer-info {
  max-width: 400px;
}

.footer-nav {
  display: grid;
  /* width: 350px; */
  /* width: fit-content; */
  min-width: fit-content;
  align-content: center;
  /* padding-bottom: 6px; */
  line-height: 1.4;
  margin-top: 16px;
  text-align: left;
}

.footer-nav a {
  margin: 0 10px 8px 0;
}

.footer-info p {
  margin: 5px 0;
}

.social-icons {
  width: 50%;
  display: flex;
}

.social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--color-secondary);
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 15px;
  /* Simulação de ícones, use fontes de ícones reais em produção */
  font-style: normal;
  font-weight: bold;
}

.footer-nav h4 {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: var(--bg-light);
}

/* .footer-nav ul {
  list-style: none;
} */

/* .footer-nav li {
  margin-bottom: 8px;
} */

.copyright {
  text-align: center;
  padding-top: 15px;
  font-size: 0.8em;
}

.line2Footer {
  display: flex;
  align-items: center;
}

.line2Footer .fa-brands {
  font-size: 1.3em;
  margin-right: 20px;
}

.line2Footer a {
  font-size: 1.2rem;
}

.line3Footer p,
.line3Footer {
  text-align: left;
  color: var(--bg-light);
}

.line3Footer p:hover {
  color: var(--primary-color);
}

/* --- 12. Media Queries (Responsividade) --- */
/* --- 2. CSS MOBILE (Até 992px) --- */ 
@media (max-width: 992px) {
  .header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mobile-menu-btn {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
    /* Garante que o botão seja visível contra o fundo */
    padding: 5px;
  }

  .mobile-menu-btn .bar {
    width: 30px;
    height: 3px;
    background-color: white; /* Ajuste se seu header for claro */
  }

  .main-nav {
    display: flex;
    flex-direction: column;
    position: fixed; /* Fixa na tela toda */
    top: 120px;
    right: -100%; /* Escondido */
    /*width: 150px; /* Largura da "gaveta" */
    /* height: 100vh; */
    /* background-color: #1a1bad; */
    background-color: #fff;
    z-index: 1050;
    transition: right 0.4s ease;

    /* Alinhamento interno */
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-right: 0;
    border-radius: 20px 0 0 20px;
    padding-top: 10px;
  }

  /* ESTADO ATIVO */
  .main-nav.active {
    right: 0 !important; /* Aparece colado na direita */
  }

  .nav-link {
    color: var(--color-van);
    font-size: 0.75rem;
    display: block;
  }

  .btnDemons {
    font-size: 0.85rem;
    margin: 0 10px 6px;
  }

  .contato {
    margin-right: 0px !important;
  }

 /* .hide-mobile {
    display: none !important;
  } */
}

@media (max-width: 800px) {
  .container {
    padding: var(--spacing-sm) 0;
  }

  .section {
    padding: var(--spacing-md) 0;
  }

  .titlePlataf h2 {
    margin-bottom: var(--spacing-sm);
  }

  .hero > .container {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    padding-right: 0;
    order: 2; /* Move o conteúdo abaixo da imagem no mobile */
  }

  .hero-image {
    order: 1; /* Move a imagem para o topo no mobile */
    height: 250px;
    margin-bottom: var(--spacing-md);
  }

  .main-title {
    font-size: 2.2rem;
  }

  .features-list {
    gap: var(--spacing-sm);
  }

  .feature-card {
    padding: 30px 10px;
  }

  .feature-card h3 {
    font-size: 1rem;
  }

  .segmentation-buttons {
    flex-direction: column;
  }

  .btn-outline {
    width: 100%;
    margin-bottom: var(--spacing-xs);
  }

  .steps-container {
    flex-direction: column;
  }

  /* Remove a linha conectora no mobile */
  .steps-container::before {
    display: none;
  }

  .logos-grid {
    /* Para telas menores, volte para 2 ou 1 coluna para evitar quebras */
    grid-template-columns: repeat(2, 1fr); /* 2 colunas no mobile */
  }

  .hero-description {
    line-height: 1.2;
  }

  .fullSuport h2 {
    line-height: 1.3;
    padding-right: 20px;
  }

  .step-squad {
    width: 55px;
    height: 55px;
  }

  .impact-item {
    padding-top: calc(40px / 2 + var(--spacing-sm));
  }

  .impact-item .fa-solid {
    font-size: 30px;
  }

  .impact-item-title h2,
  .impact-item h3 {
    margin-bottom: var(--spacing-sm);
  }
}

/* Ajustes para Desktop/Tablet *
  @media (min-width: 801px) {
    .main-nav {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: var(--spacing-md);
      margin-bottom: 0;
      position: absolute;
      top: var(--spacing-md);
      right: 5%;
      width: auto;
      } */
@media (min-width: 801px) {
  /* .main-nav {
          display: flex;
          justify-content: flex-end; /* Opcional: Garante que os links fiquem na direita *
          align-items: center;
          gap: var(--spacing-md);
          margin-bottom: 0;
          position: absolute;
          right: 30%;
          width: auto;
          margin-right: 40px;
        } */

  .hero > .container {
    padding-top: var(--spacing-sm);
    /*padding-bottom: var(--spacing-lg);*/
  }

  /* Adiciona a linha conectora visualmente (ajustes finais) */
  /* .steps-container {
          position: relative;
          }
          
          .step-item:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 30px; /* Metade da altura do círculo *
            right: -30px; /* Metade do gap *
            width: calc(100% - 60px); /* Ajusta o tamanho da linha *
            height: 2px;
            background-color: var(--border-color);
            z-index: 0;
            }
            .step-item:not(:last-child) {
              margin-right: 60px; /* Garante o espaço para a linha *
              }
              
              .step-item .step-circle {
                z-index: 2; /* Garante que o círculo esteja acima da linha *
                position: relative;
                } */
}

@media (max-width: 658px) {
  .result-list h2 {
    font-size: 1.8rem;
  }

  .benefBlock a {
    font-size: 0.75rem;
  }

  .fullSuport {
    display: block;
    padding-right: 0;
  }

  .fullSuport a {
    margin-left: 0;
  }

  .fullSuport h2 {
    max-width: 100% !important;
    border: none;
    padding-right: 0;
    text-align: center;
  }

  .buttomFullSuport {
    max-width: 100% !important;
    margin-top: 30px;
  }

  .support-item h3 {
    text-align: center;
    font-size: .9rem;
  }
  
  .support-item p {
    text-align: center;
    font-size: .85rem;
  }

  .support-item {
    padding: var(--spacing-sm);
  }

  .fullSuport h2 {
    font-size: 1.2rem;
  }

  .fullSuport a {
    font-size: 0.8rem;
  }

  .support-grid {
    justify-self: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .impact-list {
    display: block;
  }

  .impact-item {
    padding-right: var(--spacing-it);
  }

  .step-squad {
    margin-left: 19px;
  }

  .impact-item-title {
    margin-bottom: var(--spacing-lg);
    /* padding-right: var(--spacing-it); */
    padding-right: 0;
  }

  .impact-item-title h2 {
    text-align: center;
  }
  
  .impact-item p {
    margin-bottom: 0;
  }

  .impact-item-title p {
    text-align: center;
  }

  .result-list h2 {
    font-size: 1.4rem;
    text-align: center;
    margin: 60px 0;
  }

  .buttomEspecialista p {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 50px;
  }

  .buttomEspecialista a {
    /* justify-self: center; */
    font-size: .85rem;
    margin: 0 auto;
  }

  .pointers {
    display: block !important;
  }

  .slide h3 {
    font-size: 1.2rem !important;
  }

  .slide .read-more,
  .slide p {
    font-size: .85rem !important;
  }
}

@media (max-width: 576px) {
  .benefContainer {
    display: block;
  }

  .benefBlock {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
  }

  .benefBlock h2 {
    line-height: 1.1;
  }

  .benefBlock a {
    margin: 0 0 40px 0;
  }

  .btn-desktop-only {
    display: none !important;
  }

  /* Mostra o botão que está no final da página */
  .btn-mobile-only {
    display: block !important;
    /* width: fit-content;
    text-align: center;
    margin-top: 40px; /* Afasta um pouco dos cards *
    justify-self: center; */
    margin: 40px auto 0;
  }

  .impacto {
    padding: 0 !important;
  }

  .impact {
    padding-top: 0;
  }

  .impact-item-title h2 {
    line-height: 1.2;
    font-size: 1.2rem;
  }

  .impact-item h3 {
    font-size: 1rem;
  }

  .impact-item p {
    font-size: 0.85rem;
  }
  
  .impact-item .fa-solid {
    font-size: 27px;
  }
  
  .step-squad {
      width: 50px;
      height: 50px;
    }
}

@media (max-width: 540px) {
    .btn {
        font-size: .7rem;
        padding: 12px 12px;
    }
    
    .footer-nav h4 {
      font-size: 1rem;
    }

    .line3Footer p,
    .footer-nav a {
      font-size: .7rem;
    }
  }

@media (max-width: 480px) {
  .back-to-top {
    display: none;
  }

  .line2Footer {
        display: block;
  }

  .footer-info, .footer-nav {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .main-title {
    font-size: 1.5rem;
  }

  .hero-description {
    line-height: 1.2;
    font-size: 1rem;
  }

  .topHeader img {
    max-width: 8.5rem;
  }

  .benefBlock h2,
  .section-title h2 {
    font-size: 1.2rem;
  }

  .benefBlock p {
    font-size: 0.85rem;
  }

  .benefBlock h2,
  .benefBlock p {
    margin-bottom: var(--spacing-sm);
  }

  .how-it-works {
    padding: 0 !important;
  }

  .full-support {
    padding-top: 0;
  }

  .fullSuport h2 {
    line-height: 1.2;
    font-size: 1.2rem;
  }

  .line2Footer {
    margin-top: 20px;
  }

  .footer-container {
    gap: 0;
  }

  .logo-footer {
    justify-content: center;
  }

  .footer-nav {
    margin: 0 auto;
  }

  .footer-nav a {
    margin-right: 0px;
  }

  .main-footer {
    display: grid;
  }

  .social-icons {
    margin-top: 5px;
    justify-content: center;
  }

  .line3Footer p {
    text-align: center;
  }

  footer {
    padding: 15px 10px;
    max-width: 100%;
  }
}

@media (max-width: 391px) {
    .topHeader img {
        max-width: 7.5rem;
    }

    .btn {
      font-size: .65rem;
      padding: 10px;
    }
}

@media (max-width: 376px) {
  .topHeader img {
    max-width: 6rem;
  }

  .features-list {
    gap: var(--spacing-sm);
  }

  .feature-card h3 {
    font-size: 0.85rem;
  }

  .feature-card p {
    font-size: 0.7rem;
  }

  .fa-solid,
  .fas {
    font-size: 30px;
  }

  .btn-mobile-only {
    font-size: 0.9rem;
  }
}

@media (max-width: 361px) {
 .footer-container {
    padding: 0;
  }

 .line3Footer p, .footer-nav a {
    font-size: .65rem;
    }
}
