	  /* HERO mais estreito (menor altura) */
.hero-segmento{
  position: relative;
  padding: 60px 0;
  background: linear-gradient(
      90deg,
      rgba(10,18,35,.95) 0%,
      rgba(10,18,35,.90) 40%,
      rgba(10,18,35,.60) 65%,
      rgba(10,18,35,.30) 100%
  ),
  url("Assets/Images/segmentos/fundo-engenharia-diagnostica2.jpg") center right / cover no-repeat;
  color: #fff;
}

.hero-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.hero-content{
  max-width: 620px; 
}

.hero-tag{
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: .7;
  margin-bottom: 18px;
}

.hero-badge{
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  margin-bottom: 22px;
  font-size: 14px;
}

.hero-content h1{
  font-size: 52px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 20px;
}

.hero-content h1 span{
  display: block;
  color: #38bdf8;
}

.hero-content p{
  font-size: 18px;
  opacity: .9;
  margin-bottom: 28px;
  max-width: 520px;
}

.hero-features{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 15px;
  opacity: .9;
}

/* Mobile */
@media (max-width: 991px){
  .hero-grid{
    grid-template-columns: 1fr;
  }

  .hero-content{
    max-width: 100%;
  }

  .hero-content h1{
    font-size: 36px;
  }
}
	  
	  .vs-section{
  padding: 80px 0;
}

.benefit-showcase{
  padding: 100px 0;
  background: #f8fafc;
}

.benefit-grid{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 60px;
}

.benefit-media img{
  width: 100%;
  max-width: 620px;
  display: block;
  margin: 0 auto;
 
  
}

.benefit-content h2{
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 18px;
}

.benefit-sub{
  font-size: 17px;
  opacity: .8;
  margin-bottom: 30px;
  max-width: 480px;
}

.benefit-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.benefit-list li{
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
}

.benefit-list li svg{
  color: #19d3a2 !important;
}

/* Mobile */
@media (max-width: 991px){
  .benefit-grid{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .benefit-sub{
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-list{
    justify-items: center;
  }
}
	  
	  .ideal-section{
  background: #f1f5f9;
  padding: 28px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.ideal-wrapper{
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.ideal-badge{
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: #0f172a;
}

.ideal-badge i{
  width: 18px;
  height: 18px;
  color: #16a34a;
}

.ideal-list{
  font-size: 15px;
  color: #334155;
  max-width: 900px;
}
	  
	  .ideal-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.ideal-tags span{
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  border: 1px solid #e2e8f0;
}
	  
.faq-section{
  padding: 90px 0;
  background: #ffffff;
}

.faq-title{
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}

.faq-sub{
  text-align: center;
  color: #475569;
  margin-bottom: 40px;
}

.faq-accordion{
  max-width: 920px;
  margin: 0 auto;
  display: block;     /* era grid */
}
	  
	  .faq-item{
		  margin-top: 15px;
  margin-bottom: 15px;   /* espa&ccedil;o entre perguntas fechadas */
}

.faq-item[aria-expanded="true"]{
  margin-bottom: 0;      /* quando abre, gruda no painel */
}

.faq-item{
  width: 100%;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  text-align: left;
  transition: .2s;
}

.faq-item:hover{
  border-color: #cbd5e1;
  box-shadow: 0 10px 30px rgba(2,6,23,.06);
}

.faq-q{
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.faq-q i{
  width: 18px;
  height: 18px;
  color: #0ea5e9;
  flex: 0 0 auto;
}

.faq-ic i{
  width: 18px;
  height: 18px;
  color: #64748b;
  transition: transform .2s ease;
}

.faq-panel{
  border: 1px solid #e2e8f0;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  padding: 0 18px 16px 48px;
  background: #f8fafc;
}

.faq-a{
  color: #334155;
  line-height: 1.55;
  padding-top: 12px;
}

/* Estado aberto */
.faq-item[aria-expanded="true"]{
  border-color: #bae6fd;
  background: #f0f9ff;
  border-radius: 14px 14px 0 0;
}

.faq-item[aria-expanded="true"] .faq-ic i{
  transform: rotate(180deg);
}

/* Mobile */
@media (max-width: 640px){
  .faq-title{ font-size: 28px; }
  .faq-panel{ padding-left: 18px; }
}