/* ==========================================================================
   INFINITY CONTABILIDADE & CONSULTORIA - STYLES
   Palette: Dark Blue (#0a111e, #0e182a), Pure White (#ffffff), Warm Gold (#d4af37, #f3e5ab)
   ========================================================================== */

:root {
    --bg-dark-primary: #0a111e;
    --bg-dark-secondary: #121e33;
    --bg-card-dark: #182742;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    
    --text-light: #f1f5f9;
    --text-muted: #94a3b8;
    --text-dark: #1e293b;
    --text-dark-muted: #64748b;

    --gold-primary: #d4af37;
    --gold-light: #f3e5ab;
    --gold-hover: #b89528;
    --gold-gradient: linear-gradient(135deg, #f3e5ab 0%, #d4af37 50%, #aa820a 100%);

    --font-heading: 'Cinzel', serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;

    --transition: all 0.3s ease;
    --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.25);
    --shadow-glow: 0 0 20px rgba(212, 175, 55, 0.2);
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ==========================================================================
   CORREÇÃO GLOBAL DE LAYOUT PARA DISPOSITIVOS MÓVEIS (PREVENÇÃO DE OVERFLOW)
   ========================================================================== */

/* Garante que nenhum elemento estoure a largura da tela na horizontal */
html, body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

/* Ajusta o espaçamento das seções para mobile */
@media (max-width: 768px) {
    .section {
        padding: 50px 0 !important; /* Reduz o padding de 100px para 50px */
    }

    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    /* Impede que inputs, cards ou formulários ultrapassem a tela */
    *, *::before, *::after {
        max-width: 100%;
    }
}
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3, .brand-title {
    font-family: var(--font-heading);
    letter-spacing: 0.5px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

/* Typography & Accent Helpers */
.gold-gradient-text {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subhead-gold {
    color: var(--gold-primary);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.section-desc {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 700px;
    margin: 0 auto;
}

.title-divider {
    width: 60px;
    height: 3px;
    background: var(--gold-gradient);
    margin: 20px auto 0;
    border-radius: 2px;
}

.text-center { text-align: center; }
.mt-4 { margin-top: 1.5rem; }
.font-sm { font-size: 0.85rem; }
.text-gold-subtle { color: var(--gold-light); opacity: 0.8; }

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--transition);
}

.btn-gold {
    background: var(--gold-gradient);
    color: #0d1527;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.45);
}

.btn-outline {
    border-color: var(--gold-primary);
    color: var(--gold-light);
    background: transparent;
}

.btn-outline:hover {
    background: rgba(212, 175, 55, 0.1);
    color: #fff;
}

.btn-sm { padding: 8px 18px; font-size: 0.85rem; }
.btn-lg { padding: 15px 32px; font-size: 1rem; }
.btn-xl { padding: 18px 40px; font-size: 1.1rem; }
.btn-block { width: 100%; }

/* Header & Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: rgba(10, 17, 30, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.navbar.scrolled {
    padding: 12px 0;
    background: rgba(10, 17, 30, 0.98);
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-symbol {
    font-size: 2.2rem;
    color: var(--gold-primary);
    line-height: 1;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}

.brand-subtitle {
    font-size: 0.6rem;
    color: var(--gold-light);
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    gap: 28px;
}

.nav-link {
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 500;
    position: relative;
}

.nav-link:hover, .nav-link.active {
    color: var(--gold-primary);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--gold-primary);
    transition: var(--transition);
}

.nav-link:hover::after, .nav-link.active::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--gold-primary);
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (NAVBAR)
   ========================================================================== */
@media (max-width: 992px) {
    .mobile-toggle {
        display: block;
    }

    .btn-nav {
        display: none;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(10, 17, 30, 0.98);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        border-bottom: 1px solid rgba(212, 175, 55, 0.3);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        
        display: flex;
        flex-direction: column;
        align-items: center; /* Centraliza os textos */
        
        /* Oculto por padrão */
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .nav-links.active {
        max-height: 380px; /* Limita o tamanho ao conteúdo dos links */
        opacity: 1;
        pointer-events: auto;
        padding: 20px 0;
    }

    .nav-link {
        display: block;
        padding: 10px 0;
        width: 100%;
        text-align: center; /* Garante alinhamento central dos links */
        font-size: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    }

    .nav-link:last-child {
        border-bottom: none;
    }

    .nav-link:hover, 
    .nav-link.active {
        background: rgba(212, 175, 55, 0.1);
        padding-left: 0; /* Remove o deslocamento lateral antigo */
    }

    .nav-link::after {
        display: none;
    }
}


/* =========================================================
   LOGO DO CABEÇALHO
   ========================================================= */

.logo-symbol {
    display: flex;
    align-items: center;
}

.logo-symbol img {
    height: 40px;
    width: auto;
    object-fit: contain;
    display: block;
}


/* =========================================================
   HERO SECTION
   ========================================================= */

.hero-section {
    position: relative;
    padding: 170px 0 100px;
    background: radial-gradient(
        circle at 50% 20%,
        #172847 0%,
        #0a111e 70%
    );
    overflow: hidden;
}

.hero-container {
    position: relative;
    z-index: 2;
    text-align: center;
}


/* =========================================================
   HERO BADGE
   ========================================================= */

.hero-badge {
    margin-bottom: 20px;
}

.badge-gold {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    border: 1px solid var(--gold-primary);
    background: rgba(212, 175, 55, 0.1);
    color: var(--gold-light);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
}


/* =========================================================
   TÍTULO E SUBTÍTULO
   ========================================================= */

.hero-title {
    font-size: 3.2rem;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto 20px;
    color: #ffffff;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 750px;
    margin: 0 auto 35px;
    font-weight: 300;
    line-height: 1.7;
}

.hero-subtitle strong {
    color: #ffffff;
}


/* =========================================================
   BOTÕES
   ========================================================= */

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}


/* =========================================================
   DESTAQUES
   ========================================================= */

.hero-highlights {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-light);
}

.highlight-item i {
    color: var(--gold-primary);
}


/* =========================================================
   BANNER DOS PILARES
   ========================================================= */

.pillars-banner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    background: rgba(18, 30, 51, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);

    padding: 15px 35px;

    /* Desktop arredondado */
    border-radius: 50px;

    box-shadow: var(--shadow-glow);

    flex-wrap: wrap;
}


/* =========================================================
   ITENS DOS PILARES
   ========================================================= */

.pillar-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pillar-num {
    color: var(--gold-hover);
    font-weight: 700;
    font-size: 0.85rem;
}

.pillar-name {
    font-family: var(--font-heading);
    letter-spacing: 2px;
    font-size: 0.9rem;
    font-weight: 600;
}

.pillar-arrow {
    color: var(--gold-hover);
    font-size: 0.75rem;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 992px) {

    .hero-section {
        padding: 150px 0 80px;
    }

    .hero-title {
        font-size: 2.7rem;
        padding: 0 20px;
    }

    .hero-subtitle {
        padding: 0 20px;
    }

    .pillars-banner {
        gap: 15px;
        padding: 15px 25px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .hero-section {
        padding: 130px 0 70px;
    }

    .logo-symbol img {
        height: 35px;
    }

    .hero-title {
        font-size: 2.2rem;
        line-height: 1.25;
        padding: 0 15px;
    }

    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.7;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 45px;
    }

    .hero-highlights {
        gap: 15px;
        margin-bottom: 35px;
        padding: 20px 15px 0;
    }

    .highlight-item {
        font-size: 0.85rem;
    }


    /* =========================================
       PILARES NO MOBILE
       SEM BORDAS ARREDONDADAS
       ========================================= */

    .pillars-banner {
        width: 100%;
        display: flex;

        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 14px;

        padding: 20px;

        /* REMOVE O ARREDONDAMENTO */
        border-radius: 0;

        box-sizing: border-box;
    }

    .pillar-item {
        justify-content: center;
    }

    .pillar-arrow {
        display: none;
    }

}


/* =========================================================
   CELULARES PEQUENOS
   ========================================================= */

@media (max-width: 480px) {

    .hero-section {
        padding: 115px 0 60px;
    }

    .logo-symbol img {
        height: 32px;
    }

    .hero-title {
        font-size: 1.85rem;
        padding: 0 10px;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        padding: 0 10px;
    }

    .badge-gold {
        font-size: 0.65rem;
        padding: 6px 12px;
        letter-spacing: 1px;
    }

    .hero-highlights {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .highlight-item {
        font-size: 0.8rem;
    }


    /* Banner continua reto */
    .pillars-banner {
        width: 100%;
        border-radius: 0;
        padding: 18px 15px;
        gap: 12px;
    }

    .pillar-name {
        font-size: 0.8rem;
        letter-spacing: 1.5px;
    }

    .pillar-num {
        font-size: 0.8rem;
    }

}
/* Sections */
.section {
    padding: 100px 0;
}

.section-dark {
    background-color: var(--bg-dark-primary);
}

.section-light {
    background-color: #f1f5f9;
    color: var(--text-dark);
}

.section-light .section-title {
    color: var(--text-dark);
}

.section-light .section-desc {
    color: var(--text-dark-muted);
}

/* 2. Quem Somos */
/* --- RESET FORÇADO DO HERO --- */
#home.hero-section,
.hero-section.hero-light {
  background-color: #f4f5f7 !important;
  background: #f4f5f7 !important;
  padding-top: 110px !important;
  padding-bottom: 0 !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

/* Força remoção de overlays e sombras que deixavam a tela escura */
#home.hero-section::before,
#home.hero-section::after,
.hero-section *::before,
.hero-section *::after {
  background-color: transparent !important;
}

/* ESTRUTURA DOS CONTAINERS */
.hero-container {
  max-width: 1400px !important;
  margin: 0 0 0 auto !important;
  padding: 0 0 0 40px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

/* TEXTOS E CORES DA ESQUERDA */
.hero-text-col {
  flex: 1 !important;
  max-width: 600px !important;
  padding-bottom: 40px !important;
  padding-top: 20px !important;
  color: #111111 !important;
}

.hero-badge {
  display: inline-block !important;
  background-color: #e8dec8 !important;
  border-radius: 20px !important;
  padding: 6px 16px !important;
  margin-bottom: 20px !important;
}

.hero-badge span {
  color: #a37a2c !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}

.hero-title {
  font-size: 2.6rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #111111 !important;
  margin-bottom: 20px !important;
}

.gold-text {
  color: #c9a25d !important;
}

.hero-subtitle {
  font-size: 1.05rem !important;
  color: #444444 !important;
  line-height: 1.6 !important;
  margin-bottom: 30px !important;
}

/* BOTÕES */
.hero-buttons {
  display: flex !important;
  gap: 15px !important;
  margin-bottom: 30px !important;
  flex-wrap: wrap !important;
}

.btn-gold {
  background-color: #c9a25d !important;
  color: #ffffff !important;
  border: 1px solid #c9a25d !important;
  padding: 14px 26px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.btn-outline {
  background-color: transparent !important;
  color: #111111 !important;
  border: 1px solid #bbbbbb !important;
  padding: 14px 26px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.hero-locations {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 0.82rem !important;
  color: #555555 !important;
}

.icon-gold {
  color: #c9a25d !important;
}

/* FOTO INTEGRAL DA DIREITA */
/* FOTO PREENCHENDO 100% DA ALTURA (GRANDE E SEM CORTAR A CABEÇA) */
.hero-image-col {
  flex: 1.2 !important; /* Aumenta a largura da foto */
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-end !important;
  position: relative !important;
  height: 600px !important; /* Força a altura exata do Hero */
  margin: 0 !important;
  padding: 0 !important;
  filter: drop-shadow(-8px 0px 0px #c9a25d) !important;
}

.hero-img-full {
  width: 100% !important;
  height: 100% !important; /* Ocupa do topo até a barra preta */
  display: block !important;
  object-fit: cover !important; /* Preenche sem encolher */
  object-position: top center !important; /* Garante as cabeças visíveis */
  border-radius: 0 !important;
  /* Recorte em onda lateral no lado esquerdo */
  clip-path: polygon(
    10% 0%, 
    100% 0%, 
    100% 100%, 
    0% 100%, 
    8% 70%, 
    0% 40%, 
    8% 15%
  ) !important;
}

/* RESPONSIVO */
@media (max-width: 992px) {
  .hero-image-col {
    filter: none !important;
    width: 100% !important;
    height: auto !important;
    justify-content: center !important;
  }

  .hero-img-full {
    clip-path: none !important;
    border-radius: 12px !important;
    height: auto !important;
  }
}

/* BARRA PRETA DE ESTATÍSTICAS */
.hero-stats-bar {
  background-color: #0b0b0b !important;
  padding: 22px 0 !important;
  width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
}

.stats-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  padding: 0 20px !important;
}

.stat-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.stat-icon {
  color: #c9a25d !important;
  font-size: 1.6rem !important;
}

.stat-info strong {
  font-size: 0.88rem !important;
  color: #ffffff !important;
  display: block !important;
}

.stat-info span {
  font-size: 0.7rem !important;
  color: #888888 !important;
  display: block !important;
}

.stat-divider {
  width: 1px !important;
  height: 30px !important;
  background-color: #222222 !important;
}

/* RESPONSIVIDADE (MOBILE E TABLET) */
@media (max-width: 992px) {
  .hero-container {
    flex-direction: column !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
  }

  .hero-text-col {
    max-width: 100% !important;
    text-align: center !important;
  }

  .hero-buttons, .hero-locations {
    justify-content: center !important;
  }

  .hero-image-col {
    width: 100% !important;
    justify-content: center !important;
  }

  .stats-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .stat-divider {
    display: none !important;
  }
}

@media (max-width: 576px) {
  #home.hero-section {
    padding-top: 100px !important;
  }

  .hero-title {
    font-size: 1.8rem !important;
  }

  .hero-buttons {
    flex-direction: column !important;
  }

  .btn-gold, .btn-outline {
    width: 100% !important;
    text-align: center !important;
  }

  .stats-container {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .stat-item {
    justify-content: center !important;
  }
}



/*nossa equipe*/

 .mt-4{
color: #dfe1e7;
 }

 .section-titlee{
    color: white;
 }


/* Reseta margens para evitar quebras */
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Garante que a Hero Section ocupe 100% sem sofrer interferência */
.hero-section {
  width: 100% !important;
  display: block !important;
}

/* CONTAINER EM DUAS COLUNAS (ABAIXO DO HERO) */
.layout-abaixo-hero {
  display: flex;
  gap: 40px;
  max-width: 1350px;
  margin: 40px auto;
  padding: 0 20px;
  align-items: flex-start;
}

/* COLUNA DA ESQUERDA (O CARD LATERIAL) */
.coluna-card-fixo {
  width: 350px;
  flex-shrink: 0; /* Impede o card de espremer */
  position: sticky;
  top: 100px; /* Distância do topo ao rolar a página */
  z-index: 100;
}

/* ESTILIZAÇÃO COMPLETA DO CARD INFINITY */
.card-infinity {
  background: #ffffff;
  padding: 32px 24px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.card-img-top {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.card-infinity h2 {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.35;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.card-infinity h2 span {
  color: #c5a059; /* Dourado */
}

.card-infinity p {
  font-size: 0.88rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.card-infinity .btn-card {
  display: block;
  text-align: center;
  padding: 12px 10px;
  border: 1.5px solid #c5a059;
  color: #111111;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.card-infinity .btn-card:hover {
  background-color: #c5a059;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(197, 160, 89, 0.3);
}

.card-divisor {
  height: 1px;
  background: linear-gradient(to right, transparent, #c5a059, transparent);
  margin: 28px 0;
}

/* COLUNA DA DIREITA (CONTEÚDO DO SITE) */
.coluna-conteudo-principal {
  flex: 1;
  min-width: 0; /* Previne estouro de layout */
}

/* AJUSTE PARA DISPOSITIVOS MÓVEIS (CELULARES/TABLETS) */
@media (max-width: 992px) {
  .layout-abaixo-hero {
    flex-direction: column;
  }
  
  .coluna-card-fixo {
    width: 100%;
    position: relative;
    top: 0;
  }
}


/* 1. Garante que nada no pai quebre o efeito sticky */
body, 
html, 
.layout-abaixo-hero {
  overflow: visible !important;
}

/* 2. Container ajustado para esticar até o fim da página */
.layout-abaixo-hero {
  display: flex !important;
  gap: 40px !important;
  max-width: 1350px;
  margin: 40px auto;
  padding: 0 20px;
  align-items: stretch !important; /* Estica a coluna para acompanhar toda a altura da direita */
}

/* 3. Trava o card na tela durante o scroll */
.coluna-card-fixo {
  width: 350px !important;
  flex-shrink: 0 !important;
  align-self: flex-start !important; /* Mantém o card no topo enquanto a coluna estica */
  position: sticky !important;
  position: -webkit-sticky !important; /* Suporte para Safari */
  top: 100px !important; /* Distância do topo ao rolar */
  z-index: 90 !important;
}


/* =========================================================
   AJUSTE OBRIGATÓRIO PARA MOBILE E TABLET (< 992px)
   ========================================================= */
@media (max-width: 992px) {

  /* 1. Transforma o container em bloco normal (empilha em vez de lado a lado) */
  .layout-abaixo-hero {
    display: block !important;
    width: 100% !important;
    padding: 0 15px !important;
    margin: 20px auto !important;
    box-sizing: border-box !important;
  }

  /* 2. Remove o comportamento sticky e libera a largura do card */
  .coluna-card-fixo {
    width: 100% !important;
    max-width: 100% !important;
    position: static !important; /* Desativa a fixação no celular */
    margin-bottom: 30px !important;
    flex-shrink: 1 !important;
  }

  /* 3. Garante que o card ocupe o espaço correto sem quebrar */
  .card-infinity {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 4. O conteúdo principal assume 100% da largura logo abaixo do card */
  .coluna-conteudo-principal {
    width: 100% !important;
    display: block !important;
  }
}
/* 3. Nossos Serviços */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background: var(--bg-white);
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: var(--transition);
    border: 1px solid #e2e8f0;
    position: relative;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: var(--gold-primary);
}

.service-icon {
    font-size: 2rem;
    color: var(--gold-primary);
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.service-list li {
    margin-bottom: 12px;
    color: var(--text-dark-muted);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-list li i {
    color: #10b981;
    font-size: 0.85rem;
}

/* Card Consultoria Destaque */
.service-card-featured {
    background: var(--bg-dark-secondary);
    color: #fff;
    grid-column: span 2;
    border: 2px solid var(--gold-primary);
    box-shadow: var(--shadow-glow);
}

@media (max-width: 992px) {
    .service-card-featured { grid-column: span 1; }
}

.service-card-featured h3 {
    color: #fff;
}

.service-card-featured .service-list li {
    color: var(--text-light);
}

.featured-badge {
    position: absolute;
    top: -15px;
    right: 25px;
    background: var(--gold-gradient);
    color: #0d1527;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 1px;
}

.featured-tagline {
    font-style: italic;
    color: var(--gold-light);
    margin-bottom: 20px;
    font-weight: 500;
}

.gold-star {
    color: var(--gold-primary) !important;
}

/* 3.6 Saúde (Section Health) */
.section-health {
    background: linear-gradient(135deg, #0e192c 0%, #162744 100%);
    position: relative;
}

.health-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.health-title {
    font-size: 2.3rem;
    margin: 15px 0;
    color: #fff;
}

.health-headline {
    font-size: 1.3rem;
    color: var(--gold-light);
    border-left: 3px solid var(--gold-primary);
    padding-left: 15px;
    margin-bottom: 25px;
    font-style: italic;
}

.health-audiences {
    margin: 25px 0;
    
}

.health-audiences h4 {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.audiences-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    color: white;
}

.audiences-tags span {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(212,175,55,0.3);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: var(--text-light);
}

.health-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

.hs-item {
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    color: wheat;
}

.hs-item i {
    color: var(--gold-primary);
}

.health-image-card {
    background: var(--bg-card-dark);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow-card);
}

.health-card-inner .main-icon {
    font-size: 3.5rem;
    color: var(--gold-primary);
    margin-bottom: 20px;
}

.health-card-inner h3 {
    margin-bottom: 12px;
    color: white;
}

.health-card-inner p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 25px;
}

.health-stat {
    background: rgba(10, 17, 30, 0.6);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(212,175,55,0.2);
}

.stat-number {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--gold-primary);
    font-family: var(--font-heading);
}

.stat-text {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* 4. Por que escolher */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.why-card {
    background: var(--bg-card-dark);
    padding: 30px;
    border-radius: 8px;
    border-top: 3px solid var(--gold-primary);
    transition: var(--transition);
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-glow);
}

.why-icon {
    font-size: 2rem;
    color: var(--gold-primary);
    margin-bottom: 15px;
}

.why-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #fff;
}

.why-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.section-title1{
    color: white;
}

/* 5. Como Funciona */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    margin-top: 50px;
}

.step-card {
    background: var(--bg-white);
    padding: 30px 25px;
    border-radius: 8px;
    position: relative;
    border: 1px solid #e2e8f0;
}

.step-number {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gold-primary);
    opacity: 0.8;
    margin-bottom: 10px;
}

.step-card h3 {
    color: var(--text-dark);
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.step-card p {
    color: var(--text-dark-muted);
    font-size: 0.9rem;
}

/* 7. Depoimentos */
/* ==========================================================================
   TESTIMONIALS SECTION (DEPOIMENTOS) - RESPONSIVO UNIVERSAL
   ========================================================================== */

.testimonials-grid {
    display: grid;
    /* Adapta automaticamente o número de colunas conforme a tela */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
    width: 100%;
    box-sizing: border-box;
}

.testimonial-card {
    background: var(--bg-dark-secondary);
    padding: 35px 25px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
}

.testimonial-card:hover {
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-5px);
}

.stars {
    color: var(--gold-primary);
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.testimonial-quote {
    font-style: italic;
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 8px;
}

.testimonial-quote-pt {
    font-style: italic;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* Estrutura do perfil do cliente (com imagem de avatar se houver) */
.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

/* Garante que imagens dos depoimentos fiquem pequenas e redondas no PC e Mobile */
.client-info img,
.testimonial-card img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold-primary);
    flex-shrink: 0;
}

.client-info strong {
    display: block;
    color: var(--gold-light);
    font-size: 0.95rem;
    font-weight: 600;
}

.client-info span {
    display: block;
    color: var(--text-muted);
    font-size: 0.8rem;
    margin-top: 2px;
}

.section-title2 {
    color: #ffffff;
}

/* Ajustes finos para Mobile */
@media (max-width: 576px) {
    .testimonials-grid {
        grid-template-columns: 1fr; /* Coluna única no celular */
        gap: 20px;
        margin-top: 30px;
    }

    .testimonial-card {
        padding: 25px 20px;
    }
}


.client-header{
    color: white;
}
/* 8. Blog / Conteúdos */
.blog-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.blog-category-card {
    background: var(--bg-white);
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.cat-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--bg-light);
}

.cat-header i {
    font-size: 1.5rem;
    color: var(--gold-primary);
}

.cat-header h3 {
    color: var(--text-dark);
    font-size: 1.25rem;
}

.blog-posts-list li {
    margin-bottom: 12px;
}

.blog-posts-list a {
    color: var(--text-dark-muted);
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.blog-posts-list a i {
    color: var(--gold-primary);
    font-size: 0.85rem;
    margin-top: 4px;
}

.blog-posts-list a:hover {
    color: var(--text-dark);
    transform: translateX(3px);
}

/* 6. CTA Banner */
.cta-banner {
    background: linear-gradient(135deg, #121e33 0%, #0a111e 100%);
    padding: 80px 0;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.cta-title {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 15px;
}

.cta-subtitle {
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto 35px;
}

/* 9. Contato */
/* =========================================================
   ESTILOS DO FORMULÁRIO DE CONTATO E BOTÃO
   ========================================================= */

/* Estilo dos campos de entrada */
#contactForm input,
#contactForm select,
#contactForm textarea {
    width: 100%;
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 6px;
    color: #ffffff !important;
    font-size: 0.95rem;
    box-sizing: border-box;
}

#contactForm select option {
    background-color: #0b132b !important;
    color: #ffffff !important;
}

/* Força o contraste do botão principal */
#contactForm button.btn-gold,
#contactForm button.btn-gold * {
    background-color: #d4af37 !important;
    color: #0b132b !important; /* Texto escuro e legível */
    font-weight: 800 !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

#contactForm button.btn-gold:hover {
    background-color: #ffffff !important;
    color: #dfe1e7 !important;
}
/* Contact Form */
/* ==========================================================================
   SEÇÃO DE CONTATO & FORMULÁRIO - RESPONSIVO
   ========================================================================== */

/* Layout principal em grid lado a lado para Desktop */
.section-title3{
    color: white;
}




.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    align-items: start;
    margin-top: 40px;
}

/* Coluna da Esquerda - Informações */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-brand h3 {
    font-size: 1.5rem;
    color: var(--text-light);
    margin-top: 4px;
}

.contact-brand .sub {
    font-size: 0.85rem;
    color: var(--gold-light);
    letter-spacing: 1px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.02);
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* ==========================================================================
   CORREÇÃO DA COLUNA DE INFORMAÇÕES (.contact-info / .info-item) NO MOBILE
   ========================================================================== */

/* Regras Base (Desktop) */
.info-item i {
    font-size: 1.4rem;
    color: var(--gold-primary);
    margin-top: 2px;
    flex-shrink: 0; /* Impede que o ícone esmague no mobile */
}

.info-item strong {
    display: block;
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.info-item p, 
.info-item a {
    color: var(--text-muted);
    font-size: 0.95rem;
    word-break: break-word; /* Evita que e-mails longos estoure a largura no celular */
}

.info-item a:hover {
    color: var(--gold-primary);
}

.contact-direct-box {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(10, 17, 30, 0.6) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 24px;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
}

.contact-direct-box h4 {
    color: var(--gold-light);
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.contact-direct-box p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 16px;
}

/* --- Ajuste específico para Telas Menores (Celulares até 768px) --- */
@media (max-width: 768px) {
    /* Compacta os cards de informação para ocupar menos espaço vertical */
    .info-item {
        padding: 12px;
        gap: 12px;
    }

    .contact-direct-box {
        padding: 16px 12px;
    }

    /* Reduz levemente as fontes de e-mail e texto para encaixar perfeitamente */
    .info-item p, 
    .info-item a {
        font-size: 0.85rem;
    }
}

/* Coluna da Direita - Card do Formulário */
/* ==========================================================================
   FORMULÁRIO E CONTATO 100% RESPONSIVOS (FIX DEFINITIVO)
   ========================================================================== */

/* Regras Base */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    width: 100%;
}

.contact-form-card {
    background: var(--bg-card-dark);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow-card);
    width: 100%;
    box-sizing: border-box; /* Impede vazamento por padding */
}

.form-group {
    margin-bottom: 18px;
    width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
}

label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 6px;
}

input, select, textarea {
    width: 100%;
    padding: 12px 14px;
    background: var(--bg-dark-primary);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: #fff;
    font-family: var(--font-body);
    font-size: 0.9rem;
    box-sizing: border-box; /* Fundamental para manter dentro da div */
    transition: var(--transition);
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--gold-primary);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

select option {
    background: var(--bg-dark-primary);
    color: #fff;
}

.btn-block {
    width: 100%;
    box-sizing: border-box;
}

/* --- Ajuste Mobile (Até 768px) --- */
@media (max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr; /* Empilha dados e formulário */
        gap: 24px;
    }

    .contact-form-card {
        padding: 20px 16px; /* Reduz o recuo interno para dar espaço aos campos */
    }

    .form-row {
        grid-template-columns: 1fr; /* Transforma 2 campos por linha em 1 */
        gap: 0;
    }

    .btn-lg {
        padding: 14px 16px;
        font-size: 0.9rem; /* Reduz levemente a fonte do botão para não quebrar texto */
    }
}
/* Footer */
.footer {
    background: #060b13;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-size: 0.85rem;
    color: var(--text-muted);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-left p {
    font-size: 0.8rem;
    margin-top: 4px;
}

/* Floating WhatsApp */
.float-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    z-index: 999;
    transition: var(--transition);
}

.float-whatsapp:hover {
    transform: scale(1.1);
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .nav-links {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: var(--bg-dark-primary);
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        transition: var(--transition);
    }

    .nav-links.active {
        left: 0;
    }

    .mobile-toggle {
        display: block;
    }

    .btn-nav {
        display: none;
    }

    .about-grid, .health-wrapper, .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 600px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .pillars-banner {
        flex-direction: column;
        gap: 10px;
        border-radius: 20px;
    }

    .pillar-arrow {
        transform: rotate(90deg);
    }
}







/*video*/



/* Garante que a section fique pronta para o vídeo de fundo */
.hero-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}

/* Estilo do Vídeo cobrindo tudo no fundo */
.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Garante que o vídeo cubra sem distorcer */
    pointer-events: none; /* Desativa interações do mouse com o vídeo */
}

/* A camada escura (overlay) para o texto ficar bem visível por cima do vídeo */
.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); /* Ajuste a opacidade (0.65) se quiser mais claro ou escuro */
    z-index: 1;
}

/* Garante que os textos e botões fiquem acima do vídeo e do overlay */
.hero-container {
    position: relative;
    z-index: 2;
}

.fa-whatsapp{
    color: white;
}
.btn-outline{

    color:white;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 28px;

    background: #25D366;
    color: #ffffff !important;

    border: none;
    border-radius: 8px;

    font-size: 1rem;
    font-weight: 600;

    cursor: pointer;
    transition: all 0.3s ease;

    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.25);
}

/* Ícone branco */
.btn-whatsapp i {
    color: #ffffff !important;
    font-size: 1.2rem;
}

/* Ao passar o mouse */
.btn-whatsapp:hover {
    background: #1ebe5d;
    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

/* Mantém texto branco */
.btn-whatsapp:hover i {
    color: #ffffff !important;
}



/* futer do css logo*/



/* Ajuste de tamanho da imagem da logo no footer */
/* =========================================================
   FOOTER FULL WIDTH (ISOLADO DO MENU LATERAL)
   ========================================================= */

/* =========================================================
   FOOTER
   ========================================================= */

footer.footer-full {
    width: 100%;
    max-width: 100%;
    background: #0b132b;
    color: #e2e8f0;
    padding-top: 50px;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
}

/* Container principal */
.container-footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;

    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* =========================================================
   COLUNA DA MARCA
   ========================================================= */

.footer-col.brand-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Logo + INFINITY */
.footer-col .footer-logo {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
}

/* IMAGEM DA LOGO */
.footer-col .footer-logo img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

/* Nome INFINITY */
.footer-col .footer-logo h3 {
    color: #ffffff;
    font-size: 1.7rem;
    margin: 0;
    letter-spacing: 2px;
    white-space: nowrap;
}

/* Subtítulo */
.footer-col .tagline {
    color: #d4af37;
    font-size: 0.95rem;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
}

/* Especialidades */
.footer-col .specialties {
    font-weight: 600;
    color: #ffffff;
    font-size: 0.95rem;
    margin: 0 0 12px 0;
    line-height: 1.6;
}

.footer-col .specialties span {
    color: #d4af37;
    padding: 0 6px;
}

/* CRC */
.footer-col .crc-info {
    font-size: 0.9rem;
    color: #94a3b8;
    margin: 0;
}

.footer-col .crc-info strong {
    color: #d4af37;
}

/* =========================================================
   TÍTULOS DAS COLUNAS
   ========================================================= */

.footer-title {
    color: #ffffff;
    font-size: 1.15rem;
    margin: 10px 0 22px 0;

    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-title i {
    color: #d4af37;
    font-size: 1.2rem;
}

/* =========================================================
   ENDEREÇOS
   ========================================================= */

.address-item {
    margin-bottom: 20px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.address-item strong {
    color: #d4af37;
    display: block;
    margin-bottom: 4px;
}

.address-item p {
    color: #cbd5e1;
    margin: 0;
}

/* =========================================================
   CONTATOS
   ========================================================= */

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.95rem;
}

.footer-contact i {
    color: #d4af37;
    font-size: 1.15rem;
    width: 22px;
    text-align: center;
    flex-shrink: 0;
}

.footer-contact a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s ease;
    word-break: break-word;
}

.footer-contact a:hover {
    color: #d4af37;
}

/* =========================================================
   BARRA INFERIOR
   ========================================================= */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding: 22px 0;
    background: #070d1f;
}

.bottom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-size: 0.9rem;
    color: #94a3b8;
}

.bottom-content p {
    margin: 0;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 992px) {

    .container-footer {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    /* A logo ocupa a largura toda */
    .brand-col {
        grid-column: 1 / -1;
    }

    .footer-col .footer-logo img {
        width: 110px;
        height: 110px;
    }

    .footer-col .footer-logo h3 {
        font-size: 1.5rem;
    }

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    footer.footer-full {
        padding-top: 40px;
    }

    .container-footer {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 0 25px;
    }

    .footer-col.brand-col {
        align-items: center;
        text-align: center;
    }

    .footer-col .footer-logo {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
    }

    .footer-col .footer-logo img {
        width: 130px;
        height: 130px;
    }

    .footer-col .footer-logo h3 {
        font-size: 1.6rem;
    }

    .footer-title {
        margin-top: 0;
        justify-content: center;
    }

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

    .footer-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-contact li {
        justify-content: center;
        text-align: center;
    }

    .footer-bottom {
        margin-top: 35px;
        padding: 20px 15px;
    }

    .bottom-content {
        font-size: 0.8rem;
    }

}

/* =========================================================
   CELULARES PEQUENOS
   ========================================================= */

@media (max-width: 480px) {

    .container-footer {
        padding: 0 18px;
    }

    .footer-col .footer-logo img {
        width: 110px;
        height: 110px;
    }

    .footer-col .footer-logo h3 {
        font-size: 1.4rem;
        letter-spacing: 1px;
    }

    .footer-col .tagline {
        font-size: 0.85rem;
    }

    .footer-col .specialties {
        font-size: 0.85rem;
    }

    .footer-title {
        font-size: 1.05rem;
    }

    .address-item,
    .footer-contact li {
        font-size: 0.85rem;
    }

    .footer-contact a {
        max-width: 100%;
    }

}



/*colaboradores*/

/* ==========================================================================
   SEÇÃO DE COLABORADORES / EQUIPE
   ========================================================================== */

.team-section {
    padding: 80px 0;
    background: var(--bg-dark-primary);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.team-card {
    background: var(--bg-card-dark);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: var(--transition);
    text-align: center;
}

.team-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold-primary);
    box-shadow: var(--shadow-glow);
}

/* Espaço da Imagem */
.member-img-wrapper {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: var(--bg-dark-secondary);
    position: relative;
}

.member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: var(--transition);
}

.team-card:hover .member-img {
    transform: scale(1.05);
}

/* Informações do Colaborador */
.member-info {
    padding: 20px 15px;
}

.member-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 4px;
}

.member-role {
    font-size: 0.85rem;
    color: var(--gold-light);
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

/* Redes Sociais */
.member-socials {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.member-socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.1);
    color: var(--gold-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: var(--transition);
}

.member-socials a:hover {
    background: var(--gold-gradient);
    color: #0d1527;
    transform: translateY(-2px);
}

/* Responsividade */
@media (max-width: 992px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}






/* Animação de scroll sem necessidade de JavaScript */
.reveal {
  animation: revealOnScroll linear forwards;
  animation-timeline: view();
  animation-range: entry 10% cover 30%;
}

@keyframes revealOnScroll {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}