/* Fix global - evita overflow em toda a página */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

.container {
  max-width: 1518px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 8rem 0 4rem;
  margin-top: 0;
  min-height: 80vh;
  align-items: center;
	  position: relative; 
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
  background: linear-gradient(to bottom, transparent 0%, #1a237e 100%);
  pointer-events: none;
  z-index: 2;
}

.hero-content-home {
  position: relative;
  z-index: 3;
}

.hero-content-home {
  display: flex;
  justify-content: flex-start; 
  align-items: center;
	min-height: 71vh;

}

.hero-text {
  max-width: 814px;
 /* padding-right: 2rem; */
}

.hero h1 {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
	letter-spacing: -0.8px;
    margin-bottom: 1.5rem;
}

.hero p {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-size: 22px;
    opacity: 70%;
    margin-bottom: 2rem;
    letter-spacing: -0.16px;
    line-height: 120%;
	padding-right: 7rem;
}
.hero-buttons {
  display: flex;
  gap: 1rem;
}

.btn-primary-home {
  background: white;
  color: #9a2686;
  padding: 0.9rem;
  border: none;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  gap: 0.5rem;
}

.btn-primary-home:hover {
  background: white;
  color: #9a2686;
  transform: translateY(-2px);
}

.btn-secondary-home {
  background: transparent;
  color: white !important;
  padding: 0.9rem 1.9rem 0.9rem 1.9rem;
  border: 1px solid white;
  border-radius: 30px;
 font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-secondary-home:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hero-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Solutions Intro with Video 
.solutions-intro {
  background: linear-gradient(to bottom, #293992 60%, #1d1d22 80%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 4rem 0;
  text-align: center;
}*/

.solutions-intro {
  background: linear-gradient(177deg, #1a237e 44%, #7b1fa2 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 0em 0rem 4em 0em;
  text-align: center;
  margin-top: -2px; /* ← ADICIONAR ISTO */
}
.solutions-content-home {
  margin-bottom: 3rem;
}

.solutions-intro h2 {
    font-size: 50px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1.5rem;
    line-height: 120%;
}

.solutions-intro p {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    opacity: 70%;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.solutions-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 0;
}

/* Video Container within Solutions Section */
.solutions-intro .video-container {
  position: relative;
  background: #000;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.video-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-placeholder img {
  width: 100%;
  height: 100%;
}
/* Remove the separate video section */
.video-section {
  display: none;
}



.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 16px;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}


/* Solutions Grid Section */
.solutions-grid-section {
  padding: 4rem 0 6rem;
  background: #f2f2f2;
}

.section-header-home {
  display: flex;
  flex-wrap: nowrap;
  gap: 4rem;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 3rem;
  max-width: 1518px;
  margin-left: auto;
  margin-right: auto;
}

.section-tag {
    color: #9a2686;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    display: inline-block;
    margin-bottom: 1.5rem;
    letter-spacing: -0.16px;
}

.section-header-home h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1f2937;
    line-height: 120%;
    opacity: 100%;
    letter-spacing: -0.8px;
    max-width: 600px;
}

.section-header-home p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    opacity: 100%;
    color: #1C1C1C;
    max-width: 600px;
    line-height: 150%;
    letter-spacing: -0.16px;
    margin-top: 50px;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1518px;
  margin: 0 auto;
}

.solution-card {
  background: #fdf2f8;
  border: 1px solid #9a2686;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
  position: relative;
}

.solution-image {
  height: 180px;
  overflow: hidden;
  margin: 1rem 1rem 0 1rem;
  border-radius: 12px;
  background: #f3f4f6;
}

.solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-content {
  padding: 1.25rem 1.5rem 1.75rem;
}

.solution-content h3 {
  font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1c1c1c;
    line-height: 110%;
    letter-spacing: -0.32px;
    opacity: 100%;
}

.solution-content p {
  color: #4b5563;
  margin-bottom: 1.25rem;
  line-height: 1.5;
  font-size: 0.9rem;
}

.solution-link {
    color: #1C1C1C;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.8px;
    display: inline-flex
;
    align-items: center;
    gap: 0.5rem;
    opacity: 100%;
    transition: all 0.3s 
ease;
}

.solution-link:hover {
  color: #9a2686;
}

.solution-link::after {
  content: "›";
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.solution-link:hover::after {
  transform: translateX(3px);
}

/* CTA Card Styling */
.cta-card {
  background: transparent;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  position: relative;
  overflow: hidden;
  grid-column: span 2;
  min-height: 280px;
  border: 2px solid #e879f9;
  border-radius: 20px;
}

.cta-card .solution-image {
  height: 100%;
  margin: 0;
  border-radius: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cta-card .solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.cta-content {
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.cta-arrow {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.cta-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}

.cta-arrow svg {
  width: 24px;
  height: 24px;
  color: white;
}

.cta-content .btn-primary-home {
  display: none;
}

/* Companies Section */
.companies-section {
  padding: 5rem 0;
  background: #f2f2f2;
}

.companies-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.companies-left h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #0D0E02;
    line-height: 118%;
    letter-spacing: -0.8px;
}

.company-logos {
  display: flex;
  align-items: center;
}

.company-logos img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.company-logo-link,
.handshake-link {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.company-logo-link:hover,
.handshake-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.company-logo-link img,
.handshake-link img {
  transition: transform 0.3s ease;
}

.company-logo-link:hover img,
.handshake-link:hover img {
  transform: scale(1.02);
}

.companies-right img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Remove old company logo styles */
.company-logo,
.company-logo-circle {
  display: none;
}

/* Partners Section */
.partners-section {
  background: #f2f2f2;
}

.partners-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.partners-left img {
  width: 113%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.building-link {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.building-link img {
  transition: transform 0.3s ease;
}

.partners-right h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #0D0E02;
    line-height: 118%;
    letter-spacing: -0.8px;
}

.partner-logos-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.partner-row {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
}

.partner-logo-link {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.partner-logo-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.partner-logo-link img {
  max-width: 200px;
  object-fit: contain;
  border-radius: 12px;
  transition: all 0.3s ease;
}

/* Stats Section */
* { box-sizing: border-box; }

/* Stats Section - estilos principais */
.section-statistics {
  padding: 80px 0;
  background-color: #f2f2f2;
  overflow-x: hidden; 
}

.section-container {
  max-width: 1518px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Layout: grid para desktop, áreas nomeadas para reordenar facilmente */
.section-content-wrapper-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  grid-template-areas: "cards text"; 
  min-width: 0; 
}

/* Áreas */
.section-cards-container { grid-area: cards; min-width: 0; }
.section-text-content   { grid-area: text;  min-width: 0; }

.section-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

/* Cards principais */
.section-card-home {
  padding: 30px 25px;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  min-width: 0; 
}

/* cores originais */
.section-card-blue   { background-color: #293992; }
.section-card-purple { background-color: #9A2686; }

/* Número e texto dentro do card */
.section-card-number {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}

.section-card-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
}

/* Row das logos ISO - ocupa as 2 colunas do grid acima */
.section-iso-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  grid-column: 1 / -1;
  margin-top: 8px;
}

/* Cada cartão ISO */
.section-iso-card {
  background-color: #9A2686;
  padding: 25px 15px;
  border-radius: 15px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

/* Estilo da imagem da ISO: círculo branco com logo centralizada */
.section-iso-card img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  display: block;
  padding: 8px;
}

/* Títulos / texto / botão mantidos */
.section-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}



/*   Menu Toggle */
/* ── Menu Toggle (Hambúrguer) ── */
.menu-toggle {
  display: none; /* só aparece em mobile */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
  position: relative;
}

.menu-toggle__line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff; /* branco por defeito (sobre hero) */
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transform-origin: center;
}

/* Quando o header scrollou (fundo claro) → linhas escuras */
.site-header.is-scrolled .menu-toggle__line {
  background-color: #1c1c1c;
}

/* Quando o menu está aberto → X preto */
.menu-toggle.is-active .menu-toggle__line {
  background-color: #1c1c1c;
}

/* Animação para formar o X */
.menu-toggle.is-active .menu-toggle__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.is-active .menu-toggle__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu-toggle.is-active .menu-toggle__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}





.btn-stats {
  background: #293992;
  color: #ffffff;
  padding: 0.875rem 2rem;
  border: none;
  border-radius: 25px;
  font-weight: 600 !important;
  font-size: 20px !important;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.btn-stats:hover {
  background: #5567c7!important;
  transform: translateY(-1px);
	color: white !important;
}

/* Segurança contra textos muito longos que podem forçar largura */
.section-card-home, .section-text-content, .section-iso-card {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Responsive adjustments for stats */
@media (max-width: 768px) {
  .stats-left {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .stats-right {
    padding-left: 0;
    text-align: center;
  }
  .stats-right h3 {
    font-size: 1.75rem;
  }
  .companies-left h3 {
    font-size: 2.5rem;
    text-align: center;
  }
  .partners-right {
    max-width: 87%;
  }
  .partners-left img {
    width: 100% !important;
  }
  .container,
  .section-container {
    max-width: 100%;
    overflow-x: hidden;
  }
  .partners-content,
  .companies-content {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }
  .partners-section,
  .companies-section,
  .solutions-grid-section,
  .section-statistics {
    overflow-x: hidden;
  }
  .section-header-home {
    max-width: 100%;
    flex-direction: column;
    gap: 1rem;
  }
  .section-header-home h2,
  .section-header-home p {
    max-width: 100%;
  }

  /* Logos parceiros — fix overflow */
  .partner-logos-grid {
    display: flex !important;
    flex-direction: column !important;
    overflow-x: visible !important;
    gap: 1.5rem;
  }
  .partner-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
	align-items: center !important;    /* ← adiciona isto */
    gap: 1rem;
  }
  .partner-logo-link img {
    max-width: 130px !important;
    max-height: 60px !important;
    object-fit: contain;
  }
	 .section-iso-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

  .section-iso-card {
    padding: 18px 8px;
    min-height: 64px;
  }

  .section-iso-card img {
    width: 70px;
    height: 70px;
    padding: 6px;
  }
	
}

@media (max-width: 480px) {
  .stats-top-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .iso-certifications {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }

  .iso-badge {
    min-height: 80px;
    padding: 1.25rem 0.75rem;
  }

  .iso-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  .iso-full-image {
    max-width: 300px;
  }
	.partners-right{
		max-width: 87%;
	}
}

/* Blog Section */
.blog-section {
  padding: 5rem 0;
  background: #f2f2f2;
}

.blog-header {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 3rem;
  margin-bottom: 4rem;
  max-width: 1518px;
  margin-left: auto;
  margin-right: auto;
}

.blog-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 1rem;
    color: #333;
    max-width: 600px;
}

.blog-header p {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin-top: 30px;
    color: #1E1E1E;
    max-width: 600px;
    line-height: normal;
    opacity: 100%;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 1518px;
  margin-left: auto;
  margin-right: auto;
}

.blog-card {
  background: white;
  border: 1px solid #9a2686;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-image-link {
  display: block;
  text-decoration: none;
}

.blog-image {
height: 439px;
	overflow: hidden;
  position: relative;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-content h3 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #1E1E1E;
    line-height: normal;
}

.blog-link {
    font-family: 'Open Sans';
    color: #1E1E1E;
    text-decoration: none;
    font-weight: 500;
    opacity: 100%;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s 
ease;
    margin-top: auto;
}

.blog-link:hover {
  color: #1E1E1E;
}

.blog-link svg {
    transition: transform 0.3s ease;
    border-radius: 30px;
    color: white;
    background: linear-gradient(to right, #9A2686, #293992);
}

.blog-link:hover svg {
  transform: translateX(3px);
}
.blog-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}


@media (max-width: 480px) {
  .blog-content {
    padding: 1.25rem;
  }

  .blog-content h3 {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  /* Header */
  .desktop-nav { display: none; }
  .right-nav { display: none; }
  .mobile-menu-btn { display: flex; }
  .header-container { padding: 15px 20px; height: 60px; }
  .logo { height: 30px; }

  /* Hero */
  .hero { padding: 6rem 0 3rem; min-height: 70vh; }
  .hero-text { max-width: 100%; padding-right: 0; text-align: center; }
  .hero h1 { font-size: 2rem; margin-top: 10% !important; }
  .hero p { padding-right: 0em !important; line-height: 144% !important; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .hero-content-home { grid-template-columns: 1fr; gap: 2rem; }

  /* Solutions intro */
  .solutions-intro h2 { font-size: 1.75rem; }
  .solutions-buttons { flex-direction: column; align-items: center; }

  /* Solutions grid */
  .solutions-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 1rem;
    grid-template-columns: unset;
    max-width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .solutions-grid::-webkit-scrollbar { display: none; }
  .solution-card { min-width: 100%; flex: 0 0 auto; scroll-snap-align: start; }
  .cta-card { display: none; }

  /* Section header */
  .section-header-home {
    max-width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
    text-align: center;
  }
  .section-header-home h2,
  .section-header-home p { max-width: 100%; }

  /* Stats */
  .stats-left { width: 100%; max-width: 400px; margin: 0 auto; }
  .stats-right { padding-left: 0; text-align: center; }
  .stats-right h3 { font-size: 1.75rem; }
  .section-statistics { padding: 60px 0; overflow-x: hidden; }
  .section-container { padding: 0 16px; max-width: 100%; overflow-x: hidden; }
  .section-content-wrapper-home {
    grid-template-columns: 1fr;
    gap: 40px;
    grid-template-areas: "text" "cards";
  }
  .section-cards-grid { grid-template-columns: 1fr; gap: 15px; }
  .section-card-home { padding: 25px 20px; }
  .section-card-number { font-size: 1.8rem; }
  .section-card-text { font-size: 0.8rem; }
  .section-iso-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .section-iso-card { padding: 18px 8px; min-height: 64px; }
  .section-iso-card img { width: 70px; height: 70px; padding: 6px; }
  .section-main-title { font-size: 1.9rem; }
  .section-description { font-size: 0.95rem; }
  .btn-stats { display: block; margin: 0 auto; text-align: center; }

  /* Partners */
  .partners-content { grid-template-columns: 1fr !important; gap: 2rem; }
  .partners-section { overflow-x: hidden; }
  .partners-left img { display: none; }
  .partners-right { max-width: 100%; }
  .partners-right h3 { text-align: center; font-size: 35px; }
  .partner-logos-grid {
    display: flex !important;
    flex-direction: column !important;
    overflow-x: visible !important;
    gap: 1.5rem;
  }
  .partner-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1rem;
    flex: unset;
  }
  .partner-logo-link {
    flex: 0 0 auto;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .partner-logo-link img {
    max-width: 130px !important;
    max-height: 60px !important;
    object-fit: contain;
  }

  /* Companies */
  .companies-content { grid-template-columns: 1fr !important; gap: 2rem; }
  .companies-section { overflow-x: hidden; }
  .companies-left h3 { font-size: 2.5rem; text-align: center; }
  .company-logos { justify-content: center; }

  /* Global overflow */
  .container { max-width: 100%; overflow-x: hidden; }
  .solutions-grid-section { overflow-x: hidden; }

  /* Blog */
  .blog-header { flex-direction: column; gap: 0; }
  .blog-header h2 { line-height: normal; font-size: 2.2rem; max-width: 100%; }
  .blog-header p { font-size: 1.5rem; max-width: 100%; }
  .blog-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .blog-image { height: 200px; }
  .blog-content { padding: 1.5rem; }
	 .section-cards-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .section-card-home {
    padding: 25px 20px;
  }

  .section-card-number {
    font-size: 1.8rem;
  }

  .section-card-text {
    font-size: 0.8rem;
  }

  .section-iso-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .section-iso-card {
    padding: 18px 8px;
    min-height: 64px;
  }

  .section-iso-card img {
    width: 70px;
    height: 70px;
    padding: 6px;
  }
	
	
}



@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .hero h1 {
    font-size: 1.75rem;
  }

  .stats-boxes {
    gap: 0.75rem;
  }

  .certifications {
    justify-content: center;
    gap: 0.75rem;
  }

  .cert-item {
    min-width: 70px;
    min-height: 70px;
    padding: 1rem 0.75rem;
  }

  .mobile-nav-header,
  .mobile-nav,
  .mobile-nav-footer {
    padding: 15px;
  }
}




/* ------------------------------- */

.hero--under-header {
  margin-top: calc(var(--header-height) * -1);

}

/* Versão Mobile: usar a altura mobile do header */
@media (max-width: 1023px) {
  .hero--under-header {
    margin-top: calc(var(--header-height-mobile) * -1);
  }
	.menu-toggle {
    display: flex;
  }
}

/* Com conta iniciada no WP (admin bar), compensa a barra de admin */
body.admin-bar .hero--under-header {
  margin-top: calc((var(--header-height) + 32px) * -1);
}
@media (max-width: 782px) {
  body.admin-bar .hero--under-header {
    margin-top: calc((var(--header-height-mobile) + 46px) * -1);
  }
}

/* Usar se a primeira section tiver pouco espaço no topo e o conteúdo ficar escondido pelo header,
   dá para compensar com padding-top igual à altura do header: */
/*
.hero--under-header {
  padding-top: calc(var(--header-height));
}
@media (max-width: 1023px) {
  .hero--under-header {
    padding-top: calc(var(--header-height-mobile));
  }
}
*/






