/* 1. Ajustes Globais (Limpando a Home e Geral) */
.hero-body { 
  display: none !important; 
}

.hero { 
  min-height: 0 !important; 
}

.skill-tag { 
  margin-bottom: 0.5rem; 
}

/* 2. Regras para Telas Maiores (Desktop - acima de 1024px) */
@media screen and (min-width: 1024px) {
  .margem-desktop {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Section titles para Portfolio */
.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 0.5rem;
  color: #333;
}
