.section-templates {  padding-top: 150px;  padding-bottom: 150px;  background-color: #000; /* fundo preto */  color: #fff; /* texto padrão branco */}.section-templates .tag {  font-weight: bold;  text-transform: uppercase;  font-size: 0.9rem;}.section-templates .title {  font-size: 2rem;  margin-top: 10px;}.section-templates .highlight {  color: #bf01c9;}.section-templates .template-card {  background-image: linear-gradient(to top, #bf01c9, black, black);  border-radius: 12px;  padding: 25px;  margin-top: 30px;  box-shadow: 0 4px 10px rgba(0,0,0,0.05);  text-align: left;}.section-templates .template-card img {  border-radius: 10px;  margin-bottom: 15px;}.section-templates .template-card h5 {  font-weight: bold;  margin-bottom: 10px;}.section-templates .template-card .ideal {  margin-top: 15px;  font-weight: 500;  color: #ffffff;}