/* ============================================================
   SOBRE / COMO TRABALHAMOS
   ============================================================ */

/* ---- PILARES ---- */
.pillars-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 56px;
}
.pillar{
  flex: 1 1 20%;
  padding: 28px 24px;
  border-left: 1px solid rgba(9,31,91,.1);
  text-align: center;
}
.pillar:first-child{ border-left: none; padding-left: 0; }
.pillar-num{
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--taupe);
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.pillar-name{
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--navy);
}

/* ---- IMAGEM + TEXTO ALTERNADO ---- */
.split{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 64px;
}
.split-media{
  flex: 1 1 440px;
  position: relative;
}
.split-media img{ width: 100%; }
.split-text{ flex: 1 1 420px; max-width: 560px; }
.split-text h2{ margin-bottom: 22px; }
.split-reverse{ flex-direction: row-reverse; }

/* ---- LISTAS DE EQUIPE/PARCEIROS ---- */
.team-cols{
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 32px;
}
.team-col{ flex: 1 1 220px; }
.team-col h4{
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--taupe);
  margin-bottom: 16px;
}
.team-col ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.team-col li{
  font-size: .94rem;
  color: var(--ink);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(9,31,91,.08);
}

.coordination-credit{
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(9,31,91,.1);
  font-size: .9rem;
}
.coordination-credit strong{ color: var(--navy); }

/* ---- ECOSSISTEMA ---- */
.ecosystem{
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  align-items: center;
}
.ecosystem-text{ flex: 1 1 420px; max-width: 520px; }
.ecosystem-diagram{
  flex: 1 1 380px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.eco-row{ display: flex; gap: 18px; }
.eco-box{
  flex: 1;
  border: 1px solid rgba(255,255,255,.18);
  padding: 30px 22px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--white);
}
.eco-center{
  border: 1px solid var(--taupe);
  background: var(--taupe);
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: .1em;
}
.eco-bottom{
  border: 1px solid rgba(255,255,255,.18);
  padding: 30px 22px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--white);
}
.eco-caption{
  margin-top: 6px;
  font-size: .85rem;
  color: rgba(255,255,255,.55);
  text-align: center;
}

/* ---- ESPECIALIDADES ---- */
.specialty-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  border-top: 1px solid rgba(9,31,91,.1);
  border-left: 1px solid rgba(9,31,91,.1);
}
.specialty-list span{
  flex: 1 1 22%;
  padding: 20px 22px;
  font-size: .92rem;
  color: var(--navy);
  font-family: var(--font-display);
  border-right: 1px solid rgba(9,31,91,.1);
  border-bottom: 1px solid rgba(9,31,91,.1);
}

/* ---- PROCESSO (timeline vertical) ---- */
.timeline-v{
  margin-top: 56px;
  display: flex;
  flex-direction: column;
}
.timeline-v-row{
  display: flex;
  gap: 56px;
  padding: 44px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.timeline-v-row:last-child{ border-bottom: 1px solid rgba(255,255,255,.12); }
.timeline-v-index{
  flex: 0 0 100px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 2rem;
  color: var(--taupe);
}
.timeline-v-title{ flex: 0 0 260px; }
.timeline-v-title h3{ color: var(--white); margin: 0; }
.timeline-v-body{ flex: 1; }
.timeline-v-body ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.timeline-v-body li{
  font-size: .94rem;
  color: rgba(255,255,255,.7);
  padding-left: 18px;
  position: relative;
}
.timeline-v-body li::before{
  content: "";
  position: absolute;
  left: 0; top: .6em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--taupe-light);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px){
  .pillar{ flex: 1 1 33.33%; border-left: none; border-top: 1px solid rgba(9,31,91,.1); padding-left: 12px; }
  .pillar:nth-child(3n+1){ border-left: none; }
  .specialty-list span{ flex: 1 1 48%; }
  .timeline-v-row{ flex-wrap: wrap; gap: 16px; }
  .timeline-v-title{ flex: 1 1 100%; }
  .timeline-v-index{ flex: 0 0 auto; }
}

@media (max-width: 640px){
  .split, .split-reverse{ flex-direction: column; gap: 32px; }
  .pillar{ flex: 1 1 50%; }
  .eco-row{ flex-direction: column; }
  .specialty-list span{ flex: 1 1 100%; }
}
